comparison configure @ 351:41f3e8d56bac

* Update build system
author Chris Cannam
date Wed, 22 Sep 2010 11:39:37 +0100
parents c053d985ec8c
children d59bb887e4d2
comparison
equal deleted inserted replaced
350:c053d985ec8c 351:41f3e8d56bac
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 SVcore 1.8. 3 # Generated by GNU Autoconf 2.67 for Sonic Visualiser 1.8.
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.
548 subdirs= 548 subdirs=
549 MFLAGS= 549 MFLAGS=
550 MAKEFLAGS= 550 MAKEFLAGS=
551 551
552 # Identity of this package. 552 # Identity of this package.
553 PACKAGE_NAME='SVcore' 553 PACKAGE_NAME='Sonic Visualiser'
554 PACKAGE_TARNAME='svcore' 554 PACKAGE_TARNAME='sonic-visualiser'
555 PACKAGE_VERSION='1.8' 555 PACKAGE_VERSION='1.8'
556 PACKAGE_STRING='SVcore 1.8' 556 PACKAGE_STRING='Sonic Visualiser 1.8'
557 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' 557 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com'
558 PACKAGE_URL='' 558 PACKAGE_URL=''
559 559
560 ac_unique_file="base/base.pro" 560 ac_unique_file="main/main.cpp"
561 # Factoring default headers for most tests. 561 # Factoring default headers for most tests.
562 ac_includes_default="\ 562 ac_includes_default="\
563 #include <stdio.h> 563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H 564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h> 565 # include <sys/types.h>
648 LUPDATE 648 LUPDATE
649 RCC 649 RCC
650 UIC 650 UIC
651 MOC 651 MOC
652 QMAKE 652 QMAKE
653 PKG_CONFIG_LIBDIR
654 PKG_CONFIG_PATH
653 PKG_CONFIG 655 PKG_CONFIG
654 EGREP 656 EGREP
655 GREP 657 GREP
656 CXXCPP 658 CXXCPP
657 MKDIR_P 659 MKDIR_P
724 CXX 726 CXX
725 CXXFLAGS 727 CXXFLAGS
726 CCC 728 CCC
727 CXXCPP 729 CXXCPP
728 PKG_CONFIG 730 PKG_CONFIG
731 PKG_CONFIG_PATH
732 PKG_CONFIG_LIBDIR
729 bz2_CFLAGS 733 bz2_CFLAGS
730 bz2_LIBS 734 bz2_LIBS
731 fftw3_CFLAGS 735 fftw3_CFLAGS
732 fftw3_LIBS 736 fftw3_LIBS
733 fftw3f_CFLAGS 737 fftw3f_CFLAGS
824 ac_prev= 828 ac_prev=
825 continue 829 continue
826 fi 830 fi
827 831
828 case $ac_option in 832 case $ac_option in
829 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 833 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
830 *) ac_optarg=yes ;; 834 *=) ac_optarg= ;;
835 *) ac_optarg=yes ;;
831 esac 836 esac
832 837
833 # Accept the important Cygnus configure options, so we can diagnose typos. 838 # Accept the important Cygnus configure options, so we can diagnose typos.
834 839
835 case $ac_dashdash$ac_option in 840 case $ac_dashdash$ac_option in
870 875
871 -disable-* | --disable-*) 876 -disable-* | --disable-*)
872 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 877 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
873 # Reject names that are not valid shell variable names. 878 # Reject names that are not valid shell variable names.
874 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 879 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
875 as_fn_error "invalid feature name: $ac_useropt" 880 as_fn_error $? "invalid feature name: $ac_useropt"
876 ac_useropt_orig=$ac_useropt 881 ac_useropt_orig=$ac_useropt
877 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
878 case $ac_user_opts in 883 case $ac_user_opts in
879 *" 884 *"
880 "enable_$ac_useropt" 885 "enable_$ac_useropt"
896 901
897 -enable-* | --enable-*) 902 -enable-* | --enable-*)
898 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 903 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
899 # Reject names that are not valid shell variable names. 904 # Reject names that are not valid shell variable names.
900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
901 as_fn_error "invalid feature name: $ac_useropt" 906 as_fn_error $? "invalid feature name: $ac_useropt"
902 ac_useropt_orig=$ac_useropt 907 ac_useropt_orig=$ac_useropt
903 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904 case $ac_user_opts in 909 case $ac_user_opts in
905 *" 910 *"
906 "enable_$ac_useropt" 911 "enable_$ac_useropt"
1100 1105
1101 -with-* | --with-*) 1106 -with-* | --with-*)
1102 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1107 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1103 # Reject names that are not valid shell variable names. 1108 # Reject names that are not valid shell variable names.
1104 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1109 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1105 as_fn_error "invalid package name: $ac_useropt" 1110 as_fn_error $? "invalid package name: $ac_useropt"
1106 ac_useropt_orig=$ac_useropt 1111 ac_useropt_orig=$ac_useropt
1107 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1112 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1108 case $ac_user_opts in 1113 case $ac_user_opts in
1109 *" 1114 *"
1110 "with_$ac_useropt" 1115 "with_$ac_useropt"
1116 1121
1117 -without-* | --without-*) 1122 -without-* | --without-*)
1118 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1123 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1119 # Reject names that are not valid shell variable names. 1124 # Reject names that are not valid shell variable names.
1120 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1121 as_fn_error "invalid package name: $ac_useropt" 1126 as_fn_error $? "invalid package name: $ac_useropt"
1122 ac_useropt_orig=$ac_useropt 1127 ac_useropt_orig=$ac_useropt
1123 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1124 case $ac_user_opts in 1129 case $ac_user_opts in
1125 *" 1130 *"
1126 "with_$ac_useropt" 1131 "with_$ac_useropt"
1146 ac_prev=x_libraries ;; 1151 ac_prev=x_libraries ;;
1147 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1148 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1149 x_libraries=$ac_optarg ;; 1154 x_libraries=$ac_optarg ;;
1150 1155
1151 -*) as_fn_error "unrecognized option: \`$ac_option' 1156 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1152 Try \`$0 --help' for more information." 1157 Try \`$0 --help' for more information"
1153 ;; 1158 ;;
1154 1159
1155 *=*) 1160 *=*)
1156 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1161 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1157 # Reject names that are not valid shell variable names. 1162 # Reject names that are not valid shell variable names.
1158 case $ac_envvar in #( 1163 case $ac_envvar in #(
1159 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1164 '' | [0-9]* | *[!_$as_cr_alnum]* )
1160 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1165 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1161 esac 1166 esac
1162 eval $ac_envvar=\$ac_optarg 1167 eval $ac_envvar=\$ac_optarg
1163 export $ac_envvar ;; 1168 export $ac_envvar ;;
1164 1169
1165 *) 1170 *)
1173 esac 1178 esac
1174 done 1179 done
1175 1180
1176 if test -n "$ac_prev"; then 1181 if test -n "$ac_prev"; then
1177 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1178 as_fn_error "missing argument to $ac_option" 1183 as_fn_error $? "missing argument to $ac_option"
1179 fi 1184 fi
1180 1185
1181 if test -n "$ac_unrecognized_opts"; then 1186 if test -n "$ac_unrecognized_opts"; then
1182 case $enable_option_checking in 1187 case $enable_option_checking in
1183 no) ;; 1188 no) ;;
1184 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1189 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1185 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1190 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1186 esac 1191 esac
1187 fi 1192 fi
1188 1193
1189 # Check all directory arguments for consistency. 1194 # Check all directory arguments for consistency.
1202 # Be sure to have absolute directory names. 1207 # Be sure to have absolute directory names.
1203 case $ac_val in 1208 case $ac_val in
1204 [\\/$]* | ?:[\\/]* ) continue;; 1209 [\\/$]* | ?:[\\/]* ) continue;;
1205 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1210 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1206 esac 1211 esac
1207 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1212 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1208 done 1213 done
1209 1214
1210 # There might be people who depend on the old broken behavior: `$host' 1215 # There might be people who depend on the old broken behavior: `$host'
1211 # used to hold the argument of --host etc. 1216 # used to hold the argument of --host etc.
1212 # FIXME: To remove some day. 1217 # FIXME: To remove some day.
1216 1221
1217 # FIXME: To remove some day. 1222 # FIXME: To remove some day.
1218 if test "x$host_alias" != x; then 1223 if test "x$host_alias" != x; then
1219 if test "x$build_alias" = x; then 1224 if test "x$build_alias" = x; then
1220 cross_compiling=maybe 1225 cross_compiling=maybe
1221 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1226 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1222 If a cross compiler is detected then cross compile mode will be used." >&2 1227 If a cross compiler is detected then cross compile mode will be used" >&2
1223 elif test "x$build_alias" != "x$host_alias"; then 1228 elif test "x$build_alias" != "x$host_alias"; then
1224 cross_compiling=yes 1229 cross_compiling=yes
1225 fi 1230 fi
1226 fi 1231 fi
1227 1232
1232 1237
1233 1238
1234 ac_pwd=`pwd` && test -n "$ac_pwd" && 1239 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1235 ac_ls_di=`ls -di .` && 1240 ac_ls_di=`ls -di .` &&
1236 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1241 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1237 as_fn_error "working directory cannot be determined" 1242 as_fn_error $? "working directory cannot be determined"
1238 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1243 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1239 as_fn_error "pwd does not report name of working directory" 1244 as_fn_error $? "pwd does not report name of working directory"
1240 1245
1241 1246
1242 # Find the source files, if location was not specified. 1247 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then 1248 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes 1249 ac_srcdir_defaulted=yes
1273 else 1278 else
1274 ac_srcdir_defaulted=no 1279 ac_srcdir_defaulted=no
1275 fi 1280 fi
1276 if test ! -r "$srcdir/$ac_unique_file"; then 1281 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1282 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1283 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1279 fi 1284 fi
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1285 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`( 1286 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1287 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1283 pwd)` 1288 pwd)`
1284 # When building in place, set srcdir=. 1289 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then 1290 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=. 1291 srcdir=.
1287 fi 1292 fi
1303 # 1308 #
1304 if test "$ac_init_help" = "long"; then 1309 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing. 1310 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh. 1311 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF 1312 cat <<_ACEOF
1308 \`configure' configures SVcore 1.8 to adapt to many kinds of systems. 1313 \`configure' configures Sonic Visualiser 1.8 to adapt to many kinds of systems.
1309 1314
1310 Usage: $0 [OPTION]... [VAR=VALUE]... 1315 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 1316
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1317 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables. 1318 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Configuration: 1322 Configuration:
1318 -h, --help display this help and exit 1323 -h, --help display this help and exit
1319 --help=short display options specific to this package 1324 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages 1325 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit 1326 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages 1327 -q, --quiet, --silent do not print \`checking ...' messages
1323 --cache-file=FILE cache test results in FILE [disabled] 1328 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache' 1329 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files 1330 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1331 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 1332
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1356 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1357 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info] 1358 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1359 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man] 1360 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/svcore] 1361 --docdir=DIR documentation root
1362 [DATAROOTDIR/doc/sonic-visualiser]
1357 --htmldir=DIR html documentation [DOCDIR] 1363 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR] 1364 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR] 1365 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR] 1366 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF 1367 _ACEOF
1364 _ACEOF 1370 _ACEOF
1365 fi 1371 fi
1366 1372
1367 if test -n "$ac_init_help"; then 1373 if test -n "$ac_init_help"; then
1368 case $ac_init_help in 1374 case $ac_init_help in
1369 short | recursive ) echo "Configuration of SVcore 1.8:";; 1375 short | recursive ) echo "Configuration of Sonic Visualiser 1.8:";;
1370 esac 1376 esac
1371 cat <<\_ACEOF 1377 cat <<\_ACEOF
1372 1378
1373 Optional Features: 1379 Optional Features:
1374 --disable-option-checking ignore unrecognized --enable/--with options 1380 --disable-option-checking ignore unrecognized --enable/--with options
1392 you have headers in a nonstandard directory <include dir> 1398 you have headers in a nonstandard directory <include dir>
1393 CXX C++ compiler command 1399 CXX C++ compiler command
1394 CXXFLAGS C++ compiler flags 1400 CXXFLAGS C++ compiler flags
1395 CXXCPP C++ preprocessor 1401 CXXCPP C++ preprocessor
1396 PKG_CONFIG path to pkg-config utility 1402 PKG_CONFIG path to pkg-config utility
1403 PKG_CONFIG_PATH
1404 directories to add to pkg-config's search path
1405 PKG_CONFIG_LIBDIR
1406 path overriding pkg-config's built-in search path
1397 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config 1407 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config
1398 bz2_LIBS linker flags for bz2, overriding pkg-config 1408 bz2_LIBS linker flags for bz2, overriding pkg-config
1399 fftw3_CFLAGS 1409 fftw3_CFLAGS
1400 C compiler flags for fftw3, overriding pkg-config 1410 C compiler flags for fftw3, overriding pkg-config
1401 fftw3_LIBS linker flags for fftw3, overriding pkg-config 1411 fftw3_LIBS linker flags for fftw3, overriding pkg-config
1517 fi 1527 fi
1518 1528
1519 test -n "$ac_init_help" && exit $ac_status 1529 test -n "$ac_init_help" && exit $ac_status
1520 if $ac_init_version; then 1530 if $ac_init_version; then
1521 cat <<\_ACEOF 1531 cat <<\_ACEOF
1522 SVcore configure 1.8 1532 Sonic Visualiser configure 1.8
1523 generated by GNU Autoconf 2.65 1533 generated by GNU Autoconf 2.67
1524 1534
1525 Copyright (C) 2009 Free Software Foundation, Inc. 1535 Copyright (C) 2010 Free Software Foundation, Inc.
1526 This configure script is free software; the Free Software Foundation 1536 This configure script is free software; the Free Software Foundation
1527 gives unlimited permission to copy, distribute and modify it. 1537 gives unlimited permission to copy, distribute and modify it.
1528 _ACEOF 1538 _ACEOF
1529 exit 1539 exit
1530 fi 1540 fi
1628 grep -v '^ *+' conftest.err >conftest.er1 1638 grep -v '^ *+' conftest.err >conftest.er1
1629 cat conftest.er1 >&5 1639 cat conftest.er1 >&5
1630 mv -f conftest.er1 conftest.err 1640 mv -f conftest.er1 conftest.err
1631 fi 1641 fi
1632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633 test $ac_status = 0; } >/dev/null && { 1643 test $ac_status = 0; } > conftest.i && {
1634 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 1644 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1635 test ! -s conftest.err 1645 test ! -s conftest.err
1636 }; then : 1646 }; then :
1637 ac_retval=0 1647 ac_retval=0
1638 else 1648 else
1694 # the include files in INCLUDES and setting the cache variable VAR 1704 # the include files in INCLUDES and setting the cache variable VAR
1695 # accordingly. 1705 # accordingly.
1696 ac_fn_cxx_check_header_mongrel () 1706 ac_fn_cxx_check_header_mongrel ()
1697 { 1707 {
1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1709 if eval "test \"\${$3+set}\"" = set; then :
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701 $as_echo_n "checking for $2... " >&6; } 1711 $as_echo_n "checking for $2... " >&6; }
1702 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1712 if eval "test \"\${$3+set}\"" = set; then :
1703 $as_echo_n "(cached) " >&6 1713 $as_echo_n "(cached) " >&6
1704 fi 1714 fi
1705 eval ac_res=\$$3 1715 eval ac_res=\$$3
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1707 $as_echo "$ac_res" >&6; } 1717 $as_echo "$ac_res" >&6; }
1733 if ac_fn_cxx_try_cpp "$LINENO"; then : 1743 if ac_fn_cxx_try_cpp "$LINENO"; then :
1734 ac_header_preproc=yes 1744 ac_header_preproc=yes
1735 else 1745 else
1736 ac_header_preproc=no 1746 ac_header_preproc=no
1737 fi 1747 fi
1738 rm -f conftest.err conftest.$ac_ext 1748 rm -f conftest.err conftest.i conftest.$ac_ext
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1740 $as_echo "$ac_header_preproc" >&6; } 1750 $as_echo "$ac_header_preproc" >&6; }
1741 1751
1742 # So? What about this header? 1752 # So? What about this header?
1743 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( 1753 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
1756 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1766 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1758 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1768 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1760 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1770 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1761 ( cat <<\_ASBOX 1771 ( $as_echo "## ------------------------------------------- ##
1762 ## ------------------------------------------- ##
1763 ## Report this to cannam@all-day-breakfast.com ## 1772 ## Report this to cannam@all-day-breakfast.com ##
1764 ## ------------------------------------------- ## 1773 ## ------------------------------------------- ##"
1765 _ASBOX
1766 ) | sed "s/^/$as_me: WARNING: /" >&2 1774 ) | sed "s/^/$as_me: WARNING: /" >&2
1767 ;; 1775 ;;
1768 esac 1776 esac
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; } 1778 $as_echo_n "checking for $2... " >&6; }
1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1779 if eval "test \"\${$3+set}\"" = set; then :
1772 $as_echo_n "(cached) " >&6 1780 $as_echo_n "(cached) " >&6
1773 else 1781 else
1774 eval "$3=\$ac_header_compiler" 1782 eval "$3=\$ac_header_compiler"
1775 fi 1783 fi
1776 eval ac_res=\$$3 1784 eval ac_res=\$$3
1788 ac_fn_cxx_check_header_compile () 1796 ac_fn_cxx_check_header_compile ()
1789 { 1797 {
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1792 $as_echo_n "checking for $2... " >&6; } 1800 $as_echo_n "checking for $2... " >&6; }
1793 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1801 if eval "test \"\${$3+set}\"" = set; then :
1794 $as_echo_n "(cached) " >&6 1802 $as_echo_n "(cached) " >&6
1795 else 1803 else
1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797 /* end confdefs.h. */ 1805 /* end confdefs.h. */
1798 $4 1806 $4
1859 } # ac_fn_cxx_try_link 1867 } # ac_fn_cxx_try_link
1860 cat >config.log <<_ACEOF 1868 cat >config.log <<_ACEOF
1861 This file contains any messages produced by compilers while 1869 This file contains any messages produced by compilers while
1862 running configure, to aid debugging if configure makes a mistake. 1870 running configure, to aid debugging if configure makes a mistake.
1863 1871
1864 It was created by SVcore $as_me 1.8, which was 1872 It was created by Sonic Visualiser $as_me 1.8, which was
1865 generated by GNU Autoconf 2.65. Invocation command line was 1873 generated by GNU Autoconf 2.67. Invocation command line was
1866 1874
1867 $ $0 $@ 1875 $ $0 $@
1868 1876
1869 _ACEOF 1877 _ACEOF
1870 exec 5>>config.log 1878 exec 5>>config.log
1970 trap 'exit_status=$? 1978 trap 'exit_status=$?
1971 # Save into config.log some information that might help in debugging. 1979 # Save into config.log some information that might help in debugging.
1972 { 1980 {
1973 echo 1981 echo
1974 1982
1975 cat <<\_ASBOX 1983 $as_echo "## ---------------- ##
1976 ## ---------------- ##
1977 ## Cache variables. ## 1984 ## Cache variables. ##
1978 ## ---------------- ## 1985 ## ---------------- ##"
1979 _ASBOX
1980 echo 1986 echo
1981 # The following way of writing the cache mishandles newlines in values, 1987 # The following way of writing the cache mishandles newlines in values,
1982 ( 1988 (
1983 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1989 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1984 eval ac_val=\$$ac_var 1990 eval ac_val=\$$ac_var
2008 esac | 2014 esac |
2009 sort 2015 sort
2010 ) 2016 )
2011 echo 2017 echo
2012 2018
2013 cat <<\_ASBOX 2019 $as_echo "## ----------------- ##
2014 ## ----------------- ##
2015 ## Output variables. ## 2020 ## Output variables. ##
2016 ## ----------------- ## 2021 ## ----------------- ##"
2017 _ASBOX
2018 echo 2022 echo
2019 for ac_var in $ac_subst_vars 2023 for ac_var in $ac_subst_vars
2020 do 2024 do
2021 eval ac_val=\$$ac_var 2025 eval ac_val=\$$ac_var
2022 case $ac_val in 2026 case $ac_val in
2025 $as_echo "$ac_var='\''$ac_val'\''" 2029 $as_echo "$ac_var='\''$ac_val'\''"
2026 done | sort 2030 done | sort
2027 echo 2031 echo
2028 2032
2029 if test -n "$ac_subst_files"; then 2033 if test -n "$ac_subst_files"; then
2030 cat <<\_ASBOX 2034 $as_echo "## ------------------- ##
2031 ## ------------------- ##
2032 ## File substitutions. ## 2035 ## File substitutions. ##
2033 ## ------------------- ## 2036 ## ------------------- ##"
2034 _ASBOX
2035 echo 2037 echo
2036 for ac_var in $ac_subst_files 2038 for ac_var in $ac_subst_files
2037 do 2039 do
2038 eval ac_val=\$$ac_var 2040 eval ac_val=\$$ac_var
2039 case $ac_val in 2041 case $ac_val in
2043 done | sort 2045 done | sort
2044 echo 2046 echo
2045 fi 2047 fi
2046 2048
2047 if test -s confdefs.h; then 2049 if test -s confdefs.h; then
2048 cat <<\_ASBOX 2050 $as_echo "## ----------- ##
2049 ## ----------- ##
2050 ## confdefs.h. ## 2051 ## confdefs.h. ##
2051 ## ----------- ## 2052 ## ----------- ##"
2052 _ASBOX
2053 echo 2053 echo
2054 cat confdefs.h 2054 cat confdefs.h
2055 echo 2055 echo
2056 fi 2056 fi
2057 test "$ac_signal" != 0 && 2057 test "$ac_signal" != 0 &&
2102 # Let the site file select an alternate cache file if it wants to. 2102 # Let the site file select an alternate cache file if it wants to.
2103 # Prefer an explicitly selected file to automatically selected ones. 2103 # Prefer an explicitly selected file to automatically selected ones.
2104 ac_site_file1=NONE 2104 ac_site_file1=NONE
2105 ac_site_file2=NONE 2105 ac_site_file2=NONE
2106 if test -n "$CONFIG_SITE"; then 2106 if test -n "$CONFIG_SITE"; then
2107 ac_site_file1=$CONFIG_SITE 2107 # We do not want a PATH search for config.site.
2108 case $CONFIG_SITE in #((
2109 -*) ac_site_file1=./$CONFIG_SITE;;
2110 */*) ac_site_file1=$CONFIG_SITE;;
2111 *) ac_site_file1=./$CONFIG_SITE;;
2112 esac
2108 elif test "x$prefix" != xNONE; then 2113 elif test "x$prefix" != xNONE; then
2109 ac_site_file1=$prefix/share/config.site 2114 ac_site_file1=$prefix/share/config.site
2110 ac_site_file2=$prefix/etc/config.site 2115 ac_site_file2=$prefix/etc/config.site
2111 else 2116 else
2112 ac_site_file1=$ac_default_prefix/share/config.site 2117 ac_site_file1=$ac_default_prefix/share/config.site
2117 test "x$ac_site_file" = xNONE && continue 2122 test "x$ac_site_file" = xNONE && continue
2118 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2123 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2124 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2120 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2125 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2121 sed 's/^/| /' "$ac_site_file" >&5 2126 sed 's/^/| /' "$ac_site_file" >&5
2122 . "$ac_site_file" 2127 . "$ac_site_file" \
2128 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2129 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2130 as_fn_error $? "failed to load site script $ac_site_file
2131 See \`config.log' for more details" "$LINENO" 5; }
2123 fi 2132 fi
2124 done 2133 done
2125 2134
2126 if test -r "$cache_file"; then 2135 if test -r "$cache_file"; then
2127 # Some versions of bash will fail to source /dev/null (special files 2136 # Some versions of bash will fail to source /dev/null (special files
2193 if $ac_cache_corrupted; then 2202 if $ac_cache_corrupted; then
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2204 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2197 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2206 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2198 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2207 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2199 fi 2208 fi
2200 ## -------------------- ## 2209 ## -------------------- ##
2201 ## Main body of script. ## 2210 ## Main body of script. ##
2202 ## -------------------- ## 2211 ## -------------------- ##
2203 2212
2524 fi 2533 fi
2525 2534
2526 2535
2527 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2536 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2537 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2529 as_fn_error "no acceptable C compiler found in \$PATH 2538 as_fn_error $? "no acceptable C compiler found in \$PATH
2530 See \`config.log' for more details." "$LINENO" 5; } 2539 See \`config.log' for more details" "$LINENO" 5; }
2531 2540
2532 # Provide some information about the compiler. 2541 # Provide some information about the compiler.
2533 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2542 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2534 set X $ac_compile 2543 set X $ac_compile
2535 ac_compiler=$2 2544 ac_compiler=$2
2639 $as_echo "$as_me: failed program was:" >&5 2648 $as_echo "$as_me: failed program was:" >&5
2640 sed 's/^/| /' conftest.$ac_ext >&5 2649 sed 's/^/| /' conftest.$ac_ext >&5
2641 2650
2642 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2651 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2643 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2652 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2644 { as_fn_set_status 77 2653 as_fn_error 77 "C compiler cannot create executables
2645 as_fn_error "C compiler cannot create executables 2654 See \`config.log' for more details" "$LINENO" 5; }
2646 See \`config.log' for more details." "$LINENO" 5; }; }
2647 else 2655 else
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2649 $as_echo "yes" >&6; } 2657 $as_echo "yes" >&6; }
2650 fi 2658 fi
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2683 esac 2691 esac
2684 done 2692 done
2685 else 2693 else
2686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2694 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2688 as_fn_error "cannot compute suffix of executables: cannot compile and link 2696 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2689 See \`config.log' for more details." "$LINENO" 5; } 2697 See \`config.log' for more details" "$LINENO" 5; }
2690 fi 2698 fi
2691 rm -f conftest conftest$ac_cv_exeext 2699 rm -f conftest conftest$ac_cv_exeext
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2693 $as_echo "$ac_cv_exeext" >&6; } 2701 $as_echo "$ac_cv_exeext" >&6; }
2694 2702
2741 if test "$cross_compiling" = maybe; then 2749 if test "$cross_compiling" = maybe; then
2742 cross_compiling=yes 2750 cross_compiling=yes
2743 else 2751 else
2744 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2745 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2746 as_fn_error "cannot run C compiled programs. 2754 as_fn_error $? "cannot run C compiled programs.
2747 If you meant to cross compile, use \`--host'. 2755 If you meant to cross compile, use \`--host'.
2748 See \`config.log' for more details." "$LINENO" 5; } 2756 See \`config.log' for more details" "$LINENO" 5; }
2749 fi 2757 fi
2750 fi 2758 fi
2751 fi 2759 fi
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 2760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2753 $as_echo "$cross_compiling" >&6; } 2761 $as_echo "$cross_compiling" >&6; }
2794 $as_echo "$as_me: failed program was:" >&5 2802 $as_echo "$as_me: failed program was:" >&5
2795 sed 's/^/| /' conftest.$ac_ext >&5 2803 sed 's/^/| /' conftest.$ac_ext >&5
2796 2804
2797 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2805 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2798 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2806 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2799 as_fn_error "cannot compute suffix of object files: cannot compile 2807 as_fn_error $? "cannot compute suffix of object files: cannot compile
2800 See \`config.log' for more details." "$LINENO" 5; } 2808 See \`config.log' for more details" "$LINENO" 5; }
2801 fi 2809 fi
2802 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2810 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2803 fi 2811 fi
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2805 $as_echo "$ac_cv_objext" >&6; } 2813 $as_echo "$ac_cv_objext" >&6; }
3274 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3282 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3275 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3283 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3276 3284
3277 ac_aux_dir= 3285 ac_aux_dir=
3278 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3286 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3279 for ac_t in install-sh install.sh shtool; do 3287 if test -f "$ac_dir/install-sh"; then
3280 if test -f "$ac_dir/$ac_t"; then 3288 ac_aux_dir=$ac_dir
3281 ac_aux_dir=$ac_dir 3289 ac_install_sh="$ac_aux_dir/install-sh -c"
3282 ac_install_sh="$ac_aux_dir/$ac_t -c" 3290 break
3283 break 2 3291 elif test -f "$ac_dir/install.sh"; then
3284 fi 3292 ac_aux_dir=$ac_dir
3285 done 3293 ac_install_sh="$ac_aux_dir/install.sh -c"
3294 break
3295 elif test -f "$ac_dir/shtool"; then
3296 ac_aux_dir=$ac_dir
3297 ac_install_sh="$ac_aux_dir/shtool install -c"
3298 break
3299 fi
3286 done 3300 done
3287 if test -z "$ac_aux_dir"; then 3301 if test -z "$ac_aux_dir"; then
3288 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 3302 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3289 fi 3303 fi
3290 3304
3291 # These three variables are undocumented and unsupported, 3305 # These three variables are undocumented and unsupported,
3292 # and are intended to be withdrawn in a future Autoconf release. 3306 # and are intended to be withdrawn in a future Autoconf release.
3293 # They can cause serious problems if a builder's source tree is in a directory 3307 # They can cause serious problems if a builder's source tree is in a directory
3470 3484
3471 else 3485 else
3472 # Broken: fails on valid input. 3486 # Broken: fails on valid input.
3473 continue 3487 continue
3474 fi 3488 fi
3475 rm -f conftest.err conftest.$ac_ext 3489 rm -f conftest.err conftest.i conftest.$ac_ext
3476 3490
3477 # OK, works on sane cases. Now check whether nonexistent headers 3491 # OK, works on sane cases. Now check whether nonexistent headers
3478 # can be detected and how. 3492 # can be detected and how.
3479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3480 /* end confdefs.h. */ 3494 /* end confdefs.h. */
3486 else 3500 else
3487 # Passes both tests. 3501 # Passes both tests.
3488 ac_preproc_ok=: 3502 ac_preproc_ok=:
3489 break 3503 break
3490 fi 3504 fi
3491 rm -f conftest.err conftest.$ac_ext 3505 rm -f conftest.err conftest.i conftest.$ac_ext
3492 3506
3493 done 3507 done
3494 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3508 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3495 rm -f conftest.err conftest.$ac_ext 3509 rm -f conftest.i conftest.err conftest.$ac_ext
3496 if $ac_preproc_ok; then : 3510 if $ac_preproc_ok; then :
3497 break 3511 break
3498 fi 3512 fi
3499 3513
3500 done 3514 done
3529 3543
3530 else 3544 else
3531 # Broken: fails on valid input. 3545 # Broken: fails on valid input.
3532 continue 3546 continue
3533 fi 3547 fi
3534 rm -f conftest.err conftest.$ac_ext 3548 rm -f conftest.err conftest.i conftest.$ac_ext
3535 3549
3536 # OK, works on sane cases. Now check whether nonexistent headers 3550 # OK, works on sane cases. Now check whether nonexistent headers
3537 # can be detected and how. 3551 # can be detected and how.
3538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3539 /* end confdefs.h. */ 3553 /* end confdefs.h. */
3545 else 3559 else
3546 # Passes both tests. 3560 # Passes both tests.
3547 ac_preproc_ok=: 3561 ac_preproc_ok=:
3548 break 3562 break
3549 fi 3563 fi
3550 rm -f conftest.err conftest.$ac_ext 3564 rm -f conftest.err conftest.i conftest.$ac_ext
3551 3565
3552 done 3566 done
3553 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3567 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3554 rm -f conftest.err conftest.$ac_ext 3568 rm -f conftest.i conftest.err conftest.$ac_ext
3555 if $ac_preproc_ok; then : 3569 if $ac_preproc_ok; then :
3556 3570
3557 else 3571 else
3558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3572 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3573 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3560 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check 3574 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
3561 See \`config.log' for more details." "$LINENO" 5; } 3575 See \`config.log' for more details" "$LINENO" 5; }
3562 fi 3576 fi
3563 3577
3564 ac_ext=cpp 3578 ac_ext=cpp
3565 ac_cpp='$CXXCPP $CPPFLAGS' 3579 ac_cpp='$CXXCPP $CPPFLAGS'
3566 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3580 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3617 done 3631 done
3618 done 3632 done
3619 done 3633 done
3620 IFS=$as_save_IFS 3634 IFS=$as_save_IFS
3621 if test -z "$ac_cv_path_GREP"; then 3635 if test -z "$ac_cv_path_GREP"; then
3622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3636 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3623 fi 3637 fi
3624 else 3638 else
3625 ac_cv_path_GREP=$GREP 3639 ac_cv_path_GREP=$GREP
3626 fi 3640 fi
3627 3641
3683 done 3697 done
3684 done 3698 done
3685 done 3699 done
3686 IFS=$as_save_IFS 3700 IFS=$as_save_IFS
3687 if test -z "$ac_cv_path_EGREP"; then 3701 if test -z "$ac_cv_path_EGREP"; then
3688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3702 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3689 fi 3703 fi
3690 else 3704 else
3691 ac_cv_path_EGREP=$EGREP 3705 ac_cv_path_EGREP=$EGREP
3692 fi 3706 fi
3693 3707
3813 3827
3814 # These are the flags Autoconf guesses for us; we use them later if 3828 # These are the flags Autoconf guesses for us; we use them later if
3815 # the user has set none and we are not using GCC (so lack our own 3829 # the user has set none and we are not using GCC (so lack our own
3816 # preferred flags) 3830 # preferred flags)
3817 AUTOCONF_CXXFLAGS="$CXXFLAGS" 3831 AUTOCONF_CXXFLAGS="$CXXFLAGS"
3832
3833
3834
3835
3818 3836
3819 3837
3820 3838
3821 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 3839 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
3822 if test -n "$ac_tool_prefix"; then 3840 if test -n "$ac_tool_prefix"; then
3928 else 3946 else
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930 $as_echo "no" >&6; } 3948 $as_echo "no" >&6; }
3931 PKG_CONFIG="" 3949 PKG_CONFIG=""
3932 fi 3950 fi
3933
3934 fi 3951 fi
3935 3952
3936 3953
3937 3954
3938 3955
3975 QT_INCLUDES=$i/$j 3992 QT_INCLUDES=$i/$j
3976 fi 3993 fi
3977 done 3994 done
3978 done 3995 done
3979 if test x"$QTDIR" = x ; then 3996 if test x"$QTDIR" = x ; then
3980 as_fn_error "*** Failed to find Qt4 installation. QTDIR must be defined, or --with-qtdir option given" "$LINENO" 5 3997 as_fn_error $? "*** Failed to find Qt4 installation. QTDIR must be defined, or --with-qtdir option given" "$LINENO" 5
3981 fi 3998 fi
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTDIR" >&5 3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTDIR" >&5
3983 $as_echo "$QTDIR" >&6; } 4000 $as_echo "$QTDIR" >&6; }
3984 4001
3985 # Change backslashes in QTDIR to forward slashes to prevent escaping 4002 # Change backslashes in QTDIR to forward slashes to prevent escaping
3989 4006
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt includes" >&5 4007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt includes" >&5
3991 $as_echo_n "checking Qt includes... " >&6; } 4008 $as_echo_n "checking Qt includes... " >&6; }
3992 # Check where includes are located 4009 # Check where includes are located
3993 if test x"$QT_INCLUDES" = x ; then 4010 if test x"$QT_INCLUDES" = x ; then
3994 as_fn_error " 4011 as_fn_error $? "
3995 Failed to find required Qt4 headers. 4012 Failed to find required Qt4 headers.
3996 Please ensure you have the Qt4 development files installed, 4013 Please ensure you have the Qt4 development files installed,
3997 and if necessary set QTDIR to the location of your Qt4 installation. 4014 and if necessary set QTDIR to the location of your Qt4 installation.
3998 " "$LINENO" 5 4015 " "$LINENO" 5
3999 fi 4016 fi
4113 $as_echo "no" >&6; } 4130 $as_echo "no" >&6; }
4114 fi 4131 fi
4115 4132
4116 4133
4117 if test x$QMAKE = x ; then 4134 if test x$QMAKE = x ; then
4118 as_fn_error " 4135 as_fn_error $? "
4119 Failed to find the required qmake-qt4 or qmake program. Please 4136 Failed to find the required qmake-qt4 or qmake program. Please
4120 ensure you have the necessary Qt4 development files installed. 4137 ensure you have the necessary Qt4 development files installed.
4121 " "$LINENO" 5 4138 " "$LINENO" 5
4122 fi 4139 fi
4123 fi 4140 fi
4259 $as_echo "no" >&6; } 4276 $as_echo "no" >&6; }
4260 fi 4277 fi
4261 4278
4262 4279
4263 if test x$MOC = x ; then 4280 if test x$MOC = x ; then
4264 as_fn_error " 4281 as_fn_error $? "
4265 Failed to find required moc-qt4 or moc program. 4282 Failed to find required moc-qt4 or moc program.
4266 Please ensure you have the Qt4 development files installed, 4283 Please ensure you have the Qt4 development files installed,
4267 and if necessary set QTDIR to the location of your Qt4 installation. 4284 and if necessary set QTDIR to the location of your Qt4 installation.
4268 " "$LINENO" 5 4285 " "$LINENO" 5
4269 fi 4286 fi
4383 $as_echo "no" >&6; } 4400 $as_echo "no" >&6; }
4384 fi 4401 fi
4385 4402
4386 4403
4387 if test x$UIC = x ; then 4404 if test x$UIC = x ; then
4388 as_fn_error " 4405 as_fn_error $? "
4389 Failed to find required uic-qt4 or uic program. 4406 Failed to find required uic-qt4 or uic program.
4390 Please ensure you have the Qt4 development files installed, 4407 Please ensure you have the Qt4 development files installed,
4391 and if necessary set QTDIR to the location of your Qt4 installation. 4408 and if necessary set QTDIR to the location of your Qt4 installation.
4392 " "$LINENO" 5 4409 " "$LINENO" 5
4393 fi 4410 fi
4507 $as_echo "no" >&6; } 4524 $as_echo "no" >&6; }
4508 fi 4525 fi
4509 4526
4510 4527
4511 if test x$RCC = x ; then 4528 if test x$RCC = x ; then
4512 as_fn_error " 4529 as_fn_error $? "
4513 Failed to find required rcc-qt4 or rcc program. 4530 Failed to find required rcc-qt4 or rcc program.
4514 Please ensure you have the Qt4 development files installed, 4531 Please ensure you have the Qt4 development files installed,
4515 and if necessary set QTDIR to the location of your Qt4 installation. 4532 and if necessary set QTDIR to the location of your Qt4 installation.
4516 " "$LINENO" 5 4533 " "$LINENO" 5
4517 fi 4534 fi
4827 fi 4844 fi
4828 fi 4845 fi
4829 done 4846 done
4830 done 4847 done
4831 if test x"$QTLIBDIR" = x ; then 4848 if test x"$QTLIBDIR" = x ; then
4832 as_fn_error " 4849 as_fn_error $? "
4833 Failed to find required Qt4 GUI link entry point (libQtGui.so or equivalent). 4850 Failed to find required Qt4 GUI link entry point (libQtGui.so or equivalent).
4834 Define QTLIBDIR or use --with-qtlibdir to specify the library location. 4851 Define QTLIBDIR or use --with-qtlibdir to specify the library location.
4835 " "$LINENO" 5 4852 " "$LINENO" 5
4836 fi 4853 fi
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTLIBDIR" >&5 4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTLIBDIR" >&5
4904 inttypes.h stdint.h unistd.h 4921 inttypes.h stdint.h unistd.h
4905 do : 4922 do :
4906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4907 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4924 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4908 " 4925 "
4909 eval as_val=\$$as_ac_Header 4926 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4910 if test "x$as_val" = x""yes; then :
4911 cat >>confdefs.h <<_ACEOF 4927 cat >>confdefs.h <<_ACEOF
4912 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4928 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4913 _ACEOF 4929 _ACEOF
4914 4930
4915 fi 4931 fi
4932 4948
4933 pkg_failed=no 4949 pkg_failed=no
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5
4935 $as_echo_n "checking for bz2... " >&6; } 4951 $as_echo_n "checking for bz2... " >&6; }
4936 4952
4937 if test -n "$PKG_CONFIG"; then 4953 if test -n "$bz2_CFLAGS"; then
4938 if test -n "$bz2_CFLAGS"; then 4954 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS"
4939 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" 4955 elif test -n "$PKG_CONFIG"; then
4940 else 4956 if test -n "$PKG_CONFIG" && \
4941 if test -n "$PKG_CONFIG" && \
4942 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4957 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4943 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4958 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4944 ac_status=$? 4959 ac_status=$?
4945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4946 test $ac_status = 0; }; then 4961 test $ac_status = 0; }; then
4947 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4962 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4948 else 4963 else
4949 pkg_failed=yes 4964 pkg_failed=yes
4950 fi 4965 fi
4951 fi 4966 else
4952 else 4967 pkg_failed=untried
4953 pkg_failed=untried 4968 fi
4954 fi 4969 if test -n "$bz2_LIBS"; then
4955 if test -n "$PKG_CONFIG"; then 4970 pkg_cv_bz2_LIBS="$bz2_LIBS"
4956 if test -n "$bz2_LIBS"; then 4971 elif test -n "$PKG_CONFIG"; then
4957 pkg_cv_bz2_LIBS="$bz2_LIBS" 4972 if test -n "$PKG_CONFIG" && \
4958 else
4959 if test -n "$PKG_CONFIG" && \
4960 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4973 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4961 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4974 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4962 ac_status=$? 4975 ac_status=$?
4963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4964 test $ac_status = 0; }; then 4977 test $ac_status = 0; }; then
4965 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4978 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4966 else 4979 else
4967 pkg_failed=yes 4980 pkg_failed=yes
4968 fi 4981 fi
4969 fi 4982 else
4970 else 4983 pkg_failed=untried
4971 pkg_failed=untried
4972 fi 4984 fi
4973 4985
4974 4986
4975 4987
4976 if test $pkg_failed = yes; then 4988 if test $pkg_failed = yes; then
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4990 $as_echo "no" >&6; }
4977 4991
4978 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4992 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4979 _pkg_short_errors_supported=yes 4993 _pkg_short_errors_supported=yes
4980 else 4994 else
4981 _pkg_short_errors_supported=no 4995 _pkg_short_errors_supported=no
4982 fi 4996 fi
4983 if test $_pkg_short_errors_supported = yes; then 4997 if test $_pkg_short_errors_supported = yes; then
4984 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4998 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
4985 else 4999 else
4986 bz2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5000 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
4987 fi 5001 fi
4988 # Put the nasty error message in config.log where it belongs 5002 # Put the nasty error message in config.log where it belongs
4989 echo "$bz2_PKG_ERRORS" >&5 5003 echo "$bz2_PKG_ERRORS" >&5
4990 5004
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5005 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
4992 $as_echo "no" >&6; }
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
4994 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5006 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4995 elif test $pkg_failed = untried; then 5007 elif test $pkg_failed = untried; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5009 $as_echo "no" >&6; }
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5010 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
4997 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5011 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4998 else 5012 else
4999 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS 5013 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS
5000 bz2_LIBS=$pkg_cv_bz2_LIBS 5014 bz2_LIBS=$pkg_cv_bz2_LIBS
5004 fi 5018 fi
5005 fi 5019 fi
5006 if test -n "$SV_MODULE_FAILED"; then 5020 if test -n "$SV_MODULE_FAILED"; then
5007 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5021 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5008 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5022 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5009 eval as_val=\$$as_ac_Header 5023 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5010 if test "x$as_val" = x""yes; then :
5011 HAVES="$HAVES $SV_MODULE_HAVE" 5024 HAVES="$HAVES $SV_MODULE_HAVE"
5012 else 5025 else
5013 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5026 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5014 fi 5027 fi
5015 5028
5016 5029
5017 if test -n "$SV_MODULE_LIB"; then 5030 if test -n "$SV_MODULE_LIB"; then
5018 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5031 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5020 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5033 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5021 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5034 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5022 $as_echo_n "(cached) " >&6 5035 $as_echo_n "(cached) " >&6
5023 else 5036 else
5024 ac_check_lib_save_LIBS=$LIBS 5037 ac_check_lib_save_LIBS=$LIBS
5025 LIBS="-l$SV_MODULE_LIB $LIBS" 5038 LIBS="-l$SV_MODULE_LIB $LIBS"
5026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5051 LIBS=$ac_check_lib_save_LIBS 5064 LIBS=$ac_check_lib_save_LIBS
5052 fi 5065 fi
5053 eval ac_res=\$$as_ac_Lib 5066 eval ac_res=\$$as_ac_Lib
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5055 $as_echo "$ac_res" >&6; } 5068 $as_echo "$ac_res" >&6; }
5056 eval as_val=\$$as_ac_Lib 5069 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5057 if test "x$as_val" = x""yes; then :
5058 LIBS="$LIBS -l$SV_MODULE_LIB" 5070 LIBS="$LIBS -l$SV_MODULE_LIB"
5059 else 5071 else
5060 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5072 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5061 fi 5073 fi
5062 5074
5063 fi 5075 fi
5064 fi 5076 fi
5065 5077
5078 5090
5079 pkg_failed=no 5091 pkg_failed=no
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 5092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5
5081 $as_echo_n "checking for fftw3... " >&6; } 5093 $as_echo_n "checking for fftw3... " >&6; }
5082 5094
5083 if test -n "$PKG_CONFIG"; then 5095 if test -n "$fftw3_CFLAGS"; then
5084 if test -n "$fftw3_CFLAGS"; then 5096 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS"
5085 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" 5097 elif test -n "$PKG_CONFIG"; then
5086 else 5098 if test -n "$PKG_CONFIG" && \
5087 if test -n "$PKG_CONFIG" && \
5088 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5099 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5089 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5100 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5090 ac_status=$? 5101 ac_status=$?
5091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5102 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5092 test $ac_status = 0; }; then 5103 test $ac_status = 0; }; then
5093 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5104 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5094 else 5105 else
5095 pkg_failed=yes 5106 pkg_failed=yes
5096 fi 5107 fi
5097 fi 5108 else
5098 else 5109 pkg_failed=untried
5099 pkg_failed=untried 5110 fi
5100 fi 5111 if test -n "$fftw3_LIBS"; then
5101 if test -n "$PKG_CONFIG"; then 5112 pkg_cv_fftw3_LIBS="$fftw3_LIBS"
5102 if test -n "$fftw3_LIBS"; then 5113 elif test -n "$PKG_CONFIG"; then
5103 pkg_cv_fftw3_LIBS="$fftw3_LIBS" 5114 if test -n "$PKG_CONFIG" && \
5104 else
5105 if test -n "$PKG_CONFIG" && \
5106 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5115 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5107 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5116 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5108 ac_status=$? 5117 ac_status=$?
5109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5110 test $ac_status = 0; }; then 5119 test $ac_status = 0; }; then
5111 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5120 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5112 else 5121 else
5113 pkg_failed=yes 5122 pkg_failed=yes
5114 fi 5123 fi
5115 fi 5124 else
5116 else 5125 pkg_failed=untried
5117 pkg_failed=untried
5118 fi 5126 fi
5119 5127
5120 5128
5121 5129
5122 if test $pkg_failed = yes; then 5130 if test $pkg_failed = yes; then
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5132 $as_echo "no" >&6; }
5123 5133
5124 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5134 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5125 _pkg_short_errors_supported=yes 5135 _pkg_short_errors_supported=yes
5126 else 5136 else
5127 _pkg_short_errors_supported=no 5137 _pkg_short_errors_supported=no
5128 fi 5138 fi
5129 if test $_pkg_short_errors_supported = yes; then 5139 if test $_pkg_short_errors_supported = yes; then
5130 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5140 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5131 else 5141 else
5132 fftw3_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5142 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5133 fi 5143 fi
5134 # Put the nasty error message in config.log where it belongs 5144 # Put the nasty error message in config.log where it belongs
5135 echo "$fftw3_PKG_ERRORS" >&5 5145 echo "$fftw3_PKG_ERRORS" >&5
5136 5146
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5147 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5138 $as_echo "no" >&6; }
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5140 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5148 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5141 elif test $pkg_failed = untried; then 5149 elif test $pkg_failed = untried; then
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5151 $as_echo "no" >&6; }
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5152 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5143 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5153 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5144 else 5154 else
5145 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS 5155 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS
5146 fftw3_LIBS=$pkg_cv_fftw3_LIBS 5156 fftw3_LIBS=$pkg_cv_fftw3_LIBS
5150 fi 5160 fi
5151 fi 5161 fi
5152 if test -n "$SV_MODULE_FAILED"; then 5162 if test -n "$SV_MODULE_FAILED"; then
5153 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5163 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5154 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5164 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5155 eval as_val=\$$as_ac_Header 5165 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5156 if test "x$as_val" = x""yes; then :
5157 HAVES="$HAVES $SV_MODULE_HAVE" 5166 HAVES="$HAVES $SV_MODULE_HAVE"
5158 else 5167 else
5159 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5168 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5160 fi 5169 fi
5161 5170
5162 5171
5163 if test -n "$SV_MODULE_LIB"; then 5172 if test -n "$SV_MODULE_LIB"; then
5164 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5173 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5166 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5175 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5167 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5176 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5168 $as_echo_n "(cached) " >&6 5177 $as_echo_n "(cached) " >&6
5169 else 5178 else
5170 ac_check_lib_save_LIBS=$LIBS 5179 ac_check_lib_save_LIBS=$LIBS
5171 LIBS="-l$SV_MODULE_LIB $LIBS" 5180 LIBS="-l$SV_MODULE_LIB $LIBS"
5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5197 LIBS=$ac_check_lib_save_LIBS 5206 LIBS=$ac_check_lib_save_LIBS
5198 fi 5207 fi
5199 eval ac_res=\$$as_ac_Lib 5208 eval ac_res=\$$as_ac_Lib
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5201 $as_echo "$ac_res" >&6; } 5210 $as_echo "$ac_res" >&6; }
5202 eval as_val=\$$as_ac_Lib 5211 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5203 if test "x$as_val" = x""yes; then :
5204 LIBS="$LIBS -l$SV_MODULE_LIB" 5212 LIBS="$LIBS -l$SV_MODULE_LIB"
5205 else 5213 else
5206 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5214 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5207 fi 5215 fi
5208 5216
5209 fi 5217 fi
5210 fi 5218 fi
5211 5219
5224 5232
5225 pkg_failed=no 5233 pkg_failed=no
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 5234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5
5227 $as_echo_n "checking for fftw3f... " >&6; } 5235 $as_echo_n "checking for fftw3f... " >&6; }
5228 5236
5229 if test -n "$PKG_CONFIG"; then 5237 if test -n "$fftw3f_CFLAGS"; then
5230 if test -n "$fftw3f_CFLAGS"; then 5238 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS"
5231 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" 5239 elif test -n "$PKG_CONFIG"; then
5232 else 5240 if test -n "$PKG_CONFIG" && \
5233 if test -n "$PKG_CONFIG" && \
5234 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5241 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5235 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5242 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5236 ac_status=$? 5243 ac_status=$?
5237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5238 test $ac_status = 0; }; then 5245 test $ac_status = 0; }; then
5239 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5246 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5240 else 5247 else
5241 pkg_failed=yes 5248 pkg_failed=yes
5242 fi 5249 fi
5243 fi 5250 else
5244 else 5251 pkg_failed=untried
5245 pkg_failed=untried 5252 fi
5246 fi 5253 if test -n "$fftw3f_LIBS"; then
5247 if test -n "$PKG_CONFIG"; then 5254 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS"
5248 if test -n "$fftw3f_LIBS"; then 5255 elif test -n "$PKG_CONFIG"; then
5249 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS" 5256 if test -n "$PKG_CONFIG" && \
5250 else
5251 if test -n "$PKG_CONFIG" && \
5252 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5257 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5253 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5258 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5254 ac_status=$? 5259 ac_status=$?
5255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5256 test $ac_status = 0; }; then 5261 test $ac_status = 0; }; then
5257 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5262 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5258 else 5263 else
5259 pkg_failed=yes 5264 pkg_failed=yes
5260 fi 5265 fi
5261 fi 5266 else
5262 else 5267 pkg_failed=untried
5263 pkg_failed=untried
5264 fi 5268 fi
5265 5269
5266 5270
5267 5271
5268 if test $pkg_failed = yes; then 5272 if test $pkg_failed = yes; then
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5274 $as_echo "no" >&6; }
5269 5275
5270 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5276 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5271 _pkg_short_errors_supported=yes 5277 _pkg_short_errors_supported=yes
5272 else 5278 else
5273 _pkg_short_errors_supported=no 5279 _pkg_short_errors_supported=no
5274 fi 5280 fi
5275 if test $_pkg_short_errors_supported = yes; then 5281 if test $_pkg_short_errors_supported = yes; then
5276 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5282 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5277 else 5283 else
5278 fftw3f_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5284 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5279 fi 5285 fi
5280 # Put the nasty error message in config.log where it belongs 5286 # Put the nasty error message in config.log where it belongs
5281 echo "$fftw3f_PKG_ERRORS" >&5 5287 echo "$fftw3f_PKG_ERRORS" >&5
5282 5288
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5289 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5284 $as_echo "no" >&6; }
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5286 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5290 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5287 elif test $pkg_failed = untried; then 5291 elif test $pkg_failed = untried; then
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5293 $as_echo "no" >&6; }
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5294 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5289 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5295 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5290 else 5296 else
5291 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS 5297 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS
5292 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS 5298 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS
5296 fi 5302 fi
5297 fi 5303 fi
5298 if test -n "$SV_MODULE_FAILED"; then 5304 if test -n "$SV_MODULE_FAILED"; then
5299 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5305 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5300 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5306 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5301 eval as_val=\$$as_ac_Header 5307 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5302 if test "x$as_val" = x""yes; then :
5303 HAVES="$HAVES $SV_MODULE_HAVE" 5308 HAVES="$HAVES $SV_MODULE_HAVE"
5304 else 5309 else
5305 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5310 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5306 fi 5311 fi
5307 5312
5308 5313
5309 if test -n "$SV_MODULE_LIB"; then 5314 if test -n "$SV_MODULE_LIB"; then
5310 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5315 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5312 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5317 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5313 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5318 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5314 $as_echo_n "(cached) " >&6 5319 $as_echo_n "(cached) " >&6
5315 else 5320 else
5316 ac_check_lib_save_LIBS=$LIBS 5321 ac_check_lib_save_LIBS=$LIBS
5317 LIBS="-l$SV_MODULE_LIB $LIBS" 5322 LIBS="-l$SV_MODULE_LIB $LIBS"
5318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5343 LIBS=$ac_check_lib_save_LIBS 5348 LIBS=$ac_check_lib_save_LIBS
5344 fi 5349 fi
5345 eval ac_res=\$$as_ac_Lib 5350 eval ac_res=\$$as_ac_Lib
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5347 $as_echo "$ac_res" >&6; } 5352 $as_echo "$ac_res" >&6; }
5348 eval as_val=\$$as_ac_Lib 5353 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5349 if test "x$as_val" = x""yes; then :
5350 LIBS="$LIBS -l$SV_MODULE_LIB" 5354 LIBS="$LIBS -l$SV_MODULE_LIB"
5351 else 5355 else
5352 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5356 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5353 fi 5357 fi
5354 5358
5355 fi 5359 fi
5356 fi 5360 fi
5357 5361
5370 5374
5371 pkg_failed=no 5375 pkg_failed=no
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 5376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5
5373 $as_echo_n "checking for sndfile... " >&6; } 5377 $as_echo_n "checking for sndfile... " >&6; }
5374 5378
5375 if test -n "$PKG_CONFIG"; then 5379 if test -n "$sndfile_CFLAGS"; then
5376 if test -n "$sndfile_CFLAGS"; then 5380 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS"
5377 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" 5381 elif test -n "$PKG_CONFIG"; then
5378 else 5382 if test -n "$PKG_CONFIG" && \
5379 if test -n "$PKG_CONFIG" && \
5380 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5383 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5381 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5384 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5382 ac_status=$? 5385 ac_status=$?
5383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5384 test $ac_status = 0; }; then 5387 test $ac_status = 0; }; then
5385 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5388 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5386 else 5389 else
5387 pkg_failed=yes 5390 pkg_failed=yes
5388 fi 5391 fi
5389 fi 5392 else
5390 else 5393 pkg_failed=untried
5391 pkg_failed=untried 5394 fi
5392 fi 5395 if test -n "$sndfile_LIBS"; then
5393 if test -n "$PKG_CONFIG"; then 5396 pkg_cv_sndfile_LIBS="$sndfile_LIBS"
5394 if test -n "$sndfile_LIBS"; then 5397 elif test -n "$PKG_CONFIG"; then
5395 pkg_cv_sndfile_LIBS="$sndfile_LIBS" 5398 if test -n "$PKG_CONFIG" && \
5396 else
5397 if test -n "$PKG_CONFIG" && \
5398 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5399 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5399 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5400 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5400 ac_status=$? 5401 ac_status=$?
5401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5402 test $ac_status = 0; }; then 5403 test $ac_status = 0; }; then
5403 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5404 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5404 else 5405 else
5405 pkg_failed=yes 5406 pkg_failed=yes
5406 fi 5407 fi
5407 fi 5408 else
5408 else 5409 pkg_failed=untried
5409 pkg_failed=untried
5410 fi 5410 fi
5411 5411
5412 5412
5413 5413
5414 if test $pkg_failed = yes; then 5414 if test $pkg_failed = yes; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5416 $as_echo "no" >&6; }
5415 5417
5416 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5418 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5417 _pkg_short_errors_supported=yes 5419 _pkg_short_errors_supported=yes
5418 else 5420 else
5419 _pkg_short_errors_supported=no 5421 _pkg_short_errors_supported=no
5420 fi 5422 fi
5421 if test $_pkg_short_errors_supported = yes; then 5423 if test $_pkg_short_errors_supported = yes; then
5422 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5424 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5423 else 5425 else
5424 sndfile_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5426 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5425 fi 5427 fi
5426 # Put the nasty error message in config.log where it belongs 5428 # Put the nasty error message in config.log where it belongs
5427 echo "$sndfile_PKG_ERRORS" >&5 5429 echo "$sndfile_PKG_ERRORS" >&5
5428 5430
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5431 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5430 $as_echo "no" >&6; }
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5432 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5432 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5433 elif test $pkg_failed = untried; then 5433 elif test $pkg_failed = untried; then
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5435 $as_echo "no" >&6; }
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5436 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5435 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5437 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5436 else 5438 else
5437 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS 5439 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS
5438 sndfile_LIBS=$pkg_cv_sndfile_LIBS 5440 sndfile_LIBS=$pkg_cv_sndfile_LIBS
5442 fi 5444 fi
5443 fi 5445 fi
5444 if test -n "$SV_MODULE_FAILED"; then 5446 if test -n "$SV_MODULE_FAILED"; then
5445 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5447 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5446 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5448 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5447 eval as_val=\$$as_ac_Header 5449 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5448 if test "x$as_val" = x""yes; then :
5449 HAVES="$HAVES $SV_MODULE_HAVE" 5450 HAVES="$HAVES $SV_MODULE_HAVE"
5450 else 5451 else
5451 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5452 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5452 fi 5453 fi
5453 5454
5454 5455
5455 if test -n "$SV_MODULE_LIB"; then 5456 if test -n "$SV_MODULE_LIB"; then
5456 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5457 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5458 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5459 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5459 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5460 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5460 $as_echo_n "(cached) " >&6 5461 $as_echo_n "(cached) " >&6
5461 else 5462 else
5462 ac_check_lib_save_LIBS=$LIBS 5463 ac_check_lib_save_LIBS=$LIBS
5463 LIBS="-l$SV_MODULE_LIB $LIBS" 5464 LIBS="-l$SV_MODULE_LIB $LIBS"
5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489 LIBS=$ac_check_lib_save_LIBS 5490 LIBS=$ac_check_lib_save_LIBS
5490 fi 5491 fi
5491 eval ac_res=\$$as_ac_Lib 5492 eval ac_res=\$$as_ac_Lib
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5493 $as_echo "$ac_res" >&6; } 5494 $as_echo "$ac_res" >&6; }
5494 eval as_val=\$$as_ac_Lib 5495 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5495 if test "x$as_val" = x""yes; then :
5496 LIBS="$LIBS -l$SV_MODULE_LIB" 5496 LIBS="$LIBS -l$SV_MODULE_LIB"
5497 else 5497 else
5498 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5498 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5499 fi 5499 fi
5500 5500
5501 fi 5501 fi
5502 fi 5502 fi
5503 5503
5516 5516
5517 pkg_failed=no 5517 pkg_failed=no
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5
5519 $as_echo_n "checking for samplerate... " >&6; } 5519 $as_echo_n "checking for samplerate... " >&6; }
5520 5520
5521 if test -n "$PKG_CONFIG"; then 5521 if test -n "$samplerate_CFLAGS"; then
5522 if test -n "$samplerate_CFLAGS"; then 5522 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS"
5523 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS" 5523 elif test -n "$PKG_CONFIG"; then
5524 else 5524 if test -n "$PKG_CONFIG" && \
5525 if test -n "$PKG_CONFIG" && \
5526 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5525 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5527 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5526 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5528 ac_status=$? 5527 ac_status=$?
5529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5530 test $ac_status = 0; }; then 5529 test $ac_status = 0; }; then
5531 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5530 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5532 else 5531 else
5533 pkg_failed=yes 5532 pkg_failed=yes
5534 fi 5533 fi
5535 fi 5534 else
5536 else 5535 pkg_failed=untried
5537 pkg_failed=untried 5536 fi
5538 fi 5537 if test -n "$samplerate_LIBS"; then
5539 if test -n "$PKG_CONFIG"; then 5538 pkg_cv_samplerate_LIBS="$samplerate_LIBS"
5540 if test -n "$samplerate_LIBS"; then 5539 elif test -n "$PKG_CONFIG"; then
5541 pkg_cv_samplerate_LIBS="$samplerate_LIBS" 5540 if test -n "$PKG_CONFIG" && \
5542 else
5543 if test -n "$PKG_CONFIG" && \
5544 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5541 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5545 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5542 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5546 ac_status=$? 5543 ac_status=$?
5547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5548 test $ac_status = 0; }; then 5545 test $ac_status = 0; }; then
5549 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5546 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5550 else 5547 else
5551 pkg_failed=yes 5548 pkg_failed=yes
5552 fi 5549 fi
5553 fi 5550 else
5554 else 5551 pkg_failed=untried
5555 pkg_failed=untried
5556 fi 5552 fi
5557 5553
5558 5554
5559 5555
5560 if test $pkg_failed = yes; then 5556 if test $pkg_failed = yes; then
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5558 $as_echo "no" >&6; }
5561 5559
5562 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5560 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5563 _pkg_short_errors_supported=yes 5561 _pkg_short_errors_supported=yes
5564 else 5562 else
5565 _pkg_short_errors_supported=no 5563 _pkg_short_errors_supported=no
5566 fi 5564 fi
5567 if test $_pkg_short_errors_supported = yes; then 5565 if test $_pkg_short_errors_supported = yes; then
5568 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5566 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5569 else 5567 else
5570 samplerate_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5568 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5571 fi 5569 fi
5572 # Put the nasty error message in config.log where it belongs 5570 # Put the nasty error message in config.log where it belongs
5573 echo "$samplerate_PKG_ERRORS" >&5 5571 echo "$samplerate_PKG_ERRORS" >&5
5574 5572
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5573 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5576 $as_echo "no" >&6; }
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5578 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5574 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5579 elif test $pkg_failed = untried; then 5575 elif test $pkg_failed = untried; then
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5577 $as_echo "no" >&6; }
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5578 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5581 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5579 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5582 else 5580 else
5583 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS 5581 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS
5584 samplerate_LIBS=$pkg_cv_samplerate_LIBS 5582 samplerate_LIBS=$pkg_cv_samplerate_LIBS
5588 fi 5586 fi
5589 fi 5587 fi
5590 if test -n "$SV_MODULE_FAILED"; then 5588 if test -n "$SV_MODULE_FAILED"; then
5591 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5589 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5592 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5590 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5593 eval as_val=\$$as_ac_Header 5591 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5594 if test "x$as_val" = x""yes; then :
5595 HAVES="$HAVES $SV_MODULE_HAVE" 5592 HAVES="$HAVES $SV_MODULE_HAVE"
5596 else 5593 else
5597 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5594 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5598 fi 5595 fi
5599 5596
5600 5597
5601 if test -n "$SV_MODULE_LIB"; then 5598 if test -n "$SV_MODULE_LIB"; then
5602 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5599 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5604 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5601 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5605 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5602 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5606 $as_echo_n "(cached) " >&6 5603 $as_echo_n "(cached) " >&6
5607 else 5604 else
5608 ac_check_lib_save_LIBS=$LIBS 5605 ac_check_lib_save_LIBS=$LIBS
5609 LIBS="-l$SV_MODULE_LIB $LIBS" 5606 LIBS="-l$SV_MODULE_LIB $LIBS"
5610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5635 LIBS=$ac_check_lib_save_LIBS 5632 LIBS=$ac_check_lib_save_LIBS
5636 fi 5633 fi
5637 eval ac_res=\$$as_ac_Lib 5634 eval ac_res=\$$as_ac_Lib
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5639 $as_echo "$ac_res" >&6; } 5636 $as_echo "$ac_res" >&6; }
5640 eval as_val=\$$as_ac_Lib 5637 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5641 if test "x$as_val" = x""yes; then :
5642 LIBS="$LIBS -l$SV_MODULE_LIB" 5638 LIBS="$LIBS -l$SV_MODULE_LIB"
5643 else 5639 else
5644 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5640 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5645 fi 5641 fi
5646 5642
5647 fi 5643 fi
5648 fi 5644 fi
5649 5645
5662 5658
5663 pkg_failed=no 5659 pkg_failed=no
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 5660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5
5665 $as_echo_n "checking for vamp... " >&6; } 5661 $as_echo_n "checking for vamp... " >&6; }
5666 5662
5667 if test -n "$PKG_CONFIG"; then 5663 if test -n "$vamp_CFLAGS"; then
5668 if test -n "$vamp_CFLAGS"; then 5664 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS"
5669 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS" 5665 elif test -n "$PKG_CONFIG"; then
5670 else 5666 if test -n "$PKG_CONFIG" && \
5671 if test -n "$PKG_CONFIG" && \
5672 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5667 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5673 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5668 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5674 ac_status=$? 5669 ac_status=$?
5675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5676 test $ac_status = 0; }; then 5671 test $ac_status = 0; }; then
5677 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5672 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5678 else 5673 else
5679 pkg_failed=yes 5674 pkg_failed=yes
5680 fi 5675 fi
5681 fi 5676 else
5682 else 5677 pkg_failed=untried
5683 pkg_failed=untried 5678 fi
5684 fi 5679 if test -n "$vamp_LIBS"; then
5685 if test -n "$PKG_CONFIG"; then 5680 pkg_cv_vamp_LIBS="$vamp_LIBS"
5686 if test -n "$vamp_LIBS"; then 5681 elif test -n "$PKG_CONFIG"; then
5687 pkg_cv_vamp_LIBS="$vamp_LIBS" 5682 if test -n "$PKG_CONFIG" && \
5688 else
5689 if test -n "$PKG_CONFIG" && \
5690 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5683 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5691 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5684 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5692 ac_status=$? 5685 ac_status=$?
5693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5694 test $ac_status = 0; }; then 5687 test $ac_status = 0; }; then
5695 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5688 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5696 else 5689 else
5697 pkg_failed=yes 5690 pkg_failed=yes
5698 fi 5691 fi
5699 fi 5692 else
5700 else 5693 pkg_failed=untried
5701 pkg_failed=untried
5702 fi 5694 fi
5703 5695
5704 5696
5705 5697
5706 if test $pkg_failed = yes; then 5698 if test $pkg_failed = yes; then
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5700 $as_echo "no" >&6; }
5707 5701
5708 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5702 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5709 _pkg_short_errors_supported=yes 5703 _pkg_short_errors_supported=yes
5710 else 5704 else
5711 _pkg_short_errors_supported=no 5705 _pkg_short_errors_supported=no
5712 fi 5706 fi
5713 if test $_pkg_short_errors_supported = yes; then 5707 if test $_pkg_short_errors_supported = yes; then
5714 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5708 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5715 else 5709 else
5716 vamp_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5710 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5717 fi 5711 fi
5718 # Put the nasty error message in config.log where it belongs 5712 # Put the nasty error message in config.log where it belongs
5719 echo "$vamp_PKG_ERRORS" >&5 5713 echo "$vamp_PKG_ERRORS" >&5
5720 5714
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5715 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5722 $as_echo "no" >&6; }
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5724 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5716 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5725 elif test $pkg_failed = untried; then 5717 elif test $pkg_failed = untried; then
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5719 $as_echo "no" >&6; }
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5720 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5727 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5721 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5728 else 5722 else
5729 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS 5723 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS
5730 vamp_LIBS=$pkg_cv_vamp_LIBS 5724 vamp_LIBS=$pkg_cv_vamp_LIBS
5734 fi 5728 fi
5735 fi 5729 fi
5736 if test -n "$SV_MODULE_FAILED"; then 5730 if test -n "$SV_MODULE_FAILED"; then
5737 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5731 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5738 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5732 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5739 eval as_val=\$$as_ac_Header 5733 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5740 if test "x$as_val" = x""yes; then :
5741 HAVES="$HAVES $SV_MODULE_HAVE" 5734 HAVES="$HAVES $SV_MODULE_HAVE"
5742 else 5735 else
5743 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5736 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5744 fi 5737 fi
5745 5738
5746 5739
5747 if test -n "$SV_MODULE_LIB"; then 5740 if test -n "$SV_MODULE_LIB"; then
5748 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5741 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5750 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5743 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5751 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5744 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5752 $as_echo_n "(cached) " >&6 5745 $as_echo_n "(cached) " >&6
5753 else 5746 else
5754 ac_check_lib_save_LIBS=$LIBS 5747 ac_check_lib_save_LIBS=$LIBS
5755 LIBS="-l$SV_MODULE_LIB $LIBS" 5748 LIBS="-l$SV_MODULE_LIB $LIBS"
5756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5781 LIBS=$ac_check_lib_save_LIBS 5774 LIBS=$ac_check_lib_save_LIBS
5782 fi 5775 fi
5783 eval ac_res=\$$as_ac_Lib 5776 eval ac_res=\$$as_ac_Lib
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5785 $as_echo "$ac_res" >&6; } 5778 $as_echo "$ac_res" >&6; }
5786 eval as_val=\$$as_ac_Lib 5779 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5787 if test "x$as_val" = x""yes; then :
5788 LIBS="$LIBS -l$SV_MODULE_LIB" 5780 LIBS="$LIBS -l$SV_MODULE_LIB"
5789 else 5781 else
5790 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5782 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5791 fi 5783 fi
5792 5784
5793 fi 5785 fi
5794 fi 5786 fi
5795 5787
5808 5800
5809 pkg_failed=no 5801 pkg_failed=no
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 5802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5
5811 $as_echo_n "checking for vamphostsdk... " >&6; } 5803 $as_echo_n "checking for vamphostsdk... " >&6; }
5812 5804
5813 if test -n "$PKG_CONFIG"; then 5805 if test -n "$vamphostsdk_CFLAGS"; then
5814 if test -n "$vamphostsdk_CFLAGS"; then 5806 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS"
5815 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS" 5807 elif test -n "$PKG_CONFIG"; then
5816 else 5808 if test -n "$PKG_CONFIG" && \
5817 if test -n "$PKG_CONFIG" && \
5818 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5809 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5819 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5810 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5820 ac_status=$? 5811 ac_status=$?
5821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5822 test $ac_status = 0; }; then 5813 test $ac_status = 0; }; then
5823 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5814 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5824 else 5815 else
5825 pkg_failed=yes 5816 pkg_failed=yes
5826 fi 5817 fi
5827 fi 5818 else
5828 else 5819 pkg_failed=untried
5829 pkg_failed=untried 5820 fi
5830 fi 5821 if test -n "$vamphostsdk_LIBS"; then
5831 if test -n "$PKG_CONFIG"; then 5822 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS"
5832 if test -n "$vamphostsdk_LIBS"; then 5823 elif test -n "$PKG_CONFIG"; then
5833 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS" 5824 if test -n "$PKG_CONFIG" && \
5834 else
5835 if test -n "$PKG_CONFIG" && \
5836 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5825 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5837 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5826 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5838 ac_status=$? 5827 ac_status=$?
5839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5840 test $ac_status = 0; }; then 5829 test $ac_status = 0; }; then
5841 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5830 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5842 else 5831 else
5843 pkg_failed=yes 5832 pkg_failed=yes
5844 fi 5833 fi
5845 fi 5834 else
5846 else 5835 pkg_failed=untried
5847 pkg_failed=untried
5848 fi 5836 fi
5849 5837
5850 5838
5851 5839
5852 if test $pkg_failed = yes; then 5840 if test $pkg_failed = yes; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 $as_echo "no" >&6; }
5853 5843
5854 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5844 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5855 _pkg_short_errors_supported=yes 5845 _pkg_short_errors_supported=yes
5856 else 5846 else
5857 _pkg_short_errors_supported=no 5847 _pkg_short_errors_supported=no
5858 fi 5848 fi
5859 if test $_pkg_short_errors_supported = yes; then 5849 if test $_pkg_short_errors_supported = yes; then
5860 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5850 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5861 else 5851 else
5862 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5852 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
5863 fi 5853 fi
5864 # Put the nasty error message in config.log where it belongs 5854 # Put the nasty error message in config.log where it belongs
5865 echo "$vamphostsdk_PKG_ERRORS" >&5 5855 echo "$vamphostsdk_PKG_ERRORS" >&5
5866 5856
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5857 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5868 $as_echo "no" >&6; }
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5870 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5858 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5871 elif test $pkg_failed = untried; then 5859 elif test $pkg_failed = untried; then
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5862 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5873 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5863 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5874 else 5864 else
5875 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS 5865 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS
5876 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS 5866 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS
5880 fi 5870 fi
5881 fi 5871 fi
5882 if test -n "$SV_MODULE_FAILED"; then 5872 if test -n "$SV_MODULE_FAILED"; then
5883 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5873 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5884 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5874 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5885 eval as_val=\$$as_ac_Header 5875 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5886 if test "x$as_val" = x""yes; then :
5887 HAVES="$HAVES $SV_MODULE_HAVE" 5876 HAVES="$HAVES $SV_MODULE_HAVE"
5888 else 5877 else
5889 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5878 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5890 fi 5879 fi
5891 5880
5892 5881
5893 if test -n "$SV_MODULE_LIB"; then 5882 if test -n "$SV_MODULE_LIB"; then
5894 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5883 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5896 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5885 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5897 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5886 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
5898 $as_echo_n "(cached) " >&6 5887 $as_echo_n "(cached) " >&6
5899 else 5888 else
5900 ac_check_lib_save_LIBS=$LIBS 5889 ac_check_lib_save_LIBS=$LIBS
5901 LIBS="-l$SV_MODULE_LIB $LIBS" 5890 LIBS="-l$SV_MODULE_LIB $LIBS"
5902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5927 LIBS=$ac_check_lib_save_LIBS 5916 LIBS=$ac_check_lib_save_LIBS
5928 fi 5917 fi
5929 eval ac_res=\$$as_ac_Lib 5918 eval ac_res=\$$as_ac_Lib
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5931 $as_echo "$ac_res" >&6; } 5920 $as_echo "$ac_res" >&6; }
5932 eval as_val=\$$as_ac_Lib 5921 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5933 if test "x$as_val" = x""yes; then :
5934 LIBS="$LIBS -l$SV_MODULE_LIB" 5922 LIBS="$LIBS -l$SV_MODULE_LIB"
5935 else 5923 else
5936 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5924 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5937 fi 5925 fi
5938 5926
5939 fi 5927 fi
5940 fi 5928 fi
5941 5929
5954 5942
5955 pkg_failed=no 5943 pkg_failed=no
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5
5957 $as_echo_n "checking for rubberband... " >&6; } 5945 $as_echo_n "checking for rubberband... " >&6; }
5958 5946
5959 if test -n "$PKG_CONFIG"; then 5947 if test -n "$rubberband_CFLAGS"; then
5960 if test -n "$rubberband_CFLAGS"; then 5948 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS"
5961 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" 5949 elif test -n "$PKG_CONFIG"; then
5962 else 5950 if test -n "$PKG_CONFIG" && \
5963 if test -n "$PKG_CONFIG" && \
5964 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5951 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5965 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5952 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5966 ac_status=$? 5953 ac_status=$?
5967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5968 test $ac_status = 0; }; then 5955 test $ac_status = 0; }; then
5969 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5956 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5970 else 5957 else
5971 pkg_failed=yes 5958 pkg_failed=yes
5972 fi 5959 fi
5973 fi 5960 else
5974 else 5961 pkg_failed=untried
5975 pkg_failed=untried 5962 fi
5976 fi 5963 if test -n "$rubberband_LIBS"; then
5977 if test -n "$PKG_CONFIG"; then 5964 pkg_cv_rubberband_LIBS="$rubberband_LIBS"
5978 if test -n "$rubberband_LIBS"; then 5965 elif test -n "$PKG_CONFIG"; then
5979 pkg_cv_rubberband_LIBS="$rubberband_LIBS" 5966 if test -n "$PKG_CONFIG" && \
5980 else
5981 if test -n "$PKG_CONFIG" && \
5982 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5967 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5983 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5968 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5984 ac_status=$? 5969 ac_status=$?
5985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5986 test $ac_status = 0; }; then 5971 test $ac_status = 0; }; then
5987 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5972 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5988 else 5973 else
5989 pkg_failed=yes 5974 pkg_failed=yes
5990 fi 5975 fi
5991 fi 5976 else
5992 else 5977 pkg_failed=untried
5993 pkg_failed=untried
5994 fi 5978 fi
5995 5979
5996 5980
5997 5981
5998 if test $pkg_failed = yes; then 5982 if test $pkg_failed = yes; then
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5984 $as_echo "no" >&6; }
5999 5985
6000 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5986 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6001 _pkg_short_errors_supported=yes 5987 _pkg_short_errors_supported=yes
6002 else 5988 else
6003 _pkg_short_errors_supported=no 5989 _pkg_short_errors_supported=no
6004 fi 5990 fi
6005 if test $_pkg_short_errors_supported = yes; then 5991 if test $_pkg_short_errors_supported = yes; then
6006 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5992 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6007 else 5993 else
6008 rubberband_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5994 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6009 fi 5995 fi
6010 # Put the nasty error message in config.log where it belongs 5996 # Put the nasty error message in config.log where it belongs
6011 echo "$rubberband_PKG_ERRORS" >&5 5997 echo "$rubberband_PKG_ERRORS" >&5
6012 5998
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5999 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6014 $as_echo "no" >&6; }
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6016 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6000 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6017 elif test $pkg_failed = untried; then 6001 elif test $pkg_failed = untried; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003 $as_echo "no" >&6; }
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6004 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6019 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6005 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6020 else 6006 else
6021 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS 6007 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS
6022 rubberband_LIBS=$pkg_cv_rubberband_LIBS 6008 rubberband_LIBS=$pkg_cv_rubberband_LIBS
6026 fi 6012 fi
6027 fi 6013 fi
6028 if test -n "$SV_MODULE_FAILED"; then 6014 if test -n "$SV_MODULE_FAILED"; then
6029 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6015 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6030 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6016 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6031 eval as_val=\$$as_ac_Header 6017 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6032 if test "x$as_val" = x""yes; then :
6033 HAVES="$HAVES $SV_MODULE_HAVE" 6018 HAVES="$HAVES $SV_MODULE_HAVE"
6034 else 6019 else
6035 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 6020 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
6036 fi 6021 fi
6037 6022
6038 6023
6039 if test -n "$SV_MODULE_LIB"; then 6024 if test -n "$SV_MODULE_LIB"; then
6040 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6025 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6042 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6027 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6043 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6028 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6044 $as_echo_n "(cached) " >&6 6029 $as_echo_n "(cached) " >&6
6045 else 6030 else
6046 ac_check_lib_save_LIBS=$LIBS 6031 ac_check_lib_save_LIBS=$LIBS
6047 LIBS="-l$SV_MODULE_LIB $LIBS" 6032 LIBS="-l$SV_MODULE_LIB $LIBS"
6048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6073 LIBS=$ac_check_lib_save_LIBS 6058 LIBS=$ac_check_lib_save_LIBS
6074 fi 6059 fi
6075 eval ac_res=\$$as_ac_Lib 6060 eval ac_res=\$$as_ac_Lib
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6077 $as_echo "$ac_res" >&6; } 6062 $as_echo "$ac_res" >&6; }
6078 eval as_val=\$$as_ac_Lib 6063 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6079 if test "x$as_val" = x""yes; then :
6080 LIBS="$LIBS -l$SV_MODULE_LIB" 6064 LIBS="$LIBS -l$SV_MODULE_LIB"
6081 else 6065 else
6082 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 6066 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
6083 fi 6067 fi
6084 6068
6085 fi 6069 fi
6086 fi 6070 fi
6087 6071
6100 6084
6101 pkg_failed=no 6085 pkg_failed=no
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 6086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5
6103 $as_echo_n "checking for raptor... " >&6; } 6087 $as_echo_n "checking for raptor... " >&6; }
6104 6088
6105 if test -n "$PKG_CONFIG"; then 6089 if test -n "$raptor_CFLAGS"; then
6106 if test -n "$raptor_CFLAGS"; then 6090 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS"
6107 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS" 6091 elif test -n "$PKG_CONFIG"; then
6108 else 6092 if test -n "$PKG_CONFIG" && \
6109 if test -n "$PKG_CONFIG" && \
6110 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6093 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6111 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6094 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6112 ac_status=$? 6095 ac_status=$?
6113 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6114 test $ac_status = 0; }; then 6097 test $ac_status = 0; }; then
6115 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6098 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6116 else 6099 else
6117 pkg_failed=yes 6100 pkg_failed=yes
6118 fi 6101 fi
6119 fi 6102 else
6120 else 6103 pkg_failed=untried
6121 pkg_failed=untried 6104 fi
6122 fi 6105 if test -n "$raptor_LIBS"; then
6123 if test -n "$PKG_CONFIG"; then 6106 pkg_cv_raptor_LIBS="$raptor_LIBS"
6124 if test -n "$raptor_LIBS"; then 6107 elif test -n "$PKG_CONFIG"; then
6125 pkg_cv_raptor_LIBS="$raptor_LIBS" 6108 if test -n "$PKG_CONFIG" && \
6126 else
6127 if test -n "$PKG_CONFIG" && \
6128 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6109 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6129 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6110 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6130 ac_status=$? 6111 ac_status=$?
6131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6132 test $ac_status = 0; }; then 6113 test $ac_status = 0; }; then
6133 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6114 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6134 else 6115 else
6135 pkg_failed=yes 6116 pkg_failed=yes
6136 fi 6117 fi
6137 fi 6118 else
6138 else 6119 pkg_failed=untried
6139 pkg_failed=untried
6140 fi 6120 fi
6141 6121
6142 6122
6143 6123
6144 if test $pkg_failed = yes; then 6124 if test $pkg_failed = yes; then
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6126 $as_echo "no" >&6; }
6145 6127
6146 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6128 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6147 _pkg_short_errors_supported=yes 6129 _pkg_short_errors_supported=yes
6148 else 6130 else
6149 _pkg_short_errors_supported=no 6131 _pkg_short_errors_supported=no
6150 fi 6132 fi
6151 if test $_pkg_short_errors_supported = yes; then 6133 if test $_pkg_short_errors_supported = yes; then
6152 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6134 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6153 else 6135 else
6154 raptor_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6136 raptor_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6155 fi 6137 fi
6156 # Put the nasty error message in config.log where it belongs 6138 # Put the nasty error message in config.log where it belongs
6157 echo "$raptor_PKG_ERRORS" >&5 6139 echo "$raptor_PKG_ERRORS" >&5
6158 6140
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6141 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6160 $as_echo "no" >&6; }
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6162 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6142 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6163 elif test $pkg_failed = untried; then 6143 elif test $pkg_failed = untried; then
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6145 $as_echo "no" >&6; }
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6146 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6165 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6147 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6166 else 6148 else
6167 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS 6149 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS
6168 raptor_LIBS=$pkg_cv_raptor_LIBS 6150 raptor_LIBS=$pkg_cv_raptor_LIBS
6172 fi 6154 fi
6173 fi 6155 fi
6174 if test -n "$SV_MODULE_FAILED"; then 6156 if test -n "$SV_MODULE_FAILED"; then
6175 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6157 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6176 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6158 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6177 eval as_val=\$$as_ac_Header 6159 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6178 if test "x$as_val" = x""yes; then :
6179 HAVES="$HAVES $SV_MODULE_HAVE" 6160 HAVES="$HAVES $SV_MODULE_HAVE"
6180 else 6161 else
6181 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 6162 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
6182 fi 6163 fi
6183 6164
6184 6165
6185 if test -n "$SV_MODULE_LIB"; then 6166 if test -n "$SV_MODULE_LIB"; then
6186 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6167 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6188 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6169 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6189 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6170 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6190 $as_echo_n "(cached) " >&6 6171 $as_echo_n "(cached) " >&6
6191 else 6172 else
6192 ac_check_lib_save_LIBS=$LIBS 6173 ac_check_lib_save_LIBS=$LIBS
6193 LIBS="-l$SV_MODULE_LIB $LIBS" 6174 LIBS="-l$SV_MODULE_LIB $LIBS"
6194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6219 LIBS=$ac_check_lib_save_LIBS 6200 LIBS=$ac_check_lib_save_LIBS
6220 fi 6201 fi
6221 eval ac_res=\$$as_ac_Lib 6202 eval ac_res=\$$as_ac_Lib
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6223 $as_echo "$ac_res" >&6; } 6204 $as_echo "$ac_res" >&6; }
6224 eval as_val=\$$as_ac_Lib 6205 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6225 if test "x$as_val" = x""yes; then :
6226 LIBS="$LIBS -l$SV_MODULE_LIB" 6206 LIBS="$LIBS -l$SV_MODULE_LIB"
6227 else 6207 else
6228 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 6208 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
6229 fi 6209 fi
6230 6210
6231 fi 6211 fi
6232 fi 6212 fi
6233 6213
6246 6226
6247 pkg_failed=no 6227 pkg_failed=no
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5
6249 $as_echo_n "checking for rasqal... " >&6; } 6229 $as_echo_n "checking for rasqal... " >&6; }
6250 6230
6251 if test -n "$PKG_CONFIG"; then 6231 if test -n "$rasqal_CFLAGS"; then
6252 if test -n "$rasqal_CFLAGS"; then 6232 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS"
6253 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" 6233 elif test -n "$PKG_CONFIG"; then
6254 else 6234 if test -n "$PKG_CONFIG" && \
6255 if test -n "$PKG_CONFIG" && \
6256 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6235 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6257 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6236 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6258 ac_status=$? 6237 ac_status=$?
6259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6260 test $ac_status = 0; }; then 6239 test $ac_status = 0; }; then
6261 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6240 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6262 else 6241 else
6263 pkg_failed=yes 6242 pkg_failed=yes
6264 fi 6243 fi
6265 fi 6244 else
6266 else 6245 pkg_failed=untried
6267 pkg_failed=untried 6246 fi
6268 fi 6247 if test -n "$rasqal_LIBS"; then
6269 if test -n "$PKG_CONFIG"; then 6248 pkg_cv_rasqal_LIBS="$rasqal_LIBS"
6270 if test -n "$rasqal_LIBS"; then 6249 elif test -n "$PKG_CONFIG"; then
6271 pkg_cv_rasqal_LIBS="$rasqal_LIBS" 6250 if test -n "$PKG_CONFIG" && \
6272 else
6273 if test -n "$PKG_CONFIG" && \
6274 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6251 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6275 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6252 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6276 ac_status=$? 6253 ac_status=$?
6277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6278 test $ac_status = 0; }; then 6255 test $ac_status = 0; }; then
6279 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6256 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6280 else 6257 else
6281 pkg_failed=yes 6258 pkg_failed=yes
6282 fi 6259 fi
6283 fi 6260 else
6284 else 6261 pkg_failed=untried
6285 pkg_failed=untried
6286 fi 6262 fi
6287 6263
6288 6264
6289 6265
6290 if test $pkg_failed = yes; then 6266 if test $pkg_failed = yes; then
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6268 $as_echo "no" >&6; }
6291 6269
6292 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6270 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6293 _pkg_short_errors_supported=yes 6271 _pkg_short_errors_supported=yes
6294 else 6272 else
6295 _pkg_short_errors_supported=no 6273 _pkg_short_errors_supported=no
6296 fi 6274 fi
6297 if test $_pkg_short_errors_supported = yes; then 6275 if test $_pkg_short_errors_supported = yes; then
6298 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6276 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6299 else 6277 else
6300 rasqal_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6278 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6301 fi 6279 fi
6302 # Put the nasty error message in config.log where it belongs 6280 # Put the nasty error message in config.log where it belongs
6303 echo "$rasqal_PKG_ERRORS" >&5 6281 echo "$rasqal_PKG_ERRORS" >&5
6304 6282
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6283 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6306 $as_echo "no" >&6; }
6307 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6308 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6284 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6309 elif test $pkg_failed = untried; then 6285 elif test $pkg_failed = untried; then
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6287 $as_echo "no" >&6; }
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6288 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6311 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6289 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6312 else 6290 else
6313 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS 6291 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS
6314 rasqal_LIBS=$pkg_cv_rasqal_LIBS 6292 rasqal_LIBS=$pkg_cv_rasqal_LIBS
6318 fi 6296 fi
6319 fi 6297 fi
6320 if test -n "$SV_MODULE_FAILED"; then 6298 if test -n "$SV_MODULE_FAILED"; then
6321 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6299 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6322 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6300 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6323 eval as_val=\$$as_ac_Header 6301 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6324 if test "x$as_val" = x""yes; then :
6325 HAVES="$HAVES $SV_MODULE_HAVE" 6302 HAVES="$HAVES $SV_MODULE_HAVE"
6326 else 6303 else
6327 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 6304 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
6328 fi 6305 fi
6329 6306
6330 6307
6331 if test -n "$SV_MODULE_LIB"; then 6308 if test -n "$SV_MODULE_LIB"; then
6332 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6309 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6334 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6311 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6335 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6312 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6336 $as_echo_n "(cached) " >&6 6313 $as_echo_n "(cached) " >&6
6337 else 6314 else
6338 ac_check_lib_save_LIBS=$LIBS 6315 ac_check_lib_save_LIBS=$LIBS
6339 LIBS="-l$SV_MODULE_LIB $LIBS" 6316 LIBS="-l$SV_MODULE_LIB $LIBS"
6340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6365 LIBS=$ac_check_lib_save_LIBS 6342 LIBS=$ac_check_lib_save_LIBS
6366 fi 6343 fi
6367 eval ac_res=\$$as_ac_Lib 6344 eval ac_res=\$$as_ac_Lib
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6369 $as_echo "$ac_res" >&6; } 6346 $as_echo "$ac_res" >&6; }
6370 eval as_val=\$$as_ac_Lib 6347 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6371 if test "x$as_val" = x""yes; then :
6372 LIBS="$LIBS -l$SV_MODULE_LIB" 6348 LIBS="$LIBS -l$SV_MODULE_LIB"
6373 else 6349 else
6374 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 6350 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
6375 fi 6351 fi
6376 6352
6377 fi 6353 fi
6378 fi 6354 fi
6379 6355
6392 6368
6393 pkg_failed=no 6369 pkg_failed=no
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5
6395 $as_echo_n "checking for redland... " >&6; } 6371 $as_echo_n "checking for redland... " >&6; }
6396 6372
6397 if test -n "$PKG_CONFIG"; then 6373 if test -n "$redland_CFLAGS"; then
6398 if test -n "$redland_CFLAGS"; then 6374 pkg_cv_redland_CFLAGS="$redland_CFLAGS"
6399 pkg_cv_redland_CFLAGS="$redland_CFLAGS" 6375 elif test -n "$PKG_CONFIG"; then
6400 else 6376 if test -n "$PKG_CONFIG" && \
6401 if test -n "$PKG_CONFIG" && \
6402 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6377 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6403 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6378 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6404 ac_status=$? 6379 ac_status=$?
6405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6406 test $ac_status = 0; }; then 6381 test $ac_status = 0; }; then
6407 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6382 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6408 else 6383 else
6409 pkg_failed=yes 6384 pkg_failed=yes
6410 fi 6385 fi
6411 fi 6386 else
6412 else 6387 pkg_failed=untried
6413 pkg_failed=untried 6388 fi
6414 fi 6389 if test -n "$redland_LIBS"; then
6415 if test -n "$PKG_CONFIG"; then 6390 pkg_cv_redland_LIBS="$redland_LIBS"
6416 if test -n "$redland_LIBS"; then 6391 elif test -n "$PKG_CONFIG"; then
6417 pkg_cv_redland_LIBS="$redland_LIBS" 6392 if test -n "$PKG_CONFIG" && \
6418 else
6419 if test -n "$PKG_CONFIG" && \
6420 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6393 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6421 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6394 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6422 ac_status=$? 6395 ac_status=$?
6423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6424 test $ac_status = 0; }; then 6397 test $ac_status = 0; }; then
6425 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6398 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6426 else 6399 else
6427 pkg_failed=yes 6400 pkg_failed=yes
6428 fi 6401 fi
6429 fi 6402 else
6430 else 6403 pkg_failed=untried
6431 pkg_failed=untried
6432 fi 6404 fi
6433 6405
6434 6406
6435 6407
6436 if test $pkg_failed = yes; then 6408 if test $pkg_failed = yes; then
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6410 $as_echo "no" >&6; }
6437 6411
6438 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6412 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6439 _pkg_short_errors_supported=yes 6413 _pkg_short_errors_supported=yes
6440 else 6414 else
6441 _pkg_short_errors_supported=no 6415 _pkg_short_errors_supported=no
6442 fi 6416 fi
6443 if test $_pkg_short_errors_supported = yes; then 6417 if test $_pkg_short_errors_supported = yes; then
6444 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6418 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6445 else 6419 else
6446 redland_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6420 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6447 fi 6421 fi
6448 # Put the nasty error message in config.log where it belongs 6422 # Put the nasty error message in config.log where it belongs
6449 echo "$redland_PKG_ERRORS" >&5 6423 echo "$redland_PKG_ERRORS" >&5
6450 6424
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6425 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6452 $as_echo "no" >&6; }
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6454 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6426 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6455 elif test $pkg_failed = untried; then 6427 elif test $pkg_failed = untried; then
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6429 $as_echo "no" >&6; }
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6430 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6457 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6431 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6458 else 6432 else
6459 redland_CFLAGS=$pkg_cv_redland_CFLAGS 6433 redland_CFLAGS=$pkg_cv_redland_CFLAGS
6460 redland_LIBS=$pkg_cv_redland_LIBS 6434 redland_LIBS=$pkg_cv_redland_LIBS
6464 fi 6438 fi
6465 fi 6439 fi
6466 if test -n "$SV_MODULE_FAILED"; then 6440 if test -n "$SV_MODULE_FAILED"; then
6467 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6441 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6468 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6442 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6469 eval as_val=\$$as_ac_Header 6443 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6470 if test "x$as_val" = x""yes; then :
6471 HAVES="$HAVES $SV_MODULE_HAVE" 6444 HAVES="$HAVES $SV_MODULE_HAVE"
6472 else 6445 else
6473 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 6446 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
6474 fi 6447 fi
6475 6448
6476 6449
6477 if test -n "$SV_MODULE_LIB"; then 6450 if test -n "$SV_MODULE_LIB"; then
6478 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6451 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6480 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6453 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6481 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6454 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6482 $as_echo_n "(cached) " >&6 6455 $as_echo_n "(cached) " >&6
6483 else 6456 else
6484 ac_check_lib_save_LIBS=$LIBS 6457 ac_check_lib_save_LIBS=$LIBS
6485 LIBS="-l$SV_MODULE_LIB $LIBS" 6458 LIBS="-l$SV_MODULE_LIB $LIBS"
6486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6511 LIBS=$ac_check_lib_save_LIBS 6484 LIBS=$ac_check_lib_save_LIBS
6512 fi 6485 fi
6513 eval ac_res=\$$as_ac_Lib 6486 eval ac_res=\$$as_ac_Lib
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6515 $as_echo "$ac_res" >&6; } 6488 $as_echo "$ac_res" >&6; }
6516 eval as_val=\$$as_ac_Lib 6489 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6517 if test "x$as_val" = x""yes; then :
6518 LIBS="$LIBS -l$SV_MODULE_LIB" 6490 LIBS="$LIBS -l$SV_MODULE_LIB"
6519 else 6491 else
6520 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 6492 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
6521 fi 6493 fi
6522 6494
6523 fi 6495 fi
6524 fi 6496 fi
6525 6497
6539 6511
6540 pkg_failed=no 6512 pkg_failed=no
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5
6542 $as_echo_n "checking for liblo... " >&6; } 6514 $as_echo_n "checking for liblo... " >&6; }
6543 6515
6544 if test -n "$PKG_CONFIG"; then 6516 if test -n "$liblo_CFLAGS"; then
6545 if test -n "$liblo_CFLAGS"; then 6517 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS"
6546 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" 6518 elif test -n "$PKG_CONFIG"; then
6547 else 6519 if test -n "$PKG_CONFIG" && \
6548 if test -n "$PKG_CONFIG" && \
6549 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6520 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6550 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6521 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6551 ac_status=$? 6522 ac_status=$?
6552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6553 test $ac_status = 0; }; then 6524 test $ac_status = 0; }; then
6554 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6525 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6555 else 6526 else
6556 pkg_failed=yes 6527 pkg_failed=yes
6557 fi 6528 fi
6558 fi 6529 else
6559 else 6530 pkg_failed=untried
6560 pkg_failed=untried 6531 fi
6561 fi 6532 if test -n "$liblo_LIBS"; then
6562 if test -n "$PKG_CONFIG"; then 6533 pkg_cv_liblo_LIBS="$liblo_LIBS"
6563 if test -n "$liblo_LIBS"; then 6534 elif test -n "$PKG_CONFIG"; then
6564 pkg_cv_liblo_LIBS="$liblo_LIBS" 6535 if test -n "$PKG_CONFIG" && \
6565 else
6566 if test -n "$PKG_CONFIG" && \
6567 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6536 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6568 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6537 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6569 ac_status=$? 6538 ac_status=$?
6570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6571 test $ac_status = 0; }; then 6540 test $ac_status = 0; }; then
6572 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6541 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6573 else 6542 else
6574 pkg_failed=yes 6543 pkg_failed=yes
6575 fi 6544 fi
6576 fi 6545 else
6577 else 6546 pkg_failed=untried
6578 pkg_failed=untried
6579 fi 6547 fi
6580 6548
6581 6549
6582 6550
6583 if test $pkg_failed = yes; then 6551 if test $pkg_failed = yes; then
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6553 $as_echo "no" >&6; }
6584 6554
6585 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6555 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6586 _pkg_short_errors_supported=yes 6556 _pkg_short_errors_supported=yes
6587 else 6557 else
6588 _pkg_short_errors_supported=no 6558 _pkg_short_errors_supported=no
6589 fi 6559 fi
6590 if test $_pkg_short_errors_supported = yes; then 6560 if test $_pkg_short_errors_supported = yes; then
6591 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6561 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6592 else 6562 else
6593 liblo_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6563 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6594 fi 6564 fi
6595 # Put the nasty error message in config.log where it belongs 6565 # Put the nasty error message in config.log where it belongs
6596 echo "$liblo_PKG_ERRORS" >&5 6566 echo "$liblo_PKG_ERRORS" >&5
6597 6567
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6568 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6599 $as_echo "no" >&6; }
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6601 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6569 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6602 elif test $pkg_failed = untried; then 6570 elif test $pkg_failed = untried; then
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6572 $as_echo "no" >&6; }
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6573 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6604 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6574 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6605 else 6575 else
6606 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS 6576 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS
6607 liblo_LIBS=$pkg_cv_liblo_LIBS 6577 liblo_LIBS=$pkg_cv_liblo_LIBS
6611 fi 6581 fi
6612 fi 6582 fi
6613 if test -n "$SV_MODULE_FAILED"; then 6583 if test -n "$SV_MODULE_FAILED"; then
6614 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6584 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6615 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6585 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6616 eval as_val=\$$as_ac_Header 6586 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6617 if test "x$as_val" = x""yes; then :
6618 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6587 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6619 else 6588 else
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6589 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6621 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6590 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6622 fi 6591 fi
6625 if test -z "$SV_MODULE_FAILED"; then 6594 if test -z "$SV_MODULE_FAILED"; then
6626 if test -n "$SV_MODULE_LIB"; then 6595 if test -n "$SV_MODULE_LIB"; then
6627 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6596 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6629 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6598 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6630 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6599 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6631 $as_echo_n "(cached) " >&6 6600 $as_echo_n "(cached) " >&6
6632 else 6601 else
6633 ac_check_lib_save_LIBS=$LIBS 6602 ac_check_lib_save_LIBS=$LIBS
6634 LIBS="-l$SV_MODULE_LIB $LIBS" 6603 LIBS="-l$SV_MODULE_LIB $LIBS"
6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6660 LIBS=$ac_check_lib_save_LIBS 6629 LIBS=$ac_check_lib_save_LIBS
6661 fi 6630 fi
6662 eval ac_res=\$$as_ac_Lib 6631 eval ac_res=\$$as_ac_Lib
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6664 $as_echo "$ac_res" >&6; } 6633 $as_echo "$ac_res" >&6; }
6665 eval as_val=\$$as_ac_Lib 6634 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6666 if test "x$as_val" = x""yes; then :
6667 LIBS="$LIBS -l$SV_MODULE_LIB" 6635 LIBS="$LIBS -l$SV_MODULE_LIB"
6668 else 6636 else
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6637 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6670 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6638 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6671 fi 6639 fi
6689 6657
6690 pkg_failed=no 6658 pkg_failed=no
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 6659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5
6692 $as_echo_n "checking for JACK... " >&6; } 6660 $as_echo_n "checking for JACK... " >&6; }
6693 6661
6694 if test -n "$PKG_CONFIG"; then 6662 if test -n "$JACK_CFLAGS"; then
6695 if test -n "$JACK_CFLAGS"; then 6663 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS"
6696 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" 6664 elif test -n "$PKG_CONFIG"; then
6697 else 6665 if test -n "$PKG_CONFIG" && \
6698 if test -n "$PKG_CONFIG" && \
6699 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6666 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6700 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6667 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6701 ac_status=$? 6668 ac_status=$?
6702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6703 test $ac_status = 0; }; then 6670 test $ac_status = 0; }; then
6704 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6671 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6705 else 6672 else
6706 pkg_failed=yes 6673 pkg_failed=yes
6707 fi 6674 fi
6708 fi 6675 else
6709 else 6676 pkg_failed=untried
6710 pkg_failed=untried 6677 fi
6711 fi 6678 if test -n "$JACK_LIBS"; then
6712 if test -n "$PKG_CONFIG"; then 6679 pkg_cv_JACK_LIBS="$JACK_LIBS"
6713 if test -n "$JACK_LIBS"; then 6680 elif test -n "$PKG_CONFIG"; then
6714 pkg_cv_JACK_LIBS="$JACK_LIBS" 6681 if test -n "$PKG_CONFIG" && \
6715 else
6716 if test -n "$PKG_CONFIG" && \
6717 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6682 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6718 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6683 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6719 ac_status=$? 6684 ac_status=$?
6720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6721 test $ac_status = 0; }; then 6686 test $ac_status = 0; }; then
6722 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6687 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6723 else 6688 else
6724 pkg_failed=yes 6689 pkg_failed=yes
6725 fi 6690 fi
6726 fi 6691 else
6727 else 6692 pkg_failed=untried
6728 pkg_failed=untried
6729 fi 6693 fi
6730 6694
6731 6695
6732 6696
6733 if test $pkg_failed = yes; then 6697 if test $pkg_failed = yes; then
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6699 $as_echo "no" >&6; }
6734 6700
6735 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6701 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6736 _pkg_short_errors_supported=yes 6702 _pkg_short_errors_supported=yes
6737 else 6703 else
6738 _pkg_short_errors_supported=no 6704 _pkg_short_errors_supported=no
6739 fi 6705 fi
6740 if test $_pkg_short_errors_supported = yes; then 6706 if test $_pkg_short_errors_supported = yes; then
6741 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6707 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6742 else 6708 else
6743 JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6709 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6744 fi 6710 fi
6745 # Put the nasty error message in config.log where it belongs 6711 # Put the nasty error message in config.log where it belongs
6746 echo "$JACK_PKG_ERRORS" >&5 6712 echo "$JACK_PKG_ERRORS" >&5
6747 6713
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6714 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6749 $as_echo "no" >&6; }
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6751 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6715 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6752 elif test $pkg_failed = untried; then 6716 elif test $pkg_failed = untried; then
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6718 $as_echo "no" >&6; }
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6719 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6754 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6720 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6755 else 6721 else
6756 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS 6722 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS
6757 JACK_LIBS=$pkg_cv_JACK_LIBS 6723 JACK_LIBS=$pkg_cv_JACK_LIBS
6761 fi 6727 fi
6762 fi 6728 fi
6763 if test -n "$SV_MODULE_FAILED"; then 6729 if test -n "$SV_MODULE_FAILED"; then
6764 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6730 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6765 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6731 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6766 eval as_val=\$$as_ac_Header 6732 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6767 if test "x$as_val" = x""yes; then :
6768 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6733 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6769 else 6734 else
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6735 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6771 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6736 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6772 fi 6737 fi
6775 if test -z "$SV_MODULE_FAILED"; then 6740 if test -z "$SV_MODULE_FAILED"; then
6776 if test -n "$SV_MODULE_LIB"; then 6741 if test -n "$SV_MODULE_LIB"; then
6777 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6742 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6779 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6744 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6780 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6745 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6781 $as_echo_n "(cached) " >&6 6746 $as_echo_n "(cached) " >&6
6782 else 6747 else
6783 ac_check_lib_save_LIBS=$LIBS 6748 ac_check_lib_save_LIBS=$LIBS
6784 LIBS="-l$SV_MODULE_LIB $LIBS" 6749 LIBS="-l$SV_MODULE_LIB $LIBS"
6785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6810 LIBS=$ac_check_lib_save_LIBS 6775 LIBS=$ac_check_lib_save_LIBS
6811 fi 6776 fi
6812 eval ac_res=\$$as_ac_Lib 6777 eval ac_res=\$$as_ac_Lib
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6814 $as_echo "$ac_res" >&6; } 6779 $as_echo "$ac_res" >&6; }
6815 eval as_val=\$$as_ac_Lib 6780 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6816 if test "x$as_val" = x""yes; then :
6817 LIBS="$LIBS -l$SV_MODULE_LIB" 6781 LIBS="$LIBS -l$SV_MODULE_LIB"
6818 else 6782 else
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6783 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6820 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6784 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6821 fi 6785 fi
6839 6803
6840 pkg_failed=no 6804 pkg_failed=no
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5
6842 $as_echo_n "checking for libpulse... " >&6; } 6806 $as_echo_n "checking for libpulse... " >&6; }
6843 6807
6844 if test -n "$PKG_CONFIG"; then 6808 if test -n "$libpulse_CFLAGS"; then
6845 if test -n "$libpulse_CFLAGS"; then 6809 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS"
6846 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" 6810 elif test -n "$PKG_CONFIG"; then
6847 else 6811 if test -n "$PKG_CONFIG" && \
6848 if test -n "$PKG_CONFIG" && \
6849 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6812 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6850 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6813 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6851 ac_status=$? 6814 ac_status=$?
6852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6853 test $ac_status = 0; }; then 6816 test $ac_status = 0; }; then
6854 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6817 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6855 else 6818 else
6856 pkg_failed=yes 6819 pkg_failed=yes
6857 fi 6820 fi
6858 fi 6821 else
6859 else 6822 pkg_failed=untried
6860 pkg_failed=untried 6823 fi
6861 fi 6824 if test -n "$libpulse_LIBS"; then
6862 if test -n "$PKG_CONFIG"; then 6825 pkg_cv_libpulse_LIBS="$libpulse_LIBS"
6863 if test -n "$libpulse_LIBS"; then 6826 elif test -n "$PKG_CONFIG"; then
6864 pkg_cv_libpulse_LIBS="$libpulse_LIBS" 6827 if test -n "$PKG_CONFIG" && \
6865 else
6866 if test -n "$PKG_CONFIG" && \
6867 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6828 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6868 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6829 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6869 ac_status=$? 6830 ac_status=$?
6870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6871 test $ac_status = 0; }; then 6832 test $ac_status = 0; }; then
6872 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6833 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6873 else 6834 else
6874 pkg_failed=yes 6835 pkg_failed=yes
6875 fi 6836 fi
6876 fi 6837 else
6877 else 6838 pkg_failed=untried
6878 pkg_failed=untried
6879 fi 6839 fi
6880 6840
6881 6841
6882 6842
6883 if test $pkg_failed = yes; then 6843 if test $pkg_failed = yes; then
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6845 $as_echo "no" >&6; }
6884 6846
6885 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6847 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6886 _pkg_short_errors_supported=yes 6848 _pkg_short_errors_supported=yes
6887 else 6849 else
6888 _pkg_short_errors_supported=no 6850 _pkg_short_errors_supported=no
6889 fi 6851 fi
6890 if test $_pkg_short_errors_supported = yes; then 6852 if test $_pkg_short_errors_supported = yes; then
6891 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6853 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6892 else 6854 else
6893 libpulse_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6855 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
6894 fi 6856 fi
6895 # Put the nasty error message in config.log where it belongs 6857 # Put the nasty error message in config.log where it belongs
6896 echo "$libpulse_PKG_ERRORS" >&5 6858 echo "$libpulse_PKG_ERRORS" >&5
6897 6859
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6860 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6899 $as_echo "no" >&6; }
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6901 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6861 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6902 elif test $pkg_failed = untried; then 6862 elif test $pkg_failed = untried; then
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6864 $as_echo "no" >&6; }
6903 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6865 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6904 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6866 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6905 else 6867 else
6906 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS 6868 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS
6907 libpulse_LIBS=$pkg_cv_libpulse_LIBS 6869 libpulse_LIBS=$pkg_cv_libpulse_LIBS
6911 fi 6873 fi
6912 fi 6874 fi
6913 if test -n "$SV_MODULE_FAILED"; then 6875 if test -n "$SV_MODULE_FAILED"; then
6914 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6876 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6915 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6877 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6916 eval as_val=\$$as_ac_Header 6878 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6917 if test "x$as_val" = x""yes; then :
6918 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6879 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6919 else 6880 else
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6881 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6921 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6882 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6922 fi 6883 fi
6925 if test -z "$SV_MODULE_FAILED"; then 6886 if test -z "$SV_MODULE_FAILED"; then
6926 if test -n "$SV_MODULE_LIB"; then 6887 if test -n "$SV_MODULE_LIB"; then
6927 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6888 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6929 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6890 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6930 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6891 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
6931 $as_echo_n "(cached) " >&6 6892 $as_echo_n "(cached) " >&6
6932 else 6893 else
6933 ac_check_lib_save_LIBS=$LIBS 6894 ac_check_lib_save_LIBS=$LIBS
6934 LIBS="-l$SV_MODULE_LIB $LIBS" 6895 LIBS="-l$SV_MODULE_LIB $LIBS"
6935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6960 LIBS=$ac_check_lib_save_LIBS 6921 LIBS=$ac_check_lib_save_LIBS
6961 fi 6922 fi
6962 eval ac_res=\$$as_ac_Lib 6923 eval ac_res=\$$as_ac_Lib
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6964 $as_echo "$ac_res" >&6; } 6925 $as_echo "$ac_res" >&6; }
6965 eval as_val=\$$as_ac_Lib 6926 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6966 if test "x$as_val" = x""yes; then :
6967 LIBS="$LIBS -l$SV_MODULE_LIB" 6927 LIBS="$LIBS -l$SV_MODULE_LIB"
6968 else 6928 else
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6929 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6970 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6930 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6971 fi 6931 fi
6989 6949
6990 pkg_failed=no 6950 pkg_failed=no
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5
6992 $as_echo_n "checking for lrdf... " >&6; } 6952 $as_echo_n "checking for lrdf... " >&6; }
6993 6953
6994 if test -n "$PKG_CONFIG"; then 6954 if test -n "$lrdf_CFLAGS"; then
6995 if test -n "$lrdf_CFLAGS"; then 6955 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS"
6996 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" 6956 elif test -n "$PKG_CONFIG"; then
6997 else 6957 if test -n "$PKG_CONFIG" && \
6998 if test -n "$PKG_CONFIG" && \
6999 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6958 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7000 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6959 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7001 ac_status=$? 6960 ac_status=$?
7002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7003 test $ac_status = 0; }; then 6962 test $ac_status = 0; }; then
7004 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6963 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7005 else 6964 else
7006 pkg_failed=yes 6965 pkg_failed=yes
7007 fi 6966 fi
7008 fi 6967 else
7009 else 6968 pkg_failed=untried
7010 pkg_failed=untried 6969 fi
7011 fi 6970 if test -n "$lrdf_LIBS"; then
7012 if test -n "$PKG_CONFIG"; then 6971 pkg_cv_lrdf_LIBS="$lrdf_LIBS"
7013 if test -n "$lrdf_LIBS"; then 6972 elif test -n "$PKG_CONFIG"; then
7014 pkg_cv_lrdf_LIBS="$lrdf_LIBS" 6973 if test -n "$PKG_CONFIG" && \
7015 else
7016 if test -n "$PKG_CONFIG" && \
7017 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6974 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7018 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6975 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7019 ac_status=$? 6976 ac_status=$?
7020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7021 test $ac_status = 0; }; then 6978 test $ac_status = 0; }; then
7022 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6979 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7023 else 6980 else
7024 pkg_failed=yes 6981 pkg_failed=yes
7025 fi 6982 fi
7026 fi 6983 else
7027 else 6984 pkg_failed=untried
7028 pkg_failed=untried
7029 fi 6985 fi
7030 6986
7031 6987
7032 6988
7033 if test $pkg_failed = yes; then 6989 if test $pkg_failed = yes; then
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6991 $as_echo "no" >&6; }
7034 6992
7035 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6993 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7036 _pkg_short_errors_supported=yes 6994 _pkg_short_errors_supported=yes
7037 else 6995 else
7038 _pkg_short_errors_supported=no 6996 _pkg_short_errors_supported=no
7039 fi 6997 fi
7040 if test $_pkg_short_errors_supported = yes; then 6998 if test $_pkg_short_errors_supported = yes; then
7041 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6999 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7042 else 7000 else
7043 lrdf_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7001 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7044 fi 7002 fi
7045 # Put the nasty error message in config.log where it belongs 7003 # Put the nasty error message in config.log where it belongs
7046 echo "$lrdf_PKG_ERRORS" >&5 7004 echo "$lrdf_PKG_ERRORS" >&5
7047 7005
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7006 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7049 $as_echo "no" >&6; }
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7051 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7007 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7052 elif test $pkg_failed = untried; then 7008 elif test $pkg_failed = untried; then
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7010 $as_echo "no" >&6; }
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7011 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7054 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7012 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7055 else 7013 else
7056 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS 7014 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS
7057 lrdf_LIBS=$pkg_cv_lrdf_LIBS 7015 lrdf_LIBS=$pkg_cv_lrdf_LIBS
7061 fi 7019 fi
7062 fi 7020 fi
7063 if test -n "$SV_MODULE_FAILED"; then 7021 if test -n "$SV_MODULE_FAILED"; then
7064 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7022 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7065 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7023 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7066 eval as_val=\$$as_ac_Header 7024 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7067 if test "x$as_val" = x""yes; then :
7068 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7025 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7069 else 7026 else
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7027 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7071 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7028 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7072 fi 7029 fi
7075 if test -z "$SV_MODULE_FAILED"; then 7032 if test -z "$SV_MODULE_FAILED"; then
7076 if test -n "$SV_MODULE_LIB"; then 7033 if test -n "$SV_MODULE_LIB"; then
7077 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7034 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7079 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7036 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7080 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7037 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
7081 $as_echo_n "(cached) " >&6 7038 $as_echo_n "(cached) " >&6
7082 else 7039 else
7083 ac_check_lib_save_LIBS=$LIBS 7040 ac_check_lib_save_LIBS=$LIBS
7084 LIBS="-l$SV_MODULE_LIB $LIBS" 7041 LIBS="-l$SV_MODULE_LIB $LIBS"
7085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7110 LIBS=$ac_check_lib_save_LIBS 7067 LIBS=$ac_check_lib_save_LIBS
7111 fi 7068 fi
7112 eval ac_res=\$$as_ac_Lib 7069 eval ac_res=\$$as_ac_Lib
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7114 $as_echo "$ac_res" >&6; } 7071 $as_echo "$ac_res" >&6; }
7115 eval as_val=\$$as_ac_Lib 7072 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7116 if test "x$as_val" = x""yes; then :
7117 LIBS="$LIBS -l$SV_MODULE_LIB" 7073 LIBS="$LIBS -l$SV_MODULE_LIB"
7118 else 7074 else
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7075 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7120 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7076 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7121 fi 7077 fi
7139 7095
7140 pkg_failed=no 7096 pkg_failed=no
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 7097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5
7142 $as_echo_n "checking for oggz... " >&6; } 7098 $as_echo_n "checking for oggz... " >&6; }
7143 7099
7144 if test -n "$PKG_CONFIG"; then 7100 if test -n "$oggz_CFLAGS"; then
7145 if test -n "$oggz_CFLAGS"; then 7101 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS"
7146 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" 7102 elif test -n "$PKG_CONFIG"; then
7147 else 7103 if test -n "$PKG_CONFIG" && \
7148 if test -n "$PKG_CONFIG" && \
7149 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7104 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7150 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7105 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7151 ac_status=$? 7106 ac_status=$?
7152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7153 test $ac_status = 0; }; then 7108 test $ac_status = 0; }; then
7154 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7109 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7155 else 7110 else
7156 pkg_failed=yes 7111 pkg_failed=yes
7157 fi 7112 fi
7158 fi 7113 else
7159 else 7114 pkg_failed=untried
7160 pkg_failed=untried 7115 fi
7161 fi 7116 if test -n "$oggz_LIBS"; then
7162 if test -n "$PKG_CONFIG"; then 7117 pkg_cv_oggz_LIBS="$oggz_LIBS"
7163 if test -n "$oggz_LIBS"; then 7118 elif test -n "$PKG_CONFIG"; then
7164 pkg_cv_oggz_LIBS="$oggz_LIBS" 7119 if test -n "$PKG_CONFIG" && \
7165 else
7166 if test -n "$PKG_CONFIG" && \
7167 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7120 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7168 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7121 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7169 ac_status=$? 7122 ac_status=$?
7170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7171 test $ac_status = 0; }; then 7124 test $ac_status = 0; }; then
7172 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7125 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7173 else 7126 else
7174 pkg_failed=yes 7127 pkg_failed=yes
7175 fi 7128 fi
7176 fi 7129 else
7177 else 7130 pkg_failed=untried
7178 pkg_failed=untried
7179 fi 7131 fi
7180 7132
7181 7133
7182 7134
7183 if test $pkg_failed = yes; then 7135 if test $pkg_failed = yes; then
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7137 $as_echo "no" >&6; }
7184 7138
7185 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7139 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7186 _pkg_short_errors_supported=yes 7140 _pkg_short_errors_supported=yes
7187 else 7141 else
7188 _pkg_short_errors_supported=no 7142 _pkg_short_errors_supported=no
7189 fi 7143 fi
7190 if test $_pkg_short_errors_supported = yes; then 7144 if test $_pkg_short_errors_supported = yes; then
7191 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7145 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7192 else 7146 else
7193 oggz_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7147 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7194 fi 7148 fi
7195 # Put the nasty error message in config.log where it belongs 7149 # Put the nasty error message in config.log where it belongs
7196 echo "$oggz_PKG_ERRORS" >&5 7150 echo "$oggz_PKG_ERRORS" >&5
7197 7151
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7152 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7199 $as_echo "no" >&6; }
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7201 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7153 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7202 elif test $pkg_failed = untried; then 7154 elif test $pkg_failed = untried; then
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7157 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7204 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7158 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7205 else 7159 else
7206 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS 7160 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS
7207 oggz_LIBS=$pkg_cv_oggz_LIBS 7161 oggz_LIBS=$pkg_cv_oggz_LIBS
7211 fi 7165 fi
7212 fi 7166 fi
7213 if test -n "$SV_MODULE_FAILED"; then 7167 if test -n "$SV_MODULE_FAILED"; then
7214 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7168 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7215 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7169 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7216 eval as_val=\$$as_ac_Header 7170 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7217 if test "x$as_val" = x""yes; then :
7218 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7171 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7219 else 7172 else
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7173 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7221 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7174 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7222 fi 7175 fi
7225 if test -z "$SV_MODULE_FAILED"; then 7178 if test -z "$SV_MODULE_FAILED"; then
7226 if test -n "$SV_MODULE_LIB"; then 7179 if test -n "$SV_MODULE_LIB"; then
7227 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7180 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7229 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7182 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7230 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7183 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
7231 $as_echo_n "(cached) " >&6 7184 $as_echo_n "(cached) " >&6
7232 else 7185 else
7233 ac_check_lib_save_LIBS=$LIBS 7186 ac_check_lib_save_LIBS=$LIBS
7234 LIBS="-l$SV_MODULE_LIB $LIBS" 7187 LIBS="-l$SV_MODULE_LIB $LIBS"
7235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7260 LIBS=$ac_check_lib_save_LIBS 7213 LIBS=$ac_check_lib_save_LIBS
7261 fi 7214 fi
7262 eval ac_res=\$$as_ac_Lib 7215 eval ac_res=\$$as_ac_Lib
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7264 $as_echo "$ac_res" >&6; } 7217 $as_echo "$ac_res" >&6; }
7265 eval as_val=\$$as_ac_Lib 7218 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7266 if test "x$as_val" = x""yes; then :
7267 LIBS="$LIBS -l$SV_MODULE_LIB" 7219 LIBS="$LIBS -l$SV_MODULE_LIB"
7268 else 7220 else
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7221 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7270 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7222 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7271 fi 7223 fi
7289 7241
7290 pkg_failed=no 7242 pkg_failed=no
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 7243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5
7292 $as_echo_n "checking for fishsound... " >&6; } 7244 $as_echo_n "checking for fishsound... " >&6; }
7293 7245
7294 if test -n "$PKG_CONFIG"; then 7246 if test -n "$fishsound_CFLAGS"; then
7295 if test -n "$fishsound_CFLAGS"; then 7247 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS"
7296 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" 7248 elif test -n "$PKG_CONFIG"; then
7297 else 7249 if test -n "$PKG_CONFIG" && \
7298 if test -n "$PKG_CONFIG" && \
7299 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7250 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7300 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7251 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7301 ac_status=$? 7252 ac_status=$?
7302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7303 test $ac_status = 0; }; then 7254 test $ac_status = 0; }; then
7304 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7255 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7305 else 7256 else
7306 pkg_failed=yes 7257 pkg_failed=yes
7307 fi 7258 fi
7308 fi 7259 else
7309 else 7260 pkg_failed=untried
7310 pkg_failed=untried 7261 fi
7311 fi 7262 if test -n "$fishsound_LIBS"; then
7312 if test -n "$PKG_CONFIG"; then 7263 pkg_cv_fishsound_LIBS="$fishsound_LIBS"
7313 if test -n "$fishsound_LIBS"; then 7264 elif test -n "$PKG_CONFIG"; then
7314 pkg_cv_fishsound_LIBS="$fishsound_LIBS" 7265 if test -n "$PKG_CONFIG" && \
7315 else
7316 if test -n "$PKG_CONFIG" && \
7317 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7266 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7318 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7267 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7319 ac_status=$? 7268 ac_status=$?
7320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7321 test $ac_status = 0; }; then 7270 test $ac_status = 0; }; then
7322 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7271 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7323 else 7272 else
7324 pkg_failed=yes 7273 pkg_failed=yes
7325 fi 7274 fi
7326 fi 7275 else
7327 else 7276 pkg_failed=untried
7328 pkg_failed=untried
7329 fi 7277 fi
7330 7278
7331 7279
7332 7280
7333 if test $pkg_failed = yes; then 7281 if test $pkg_failed = yes; then
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7283 $as_echo "no" >&6; }
7334 7284
7335 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7285 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7336 _pkg_short_errors_supported=yes 7286 _pkg_short_errors_supported=yes
7337 else 7287 else
7338 _pkg_short_errors_supported=no 7288 _pkg_short_errors_supported=no
7339 fi 7289 fi
7340 if test $_pkg_short_errors_supported = yes; then 7290 if test $_pkg_short_errors_supported = yes; then
7341 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7291 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7342 else 7292 else
7343 fishsound_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7293 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7344 fi 7294 fi
7345 # Put the nasty error message in config.log where it belongs 7295 # Put the nasty error message in config.log where it belongs
7346 echo "$fishsound_PKG_ERRORS" >&5 7296 echo "$fishsound_PKG_ERRORS" >&5
7347 7297
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7298 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7349 $as_echo "no" >&6; }
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7351 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7299 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7352 elif test $pkg_failed = untried; then 7300 elif test $pkg_failed = untried; then
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7302 $as_echo "no" >&6; }
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7303 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7354 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7304 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7355 else 7305 else
7356 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS 7306 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS
7357 fishsound_LIBS=$pkg_cv_fishsound_LIBS 7307 fishsound_LIBS=$pkg_cv_fishsound_LIBS
7361 fi 7311 fi
7362 fi 7312 fi
7363 if test -n "$SV_MODULE_FAILED"; then 7313 if test -n "$SV_MODULE_FAILED"; then
7364 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7314 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7365 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7315 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7366 eval as_val=\$$as_ac_Header 7316 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7367 if test "x$as_val" = x""yes; then :
7368 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7317 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7369 else 7318 else
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7319 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7371 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7320 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7372 fi 7321 fi
7375 if test -z "$SV_MODULE_FAILED"; then 7324 if test -z "$SV_MODULE_FAILED"; then
7376 if test -n "$SV_MODULE_LIB"; then 7325 if test -n "$SV_MODULE_LIB"; then
7377 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7326 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7379 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7328 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7380 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7329 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
7381 $as_echo_n "(cached) " >&6 7330 $as_echo_n "(cached) " >&6
7382 else 7331 else
7383 ac_check_lib_save_LIBS=$LIBS 7332 ac_check_lib_save_LIBS=$LIBS
7384 LIBS="-l$SV_MODULE_LIB $LIBS" 7333 LIBS="-l$SV_MODULE_LIB $LIBS"
7385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7410 LIBS=$ac_check_lib_save_LIBS 7359 LIBS=$ac_check_lib_save_LIBS
7411 fi 7360 fi
7412 eval ac_res=\$$as_ac_Lib 7361 eval ac_res=\$$as_ac_Lib
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7414 $as_echo "$ac_res" >&6; } 7363 $as_echo "$ac_res" >&6; }
7415 eval as_val=\$$as_ac_Lib 7364 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7416 if test "x$as_val" = x""yes; then :
7417 LIBS="$LIBS -l$SV_MODULE_LIB" 7365 LIBS="$LIBS -l$SV_MODULE_LIB"
7418 else 7366 else
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7367 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7420 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7368 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7421 fi 7369 fi
7439 7387
7440 pkg_failed=no 7388 pkg_failed=no
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 7389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5
7442 $as_echo_n "checking for mad... " >&6; } 7390 $as_echo_n "checking for mad... " >&6; }
7443 7391
7444 if test -n "$PKG_CONFIG"; then 7392 if test -n "$mad_CFLAGS"; then
7445 if test -n "$mad_CFLAGS"; then 7393 pkg_cv_mad_CFLAGS="$mad_CFLAGS"
7446 pkg_cv_mad_CFLAGS="$mad_CFLAGS" 7394 elif test -n "$PKG_CONFIG"; then
7447 else 7395 if test -n "$PKG_CONFIG" && \
7448 if test -n "$PKG_CONFIG" && \
7449 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7396 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7450 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7397 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7451 ac_status=$? 7398 ac_status=$?
7452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7453 test $ac_status = 0; }; then 7400 test $ac_status = 0; }; then
7454 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7401 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7455 else 7402 else
7456 pkg_failed=yes 7403 pkg_failed=yes
7457 fi 7404 fi
7458 fi 7405 else
7459 else 7406 pkg_failed=untried
7460 pkg_failed=untried 7407 fi
7461 fi 7408 if test -n "$mad_LIBS"; then
7462 if test -n "$PKG_CONFIG"; then 7409 pkg_cv_mad_LIBS="$mad_LIBS"
7463 if test -n "$mad_LIBS"; then 7410 elif test -n "$PKG_CONFIG"; then
7464 pkg_cv_mad_LIBS="$mad_LIBS" 7411 if test -n "$PKG_CONFIG" && \
7465 else
7466 if test -n "$PKG_CONFIG" && \
7467 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7412 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7468 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7413 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7469 ac_status=$? 7414 ac_status=$?
7470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7471 test $ac_status = 0; }; then 7416 test $ac_status = 0; }; then
7472 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7417 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7473 else 7418 else
7474 pkg_failed=yes 7419 pkg_failed=yes
7475 fi 7420 fi
7476 fi 7421 else
7477 else 7422 pkg_failed=untried
7478 pkg_failed=untried
7479 fi 7423 fi
7480 7424
7481 7425
7482 7426
7483 if test $pkg_failed = yes; then 7427 if test $pkg_failed = yes; then
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7429 $as_echo "no" >&6; }
7484 7430
7485 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7431 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7486 _pkg_short_errors_supported=yes 7432 _pkg_short_errors_supported=yes
7487 else 7433 else
7488 _pkg_short_errors_supported=no 7434 _pkg_short_errors_supported=no
7489 fi 7435 fi
7490 if test $_pkg_short_errors_supported = yes; then 7436 if test $_pkg_short_errors_supported = yes; then
7491 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7437 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7492 else 7438 else
7493 mad_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7439 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7494 fi 7440 fi
7495 # Put the nasty error message in config.log where it belongs 7441 # Put the nasty error message in config.log where it belongs
7496 echo "$mad_PKG_ERRORS" >&5 7442 echo "$mad_PKG_ERRORS" >&5
7497 7443
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7444 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7499 $as_echo "no" >&6; }
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7501 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7445 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7502 elif test $pkg_failed = untried; then 7446 elif test $pkg_failed = untried; then
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7448 $as_echo "no" >&6; }
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7449 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7504 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7450 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7505 else 7451 else
7506 mad_CFLAGS=$pkg_cv_mad_CFLAGS 7452 mad_CFLAGS=$pkg_cv_mad_CFLAGS
7507 mad_LIBS=$pkg_cv_mad_LIBS 7453 mad_LIBS=$pkg_cv_mad_LIBS
7511 fi 7457 fi
7512 fi 7458 fi
7513 if test -n "$SV_MODULE_FAILED"; then 7459 if test -n "$SV_MODULE_FAILED"; then
7514 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7460 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7515 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7461 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7516 eval as_val=\$$as_ac_Header 7462 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7517 if test "x$as_val" = x""yes; then :
7518 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7463 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7519 else 7464 else
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7465 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7521 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7466 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7522 fi 7467 fi
7525 if test -z "$SV_MODULE_FAILED"; then 7470 if test -z "$SV_MODULE_FAILED"; then
7526 if test -n "$SV_MODULE_LIB"; then 7471 if test -n "$SV_MODULE_LIB"; then
7527 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7472 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7529 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7474 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7530 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7475 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
7531 $as_echo_n "(cached) " >&6 7476 $as_echo_n "(cached) " >&6
7532 else 7477 else
7533 ac_check_lib_save_LIBS=$LIBS 7478 ac_check_lib_save_LIBS=$LIBS
7534 LIBS="-l$SV_MODULE_LIB $LIBS" 7479 LIBS="-l$SV_MODULE_LIB $LIBS"
7535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7560 LIBS=$ac_check_lib_save_LIBS 7505 LIBS=$ac_check_lib_save_LIBS
7561 fi 7506 fi
7562 eval ac_res=\$$as_ac_Lib 7507 eval ac_res=\$$as_ac_Lib
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7564 $as_echo "$ac_res" >&6; } 7509 $as_echo "$ac_res" >&6; }
7565 eval as_val=\$$as_ac_Lib 7510 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7566 if test "x$as_val" = x""yes; then :
7567 LIBS="$LIBS -l$SV_MODULE_LIB" 7511 LIBS="$LIBS -l$SV_MODULE_LIB"
7568 else 7512 else
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7513 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7570 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7514 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7571 fi 7515 fi
7589 7533
7590 pkg_failed=no 7534 pkg_failed=no
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5
7592 $as_echo_n "checking for id3tag... " >&6; } 7536 $as_echo_n "checking for id3tag... " >&6; }
7593 7537
7594 if test -n "$PKG_CONFIG"; then 7538 if test -n "$id3tag_CFLAGS"; then
7595 if test -n "$id3tag_CFLAGS"; then 7539 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS"
7596 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" 7540 elif test -n "$PKG_CONFIG"; then
7597 else 7541 if test -n "$PKG_CONFIG" && \
7598 if test -n "$PKG_CONFIG" && \
7599 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7542 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7600 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7543 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7601 ac_status=$? 7544 ac_status=$?
7602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7603 test $ac_status = 0; }; then 7546 test $ac_status = 0; }; then
7604 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7547 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7605 else 7548 else
7606 pkg_failed=yes 7549 pkg_failed=yes
7607 fi 7550 fi
7608 fi 7551 else
7609 else 7552 pkg_failed=untried
7610 pkg_failed=untried 7553 fi
7611 fi 7554 if test -n "$id3tag_LIBS"; then
7612 if test -n "$PKG_CONFIG"; then 7555 pkg_cv_id3tag_LIBS="$id3tag_LIBS"
7613 if test -n "$id3tag_LIBS"; then 7556 elif test -n "$PKG_CONFIG"; then
7614 pkg_cv_id3tag_LIBS="$id3tag_LIBS" 7557 if test -n "$PKG_CONFIG" && \
7615 else
7616 if test -n "$PKG_CONFIG" && \
7617 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7558 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7618 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7559 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7619 ac_status=$? 7560 ac_status=$?
7620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7621 test $ac_status = 0; }; then 7562 test $ac_status = 0; }; then
7622 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7563 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7623 else 7564 else
7624 pkg_failed=yes 7565 pkg_failed=yes
7625 fi 7566 fi
7626 fi 7567 else
7627 else 7568 pkg_failed=untried
7628 pkg_failed=untried
7629 fi 7569 fi
7630 7570
7631 7571
7632 7572
7633 if test $pkg_failed = yes; then 7573 if test $pkg_failed = yes; then
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7575 $as_echo "no" >&6; }
7634 7576
7635 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7577 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7636 _pkg_short_errors_supported=yes 7578 _pkg_short_errors_supported=yes
7637 else 7579 else
7638 _pkg_short_errors_supported=no 7580 _pkg_short_errors_supported=no
7639 fi 7581 fi
7640 if test $_pkg_short_errors_supported = yes; then 7582 if test $_pkg_short_errors_supported = yes; then
7641 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7583 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7642 else 7584 else
7643 id3tag_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7585 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1`
7644 fi 7586 fi
7645 # Put the nasty error message in config.log where it belongs 7587 # Put the nasty error message in config.log where it belongs
7646 echo "$id3tag_PKG_ERRORS" >&5 7588 echo "$id3tag_PKG_ERRORS" >&5
7647 7589
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7590 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7649 $as_echo "no" >&6; }
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7651 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7591 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7652 elif test $pkg_failed = untried; then 7592 elif test $pkg_failed = untried; then
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7594 $as_echo "no" >&6; }
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7595 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7654 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7596 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7655 else 7597 else
7656 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS 7598 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS
7657 id3tag_LIBS=$pkg_cv_id3tag_LIBS 7599 id3tag_LIBS=$pkg_cv_id3tag_LIBS
7661 fi 7603 fi
7662 fi 7604 fi
7663 if test -n "$SV_MODULE_FAILED"; then 7605 if test -n "$SV_MODULE_FAILED"; then
7664 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7606 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7665 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7607 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7666 eval as_val=\$$as_ac_Header 7608 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7667 if test "x$as_val" = x""yes; then :
7668 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7609 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7669 else 7610 else
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7611 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7671 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7612 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7672 fi 7613 fi
7675 if test -z "$SV_MODULE_FAILED"; then 7616 if test -z "$SV_MODULE_FAILED"; then
7676 if test -n "$SV_MODULE_LIB"; then 7617 if test -n "$SV_MODULE_LIB"; then
7677 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7618 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7679 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7620 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7680 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7621 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
7681 $as_echo_n "(cached) " >&6 7622 $as_echo_n "(cached) " >&6
7682 else 7623 else
7683 ac_check_lib_save_LIBS=$LIBS 7624 ac_check_lib_save_LIBS=$LIBS
7684 LIBS="-l$SV_MODULE_LIB $LIBS" 7625 LIBS="-l$SV_MODULE_LIB $LIBS"
7685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 LIBS=$ac_check_lib_save_LIBS 7651 LIBS=$ac_check_lib_save_LIBS
7711 fi 7652 fi
7712 eval ac_res=\$$as_ac_Lib 7653 eval ac_res=\$$as_ac_Lib
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7714 $as_echo "$ac_res" >&6; } 7655 $as_echo "$ac_res" >&6; }
7715 eval as_val=\$$as_ac_Lib 7656 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7716 if test "x$as_val" = x""yes; then :
7717 LIBS="$LIBS -l$SV_MODULE_LIB" 7657 LIBS="$LIBS -l$SV_MODULE_LIB"
7718 else 7658 else
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7659 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7720 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7660 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7721 fi 7661 fi
7861 DEFS=`sed -n "$ac_script" confdefs.h` 7801 DEFS=`sed -n "$ac_script" confdefs.h`
7862 7802
7863 7803
7864 ac_libobjs= 7804 ac_libobjs=
7865 ac_ltlibobjs= 7805 ac_ltlibobjs=
7806 U=
7866 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 7807 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7867 # 1. Remove the extension, and $U if already installed. 7808 # 1. Remove the extension, and $U if already installed.
7868 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 7809 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7869 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 7810 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7870 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 7811 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
8022 7963
8023 # CDPATH. 7964 # CDPATH.
8024 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 7965 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
8025 7966
8026 7967
8027 # as_fn_error ERROR [LINENO LOG_FD] 7968 # as_fn_error STATUS ERROR [LINENO LOG_FD]
8028 # --------------------------------- 7969 # ----------------------------------------
8029 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 7970 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
8030 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 7971 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
8031 # script with status $?, using 1 if that was 0. 7972 # script with STATUS, using 1 if that was 0.
8032 as_fn_error () 7973 as_fn_error ()
8033 { 7974 {
8034 as_status=$?; test $as_status -eq 0 && as_status=1 7975 as_status=$1; test $as_status -eq 0 && as_status=1
8035 if test "$3"; then 7976 if test "$4"; then
8036 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 7977 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
8037 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 7978 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
8038 fi 7979 fi
8039 $as_echo "$as_me: error: $1" >&2 7980 $as_echo "$as_me: error: $2" >&2
8040 as_fn_exit $as_status 7981 as_fn_exit $as_status
8041 } # as_fn_error 7982 } # as_fn_error
8042 7983
8043 7984
8044 # as_fn_set_status STATUS 7985 # as_fn_set_status STATUS
8230 } 8171 }
8231 s/.*/./; q'` 8172 s/.*/./; q'`
8232 test -d "$as_dir" && break 8173 test -d "$as_dir" && break
8233 done 8174 done
8234 test -z "$as_dirs" || eval "mkdir $as_dirs" 8175 test -z "$as_dirs" || eval "mkdir $as_dirs"
8235 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 8176 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
8236 8177
8237 8178
8238 } # as_fn_mkdir_p 8179 } # as_fn_mkdir_p
8239 if mkdir -p . 2>/dev/null; then 8180 if mkdir -p . 2>/dev/null; then
8240 as_mkdir_p='mkdir -p "$as_dir"' 8181 as_mkdir_p='mkdir -p "$as_dir"'
8283 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8224 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8284 # Save the log message, to keep $0 and so on meaningful, and to 8225 # Save the log message, to keep $0 and so on meaningful, and to
8285 # report actual input values of CONFIG_FILES etc. instead of their 8226 # report actual input values of CONFIG_FILES etc. instead of their
8286 # values after options handling. 8227 # values after options handling.
8287 ac_log=" 8228 ac_log="
8288 This file was extended by SVcore $as_me 1.8, which was 8229 This file was extended by Sonic Visualiser $as_me 1.8, which was
8289 generated by GNU Autoconf 2.65. Invocation command line was 8230 generated by GNU Autoconf 2.67. Invocation command line was
8290 8231
8291 CONFIG_FILES = $CONFIG_FILES 8232 CONFIG_FILES = $CONFIG_FILES
8292 CONFIG_HEADERS = $CONFIG_HEADERS 8233 CONFIG_HEADERS = $CONFIG_HEADERS
8293 CONFIG_LINKS = $CONFIG_LINKS 8234 CONFIG_LINKS = $CONFIG_LINKS
8294 CONFIG_COMMANDS = $CONFIG_COMMANDS 8235 CONFIG_COMMANDS = $CONFIG_COMMANDS
8336 8277
8337 _ACEOF 8278 _ACEOF
8338 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8279 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8339 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 8280 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8340 ac_cs_version="\\ 8281 ac_cs_version="\\
8341 SVcore config.status 1.8 8282 Sonic Visualiser config.status 1.8
8342 configured by $0, generated by GNU Autoconf 2.65, 8283 configured by $0, generated by GNU Autoconf 2.67,
8343 with options \\"\$ac_cs_config\\" 8284 with options \\"\$ac_cs_config\\"
8344 8285
8345 Copyright (C) 2009 Free Software Foundation, Inc. 8286 Copyright (C) 2010 Free Software Foundation, Inc.
8346 This config.status script is free software; the Free Software Foundation 8287 This config.status script is free software; the Free Software Foundation
8347 gives unlimited permission to copy, distribute and modify it." 8288 gives unlimited permission to copy, distribute and modify it."
8348 8289
8349 ac_pwd='$ac_pwd' 8290 ac_pwd='$ac_pwd'
8350 srcdir='$srcdir' 8291 srcdir='$srcdir'
8357 # The default lists apply if the user does not specify any file. 8298 # The default lists apply if the user does not specify any file.
8358 ac_need_defaults=: 8299 ac_need_defaults=:
8359 while test $# != 0 8300 while test $# != 0
8360 do 8301 do
8361 case $1 in 8302 case $1 in
8362 --*=*) 8303 --*=?*)
8363 ac_option=`expr "X$1" : 'X\([^=]*\)='` 8304 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8364 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 8305 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8306 ac_shift=:
8307 ;;
8308 --*=)
8309 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8310 ac_optarg=
8365 ac_shift=: 8311 ac_shift=:
8366 ;; 8312 ;;
8367 *) 8313 *)
8368 ac_option=$1 8314 ac_option=$1
8369 ac_optarg=$2 8315 ac_optarg=$2
8383 debug=: ;; 8329 debug=: ;;
8384 --file | --fil | --fi | --f ) 8330 --file | --fil | --fi | --f )
8385 $ac_shift 8331 $ac_shift
8386 case $ac_optarg in 8332 case $ac_optarg in
8387 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 8333 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8334 '') as_fn_error $? "missing file argument" ;;
8388 esac 8335 esac
8389 as_fn_append CONFIG_FILES " '$ac_optarg'" 8336 as_fn_append CONFIG_FILES " '$ac_optarg'"
8390 ac_need_defaults=false;; 8337 ac_need_defaults=false;;
8391 --he | --h | --help | --hel | -h ) 8338 --he | --h | --help | --hel | -h )
8392 $as_echo "$ac_cs_usage"; exit ;; 8339 $as_echo "$ac_cs_usage"; exit ;;
8393 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 8340 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8394 | -silent | --silent | --silen | --sile | --sil | --si | --s) 8341 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8395 ac_cs_silent=: ;; 8342 ac_cs_silent=: ;;
8396 8343
8397 # This is an error. 8344 # This is an error.
8398 -*) as_fn_error "unrecognized option: \`$1' 8345 -*) as_fn_error $? "unrecognized option: \`$1'
8399 Try \`$0 --help' for more information." ;; 8346 Try \`$0 --help' for more information." ;;
8400 8347
8401 *) as_fn_append ac_config_targets " $1" 8348 *) as_fn_append ac_config_targets " $1"
8402 ac_need_defaults=false ;; 8349 ac_need_defaults=false ;;
8403 8350
8444 for ac_config_target in $ac_config_targets 8391 for ac_config_target in $ac_config_targets
8445 do 8392 do
8446 case $ac_config_target in 8393 case $ac_config_target in
8447 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; 8394 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;;
8448 8395
8449 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 8396 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8450 esac 8397 esac
8451 done 8398 done
8452 8399
8453 8400
8454 # If the user did not use the arguments to specify the items to instantiate, 8401 # If the user did not use the arguments to specify the items to instantiate,
8480 test -n "$tmp" && test -d "$tmp" 8427 test -n "$tmp" && test -d "$tmp"
8481 } || 8428 } ||
8482 { 8429 {
8483 tmp=./conf$$-$RANDOM 8430 tmp=./conf$$-$RANDOM
8484 (umask 077 && mkdir "$tmp") 8431 (umask 077 && mkdir "$tmp")
8485 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 8432 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8486 8433
8487 # Set up the scripts for CONFIG_FILES section. 8434 # Set up the scripts for CONFIG_FILES section.
8488 # No need to generate them if there are no CONFIG_FILES. 8435 # No need to generate them if there are no CONFIG_FILES.
8489 # This happens for instance with `./config.status config.h'. 8436 # This happens for instance with `./config.status config.h'.
8490 if test -n "$CONFIG_FILES"; then 8437 if test -n "$CONFIG_FILES"; then
8497 if test "x$ac_cr" = x; then 8444 if test "x$ac_cr" = x; then
8498 eval ac_cr=\$\'\\r\' 8445 eval ac_cr=\$\'\\r\'
8499 fi 8446 fi
8500 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 8447 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8501 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 8448 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8502 ac_cs_awk_cr='\r' 8449 ac_cs_awk_cr='\\r'
8503 else 8450 else
8504 ac_cs_awk_cr=$ac_cr 8451 ac_cs_awk_cr=$ac_cr
8505 fi 8452 fi
8506 8453
8507 echo 'BEGIN {' >"$tmp/subs1.awk" && 8454 echo 'BEGIN {' >"$tmp/subs1.awk" &&
8511 { 8458 {
8512 echo "cat >conf$$subs.awk <<_ACEOF" && 8459 echo "cat >conf$$subs.awk <<_ACEOF" &&
8513 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 8460 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8514 echo "_ACEOF" 8461 echo "_ACEOF"
8515 } >conf$$subs.sh || 8462 } >conf$$subs.sh ||
8516 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 8463 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8517 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 8464 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8518 ac_delim='%!_!# ' 8465 ac_delim='%!_!# '
8519 for ac_last_try in false false false false false :; do 8466 for ac_last_try in false false false false false :; do
8520 . ./conf$$subs.sh || 8467 . ./conf$$subs.sh ||
8521 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 8468 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8522 8469
8523 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 8470 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8524 if test $ac_delim_n = $ac_delim_num; then 8471 if test $ac_delim_n = $ac_delim_num; then
8525 break 8472 break
8526 elif $ac_last_try; then 8473 elif $ac_last_try; then
8527 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 8474 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8528 else 8475 else
8529 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8476 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8530 fi 8477 fi
8531 done 8478 done
8532 rm -f conf$$subs.sh 8479 rm -f conf$$subs.sh
8611 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8558 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8612 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8559 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8613 else 8560 else
8614 cat 8561 cat
8615 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 8562 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
8616 || as_fn_error "could not setup config files machinery" "$LINENO" 5 8563 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8617 _ACEOF 8564 _ACEOF
8618 8565
8619 # VPATH may cause trouble with some makes, so we remove $(srcdir), 8566 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8620 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 8567 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8621 # trailing colons and then remove the whole line if VPATH becomes empty 8568 # trailing colons and then remove the whole line if VPATH becomes empty
8622 # (actually we leave an empty line to preserve line numbers). 8569 # (actually we leave an empty line to preserve line numbers).
8623 if test "x$srcdir" = x.; then 8570 if test "x$srcdir" = x.; then
8624 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 8571 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8625 s/:*\$(srcdir):*/:/ 8572 h
8626 s/:*\${srcdir}:*/:/ 8573 s///
8627 s/:*@srcdir@:*/:/ 8574 s/^/:/
8628 s/^\([^=]*=[ ]*\):*/\1/ 8575 s/[ ]*$/:/
8576 s/:\$(srcdir):/:/g
8577 s/:\${srcdir}:/:/g
8578 s/:@srcdir@:/:/g
8579 s/^:*//
8629 s/:*$// 8580 s/:*$//
8581 x
8582 s/\(=[ ]*\).*/\1/
8583 G
8584 s/\n//
8630 s/^[^=]*=[ ]*$// 8585 s/^[^=]*=[ ]*$//
8631 }' 8586 }'
8632 fi 8587 fi
8633 8588
8634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8642 case $ac_tag in 8597 case $ac_tag in
8643 :[FHLC]) ac_mode=$ac_tag; continue;; 8598 :[FHLC]) ac_mode=$ac_tag; continue;;
8644 esac 8599 esac
8645 case $ac_mode$ac_tag in 8600 case $ac_mode$ac_tag in
8646 :[FHL]*:*);; 8601 :[FHL]*:*);;
8647 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 8602 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8648 :[FH]-) ac_tag=-:-;; 8603 :[FH]-) ac_tag=-:-;;
8649 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 8604 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8650 esac 8605 esac
8651 ac_save_IFS=$IFS 8606 ac_save_IFS=$IFS
8652 IFS=: 8607 IFS=:
8670 test -f "$ac_f" || 8625 test -f "$ac_f" ||
8671 case $ac_f in 8626 case $ac_f in
8672 [\\/$]*) false;; 8627 [\\/$]*) false;;
8673 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8628 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8674 esac || 8629 esac ||
8675 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 8630 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8676 esac 8631 esac
8677 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 8632 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8678 as_fn_append ac_file_inputs " '$ac_f'" 8633 as_fn_append ac_file_inputs " '$ac_f'"
8679 done 8634 done
8680 8635
8697 *) ac_sed_conf_input=$configure_input;; 8652 *) ac_sed_conf_input=$configure_input;;
8698 esac 8653 esac
8699 8654
8700 case $ac_tag in 8655 case $ac_tag in
8701 *:-:* | *:-) cat >"$tmp/stdin" \ 8656 *:-:* | *:-) cat >"$tmp/stdin" \
8702 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 8657 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8703 esac 8658 esac
8704 ;; 8659 ;;
8705 esac 8660 esac
8706 8661
8707 ac_dir=`$as_dirname -- "$ac_file" || 8662 ac_dir=`$as_dirname -- "$ac_file" ||
8834 s&@INSTALL@&$ac_INSTALL&;t t 8789 s&@INSTALL@&$ac_INSTALL&;t t
8835 s&@MKDIR_P@&$ac_MKDIR_P&;t t 8790 s&@MKDIR_P@&$ac_MKDIR_P&;t t
8836 $ac_datarootdir_hack 8791 $ac_datarootdir_hack
8837 " 8792 "
8838 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 8793 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
8839 || as_fn_error "could not create $ac_file" "$LINENO" 5 8794 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8840 8795
8841 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8796 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8842 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8797 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
8843 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8798 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8845 which seems to be undefined. Please make sure it is defined." >&5 8800 which seems to be undefined. Please make sure it is defined" >&5
8846 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8801 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8847 which seems to be undefined. Please make sure it is defined." >&2;} 8802 which seems to be undefined. Please make sure it is defined" >&2;}
8848 8803
8849 rm -f "$tmp/stdin" 8804 rm -f "$tmp/stdin"
8850 case $ac_file in 8805 case $ac_file in
8851 -) cat "$tmp/out" && rm -f "$tmp/out";; 8806 -) cat "$tmp/out" && rm -f "$tmp/out";;
8852 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 8807 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
8853 esac \ 8808 esac \
8854 || as_fn_error "could not create $ac_file" "$LINENO" 5 8809 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8855 ;; 8810 ;;
8856 8811
8857 8812
8858 8813
8859 esac 8814 esac
8864 as_fn_exit 0 8819 as_fn_exit 0
8865 _ACEOF 8820 _ACEOF
8866 ac_clean_files=$ac_clean_files_save 8821 ac_clean_files=$ac_clean_files_save
8867 8822
8868 test $ac_write_fail = 0 || 8823 test $ac_write_fail = 0 ||
8869 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 8824 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8870 8825
8871 8826
8872 # configure is writing to config.log, and then calls config.status. 8827 # configure is writing to config.log, and then calls config.status.
8873 # config.status does its own redirection, appending to config.log. 8828 # config.status does its own redirection, appending to config.log.
8874 # Unfortunately, on DOS this fails, as config.log is still kept open 8829 # Unfortunately, on DOS this fails, as config.log is still kept open
8885 exec 5>/dev/null 8840 exec 5>/dev/null
8886 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 8841 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8887 exec 5>>config.log 8842 exec 5>>config.log
8888 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 8843 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8889 # would make configure fail if this is the last instruction. 8844 # would make configure fail if this is the last instruction.
8890 $ac_cs_success || as_fn_exit $? 8845 $ac_cs_success || as_fn_exit 1
8891 fi 8846 fi
8892 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 8847 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 8848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8894 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8849 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8895 fi 8850 fi
8896 8851
8852 ac_config_files="$ac_config_files version.h"
8853
8854 cat >confcache <<\_ACEOF
8855 # This file is a shell script that caches the results of configure
8856 # tests run on this system so they can be shared between configure
8857 # scripts and configure runs, see configure's option --config-cache.
8858 # It is not useful on other systems. If it contains results you don't
8859 # want to keep, you may remove or edit it.
8860 #
8861 # config.status only pays attention to the cache file if you give it
8862 # the --recheck option to rerun configure.
8863 #
8864 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8865 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8866 # following values.
8867
8868 _ACEOF
8869
8870 # The following way of writing the cache mishandles newlines in values,
8871 # but we know of no workaround that is simple, portable, and efficient.
8872 # So, we kill variables containing newlines.
8873 # Ultrix sh set writes to stderr and can't be redirected directly,
8874 # and sets the high bit in the cache file unless we assign to the vars.
8875 (
8876 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
8877 eval ac_val=\$$ac_var
8878 case $ac_val in #(
8879 *${as_nl}*)
8880 case $ac_var in #(
8881 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8882 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
8883 esac
8884 case $ac_var in #(
8885 _ | IFS | as_nl) ;; #(
8886 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
8887 *) { eval $ac_var=; unset $ac_var;} ;;
8888 esac ;;
8889 esac
8890 done
8891
8892 (set) 2>&1 |
8893 case $as_nl`(ac_space=' '; set) 2>&1` in #(
8894 *${as_nl}ac_space=\ *)
8895 # `set' does not quote correctly, so add quotes: double-quote
8896 # substitution turns \\\\ into \\, and sed turns \\ into \.
8897 sed -n \
8898 "s/'/'\\\\''/g;
8899 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8900 ;; #(
8901 *)
8902 # `set' quotes correctly as required by POSIX, so do not add quotes.
8903 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
8904 ;;
8905 esac |
8906 sort
8907 ) |
8908 sed '
8909 /^ac_cv_env_/b end
8910 t clear
8911 :clear
8912 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8913 t end
8914 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8915 :end' >>confcache
8916 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8917 if test -w "$cache_file"; then
8918 test "x$cache_file" != "x/dev/null" &&
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8920 $as_echo "$as_me: updating cache $cache_file" >&6;}
8921 cat confcache >$cache_file
8922 else
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8924 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8925 fi
8926 fi
8927 rm -f confcache
8928
8929 test "x$prefix" = xNONE && prefix=$ac_default_prefix
8930 # Let make expand exec_prefix.
8931 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8932
8933 # Transform confdefs.h into DEFS.
8934 # Protect against shell expansion while executing Makefile rules.
8935 # Protect against Makefile macro expansion.
8936 #
8937 # If the first sed substitution is executed (which looks for macros that
8938 # take arguments), then branch to the quote section. Otherwise,
8939 # look for a macro that doesn't take arguments.
8940 ac_script='
8941 :mline
8942 /\\$/{
8943 N
8944 s,\\\n,,
8945 b mline
8946 }
8947 t clear
8948 :clear
8949 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
8950 t quote
8951 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
8952 t quote
8953 b any
8954 :quote
8955 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
8956 s/\[/\\&/g
8957 s/\]/\\&/g
8958 s/\$/$$/g
8959 H
8960 :any
8961 ${
8962 g
8963 s/^\n//
8964 s/\n/ /g
8965 p
8966 }
8967 '
8968 DEFS=`sed -n "$ac_script" confdefs.h`
8969
8970
8971 ac_libobjs=
8972 ac_ltlibobjs=
8973 U=
8974 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8975 # 1. Remove the extension, and $U if already installed.
8976 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
8977 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
8978 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
8979 # will be set to the directory where LIBOBJS objects are built.
8980 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
8981 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
8982 done
8983 LIBOBJS=$ac_libobjs
8984
8985 LTLIBOBJS=$ac_ltlibobjs
8986
8987
8988
8989 : ${CONFIG_STATUS=./config.status}
8990 ac_write_fail=0
8991 ac_clean_files_save=$ac_clean_files
8992 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8994 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8995 as_write_fail=0
8996 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
8997 #! $SHELL
8998 # Generated by $as_me.
8999 # Run this file to recreate the current configuration.
9000 # Compiler output produced by configure, useful for debugging
9001 # configure, is in config.log if it exists.
9002
9003 debug=false
9004 ac_cs_recheck=false
9005 ac_cs_silent=false
9006
9007 SHELL=\${CONFIG_SHELL-$SHELL}
9008 export SHELL
9009 _ASEOF
9010 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
9011 ## -------------------- ##
9012 ## M4sh Initialization. ##
9013 ## -------------------- ##
9014
9015 # Be more Bourne compatible
9016 DUALCASE=1; export DUALCASE # for MKS sh
9017 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
9018 emulate sh
9019 NULLCMD=:
9020 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
9021 # is contrary to our usage. Disable this feature.
9022 alias -g '${1+"$@"}'='"$@"'
9023 setopt NO_GLOB_SUBST
9024 else
9025 case `(set -o) 2>/dev/null` in #(
9026 *posix*) :
9027 set -o posix ;; #(
9028 *) :
9029 ;;
9030 esac
9031 fi
9032
9033
9034 as_nl='
9035 '
9036 export as_nl
9037 # Printing a long string crashes Solaris 7 /usr/bin/printf.
9038 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
9039 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
9040 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
9041 # Prefer a ksh shell builtin over an external printf program on Solaris,
9042 # but without wasting forks for bash or zsh.
9043 if test -z "$BASH_VERSION$ZSH_VERSION" \
9044 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
9045 as_echo='print -r --'
9046 as_echo_n='print -rn --'
9047 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
9048 as_echo='printf %s\n'
9049 as_echo_n='printf %s'
9050 else
9051 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
9052 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
9053 as_echo_n='/usr/ucb/echo -n'
9054 else
9055 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
9056 as_echo_n_body='eval
9057 arg=$1;
9058 case $arg in #(
9059 *"$as_nl"*)
9060 expr "X$arg" : "X\\(.*\\)$as_nl";
9061 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
9062 esac;
9063 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
9064 '
9065 export as_echo_n_body
9066 as_echo_n='sh -c $as_echo_n_body as_echo'
9067 fi
9068 export as_echo_body
9069 as_echo='sh -c $as_echo_body as_echo'
9070 fi
9071
9072 # The user is always right.
9073 if test "${PATH_SEPARATOR+set}" != set; then
9074 PATH_SEPARATOR=:
9075 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
9076 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
9077 PATH_SEPARATOR=';'
9078 }
9079 fi
9080
9081
9082 # IFS
9083 # We need space, tab and new line, in precisely that order. Quoting is
9084 # there to prevent editors from complaining about space-tab.
9085 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
9086 # splitting by setting IFS to empty value.)
9087 IFS=" "" $as_nl"
9088
9089 # Find who we are. Look in the path if we contain no directory separator.
9090 case $0 in #((
9091 *[\\/]* ) as_myself=$0 ;;
9092 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9093 for as_dir in $PATH
9094 do
9095 IFS=$as_save_IFS
9096 test -z "$as_dir" && as_dir=.
9097 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9098 done
9099 IFS=$as_save_IFS
9100
9101 ;;
9102 esac
9103 # We did not find ourselves, most probably we were run as `sh COMMAND'
9104 # in which case we are not to be found in the path.
9105 if test "x$as_myself" = x; then
9106 as_myself=$0
9107 fi
9108 if test ! -f "$as_myself"; then
9109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
9110 exit 1
9111 fi
9112
9113 # Unset variables that we do not need and which cause bugs (e.g. in
9114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
9115 # suppresses any "Segmentation fault" message there. '((' could
9116 # trigger a bug in pdksh 5.2.14.
9117 for as_var in BASH_ENV ENV MAIL MAILPATH
9118 do eval test x\${$as_var+set} = xset \
9119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
9120 done
9121 PS1='$ '
9122 PS2='> '
9123 PS4='+ '
9124
9125 # NLS nuisances.
9126 LC_ALL=C
9127 export LC_ALL
9128 LANGUAGE=C
9129 export LANGUAGE
9130
9131 # CDPATH.
9132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
9133
9134
9135 # as_fn_error STATUS ERROR [LINENO LOG_FD]
9136 # ----------------------------------------
9137 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
9138 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
9139 # script with STATUS, using 1 if that was 0.
9140 as_fn_error ()
9141 {
9142 as_status=$1; test $as_status -eq 0 && as_status=1
9143 if test "$4"; then
9144 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9145 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
9146 fi
9147 $as_echo "$as_me: error: $2" >&2
9148 as_fn_exit $as_status
9149 } # as_fn_error
9150
9151
9152 # as_fn_set_status STATUS
9153 # -----------------------
9154 # Set $? to STATUS, without forking.
9155 as_fn_set_status ()
9156 {
9157 return $1
9158 } # as_fn_set_status
9159
9160 # as_fn_exit STATUS
9161 # -----------------
9162 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
9163 as_fn_exit ()
9164 {
9165 set +e
9166 as_fn_set_status $1
9167 exit $1
9168 } # as_fn_exit
9169
9170 # as_fn_unset VAR
9171 # ---------------
9172 # Portably unset VAR.
9173 as_fn_unset ()
9174 {
9175 { eval $1=; unset $1;}
9176 }
9177 as_unset=as_fn_unset
9178 # as_fn_append VAR VALUE
9179 # ----------------------
9180 # Append the text in VALUE to the end of the definition contained in VAR. Take
9181 # advantage of any shell optimizations that allow amortized linear growth over
9182 # repeated appends, instead of the typical quadratic growth present in naive
9183 # implementations.
9184 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
9185 eval 'as_fn_append ()
9186 {
9187 eval $1+=\$2
9188 }'
9189 else
9190 as_fn_append ()
9191 {
9192 eval $1=\$$1\$2
9193 }
9194 fi # as_fn_append
9195
9196 # as_fn_arith ARG...
9197 # ------------------
9198 # Perform arithmetic evaluation on the ARGs, and store the result in the
9199 # global $as_val. Take advantage of shells that can avoid forks. The arguments
9200 # must be portable across $(()) and expr.
9201 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
9202 eval 'as_fn_arith ()
9203 {
9204 as_val=$(( $* ))
9205 }'
9206 else
9207 as_fn_arith ()
9208 {
9209 as_val=`expr "$@" || test $? -eq 1`
9210 }
9211 fi # as_fn_arith
9212
9213
9214 if expr a : '\(a\)' >/dev/null 2>&1 &&
9215 test "X`expr 00001 : '.*\(...\)'`" = X001; then
9216 as_expr=expr
9217 else
9218 as_expr=false
9219 fi
9220
9221 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
9222 as_basename=basename
9223 else
9224 as_basename=false
9225 fi
9226
9227 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
9228 as_dirname=dirname
9229 else
9230 as_dirname=false
9231 fi
9232
9233 as_me=`$as_basename -- "$0" ||
9234 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9235 X"$0" : 'X\(//\)$' \| \
9236 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
9237 $as_echo X/"$0" |
9238 sed '/^.*\/\([^/][^/]*\)\/*$/{
9239 s//\1/
9240 q
9241 }
9242 /^X\/\(\/\/\)$/{
9243 s//\1/
9244 q
9245 }
9246 /^X\/\(\/\).*/{
9247 s//\1/
9248 q
9249 }
9250 s/.*/./; q'`
9251
9252 # Avoid depending upon Character Ranges.
9253 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9254 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9255 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9256 as_cr_digits='0123456789'
9257 as_cr_alnum=$as_cr_Letters$as_cr_digits
9258
9259 ECHO_C= ECHO_N= ECHO_T=
9260 case `echo -n x` in #(((((
9261 -n*)
9262 case `echo 'xy\c'` in
9263 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
9264 xy) ECHO_C='\c';;
9265 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
9266 ECHO_T=' ';;
9267 esac;;
9268 *)
9269 ECHO_N='-n';;
9270 esac
9271
9272 rm -f conf$$ conf$$.exe conf$$.file
9273 if test -d conf$$.dir; then
9274 rm -f conf$$.dir/conf$$.file
9275 else
9276 rm -f conf$$.dir
9277 mkdir conf$$.dir 2>/dev/null
9278 fi
9279 if (echo >conf$$.file) 2>/dev/null; then
9280 if ln -s conf$$.file conf$$ 2>/dev/null; then
9281 as_ln_s='ln -s'
9282 # ... but there are two gotchas:
9283 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9284 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9285 # In both cases, we have to default to `cp -p'.
9286 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9287 as_ln_s='cp -p'
9288 elif ln conf$$.file conf$$ 2>/dev/null; then
9289 as_ln_s=ln
9290 else
9291 as_ln_s='cp -p'
9292 fi
9293 else
9294 as_ln_s='cp -p'
9295 fi
9296 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
9297 rmdir conf$$.dir 2>/dev/null
9298
9299
9300 # as_fn_mkdir_p
9301 # -------------
9302 # Create "$as_dir" as a directory, including parents if necessary.
9303 as_fn_mkdir_p ()
9304 {
9305
9306 case $as_dir in #(
9307 -*) as_dir=./$as_dir;;
9308 esac
9309 test -d "$as_dir" || eval $as_mkdir_p || {
9310 as_dirs=
9311 while :; do
9312 case $as_dir in #(
9313 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
9314 *) as_qdir=$as_dir;;
9315 esac
9316 as_dirs="'$as_qdir' $as_dirs"
9317 as_dir=`$as_dirname -- "$as_dir" ||
9318 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9319 X"$as_dir" : 'X\(//\)[^/]' \| \
9320 X"$as_dir" : 'X\(//\)$' \| \
9321 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
9322 $as_echo X"$as_dir" |
9323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9324 s//\1/
9325 q
9326 }
9327 /^X\(\/\/\)[^/].*/{
9328 s//\1/
9329 q
9330 }
9331 /^X\(\/\/\)$/{
9332 s//\1/
9333 q
9334 }
9335 /^X\(\/\).*/{
9336 s//\1/
9337 q
9338 }
9339 s/.*/./; q'`
9340 test -d "$as_dir" && break
9341 done
9342 test -z "$as_dirs" || eval "mkdir $as_dirs"
9343 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
9344
9345
9346 } # as_fn_mkdir_p
9347 if mkdir -p . 2>/dev/null; then
9348 as_mkdir_p='mkdir -p "$as_dir"'
9349 else
9350 test -d ./-p && rmdir ./-p
9351 as_mkdir_p=false
9352 fi
9353
9354 if test -x / >/dev/null 2>&1; then
9355 as_test_x='test -x'
9356 else
9357 if ls -dL / >/dev/null 2>&1; then
9358 as_ls_L_option=L
9359 else
9360 as_ls_L_option=
9361 fi
9362 as_test_x='
9363 eval sh -c '\''
9364 if test -d "$1"; then
9365 test -d "$1/.";
9366 else
9367 case $1 in #(
9368 -*)set "./$1";;
9369 esac;
9370 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
9371 ???[sx]*):;;*)false;;esac;fi
9372 '\'' sh
9373 '
9374 fi
9375 as_executable_p=$as_test_x
9376
9377 # Sed expression to map a string onto a valid CPP name.
9378 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9379
9380 # Sed expression to map a string onto a valid variable name.
9381 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
9382
9383
9384 exec 6>&1
9385 ## ----------------------------------- ##
9386 ## Main body of $CONFIG_STATUS script. ##
9387 ## ----------------------------------- ##
9388 _ASEOF
9389 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
9390
9391 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9392 # Save the log message, to keep $0 and so on meaningful, and to
9393 # report actual input values of CONFIG_FILES etc. instead of their
9394 # values after options handling.
9395 ac_log="
9396 This file was extended by Sonic Visualiser $as_me 1.8, which was
9397 generated by GNU Autoconf 2.67. Invocation command line was
9398
9399 CONFIG_FILES = $CONFIG_FILES
9400 CONFIG_HEADERS = $CONFIG_HEADERS
9401 CONFIG_LINKS = $CONFIG_LINKS
9402 CONFIG_COMMANDS = $CONFIG_COMMANDS
9403 $ $0 $@
9404
9405 on `(hostname || uname -n) 2>/dev/null | sed 1q`
9406 "
9407
9408 _ACEOF
9409
9410 case $ac_config_files in *"
9411 "*) set x $ac_config_files; shift; ac_config_files=$*;;
9412 esac
9413
9414
9415
9416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9417 # Files that config.status was made for.
9418 config_files="$ac_config_files"
9419
9420 _ACEOF
9421
9422 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9423 ac_cs_usage="\
9424 \`$as_me' instantiates files and other configuration actions
9425 from templates according to the current configuration. Unless the files
9426 and actions are specified as TAGs, all are instantiated by default.
9427
9428 Usage: $0 [OPTION]... [TAG]...
9429
9430 -h, --help print this help, then exit
9431 -V, --version print version number and configuration settings, then exit
9432 --config print configuration, then exit
9433 -q, --quiet, --silent
9434 do not print progress messages
9435 -d, --debug don't remove temporary files
9436 --recheck update $as_me by reconfiguring in the same conditions
9437 --file=FILE[:TEMPLATE]
9438 instantiate the configuration file FILE
9439
9440 Configuration files:
9441 $config_files
9442
9443 Report bugs to <cannam@all-day-breakfast.com>."
9444
9445 _ACEOF
9446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9447 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
9448 ac_cs_version="\\
9449 Sonic Visualiser config.status 1.8
9450 configured by $0, generated by GNU Autoconf 2.67,
9451 with options \\"\$ac_cs_config\\"
9452
9453 Copyright (C) 2010 Free Software Foundation, Inc.
9454 This config.status script is free software; the Free Software Foundation
9455 gives unlimited permission to copy, distribute and modify it."
9456
9457 ac_pwd='$ac_pwd'
9458 srcdir='$srcdir'
9459 INSTALL='$INSTALL'
9460 MKDIR_P='$MKDIR_P'
9461 test -n "\$AWK" || AWK=awk
9462 _ACEOF
9463
9464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9465 # The default lists apply if the user does not specify any file.
9466 ac_need_defaults=:
9467 while test $# != 0
9468 do
9469 case $1 in
9470 --*=?*)
9471 ac_option=`expr "X$1" : 'X\([^=]*\)='`
9472 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
9473 ac_shift=:
9474 ;;
9475 --*=)
9476 ac_option=`expr "X$1" : 'X\([^=]*\)='`
9477 ac_optarg=
9478 ac_shift=:
9479 ;;
9480 *)
9481 ac_option=$1
9482 ac_optarg=$2
9483 ac_shift=shift
9484 ;;
9485 esac
9486
9487 case $ac_option in
9488 # Handling of the options.
9489 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9490 ac_cs_recheck=: ;;
9491 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
9492 $as_echo "$ac_cs_version"; exit ;;
9493 --config | --confi | --conf | --con | --co | --c )
9494 $as_echo "$ac_cs_config"; exit ;;
9495 --debug | --debu | --deb | --de | --d | -d )
9496 debug=: ;;
9497 --file | --fil | --fi | --f )
9498 $ac_shift
9499 case $ac_optarg in
9500 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
9501 '') as_fn_error $? "missing file argument" ;;
9502 esac
9503 as_fn_append CONFIG_FILES " '$ac_optarg'"
9504 ac_need_defaults=false;;
9505 --he | --h | --help | --hel | -h )
9506 $as_echo "$ac_cs_usage"; exit ;;
9507 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9508 | -silent | --silent | --silen | --sile | --sil | --si | --s)
9509 ac_cs_silent=: ;;
9510
9511 # This is an error.
9512 -*) as_fn_error $? "unrecognized option: \`$1'
9513 Try \`$0 --help' for more information." ;;
9514
9515 *) as_fn_append ac_config_targets " $1"
9516 ac_need_defaults=false ;;
9517
9518 esac
9519 shift
9520 done
9521
9522 ac_configure_extra_args=
9523
9524 if $ac_cs_silent; then
9525 exec 6>/dev/null
9526 ac_configure_extra_args="$ac_configure_extra_args --silent"
9527 fi
9528
9529 _ACEOF
9530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9531 if \$ac_cs_recheck; then
9532 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9533 shift
9534 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
9535 CONFIG_SHELL='$SHELL'
9536 export CONFIG_SHELL
9537 exec "\$@"
9538 fi
9539
9540 _ACEOF
9541 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9542 exec 5>>config.log
9543 {
9544 echo
9545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
9546 ## Running $as_me. ##
9547 _ASBOX
9548 $as_echo "$ac_log"
9549 } >&5
9550
9551 _ACEOF
9552 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9553 _ACEOF
9554
9555 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9556
9557 # Handling of arguments.
9558 for ac_config_target in $ac_config_targets
9559 do
9560 case $ac_config_target in
9561 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;;
9562 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;;
9563
9564 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9565 esac
9566 done
9567
9568
9569 # If the user did not use the arguments to specify the items to instantiate,
9570 # then the envvar interface is used. Set only those that are not.
9571 # We use the long form for the default assignment because of an extremely
9572 # bizarre bug on SunOS 4.1.3.
9573 if $ac_need_defaults; then
9574 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
9575 fi
9576
9577 # Have a temporary directory for convenience. Make it in the build tree
9578 # simply because there is no reason against having it here, and in addition,
9579 # creating and moving files from /tmp can sometimes cause problems.
9580 # Hook for its removal unless debugging.
9581 # Note that there is a small window in which the directory will not be cleaned:
9582 # after its creation but before its name has been assigned to `$tmp'.
9583 $debug ||
9584 {
9585 tmp=
9586 trap 'exit_status=$?
9587 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
9588 ' 0
9589 trap 'as_fn_exit 1' 1 2 13 15
9590 }
9591 # Create a (secure) tmp directory for tmp files.
9592
9593 {
9594 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
9595 test -n "$tmp" && test -d "$tmp"
9596 } ||
9597 {
9598 tmp=./conf$$-$RANDOM
9599 (umask 077 && mkdir "$tmp")
9600 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
9601
9602 # Set up the scripts for CONFIG_FILES section.
9603 # No need to generate them if there are no CONFIG_FILES.
9604 # This happens for instance with `./config.status config.h'.
9605 if test -n "$CONFIG_FILES"; then
9606
9607
9608 ac_cr=`echo X | tr X '\015'`
9609 # On cygwin, bash can eat \r inside `` if the user requested igncr.
9610 # But we know of no other shell where ac_cr would be empty at this
9611 # point, so we can use a bashism as a fallback.
9612 if test "x$ac_cr" = x; then
9613 eval ac_cr=\$\'\\r\'
9614 fi
9615 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
9616 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
9617 ac_cs_awk_cr='\\r'
9618 else
9619 ac_cs_awk_cr=$ac_cr
9620 fi
9621
9622 echo 'BEGIN {' >"$tmp/subs1.awk" &&
9623 _ACEOF
9624
9625
9626 {
9627 echo "cat >conf$$subs.awk <<_ACEOF" &&
9628 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
9629 echo "_ACEOF"
9630 } >conf$$subs.sh ||
9631 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
9632 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
9633 ac_delim='%!_!# '
9634 for ac_last_try in false false false false false :; do
9635 . ./conf$$subs.sh ||
9636 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
9637
9638 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
9639 if test $ac_delim_n = $ac_delim_num; then
9640 break
9641 elif $ac_last_try; then
9642 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
9643 else
9644 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9645 fi
9646 done
9647 rm -f conf$$subs.sh
9648
9649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9650 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
9651 _ACEOF
9652 sed -n '
9653 h
9654 s/^/S["/; s/!.*/"]=/
9655 p
9656 g
9657 s/^[^!]*!//
9658 :repl
9659 t repl
9660 s/'"$ac_delim"'$//
9661 t delim
9662 :nl
9663 h
9664 s/\(.\{148\}\)..*/\1/
9665 t more1
9666 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
9667 p
9668 n
9669 b repl
9670 :more1
9671 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
9672 p
9673 g
9674 s/.\{148\}//
9675 t nl
9676 :delim
9677 h
9678 s/\(.\{148\}\)..*/\1/
9679 t more2
9680 s/["\\]/\\&/g; s/^/"/; s/$/"/
9681 p
9682 b
9683 :more2
9684 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
9685 p
9686 g
9687 s/.\{148\}//
9688 t delim
9689 ' <conf$$subs.awk | sed '
9690 /^[^""]/{
9691 N
9692 s/\n//
9693 }
9694 ' >>$CONFIG_STATUS || ac_write_fail=1
9695 rm -f conf$$subs.awk
9696 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9697 _ACAWK
9698 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
9699 for (key in S) S_is_set[key] = 1
9700 FS = ""
9701
9702 }
9703 {
9704 line = $ 0
9705 nfields = split(line, field, "@")
9706 substed = 0
9707 len = length(field[1])
9708 for (i = 2; i < nfields; i++) {
9709 key = field[i]
9710 keylen = length(key)
9711 if (S_is_set[key]) {
9712 value = S[key]
9713 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
9714 len += length(value) + length(field[++i])
9715 substed = 1
9716 } else
9717 len += 1 + keylen
9718 }
9719
9720 print line
9721 }
9722
9723 _ACAWK
9724 _ACEOF
9725 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9726 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9727 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9728 else
9729 cat
9730 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
9731 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
9732 _ACEOF
9733
9734 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
9735 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
9736 # trailing colons and then remove the whole line if VPATH becomes empty
9737 # (actually we leave an empty line to preserve line numbers).
9738 if test "x$srcdir" = x.; then
9739 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
9740 h
9741 s///
9742 s/^/:/
9743 s/[ ]*$/:/
9744 s/:\$(srcdir):/:/g
9745 s/:\${srcdir}:/:/g
9746 s/:@srcdir@:/:/g
9747 s/^:*//
9748 s/:*$//
9749 x
9750 s/\(=[ ]*\).*/\1/
9751 G
9752 s/\n//
9753 s/^[^=]*=[ ]*$//
9754 }'
9755 fi
9756
9757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9758 fi # test -n "$CONFIG_FILES"
9759
9760
9761 eval set X " :F $CONFIG_FILES "
9762 shift
9763 for ac_tag
9764 do
9765 case $ac_tag in
9766 :[FHLC]) ac_mode=$ac_tag; continue;;
9767 esac
9768 case $ac_mode$ac_tag in
9769 :[FHL]*:*);;
9770 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
9771 :[FH]-) ac_tag=-:-;;
9772 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9773 esac
9774 ac_save_IFS=$IFS
9775 IFS=:
9776 set x $ac_tag
9777 IFS=$ac_save_IFS
9778 shift
9779 ac_file=$1
9780 shift
9781
9782 case $ac_mode in
9783 :L) ac_source=$1;;
9784 :[FH])
9785 ac_file_inputs=
9786 for ac_f
9787 do
9788 case $ac_f in
9789 -) ac_f="$tmp/stdin";;
9790 *) # Look for the file first in the build tree, then in the source tree
9791 # (if the path is not absolute). The absolute path cannot be DOS-style,
9792 # because $ac_f cannot contain `:'.
9793 test -f "$ac_f" ||
9794 case $ac_f in
9795 [\\/$]*) false;;
9796 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9797 esac ||
9798 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9799 esac
9800 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9801 as_fn_append ac_file_inputs " '$ac_f'"
9802 done
9803
9804 # Let's still pretend it is `configure' which instantiates (i.e., don't
9805 # use $as_me), people would be surprised to read:
9806 # /* config.h. Generated by config.status. */
9807 configure_input='Generated from '`
9808 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
9809 `' by configure.'
9810 if test x"$ac_file" != x-; then
9811 configure_input="$ac_file. $configure_input"
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
9813 $as_echo "$as_me: creating $ac_file" >&6;}
9814 fi
9815 # Neutralize special characters interpreted by sed in replacement strings.
9816 case $configure_input in #(
9817 *\&* | *\|* | *\\* )
9818 ac_sed_conf_input=`$as_echo "$configure_input" |
9819 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9820 *) ac_sed_conf_input=$configure_input;;
9821 esac
9822
9823 case $ac_tag in
9824 *:-:* | *:-) cat >"$tmp/stdin" \
9825 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9826 esac
9827 ;;
9828 esac
9829
9830 ac_dir=`$as_dirname -- "$ac_file" ||
9831 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9832 X"$ac_file" : 'X\(//\)[^/]' \| \
9833 X"$ac_file" : 'X\(//\)$' \| \
9834 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9835 $as_echo X"$ac_file" |
9836 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9837 s//\1/
9838 q
9839 }
9840 /^X\(\/\/\)[^/].*/{
9841 s//\1/
9842 q
9843 }
9844 /^X\(\/\/\)$/{
9845 s//\1/
9846 q
9847 }
9848 /^X\(\/\).*/{
9849 s//\1/
9850 q
9851 }
9852 s/.*/./; q'`
9853 as_dir="$ac_dir"; as_fn_mkdir_p
9854 ac_builddir=.
9855
9856 case "$ac_dir" in
9857 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
9858 *)
9859 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
9860 # A ".." for each directory in $ac_dir_suffix.
9861 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
9862 case $ac_top_builddir_sub in
9863 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
9864 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
9865 esac ;;
9866 esac
9867 ac_abs_top_builddir=$ac_pwd
9868 ac_abs_builddir=$ac_pwd$ac_dir_suffix
9869 # for backward compatibility:
9870 ac_top_builddir=$ac_top_build_prefix
9871
9872 case $srcdir in
9873 .) # We are building in place.
9874 ac_srcdir=.
9875 ac_top_srcdir=$ac_top_builddir_sub
9876 ac_abs_top_srcdir=$ac_pwd ;;
9877 [\\/]* | ?:[\\/]* ) # Absolute name.
9878 ac_srcdir=$srcdir$ac_dir_suffix;
9879 ac_top_srcdir=$srcdir
9880 ac_abs_top_srcdir=$srcdir ;;
9881 *) # Relative name.
9882 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
9883 ac_top_srcdir=$ac_top_build_prefix$srcdir
9884 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
9885 esac
9886 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
9887
9888
9889 case $ac_mode in
9890 :F)
9891 #
9892 # CONFIG_FILE
9893 #
9894
9895 case $INSTALL in
9896 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9897 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9898 esac
9899 ac_MKDIR_P=$MKDIR_P
9900 case $MKDIR_P in
9901 [\\/$]* | ?:[\\/]* ) ;;
9902 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9903 esac
9904 _ACEOF
9905
9906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9907 # If the template does not know about datarootdir, expand it.
9908 # FIXME: This hack should be removed a few years after 2.60.
9909 ac_datarootdir_hack=; ac_datarootdir_seen=
9910 ac_sed_dataroot='
9911 /datarootdir/ {
9912 p
9913 q
9914 }
9915 /@datadir@/p
9916 /@docdir@/p
9917 /@infodir@/p
9918 /@localedir@/p
9919 /@mandir@/p'
9920 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
9921 *datarootdir*) ac_datarootdir_seen=yes;;
9922 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
9924 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
9925 _ACEOF
9926 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9927 ac_datarootdir_hack='
9928 s&@datadir@&$datadir&g
9929 s&@docdir@&$docdir&g
9930 s&@infodir@&$infodir&g
9931 s&@localedir@&$localedir&g
9932 s&@mandir@&$mandir&g
9933 s&\\\${datarootdir}&$datarootdir&g' ;;
9934 esac
9935 _ACEOF
9936
9937 # Neutralize VPATH when `$srcdir' = `.'.
9938 # Shell code in configure.ac might set extrasub.
9939 # FIXME: do we really want to maintain this feature?
9940 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9941 ac_sed_extra="$ac_vpsub
9942 $extrasub
9943 _ACEOF
9944 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9945 :t
9946 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9947 s|@configure_input@|$ac_sed_conf_input|;t t
9948 s&@top_builddir@&$ac_top_builddir_sub&;t t
9949 s&@top_build_prefix@&$ac_top_build_prefix&;t t
9950 s&@srcdir@&$ac_srcdir&;t t
9951 s&@abs_srcdir@&$ac_abs_srcdir&;t t
9952 s&@top_srcdir@&$ac_top_srcdir&;t t
9953 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9954 s&@builddir@&$ac_builddir&;t t
9955 s&@abs_builddir@&$ac_abs_builddir&;t t
9956 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9957 s&@INSTALL@&$ac_INSTALL&;t t
9958 s&@MKDIR_P@&$ac_MKDIR_P&;t t
9959 $ac_datarootdir_hack
9960 "
9961 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9962 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9963
9964 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9965 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
9966 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9968 which seems to be undefined. Please make sure it is defined" >&5
9969 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9970 which seems to be undefined. Please make sure it is defined" >&2;}
9971
9972 rm -f "$tmp/stdin"
9973 case $ac_file in
9974 -) cat "$tmp/out" && rm -f "$tmp/out";;
9975 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9976 esac \
9977 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9978 ;;
9979
9980
9981
9982 esac
9983
9984 done # for ac_tag
9985
9986
9987 as_fn_exit 0
9988 _ACEOF
9989 ac_clean_files=$ac_clean_files_save
9990
9991 test $ac_write_fail = 0 ||
9992 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
9993
9994
9995 # configure is writing to config.log, and then calls config.status.
9996 # config.status does its own redirection, appending to config.log.
9997 # Unfortunately, on DOS this fails, as config.log is still kept open
9998 # by configure, so config.status won't be able to write to it; its
9999 # output is simply discarded. So we exec the FD to /dev/null,
10000 # effectively closing config.log, so it can be properly (re)opened and
10001 # appended to by config.status. When coming back to configure, we
10002 # need to make the FD available again.
10003 if test "$no_create" != yes; then
10004 ac_cs_success=:
10005 ac_config_status_args=
10006 test "$silent" = yes &&
10007 ac_config_status_args="$ac_config_status_args --quiet"
10008 exec 5>/dev/null
10009 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
10010 exec 5>>config.log
10011 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
10012 # would make configure fail if this is the last instruction.
10013 $ac_cs_success || as_fn_exit 1
10014 fi
10015 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
10017 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
10018 fi
10019
8897 10020
8898 if ! $QMAKE -r; then 10021 if ! $QMAKE -r; then
8899 as_fn_error "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 10022 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5
8900 fi 10023 fi
8901 10024
8902 # qmake builds our static libraries, which is fine -- what we'd really 10025 # qmake builds our static libraries, which is fine -- what we'd really
8903 # like to do afterwards is bundle them into a single .so with e.g. 10026 # like to do afterwards is bundle them into a single .so with e.g.
8904 10027