Mercurial > hg > sonic-annotator
comparison configure @ 61:ee8b185d10fe
Use new symbols in Vamp SDK 2.3.1 for autoconf detection; require Dataquay
author | Chris Cannam |
---|---|
date | Fri, 25 May 2012 14:17:56 +0100 |
parents | 3840c55c75c2 |
children | bbf68c187b74 |
comparison
equal
deleted
inserted
replaced
60:400e09d69b8f | 61:ee8b185d10fe |
---|---|
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 Sonic Annotator 0.6hg. | 3 # Generated by GNU Autoconf 2.69 for Sonic Annotator 0.6. |
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='Sonic Annotator' | 581 PACKAGE_NAME='Sonic Annotator' |
562 PACKAGE_TARNAME='sonic-annotator' | 582 PACKAGE_TARNAME='sonic-annotator' |
563 PACKAGE_VERSION='0.6hg' | 583 PACKAGE_VERSION='0.6' |
564 PACKAGE_STRING='Sonic Annotator 0.6hg' | 584 PACKAGE_STRING='Sonic Annotator 0.6' |
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="runner/main.cpp" | 588 ac_unique_file="runner/main.cpp" |
569 # Factoring default headers for most tests. | 589 # Factoring default headers for most tests. |
629 JACK_CFLAGS | 649 JACK_CFLAGS |
630 portaudio_2_0_LIBS | 650 portaudio_2_0_LIBS |
631 portaudio_2_0_CFLAGS | 651 portaudio_2_0_CFLAGS |
632 liblo_LIBS | 652 liblo_LIBS |
633 liblo_CFLAGS | 653 liblo_CFLAGS |
634 redland_LIBS | 654 dataquay_LIBS |
635 redland_CFLAGS | 655 dataquay_CFLAGS |
636 rasqal_LIBS | |
637 rasqal_CFLAGS | |
638 rubberband_LIBS | 656 rubberband_LIBS |
639 rubberband_CFLAGS | 657 rubberband_CFLAGS |
640 vamphostsdk_LIBS | 658 vamphostsdk_LIBS |
641 vamphostsdk_CFLAGS | 659 vamphostsdk_CFLAGS |
642 vamp_LIBS | 660 vamp_LIBS |
744 vamp_LIBS | 762 vamp_LIBS |
745 vamphostsdk_CFLAGS | 763 vamphostsdk_CFLAGS |
746 vamphostsdk_LIBS | 764 vamphostsdk_LIBS |
747 rubberband_CFLAGS | 765 rubberband_CFLAGS |
748 rubberband_LIBS | 766 rubberband_LIBS |
749 rasqal_CFLAGS | 767 dataquay_CFLAGS |
750 rasqal_LIBS | 768 dataquay_LIBS |
751 redland_CFLAGS | |
752 redland_LIBS | |
753 liblo_CFLAGS | 769 liblo_CFLAGS |
754 liblo_LIBS | 770 liblo_LIBS |
755 portaudio_2_0_CFLAGS | 771 portaudio_2_0_CFLAGS |
756 portaudio_2_0_LIBS | 772 portaudio_2_0_LIBS |
757 JACK_CFLAGS | 773 JACK_CFLAGS |
1221 | 1237 |
1222 # FIXME: To remove some day. | 1238 # FIXME: To remove some day. |
1223 if test "x$host_alias" != x; then | 1239 if test "x$host_alias" != x; then |
1224 if test "x$build_alias" = x; then | 1240 if test "x$build_alias" = x; then |
1225 cross_compiling=maybe | 1241 cross_compiling=maybe |
1226 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | |
1227 If a cross compiler is detected then cross compile mode will be used" >&2 | |
1228 elif test "x$build_alias" != "x$host_alias"; then | 1242 elif test "x$build_alias" != "x$host_alias"; then |
1229 cross_compiling=yes | 1243 cross_compiling=yes |
1230 fi | 1244 fi |
1231 fi | 1245 fi |
1232 | 1246 |
1308 # | 1322 # |
1309 if test "$ac_init_help" = "long"; then | 1323 if test "$ac_init_help" = "long"; then |
1310 # Omit some internal or obsolete options to make the list less imposing. | 1324 # Omit some internal or obsolete options to make the list less imposing. |
1311 # This message is too long to be a string in the A/UX 3.1 sh. | 1325 # This message is too long to be a string in the A/UX 3.1 sh. |
1312 cat <<_ACEOF | 1326 cat <<_ACEOF |
1313 \`configure' configures Sonic Annotator 0.6hg to adapt to many kinds of systems. | 1327 \`configure' configures Sonic Annotator 0.6 to adapt to many kinds of systems. |
1314 | 1328 |
1315 Usage: $0 [OPTION]... [VAR=VALUE]... | 1329 Usage: $0 [OPTION]... [VAR=VALUE]... |
1316 | 1330 |
1317 To assign environment variables (e.g., CC, CFLAGS...), specify them as | 1331 To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1318 VAR=VALUE. See below for descriptions of some of the useful variables. | 1332 VAR=VALUE. See below for descriptions of some of the useful variables. |
1369 _ACEOF | 1383 _ACEOF |
1370 fi | 1384 fi |
1371 | 1385 |
1372 if test -n "$ac_init_help"; then | 1386 if test -n "$ac_init_help"; then |
1373 case $ac_init_help in | 1387 case $ac_init_help in |
1374 short | recursive ) echo "Configuration of Sonic Annotator 0.6hg:";; | 1388 short | recursive ) echo "Configuration of Sonic Annotator 0.6:";; |
1375 esac | 1389 esac |
1376 cat <<\_ACEOF | 1390 cat <<\_ACEOF |
1377 | 1391 |
1378 Optional Features: | 1392 Optional Features: |
1379 --disable-option-checking ignore unrecognized --enable/--with options | 1393 --disable-option-checking ignore unrecognized --enable/--with options |
1421 linker flags for vamphostsdk, overriding pkg-config | 1435 linker flags for vamphostsdk, overriding pkg-config |
1422 rubberband_CFLAGS | 1436 rubberband_CFLAGS |
1423 C compiler flags for rubberband, overriding pkg-config | 1437 C compiler flags for rubberband, overriding pkg-config |
1424 rubberband_LIBS | 1438 rubberband_LIBS |
1425 linker flags for rubberband, overriding pkg-config | 1439 linker flags for rubberband, overriding pkg-config |
1426 rasqal_CFLAGS | 1440 dataquay_CFLAGS |
1427 C compiler flags for rasqal, overriding pkg-config | 1441 C compiler flags for dataquay, overriding pkg-config |
1428 rasqal_LIBS linker flags for rasqal, overriding pkg-config | 1442 dataquay_LIBS |
1429 redland_CFLAGS | 1443 linker flags for dataquay, overriding pkg-config |
1430 C compiler flags for redland, overriding pkg-config | |
1431 redland_LIBS | |
1432 linker flags for redland, overriding pkg-config | |
1433 liblo_CFLAGS | 1444 liblo_CFLAGS |
1434 C compiler flags for liblo, overriding pkg-config | 1445 C compiler flags for liblo, overriding pkg-config |
1435 liblo_LIBS linker flags for liblo, overriding pkg-config | 1446 liblo_LIBS linker flags for liblo, overriding pkg-config |
1436 portaudio_2_0_CFLAGS | 1447 portaudio_2_0_CFLAGS |
1437 C compiler flags for portaudio_2_0, overriding pkg-config | 1448 C compiler flags for portaudio_2_0, overriding pkg-config |
1521 fi | 1532 fi |
1522 | 1533 |
1523 test -n "$ac_init_help" && exit $ac_status | 1534 test -n "$ac_init_help" && exit $ac_status |
1524 if $ac_init_version; then | 1535 if $ac_init_version; then |
1525 cat <<\_ACEOF | 1536 cat <<\_ACEOF |
1526 Sonic Annotator configure 0.6hg | 1537 Sonic Annotator configure 0.6 |
1527 generated by GNU Autoconf 2.68 | 1538 generated by GNU Autoconf 2.69 |
1528 | 1539 |
1529 Copyright (C) 2010 Free Software Foundation, Inc. | 1540 Copyright (C) 2012 Free Software Foundation, Inc. |
1530 This configure script is free software; the Free Software Foundation | 1541 This configure script is free software; the Free Software Foundation |
1531 gives unlimited permission to copy, distribute and modify it. | 1542 gives unlimited permission to copy, distribute and modify it. |
1532 _ACEOF | 1543 _ACEOF |
1533 exit | 1544 exit |
1534 fi | 1545 fi |
1839 test $ac_status = 0; } && { | 1850 test $ac_status = 0; } && { |
1840 test -z "$ac_cxx_werror_flag" || | 1851 test -z "$ac_cxx_werror_flag" || |
1841 test ! -s conftest.err | 1852 test ! -s conftest.err |
1842 } && test -s conftest$ac_exeext && { | 1853 } && test -s conftest$ac_exeext && { |
1843 test "$cross_compiling" = yes || | 1854 test "$cross_compiling" = yes || |
1844 $as_test_x conftest$ac_exeext | 1855 test -x conftest$ac_exeext |
1845 }; then : | 1856 }; then : |
1846 ac_retval=0 | 1857 ac_retval=0 |
1847 else | 1858 else |
1848 $as_echo "$as_me: failed program was:" >&5 | 1859 $as_echo "$as_me: failed program was:" >&5 |
1849 sed 's/^/| /' conftest.$ac_ext >&5 | 1860 sed 's/^/| /' conftest.$ac_ext >&5 |
1861 } # ac_fn_cxx_try_link | 1872 } # ac_fn_cxx_try_link |
1862 cat >config.log <<_ACEOF | 1873 cat >config.log <<_ACEOF |
1863 This file contains any messages produced by compilers while | 1874 This file contains any messages produced by compilers while |
1864 running configure, to aid debugging if configure makes a mistake. | 1875 running configure, to aid debugging if configure makes a mistake. |
1865 | 1876 |
1866 It was created by Sonic Annotator $as_me 0.6hg, which was | 1877 It was created by Sonic Annotator $as_me 0.6, which was |
1867 generated by GNU Autoconf 2.68. Invocation command line was | 1878 generated by GNU Autoconf 2.69. Invocation command line was |
1868 | 1879 |
1869 $ $0 $@ | 1880 $ $0 $@ |
1870 | 1881 |
1871 _ACEOF | 1882 _ACEOF |
1872 exec 5>>config.log | 1883 exec 5>>config.log |
2256 for as_dir in $PATH | 2267 for as_dir in $PATH |
2257 do | 2268 do |
2258 IFS=$as_save_IFS | 2269 IFS=$as_save_IFS |
2259 test -z "$as_dir" && as_dir=. | 2270 test -z "$as_dir" && as_dir=. |
2260 for ac_exec_ext in '' $ac_executable_extensions; do | 2271 for ac_exec_ext in '' $ac_executable_extensions; do |
2261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2272 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2262 ac_cv_prog_CC="${ac_tool_prefix}gcc" | 2273 ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2264 break 2 | 2275 break 2 |
2265 fi | 2276 fi |
2266 done | 2277 done |
2296 for as_dir in $PATH | 2307 for as_dir in $PATH |
2297 do | 2308 do |
2298 IFS=$as_save_IFS | 2309 IFS=$as_save_IFS |
2299 test -z "$as_dir" && as_dir=. | 2310 test -z "$as_dir" && as_dir=. |
2300 for ac_exec_ext in '' $ac_executable_extensions; do | 2311 for ac_exec_ext in '' $ac_executable_extensions; do |
2301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2302 ac_cv_prog_ac_ct_CC="gcc" | 2313 ac_cv_prog_ac_ct_CC="gcc" |
2303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2304 break 2 | 2315 break 2 |
2305 fi | 2316 fi |
2306 done | 2317 done |
2349 for as_dir in $PATH | 2360 for as_dir in $PATH |
2350 do | 2361 do |
2351 IFS=$as_save_IFS | 2362 IFS=$as_save_IFS |
2352 test -z "$as_dir" && as_dir=. | 2363 test -z "$as_dir" && as_dir=. |
2353 for ac_exec_ext in '' $ac_executable_extensions; do | 2364 for ac_exec_ext in '' $ac_executable_extensions; do |
2354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2355 ac_cv_prog_CC="${ac_tool_prefix}cc" | 2366 ac_cv_prog_CC="${ac_tool_prefix}cc" |
2356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2357 break 2 | 2368 break 2 |
2358 fi | 2369 fi |
2359 done | 2370 done |
2390 for as_dir in $PATH | 2401 for as_dir in $PATH |
2391 do | 2402 do |
2392 IFS=$as_save_IFS | 2403 IFS=$as_save_IFS |
2393 test -z "$as_dir" && as_dir=. | 2404 test -z "$as_dir" && as_dir=. |
2394 for ac_exec_ext in '' $ac_executable_extensions; do | 2405 for ac_exec_ext in '' $ac_executable_extensions; do |
2395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2396 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | 2407 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2397 ac_prog_rejected=yes | 2408 ac_prog_rejected=yes |
2398 continue | 2409 continue |
2399 fi | 2410 fi |
2400 ac_cv_prog_CC="cc" | 2411 ac_cv_prog_CC="cc" |
2448 for as_dir in $PATH | 2459 for as_dir in $PATH |
2449 do | 2460 do |
2450 IFS=$as_save_IFS | 2461 IFS=$as_save_IFS |
2451 test -z "$as_dir" && as_dir=. | 2462 test -z "$as_dir" && as_dir=. |
2452 for ac_exec_ext in '' $ac_executable_extensions; do | 2463 for ac_exec_ext in '' $ac_executable_extensions; do |
2453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2454 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | 2465 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
2455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2456 break 2 | 2467 break 2 |
2457 fi | 2468 fi |
2458 done | 2469 done |
2492 for as_dir in $PATH | 2503 for as_dir in $PATH |
2493 do | 2504 do |
2494 IFS=$as_save_IFS | 2505 IFS=$as_save_IFS |
2495 test -z "$as_dir" && as_dir=. | 2506 test -z "$as_dir" && as_dir=. |
2496 for ac_exec_ext in '' $ac_executable_extensions; do | 2507 for ac_exec_ext in '' $ac_executable_extensions; do |
2497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2498 ac_cv_prog_ac_ct_CC="$ac_prog" | 2509 ac_cv_prog_ac_ct_CC="$ac_prog" |
2499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2500 break 2 | 2511 break 2 |
2501 fi | 2512 fi |
2502 done | 2513 done |
2938 ac_save_CC=$CC | 2949 ac_save_CC=$CC |
2939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2940 /* end confdefs.h. */ | 2951 /* end confdefs.h. */ |
2941 #include <stdarg.h> | 2952 #include <stdarg.h> |
2942 #include <stdio.h> | 2953 #include <stdio.h> |
2943 #include <sys/types.h> | 2954 struct stat; |
2944 #include <sys/stat.h> | |
2945 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | 2955 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
2946 struct buf { int x; }; | 2956 struct buf { int x; }; |
2947 FILE * (*rcsopen) (struct buf *, struct stat *, int); | 2957 FILE * (*rcsopen) (struct buf *, struct stat *, int); |
2948 static char *e (p, i) | 2958 static char *e (p, i) |
2949 char **p; | 2959 char **p; |
3052 for as_dir in $PATH | 3062 for as_dir in $PATH |
3053 do | 3063 do |
3054 IFS=$as_save_IFS | 3064 IFS=$as_save_IFS |
3055 test -z "$as_dir" && as_dir=. | 3065 test -z "$as_dir" && as_dir=. |
3056 for ac_exec_ext in '' $ac_executable_extensions; do | 3066 for ac_exec_ext in '' $ac_executable_extensions; do |
3057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3067 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3058 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | 3068 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
3059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3060 break 2 | 3070 break 2 |
3061 fi | 3071 fi |
3062 done | 3072 done |
3096 for as_dir in $PATH | 3106 for as_dir in $PATH |
3097 do | 3107 do |
3098 IFS=$as_save_IFS | 3108 IFS=$as_save_IFS |
3099 test -z "$as_dir" && as_dir=. | 3109 test -z "$as_dir" && as_dir=. |
3100 for ac_exec_ext in '' $ac_executable_extensions; do | 3110 for ac_exec_ext in '' $ac_executable_extensions; do |
3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3102 ac_cv_prog_ac_ct_CXX="$ac_prog" | 3112 ac_cv_prog_ac_ct_CXX="$ac_prog" |
3103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3104 break 2 | 3114 break 2 |
3105 fi | 3115 fi |
3106 done | 3116 done |
3347 # OSF1 and SCO ODT 3.0 have their own names for install. | 3357 # OSF1 and SCO ODT 3.0 have their own names for install. |
3348 # Don't use installbsd from OSF since it installs stuff as root | 3358 # Don't use installbsd from OSF since it installs stuff as root |
3349 # by default. | 3359 # by default. |
3350 for ac_prog in ginstall scoinst install; do | 3360 for ac_prog in ginstall scoinst install; do |
3351 for ac_exec_ext in '' $ac_executable_extensions; do | 3361 for ac_exec_ext in '' $ac_executable_extensions; do |
3352 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then | 3362 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
3353 if test $ac_prog = install && | 3363 if test $ac_prog = install && |
3354 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | 3364 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
3355 # AIX install. It has an incompatible calling convention. | 3365 # AIX install. It has an incompatible calling convention. |
3356 : | 3366 : |
3357 elif test $ac_prog = install && | 3367 elif test $ac_prog = install && |
3416 do | 3426 do |
3417 IFS=$as_save_IFS | 3427 IFS=$as_save_IFS |
3418 test -z "$as_dir" && as_dir=. | 3428 test -z "$as_dir" && as_dir=. |
3419 for ac_prog in mkdir gmkdir; do | 3429 for ac_prog in mkdir gmkdir; do |
3420 for ac_exec_ext in '' $ac_executable_extensions; do | 3430 for ac_exec_ext in '' $ac_executable_extensions; do |
3421 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | 3431 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
3422 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | 3432 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
3423 'mkdir (GNU coreutils) '* | \ | 3433 'mkdir (GNU coreutils) '* | \ |
3424 'mkdir (coreutils) '* | \ | 3434 'mkdir (coreutils) '* | \ |
3425 'mkdir (fileutils) '4.1*) | 3435 'mkdir (fileutils) '4.1*) |
3426 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | 3436 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext |
3597 IFS=$as_save_IFS | 3607 IFS=$as_save_IFS |
3598 test -z "$as_dir" && as_dir=. | 3608 test -z "$as_dir" && as_dir=. |
3599 for ac_prog in grep ggrep; do | 3609 for ac_prog in grep ggrep; do |
3600 for ac_exec_ext in '' $ac_executable_extensions; do | 3610 for ac_exec_ext in '' $ac_executable_extensions; do |
3601 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | 3611 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
3602 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | 3612 as_fn_executable_p "$ac_path_GREP" || continue |
3603 # Check for GNU ac_path_GREP and select it if it is found. | 3613 # Check for GNU ac_path_GREP and select it if it is found. |
3604 # Check for GNU $ac_path_GREP | 3614 # Check for GNU $ac_path_GREP |
3605 case `"$ac_path_GREP" --version 2>&1` in | 3615 case `"$ac_path_GREP" --version 2>&1` in |
3606 *GNU*) | 3616 *GNU*) |
3607 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | 3617 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
3663 IFS=$as_save_IFS | 3673 IFS=$as_save_IFS |
3664 test -z "$as_dir" && as_dir=. | 3674 test -z "$as_dir" && as_dir=. |
3665 for ac_prog in egrep; do | 3675 for ac_prog in egrep; do |
3666 for ac_exec_ext in '' $ac_executable_extensions; do | 3676 for ac_exec_ext in '' $ac_executable_extensions; do |
3667 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | 3677 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
3668 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | 3678 as_fn_executable_p "$ac_path_EGREP" || continue |
3669 # Check for GNU ac_path_EGREP and select it if it is found. | 3679 # Check for GNU ac_path_EGREP and select it if it is found. |
3670 # Check for GNU $ac_path_EGREP | 3680 # Check for GNU $ac_path_EGREP |
3671 case `"$ac_path_EGREP" --version 2>&1` in | 3681 case `"$ac_path_EGREP" --version 2>&1` in |
3672 *GNU*) | 3682 *GNU*) |
3673 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | 3683 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
3856 for as_dir in $PATH | 3866 for as_dir in $PATH |
3857 do | 3867 do |
3858 IFS=$as_save_IFS | 3868 IFS=$as_save_IFS |
3859 test -z "$as_dir" && as_dir=. | 3869 test -z "$as_dir" && as_dir=. |
3860 for ac_exec_ext in '' $ac_executable_extensions; do | 3870 for ac_exec_ext in '' $ac_executable_extensions; do |
3861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3862 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | 3872 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
3863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3864 break 2 | 3874 break 2 |
3865 fi | 3875 fi |
3866 done | 3876 done |
3899 for as_dir in $PATH | 3909 for as_dir in $PATH |
3900 do | 3910 do |
3901 IFS=$as_save_IFS | 3911 IFS=$as_save_IFS |
3902 test -z "$as_dir" && as_dir=. | 3912 test -z "$as_dir" && as_dir=. |
3903 for ac_exec_ext in '' $ac_executable_extensions; do | 3913 for ac_exec_ext in '' $ac_executable_extensions; do |
3904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3905 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | 3915 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
3906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3907 break 2 | 3917 break 2 |
3908 fi | 3918 fi |
3909 done | 3919 done |
3970 for as_dir in $QTDIR/bin/ | 3980 for as_dir in $QTDIR/bin/ |
3971 do | 3981 do |
3972 IFS=$as_save_IFS | 3982 IFS=$as_save_IFS |
3973 test -z "$as_dir" && as_dir=. | 3983 test -z "$as_dir" && as_dir=. |
3974 for ac_exec_ext in '' $ac_executable_extensions; do | 3984 for ac_exec_ext in '' $ac_executable_extensions; do |
3975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3976 ac_cv_prog_QMAKE="$QTDIR/bin/qmake-qt4" | 3986 ac_cv_prog_QMAKE="$QTDIR/bin/qmake-qt4" |
3977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3978 break 2 | 3988 break 2 |
3979 fi | 3989 fi |
3980 done | 3990 done |
4009 for as_dir in $QTDIR/bin/ | 4019 for as_dir in $QTDIR/bin/ |
4010 do | 4020 do |
4011 IFS=$as_save_IFS | 4021 IFS=$as_save_IFS |
4012 test -z "$as_dir" && as_dir=. | 4022 test -z "$as_dir" && as_dir=. |
4013 for ac_exec_ext in '' $ac_executable_extensions; do | 4023 for ac_exec_ext in '' $ac_executable_extensions; do |
4014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
4015 ac_cv_prog_QMAKE="$QTDIR/bin/qmake" | 4025 ac_cv_prog_QMAKE="$QTDIR/bin/qmake" |
4016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4017 break 2 | 4027 break 2 |
4018 fi | 4028 fi |
4019 done | 4029 done |
4048 for as_dir in $QTDIR/bin/ | 4058 for as_dir in $QTDIR/bin/ |
4049 do | 4059 do |
4050 IFS=$as_save_IFS | 4060 IFS=$as_save_IFS |
4051 test -z "$as_dir" && as_dir=. | 4061 test -z "$as_dir" && as_dir=. |
4052 for ac_exec_ext in '' $ac_executable_extensions; do | 4062 for ac_exec_ext in '' $ac_executable_extensions; do |
4053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4063 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
4054 ac_cv_prog_QMAKE="$QTDIR/bin/qmake.exe" | 4064 ac_cv_prog_QMAKE="$QTDIR/bin/qmake.exe" |
4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4056 break 2 | 4066 break 2 |
4057 fi | 4067 fi |
4058 done | 4068 done |
4087 for as_dir in $PATH | 4097 for as_dir in $PATH |
4088 do | 4098 do |
4089 IFS=$as_save_IFS | 4099 IFS=$as_save_IFS |
4090 test -z "$as_dir" && as_dir=. | 4100 test -z "$as_dir" && as_dir=. |
4091 for ac_exec_ext in '' $ac_executable_extensions; do | 4101 for ac_exec_ext in '' $ac_executable_extensions; do |
4092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
4093 ac_cv_prog_QMAKE="qmake-qt4" | 4103 ac_cv_prog_QMAKE="qmake-qt4" |
4094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4095 break 2 | 4105 break 2 |
4096 fi | 4106 fi |
4097 done | 4107 done |
4126 for as_dir in $PATH | 4136 for as_dir in $PATH |
4127 do | 4137 do |
4128 IFS=$as_save_IFS | 4138 IFS=$as_save_IFS |
4129 test -z "$as_dir" && as_dir=. | 4139 test -z "$as_dir" && as_dir=. |
4130 for ac_exec_ext in '' $ac_executable_extensions; do | 4140 for ac_exec_ext in '' $ac_executable_extensions; do |
4131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
4132 ac_cv_prog_QMAKE="qmake" | 4142 ac_cv_prog_QMAKE="qmake" |
4133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4134 break 2 | 4144 break 2 |
4135 fi | 4145 fi |
4136 done | 4146 done |
5155 fi | 5165 fi |
5156 fi | 5166 fi |
5157 | 5167 |
5158 | 5168 |
5159 SV_MODULE_MODULE=vamphostsdk | 5169 SV_MODULE_MODULE=vamphostsdk |
5160 SV_MODULE_VERSION_TEST="vamp-hostsdk >= 2.0" | 5170 SV_MODULE_VERSION_TEST="vamp-hostsdk >= 2.3.1" |
5161 SV_MODULE_HEADER=vamp-hostsdk/PluginLoader.h | 5171 SV_MODULE_HEADER=vamp-hostsdk/PluginLoader.h |
5162 SV_MODULE_LIB= | 5172 SV_MODULE_LIB=vamp-hostsdk |
5163 SV_MODULE_FUNC= | 5173 SV_MODULE_FUNC=libvamphostsdk_v_2_3_1_present |
5164 SV_MODULE_HAVE=HAVE_$(echo vamphostsdk | tr 'a-z' 'A-Z') | 5174 SV_MODULE_HAVE=HAVE_$(echo vamphostsdk | tr 'a-z' 'A-Z') |
5165 SV_MODULE_FAILED=1 | 5175 SV_MODULE_FAILED=1 |
5166 if test -n "$vamphostsdk_LIBS" ; then | 5176 if test -n "$vamphostsdk_LIBS" ; then |
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 5177 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
5168 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 5178 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
5456 | 5466 |
5457 fi | 5467 fi |
5458 fi | 5468 fi |
5459 | 5469 |
5460 | 5470 |
5461 SV_MODULE_MODULE=rasqal | 5471 SV_MODULE_MODULE=dataquay |
5462 SV_MODULE_VERSION_TEST="rasqal >= 0.9.19" | 5472 SV_MODULE_VERSION_TEST="dataquay >= 0.9" |
5463 SV_MODULE_HEADER=rasqal/rasqal.h | 5473 SV_MODULE_HEADER=dataquay/Uri.h |
5464 SV_MODULE_LIB=rasqal | 5474 SV_MODULE_LIB=dataquay |
5465 SV_MODULE_FUNC=rasqal_new_world | 5475 SV_MODULE_FUNC= |
5466 SV_MODULE_HAVE=HAVE_$(echo rasqal | tr 'a-z' 'A-Z') | 5476 SV_MODULE_HAVE=HAVE_$(echo dataquay | tr 'a-z' 'A-Z') |
5467 SV_MODULE_FAILED=1 | 5477 SV_MODULE_FAILED=1 |
5468 if test -n "$rasqal_LIBS" ; then | 5478 if test -n "$dataquay_LIBS" ; then |
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 5479 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
5470 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 5480 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
5471 CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS" | 5481 CXXFLAGS="$CXXFLAGS $dataquay_CFLAGS" |
5472 LIBS="$LIBS $rasqal_LIBS" | 5482 LIBS="$LIBS $dataquay_LIBS" |
5473 SV_MODULE_FAILED="" | 5483 SV_MODULE_FAILED="" |
5474 fi | 5484 fi |
5475 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5485 if test -z "$SV_MODULE_VERSION_TEST" ; then |
5476 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5486 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
5477 fi | 5487 fi |
5478 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 5488 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
5479 | 5489 |
5480 pkg_failed=no | 5490 pkg_failed=no |
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 5491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dataquay" >&5 |
5482 $as_echo_n "checking for rasqal... " >&6; } | 5492 $as_echo_n "checking for dataquay... " >&6; } |
5483 | 5493 |
5484 if test -n "$rasqal_CFLAGS"; then | 5494 if test -n "$dataquay_CFLAGS"; then |
5485 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" | 5495 pkg_cv_dataquay_CFLAGS="$dataquay_CFLAGS" |
5486 elif test -n "$PKG_CONFIG"; then | 5496 elif test -n "$PKG_CONFIG"; then |
5487 if test -n "$PKG_CONFIG" && \ | 5497 if test -n "$PKG_CONFIG" && \ |
5488 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5498 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
5489 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5499 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5490 ac_status=$? | 5500 ac_status=$? |
5491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5492 test $ac_status = 0; }; then | 5502 test $ac_status = 0; }; then |
5493 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5503 pkg_cv_dataquay_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5494 test "x$?" != "x0" && pkg_failed=yes | 5504 test "x$?" != "x0" && pkg_failed=yes |
5495 else | 5505 else |
5496 pkg_failed=yes | 5506 pkg_failed=yes |
5497 fi | 5507 fi |
5498 else | 5508 else |
5499 pkg_failed=untried | 5509 pkg_failed=untried |
5500 fi | 5510 fi |
5501 if test -n "$rasqal_LIBS"; then | 5511 if test -n "$dataquay_LIBS"; then |
5502 pkg_cv_rasqal_LIBS="$rasqal_LIBS" | 5512 pkg_cv_dataquay_LIBS="$dataquay_LIBS" |
5503 elif test -n "$PKG_CONFIG"; then | 5513 elif test -n "$PKG_CONFIG"; then |
5504 if test -n "$PKG_CONFIG" && \ | 5514 if test -n "$PKG_CONFIG" && \ |
5505 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5515 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
5506 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5516 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5507 ac_status=$? | 5517 ac_status=$? |
5508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5509 test $ac_status = 0; }; then | 5519 test $ac_status = 0; }; then |
5510 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5520 pkg_cv_dataquay_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5511 test "x$?" != "x0" && pkg_failed=yes | 5521 test "x$?" != "x0" && pkg_failed=yes |
5512 else | 5522 else |
5513 pkg_failed=yes | 5523 pkg_failed=yes |
5514 fi | 5524 fi |
5515 else | 5525 else |
5526 _pkg_short_errors_supported=yes | 5536 _pkg_short_errors_supported=yes |
5527 else | 5537 else |
5528 _pkg_short_errors_supported=no | 5538 _pkg_short_errors_supported=no |
5529 fi | 5539 fi |
5530 if test $_pkg_short_errors_supported = yes; then | 5540 if test $_pkg_short_errors_supported = yes; then |
5531 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 5541 dataquay_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5532 else | 5542 else |
5533 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 5543 dataquay_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5534 fi | 5544 fi |
5535 # Put the nasty error message in config.log where it belongs | 5545 # Put the nasty error message in config.log where it belongs |
5536 echo "$rasqal_PKG_ERRORS" >&5 | 5546 echo "$dataquay_PKG_ERRORS" >&5 |
5537 | 5547 |
5538 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5548 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
5539 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5549 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
5540 elif test $pkg_failed = untried; then | 5550 elif test $pkg_failed = untried; then |
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5542 $as_echo "no" >&6; } | 5552 $as_echo "no" >&6; } |
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5553 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
5544 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5554 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
5545 else | 5555 else |
5546 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS | 5556 dataquay_CFLAGS=$pkg_cv_dataquay_CFLAGS |
5547 rasqal_LIBS=$pkg_cv_rasqal_LIBS | 5557 dataquay_LIBS=$pkg_cv_dataquay_LIBS |
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
5549 $as_echo "yes" >&6; } | 5559 $as_echo "yes" >&6; } |
5550 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS";LIBS="$LIBS $rasqal_LIBS";SV_MODULE_FAILED="" | 5560 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $dataquay_CFLAGS";LIBS="$LIBS $dataquay_LIBS";SV_MODULE_FAILED="" |
5551 fi | |
5552 fi | |
5553 if test -n "$SV_MODULE_FAILED"; then | |
5554 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | |
5555 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | |
5556 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | |
5557 HAVES="$HAVES $SV_MODULE_HAVE" | |
5558 else | |
5559 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | |
5560 fi | |
5561 | |
5562 | |
5563 if test -n "$SV_MODULE_LIB"; then | |
5564 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | |
5566 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | |
5567 if eval \${$as_ac_Lib+:} false; then : | |
5568 $as_echo_n "(cached) " >&6 | |
5569 else | |
5570 ac_check_lib_save_LIBS=$LIBS | |
5571 LIBS="-l$SV_MODULE_LIB $LIBS" | |
5572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5573 /* end confdefs.h. */ | |
5574 | |
5575 /* Override any GCC internal prototype to avoid an error. | |
5576 Use char because int might match the return type of a GCC | |
5577 builtin and then its argument prototype would still apply. */ | |
5578 #ifdef __cplusplus | |
5579 extern "C" | |
5580 #endif | |
5581 char $SV_MODULE_FUNC (); | |
5582 int | |
5583 main () | |
5584 { | |
5585 return $SV_MODULE_FUNC (); | |
5586 ; | |
5587 return 0; | |
5588 } | |
5589 _ACEOF | |
5590 if ac_fn_cxx_try_link "$LINENO"; then : | |
5591 eval "$as_ac_Lib=yes" | |
5592 else | |
5593 eval "$as_ac_Lib=no" | |
5594 fi | |
5595 rm -f core conftest.err conftest.$ac_objext \ | |
5596 conftest$ac_exeext conftest.$ac_ext | |
5597 LIBS=$ac_check_lib_save_LIBS | |
5598 fi | |
5599 eval ac_res=\$$as_ac_Lib | |
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
5601 $as_echo "$ac_res" >&6; } | |
5602 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | |
5603 LIBS="$LIBS -l$SV_MODULE_LIB" | |
5604 else | |
5605 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | |
5606 fi | |
5607 | |
5608 fi | |
5609 fi | |
5610 | |
5611 | |
5612 SV_MODULE_MODULE=redland | |
5613 SV_MODULE_VERSION_TEST="redland >= 1.0.10" | |
5614 SV_MODULE_HEADER=librdf.h | |
5615 SV_MODULE_LIB=rdf | |
5616 SV_MODULE_FUNC=librdf_new_world | |
5617 SV_MODULE_HAVE=HAVE_$(echo redland | tr 'a-z' 'A-Z') | |
5618 SV_MODULE_FAILED=1 | |
5619 if test -n "$redland_LIBS" ; then | |
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
5621 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
5622 CXXFLAGS="$CXXFLAGS $redland_CFLAGS" | |
5623 LIBS="$LIBS $redland_LIBS" | |
5624 SV_MODULE_FAILED="" | |
5625 fi | |
5626 if test -z "$SV_MODULE_VERSION_TEST" ; then | |
5627 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | |
5628 fi | |
5629 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | |
5630 | |
5631 pkg_failed=no | |
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | |
5633 $as_echo_n "checking for redland... " >&6; } | |
5634 | |
5635 if test -n "$redland_CFLAGS"; then | |
5636 pkg_cv_redland_CFLAGS="$redland_CFLAGS" | |
5637 elif test -n "$PKG_CONFIG"; then | |
5638 if test -n "$PKG_CONFIG" && \ | |
5639 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | |
5640 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | |
5641 ac_status=$? | |
5642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
5643 test $ac_status = 0; }; then | |
5644 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | |
5645 test "x$?" != "x0" && pkg_failed=yes | |
5646 else | |
5647 pkg_failed=yes | |
5648 fi | |
5649 else | |
5650 pkg_failed=untried | |
5651 fi | |
5652 if test -n "$redland_LIBS"; then | |
5653 pkg_cv_redland_LIBS="$redland_LIBS" | |
5654 elif test -n "$PKG_CONFIG"; then | |
5655 if test -n "$PKG_CONFIG" && \ | |
5656 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | |
5657 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | |
5658 ac_status=$? | |
5659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
5660 test $ac_status = 0; }; then | |
5661 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | |
5662 test "x$?" != "x0" && pkg_failed=yes | |
5663 else | |
5664 pkg_failed=yes | |
5665 fi | |
5666 else | |
5667 pkg_failed=untried | |
5668 fi | |
5669 | |
5670 | |
5671 | |
5672 if test $pkg_failed = yes; then | |
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
5674 $as_echo "no" >&6; } | |
5675 | |
5676 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | |
5677 _pkg_short_errors_supported=yes | |
5678 else | |
5679 _pkg_short_errors_supported=no | |
5680 fi | |
5681 if test $_pkg_short_errors_supported = yes; then | |
5682 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | |
5683 else | |
5684 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | |
5685 fi | |
5686 # Put the nasty error message in config.log where it belongs | |
5687 echo "$redland_PKG_ERRORS" >&5 | |
5688 | |
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
5690 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | |
5691 elif test $pkg_failed = untried; then | |
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
5693 $as_echo "no" >&6; } | |
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
5695 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | |
5696 else | |
5697 redland_CFLAGS=$pkg_cv_redland_CFLAGS | |
5698 redland_LIBS=$pkg_cv_redland_LIBS | |
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
5700 $as_echo "yes" >&6; } | |
5701 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $redland_CFLAGS";LIBS="$LIBS $redland_LIBS";SV_MODULE_FAILED="" | |
5702 fi | 5561 fi |
5703 fi | 5562 fi |
5704 if test -n "$SV_MODULE_FAILED"; then | 5563 if test -n "$SV_MODULE_FAILED"; then |
5705 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5564 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
5706 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5565 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
7618 if ln -s conf$$.file conf$$ 2>/dev/null; then | 7477 if ln -s conf$$.file conf$$ 2>/dev/null; then |
7619 as_ln_s='ln -s' | 7478 as_ln_s='ln -s' |
7620 # ... but there are two gotchas: | 7479 # ... but there are two gotchas: |
7621 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 7480 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
7622 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 7481 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
7623 # In both cases, we have to default to `cp -p'. | 7482 # In both cases, we have to default to `cp -pR'. |
7624 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 7483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
7625 as_ln_s='cp -p' | 7484 as_ln_s='cp -pR' |
7626 elif ln conf$$.file conf$$ 2>/dev/null; then | 7485 elif ln conf$$.file conf$$ 2>/dev/null; then |
7627 as_ln_s=ln | 7486 as_ln_s=ln |
7628 else | 7487 else |
7629 as_ln_s='cp -p' | 7488 as_ln_s='cp -pR' |
7630 fi | 7489 fi |
7631 else | 7490 else |
7632 as_ln_s='cp -p' | 7491 as_ln_s='cp -pR' |
7633 fi | 7492 fi |
7634 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | 7493 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
7635 rmdir conf$$.dir 2>/dev/null | 7494 rmdir conf$$.dir 2>/dev/null |
7636 | 7495 |
7637 | 7496 |
7687 else | 7546 else |
7688 test -d ./-p && rmdir ./-p | 7547 test -d ./-p && rmdir ./-p |
7689 as_mkdir_p=false | 7548 as_mkdir_p=false |
7690 fi | 7549 fi |
7691 | 7550 |
7692 if test -x / >/dev/null 2>&1; then | 7551 |
7693 as_test_x='test -x' | 7552 # as_fn_executable_p FILE |
7694 else | 7553 # ----------------------- |
7695 if ls -dL / >/dev/null 2>&1; then | 7554 # Test if FILE is an executable regular file. |
7696 as_ls_L_option=L | 7555 as_fn_executable_p () |
7697 else | 7556 { |
7698 as_ls_L_option= | 7557 test -f "$1" && test -x "$1" |
7699 fi | 7558 } # as_fn_executable_p |
7700 as_test_x=' | 7559 as_test_x='test -x' |
7701 eval sh -c '\'' | 7560 as_executable_p=as_fn_executable_p |
7702 if test -d "$1"; then | |
7703 test -d "$1/."; | |
7704 else | |
7705 case $1 in #( | |
7706 -*)set "./$1";; | |
7707 esac; | |
7708 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
7709 ???[sx]*):;;*)false;;esac;fi | |
7710 '\'' sh | |
7711 ' | |
7712 fi | |
7713 as_executable_p=$as_test_x | |
7714 | 7561 |
7715 # Sed expression to map a string onto a valid CPP name. | 7562 # Sed expression to map a string onto a valid CPP name. |
7716 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 7563 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
7717 | 7564 |
7718 # Sed expression to map a string onto a valid variable name. | 7565 # Sed expression to map a string onto a valid variable name. |
7729 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 7576 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7730 # Save the log message, to keep $0 and so on meaningful, and to | 7577 # Save the log message, to keep $0 and so on meaningful, and to |
7731 # report actual input values of CONFIG_FILES etc. instead of their | 7578 # report actual input values of CONFIG_FILES etc. instead of their |
7732 # values after options handling. | 7579 # values after options handling. |
7733 ac_log=" | 7580 ac_log=" |
7734 This file was extended by Sonic Annotator $as_me 0.6hg, which was | 7581 This file was extended by Sonic Annotator $as_me 0.6, which was |
7735 generated by GNU Autoconf 2.68. Invocation command line was | 7582 generated by GNU Autoconf 2.69. Invocation command line was |
7736 | 7583 |
7737 CONFIG_FILES = $CONFIG_FILES | 7584 CONFIG_FILES = $CONFIG_FILES |
7738 CONFIG_HEADERS = $CONFIG_HEADERS | 7585 CONFIG_HEADERS = $CONFIG_HEADERS |
7739 CONFIG_LINKS = $CONFIG_LINKS | 7586 CONFIG_LINKS = $CONFIG_LINKS |
7740 CONFIG_COMMANDS = $CONFIG_COMMANDS | 7587 CONFIG_COMMANDS = $CONFIG_COMMANDS |
7782 | 7629 |
7783 _ACEOF | 7630 _ACEOF |
7784 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7631 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7785 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 7632 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
7786 ac_cs_version="\\ | 7633 ac_cs_version="\\ |
7787 Sonic Annotator config.status 0.6hg | 7634 Sonic Annotator config.status 0.6 |
7788 configured by $0, generated by GNU Autoconf 2.68, | 7635 configured by $0, generated by GNU Autoconf 2.69, |
7789 with options \\"\$ac_cs_config\\" | 7636 with options \\"\$ac_cs_config\\" |
7790 | 7637 |
7791 Copyright (C) 2010 Free Software Foundation, Inc. | 7638 Copyright (C) 2012 Free Software Foundation, Inc. |
7792 This config.status script is free software; the Free Software Foundation | 7639 This config.status script is free software; the Free Software Foundation |
7793 gives unlimited permission to copy, distribute and modify it." | 7640 gives unlimited permission to copy, distribute and modify it." |
7794 | 7641 |
7795 ac_pwd='$ac_pwd' | 7642 ac_pwd='$ac_pwd' |
7796 srcdir='$srcdir' | 7643 srcdir='$srcdir' |
7865 fi | 7712 fi |
7866 | 7713 |
7867 _ACEOF | 7714 _ACEOF |
7868 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7869 if \$ac_cs_recheck; then | 7716 if \$ac_cs_recheck; then |
7870 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | 7717 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
7871 shift | 7718 shift |
7872 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | 7719 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
7873 CONFIG_SHELL='$SHELL' | 7720 CONFIG_SHELL='$SHELL' |
7874 export CONFIG_SHELL | 7721 export CONFIG_SHELL |
7875 exec "\$@" | 7722 exec "\$@" |
8800 if ln -s conf$$.file conf$$ 2>/dev/null; then | 8647 if ln -s conf$$.file conf$$ 2>/dev/null; then |
8801 as_ln_s='ln -s' | 8648 as_ln_s='ln -s' |
8802 # ... but there are two gotchas: | 8649 # ... but there are two gotchas: |
8803 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 8650 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
8804 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 8651 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
8805 # In both cases, we have to default to `cp -p'. | 8652 # In both cases, we have to default to `cp -pR'. |
8806 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 8653 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
8807 as_ln_s='cp -p' | 8654 as_ln_s='cp -pR' |
8808 elif ln conf$$.file conf$$ 2>/dev/null; then | 8655 elif ln conf$$.file conf$$ 2>/dev/null; then |
8809 as_ln_s=ln | 8656 as_ln_s=ln |
8810 else | 8657 else |
8811 as_ln_s='cp -p' | 8658 as_ln_s='cp -pR' |
8812 fi | 8659 fi |
8813 else | 8660 else |
8814 as_ln_s='cp -p' | 8661 as_ln_s='cp -pR' |
8815 fi | 8662 fi |
8816 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | 8663 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
8817 rmdir conf$$.dir 2>/dev/null | 8664 rmdir conf$$.dir 2>/dev/null |
8818 | 8665 |
8819 | 8666 |
8869 else | 8716 else |
8870 test -d ./-p && rmdir ./-p | 8717 test -d ./-p && rmdir ./-p |
8871 as_mkdir_p=false | 8718 as_mkdir_p=false |
8872 fi | 8719 fi |
8873 | 8720 |
8874 if test -x / >/dev/null 2>&1; then | 8721 |
8875 as_test_x='test -x' | 8722 # as_fn_executable_p FILE |
8876 else | 8723 # ----------------------- |
8877 if ls -dL / >/dev/null 2>&1; then | 8724 # Test if FILE is an executable regular file. |
8878 as_ls_L_option=L | 8725 as_fn_executable_p () |
8879 else | 8726 { |
8880 as_ls_L_option= | 8727 test -f "$1" && test -x "$1" |
8881 fi | 8728 } # as_fn_executable_p |
8882 as_test_x=' | 8729 as_test_x='test -x' |
8883 eval sh -c '\'' | 8730 as_executable_p=as_fn_executable_p |
8884 if test -d "$1"; then | |
8885 test -d "$1/."; | |
8886 else | |
8887 case $1 in #( | |
8888 -*)set "./$1";; | |
8889 esac; | |
8890 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
8891 ???[sx]*):;;*)false;;esac;fi | |
8892 '\'' sh | |
8893 ' | |
8894 fi | |
8895 as_executable_p=$as_test_x | |
8896 | 8731 |
8897 # Sed expression to map a string onto a valid CPP name. | 8732 # Sed expression to map a string onto a valid CPP name. |
8898 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 8733 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
8899 | 8734 |
8900 # Sed expression to map a string onto a valid variable name. | 8735 # Sed expression to map a string onto a valid variable name. |
8911 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 8746 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
8912 # Save the log message, to keep $0 and so on meaningful, and to | 8747 # Save the log message, to keep $0 and so on meaningful, and to |
8913 # report actual input values of CONFIG_FILES etc. instead of their | 8748 # report actual input values of CONFIG_FILES etc. instead of their |
8914 # values after options handling. | 8749 # values after options handling. |
8915 ac_log=" | 8750 ac_log=" |
8916 This file was extended by Sonic Annotator $as_me 0.6hg, which was | 8751 This file was extended by Sonic Annotator $as_me 0.6, which was |
8917 generated by GNU Autoconf 2.68. Invocation command line was | 8752 generated by GNU Autoconf 2.69. Invocation command line was |
8918 | 8753 |
8919 CONFIG_FILES = $CONFIG_FILES | 8754 CONFIG_FILES = $CONFIG_FILES |
8920 CONFIG_HEADERS = $CONFIG_HEADERS | 8755 CONFIG_HEADERS = $CONFIG_HEADERS |
8921 CONFIG_LINKS = $CONFIG_LINKS | 8756 CONFIG_LINKS = $CONFIG_LINKS |
8922 CONFIG_COMMANDS = $CONFIG_COMMANDS | 8757 CONFIG_COMMANDS = $CONFIG_COMMANDS |
8964 | 8799 |
8965 _ACEOF | 8800 _ACEOF |
8966 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8801 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8967 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 8802 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
8968 ac_cs_version="\\ | 8803 ac_cs_version="\\ |
8969 Sonic Annotator config.status 0.6hg | 8804 Sonic Annotator config.status 0.6 |
8970 configured by $0, generated by GNU Autoconf 2.68, | 8805 configured by $0, generated by GNU Autoconf 2.69, |
8971 with options \\"\$ac_cs_config\\" | 8806 with options \\"\$ac_cs_config\\" |
8972 | 8807 |
8973 Copyright (C) 2010 Free Software Foundation, Inc. | 8808 Copyright (C) 2012 Free Software Foundation, Inc. |
8974 This config.status script is free software; the Free Software Foundation | 8809 This config.status script is free software; the Free Software Foundation |
8975 gives unlimited permission to copy, distribute and modify it." | 8810 gives unlimited permission to copy, distribute and modify it." |
8976 | 8811 |
8977 ac_pwd='$ac_pwd' | 8812 ac_pwd='$ac_pwd' |
8978 srcdir='$srcdir' | 8813 srcdir='$srcdir' |
9047 fi | 8882 fi |
9048 | 8883 |
9049 _ACEOF | 8884 _ACEOF |
9050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8885 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
9051 if \$ac_cs_recheck; then | 8886 if \$ac_cs_recheck; then |
9052 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | 8887 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
9053 shift | 8888 shift |
9054 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | 8889 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
9055 CONFIG_SHELL='$SHELL' | 8890 CONFIG_SHELL='$SHELL' |
9056 export CONFIG_SHELL | 8891 export CONFIG_SHELL |
9057 exec "\$@" | 8892 exec "\$@" |