Mercurial > hg > sonic-annotator
comparison configure @ 48:f0e3651ad3b0
* Update config per recent changes to svcore
| author | Chris Cannam |
|---|---|
| date | Tue, 08 Mar 2011 11:36:13 +0000 |
| parents | 4d07f61dba3f |
| children | 3840c55c75c2 |
comparison
equal
deleted
inserted
replaced
| 47:91d20795a109 | 48:f0e3651ad3b0 |
|---|---|
| 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.65 for Sonic Annotator 0.6hg. | 3 # Generated by GNU Autoconf 2.67 for Sonic Annotator 0.6hg. |
| 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, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
| 10 # Inc. | 10 # Foundation, Inc. |
| 11 # | 11 # |
| 12 # | 12 # |
| 13 # This configure script is free software; the Free Software Foundation | 13 # This configure script is free software; the Free Software Foundation |
| 14 # gives unlimited permission to copy, distribute and modify it. | 14 # gives unlimited permission to copy, distribute and modify it. |
| 15 ## -------------------- ## | 15 ## -------------------- ## |
| 317 } | 317 } |
| 318 s/.*/./; q'` | 318 s/.*/./; q'` |
| 319 test -d "$as_dir" && break | 319 test -d "$as_dir" && break |
| 320 done | 320 done |
| 321 test -z "$as_dirs" || eval "mkdir $as_dirs" | 321 test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 323 | 323 |
| 324 | 324 |
| 325 } # as_fn_mkdir_p | 325 } # as_fn_mkdir_p |
| 326 # as_fn_append VAR VALUE | 326 # as_fn_append VAR VALUE |
| 327 # ---------------------- | 327 # ---------------------- |
| 357 as_val=`expr "$@" || test $? -eq 1` | 357 as_val=`expr "$@" || test $? -eq 1` |
| 358 } | 358 } |
| 359 fi # as_fn_arith | 359 fi # as_fn_arith |
| 360 | 360 |
| 361 | 361 |
| 362 # as_fn_error ERROR [LINENO LOG_FD] | 362 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 363 # --------------------------------- | 363 # ---------------------------------------- |
| 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 366 # script with status $?, using 1 if that was 0. | 366 # script with STATUS, using 1 if that was 0. |
| 367 as_fn_error () | 367 as_fn_error () |
| 368 { | 368 { |
| 369 as_status=$?; test $as_status -eq 0 && as_status=1 | 369 as_status=$1; test $as_status -eq 0 && as_status=1 |
| 370 if test "$3"; then | 370 if test "$4"; then |
| 371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 373 fi | 373 fi |
| 374 $as_echo "$as_me: error: $1" >&2 | 374 $as_echo "$as_me: error: $2" >&2 |
| 375 as_fn_exit $as_status | 375 as_fn_exit $as_status |
| 376 } # as_fn_error | 376 } # as_fn_error |
| 377 | 377 |
| 378 if expr a : '\(a\)' >/dev/null 2>&1 && | 378 if expr a : '\(a\)' >/dev/null 2>&1 && |
| 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then | 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 531 | 531 |
| 532 test -n "$DJDIR" || exec 7<&0 </dev/null | 532 test -n "$DJDIR" || exec 7<&0 </dev/null |
| 533 exec 6>&1 | 533 exec 6>&1 |
| 534 | 534 |
| 535 # Name of the host. | 535 # Name of the host. |
| 536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 536 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
| 537 # so uname gets run too. | 537 # so uname gets run too. |
| 538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
| 539 | 539 |
| 540 # | 540 # |
| 541 # Initializations. | 541 # Initializations. |
| 820 ac_prev= | 820 ac_prev= |
| 821 continue | 821 continue |
| 822 fi | 822 fi |
| 823 | 823 |
| 824 case $ac_option in | 824 case $ac_option in |
| 825 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 825 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| 826 *) ac_optarg=yes ;; | 826 *=) ac_optarg= ;; |
| 827 *) ac_optarg=yes ;; | |
| 827 esac | 828 esac |
| 828 | 829 |
| 829 # Accept the important Cygnus configure options, so we can diagnose typos. | 830 # Accept the important Cygnus configure options, so we can diagnose typos. |
| 830 | 831 |
| 831 case $ac_dashdash$ac_option in | 832 case $ac_dashdash$ac_option in |
| 866 | 867 |
| 867 -disable-* | --disable-*) | 868 -disable-* | --disable-*) |
| 868 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 869 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 869 # Reject names that are not valid shell variable names. | 870 # Reject names that are not valid shell variable names. |
| 870 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 871 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 871 as_fn_error "invalid feature name: $ac_useropt" | 872 as_fn_error $? "invalid feature name: $ac_useropt" |
| 872 ac_useropt_orig=$ac_useropt | 873 ac_useropt_orig=$ac_useropt |
| 873 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 874 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 874 case $ac_user_opts in | 875 case $ac_user_opts in |
| 875 *" | 876 *" |
| 876 "enable_$ac_useropt" | 877 "enable_$ac_useropt" |
| 892 | 893 |
| 893 -enable-* | --enable-*) | 894 -enable-* | --enable-*) |
| 894 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 895 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 895 # Reject names that are not valid shell variable names. | 896 # Reject names that are not valid shell variable names. |
| 896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 897 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 897 as_fn_error "invalid feature name: $ac_useropt" | 898 as_fn_error $? "invalid feature name: $ac_useropt" |
| 898 ac_useropt_orig=$ac_useropt | 899 ac_useropt_orig=$ac_useropt |
| 899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 900 case $ac_user_opts in | 901 case $ac_user_opts in |
| 901 *" | 902 *" |
| 902 "enable_$ac_useropt" | 903 "enable_$ac_useropt" |
| 1096 | 1097 |
| 1097 -with-* | --with-*) | 1098 -with-* | --with-*) |
| 1098 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1099 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 1099 # Reject names that are not valid shell variable names. | 1100 # Reject names that are not valid shell variable names. |
| 1100 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1101 as_fn_error "invalid package name: $ac_useropt" | 1102 as_fn_error $? "invalid package name: $ac_useropt" |
| 1102 ac_useropt_orig=$ac_useropt | 1103 ac_useropt_orig=$ac_useropt |
| 1103 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1104 case $ac_user_opts in | 1105 case $ac_user_opts in |
| 1105 *" | 1106 *" |
| 1106 "with_$ac_useropt" | 1107 "with_$ac_useropt" |
| 1112 | 1113 |
| 1113 -without-* | --without-*) | 1114 -without-* | --without-*) |
| 1114 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1115 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 1115 # Reject names that are not valid shell variable names. | 1116 # Reject names that are not valid shell variable names. |
| 1116 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1117 as_fn_error "invalid package name: $ac_useropt" | 1118 as_fn_error $? "invalid package name: $ac_useropt" |
| 1118 ac_useropt_orig=$ac_useropt | 1119 ac_useropt_orig=$ac_useropt |
| 1119 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1120 case $ac_user_opts in | 1121 case $ac_user_opts in |
| 1121 *" | 1122 *" |
| 1122 "with_$ac_useropt" | 1123 "with_$ac_useropt" |
| 1142 ac_prev=x_libraries ;; | 1143 ac_prev=x_libraries ;; |
| 1143 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | 1144 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
| 1144 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1145 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 1145 x_libraries=$ac_optarg ;; | 1146 x_libraries=$ac_optarg ;; |
| 1146 | 1147 |
| 1147 -*) as_fn_error "unrecognized option: \`$ac_option' | 1148 -*) as_fn_error $? "unrecognized option: \`$ac_option' |
| 1148 Try \`$0 --help' for more information." | 1149 Try \`$0 --help' for more information" |
| 1149 ;; | 1150 ;; |
| 1150 | 1151 |
| 1151 *=*) | 1152 *=*) |
| 1152 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 1153 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
| 1153 # Reject names that are not valid shell variable names. | 1154 # Reject names that are not valid shell variable names. |
| 1154 case $ac_envvar in #( | 1155 case $ac_envvar in #( |
| 1155 '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1156 '' | [0-9]* | *[!_$as_cr_alnum]* ) |
| 1156 as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 1157 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
| 1157 esac | 1158 esac |
| 1158 eval $ac_envvar=\$ac_optarg | 1159 eval $ac_envvar=\$ac_optarg |
| 1159 export $ac_envvar ;; | 1160 export $ac_envvar ;; |
| 1160 | 1161 |
| 1161 *) | 1162 *) |
| 1169 esac | 1170 esac |
| 1170 done | 1171 done |
| 1171 | 1172 |
| 1172 if test -n "$ac_prev"; then | 1173 if test -n "$ac_prev"; then |
| 1173 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1174 ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1174 as_fn_error "missing argument to $ac_option" | 1175 as_fn_error $? "missing argument to $ac_option" |
| 1175 fi | 1176 fi |
| 1176 | 1177 |
| 1177 if test -n "$ac_unrecognized_opts"; then | 1178 if test -n "$ac_unrecognized_opts"; then |
| 1178 case $enable_option_checking in | 1179 case $enable_option_checking in |
| 1179 no) ;; | 1180 no) ;; |
| 1180 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1181 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
| 1181 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1182 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 1182 esac | 1183 esac |
| 1183 fi | 1184 fi |
| 1184 | 1185 |
| 1185 # Check all directory arguments for consistency. | 1186 # Check all directory arguments for consistency. |
| 1198 # Be sure to have absolute directory names. | 1199 # Be sure to have absolute directory names. |
| 1199 case $ac_val in | 1200 case $ac_val in |
| 1200 [\\/$]* | ?:[\\/]* ) continue;; | 1201 [\\/$]* | ?:[\\/]* ) continue;; |
| 1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
| 1202 esac | 1203 esac |
| 1203 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1204 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
| 1204 done | 1205 done |
| 1205 | 1206 |
| 1206 # There might be people who depend on the old broken behavior: `$host' | 1207 # There might be people who depend on the old broken behavior: `$host' |
| 1207 # used to hold the argument of --host etc. | 1208 # used to hold the argument of --host etc. |
| 1208 # FIXME: To remove some day. | 1209 # FIXME: To remove some day. |
| 1212 | 1213 |
| 1213 # FIXME: To remove some day. | 1214 # FIXME: To remove some day. |
| 1214 if test "x$host_alias" != x; then | 1215 if test "x$host_alias" != x; then |
| 1215 if test "x$build_alias" = x; then | 1216 if test "x$build_alias" = x; then |
| 1216 cross_compiling=maybe | 1217 cross_compiling=maybe |
| 1217 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1218 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1218 If a cross compiler is detected then cross compile mode will be used." >&2 | 1219 If a cross compiler is detected then cross compile mode will be used" >&2 |
| 1219 elif test "x$build_alias" != "x$host_alias"; then | 1220 elif test "x$build_alias" != "x$host_alias"; then |
| 1220 cross_compiling=yes | 1221 cross_compiling=yes |
| 1221 fi | 1222 fi |
| 1222 fi | 1223 fi |
| 1223 | 1224 |
| 1228 | 1229 |
| 1229 | 1230 |
| 1230 ac_pwd=`pwd` && test -n "$ac_pwd" && | 1231 ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1231 ac_ls_di=`ls -di .` && | 1232 ac_ls_di=`ls -di .` && |
| 1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1233 as_fn_error "working directory cannot be determined" | 1234 as_fn_error $? "working directory cannot be determined" |
| 1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1235 as_fn_error "pwd does not report name of working directory" | 1236 as_fn_error $? "pwd does not report name of working directory" |
| 1236 | 1237 |
| 1237 | 1238 |
| 1238 # Find the source files, if location was not specified. | 1239 # Find the source files, if location was not specified. |
| 1239 if test -z "$srcdir"; then | 1240 if test -z "$srcdir"; then |
| 1240 ac_srcdir_defaulted=yes | 1241 ac_srcdir_defaulted=yes |
| 1269 else | 1270 else |
| 1270 ac_srcdir_defaulted=no | 1271 ac_srcdir_defaulted=no |
| 1271 fi | 1272 fi |
| 1272 if test ! -r "$srcdir/$ac_unique_file"; then | 1273 if test ! -r "$srcdir/$ac_unique_file"; then |
| 1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1274 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1275 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
| 1275 fi | 1276 fi |
| 1276 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1277 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1277 ac_abs_confdir=`( | 1278 ac_abs_confdir=`( |
| 1278 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1279 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
| 1279 pwd)` | 1280 pwd)` |
| 1280 # When building in place, set srcdir=. | 1281 # When building in place, set srcdir=. |
| 1281 if test "$ac_abs_confdir" = "$ac_pwd"; then | 1282 if test "$ac_abs_confdir" = "$ac_pwd"; then |
| 1282 srcdir=. | 1283 srcdir=. |
| 1283 fi | 1284 fi |
| 1313 Configuration: | 1314 Configuration: |
| 1314 -h, --help display this help and exit | 1315 -h, --help display this help and exit |
| 1315 --help=short display options specific to this package | 1316 --help=short display options specific to this package |
| 1316 --help=recursive display the short help of all the included packages | 1317 --help=recursive display the short help of all the included packages |
| 1317 -V, --version display version information and exit | 1318 -V, --version display version information and exit |
| 1318 -q, --quiet, --silent do not print \`checking...' messages | 1319 -q, --quiet, --silent do not print \`checking ...' messages |
| 1319 --cache-file=FILE cache test results in FILE [disabled] | 1320 --cache-file=FILE cache test results in FILE [disabled] |
| 1320 -C, --config-cache alias for \`--cache-file=config.cache' | 1321 -C, --config-cache alias for \`--cache-file=config.cache' |
| 1321 -n, --no-create do not create output files | 1322 -n, --no-create do not create output files |
| 1322 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | 1323 --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
| 1323 | 1324 |
| 1512 | 1513 |
| 1513 test -n "$ac_init_help" && exit $ac_status | 1514 test -n "$ac_init_help" && exit $ac_status |
| 1514 if $ac_init_version; then | 1515 if $ac_init_version; then |
| 1515 cat <<\_ACEOF | 1516 cat <<\_ACEOF |
| 1516 Sonic Annotator configure 0.6hg | 1517 Sonic Annotator configure 0.6hg |
| 1517 generated by GNU Autoconf 2.65 | 1518 generated by GNU Autoconf 2.67 |
| 1518 | 1519 |
| 1519 Copyright (C) 2009 Free Software Foundation, Inc. | 1520 Copyright (C) 2010 Free Software Foundation, Inc. |
| 1520 This configure script is free software; the Free Software Foundation | 1521 This configure script is free software; the Free Software Foundation |
| 1521 gives unlimited permission to copy, distribute and modify it. | 1522 gives unlimited permission to copy, distribute and modify it. |
| 1522 _ACEOF | 1523 _ACEOF |
| 1523 exit | 1524 exit |
| 1524 fi | 1525 fi |
| 1622 grep -v '^ *+' conftest.err >conftest.er1 | 1623 grep -v '^ *+' conftest.err >conftest.er1 |
| 1623 cat conftest.er1 >&5 | 1624 cat conftest.er1 >&5 |
| 1624 mv -f conftest.er1 conftest.err | 1625 mv -f conftest.er1 conftest.err |
| 1625 fi | 1626 fi |
| 1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 1627 test $ac_status = 0; } >/dev/null && { | 1628 test $ac_status = 0; } > conftest.i && { |
| 1628 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 1629 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || |
| 1629 test ! -s conftest.err | 1630 test ! -s conftest.err |
| 1630 }; then : | 1631 }; then : |
| 1631 ac_retval=0 | 1632 ac_retval=0 |
| 1632 else | 1633 else |
| 1688 # the include files in INCLUDES and setting the cache variable VAR | 1689 # the include files in INCLUDES and setting the cache variable VAR |
| 1689 # accordingly. | 1690 # accordingly. |
| 1690 ac_fn_cxx_check_header_mongrel () | 1691 ac_fn_cxx_check_header_mongrel () |
| 1691 { | 1692 { |
| 1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1693 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1693 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1694 if eval "test \"\${$3+set}\"" = set; then : |
| 1694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1695 $as_echo_n "checking for $2... " >&6; } | 1696 $as_echo_n "checking for $2... " >&6; } |
| 1696 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1697 if eval "test \"\${$3+set}\"" = set; then : |
| 1697 $as_echo_n "(cached) " >&6 | 1698 $as_echo_n "(cached) " >&6 |
| 1698 fi | 1699 fi |
| 1699 eval ac_res=\$$3 | 1700 eval ac_res=\$$3 |
| 1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1701 $as_echo "$ac_res" >&6; } | 1702 $as_echo "$ac_res" >&6; } |
| 1727 if ac_fn_cxx_try_cpp "$LINENO"; then : | 1728 if ac_fn_cxx_try_cpp "$LINENO"; then : |
| 1728 ac_header_preproc=yes | 1729 ac_header_preproc=yes |
| 1729 else | 1730 else |
| 1730 ac_header_preproc=no | 1731 ac_header_preproc=no |
| 1731 fi | 1732 fi |
| 1732 rm -f conftest.err conftest.$ac_ext | 1733 rm -f conftest.err conftest.i conftest.$ac_ext |
| 1733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
| 1734 $as_echo "$ac_header_preproc" >&6; } | 1735 $as_echo "$ac_header_preproc" >&6; } |
| 1735 | 1736 |
| 1736 # So? What about this header? | 1737 # So? What about this header? |
| 1737 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( | 1738 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( |
| 1750 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | 1751 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
| 1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | 1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 |
| 1752 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 1753 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
| 1753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
| 1754 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 1755 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
| 1755 ( cat <<\_ASBOX | 1756 ( $as_echo "## ------------------------------------------- ## |
| 1756 ## ------------------------------------------- ## | |
| 1757 ## Report this to cannam@all-day-breakfast.com ## | 1757 ## Report this to cannam@all-day-breakfast.com ## |
| 1758 ## ------------------------------------------- ## | 1758 ## ------------------------------------------- ##" |
| 1759 _ASBOX | |
| 1760 ) | sed "s/^/$as_me: WARNING: /" >&2 | 1759 ) | sed "s/^/$as_me: WARNING: /" >&2 |
| 1761 ;; | 1760 ;; |
| 1762 esac | 1761 esac |
| 1763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1764 $as_echo_n "checking for $2... " >&6; } | 1763 $as_echo_n "checking for $2... " >&6; } |
| 1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1764 if eval "test \"\${$3+set}\"" = set; then : |
| 1766 $as_echo_n "(cached) " >&6 | 1765 $as_echo_n "(cached) " >&6 |
| 1767 else | 1766 else |
| 1768 eval "$3=\$ac_header_compiler" | 1767 eval "$3=\$ac_header_compiler" |
| 1769 fi | 1768 fi |
| 1770 eval ac_res=\$$3 | 1769 eval ac_res=\$$3 |
| 1782 ac_fn_cxx_check_header_compile () | 1781 ac_fn_cxx_check_header_compile () |
| 1783 { | 1782 { |
| 1784 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1783 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1786 $as_echo_n "checking for $2... " >&6; } | 1785 $as_echo_n "checking for $2... " >&6; } |
| 1787 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1786 if eval "test \"\${$3+set}\"" = set; then : |
| 1788 $as_echo_n "(cached) " >&6 | 1787 $as_echo_n "(cached) " >&6 |
| 1789 else | 1788 else |
| 1790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 1791 /* end confdefs.h. */ | 1790 /* end confdefs.h. */ |
| 1792 $4 | 1791 $4 |
| 1854 cat >config.log <<_ACEOF | 1853 cat >config.log <<_ACEOF |
| 1855 This file contains any messages produced by compilers while | 1854 This file contains any messages produced by compilers while |
| 1856 running configure, to aid debugging if configure makes a mistake. | 1855 running configure, to aid debugging if configure makes a mistake. |
| 1857 | 1856 |
| 1858 It was created by Sonic Annotator $as_me 0.6hg, which was | 1857 It was created by Sonic Annotator $as_me 0.6hg, which was |
| 1859 generated by GNU Autoconf 2.65. Invocation command line was | 1858 generated by GNU Autoconf 2.67. Invocation command line was |
| 1860 | 1859 |
| 1861 $ $0 $@ | 1860 $ $0 $@ |
| 1862 | 1861 |
| 1863 _ACEOF | 1862 _ACEOF |
| 1864 exec 5>>config.log | 1863 exec 5>>config.log |
| 1964 trap 'exit_status=$? | 1963 trap 'exit_status=$? |
| 1965 # Save into config.log some information that might help in debugging. | 1964 # Save into config.log some information that might help in debugging. |
| 1966 { | 1965 { |
| 1967 echo | 1966 echo |
| 1968 | 1967 |
| 1969 cat <<\_ASBOX | 1968 $as_echo "## ---------------- ## |
| 1970 ## ---------------- ## | |
| 1971 ## Cache variables. ## | 1969 ## Cache variables. ## |
| 1972 ## ---------------- ## | 1970 ## ---------------- ##" |
| 1973 _ASBOX | |
| 1974 echo | 1971 echo |
| 1975 # The following way of writing the cache mishandles newlines in values, | 1972 # The following way of writing the cache mishandles newlines in values, |
| 1976 ( | 1973 ( |
| 1977 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | 1974 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
| 1978 eval ac_val=\$$ac_var | 1975 eval ac_val=\$$ac_var |
| 2002 esac | | 1999 esac | |
| 2003 sort | 2000 sort |
| 2004 ) | 2001 ) |
| 2005 echo | 2002 echo |
| 2006 | 2003 |
| 2007 cat <<\_ASBOX | 2004 $as_echo "## ----------------- ## |
| 2008 ## ----------------- ## | |
| 2009 ## Output variables. ## | 2005 ## Output variables. ## |
| 2010 ## ----------------- ## | 2006 ## ----------------- ##" |
| 2011 _ASBOX | |
| 2012 echo | 2007 echo |
| 2013 for ac_var in $ac_subst_vars | 2008 for ac_var in $ac_subst_vars |
| 2014 do | 2009 do |
| 2015 eval ac_val=\$$ac_var | 2010 eval ac_val=\$$ac_var |
| 2016 case $ac_val in | 2011 case $ac_val in |
| 2019 $as_echo "$ac_var='\''$ac_val'\''" | 2014 $as_echo "$ac_var='\''$ac_val'\''" |
| 2020 done | sort | 2015 done | sort |
| 2021 echo | 2016 echo |
| 2022 | 2017 |
| 2023 if test -n "$ac_subst_files"; then | 2018 if test -n "$ac_subst_files"; then |
| 2024 cat <<\_ASBOX | 2019 $as_echo "## ------------------- ## |
| 2025 ## ------------------- ## | |
| 2026 ## File substitutions. ## | 2020 ## File substitutions. ## |
| 2027 ## ------------------- ## | 2021 ## ------------------- ##" |
| 2028 _ASBOX | |
| 2029 echo | 2022 echo |
| 2030 for ac_var in $ac_subst_files | 2023 for ac_var in $ac_subst_files |
| 2031 do | 2024 do |
| 2032 eval ac_val=\$$ac_var | 2025 eval ac_val=\$$ac_var |
| 2033 case $ac_val in | 2026 case $ac_val in |
| 2037 done | sort | 2030 done | sort |
| 2038 echo | 2031 echo |
| 2039 fi | 2032 fi |
| 2040 | 2033 |
| 2041 if test -s confdefs.h; then | 2034 if test -s confdefs.h; then |
| 2042 cat <<\_ASBOX | 2035 $as_echo "## ----------- ## |
| 2043 ## ----------- ## | |
| 2044 ## confdefs.h. ## | 2036 ## confdefs.h. ## |
| 2045 ## ----------- ## | 2037 ## ----------- ##" |
| 2046 _ASBOX | |
| 2047 echo | 2038 echo |
| 2048 cat confdefs.h | 2039 cat confdefs.h |
| 2049 echo | 2040 echo |
| 2050 fi | 2041 fi |
| 2051 test "$ac_signal" != 0 && | 2042 test "$ac_signal" != 0 && |
| 2096 # Let the site file select an alternate cache file if it wants to. | 2087 # Let the site file select an alternate cache file if it wants to. |
| 2097 # Prefer an explicitly selected file to automatically selected ones. | 2088 # Prefer an explicitly selected file to automatically selected ones. |
| 2098 ac_site_file1=NONE | 2089 ac_site_file1=NONE |
| 2099 ac_site_file2=NONE | 2090 ac_site_file2=NONE |
| 2100 if test -n "$CONFIG_SITE"; then | 2091 if test -n "$CONFIG_SITE"; then |
| 2101 ac_site_file1=$CONFIG_SITE | 2092 # We do not want a PATH search for config.site. |
| 2093 case $CONFIG_SITE in #(( | |
| 2094 -*) ac_site_file1=./$CONFIG_SITE;; | |
| 2095 */*) ac_site_file1=$CONFIG_SITE;; | |
| 2096 *) ac_site_file1=./$CONFIG_SITE;; | |
| 2097 esac | |
| 2102 elif test "x$prefix" != xNONE; then | 2098 elif test "x$prefix" != xNONE; then |
| 2103 ac_site_file1=$prefix/share/config.site | 2099 ac_site_file1=$prefix/share/config.site |
| 2104 ac_site_file2=$prefix/etc/config.site | 2100 ac_site_file2=$prefix/etc/config.site |
| 2105 else | 2101 else |
| 2106 ac_site_file1=$ac_default_prefix/share/config.site | 2102 ac_site_file1=$ac_default_prefix/share/config.site |
| 2111 test "x$ac_site_file" = xNONE && continue | 2107 test "x$ac_site_file" = xNONE && continue |
| 2112 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 2108 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
| 2113 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2109 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 2114 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2110 $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 2115 sed 's/^/| /' "$ac_site_file" >&5 | 2111 sed 's/^/| /' "$ac_site_file" >&5 |
| 2116 . "$ac_site_file" | 2112 . "$ac_site_file" \ |
| 2113 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
| 2114 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
| 2115 as_fn_error $? "failed to load site script $ac_site_file | |
| 2116 See \`config.log' for more details" "$LINENO" 5 ; } | |
| 2117 fi | 2117 fi |
| 2118 done | 2118 done |
| 2119 | 2119 |
| 2120 if test -r "$cache_file"; then | 2120 if test -r "$cache_file"; then |
| 2121 # Some versions of bash will fail to source /dev/null (special files | 2121 # Some versions of bash will fail to source /dev/null (special files |
| 2187 if $ac_cache_corrupted; then | 2187 if $ac_cache_corrupted; then |
| 2188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
| 2191 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2191 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
| 2192 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2192 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
| 2193 fi | 2193 fi |
| 2194 ## -------------------- ## | 2194 ## -------------------- ## |
| 2195 ## Main body of script. ## | 2195 ## Main body of script. ## |
| 2196 ## -------------------- ## | 2196 ## -------------------- ## |
| 2197 | 2197 |
| 2210 # the user's preferences. We need to ensure CXXFLAGS is only set if | 2210 # the user's preferences. We need to ensure CXXFLAGS is only set if |
| 2211 # the user has expressly set it. So, save the user's (or empty) | 2211 # the user has expressly set it. So, save the user's (or empty) |
| 2212 # setting now and restore it after Autoconf has done its bit of | 2212 # setting now and restore it after Autoconf has done its bit of |
| 2213 # piddling about. | 2213 # piddling about. |
| 2214 USER_CXXFLAGS="$CXXFLAGS" | 2214 USER_CXXFLAGS="$CXXFLAGS" |
| 2215 | |
| 2216 # If the user supplied CFLAGS but not CXXFLAGS, use CFLAGS instead | |
| 2217 if test x"$USER_CXXFLAGS" = x; then | |
| 2218 if test x"$CFLAGS" != x; then | |
| 2219 USER_CXXFLAGS="$CFLAGS" | |
| 2220 fi | |
| 2221 fi | |
| 2215 | 2222 |
| 2216 ac_ext=cpp | 2223 ac_ext=cpp |
| 2217 ac_cpp='$CXXCPP $CPPFLAGS' | 2224 ac_cpp='$CXXCPP $CPPFLAGS' |
| 2218 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 2225 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 2219 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 2226 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 2518 fi | 2525 fi |
| 2519 | 2526 |
| 2520 | 2527 |
| 2521 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2528 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2522 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2523 as_fn_error "no acceptable C compiler found in \$PATH | 2530 as_fn_error $? "no acceptable C compiler found in \$PATH |
| 2524 See \`config.log' for more details." "$LINENO" 5; } | 2531 See \`config.log' for more details" "$LINENO" 5 ; } |
| 2525 | 2532 |
| 2526 # Provide some information about the compiler. | 2533 # Provide some information about the compiler. |
| 2527 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2534 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| 2528 set X $ac_compile | 2535 set X $ac_compile |
| 2529 ac_compiler=$2 | 2536 ac_compiler=$2 |
| 2633 $as_echo "$as_me: failed program was:" >&5 | 2640 $as_echo "$as_me: failed program was:" >&5 |
| 2634 sed 's/^/| /' conftest.$ac_ext >&5 | 2641 sed 's/^/| /' conftest.$ac_ext >&5 |
| 2635 | 2642 |
| 2636 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2643 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2637 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2638 { as_fn_set_status 77 | 2645 as_fn_error 77 "C compiler cannot create executables |
| 2639 as_fn_error "C compiler cannot create executables | 2646 See \`config.log' for more details" "$LINENO" 5 ; } |
| 2640 See \`config.log' for more details." "$LINENO" 5; }; } | |
| 2641 else | 2647 else |
| 2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2643 $as_echo "yes" >&6; } | 2649 $as_echo "yes" >&6; } |
| 2644 fi | 2650 fi |
| 2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
| 2677 esac | 2683 esac |
| 2678 done | 2684 done |
| 2679 else | 2685 else |
| 2680 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2681 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2682 as_fn_error "cannot compute suffix of executables: cannot compile and link | 2688 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 2683 See \`config.log' for more details." "$LINENO" 5; } | 2689 See \`config.log' for more details" "$LINENO" 5 ; } |
| 2684 fi | 2690 fi |
| 2685 rm -f conftest conftest$ac_cv_exeext | 2691 rm -f conftest conftest$ac_cv_exeext |
| 2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| 2687 $as_echo "$ac_cv_exeext" >&6; } | 2693 $as_echo "$ac_cv_exeext" >&6; } |
| 2688 | 2694 |
| 2735 if test "$cross_compiling" = maybe; then | 2741 if test "$cross_compiling" = maybe; then |
| 2736 cross_compiling=yes | 2742 cross_compiling=yes |
| 2737 else | 2743 else |
| 2738 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2744 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2739 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2745 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2740 as_fn_error "cannot run C compiled programs. | 2746 as_fn_error $? "cannot run C compiled programs. |
| 2741 If you meant to cross compile, use \`--host'. | 2747 If you meant to cross compile, use \`--host'. |
| 2742 See \`config.log' for more details." "$LINENO" 5; } | 2748 See \`config.log' for more details" "$LINENO" 5 ; } |
| 2743 fi | 2749 fi |
| 2744 fi | 2750 fi |
| 2745 fi | 2751 fi |
| 2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
| 2747 $as_echo "$cross_compiling" >&6; } | 2753 $as_echo "$cross_compiling" >&6; } |
| 2788 $as_echo "$as_me: failed program was:" >&5 | 2794 $as_echo "$as_me: failed program was:" >&5 |
| 2789 sed 's/^/| /' conftest.$ac_ext >&5 | 2795 sed 's/^/| /' conftest.$ac_ext >&5 |
| 2790 | 2796 |
| 2791 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2797 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2792 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2798 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2793 as_fn_error "cannot compute suffix of object files: cannot compile | 2799 as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 2794 See \`config.log' for more details." "$LINENO" 5; } | 2800 See \`config.log' for more details" "$LINENO" 5 ; } |
| 2795 fi | 2801 fi |
| 2796 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2802 rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 2797 fi | 2803 fi |
| 2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
| 2799 $as_echo "$ac_cv_objext" >&6; } | 2805 $as_echo "$ac_cv_objext" >&6; } |
| 3268 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3274 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3269 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3275 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 3270 | 3276 |
| 3271 ac_aux_dir= | 3277 ac_aux_dir= |
| 3272 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3278 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 3273 for ac_t in install-sh install.sh shtool; do | 3279 if test -f "$ac_dir/install-sh"; then |
| 3274 if test -f "$ac_dir/$ac_t"; then | 3280 ac_aux_dir=$ac_dir |
| 3275 ac_aux_dir=$ac_dir | 3281 ac_install_sh="$ac_aux_dir/install-sh -c" |
| 3276 ac_install_sh="$ac_aux_dir/$ac_t -c" | 3282 break |
| 3277 break 2 | 3283 elif test -f "$ac_dir/install.sh"; then |
| 3278 fi | 3284 ac_aux_dir=$ac_dir |
| 3279 done | 3285 ac_install_sh="$ac_aux_dir/install.sh -c" |
| 3286 break | |
| 3287 elif test -f "$ac_dir/shtool"; then | |
| 3288 ac_aux_dir=$ac_dir | |
| 3289 ac_install_sh="$ac_aux_dir/shtool install -c" | |
| 3290 break | |
| 3291 fi | |
| 3280 done | 3292 done |
| 3281 if test -z "$ac_aux_dir"; then | 3293 if test -z "$ac_aux_dir"; then |
| 3282 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3294 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
| 3283 fi | 3295 fi |
| 3284 | 3296 |
| 3285 # These three variables are undocumented and unsupported, | 3297 # These three variables are undocumented and unsupported, |
| 3286 # and are intended to be withdrawn in a future Autoconf release. | 3298 # and are intended to be withdrawn in a future Autoconf release. |
| 3287 # They can cause serious problems if a builder's source tree is in a directory | 3299 # They can cause serious problems if a builder's source tree is in a directory |
| 3464 | 3476 |
| 3465 else | 3477 else |
| 3466 # Broken: fails on valid input. | 3478 # Broken: fails on valid input. |
| 3467 continue | 3479 continue |
| 3468 fi | 3480 fi |
| 3469 rm -f conftest.err conftest.$ac_ext | 3481 rm -f conftest.err conftest.i conftest.$ac_ext |
| 3470 | 3482 |
| 3471 # OK, works on sane cases. Now check whether nonexistent headers | 3483 # OK, works on sane cases. Now check whether nonexistent headers |
| 3472 # can be detected and how. | 3484 # can be detected and how. |
| 3473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3474 /* end confdefs.h. */ | 3486 /* end confdefs.h. */ |
| 3480 else | 3492 else |
| 3481 # Passes both tests. | 3493 # Passes both tests. |
| 3482 ac_preproc_ok=: | 3494 ac_preproc_ok=: |
| 3483 break | 3495 break |
| 3484 fi | 3496 fi |
| 3485 rm -f conftest.err conftest.$ac_ext | 3497 rm -f conftest.err conftest.i conftest.$ac_ext |
| 3486 | 3498 |
| 3487 done | 3499 done |
| 3488 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3500 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 3489 rm -f conftest.err conftest.$ac_ext | 3501 rm -f conftest.i conftest.err conftest.$ac_ext |
| 3490 if $ac_preproc_ok; then : | 3502 if $ac_preproc_ok; then : |
| 3491 break | 3503 break |
| 3492 fi | 3504 fi |
| 3493 | 3505 |
| 3494 done | 3506 done |
| 3523 | 3535 |
| 3524 else | 3536 else |
| 3525 # Broken: fails on valid input. | 3537 # Broken: fails on valid input. |
| 3526 continue | 3538 continue |
| 3527 fi | 3539 fi |
| 3528 rm -f conftest.err conftest.$ac_ext | 3540 rm -f conftest.err conftest.i conftest.$ac_ext |
| 3529 | 3541 |
| 3530 # OK, works on sane cases. Now check whether nonexistent headers | 3542 # OK, works on sane cases. Now check whether nonexistent headers |
| 3531 # can be detected and how. | 3543 # can be detected and how. |
| 3532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3533 /* end confdefs.h. */ | 3545 /* end confdefs.h. */ |
| 3539 else | 3551 else |
| 3540 # Passes both tests. | 3552 # Passes both tests. |
| 3541 ac_preproc_ok=: | 3553 ac_preproc_ok=: |
| 3542 break | 3554 break |
| 3543 fi | 3555 fi |
| 3544 rm -f conftest.err conftest.$ac_ext | 3556 rm -f conftest.err conftest.i conftest.$ac_ext |
| 3545 | 3557 |
| 3546 done | 3558 done |
| 3547 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3559 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 3548 rm -f conftest.err conftest.$ac_ext | 3560 rm -f conftest.i conftest.err conftest.$ac_ext |
| 3549 if $ac_preproc_ok; then : | 3561 if $ac_preproc_ok; then : |
| 3550 | 3562 |
| 3551 else | 3563 else |
| 3552 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3564 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3565 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3554 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check | 3566 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check |
| 3555 See \`config.log' for more details." "$LINENO" 5; } | 3567 See \`config.log' for more details" "$LINENO" 5 ; } |
| 3556 fi | 3568 fi |
| 3557 | 3569 |
| 3558 ac_ext=cpp | 3570 ac_ext=cpp |
| 3559 ac_cpp='$CXXCPP $CPPFLAGS' | 3571 ac_cpp='$CXXCPP $CPPFLAGS' |
| 3560 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3572 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3611 done | 3623 done |
| 3612 done | 3624 done |
| 3613 done | 3625 done |
| 3614 IFS=$as_save_IFS | 3626 IFS=$as_save_IFS |
| 3615 if test -z "$ac_cv_path_GREP"; then | 3627 if test -z "$ac_cv_path_GREP"; then |
| 3616 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3628 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 3617 fi | 3629 fi |
| 3618 else | 3630 else |
| 3619 ac_cv_path_GREP=$GREP | 3631 ac_cv_path_GREP=$GREP |
| 3620 fi | 3632 fi |
| 3621 | 3633 |
| 3677 done | 3689 done |
| 3678 done | 3690 done |
| 3679 done | 3691 done |
| 3680 IFS=$as_save_IFS | 3692 IFS=$as_save_IFS |
| 3681 if test -z "$ac_cv_path_EGREP"; then | 3693 if test -z "$ac_cv_path_EGREP"; then |
| 3682 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3694 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 3683 fi | 3695 fi |
| 3684 else | 3696 else |
| 3685 ac_cv_path_EGREP=$EGREP | 3697 ac_cv_path_EGREP=$EGREP |
| 3686 fi | 3698 fi |
| 3687 | 3699 |
| 4124 fi | 4136 fi |
| 4125 | 4137 |
| 4126 | 4138 |
| 4127 fi | 4139 fi |
| 4128 if test x$QMAKE = x ; then | 4140 if test x$QMAKE = x ; then |
| 4129 as_fn_error " | 4141 as_fn_error $? " |
| 4130 Failed to find the required qmake-qt4 or qmake program. Please | 4142 Failed to find the required qmake-qt4 or qmake program. Please |
| 4131 ensure you have the necessary Qt4 development files installed, and | 4143 ensure you have the necessary Qt4 development files installed, and |
| 4132 if necessary set QTDIR to the location of your Qt4 installation. | 4144 if necessary set QTDIR to the location of your Qt4 installation. |
| 4133 " "$LINENO" 5 | 4145 " "$LINENO" 5 |
| 4134 fi | 4146 fi |
| 4212 inttypes.h stdint.h unistd.h | 4224 inttypes.h stdint.h unistd.h |
| 4213 do : | 4225 do : |
| 4214 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4226 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 4215 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 4227 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 4216 " | 4228 " |
| 4217 eval as_val=\$$as_ac_Header | 4229 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4218 if test "x$as_val" = x""yes; then : | |
| 4219 cat >>confdefs.h <<_ACEOF | 4230 cat >>confdefs.h <<_ACEOF |
| 4220 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 4231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 4221 _ACEOF | 4232 _ACEOF |
| 4222 | 4233 |
| 4223 fi | 4234 fi |
| 4231 SV_MODULE_HEADER=bzlib.h | 4242 SV_MODULE_HEADER=bzlib.h |
| 4232 SV_MODULE_LIB=bz2 | 4243 SV_MODULE_LIB=bz2 |
| 4233 SV_MODULE_FUNC=BZ2_bzReadOpen | 4244 SV_MODULE_FUNC=BZ2_bzReadOpen |
| 4234 SV_MODULE_HAVE=HAVE_$(echo bz2 | tr 'a-z' 'A-Z') | 4245 SV_MODULE_HAVE=HAVE_$(echo bz2 | tr 'a-z' 'A-Z') |
| 4235 SV_MODULE_FAILED=1 | 4246 SV_MODULE_FAILED=1 |
| 4247 if test -n "$bz2_LIBS" ; then | |
| 4248 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 4249 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 4250 CXXFLAGS="$CXXFLAGS $bz2_CFLAGS" | |
| 4251 LIBS="$LIBS $bz2_LIBS" | |
| 4252 SV_MODULE_FAILED="" | |
| 4253 fi | |
| 4236 if test -z "$SV_MODULE_VERSION_TEST" ; then | 4254 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 4237 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 4255 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 4238 fi | 4256 fi |
| 4239 if test -n "$PKG_CONFIG"; then | 4257 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 4240 | 4258 |
| 4241 pkg_failed=no | 4259 pkg_failed=no |
| 4242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 | 4260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 |
| 4243 $as_echo_n "checking for bz2... " >&6; } | 4261 $as_echo_n "checking for bz2... " >&6; } |
| 4244 | 4262 |
| 4312 fi | 4330 fi |
| 4313 fi | 4331 fi |
| 4314 if test -n "$SV_MODULE_FAILED"; then | 4332 if test -n "$SV_MODULE_FAILED"; then |
| 4315 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4333 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 4316 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4334 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 4317 eval as_val=\$$as_ac_Header | 4335 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4318 if test "x$as_val" = x""yes; then : | |
| 4319 HAVES="$HAVES $SV_MODULE_HAVE" | 4336 HAVES="$HAVES $SV_MODULE_HAVE" |
| 4320 else | 4337 else |
| 4321 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4338 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4322 fi | 4339 fi |
| 4323 | 4340 |
| 4324 | 4341 |
| 4325 if test -n "$SV_MODULE_LIB"; then | 4342 if test -n "$SV_MODULE_LIB"; then |
| 4326 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4343 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4328 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4345 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4329 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 4346 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 4330 $as_echo_n "(cached) " >&6 | 4347 $as_echo_n "(cached) " >&6 |
| 4331 else | 4348 else |
| 4332 ac_check_lib_save_LIBS=$LIBS | 4349 ac_check_lib_save_LIBS=$LIBS |
| 4333 LIBS="-l$SV_MODULE_LIB $LIBS" | 4350 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4359 LIBS=$ac_check_lib_save_LIBS | 4376 LIBS=$ac_check_lib_save_LIBS |
| 4360 fi | 4377 fi |
| 4361 eval ac_res=\$$as_ac_Lib | 4378 eval ac_res=\$$as_ac_Lib |
| 4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 4363 $as_echo "$ac_res" >&6; } | 4380 $as_echo "$ac_res" >&6; } |
| 4364 eval as_val=\$$as_ac_Lib | 4381 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 4365 if test "x$as_val" = x""yes; then : | |
| 4366 LIBS="$LIBS -l$SV_MODULE_LIB" | 4382 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 4367 else | 4383 else |
| 4368 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4384 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4369 fi | 4385 fi |
| 4370 | 4386 |
| 4371 fi | 4387 fi |
| 4372 fi | 4388 fi |
| 4373 | 4389 |
| 4377 SV_MODULE_HEADER=fftw3.h | 4393 SV_MODULE_HEADER=fftw3.h |
| 4378 SV_MODULE_LIB=fftw3 | 4394 SV_MODULE_LIB=fftw3 |
| 4379 SV_MODULE_FUNC=fftw_execute | 4395 SV_MODULE_FUNC=fftw_execute |
| 4380 SV_MODULE_HAVE=HAVE_$(echo fftw3 | tr 'a-z' 'A-Z') | 4396 SV_MODULE_HAVE=HAVE_$(echo fftw3 | tr 'a-z' 'A-Z') |
| 4381 SV_MODULE_FAILED=1 | 4397 SV_MODULE_FAILED=1 |
| 4398 if test -n "$fftw3_LIBS" ; then | |
| 4399 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 4400 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 4401 CXXFLAGS="$CXXFLAGS $fftw3_CFLAGS" | |
| 4402 LIBS="$LIBS $fftw3_LIBS" | |
| 4403 SV_MODULE_FAILED="" | |
| 4404 fi | |
| 4382 if test -z "$SV_MODULE_VERSION_TEST" ; then | 4405 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 4383 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 4406 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 4384 fi | 4407 fi |
| 4385 if test -n "$PKG_CONFIG"; then | 4408 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 4386 | 4409 |
| 4387 pkg_failed=no | 4410 pkg_failed=no |
| 4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 | 4411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 |
| 4389 $as_echo_n "checking for fftw3... " >&6; } | 4412 $as_echo_n "checking for fftw3... " >&6; } |
| 4390 | 4413 |
| 4458 fi | 4481 fi |
| 4459 fi | 4482 fi |
| 4460 if test -n "$SV_MODULE_FAILED"; then | 4483 if test -n "$SV_MODULE_FAILED"; then |
| 4461 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4484 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 4462 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4485 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 4463 eval as_val=\$$as_ac_Header | 4486 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4464 if test "x$as_val" = x""yes; then : | |
| 4465 HAVES="$HAVES $SV_MODULE_HAVE" | 4487 HAVES="$HAVES $SV_MODULE_HAVE" |
| 4466 else | 4488 else |
| 4467 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4489 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4468 fi | 4490 fi |
| 4469 | 4491 |
| 4470 | 4492 |
| 4471 if test -n "$SV_MODULE_LIB"; then | 4493 if test -n "$SV_MODULE_LIB"; then |
| 4472 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4494 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4474 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4496 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4475 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 4497 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 4476 $as_echo_n "(cached) " >&6 | 4498 $as_echo_n "(cached) " >&6 |
| 4477 else | 4499 else |
| 4478 ac_check_lib_save_LIBS=$LIBS | 4500 ac_check_lib_save_LIBS=$LIBS |
| 4479 LIBS="-l$SV_MODULE_LIB $LIBS" | 4501 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4505 LIBS=$ac_check_lib_save_LIBS | 4527 LIBS=$ac_check_lib_save_LIBS |
| 4506 fi | 4528 fi |
| 4507 eval ac_res=\$$as_ac_Lib | 4529 eval ac_res=\$$as_ac_Lib |
| 4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 4509 $as_echo "$ac_res" >&6; } | 4531 $as_echo "$ac_res" >&6; } |
| 4510 eval as_val=\$$as_ac_Lib | 4532 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 4511 if test "x$as_val" = x""yes; then : | |
| 4512 LIBS="$LIBS -l$SV_MODULE_LIB" | 4533 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 4513 else | 4534 else |
| 4514 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4535 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4515 fi | 4536 fi |
| 4516 | 4537 |
| 4517 fi | 4538 fi |
| 4518 fi | 4539 fi |
| 4519 | 4540 |
| 4523 SV_MODULE_HEADER=fftw3.h | 4544 SV_MODULE_HEADER=fftw3.h |
| 4524 SV_MODULE_LIB=fftw3f | 4545 SV_MODULE_LIB=fftw3f |
| 4525 SV_MODULE_FUNC=fftwf_execute | 4546 SV_MODULE_FUNC=fftwf_execute |
| 4526 SV_MODULE_HAVE=HAVE_$(echo fftw3f | tr 'a-z' 'A-Z') | 4547 SV_MODULE_HAVE=HAVE_$(echo fftw3f | tr 'a-z' 'A-Z') |
| 4527 SV_MODULE_FAILED=1 | 4548 SV_MODULE_FAILED=1 |
| 4549 if test -n "$fftw3f_LIBS" ; then | |
| 4550 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 4551 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 4552 CXXFLAGS="$CXXFLAGS $fftw3f_CFLAGS" | |
| 4553 LIBS="$LIBS $fftw3f_LIBS" | |
| 4554 SV_MODULE_FAILED="" | |
| 4555 fi | |
| 4528 if test -z "$SV_MODULE_VERSION_TEST" ; then | 4556 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 4529 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 4557 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 4530 fi | 4558 fi |
| 4531 if test -n "$PKG_CONFIG"; then | 4559 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 4532 | 4560 |
| 4533 pkg_failed=no | 4561 pkg_failed=no |
| 4534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 | 4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 |
| 4535 $as_echo_n "checking for fftw3f... " >&6; } | 4563 $as_echo_n "checking for fftw3f... " >&6; } |
| 4536 | 4564 |
| 4604 fi | 4632 fi |
| 4605 fi | 4633 fi |
| 4606 if test -n "$SV_MODULE_FAILED"; then | 4634 if test -n "$SV_MODULE_FAILED"; then |
| 4607 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4635 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 4608 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4636 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 4609 eval as_val=\$$as_ac_Header | 4637 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4610 if test "x$as_val" = x""yes; then : | |
| 4611 HAVES="$HAVES $SV_MODULE_HAVE" | 4638 HAVES="$HAVES $SV_MODULE_HAVE" |
| 4612 else | 4639 else |
| 4613 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4640 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4614 fi | 4641 fi |
| 4615 | 4642 |
| 4616 | 4643 |
| 4617 if test -n "$SV_MODULE_LIB"; then | 4644 if test -n "$SV_MODULE_LIB"; then |
| 4618 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4645 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4620 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4647 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4621 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 4648 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 4622 $as_echo_n "(cached) " >&6 | 4649 $as_echo_n "(cached) " >&6 |
| 4623 else | 4650 else |
| 4624 ac_check_lib_save_LIBS=$LIBS | 4651 ac_check_lib_save_LIBS=$LIBS |
| 4625 LIBS="-l$SV_MODULE_LIB $LIBS" | 4652 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4651 LIBS=$ac_check_lib_save_LIBS | 4678 LIBS=$ac_check_lib_save_LIBS |
| 4652 fi | 4679 fi |
| 4653 eval ac_res=\$$as_ac_Lib | 4680 eval ac_res=\$$as_ac_Lib |
| 4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 4655 $as_echo "$ac_res" >&6; } | 4682 $as_echo "$ac_res" >&6; } |
| 4656 eval as_val=\$$as_ac_Lib | 4683 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 4657 if test "x$as_val" = x""yes; then : | |
| 4658 LIBS="$LIBS -l$SV_MODULE_LIB" | 4684 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 4659 else | 4685 else |
| 4660 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4686 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4661 fi | 4687 fi |
| 4662 | 4688 |
| 4663 fi | 4689 fi |
| 4664 fi | 4690 fi |
| 4665 | 4691 |
| 4669 SV_MODULE_HEADER=sndfile.h | 4695 SV_MODULE_HEADER=sndfile.h |
| 4670 SV_MODULE_LIB=sndfile | 4696 SV_MODULE_LIB=sndfile |
| 4671 SV_MODULE_FUNC=sf_open | 4697 SV_MODULE_FUNC=sf_open |
| 4672 SV_MODULE_HAVE=HAVE_$(echo sndfile | tr 'a-z' 'A-Z') | 4698 SV_MODULE_HAVE=HAVE_$(echo sndfile | tr 'a-z' 'A-Z') |
| 4673 SV_MODULE_FAILED=1 | 4699 SV_MODULE_FAILED=1 |
| 4700 if test -n "$sndfile_LIBS" ; then | |
| 4701 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 4702 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 4703 CXXFLAGS="$CXXFLAGS $sndfile_CFLAGS" | |
| 4704 LIBS="$LIBS $sndfile_LIBS" | |
| 4705 SV_MODULE_FAILED="" | |
| 4706 fi | |
| 4674 if test -z "$SV_MODULE_VERSION_TEST" ; then | 4707 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 4675 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 4708 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 4676 fi | 4709 fi |
| 4677 if test -n "$PKG_CONFIG"; then | 4710 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 4678 | 4711 |
| 4679 pkg_failed=no | 4712 pkg_failed=no |
| 4680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 | 4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 |
| 4681 $as_echo_n "checking for sndfile... " >&6; } | 4714 $as_echo_n "checking for sndfile... " >&6; } |
| 4682 | 4715 |
| 4750 fi | 4783 fi |
| 4751 fi | 4784 fi |
| 4752 if test -n "$SV_MODULE_FAILED"; then | 4785 if test -n "$SV_MODULE_FAILED"; then |
| 4753 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4786 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 4754 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4787 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 4755 eval as_val=\$$as_ac_Header | 4788 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4756 if test "x$as_val" = x""yes; then : | |
| 4757 HAVES="$HAVES $SV_MODULE_HAVE" | 4789 HAVES="$HAVES $SV_MODULE_HAVE" |
| 4758 else | 4790 else |
| 4759 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4791 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4760 fi | 4792 fi |
| 4761 | 4793 |
| 4762 | 4794 |
| 4763 if test -n "$SV_MODULE_LIB"; then | 4795 if test -n "$SV_MODULE_LIB"; then |
| 4764 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4796 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4766 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4798 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4767 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 4799 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 4768 $as_echo_n "(cached) " >&6 | 4800 $as_echo_n "(cached) " >&6 |
| 4769 else | 4801 else |
| 4770 ac_check_lib_save_LIBS=$LIBS | 4802 ac_check_lib_save_LIBS=$LIBS |
| 4771 LIBS="-l$SV_MODULE_LIB $LIBS" | 4803 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4797 LIBS=$ac_check_lib_save_LIBS | 4829 LIBS=$ac_check_lib_save_LIBS |
| 4798 fi | 4830 fi |
| 4799 eval ac_res=\$$as_ac_Lib | 4831 eval ac_res=\$$as_ac_Lib |
| 4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 4801 $as_echo "$ac_res" >&6; } | 4833 $as_echo "$ac_res" >&6; } |
| 4802 eval as_val=\$$as_ac_Lib | 4834 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 4803 if test "x$as_val" = x""yes; then : | |
| 4804 LIBS="$LIBS -l$SV_MODULE_LIB" | 4835 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 4805 else | 4836 else |
| 4806 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4837 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4807 fi | 4838 fi |
| 4808 | 4839 |
| 4809 fi | 4840 fi |
| 4810 fi | 4841 fi |
| 4811 | 4842 |
| 4815 SV_MODULE_HEADER=samplerate.h | 4846 SV_MODULE_HEADER=samplerate.h |
| 4816 SV_MODULE_LIB=samplerate | 4847 SV_MODULE_LIB=samplerate |
| 4817 SV_MODULE_FUNC=src_new | 4848 SV_MODULE_FUNC=src_new |
| 4818 SV_MODULE_HAVE=HAVE_$(echo samplerate | tr 'a-z' 'A-Z') | 4849 SV_MODULE_HAVE=HAVE_$(echo samplerate | tr 'a-z' 'A-Z') |
| 4819 SV_MODULE_FAILED=1 | 4850 SV_MODULE_FAILED=1 |
| 4851 if test -n "$samplerate_LIBS" ; then | |
| 4852 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 4853 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 4854 CXXFLAGS="$CXXFLAGS $samplerate_CFLAGS" | |
| 4855 LIBS="$LIBS $samplerate_LIBS" | |
| 4856 SV_MODULE_FAILED="" | |
| 4857 fi | |
| 4820 if test -z "$SV_MODULE_VERSION_TEST" ; then | 4858 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 4821 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 4859 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 4822 fi | 4860 fi |
| 4823 if test -n "$PKG_CONFIG"; then | 4861 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 4824 | 4862 |
| 4825 pkg_failed=no | 4863 pkg_failed=no |
| 4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 | 4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 |
| 4827 $as_echo_n "checking for samplerate... " >&6; } | 4865 $as_echo_n "checking for samplerate... " >&6; } |
| 4828 | 4866 |
| 4896 fi | 4934 fi |
| 4897 fi | 4935 fi |
| 4898 if test -n "$SV_MODULE_FAILED"; then | 4936 if test -n "$SV_MODULE_FAILED"; then |
| 4899 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4937 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 4900 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4938 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 4901 eval as_val=\$$as_ac_Header | 4939 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4902 if test "x$as_val" = x""yes; then : | |
| 4903 HAVES="$HAVES $SV_MODULE_HAVE" | 4940 HAVES="$HAVES $SV_MODULE_HAVE" |
| 4904 else | 4941 else |
| 4905 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4942 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4906 fi | 4943 fi |
| 4907 | 4944 |
| 4908 | 4945 |
| 4909 if test -n "$SV_MODULE_LIB"; then | 4946 if test -n "$SV_MODULE_LIB"; then |
| 4910 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4947 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4912 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4949 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4913 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 4950 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 4914 $as_echo_n "(cached) " >&6 | 4951 $as_echo_n "(cached) " >&6 |
| 4915 else | 4952 else |
| 4916 ac_check_lib_save_LIBS=$LIBS | 4953 ac_check_lib_save_LIBS=$LIBS |
| 4917 LIBS="-l$SV_MODULE_LIB $LIBS" | 4954 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4943 LIBS=$ac_check_lib_save_LIBS | 4980 LIBS=$ac_check_lib_save_LIBS |
| 4944 fi | 4981 fi |
| 4945 eval ac_res=\$$as_ac_Lib | 4982 eval ac_res=\$$as_ac_Lib |
| 4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 4947 $as_echo "$ac_res" >&6; } | 4984 $as_echo "$ac_res" >&6; } |
| 4948 eval as_val=\$$as_ac_Lib | 4985 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 4949 if test "x$as_val" = x""yes; then : | |
| 4950 LIBS="$LIBS -l$SV_MODULE_LIB" | 4986 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 4951 else | 4987 else |
| 4952 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4988 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 4953 fi | 4989 fi |
| 4954 | 4990 |
| 4955 fi | 4991 fi |
| 4956 fi | 4992 fi |
| 4957 | 4993 |
| 4961 SV_MODULE_HEADER=vamp/vamp.h | 4997 SV_MODULE_HEADER=vamp/vamp.h |
| 4962 SV_MODULE_LIB= | 4998 SV_MODULE_LIB= |
| 4963 SV_MODULE_FUNC= | 4999 SV_MODULE_FUNC= |
| 4964 SV_MODULE_HAVE=HAVE_$(echo vamp | tr 'a-z' 'A-Z') | 5000 SV_MODULE_HAVE=HAVE_$(echo vamp | tr 'a-z' 'A-Z') |
| 4965 SV_MODULE_FAILED=1 | 5001 SV_MODULE_FAILED=1 |
| 5002 if test -n "$vamp_LIBS" ; then | |
| 5003 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5004 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5005 CXXFLAGS="$CXXFLAGS $vamp_CFLAGS" | |
| 5006 LIBS="$LIBS $vamp_LIBS" | |
| 5007 SV_MODULE_FAILED="" | |
| 5008 fi | |
| 4966 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5009 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 4967 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5010 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 4968 fi | 5011 fi |
| 4969 if test -n "$PKG_CONFIG"; then | 5012 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 4970 | 5013 |
| 4971 pkg_failed=no | 5014 pkg_failed=no |
| 4972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 | 5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 |
| 4973 $as_echo_n "checking for vamp... " >&6; } | 5016 $as_echo_n "checking for vamp... " >&6; } |
| 4974 | 5017 |
| 5042 fi | 5085 fi |
| 5043 fi | 5086 fi |
| 5044 if test -n "$SV_MODULE_FAILED"; then | 5087 if test -n "$SV_MODULE_FAILED"; then |
| 5045 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5088 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5046 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5089 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5047 eval as_val=\$$as_ac_Header | 5090 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5048 if test "x$as_val" = x""yes; then : | |
| 5049 HAVES="$HAVES $SV_MODULE_HAVE" | 5091 HAVES="$HAVES $SV_MODULE_HAVE" |
| 5050 else | 5092 else |
| 5051 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5093 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5052 fi | 5094 fi |
| 5053 | 5095 |
| 5054 | 5096 |
| 5055 if test -n "$SV_MODULE_LIB"; then | 5097 if test -n "$SV_MODULE_LIB"; then |
| 5056 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5098 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5058 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5100 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5059 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5101 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5060 $as_echo_n "(cached) " >&6 | 5102 $as_echo_n "(cached) " >&6 |
| 5061 else | 5103 else |
| 5062 ac_check_lib_save_LIBS=$LIBS | 5104 ac_check_lib_save_LIBS=$LIBS |
| 5063 LIBS="-l$SV_MODULE_LIB $LIBS" | 5105 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5089 LIBS=$ac_check_lib_save_LIBS | 5131 LIBS=$ac_check_lib_save_LIBS |
| 5090 fi | 5132 fi |
| 5091 eval ac_res=\$$as_ac_Lib | 5133 eval ac_res=\$$as_ac_Lib |
| 5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5093 $as_echo "$ac_res" >&6; } | 5135 $as_echo "$ac_res" >&6; } |
| 5094 eval as_val=\$$as_ac_Lib | 5136 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5095 if test "x$as_val" = x""yes; then : | |
| 5096 LIBS="$LIBS -l$SV_MODULE_LIB" | 5137 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5097 else | 5138 else |
| 5098 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5139 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5099 fi | 5140 fi |
| 5100 | 5141 |
| 5101 fi | 5142 fi |
| 5102 fi | 5143 fi |
| 5103 | 5144 |
| 5107 SV_MODULE_HEADER=vamp-hostsdk/PluginLoader.h | 5148 SV_MODULE_HEADER=vamp-hostsdk/PluginLoader.h |
| 5108 SV_MODULE_LIB= | 5149 SV_MODULE_LIB= |
| 5109 SV_MODULE_FUNC= | 5150 SV_MODULE_FUNC= |
| 5110 SV_MODULE_HAVE=HAVE_$(echo vamphostsdk | tr 'a-z' 'A-Z') | 5151 SV_MODULE_HAVE=HAVE_$(echo vamphostsdk | tr 'a-z' 'A-Z') |
| 5111 SV_MODULE_FAILED=1 | 5152 SV_MODULE_FAILED=1 |
| 5153 if test -n "$vamphostsdk_LIBS" ; then | |
| 5154 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5155 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5156 CXXFLAGS="$CXXFLAGS $vamphostsdk_CFLAGS" | |
| 5157 LIBS="$LIBS $vamphostsdk_LIBS" | |
| 5158 SV_MODULE_FAILED="" | |
| 5159 fi | |
| 5112 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5160 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5113 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5161 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5114 fi | 5162 fi |
| 5115 if test -n "$PKG_CONFIG"; then | 5163 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5116 | 5164 |
| 5117 pkg_failed=no | 5165 pkg_failed=no |
| 5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 | 5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 |
| 5119 $as_echo_n "checking for vamphostsdk... " >&6; } | 5167 $as_echo_n "checking for vamphostsdk... " >&6; } |
| 5120 | 5168 |
| 5188 fi | 5236 fi |
| 5189 fi | 5237 fi |
| 5190 if test -n "$SV_MODULE_FAILED"; then | 5238 if test -n "$SV_MODULE_FAILED"; then |
| 5191 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5239 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5192 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5240 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5193 eval as_val=\$$as_ac_Header | 5241 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5194 if test "x$as_val" = x""yes; then : | |
| 5195 HAVES="$HAVES $SV_MODULE_HAVE" | 5242 HAVES="$HAVES $SV_MODULE_HAVE" |
| 5196 else | 5243 else |
| 5197 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5244 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5198 fi | 5245 fi |
| 5199 | 5246 |
| 5200 | 5247 |
| 5201 if test -n "$SV_MODULE_LIB"; then | 5248 if test -n "$SV_MODULE_LIB"; then |
| 5202 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5249 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5204 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5251 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5205 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5252 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5206 $as_echo_n "(cached) " >&6 | 5253 $as_echo_n "(cached) " >&6 |
| 5207 else | 5254 else |
| 5208 ac_check_lib_save_LIBS=$LIBS | 5255 ac_check_lib_save_LIBS=$LIBS |
| 5209 LIBS="-l$SV_MODULE_LIB $LIBS" | 5256 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5235 LIBS=$ac_check_lib_save_LIBS | 5282 LIBS=$ac_check_lib_save_LIBS |
| 5236 fi | 5283 fi |
| 5237 eval ac_res=\$$as_ac_Lib | 5284 eval ac_res=\$$as_ac_Lib |
| 5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5239 $as_echo "$ac_res" >&6; } | 5286 $as_echo "$ac_res" >&6; } |
| 5240 eval as_val=\$$as_ac_Lib | 5287 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5241 if test "x$as_val" = x""yes; then : | |
| 5242 LIBS="$LIBS -l$SV_MODULE_LIB" | 5288 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5243 else | 5289 else |
| 5244 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5290 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5245 fi | 5291 fi |
| 5246 | 5292 |
| 5247 fi | 5293 fi |
| 5248 fi | 5294 fi |
| 5249 | 5295 |
| 5253 SV_MODULE_HEADER=rubberband/RubberBandStretcher.h | 5299 SV_MODULE_HEADER=rubberband/RubberBandStretcher.h |
| 5254 SV_MODULE_LIB=rubberband | 5300 SV_MODULE_LIB=rubberband |
| 5255 SV_MODULE_FUNC=rubberband_new | 5301 SV_MODULE_FUNC=rubberband_new |
| 5256 SV_MODULE_HAVE=HAVE_$(echo rubberband | tr 'a-z' 'A-Z') | 5302 SV_MODULE_HAVE=HAVE_$(echo rubberband | tr 'a-z' 'A-Z') |
| 5257 SV_MODULE_FAILED=1 | 5303 SV_MODULE_FAILED=1 |
| 5304 if test -n "$rubberband_LIBS" ; then | |
| 5305 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5306 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5307 CXXFLAGS="$CXXFLAGS $rubberband_CFLAGS" | |
| 5308 LIBS="$LIBS $rubberband_LIBS" | |
| 5309 SV_MODULE_FAILED="" | |
| 5310 fi | |
| 5258 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5311 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5259 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5312 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5260 fi | 5313 fi |
| 5261 if test -n "$PKG_CONFIG"; then | 5314 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5262 | 5315 |
| 5263 pkg_failed=no | 5316 pkg_failed=no |
| 5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 | 5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 |
| 5265 $as_echo_n "checking for rubberband... " >&6; } | 5318 $as_echo_n "checking for rubberband... " >&6; } |
| 5266 | 5319 |
| 5334 fi | 5387 fi |
| 5335 fi | 5388 fi |
| 5336 if test -n "$SV_MODULE_FAILED"; then | 5389 if test -n "$SV_MODULE_FAILED"; then |
| 5337 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5390 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5338 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5391 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5339 eval as_val=\$$as_ac_Header | 5392 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5340 if test "x$as_val" = x""yes; then : | |
| 5341 HAVES="$HAVES $SV_MODULE_HAVE" | 5393 HAVES="$HAVES $SV_MODULE_HAVE" |
| 5342 else | 5394 else |
| 5343 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5395 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5344 fi | 5396 fi |
| 5345 | 5397 |
| 5346 | 5398 |
| 5347 if test -n "$SV_MODULE_LIB"; then | 5399 if test -n "$SV_MODULE_LIB"; then |
| 5348 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5400 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5350 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5402 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5351 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5403 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5352 $as_echo_n "(cached) " >&6 | 5404 $as_echo_n "(cached) " >&6 |
| 5353 else | 5405 else |
| 5354 ac_check_lib_save_LIBS=$LIBS | 5406 ac_check_lib_save_LIBS=$LIBS |
| 5355 LIBS="-l$SV_MODULE_LIB $LIBS" | 5407 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5381 LIBS=$ac_check_lib_save_LIBS | 5433 LIBS=$ac_check_lib_save_LIBS |
| 5382 fi | 5434 fi |
| 5383 eval ac_res=\$$as_ac_Lib | 5435 eval ac_res=\$$as_ac_Lib |
| 5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5385 $as_echo "$ac_res" >&6; } | 5437 $as_echo "$ac_res" >&6; } |
| 5386 eval as_val=\$$as_ac_Lib | 5438 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5387 if test "x$as_val" = x""yes; then : | |
| 5388 LIBS="$LIBS -l$SV_MODULE_LIB" | 5439 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5389 else | 5440 else |
| 5390 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5441 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5391 fi | 5442 fi |
| 5392 | 5443 |
| 5393 fi | 5444 fi |
| 5394 fi | 5445 fi |
| 5395 | 5446 |
| 5399 SV_MODULE_HEADER=raptor.h | 5450 SV_MODULE_HEADER=raptor.h |
| 5400 SV_MODULE_LIB=raptor | 5451 SV_MODULE_LIB=raptor |
| 5401 SV_MODULE_FUNC=raptor_start_parse | 5452 SV_MODULE_FUNC=raptor_start_parse |
| 5402 SV_MODULE_HAVE=HAVE_$(echo raptor | tr 'a-z' 'A-Z') | 5453 SV_MODULE_HAVE=HAVE_$(echo raptor | tr 'a-z' 'A-Z') |
| 5403 SV_MODULE_FAILED=1 | 5454 SV_MODULE_FAILED=1 |
| 5455 if test -n "$raptor_LIBS" ; then | |
| 5456 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5457 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5458 CXXFLAGS="$CXXFLAGS $raptor_CFLAGS" | |
| 5459 LIBS="$LIBS $raptor_LIBS" | |
| 5460 SV_MODULE_FAILED="" | |
| 5461 fi | |
| 5404 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5462 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5405 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5463 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5406 fi | 5464 fi |
| 5407 if test -n "$PKG_CONFIG"; then | 5465 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5408 | 5466 |
| 5409 pkg_failed=no | 5467 pkg_failed=no |
| 5410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 | 5468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 |
| 5411 $as_echo_n "checking for raptor... " >&6; } | 5469 $as_echo_n "checking for raptor... " >&6; } |
| 5412 | 5470 |
| 5480 fi | 5538 fi |
| 5481 fi | 5539 fi |
| 5482 if test -n "$SV_MODULE_FAILED"; then | 5540 if test -n "$SV_MODULE_FAILED"; then |
| 5483 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5541 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5484 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5542 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5485 eval as_val=\$$as_ac_Header | 5543 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5486 if test "x$as_val" = x""yes; then : | |
| 5487 HAVES="$HAVES $SV_MODULE_HAVE" | 5544 HAVES="$HAVES $SV_MODULE_HAVE" |
| 5488 else | 5545 else |
| 5489 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5546 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5490 fi | 5547 fi |
| 5491 | 5548 |
| 5492 | 5549 |
| 5493 if test -n "$SV_MODULE_LIB"; then | 5550 if test -n "$SV_MODULE_LIB"; then |
| 5494 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5551 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5496 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5553 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5497 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5554 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5498 $as_echo_n "(cached) " >&6 | 5555 $as_echo_n "(cached) " >&6 |
| 5499 else | 5556 else |
| 5500 ac_check_lib_save_LIBS=$LIBS | 5557 ac_check_lib_save_LIBS=$LIBS |
| 5501 LIBS="-l$SV_MODULE_LIB $LIBS" | 5558 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5527 LIBS=$ac_check_lib_save_LIBS | 5584 LIBS=$ac_check_lib_save_LIBS |
| 5528 fi | 5585 fi |
| 5529 eval ac_res=\$$as_ac_Lib | 5586 eval ac_res=\$$as_ac_Lib |
| 5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5531 $as_echo "$ac_res" >&6; } | 5588 $as_echo "$ac_res" >&6; } |
| 5532 eval as_val=\$$as_ac_Lib | 5589 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5533 if test "x$as_val" = x""yes; then : | |
| 5534 LIBS="$LIBS -l$SV_MODULE_LIB" | 5590 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5535 else | 5591 else |
| 5536 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5592 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5537 fi | 5593 fi |
| 5538 | 5594 |
| 5539 fi | 5595 fi |
| 5540 fi | 5596 fi |
| 5541 | 5597 |
| 5545 SV_MODULE_HEADER=rasqal/rasqal.h | 5601 SV_MODULE_HEADER=rasqal/rasqal.h |
| 5546 SV_MODULE_LIB=rasqal | 5602 SV_MODULE_LIB=rasqal |
| 5547 SV_MODULE_FUNC=rasqal_new_world | 5603 SV_MODULE_FUNC=rasqal_new_world |
| 5548 SV_MODULE_HAVE=HAVE_$(echo rasqal | tr 'a-z' 'A-Z') | 5604 SV_MODULE_HAVE=HAVE_$(echo rasqal | tr 'a-z' 'A-Z') |
| 5549 SV_MODULE_FAILED=1 | 5605 SV_MODULE_FAILED=1 |
| 5606 if test -n "$rasqal_LIBS" ; then | |
| 5607 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5608 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5609 CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS" | |
| 5610 LIBS="$LIBS $rasqal_LIBS" | |
| 5611 SV_MODULE_FAILED="" | |
| 5612 fi | |
| 5550 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5613 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5551 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5614 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5552 fi | 5615 fi |
| 5553 if test -n "$PKG_CONFIG"; then | 5616 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5554 | 5617 |
| 5555 pkg_failed=no | 5618 pkg_failed=no |
| 5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 |
| 5557 $as_echo_n "checking for rasqal... " >&6; } | 5620 $as_echo_n "checking for rasqal... " >&6; } |
| 5558 | 5621 |
| 5626 fi | 5689 fi |
| 5627 fi | 5690 fi |
| 5628 if test -n "$SV_MODULE_FAILED"; then | 5691 if test -n "$SV_MODULE_FAILED"; then |
| 5629 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5692 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5630 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5693 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5631 eval as_val=\$$as_ac_Header | 5694 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5632 if test "x$as_val" = x""yes; then : | |
| 5633 HAVES="$HAVES $SV_MODULE_HAVE" | 5695 HAVES="$HAVES $SV_MODULE_HAVE" |
| 5634 else | 5696 else |
| 5635 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5697 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5636 fi | 5698 fi |
| 5637 | 5699 |
| 5638 | 5700 |
| 5639 if test -n "$SV_MODULE_LIB"; then | 5701 if test -n "$SV_MODULE_LIB"; then |
| 5640 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5702 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5642 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5704 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5643 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5705 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5644 $as_echo_n "(cached) " >&6 | 5706 $as_echo_n "(cached) " >&6 |
| 5645 else | 5707 else |
| 5646 ac_check_lib_save_LIBS=$LIBS | 5708 ac_check_lib_save_LIBS=$LIBS |
| 5647 LIBS="-l$SV_MODULE_LIB $LIBS" | 5709 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5673 LIBS=$ac_check_lib_save_LIBS | 5735 LIBS=$ac_check_lib_save_LIBS |
| 5674 fi | 5736 fi |
| 5675 eval ac_res=\$$as_ac_Lib | 5737 eval ac_res=\$$as_ac_Lib |
| 5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5677 $as_echo "$ac_res" >&6; } | 5739 $as_echo "$ac_res" >&6; } |
| 5678 eval as_val=\$$as_ac_Lib | 5740 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5679 if test "x$as_val" = x""yes; then : | |
| 5680 LIBS="$LIBS -l$SV_MODULE_LIB" | 5741 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5681 else | 5742 else |
| 5682 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5743 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5683 fi | 5744 fi |
| 5684 | 5745 |
| 5685 fi | 5746 fi |
| 5686 fi | 5747 fi |
| 5687 | 5748 |
| 5691 SV_MODULE_HEADER=librdf.h | 5752 SV_MODULE_HEADER=librdf.h |
| 5692 SV_MODULE_LIB=rdf | 5753 SV_MODULE_LIB=rdf |
| 5693 SV_MODULE_FUNC=librdf_new_world | 5754 SV_MODULE_FUNC=librdf_new_world |
| 5694 SV_MODULE_HAVE=HAVE_$(echo redland | tr 'a-z' 'A-Z') | 5755 SV_MODULE_HAVE=HAVE_$(echo redland | tr 'a-z' 'A-Z') |
| 5695 SV_MODULE_FAILED=1 | 5756 SV_MODULE_FAILED=1 |
| 5757 if test -n "$redland_LIBS" ; then | |
| 5758 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5759 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5760 CXXFLAGS="$CXXFLAGS $redland_CFLAGS" | |
| 5761 LIBS="$LIBS $redland_LIBS" | |
| 5762 SV_MODULE_FAILED="" | |
| 5763 fi | |
| 5696 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5764 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5697 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5765 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5698 fi | 5766 fi |
| 5699 if test -n "$PKG_CONFIG"; then | 5767 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5700 | 5768 |
| 5701 pkg_failed=no | 5769 pkg_failed=no |
| 5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | 5770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 |
| 5703 $as_echo_n "checking for redland... " >&6; } | 5771 $as_echo_n "checking for redland... " >&6; } |
| 5704 | 5772 |
| 5772 fi | 5840 fi |
| 5773 fi | 5841 fi |
| 5774 if test -n "$SV_MODULE_FAILED"; then | 5842 if test -n "$SV_MODULE_FAILED"; then |
| 5775 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5843 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5776 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5844 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5777 eval as_val=\$$as_ac_Header | 5845 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5778 if test "x$as_val" = x""yes; then : | |
| 5779 HAVES="$HAVES $SV_MODULE_HAVE" | 5846 HAVES="$HAVES $SV_MODULE_HAVE" |
| 5780 else | 5847 else |
| 5781 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5848 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5782 fi | 5849 fi |
| 5783 | 5850 |
| 5784 | 5851 |
| 5785 if test -n "$SV_MODULE_LIB"; then | 5852 if test -n "$SV_MODULE_LIB"; then |
| 5786 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5853 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5788 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5855 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5789 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5856 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5790 $as_echo_n "(cached) " >&6 | 5857 $as_echo_n "(cached) " >&6 |
| 5791 else | 5858 else |
| 5792 ac_check_lib_save_LIBS=$LIBS | 5859 ac_check_lib_save_LIBS=$LIBS |
| 5793 LIBS="-l$SV_MODULE_LIB $LIBS" | 5860 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5819 LIBS=$ac_check_lib_save_LIBS | 5886 LIBS=$ac_check_lib_save_LIBS |
| 5820 fi | 5887 fi |
| 5821 eval ac_res=\$$as_ac_Lib | 5888 eval ac_res=\$$as_ac_Lib |
| 5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5823 $as_echo "$ac_res" >&6; } | 5890 $as_echo "$ac_res" >&6; } |
| 5824 eval as_val=\$$as_ac_Lib | 5891 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5825 if test "x$as_val" = x""yes; then : | |
| 5826 LIBS="$LIBS -l$SV_MODULE_LIB" | 5892 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5827 else | 5893 else |
| 5828 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5894 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 5829 fi | 5895 fi |
| 5830 | 5896 |
| 5831 fi | 5897 fi |
| 5832 fi | 5898 fi |
| 5833 | 5899 |
| 5838 SV_MODULE_HEADER=lo/lo.h | 5904 SV_MODULE_HEADER=lo/lo.h |
| 5839 SV_MODULE_LIB=lo | 5905 SV_MODULE_LIB=lo |
| 5840 SV_MODULE_FUNC=lo_address_new | 5906 SV_MODULE_FUNC=lo_address_new |
| 5841 SV_MODULE_HAVE=HAVE_$(echo liblo | tr 'a-z' 'A-Z') | 5907 SV_MODULE_HAVE=HAVE_$(echo liblo | tr 'a-z' 'A-Z') |
| 5842 SV_MODULE_FAILED=1 | 5908 SV_MODULE_FAILED=1 |
| 5909 if test -n "$liblo_LIBS" ; then | |
| 5910 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 5911 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 5912 CXXFLAGS="$CXXFLAGS $liblo_CFLAGS" | |
| 5913 LIBS="$LIBS $liblo_LIBS" | |
| 5914 SV_MODULE_FAILED="" | |
| 5915 fi | |
| 5843 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5916 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5844 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5917 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5845 fi | 5918 fi |
| 5846 if test -n "$PKG_CONFIG"; then | 5919 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5847 | 5920 |
| 5848 pkg_failed=no | 5921 pkg_failed=no |
| 5849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 | 5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 |
| 5850 $as_echo_n "checking for liblo... " >&6; } | 5923 $as_echo_n "checking for liblo... " >&6; } |
| 5851 | 5924 |
| 5919 fi | 5992 fi |
| 5920 fi | 5993 fi |
| 5921 if test -n "$SV_MODULE_FAILED"; then | 5994 if test -n "$SV_MODULE_FAILED"; then |
| 5922 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5995 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5923 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5996 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5924 eval as_val=\$$as_ac_Header | 5997 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5925 if test "x$as_val" = x""yes; then : | |
| 5926 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 5998 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 5927 else | 5999 else |
| 5928 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6000 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 5929 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6001 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 5930 fi | 6002 fi |
| 5933 if test -z "$SV_MODULE_FAILED"; then | 6005 if test -z "$SV_MODULE_FAILED"; then |
| 5934 if test -n "$SV_MODULE_LIB"; then | 6006 if test -n "$SV_MODULE_LIB"; then |
| 5935 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6007 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5937 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6009 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5938 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6010 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 5939 $as_echo_n "(cached) " >&6 | 6011 $as_echo_n "(cached) " >&6 |
| 5940 else | 6012 else |
| 5941 ac_check_lib_save_LIBS=$LIBS | 6013 ac_check_lib_save_LIBS=$LIBS |
| 5942 LIBS="-l$SV_MODULE_LIB $LIBS" | 6014 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5968 LIBS=$ac_check_lib_save_LIBS | 6040 LIBS=$ac_check_lib_save_LIBS |
| 5969 fi | 6041 fi |
| 5970 eval ac_res=\$$as_ac_Lib | 6042 eval ac_res=\$$as_ac_Lib |
| 5971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5972 $as_echo "$ac_res" >&6; } | 6044 $as_echo "$ac_res" >&6; } |
| 5973 eval as_val=\$$as_ac_Lib | 6045 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5974 if test "x$as_val" = x""yes; then : | |
| 5975 LIBS="$LIBS -l$SV_MODULE_LIB" | 6046 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5976 else | 6047 else |
| 5977 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6048 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 5978 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6049 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 5979 fi | 6050 fi |
| 5988 SV_MODULE_HEADER=portaudio.h | 6059 SV_MODULE_HEADER=portaudio.h |
| 5989 SV_MODULE_LIB=portaudio | 6060 SV_MODULE_LIB=portaudio |
| 5990 SV_MODULE_FUNC=Pa_IsFormatSupported | 6061 SV_MODULE_FUNC=Pa_IsFormatSupported |
| 5991 SV_MODULE_HAVE=HAVE_$(echo portaudio_2_0 | tr 'a-z' 'A-Z') | 6062 SV_MODULE_HAVE=HAVE_$(echo portaudio_2_0 | tr 'a-z' 'A-Z') |
| 5992 SV_MODULE_FAILED=1 | 6063 SV_MODULE_FAILED=1 |
| 6064 if test -n "$portaudio_2_0_LIBS" ; then | |
| 6065 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6066 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6067 CXXFLAGS="$CXXFLAGS $portaudio_2_0_CFLAGS" | |
| 6068 LIBS="$LIBS $portaudio_2_0_LIBS" | |
| 6069 SV_MODULE_FAILED="" | |
| 6070 fi | |
| 5993 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6071 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5994 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6072 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5995 fi | 6073 fi |
| 5996 if test -n "$PKG_CONFIG"; then | 6074 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5997 | 6075 |
| 5998 pkg_failed=no | 6076 pkg_failed=no |
| 5999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio_2_0" >&5 | 6077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio_2_0" >&5 |
| 6000 $as_echo_n "checking for portaudio_2_0... " >&6; } | 6078 $as_echo_n "checking for portaudio_2_0... " >&6; } |
| 6001 | 6079 |
| 6069 fi | 6147 fi |
| 6070 fi | 6148 fi |
| 6071 if test -n "$SV_MODULE_FAILED"; then | 6149 if test -n "$SV_MODULE_FAILED"; then |
| 6072 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6150 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6073 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6151 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6074 eval as_val=\$$as_ac_Header | 6152 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6075 if test "x$as_val" = x""yes; then : | |
| 6076 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6153 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6077 else | 6154 else |
| 6078 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6155 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6079 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6156 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6080 fi | 6157 fi |
| 6083 if test -z "$SV_MODULE_FAILED"; then | 6160 if test -z "$SV_MODULE_FAILED"; then |
| 6084 if test -n "$SV_MODULE_LIB"; then | 6161 if test -n "$SV_MODULE_LIB"; then |
| 6085 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6162 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6087 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6164 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6088 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6165 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6089 $as_echo_n "(cached) " >&6 | 6166 $as_echo_n "(cached) " >&6 |
| 6090 else | 6167 else |
| 6091 ac_check_lib_save_LIBS=$LIBS | 6168 ac_check_lib_save_LIBS=$LIBS |
| 6092 LIBS="-l$SV_MODULE_LIB $LIBS" | 6169 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6118 LIBS=$ac_check_lib_save_LIBS | 6195 LIBS=$ac_check_lib_save_LIBS |
| 6119 fi | 6196 fi |
| 6120 eval ac_res=\$$as_ac_Lib | 6197 eval ac_res=\$$as_ac_Lib |
| 6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6122 $as_echo "$ac_res" >&6; } | 6199 $as_echo "$ac_res" >&6; } |
| 6123 eval as_val=\$$as_ac_Lib | 6200 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6124 if test "x$as_val" = x""yes; then : | |
| 6125 LIBS="$LIBS -l$SV_MODULE_LIB" | 6201 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6126 else | 6202 else |
| 6127 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6203 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 6128 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6204 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 6129 fi | 6205 fi |
| 6138 SV_MODULE_HEADER=jack/jack.h | 6214 SV_MODULE_HEADER=jack/jack.h |
| 6139 SV_MODULE_LIB=jack | 6215 SV_MODULE_LIB=jack |
| 6140 SV_MODULE_FUNC=jack_client_open | 6216 SV_MODULE_FUNC=jack_client_open |
| 6141 SV_MODULE_HAVE=HAVE_$(echo JACK | tr 'a-z' 'A-Z') | 6217 SV_MODULE_HAVE=HAVE_$(echo JACK | tr 'a-z' 'A-Z') |
| 6142 SV_MODULE_FAILED=1 | 6218 SV_MODULE_FAILED=1 |
| 6219 if test -n "$JACK_LIBS" ; then | |
| 6220 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6221 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6222 CXXFLAGS="$CXXFLAGS $JACK_CFLAGS" | |
| 6223 LIBS="$LIBS $JACK_LIBS" | |
| 6224 SV_MODULE_FAILED="" | |
| 6225 fi | |
| 6143 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6226 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6144 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6227 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6145 fi | 6228 fi |
| 6146 if test -n "$PKG_CONFIG"; then | 6229 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6147 | 6230 |
| 6148 pkg_failed=no | 6231 pkg_failed=no |
| 6149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 | 6232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 |
| 6150 $as_echo_n "checking for JACK... " >&6; } | 6233 $as_echo_n "checking for JACK... " >&6; } |
| 6151 | 6234 |
| 6219 fi | 6302 fi |
| 6220 fi | 6303 fi |
| 6221 if test -n "$SV_MODULE_FAILED"; then | 6304 if test -n "$SV_MODULE_FAILED"; then |
| 6222 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6305 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6223 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6306 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6224 eval as_val=\$$as_ac_Header | 6307 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6225 if test "x$as_val" = x""yes; then : | |
| 6226 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6308 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6227 else | 6309 else |
| 6228 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6310 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6229 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6311 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6230 fi | 6312 fi |
| 6233 if test -z "$SV_MODULE_FAILED"; then | 6315 if test -z "$SV_MODULE_FAILED"; then |
| 6234 if test -n "$SV_MODULE_LIB"; then | 6316 if test -n "$SV_MODULE_LIB"; then |
| 6235 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6317 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6237 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6319 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6238 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6320 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6239 $as_echo_n "(cached) " >&6 | 6321 $as_echo_n "(cached) " >&6 |
| 6240 else | 6322 else |
| 6241 ac_check_lib_save_LIBS=$LIBS | 6323 ac_check_lib_save_LIBS=$LIBS |
| 6242 LIBS="-l$SV_MODULE_LIB $LIBS" | 6324 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6268 LIBS=$ac_check_lib_save_LIBS | 6350 LIBS=$ac_check_lib_save_LIBS |
| 6269 fi | 6351 fi |
| 6270 eval ac_res=\$$as_ac_Lib | 6352 eval ac_res=\$$as_ac_Lib |
| 6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6272 $as_echo "$ac_res" >&6; } | 6354 $as_echo "$ac_res" >&6; } |
| 6273 eval as_val=\$$as_ac_Lib | 6355 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6274 if test "x$as_val" = x""yes; then : | |
| 6275 LIBS="$LIBS -l$SV_MODULE_LIB" | 6356 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6276 else | 6357 else |
| 6277 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6358 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 6278 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6359 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 6279 fi | 6360 fi |
| 6288 SV_MODULE_HEADER=pulse/pulseaudio.h | 6369 SV_MODULE_HEADER=pulse/pulseaudio.h |
| 6289 SV_MODULE_LIB=pulse | 6370 SV_MODULE_LIB=pulse |
| 6290 SV_MODULE_FUNC=pa_stream_new | 6371 SV_MODULE_FUNC=pa_stream_new |
| 6291 SV_MODULE_HAVE=HAVE_$(echo libpulse | tr 'a-z' 'A-Z') | 6372 SV_MODULE_HAVE=HAVE_$(echo libpulse | tr 'a-z' 'A-Z') |
| 6292 SV_MODULE_FAILED=1 | 6373 SV_MODULE_FAILED=1 |
| 6374 if test -n "$libpulse_LIBS" ; then | |
| 6375 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6376 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6377 CXXFLAGS="$CXXFLAGS $libpulse_CFLAGS" | |
| 6378 LIBS="$LIBS $libpulse_LIBS" | |
| 6379 SV_MODULE_FAILED="" | |
| 6380 fi | |
| 6293 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6381 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6294 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6382 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6295 fi | 6383 fi |
| 6296 if test -n "$PKG_CONFIG"; then | 6384 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6297 | 6385 |
| 6298 pkg_failed=no | 6386 pkg_failed=no |
| 6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 | 6387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 |
| 6300 $as_echo_n "checking for libpulse... " >&6; } | 6388 $as_echo_n "checking for libpulse... " >&6; } |
| 6301 | 6389 |
| 6369 fi | 6457 fi |
| 6370 fi | 6458 fi |
| 6371 if test -n "$SV_MODULE_FAILED"; then | 6459 if test -n "$SV_MODULE_FAILED"; then |
| 6372 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6460 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6373 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6461 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6374 eval as_val=\$$as_ac_Header | 6462 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6375 if test "x$as_val" = x""yes; then : | |
| 6376 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6463 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6377 else | 6464 else |
| 6378 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6465 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6379 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6466 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6380 fi | 6467 fi |
| 6383 if test -z "$SV_MODULE_FAILED"; then | 6470 if test -z "$SV_MODULE_FAILED"; then |
| 6384 if test -n "$SV_MODULE_LIB"; then | 6471 if test -n "$SV_MODULE_LIB"; then |
| 6385 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6472 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6387 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6474 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6388 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6475 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6389 $as_echo_n "(cached) " >&6 | 6476 $as_echo_n "(cached) " >&6 |
| 6390 else | 6477 else |
| 6391 ac_check_lib_save_LIBS=$LIBS | 6478 ac_check_lib_save_LIBS=$LIBS |
| 6392 LIBS="-l$SV_MODULE_LIB $LIBS" | 6479 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6418 LIBS=$ac_check_lib_save_LIBS | 6505 LIBS=$ac_check_lib_save_LIBS |
| 6419 fi | 6506 fi |
| 6420 eval ac_res=\$$as_ac_Lib | 6507 eval ac_res=\$$as_ac_Lib |
| 6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6422 $as_echo "$ac_res" >&6; } | 6509 $as_echo "$ac_res" >&6; } |
| 6423 eval as_val=\$$as_ac_Lib | 6510 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6424 if test "x$as_val" = x""yes; then : | |
| 6425 LIBS="$LIBS -l$SV_MODULE_LIB" | 6511 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6426 else | 6512 else |
| 6427 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6513 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 6428 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6514 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 6429 fi | 6515 fi |
| 6438 SV_MODULE_HEADER=lrdf.h | 6524 SV_MODULE_HEADER=lrdf.h |
| 6439 SV_MODULE_LIB=lrdf | 6525 SV_MODULE_LIB=lrdf |
| 6440 SV_MODULE_FUNC=lrdf_init | 6526 SV_MODULE_FUNC=lrdf_init |
| 6441 SV_MODULE_HAVE=HAVE_$(echo lrdf | tr 'a-z' 'A-Z') | 6527 SV_MODULE_HAVE=HAVE_$(echo lrdf | tr 'a-z' 'A-Z') |
| 6442 SV_MODULE_FAILED=1 | 6528 SV_MODULE_FAILED=1 |
| 6529 if test -n "$lrdf_LIBS" ; then | |
| 6530 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6531 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6532 CXXFLAGS="$CXXFLAGS $lrdf_CFLAGS" | |
| 6533 LIBS="$LIBS $lrdf_LIBS" | |
| 6534 SV_MODULE_FAILED="" | |
| 6535 fi | |
| 6443 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6536 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6444 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6537 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6445 fi | 6538 fi |
| 6446 if test -n "$PKG_CONFIG"; then | 6539 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6447 | 6540 |
| 6448 pkg_failed=no | 6541 pkg_failed=no |
| 6449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 | 6542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 |
| 6450 $as_echo_n "checking for lrdf... " >&6; } | 6543 $as_echo_n "checking for lrdf... " >&6; } |
| 6451 | 6544 |
| 6519 fi | 6612 fi |
| 6520 fi | 6613 fi |
| 6521 if test -n "$SV_MODULE_FAILED"; then | 6614 if test -n "$SV_MODULE_FAILED"; then |
| 6522 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6615 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6523 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6616 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6524 eval as_val=\$$as_ac_Header | 6617 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6525 if test "x$as_val" = x""yes; then : | |
| 6526 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6618 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6527 else | 6619 else |
| 6528 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6620 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6529 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6621 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6530 fi | 6622 fi |
| 6533 if test -z "$SV_MODULE_FAILED"; then | 6625 if test -z "$SV_MODULE_FAILED"; then |
| 6534 if test -n "$SV_MODULE_LIB"; then | 6626 if test -n "$SV_MODULE_LIB"; then |
| 6535 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6627 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6537 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6629 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6538 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6630 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6539 $as_echo_n "(cached) " >&6 | 6631 $as_echo_n "(cached) " >&6 |
| 6540 else | 6632 else |
| 6541 ac_check_lib_save_LIBS=$LIBS | 6633 ac_check_lib_save_LIBS=$LIBS |
| 6542 LIBS="-l$SV_MODULE_LIB $LIBS" | 6634 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6568 LIBS=$ac_check_lib_save_LIBS | 6660 LIBS=$ac_check_lib_save_LIBS |
| 6569 fi | 6661 fi |
| 6570 eval ac_res=\$$as_ac_Lib | 6662 eval ac_res=\$$as_ac_Lib |
| 6571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6572 $as_echo "$ac_res" >&6; } | 6664 $as_echo "$ac_res" >&6; } |
| 6573 eval as_val=\$$as_ac_Lib | 6665 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6574 if test "x$as_val" = x""yes; then : | |
| 6575 LIBS="$LIBS -l$SV_MODULE_LIB" | 6666 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6576 else | 6667 else |
| 6577 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6668 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 6578 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6669 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 6579 fi | 6670 fi |
| 6588 SV_MODULE_HEADER=oggz/oggz.h | 6679 SV_MODULE_HEADER=oggz/oggz.h |
| 6589 SV_MODULE_LIB=oggz | 6680 SV_MODULE_LIB=oggz |
| 6590 SV_MODULE_FUNC=oggz_run | 6681 SV_MODULE_FUNC=oggz_run |
| 6591 SV_MODULE_HAVE=HAVE_$(echo oggz | tr 'a-z' 'A-Z') | 6682 SV_MODULE_HAVE=HAVE_$(echo oggz | tr 'a-z' 'A-Z') |
| 6592 SV_MODULE_FAILED=1 | 6683 SV_MODULE_FAILED=1 |
| 6684 if test -n "$oggz_LIBS" ; then | |
| 6685 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6686 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6687 CXXFLAGS="$CXXFLAGS $oggz_CFLAGS" | |
| 6688 LIBS="$LIBS $oggz_LIBS" | |
| 6689 SV_MODULE_FAILED="" | |
| 6690 fi | |
| 6593 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6691 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6594 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6692 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6595 fi | 6693 fi |
| 6596 if test -n "$PKG_CONFIG"; then | 6694 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6597 | 6695 |
| 6598 pkg_failed=no | 6696 pkg_failed=no |
| 6599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 | 6697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 |
| 6600 $as_echo_n "checking for oggz... " >&6; } | 6698 $as_echo_n "checking for oggz... " >&6; } |
| 6601 | 6699 |
| 6669 fi | 6767 fi |
| 6670 fi | 6768 fi |
| 6671 if test -n "$SV_MODULE_FAILED"; then | 6769 if test -n "$SV_MODULE_FAILED"; then |
| 6672 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6770 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6673 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6771 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6674 eval as_val=\$$as_ac_Header | 6772 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6675 if test "x$as_val" = x""yes; then : | |
| 6676 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6773 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6677 else | 6774 else |
| 6678 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6775 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6679 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6776 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6680 fi | 6777 fi |
| 6683 if test -z "$SV_MODULE_FAILED"; then | 6780 if test -z "$SV_MODULE_FAILED"; then |
| 6684 if test -n "$SV_MODULE_LIB"; then | 6781 if test -n "$SV_MODULE_LIB"; then |
| 6685 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6782 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6687 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6784 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6688 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6785 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6689 $as_echo_n "(cached) " >&6 | 6786 $as_echo_n "(cached) " >&6 |
| 6690 else | 6787 else |
| 6691 ac_check_lib_save_LIBS=$LIBS | 6788 ac_check_lib_save_LIBS=$LIBS |
| 6692 LIBS="-l$SV_MODULE_LIB $LIBS" | 6789 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6718 LIBS=$ac_check_lib_save_LIBS | 6815 LIBS=$ac_check_lib_save_LIBS |
| 6719 fi | 6816 fi |
| 6720 eval ac_res=\$$as_ac_Lib | 6817 eval ac_res=\$$as_ac_Lib |
| 6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6722 $as_echo "$ac_res" >&6; } | 6819 $as_echo "$ac_res" >&6; } |
| 6723 eval as_val=\$$as_ac_Lib | 6820 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6724 if test "x$as_val" = x""yes; then : | |
| 6725 LIBS="$LIBS -l$SV_MODULE_LIB" | 6821 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6726 else | 6822 else |
| 6727 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6823 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 6728 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6824 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 6729 fi | 6825 fi |
| 6738 SV_MODULE_HEADER=fishsound/fishsound.h | 6834 SV_MODULE_HEADER=fishsound/fishsound.h |
| 6739 SV_MODULE_LIB=fishsound | 6835 SV_MODULE_LIB=fishsound |
| 6740 SV_MODULE_FUNC=fish_sound_new | 6836 SV_MODULE_FUNC=fish_sound_new |
| 6741 SV_MODULE_HAVE=HAVE_$(echo fishsound | tr 'a-z' 'A-Z') | 6837 SV_MODULE_HAVE=HAVE_$(echo fishsound | tr 'a-z' 'A-Z') |
| 6742 SV_MODULE_FAILED=1 | 6838 SV_MODULE_FAILED=1 |
| 6839 if test -n "$fishsound_LIBS" ; then | |
| 6840 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6841 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6842 CXXFLAGS="$CXXFLAGS $fishsound_CFLAGS" | |
| 6843 LIBS="$LIBS $fishsound_LIBS" | |
| 6844 SV_MODULE_FAILED="" | |
| 6845 fi | |
| 6743 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6846 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6744 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6847 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6745 fi | 6848 fi |
| 6746 if test -n "$PKG_CONFIG"; then | 6849 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6747 | 6850 |
| 6748 pkg_failed=no | 6851 pkg_failed=no |
| 6749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 | 6852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 |
| 6750 $as_echo_n "checking for fishsound... " >&6; } | 6853 $as_echo_n "checking for fishsound... " >&6; } |
| 6751 | 6854 |
| 6819 fi | 6922 fi |
| 6820 fi | 6923 fi |
| 6821 if test -n "$SV_MODULE_FAILED"; then | 6924 if test -n "$SV_MODULE_FAILED"; then |
| 6822 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6925 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6823 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6926 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6824 eval as_val=\$$as_ac_Header | 6927 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6825 if test "x$as_val" = x""yes; then : | |
| 6826 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6928 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6827 else | 6929 else |
| 6828 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6930 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6829 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6931 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6830 fi | 6932 fi |
| 6833 if test -z "$SV_MODULE_FAILED"; then | 6935 if test -z "$SV_MODULE_FAILED"; then |
| 6834 if test -n "$SV_MODULE_LIB"; then | 6936 if test -n "$SV_MODULE_LIB"; then |
| 6835 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6937 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6837 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6939 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6838 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6940 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6839 $as_echo_n "(cached) " >&6 | 6941 $as_echo_n "(cached) " >&6 |
| 6840 else | 6942 else |
| 6841 ac_check_lib_save_LIBS=$LIBS | 6943 ac_check_lib_save_LIBS=$LIBS |
| 6842 LIBS="-l$SV_MODULE_LIB $LIBS" | 6944 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6868 LIBS=$ac_check_lib_save_LIBS | 6970 LIBS=$ac_check_lib_save_LIBS |
| 6869 fi | 6971 fi |
| 6870 eval ac_res=\$$as_ac_Lib | 6972 eval ac_res=\$$as_ac_Lib |
| 6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6872 $as_echo "$ac_res" >&6; } | 6974 $as_echo "$ac_res" >&6; } |
| 6873 eval as_val=\$$as_ac_Lib | 6975 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6874 if test "x$as_val" = x""yes; then : | |
| 6875 LIBS="$LIBS -l$SV_MODULE_LIB" | 6976 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6876 else | 6977 else |
| 6877 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6978 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 6878 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6979 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 6879 fi | 6980 fi |
| 6888 SV_MODULE_HEADER=mad.h | 6989 SV_MODULE_HEADER=mad.h |
| 6889 SV_MODULE_LIB=mad | 6990 SV_MODULE_LIB=mad |
| 6890 SV_MODULE_FUNC=mad_decoder_init | 6991 SV_MODULE_FUNC=mad_decoder_init |
| 6891 SV_MODULE_HAVE=HAVE_$(echo mad | tr 'a-z' 'A-Z') | 6992 SV_MODULE_HAVE=HAVE_$(echo mad | tr 'a-z' 'A-Z') |
| 6892 SV_MODULE_FAILED=1 | 6993 SV_MODULE_FAILED=1 |
| 6994 if test -n "$mad_LIBS" ; then | |
| 6995 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6996 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6997 CXXFLAGS="$CXXFLAGS $mad_CFLAGS" | |
| 6998 LIBS="$LIBS $mad_LIBS" | |
| 6999 SV_MODULE_FAILED="" | |
| 7000 fi | |
| 6893 if test -z "$SV_MODULE_VERSION_TEST" ; then | 7001 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6894 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 7002 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6895 fi | 7003 fi |
| 6896 if test -n "$PKG_CONFIG"; then | 7004 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6897 | 7005 |
| 6898 pkg_failed=no | 7006 pkg_failed=no |
| 6899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 | 7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 |
| 6900 $as_echo_n "checking for mad... " >&6; } | 7008 $as_echo_n "checking for mad... " >&6; } |
| 6901 | 7009 |
| 6969 fi | 7077 fi |
| 6970 fi | 7078 fi |
| 6971 if test -n "$SV_MODULE_FAILED"; then | 7079 if test -n "$SV_MODULE_FAILED"; then |
| 6972 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7080 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6973 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7081 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6974 eval as_val=\$$as_ac_Header | 7082 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6975 if test "x$as_val" = x""yes; then : | |
| 6976 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7083 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 6977 else | 7084 else |
| 6978 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7085 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 6979 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7086 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 6980 fi | 7087 fi |
| 6983 if test -z "$SV_MODULE_FAILED"; then | 7090 if test -z "$SV_MODULE_FAILED"; then |
| 6984 if test -n "$SV_MODULE_LIB"; then | 7091 if test -n "$SV_MODULE_LIB"; then |
| 6985 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7092 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6987 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7094 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6988 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7095 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 6989 $as_echo_n "(cached) " >&6 | 7096 $as_echo_n "(cached) " >&6 |
| 6990 else | 7097 else |
| 6991 ac_check_lib_save_LIBS=$LIBS | 7098 ac_check_lib_save_LIBS=$LIBS |
| 6992 LIBS="-l$SV_MODULE_LIB $LIBS" | 7099 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7018 LIBS=$ac_check_lib_save_LIBS | 7125 LIBS=$ac_check_lib_save_LIBS |
| 7019 fi | 7126 fi |
| 7020 eval ac_res=\$$as_ac_Lib | 7127 eval ac_res=\$$as_ac_Lib |
| 7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 7022 $as_echo "$ac_res" >&6; } | 7129 $as_echo "$ac_res" >&6; } |
| 7023 eval as_val=\$$as_ac_Lib | 7130 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 7024 if test "x$as_val" = x""yes; then : | |
| 7025 LIBS="$LIBS -l$SV_MODULE_LIB" | 7131 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 7026 else | 7132 else |
| 7027 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7133 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 7028 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7134 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 7029 fi | 7135 fi |
| 7038 SV_MODULE_HEADER=id3tag.h | 7144 SV_MODULE_HEADER=id3tag.h |
| 7039 SV_MODULE_LIB=id3tag | 7145 SV_MODULE_LIB=id3tag |
| 7040 SV_MODULE_FUNC=id3_tag_new | 7146 SV_MODULE_FUNC=id3_tag_new |
| 7041 SV_MODULE_HAVE=HAVE_$(echo id3tag | tr 'a-z' 'A-Z') | 7147 SV_MODULE_HAVE=HAVE_$(echo id3tag | tr 'a-z' 'A-Z') |
| 7042 SV_MODULE_FAILED=1 | 7148 SV_MODULE_FAILED=1 |
| 7149 if test -n "$id3tag_LIBS" ; then | |
| 7150 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 7151 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 7152 CXXFLAGS="$CXXFLAGS $id3tag_CFLAGS" | |
| 7153 LIBS="$LIBS $id3tag_LIBS" | |
| 7154 SV_MODULE_FAILED="" | |
| 7155 fi | |
| 7043 if test -z "$SV_MODULE_VERSION_TEST" ; then | 7156 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 7044 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 7157 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 7045 fi | 7158 fi |
| 7046 if test -n "$PKG_CONFIG"; then | 7159 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 7047 | 7160 |
| 7048 pkg_failed=no | 7161 pkg_failed=no |
| 7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 | 7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 |
| 7050 $as_echo_n "checking for id3tag... " >&6; } | 7163 $as_echo_n "checking for id3tag... " >&6; } |
| 7051 | 7164 |
| 7119 fi | 7232 fi |
| 7120 fi | 7233 fi |
| 7121 if test -n "$SV_MODULE_FAILED"; then | 7234 if test -n "$SV_MODULE_FAILED"; then |
| 7122 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7235 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 7123 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7236 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 7124 eval as_val=\$$as_ac_Header | 7237 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7125 if test "x$as_val" = x""yes; then : | |
| 7126 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7238 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 7127 else | 7239 else |
| 7128 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7240 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 7129 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7241 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 7130 fi | 7242 fi |
| 7133 if test -z "$SV_MODULE_FAILED"; then | 7245 if test -z "$SV_MODULE_FAILED"; then |
| 7134 if test -n "$SV_MODULE_LIB"; then | 7246 if test -n "$SV_MODULE_LIB"; then |
| 7135 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7247 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 7136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 7137 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7249 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 7138 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7250 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : |
| 7139 $as_echo_n "(cached) " >&6 | 7251 $as_echo_n "(cached) " >&6 |
| 7140 else | 7252 else |
| 7141 ac_check_lib_save_LIBS=$LIBS | 7253 ac_check_lib_save_LIBS=$LIBS |
| 7142 LIBS="-l$SV_MODULE_LIB $LIBS" | 7254 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 7143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7168 LIBS=$ac_check_lib_save_LIBS | 7280 LIBS=$ac_check_lib_save_LIBS |
| 7169 fi | 7281 fi |
| 7170 eval ac_res=\$$as_ac_Lib | 7282 eval ac_res=\$$as_ac_Lib |
| 7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 7172 $as_echo "$ac_res" >&6; } | 7284 $as_echo "$ac_res" >&6; } |
| 7173 eval as_val=\$$as_ac_Lib | 7285 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 7174 if test "x$as_val" = x""yes; then : | |
| 7175 LIBS="$LIBS -l$SV_MODULE_LIB" | 7286 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 7176 else | 7287 else |
| 7177 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7288 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 7178 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7289 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 7179 fi | 7290 fi |
| 7321 DEFS=`sed -n "$ac_script" confdefs.h` | 7432 DEFS=`sed -n "$ac_script" confdefs.h` |
| 7322 | 7433 |
| 7323 | 7434 |
| 7324 ac_libobjs= | 7435 ac_libobjs= |
| 7325 ac_ltlibobjs= | 7436 ac_ltlibobjs= |
| 7437 U= | |
| 7326 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 7438 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 7327 # 1. Remove the extension, and $U if already installed. | 7439 # 1. Remove the extension, and $U if already installed. |
| 7328 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 7440 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| 7329 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 7441 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
| 7330 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 7442 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
| 7482 | 7594 |
| 7483 # CDPATH. | 7595 # CDPATH. |
| 7484 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 7596 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 7485 | 7597 |
| 7486 | 7598 |
| 7487 # as_fn_error ERROR [LINENO LOG_FD] | 7599 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 7488 # --------------------------------- | 7600 # ---------------------------------------- |
| 7489 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 7601 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 7490 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 7602 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 7491 # script with status $?, using 1 if that was 0. | 7603 # script with STATUS, using 1 if that was 0. |
| 7492 as_fn_error () | 7604 as_fn_error () |
| 7493 { | 7605 { |
| 7494 as_status=$?; test $as_status -eq 0 && as_status=1 | 7606 as_status=$1; test $as_status -eq 0 && as_status=1 |
| 7495 if test "$3"; then | 7607 if test "$4"; then |
| 7496 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 7608 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 7497 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 7609 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 7498 fi | 7610 fi |
| 7499 $as_echo "$as_me: error: $1" >&2 | 7611 $as_echo "$as_me: error: $2" >&2 |
| 7500 as_fn_exit $as_status | 7612 as_fn_exit $as_status |
| 7501 } # as_fn_error | 7613 } # as_fn_error |
| 7502 | 7614 |
| 7503 | 7615 |
| 7504 # as_fn_set_status STATUS | 7616 # as_fn_set_status STATUS |
| 7690 } | 7802 } |
| 7691 s/.*/./; q'` | 7803 s/.*/./; q'` |
| 7692 test -d "$as_dir" && break | 7804 test -d "$as_dir" && break |
| 7693 done | 7805 done |
| 7694 test -z "$as_dirs" || eval "mkdir $as_dirs" | 7806 test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 7695 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 7807 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 7696 | 7808 |
| 7697 | 7809 |
| 7698 } # as_fn_mkdir_p | 7810 } # as_fn_mkdir_p |
| 7699 if mkdir -p . 2>/dev/null; then | 7811 if mkdir -p . 2>/dev/null; then |
| 7700 as_mkdir_p='mkdir -p "$as_dir"' | 7812 as_mkdir_p='mkdir -p "$as_dir"' |
| 7744 # Save the log message, to keep $0 and so on meaningful, and to | 7856 # Save the log message, to keep $0 and so on meaningful, and to |
| 7745 # report actual input values of CONFIG_FILES etc. instead of their | 7857 # report actual input values of CONFIG_FILES etc. instead of their |
| 7746 # values after options handling. | 7858 # values after options handling. |
| 7747 ac_log=" | 7859 ac_log=" |
| 7748 This file was extended by Sonic Annotator $as_me 0.6hg, which was | 7860 This file was extended by Sonic Annotator $as_me 0.6hg, which was |
| 7749 generated by GNU Autoconf 2.65. Invocation command line was | 7861 generated by GNU Autoconf 2.67. Invocation command line was |
| 7750 | 7862 |
| 7751 CONFIG_FILES = $CONFIG_FILES | 7863 CONFIG_FILES = $CONFIG_FILES |
| 7752 CONFIG_HEADERS = $CONFIG_HEADERS | 7864 CONFIG_HEADERS = $CONFIG_HEADERS |
| 7753 CONFIG_LINKS = $CONFIG_LINKS | 7865 CONFIG_LINKS = $CONFIG_LINKS |
| 7754 CONFIG_COMMANDS = $CONFIG_COMMANDS | 7866 CONFIG_COMMANDS = $CONFIG_COMMANDS |
| 7797 _ACEOF | 7909 _ACEOF |
| 7798 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7910 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7799 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 7911 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 7800 ac_cs_version="\\ | 7912 ac_cs_version="\\ |
| 7801 Sonic Annotator config.status 0.6hg | 7913 Sonic Annotator config.status 0.6hg |
| 7802 configured by $0, generated by GNU Autoconf 2.65, | 7914 configured by $0, generated by GNU Autoconf 2.67, |
| 7803 with options \\"\$ac_cs_config\\" | 7915 with options \\"\$ac_cs_config\\" |
| 7804 | 7916 |
| 7805 Copyright (C) 2009 Free Software Foundation, Inc. | 7917 Copyright (C) 2010 Free Software Foundation, Inc. |
| 7806 This config.status script is free software; the Free Software Foundation | 7918 This config.status script is free software; the Free Software Foundation |
| 7807 gives unlimited permission to copy, distribute and modify it." | 7919 gives unlimited permission to copy, distribute and modify it." |
| 7808 | 7920 |
| 7809 ac_pwd='$ac_pwd' | 7921 ac_pwd='$ac_pwd' |
| 7810 srcdir='$srcdir' | 7922 srcdir='$srcdir' |
| 7817 # The default lists apply if the user does not specify any file. | 7929 # The default lists apply if the user does not specify any file. |
| 7818 ac_need_defaults=: | 7930 ac_need_defaults=: |
| 7819 while test $# != 0 | 7931 while test $# != 0 |
| 7820 do | 7932 do |
| 7821 case $1 in | 7933 case $1 in |
| 7822 --*=*) | 7934 --*=?*) |
| 7823 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 7935 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 7824 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 7936 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
| 7937 ac_shift=: | |
| 7938 ;; | |
| 7939 --*=) | |
| 7940 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
| 7941 ac_optarg= | |
| 7825 ac_shift=: | 7942 ac_shift=: |
| 7826 ;; | 7943 ;; |
| 7827 *) | 7944 *) |
| 7828 ac_option=$1 | 7945 ac_option=$1 |
| 7829 ac_optarg=$2 | 7946 ac_optarg=$2 |
| 7843 debug=: ;; | 7960 debug=: ;; |
| 7844 --file | --fil | --fi | --f ) | 7961 --file | --fil | --fi | --f ) |
| 7845 $ac_shift | 7962 $ac_shift |
| 7846 case $ac_optarg in | 7963 case $ac_optarg in |
| 7847 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 7964 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 7965 '') as_fn_error $? "missing file argument" ;; | |
| 7848 esac | 7966 esac |
| 7849 as_fn_append CONFIG_FILES " '$ac_optarg'" | 7967 as_fn_append CONFIG_FILES " '$ac_optarg'" |
| 7850 ac_need_defaults=false;; | 7968 ac_need_defaults=false;; |
| 7851 --he | --h | --help | --hel | -h ) | 7969 --he | --h | --help | --hel | -h ) |
| 7852 $as_echo "$ac_cs_usage"; exit ;; | 7970 $as_echo "$ac_cs_usage"; exit ;; |
| 7853 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 7971 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 7854 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 7972 | -silent | --silent | --silen | --sile | --sil | --si | --s) |
| 7855 ac_cs_silent=: ;; | 7973 ac_cs_silent=: ;; |
| 7856 | 7974 |
| 7857 # This is an error. | 7975 # This is an error. |
| 7858 -*) as_fn_error "unrecognized option: \`$1' | 7976 -*) as_fn_error $? "unrecognized option: \`$1' |
| 7859 Try \`$0 --help' for more information." ;; | 7977 Try \`$0 --help' for more information." ;; |
| 7860 | 7978 |
| 7861 *) as_fn_append ac_config_targets " $1" | 7979 *) as_fn_append ac_config_targets " $1" |
| 7862 ac_need_defaults=false ;; | 7980 ac_need_defaults=false ;; |
| 7863 | 7981 |
| 7904 for ac_config_target in $ac_config_targets | 8022 for ac_config_target in $ac_config_targets |
| 7905 do | 8023 do |
| 7906 case $ac_config_target in | 8024 case $ac_config_target in |
| 7907 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 8025 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; |
| 7908 | 8026 |
| 7909 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 8027 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
| 7910 esac | 8028 esac |
| 7911 done | 8029 done |
| 7912 | 8030 |
| 7913 | 8031 |
| 7914 # If the user did not use the arguments to specify the items to instantiate, | 8032 # If the user did not use the arguments to specify the items to instantiate, |
| 7940 test -n "$tmp" && test -d "$tmp" | 8058 test -n "$tmp" && test -d "$tmp" |
| 7941 } || | 8059 } || |
| 7942 { | 8060 { |
| 7943 tmp=./conf$$-$RANDOM | 8061 tmp=./conf$$-$RANDOM |
| 7944 (umask 077 && mkdir "$tmp") | 8062 (umask 077 && mkdir "$tmp") |
| 7945 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 8063 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 7946 | 8064 |
| 7947 # Set up the scripts for CONFIG_FILES section. | 8065 # Set up the scripts for CONFIG_FILES section. |
| 7948 # No need to generate them if there are no CONFIG_FILES. | 8066 # No need to generate them if there are no CONFIG_FILES. |
| 7949 # This happens for instance with `./config.status config.h'. | 8067 # This happens for instance with `./config.status config.h'. |
| 7950 if test -n "$CONFIG_FILES"; then | 8068 if test -n "$CONFIG_FILES"; then |
| 7957 if test "x$ac_cr" = x; then | 8075 if test "x$ac_cr" = x; then |
| 7958 eval ac_cr=\$\'\\r\' | 8076 eval ac_cr=\$\'\\r\' |
| 7959 fi | 8077 fi |
| 7960 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 8078 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 7961 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 8079 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 7962 ac_cs_awk_cr='\r' | 8080 ac_cs_awk_cr='\\r' |
| 7963 else | 8081 else |
| 7964 ac_cs_awk_cr=$ac_cr | 8082 ac_cs_awk_cr=$ac_cr |
| 7965 fi | 8083 fi |
| 7966 | 8084 |
| 7967 echo 'BEGIN {' >"$tmp/subs1.awk" && | 8085 echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 7971 { | 8089 { |
| 7972 echo "cat >conf$$subs.awk <<_ACEOF" && | 8090 echo "cat >conf$$subs.awk <<_ACEOF" && |
| 7973 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 8091 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 7974 echo "_ACEOF" | 8092 echo "_ACEOF" |
| 7975 } >conf$$subs.sh || | 8093 } >conf$$subs.sh || |
| 7976 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 8094 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 7977 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 8095 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
| 7978 ac_delim='%!_!# ' | 8096 ac_delim='%!_!# ' |
| 7979 for ac_last_try in false false false false false :; do | 8097 for ac_last_try in false false false false false :; do |
| 7980 . ./conf$$subs.sh || | 8098 . ./conf$$subs.sh || |
| 7981 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 8099 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 7982 | 8100 |
| 7983 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 8101 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
| 7984 if test $ac_delim_n = $ac_delim_num; then | 8102 if test $ac_delim_n = $ac_delim_num; then |
| 7985 break | 8103 break |
| 7986 elif $ac_last_try; then | 8104 elif $ac_last_try; then |
| 7987 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 8105 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 7988 else | 8106 else |
| 7989 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 8107 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 7990 fi | 8108 fi |
| 7991 done | 8109 done |
| 7992 rm -f conf$$subs.sh | 8110 rm -f conf$$subs.sh |
| 8071 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 8189 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
| 8072 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 8190 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 8073 else | 8191 else |
| 8074 cat | 8192 cat |
| 8075 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 8193 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 8076 || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 8194 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 8077 _ACEOF | 8195 _ACEOF |
| 8078 | 8196 |
| 8079 # VPATH may cause trouble with some makes, so we remove $(srcdir), | 8197 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
| 8080 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 8198 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
| 8081 # trailing colons and then remove the whole line if VPATH becomes empty | 8199 # trailing colons and then remove the whole line if VPATH becomes empty |
| 8082 # (actually we leave an empty line to preserve line numbers). | 8200 # (actually we leave an empty line to preserve line numbers). |
| 8083 if test "x$srcdir" = x.; then | 8201 if test "x$srcdir" = x.; then |
| 8084 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 8202 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 8085 s/:*\$(srcdir):*/:/ | 8203 h |
| 8086 s/:*\${srcdir}:*/:/ | 8204 s/// |
| 8087 s/:*@srcdir@:*/:/ | 8205 s/^/:/ |
| 8088 s/^\([^=]*=[ ]*\):*/\1/ | 8206 s/[ ]*$/:/ |
| 8207 s/:\$(srcdir):/:/g | |
| 8208 s/:\${srcdir}:/:/g | |
| 8209 s/:@srcdir@:/:/g | |
| 8210 s/^:*// | |
| 8089 s/:*$// | 8211 s/:*$// |
| 8212 x | |
| 8213 s/\(=[ ]*\).*/\1/ | |
| 8214 G | |
| 8215 s/\n// | |
| 8090 s/^[^=]*=[ ]*$// | 8216 s/^[^=]*=[ ]*$// |
| 8091 }' | 8217 }' |
| 8092 fi | 8218 fi |
| 8093 | 8219 |
| 8094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 8220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 8102 case $ac_tag in | 8228 case $ac_tag in |
| 8103 :[FHLC]) ac_mode=$ac_tag; continue;; | 8229 :[FHLC]) ac_mode=$ac_tag; continue;; |
| 8104 esac | 8230 esac |
| 8105 case $ac_mode$ac_tag in | 8231 case $ac_mode$ac_tag in |
| 8106 :[FHL]*:*);; | 8232 :[FHL]*:*);; |
| 8107 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 8233 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
| 8108 :[FH]-) ac_tag=-:-;; | 8234 :[FH]-) ac_tag=-:-;; |
| 8109 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 8235 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 8110 esac | 8236 esac |
| 8111 ac_save_IFS=$IFS | 8237 ac_save_IFS=$IFS |
| 8112 IFS=: | 8238 IFS=: |
| 8130 test -f "$ac_f" || | 8256 test -f "$ac_f" || |
| 8131 case $ac_f in | 8257 case $ac_f in |
| 8132 [\\/$]*) false;; | 8258 [\\/$]*) false;; |
| 8133 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 8259 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 8134 esac || | 8260 esac || |
| 8135 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 8261 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
| 8136 esac | 8262 esac |
| 8137 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 8263 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 8138 as_fn_append ac_file_inputs " '$ac_f'" | 8264 as_fn_append ac_file_inputs " '$ac_f'" |
| 8139 done | 8265 done |
| 8140 | 8266 |
| 8157 *) ac_sed_conf_input=$configure_input;; | 8283 *) ac_sed_conf_input=$configure_input;; |
| 8158 esac | 8284 esac |
| 8159 | 8285 |
| 8160 case $ac_tag in | 8286 case $ac_tag in |
| 8161 *:-:* | *:-) cat >"$tmp/stdin" \ | 8287 *:-:* | *:-) cat >"$tmp/stdin" \ |
| 8162 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 8288 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 8163 esac | 8289 esac |
| 8164 ;; | 8290 ;; |
| 8165 esac | 8291 esac |
| 8166 | 8292 |
| 8167 ac_dir=`$as_dirname -- "$ac_file" || | 8293 ac_dir=`$as_dirname -- "$ac_file" || |
| 8294 s&@INSTALL@&$ac_INSTALL&;t t | 8420 s&@INSTALL@&$ac_INSTALL&;t t |
| 8295 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 8421 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
| 8296 $ac_datarootdir_hack | 8422 $ac_datarootdir_hack |
| 8297 " | 8423 " |
| 8298 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 8424 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
| 8299 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 8425 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 8300 | 8426 |
| 8301 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 8427 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 8302 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 8428 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 8303 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 8429 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 8304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8430 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 8305 which seems to be undefined. Please make sure it is defined." >&5 | 8431 which seems to be undefined. Please make sure it is defined" >&5 |
| 8306 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8432 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 8307 which seems to be undefined. Please make sure it is defined." >&2;} | 8433 which seems to be undefined. Please make sure it is defined" >&2;} |
| 8308 | 8434 |
| 8309 rm -f "$tmp/stdin" | 8435 rm -f "$tmp/stdin" |
| 8310 case $ac_file in | 8436 case $ac_file in |
| 8311 -) cat "$tmp/out" && rm -f "$tmp/out";; | 8437 -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 8312 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 8438 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 8313 esac \ | 8439 esac \ |
| 8314 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 8440 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 8315 ;; | 8441 ;; |
| 8316 | 8442 |
| 8317 | 8443 |
| 8318 | 8444 |
| 8319 esac | 8445 esac |
| 8324 as_fn_exit 0 | 8450 as_fn_exit 0 |
| 8325 _ACEOF | 8451 _ACEOF |
| 8326 ac_clean_files=$ac_clean_files_save | 8452 ac_clean_files=$ac_clean_files_save |
| 8327 | 8453 |
| 8328 test $ac_write_fail = 0 || | 8454 test $ac_write_fail = 0 || |
| 8329 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 8455 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
| 8330 | 8456 |
| 8331 | 8457 |
| 8332 # configure is writing to config.log, and then calls config.status. | 8458 # configure is writing to config.log, and then calls config.status. |
| 8333 # config.status does its own redirection, appending to config.log. | 8459 # config.status does its own redirection, appending to config.log. |
| 8334 # Unfortunately, on DOS this fails, as config.log is still kept open | 8460 # Unfortunately, on DOS this fails, as config.log is still kept open |
| 8345 exec 5>/dev/null | 8471 exec 5>/dev/null |
| 8346 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 8472 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
| 8347 exec 5>>config.log | 8473 exec 5>>config.log |
| 8348 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 8474 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 8349 # would make configure fail if this is the last instruction. | 8475 # would make configure fail if this is the last instruction. |
| 8350 $ac_cs_success || as_fn_exit $? | 8476 $ac_cs_success || as_fn_exit 1 |
| 8351 fi | 8477 fi |
| 8352 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 8478 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 8353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 8479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
| 8354 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 8480 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 8355 fi | 8481 fi |
| 8473 DEFS=`sed -n "$ac_script" confdefs.h` | 8599 DEFS=`sed -n "$ac_script" confdefs.h` |
| 8474 | 8600 |
| 8475 | 8601 |
| 8476 ac_libobjs= | 8602 ac_libobjs= |
| 8477 ac_ltlibobjs= | 8603 ac_ltlibobjs= |
| 8604 U= | |
| 8478 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 8605 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 8479 # 1. Remove the extension, and $U if already installed. | 8606 # 1. Remove the extension, and $U if already installed. |
| 8480 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 8607 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| 8481 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 8608 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
| 8482 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 8609 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
| 8634 | 8761 |
| 8635 # CDPATH. | 8762 # CDPATH. |
| 8636 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 8763 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 8637 | 8764 |
| 8638 | 8765 |
| 8639 # as_fn_error ERROR [LINENO LOG_FD] | 8766 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 8640 # --------------------------------- | 8767 # ---------------------------------------- |
| 8641 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 8768 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 8642 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 8769 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 8643 # script with status $?, using 1 if that was 0. | 8770 # script with STATUS, using 1 if that was 0. |
| 8644 as_fn_error () | 8771 as_fn_error () |
| 8645 { | 8772 { |
| 8646 as_status=$?; test $as_status -eq 0 && as_status=1 | 8773 as_status=$1; test $as_status -eq 0 && as_status=1 |
| 8647 if test "$3"; then | 8774 if test "$4"; then |
| 8648 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 8775 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 8649 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 8776 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 8650 fi | 8777 fi |
| 8651 $as_echo "$as_me: error: $1" >&2 | 8778 $as_echo "$as_me: error: $2" >&2 |
| 8652 as_fn_exit $as_status | 8779 as_fn_exit $as_status |
| 8653 } # as_fn_error | 8780 } # as_fn_error |
| 8654 | 8781 |
| 8655 | 8782 |
| 8656 # as_fn_set_status STATUS | 8783 # as_fn_set_status STATUS |
| 8842 } | 8969 } |
| 8843 s/.*/./; q'` | 8970 s/.*/./; q'` |
| 8844 test -d "$as_dir" && break | 8971 test -d "$as_dir" && break |
| 8845 done | 8972 done |
| 8846 test -z "$as_dirs" || eval "mkdir $as_dirs" | 8973 test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 8847 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 8974 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 8848 | 8975 |
| 8849 | 8976 |
| 8850 } # as_fn_mkdir_p | 8977 } # as_fn_mkdir_p |
| 8851 if mkdir -p . 2>/dev/null; then | 8978 if mkdir -p . 2>/dev/null; then |
| 8852 as_mkdir_p='mkdir -p "$as_dir"' | 8979 as_mkdir_p='mkdir -p "$as_dir"' |
| 8896 # Save the log message, to keep $0 and so on meaningful, and to | 9023 # Save the log message, to keep $0 and so on meaningful, and to |
| 8897 # report actual input values of CONFIG_FILES etc. instead of their | 9024 # report actual input values of CONFIG_FILES etc. instead of their |
| 8898 # values after options handling. | 9025 # values after options handling. |
| 8899 ac_log=" | 9026 ac_log=" |
| 8900 This file was extended by Sonic Annotator $as_me 0.6hg, which was | 9027 This file was extended by Sonic Annotator $as_me 0.6hg, which was |
| 8901 generated by GNU Autoconf 2.65. Invocation command line was | 9028 generated by GNU Autoconf 2.67. Invocation command line was |
| 8902 | 9029 |
| 8903 CONFIG_FILES = $CONFIG_FILES | 9030 CONFIG_FILES = $CONFIG_FILES |
| 8904 CONFIG_HEADERS = $CONFIG_HEADERS | 9031 CONFIG_HEADERS = $CONFIG_HEADERS |
| 8905 CONFIG_LINKS = $CONFIG_LINKS | 9032 CONFIG_LINKS = $CONFIG_LINKS |
| 8906 CONFIG_COMMANDS = $CONFIG_COMMANDS | 9033 CONFIG_COMMANDS = $CONFIG_COMMANDS |
| 8949 _ACEOF | 9076 _ACEOF |
| 8950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 9077 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 8951 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 9078 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 8952 ac_cs_version="\\ | 9079 ac_cs_version="\\ |
| 8953 Sonic Annotator config.status 0.6hg | 9080 Sonic Annotator config.status 0.6hg |
| 8954 configured by $0, generated by GNU Autoconf 2.65, | 9081 configured by $0, generated by GNU Autoconf 2.67, |
| 8955 with options \\"\$ac_cs_config\\" | 9082 with options \\"\$ac_cs_config\\" |
| 8956 | 9083 |
| 8957 Copyright (C) 2009 Free Software Foundation, Inc. | 9084 Copyright (C) 2010 Free Software Foundation, Inc. |
| 8958 This config.status script is free software; the Free Software Foundation | 9085 This config.status script is free software; the Free Software Foundation |
| 8959 gives unlimited permission to copy, distribute and modify it." | 9086 gives unlimited permission to copy, distribute and modify it." |
| 8960 | 9087 |
| 8961 ac_pwd='$ac_pwd' | 9088 ac_pwd='$ac_pwd' |
| 8962 srcdir='$srcdir' | 9089 srcdir='$srcdir' |
| 8969 # The default lists apply if the user does not specify any file. | 9096 # The default lists apply if the user does not specify any file. |
| 8970 ac_need_defaults=: | 9097 ac_need_defaults=: |
| 8971 while test $# != 0 | 9098 while test $# != 0 |
| 8972 do | 9099 do |
| 8973 case $1 in | 9100 case $1 in |
| 8974 --*=*) | 9101 --*=?*) |
| 8975 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 9102 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 8976 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 9103 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
| 9104 ac_shift=: | |
| 9105 ;; | |
| 9106 --*=) | |
| 9107 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
| 9108 ac_optarg= | |
| 8977 ac_shift=: | 9109 ac_shift=: |
| 8978 ;; | 9110 ;; |
| 8979 *) | 9111 *) |
| 8980 ac_option=$1 | 9112 ac_option=$1 |
| 8981 ac_optarg=$2 | 9113 ac_optarg=$2 |
| 8995 debug=: ;; | 9127 debug=: ;; |
| 8996 --file | --fil | --fi | --f ) | 9128 --file | --fil | --fi | --f ) |
| 8997 $ac_shift | 9129 $ac_shift |
| 8998 case $ac_optarg in | 9130 case $ac_optarg in |
| 8999 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 9131 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 9132 '') as_fn_error $? "missing file argument" ;; | |
| 9000 esac | 9133 esac |
| 9001 as_fn_append CONFIG_FILES " '$ac_optarg'" | 9134 as_fn_append CONFIG_FILES " '$ac_optarg'" |
| 9002 ac_need_defaults=false;; | 9135 ac_need_defaults=false;; |
| 9003 --he | --h | --help | --hel | -h ) | 9136 --he | --h | --help | --hel | -h ) |
| 9004 $as_echo "$ac_cs_usage"; exit ;; | 9137 $as_echo "$ac_cs_usage"; exit ;; |
| 9005 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 9138 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 9006 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 9139 | -silent | --silent | --silen | --sile | --sil | --si | --s) |
| 9007 ac_cs_silent=: ;; | 9140 ac_cs_silent=: ;; |
| 9008 | 9141 |
| 9009 # This is an error. | 9142 # This is an error. |
| 9010 -*) as_fn_error "unrecognized option: \`$1' | 9143 -*) as_fn_error $? "unrecognized option: \`$1' |
| 9011 Try \`$0 --help' for more information." ;; | 9144 Try \`$0 --help' for more information." ;; |
| 9012 | 9145 |
| 9013 *) as_fn_append ac_config_targets " $1" | 9146 *) as_fn_append ac_config_targets " $1" |
| 9014 ac_need_defaults=false ;; | 9147 ac_need_defaults=false ;; |
| 9015 | 9148 |
| 9057 do | 9190 do |
| 9058 case $ac_config_target in | 9191 case $ac_config_target in |
| 9059 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 9192 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; |
| 9060 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; | 9193 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; |
| 9061 | 9194 |
| 9062 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 9195 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
| 9063 esac | 9196 esac |
| 9064 done | 9197 done |
| 9065 | 9198 |
| 9066 | 9199 |
| 9067 # If the user did not use the arguments to specify the items to instantiate, | 9200 # If the user did not use the arguments to specify the items to instantiate, |
| 9093 test -n "$tmp" && test -d "$tmp" | 9226 test -n "$tmp" && test -d "$tmp" |
| 9094 } || | 9227 } || |
| 9095 { | 9228 { |
| 9096 tmp=./conf$$-$RANDOM | 9229 tmp=./conf$$-$RANDOM |
| 9097 (umask 077 && mkdir "$tmp") | 9230 (umask 077 && mkdir "$tmp") |
| 9098 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 9231 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 9099 | 9232 |
| 9100 # Set up the scripts for CONFIG_FILES section. | 9233 # Set up the scripts for CONFIG_FILES section. |
| 9101 # No need to generate them if there are no CONFIG_FILES. | 9234 # No need to generate them if there are no CONFIG_FILES. |
| 9102 # This happens for instance with `./config.status config.h'. | 9235 # This happens for instance with `./config.status config.h'. |
| 9103 if test -n "$CONFIG_FILES"; then | 9236 if test -n "$CONFIG_FILES"; then |
| 9110 if test "x$ac_cr" = x; then | 9243 if test "x$ac_cr" = x; then |
| 9111 eval ac_cr=\$\'\\r\' | 9244 eval ac_cr=\$\'\\r\' |
| 9112 fi | 9245 fi |
| 9113 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 9246 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 9114 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 9247 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 9115 ac_cs_awk_cr='\r' | 9248 ac_cs_awk_cr='\\r' |
| 9116 else | 9249 else |
| 9117 ac_cs_awk_cr=$ac_cr | 9250 ac_cs_awk_cr=$ac_cr |
| 9118 fi | 9251 fi |
| 9119 | 9252 |
| 9120 echo 'BEGIN {' >"$tmp/subs1.awk" && | 9253 echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 9124 { | 9257 { |
| 9125 echo "cat >conf$$subs.awk <<_ACEOF" && | 9258 echo "cat >conf$$subs.awk <<_ACEOF" && |
| 9126 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 9259 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 9127 echo "_ACEOF" | 9260 echo "_ACEOF" |
| 9128 } >conf$$subs.sh || | 9261 } >conf$$subs.sh || |
| 9129 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 9262 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 9130 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 9263 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
| 9131 ac_delim='%!_!# ' | 9264 ac_delim='%!_!# ' |
| 9132 for ac_last_try in false false false false false :; do | 9265 for ac_last_try in false false false false false :; do |
| 9133 . ./conf$$subs.sh || | 9266 . ./conf$$subs.sh || |
| 9134 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 9267 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 9135 | 9268 |
| 9136 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 9269 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
| 9137 if test $ac_delim_n = $ac_delim_num; then | 9270 if test $ac_delim_n = $ac_delim_num; then |
| 9138 break | 9271 break |
| 9139 elif $ac_last_try; then | 9272 elif $ac_last_try; then |
| 9140 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 9273 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 9141 else | 9274 else |
| 9142 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 9275 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 9143 fi | 9276 fi |
| 9144 done | 9277 done |
| 9145 rm -f conf$$subs.sh | 9278 rm -f conf$$subs.sh |
| 9224 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 9357 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
| 9225 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 9358 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 9226 else | 9359 else |
| 9227 cat | 9360 cat |
| 9228 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 9361 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 9229 || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 9362 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 9230 _ACEOF | 9363 _ACEOF |
| 9231 | 9364 |
| 9232 # VPATH may cause trouble with some makes, so we remove $(srcdir), | 9365 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
| 9233 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 9366 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
| 9234 # trailing colons and then remove the whole line if VPATH becomes empty | 9367 # trailing colons and then remove the whole line if VPATH becomes empty |
| 9235 # (actually we leave an empty line to preserve line numbers). | 9368 # (actually we leave an empty line to preserve line numbers). |
| 9236 if test "x$srcdir" = x.; then | 9369 if test "x$srcdir" = x.; then |
| 9237 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 9370 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 9238 s/:*\$(srcdir):*/:/ | 9371 h |
| 9239 s/:*\${srcdir}:*/:/ | 9372 s/// |
| 9240 s/:*@srcdir@:*/:/ | 9373 s/^/:/ |
| 9241 s/^\([^=]*=[ ]*\):*/\1/ | 9374 s/[ ]*$/:/ |
| 9375 s/:\$(srcdir):/:/g | |
| 9376 s/:\${srcdir}:/:/g | |
| 9377 s/:@srcdir@:/:/g | |
| 9378 s/^:*// | |
| 9242 s/:*$// | 9379 s/:*$// |
| 9380 x | |
| 9381 s/\(=[ ]*\).*/\1/ | |
| 9382 G | |
| 9383 s/\n// | |
| 9243 s/^[^=]*=[ ]*$// | 9384 s/^[^=]*=[ ]*$// |
| 9244 }' | 9385 }' |
| 9245 fi | 9386 fi |
| 9246 | 9387 |
| 9247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 9388 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 9255 case $ac_tag in | 9396 case $ac_tag in |
| 9256 :[FHLC]) ac_mode=$ac_tag; continue;; | 9397 :[FHLC]) ac_mode=$ac_tag; continue;; |
| 9257 esac | 9398 esac |
| 9258 case $ac_mode$ac_tag in | 9399 case $ac_mode$ac_tag in |
| 9259 :[FHL]*:*);; | 9400 :[FHL]*:*);; |
| 9260 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 9401 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
| 9261 :[FH]-) ac_tag=-:-;; | 9402 :[FH]-) ac_tag=-:-;; |
| 9262 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 9403 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 9263 esac | 9404 esac |
| 9264 ac_save_IFS=$IFS | 9405 ac_save_IFS=$IFS |
| 9265 IFS=: | 9406 IFS=: |
| 9283 test -f "$ac_f" || | 9424 test -f "$ac_f" || |
| 9284 case $ac_f in | 9425 case $ac_f in |
| 9285 [\\/$]*) false;; | 9426 [\\/$]*) false;; |
| 9286 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 9427 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 9287 esac || | 9428 esac || |
| 9288 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 9429 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
| 9289 esac | 9430 esac |
| 9290 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 9431 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 9291 as_fn_append ac_file_inputs " '$ac_f'" | 9432 as_fn_append ac_file_inputs " '$ac_f'" |
| 9292 done | 9433 done |
| 9293 | 9434 |
| 9310 *) ac_sed_conf_input=$configure_input;; | 9451 *) ac_sed_conf_input=$configure_input;; |
| 9311 esac | 9452 esac |
| 9312 | 9453 |
| 9313 case $ac_tag in | 9454 case $ac_tag in |
| 9314 *:-:* | *:-) cat >"$tmp/stdin" \ | 9455 *:-:* | *:-) cat >"$tmp/stdin" \ |
| 9315 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 9456 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 9316 esac | 9457 esac |
| 9317 ;; | 9458 ;; |
| 9318 esac | 9459 esac |
| 9319 | 9460 |
| 9320 ac_dir=`$as_dirname -- "$ac_file" || | 9461 ac_dir=`$as_dirname -- "$ac_file" || |
| 9447 s&@INSTALL@&$ac_INSTALL&;t t | 9588 s&@INSTALL@&$ac_INSTALL&;t t |
| 9448 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 9589 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
| 9449 $ac_datarootdir_hack | 9590 $ac_datarootdir_hack |
| 9450 " | 9591 " |
| 9451 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 9592 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
| 9452 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 9593 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 9453 | 9594 |
| 9454 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 9595 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 9455 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 9596 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 9456 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 9597 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 9457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 9598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 9458 which seems to be undefined. Please make sure it is defined." >&5 | 9599 which seems to be undefined. Please make sure it is defined" >&5 |
| 9459 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 9600 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 9460 which seems to be undefined. Please make sure it is defined." >&2;} | 9601 which seems to be undefined. Please make sure it is defined" >&2;} |
| 9461 | 9602 |
| 9462 rm -f "$tmp/stdin" | 9603 rm -f "$tmp/stdin" |
| 9463 case $ac_file in | 9604 case $ac_file in |
| 9464 -) cat "$tmp/out" && rm -f "$tmp/out";; | 9605 -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 9465 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 9606 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 9466 esac \ | 9607 esac \ |
| 9467 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 9608 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 9468 ;; | 9609 ;; |
| 9469 | 9610 |
| 9470 | 9611 |
| 9471 | 9612 |
| 9472 esac | 9613 esac |
| 9477 as_fn_exit 0 | 9618 as_fn_exit 0 |
| 9478 _ACEOF | 9619 _ACEOF |
| 9479 ac_clean_files=$ac_clean_files_save | 9620 ac_clean_files=$ac_clean_files_save |
| 9480 | 9621 |
| 9481 test $ac_write_fail = 0 || | 9622 test $ac_write_fail = 0 || |
| 9482 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 9623 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
| 9483 | 9624 |
| 9484 | 9625 |
| 9485 # configure is writing to config.log, and then calls config.status. | 9626 # configure is writing to config.log, and then calls config.status. |
| 9486 # config.status does its own redirection, appending to config.log. | 9627 # config.status does its own redirection, appending to config.log. |
| 9487 # Unfortunately, on DOS this fails, as config.log is still kept open | 9628 # Unfortunately, on DOS this fails, as config.log is still kept open |
| 9498 exec 5>/dev/null | 9639 exec 5>/dev/null |
| 9499 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 9640 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
| 9500 exec 5>>config.log | 9641 exec 5>>config.log |
| 9501 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 9642 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 9502 # would make configure fail if this is the last instruction. | 9643 # would make configure fail if this is the last instruction. |
| 9503 $ac_cs_success || as_fn_exit $? | 9644 $ac_cs_success || as_fn_exit 1 |
| 9504 fi | 9645 fi |
| 9505 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 9646 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 9506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 9647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
| 9507 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 9648 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 9508 fi | 9649 fi |
| 9509 | 9650 |
| 9510 | 9651 |
| 9511 if ! $QMAKE -r; then | 9652 if ! $QMAKE -r; then |
| 9512 as_fn_error "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 9653 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 |
| 9513 fi | 9654 fi |
| 9514 | 9655 |
| 9515 { $as_echo "$as_me:${as_lineno-$LINENO}: | 9656 { $as_echo "$as_me:${as_lineno-$LINENO}: |
| 9516 | 9657 |
| 9517 Configuration complete. | 9658 Configuration complete. |
