Mercurial > hg > vamp-plugin-sdk
comparison configure @ 352:60ede78a20db
Update configure
author | Chris Cannam |
---|---|
date | Thu, 28 Mar 2013 09:41:47 +0000 |
parents | bb29681a8b51 |
children | cff0f07178d6 |
comparison
equal
deleted
inserted
replaced
351:1a8a58e8ea7a | 352:60ede78a20db |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
3 # Generated by GNU Autoconf 2.68 for vamp-plugin-sdk 2.3.0. | 3 # Generated by GNU Autoconf 2.69 for vamp-plugin-sdk 2.5. |
4 # | 4 # |
5 # Report bugs to <cannam@all-day-breakfast.com>. | 5 # Report bugs to <cannam@all-day-breakfast.com>. |
6 # | 6 # |
7 # | 7 # |
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | |
10 # Foundation, Inc. | |
11 # | 9 # |
12 # | 10 # |
13 # This configure script is free software; the Free Software Foundation | 11 # This configure script is free software; the Free Software Foundation |
14 # gives unlimited permission to copy, distribute and modify it. | 12 # gives unlimited permission to copy, distribute and modify it. |
15 ## -------------------- ## | 13 ## -------------------- ## |
134 export LANGUAGE | 132 export LANGUAGE |
135 | 133 |
136 # CDPATH. | 134 # CDPATH. |
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
138 | 136 |
137 # Use a proper internal environment variable to ensure we don't fall | |
138 # into an infinite loop, continuously re-executing ourselves. | |
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then | |
140 _as_can_reexec=no; export _as_can_reexec; | |
141 # We cannot yet assume a decent shell, so we have to provide a | |
142 # neutralization value for shells without unset; and this also | |
143 # works around shells that cannot unset nonexistent variables. | |
144 # Preserve -v and -x to the replacement shell. | |
145 BASH_ENV=/dev/null | |
146 ENV=/dev/null | |
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
148 case $- in # (((( | |
149 *v*x* | *x*v* ) as_opts=-vx ;; | |
150 *v* ) as_opts=-v ;; | |
151 *x* ) as_opts=-x ;; | |
152 * ) as_opts= ;; | |
153 esac | |
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} | |
155 # Admittedly, this is quite paranoid, since all the known shells bail | |
156 # out after a failed `exec'. | |
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 | |
158 as_fn_exit 255 | |
159 fi | |
160 # We don't want this to propagate to other subprocesses. | |
161 { _as_can_reexec=; unset _as_can_reexec;} | |
139 if test "x$CONFIG_SHELL" = x; then | 162 if test "x$CONFIG_SHELL" = x; then |
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
141 emulate sh | 164 emulate sh |
142 NULLCMD=: | 165 NULLCMD=: |
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | 166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which |
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | 190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
168 | 191 |
169 else | 192 else |
170 exitcode=1; echo positional parameters were not saved. | 193 exitcode=1; echo positional parameters were not saved. |
171 fi | 194 fi |
172 test x\$exitcode = x0 || exit 1" | 195 test x\$exitcode = x0 || exit 1 |
196 test -x / || exit 1" | |
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO | 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | 199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 | 200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 |
177 test \$(( 1 + 1 )) = 2 || exit 1" | 201 test \$(( 1 + 1 )) = 2 || exit 1" |
212 fi; } | 236 fi; } |
213 IFS=$as_save_IFS | 237 IFS=$as_save_IFS |
214 | 238 |
215 | 239 |
216 if test "x$CONFIG_SHELL" != x; then : | 240 if test "x$CONFIG_SHELL" != x; then : |
217 # We cannot yet assume a decent shell, so we have to provide a | 241 export CONFIG_SHELL |
218 # neutralization value for shells without unset; and this also | 242 # We cannot yet assume a decent shell, so we have to provide a |
219 # works around shells that cannot unset nonexistent variables. | 243 # neutralization value for shells without unset; and this also |
220 # Preserve -v and -x to the replacement shell. | 244 # works around shells that cannot unset nonexistent variables. |
221 BASH_ENV=/dev/null | 245 # Preserve -v and -x to the replacement shell. |
222 ENV=/dev/null | 246 BASH_ENV=/dev/null |
223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | 247 ENV=/dev/null |
224 export CONFIG_SHELL | 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
225 case $- in # (((( | 249 case $- in # (((( |
226 *v*x* | *x*v* ) as_opts=-vx ;; | 250 *v*x* | *x*v* ) as_opts=-vx ;; |
227 *v* ) as_opts=-v ;; | 251 *v* ) as_opts=-v ;; |
228 *x* ) as_opts=-x ;; | 252 *x* ) as_opts=-x ;; |
229 * ) as_opts= ;; | 253 * ) as_opts= ;; |
230 esac | 254 esac |
231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} | 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
256 # Admittedly, this is quite paranoid, since all the known shells bail | |
257 # out after a failed `exec'. | |
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 | |
259 exit 255 | |
232 fi | 260 fi |
233 | 261 |
234 if test x$as_have_required = xno; then : | 262 if test x$as_have_required = xno; then : |
235 $as_echo "$0: This script requires a shell more modern than all" | 263 $as_echo "$0: This script requires a shell more modern than all" |
236 $as_echo "$0: the shells that I found on your system." | 264 $as_echo "$0: the shells that I found on your system." |
329 test -z "$as_dirs" || eval "mkdir $as_dirs" | 357 test -z "$as_dirs" || eval "mkdir $as_dirs" |
330 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
331 | 359 |
332 | 360 |
333 } # as_fn_mkdir_p | 361 } # as_fn_mkdir_p |
362 | |
363 # as_fn_executable_p FILE | |
364 # ----------------------- | |
365 # Test if FILE is an executable regular file. | |
366 as_fn_executable_p () | |
367 { | |
368 test -f "$1" && test -x "$1" | |
369 } # as_fn_executable_p | |
334 # as_fn_append VAR VALUE | 370 # as_fn_append VAR VALUE |
335 # ---------------------- | 371 # ---------------------- |
336 # Append the text in VALUE to the end of the definition contained in VAR. Take | 372 # Append the text in VALUE to the end of the definition contained in VAR. Take |
337 # advantage of any shell optimizations that allow amortized linear growth over | 373 # advantage of any shell optimizations that allow amortized linear growth over |
338 # repeated appends, instead of the typical quadratic growth present in naive | 374 # repeated appends, instead of the typical quadratic growth present in naive |
450 s/-\n.*// | 486 s/-\n.*// |
451 ' >$as_me.lineno && | 487 ' >$as_me.lineno && |
452 chmod +x "$as_me.lineno" || | 488 chmod +x "$as_me.lineno" || |
453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } | 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
454 | 490 |
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have | |
492 # already done that, so ensure we don't try to do so again and fall | |
493 # in an infinite loop. This has already happened in practice. | |
494 _as_can_reexec=no; export _as_can_reexec | |
455 # Don't try to exec as it changes $[0], causing all sort of problems | 495 # Don't try to exec as it changes $[0], causing all sort of problems |
456 # (the dirname of $[0] is not the place where we might find the | 496 # (the dirname of $[0] is not the place where we might find the |
457 # original and so on. Autoconf is especially sensitive to this). | 497 # original and so on. Autoconf is especially sensitive to this). |
458 . "./$as_me.lineno" | 498 . "./$as_me.lineno" |
459 # Exit status is that of the last command. | 499 # Exit status is that of the last command. |
484 if ln -s conf$$.file conf$$ 2>/dev/null; then | 524 if ln -s conf$$.file conf$$ 2>/dev/null; then |
485 as_ln_s='ln -s' | 525 as_ln_s='ln -s' |
486 # ... but there are two gotchas: | 526 # ... but there are two gotchas: |
487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
489 # In both cases, we have to default to `cp -p'. | 529 # In both cases, we have to default to `cp -pR'. |
490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
491 as_ln_s='cp -p' | 531 as_ln_s='cp -pR' |
492 elif ln conf$$.file conf$$ 2>/dev/null; then | 532 elif ln conf$$.file conf$$ 2>/dev/null; then |
493 as_ln_s=ln | 533 as_ln_s=ln |
494 else | 534 else |
495 as_ln_s='cp -p' | 535 as_ln_s='cp -pR' |
496 fi | 536 fi |
497 else | 537 else |
498 as_ln_s='cp -p' | 538 as_ln_s='cp -pR' |
499 fi | 539 fi |
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | 540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
501 rmdir conf$$.dir 2>/dev/null | 541 rmdir conf$$.dir 2>/dev/null |
502 | 542 |
503 if mkdir -p . 2>/dev/null; then | 543 if mkdir -p . 2>/dev/null; then |
505 else | 545 else |
506 test -d ./-p && rmdir ./-p | 546 test -d ./-p && rmdir ./-p |
507 as_mkdir_p=false | 547 as_mkdir_p=false |
508 fi | 548 fi |
509 | 549 |
510 if test -x / >/dev/null 2>&1; then | 550 as_test_x='test -x' |
511 as_test_x='test -x' | 551 as_executable_p=as_fn_executable_p |
512 else | |
513 if ls -dL / >/dev/null 2>&1; then | |
514 as_ls_L_option=L | |
515 else | |
516 as_ls_L_option= | |
517 fi | |
518 as_test_x=' | |
519 eval sh -c '\'' | |
520 if test -d "$1"; then | |
521 test -d "$1/."; | |
522 else | |
523 case $1 in #( | |
524 -*)set "./$1";; | |
525 esac; | |
526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
527 ???[sx]*):;;*)false;;esac;fi | |
528 '\'' sh | |
529 ' | |
530 fi | |
531 as_executable_p=$as_test_x | |
532 | 552 |
533 # Sed expression to map a string onto a valid CPP name. | 553 # Sed expression to map a string onto a valid CPP name. |
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
535 | 555 |
536 # Sed expression to map a string onto a valid variable name. | 556 # Sed expression to map a string onto a valid variable name. |
558 MAKEFLAGS= | 578 MAKEFLAGS= |
559 | 579 |
560 # Identity of this package. | 580 # Identity of this package. |
561 PACKAGE_NAME='vamp-plugin-sdk' | 581 PACKAGE_NAME='vamp-plugin-sdk' |
562 PACKAGE_TARNAME='vamp-plugin-sdk' | 582 PACKAGE_TARNAME='vamp-plugin-sdk' |
563 PACKAGE_VERSION='2.3.0' | 583 PACKAGE_VERSION='2.5' |
564 PACKAGE_STRING='vamp-plugin-sdk 2.3.0' | 584 PACKAGE_STRING='vamp-plugin-sdk 2.5' |
565 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' | 585 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' |
566 PACKAGE_URL='' | 586 PACKAGE_URL='' |
567 | 587 |
568 ac_unique_file="vamp/vamp.h" | 588 ac_unique_file="vamp/vamp.h" |
569 # Factoring default headers for most tests. | 589 # Factoring default headers for most tests. |
1136 | 1156 |
1137 # FIXME: To remove some day. | 1157 # FIXME: To remove some day. |
1138 if test "x$host_alias" != x; then | 1158 if test "x$host_alias" != x; then |
1139 if test "x$build_alias" = x; then | 1159 if test "x$build_alias" = x; then |
1140 cross_compiling=maybe | 1160 cross_compiling=maybe |
1141 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | |
1142 If a cross compiler is detected then cross compile mode will be used" >&2 | |
1143 elif test "x$build_alias" != "x$host_alias"; then | 1161 elif test "x$build_alias" != "x$host_alias"; then |
1144 cross_compiling=yes | 1162 cross_compiling=yes |
1145 fi | 1163 fi |
1146 fi | 1164 fi |
1147 | 1165 |
1223 # | 1241 # |
1224 if test "$ac_init_help" = "long"; then | 1242 if test "$ac_init_help" = "long"; then |
1225 # Omit some internal or obsolete options to make the list less imposing. | 1243 # Omit some internal or obsolete options to make the list less imposing. |
1226 # This message is too long to be a string in the A/UX 3.1 sh. | 1244 # This message is too long to be a string in the A/UX 3.1 sh. |
1227 cat <<_ACEOF | 1245 cat <<_ACEOF |
1228 \`configure' configures vamp-plugin-sdk 2.3.0 to adapt to many kinds of systems. | 1246 \`configure' configures vamp-plugin-sdk 2.5 to adapt to many kinds of systems. |
1229 | 1247 |
1230 Usage: $0 [OPTION]... [VAR=VALUE]... | 1248 Usage: $0 [OPTION]... [VAR=VALUE]... |
1231 | 1249 |
1232 To assign environment variables (e.g., CC, CFLAGS...), specify them as | 1250 To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1233 VAR=VALUE. See below for descriptions of some of the useful variables. | 1251 VAR=VALUE. See below for descriptions of some of the useful variables. |
1284 _ACEOF | 1302 _ACEOF |
1285 fi | 1303 fi |
1286 | 1304 |
1287 if test -n "$ac_init_help"; then | 1305 if test -n "$ac_init_help"; then |
1288 case $ac_init_help in | 1306 case $ac_init_help in |
1289 short | recursive ) echo "Configuration of vamp-plugin-sdk 2.3.0:";; | 1307 short | recursive ) echo "Configuration of vamp-plugin-sdk 2.5:";; |
1290 esac | 1308 esac |
1291 cat <<\_ACEOF | 1309 cat <<\_ACEOF |
1292 | 1310 |
1293 Optional Features: | 1311 Optional Features: |
1294 --disable-option-checking ignore unrecognized --enable/--with options | 1312 --disable-option-checking ignore unrecognized --enable/--with options |
1382 fi | 1400 fi |
1383 | 1401 |
1384 test -n "$ac_init_help" && exit $ac_status | 1402 test -n "$ac_init_help" && exit $ac_status |
1385 if $ac_init_version; then | 1403 if $ac_init_version; then |
1386 cat <<\_ACEOF | 1404 cat <<\_ACEOF |
1387 vamp-plugin-sdk configure 2.3.0 | 1405 vamp-plugin-sdk configure 2.5 |
1388 generated by GNU Autoconf 2.68 | 1406 generated by GNU Autoconf 2.69 |
1389 | 1407 |
1390 Copyright (C) 2010 Free Software Foundation, Inc. | 1408 Copyright (C) 2012 Free Software Foundation, Inc. |
1391 This configure script is free software; the Free Software Foundation | 1409 This configure script is free software; the Free Software Foundation |
1392 gives unlimited permission to copy, distribute and modify it. | 1410 gives unlimited permission to copy, distribute and modify it. |
1393 _ACEOF | 1411 _ACEOF |
1394 exit | 1412 exit |
1395 fi | 1413 fi |
1609 test $ac_status = 0; } && { | 1627 test $ac_status = 0; } && { |
1610 test -z "$ac_c_werror_flag" || | 1628 test -z "$ac_c_werror_flag" || |
1611 test ! -s conftest.err | 1629 test ! -s conftest.err |
1612 } && test -s conftest$ac_exeext && { | 1630 } && test -s conftest$ac_exeext && { |
1613 test "$cross_compiling" = yes || | 1631 test "$cross_compiling" = yes || |
1614 $as_test_x conftest$ac_exeext | 1632 test -x conftest$ac_exeext |
1615 }; then : | 1633 }; then : |
1616 ac_retval=0 | 1634 ac_retval=0 |
1617 else | 1635 else |
1618 $as_echo "$as_me: failed program was:" >&5 | 1636 $as_echo "$as_me: failed program was:" >&5 |
1619 sed 's/^/| /' conftest.$ac_ext >&5 | 1637 sed 's/^/| /' conftest.$ac_ext >&5 |
1631 } # ac_fn_c_try_link | 1649 } # ac_fn_c_try_link |
1632 cat >config.log <<_ACEOF | 1650 cat >config.log <<_ACEOF |
1633 This file contains any messages produced by compilers while | 1651 This file contains any messages produced by compilers while |
1634 running configure, to aid debugging if configure makes a mistake. | 1652 running configure, to aid debugging if configure makes a mistake. |
1635 | 1653 |
1636 It was created by vamp-plugin-sdk $as_me 2.3.0, which was | 1654 It was created by vamp-plugin-sdk $as_me 2.5, which was |
1637 generated by GNU Autoconf 2.68. Invocation command line was | 1655 generated by GNU Autoconf 2.69. Invocation command line was |
1638 | 1656 |
1639 $ $0 $@ | 1657 $ $0 $@ |
1640 | 1658 |
1641 _ACEOF | 1659 _ACEOF |
1642 exec 5>>config.log | 1660 exec 5>>config.log |
2009 for as_dir in $PATH | 2027 for as_dir in $PATH |
2010 do | 2028 do |
2011 IFS=$as_save_IFS | 2029 IFS=$as_save_IFS |
2012 test -z "$as_dir" && as_dir=. | 2030 test -z "$as_dir" && as_dir=. |
2013 for ac_exec_ext in '' $ac_executable_extensions; do | 2031 for ac_exec_ext in '' $ac_executable_extensions; do |
2014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2032 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2015 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | 2033 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
2016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2017 break 2 | 2035 break 2 |
2018 fi | 2036 fi |
2019 done | 2037 done |
2053 for as_dir in $PATH | 2071 for as_dir in $PATH |
2054 do | 2072 do |
2055 IFS=$as_save_IFS | 2073 IFS=$as_save_IFS |
2056 test -z "$as_dir" && as_dir=. | 2074 test -z "$as_dir" && as_dir=. |
2057 for ac_exec_ext in '' $ac_executable_extensions; do | 2075 for ac_exec_ext in '' $ac_executable_extensions; do |
2058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2076 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2059 ac_cv_prog_ac_ct_CXX="$ac_prog" | 2077 ac_cv_prog_ac_ct_CXX="$ac_prog" |
2060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2061 break 2 | 2079 break 2 |
2062 fi | 2080 fi |
2063 done | 2081 done |
2510 for as_dir in $PATH | 2528 for as_dir in $PATH |
2511 do | 2529 do |
2512 IFS=$as_save_IFS | 2530 IFS=$as_save_IFS |
2513 test -z "$as_dir" && as_dir=. | 2531 test -z "$as_dir" && as_dir=. |
2514 for ac_exec_ext in '' $ac_executable_extensions; do | 2532 for ac_exec_ext in '' $ac_executable_extensions; do |
2515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2516 ac_cv_prog_CC="${ac_tool_prefix}gcc" | 2534 ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2518 break 2 | 2536 break 2 |
2519 fi | 2537 fi |
2520 done | 2538 done |
2550 for as_dir in $PATH | 2568 for as_dir in $PATH |
2551 do | 2569 do |
2552 IFS=$as_save_IFS | 2570 IFS=$as_save_IFS |
2553 test -z "$as_dir" && as_dir=. | 2571 test -z "$as_dir" && as_dir=. |
2554 for ac_exec_ext in '' $ac_executable_extensions; do | 2572 for ac_exec_ext in '' $ac_executable_extensions; do |
2555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2573 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2556 ac_cv_prog_ac_ct_CC="gcc" | 2574 ac_cv_prog_ac_ct_CC="gcc" |
2557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2558 break 2 | 2576 break 2 |
2559 fi | 2577 fi |
2560 done | 2578 done |
2603 for as_dir in $PATH | 2621 for as_dir in $PATH |
2604 do | 2622 do |
2605 IFS=$as_save_IFS | 2623 IFS=$as_save_IFS |
2606 test -z "$as_dir" && as_dir=. | 2624 test -z "$as_dir" && as_dir=. |
2607 for ac_exec_ext in '' $ac_executable_extensions; do | 2625 for ac_exec_ext in '' $ac_executable_extensions; do |
2608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2609 ac_cv_prog_CC="${ac_tool_prefix}cc" | 2627 ac_cv_prog_CC="${ac_tool_prefix}cc" |
2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2611 break 2 | 2629 break 2 |
2612 fi | 2630 fi |
2613 done | 2631 done |
2644 for as_dir in $PATH | 2662 for as_dir in $PATH |
2645 do | 2663 do |
2646 IFS=$as_save_IFS | 2664 IFS=$as_save_IFS |
2647 test -z "$as_dir" && as_dir=. | 2665 test -z "$as_dir" && as_dir=. |
2648 for ac_exec_ext in '' $ac_executable_extensions; do | 2666 for ac_exec_ext in '' $ac_executable_extensions; do |
2649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2650 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | 2668 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2651 ac_prog_rejected=yes | 2669 ac_prog_rejected=yes |
2652 continue | 2670 continue |
2653 fi | 2671 fi |
2654 ac_cv_prog_CC="cc" | 2672 ac_cv_prog_CC="cc" |
2702 for as_dir in $PATH | 2720 for as_dir in $PATH |
2703 do | 2721 do |
2704 IFS=$as_save_IFS | 2722 IFS=$as_save_IFS |
2705 test -z "$as_dir" && as_dir=. | 2723 test -z "$as_dir" && as_dir=. |
2706 for ac_exec_ext in '' $ac_executable_extensions; do | 2724 for ac_exec_ext in '' $ac_executable_extensions; do |
2707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2708 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | 2726 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
2709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2710 break 2 | 2728 break 2 |
2711 fi | 2729 fi |
2712 done | 2730 done |
2746 for as_dir in $PATH | 2764 for as_dir in $PATH |
2747 do | 2765 do |
2748 IFS=$as_save_IFS | 2766 IFS=$as_save_IFS |
2749 test -z "$as_dir" && as_dir=. | 2767 test -z "$as_dir" && as_dir=. |
2750 for ac_exec_ext in '' $ac_executable_extensions; do | 2768 for ac_exec_ext in '' $ac_executable_extensions; do |
2751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2752 ac_cv_prog_ac_ct_CC="$ac_prog" | 2770 ac_cv_prog_ac_ct_CC="$ac_prog" |
2753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2754 break 2 | 2772 break 2 |
2755 fi | 2773 fi |
2756 done | 2774 done |
2942 ac_save_CC=$CC | 2960 ac_save_CC=$CC |
2943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2944 /* end confdefs.h. */ | 2962 /* end confdefs.h. */ |
2945 #include <stdarg.h> | 2963 #include <stdarg.h> |
2946 #include <stdio.h> | 2964 #include <stdio.h> |
2947 #include <sys/types.h> | 2965 struct stat; |
2948 #include <sys/stat.h> | |
2949 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | 2966 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
2950 struct buf { int x; }; | 2967 struct buf { int x; }; |
2951 FILE * (*rcsopen) (struct buf *, struct stat *, int); | 2968 FILE * (*rcsopen) (struct buf *, struct stat *, int); |
2952 static char *e (p, i) | 2969 static char *e (p, i) |
2953 char **p; | 2970 char **p; |
3183 IFS=$as_save_IFS | 3200 IFS=$as_save_IFS |
3184 test -z "$as_dir" && as_dir=. | 3201 test -z "$as_dir" && as_dir=. |
3185 for ac_prog in grep ggrep; do | 3202 for ac_prog in grep ggrep; do |
3186 for ac_exec_ext in '' $ac_executable_extensions; do | 3203 for ac_exec_ext in '' $ac_executable_extensions; do |
3187 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | 3204 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
3188 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | 3205 as_fn_executable_p "$ac_path_GREP" || continue |
3189 # Check for GNU ac_path_GREP and select it if it is found. | 3206 # Check for GNU ac_path_GREP and select it if it is found. |
3190 # Check for GNU $ac_path_GREP | 3207 # Check for GNU $ac_path_GREP |
3191 case `"$ac_path_GREP" --version 2>&1` in | 3208 case `"$ac_path_GREP" --version 2>&1` in |
3192 *GNU*) | 3209 *GNU*) |
3193 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | 3210 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
3249 IFS=$as_save_IFS | 3266 IFS=$as_save_IFS |
3250 test -z "$as_dir" && as_dir=. | 3267 test -z "$as_dir" && as_dir=. |
3251 for ac_prog in egrep; do | 3268 for ac_prog in egrep; do |
3252 for ac_exec_ext in '' $ac_executable_extensions; do | 3269 for ac_exec_ext in '' $ac_executable_extensions; do |
3253 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | 3270 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
3254 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | 3271 as_fn_executable_p "$ac_path_EGREP" || continue |
3255 # Check for GNU ac_path_EGREP and select it if it is found. | 3272 # Check for GNU ac_path_EGREP and select it if it is found. |
3256 # Check for GNU $ac_path_EGREP | 3273 # Check for GNU $ac_path_EGREP |
3257 case `"$ac_path_EGREP" --version 2>&1` in | 3274 case `"$ac_path_EGREP" --version 2>&1` in |
3258 *GNU*) | 3275 *GNU*) |
3259 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | 3276 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
3750 for as_dir in $PATH | 3767 for as_dir in $PATH |
3751 do | 3768 do |
3752 IFS=$as_save_IFS | 3769 IFS=$as_save_IFS |
3753 test -z "$as_dir" && as_dir=. | 3770 test -z "$as_dir" && as_dir=. |
3754 for ac_exec_ext in '' $ac_executable_extensions; do | 3771 for ac_exec_ext in '' $ac_executable_extensions; do |
3755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3772 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3756 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | 3773 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
3757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3758 break 2 | 3775 break 2 |
3759 fi | 3776 fi |
3760 done | 3777 done |
3793 for as_dir in $PATH | 3810 for as_dir in $PATH |
3794 do | 3811 do |
3795 IFS=$as_save_IFS | 3812 IFS=$as_save_IFS |
3796 test -z "$as_dir" && as_dir=. | 3813 test -z "$as_dir" && as_dir=. |
3797 for ac_exec_ext in '' $ac_executable_extensions; do | 3814 for ac_exec_ext in '' $ac_executable_extensions; do |
3798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3799 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | 3816 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
3800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3801 break 2 | 3818 break 2 |
3802 fi | 3819 fi |
3803 done | 3820 done |
4382 if ln -s conf$$.file conf$$ 2>/dev/null; then | 4399 if ln -s conf$$.file conf$$ 2>/dev/null; then |
4383 as_ln_s='ln -s' | 4400 as_ln_s='ln -s' |
4384 # ... but there are two gotchas: | 4401 # ... but there are two gotchas: |
4385 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 4402 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
4386 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 4403 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
4387 # In both cases, we have to default to `cp -p'. | 4404 # In both cases, we have to default to `cp -pR'. |
4388 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 4405 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
4389 as_ln_s='cp -p' | 4406 as_ln_s='cp -pR' |
4390 elif ln conf$$.file conf$$ 2>/dev/null; then | 4407 elif ln conf$$.file conf$$ 2>/dev/null; then |
4391 as_ln_s=ln | 4408 as_ln_s=ln |
4392 else | 4409 else |
4393 as_ln_s='cp -p' | 4410 as_ln_s='cp -pR' |
4394 fi | 4411 fi |
4395 else | 4412 else |
4396 as_ln_s='cp -p' | 4413 as_ln_s='cp -pR' |
4397 fi | 4414 fi |
4398 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | 4415 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
4399 rmdir conf$$.dir 2>/dev/null | 4416 rmdir conf$$.dir 2>/dev/null |
4400 | 4417 |
4401 | 4418 |
4451 else | 4468 else |
4452 test -d ./-p && rmdir ./-p | 4469 test -d ./-p && rmdir ./-p |
4453 as_mkdir_p=false | 4470 as_mkdir_p=false |
4454 fi | 4471 fi |
4455 | 4472 |
4456 if test -x / >/dev/null 2>&1; then | 4473 |
4457 as_test_x='test -x' | 4474 # as_fn_executable_p FILE |
4458 else | 4475 # ----------------------- |
4459 if ls -dL / >/dev/null 2>&1; then | 4476 # Test if FILE is an executable regular file. |
4460 as_ls_L_option=L | 4477 as_fn_executable_p () |
4461 else | 4478 { |
4462 as_ls_L_option= | 4479 test -f "$1" && test -x "$1" |
4463 fi | 4480 } # as_fn_executable_p |
4464 as_test_x=' | 4481 as_test_x='test -x' |
4465 eval sh -c '\'' | 4482 as_executable_p=as_fn_executable_p |
4466 if test -d "$1"; then | |
4467 test -d "$1/."; | |
4468 else | |
4469 case $1 in #( | |
4470 -*)set "./$1";; | |
4471 esac; | |
4472 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
4473 ???[sx]*):;;*)false;;esac;fi | |
4474 '\'' sh | |
4475 ' | |
4476 fi | |
4477 as_executable_p=$as_test_x | |
4478 | 4483 |
4479 # Sed expression to map a string onto a valid CPP name. | 4484 # Sed expression to map a string onto a valid CPP name. |
4480 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 4485 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
4481 | 4486 |
4482 # Sed expression to map a string onto a valid variable name. | 4487 # Sed expression to map a string onto a valid variable name. |
4493 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 4498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
4494 # Save the log message, to keep $0 and so on meaningful, and to | 4499 # Save the log message, to keep $0 and so on meaningful, and to |
4495 # report actual input values of CONFIG_FILES etc. instead of their | 4500 # report actual input values of CONFIG_FILES etc. instead of their |
4496 # values after options handling. | 4501 # values after options handling. |
4497 ac_log=" | 4502 ac_log=" |
4498 This file was extended by vamp-plugin-sdk $as_me 2.3.0, which was | 4503 This file was extended by vamp-plugin-sdk $as_me 2.5, which was |
4499 generated by GNU Autoconf 2.68. Invocation command line was | 4504 generated by GNU Autoconf 2.69. Invocation command line was |
4500 | 4505 |
4501 CONFIG_FILES = $CONFIG_FILES | 4506 CONFIG_FILES = $CONFIG_FILES |
4502 CONFIG_HEADERS = $CONFIG_HEADERS | 4507 CONFIG_HEADERS = $CONFIG_HEADERS |
4503 CONFIG_LINKS = $CONFIG_LINKS | 4508 CONFIG_LINKS = $CONFIG_LINKS |
4504 CONFIG_COMMANDS = $CONFIG_COMMANDS | 4509 CONFIG_COMMANDS = $CONFIG_COMMANDS |
4546 | 4551 |
4547 _ACEOF | 4552 _ACEOF |
4548 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 4553 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
4549 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 4554 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
4550 ac_cs_version="\\ | 4555 ac_cs_version="\\ |
4551 vamp-plugin-sdk config.status 2.3.0 | 4556 vamp-plugin-sdk config.status 2.5 |
4552 configured by $0, generated by GNU Autoconf 2.68, | 4557 configured by $0, generated by GNU Autoconf 2.69, |
4553 with options \\"\$ac_cs_config\\" | 4558 with options \\"\$ac_cs_config\\" |
4554 | 4559 |
4555 Copyright (C) 2010 Free Software Foundation, Inc. | 4560 Copyright (C) 2012 Free Software Foundation, Inc. |
4556 This config.status script is free software; the Free Software Foundation | 4561 This config.status script is free software; the Free Software Foundation |
4557 gives unlimited permission to copy, distribute and modify it." | 4562 gives unlimited permission to copy, distribute and modify it." |
4558 | 4563 |
4559 ac_pwd='$ac_pwd' | 4564 ac_pwd='$ac_pwd' |
4560 srcdir='$srcdir' | 4565 srcdir='$srcdir' |
4627 fi | 4632 fi |
4628 | 4633 |
4629 _ACEOF | 4634 _ACEOF |
4630 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 4635 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
4631 if \$ac_cs_recheck; then | 4636 if \$ac_cs_recheck; then |
4632 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | 4637 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
4633 shift | 4638 shift |
4634 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | 4639 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
4635 CONFIG_SHELL='$SHELL' | 4640 CONFIG_SHELL='$SHELL' |
4636 export CONFIG_SHELL | 4641 export CONFIG_SHELL |
4637 exec "\$@" | 4642 exec "\$@" |