Mercurial > hg > sonic-visualiser
comparison configure @ 354:518224ea73ca
* Hugely simplify Qt search -- all we need is qmake...
| author | Chris Cannam | 
|---|---|
| date | Thu, 07 Oct 2010 17:57:38 +0100 | 
| parents | d59bb887e4d2 | 
| children | a5aa8d268817 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 353:03cdb36add0c | 354:518224ea73ca | 
|---|---|
| 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.67 for Sonic Visualiser 1.8. | 3 # Generated by GNU Autoconf 2.65 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, 2010 Free Software | 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 
| 10 # Foundation, Inc. | 10 # 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 STATUS ERROR [LINENO LOG_FD] | 362 # as_fn_error 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=$1; test $as_status -eq 0 && as_status=1 | 369 as_status=$?; test $as_status -eq 0 && as_status=1 | 
| 370 if test "$4"; then | 370 if test "$3"; then | 
| 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 
| 373 fi | 373 fi | 
| 374 $as_echo "$as_me: error: $2" >&2 | 374 $as_echo "$as_me: error: $1" >&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, old GNU/Linux) returns a bogus exit status, | 536 # hostname on some systems (SVR3.2, 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. | 
| 640 fftw3f_CFLAGS | 640 fftw3f_CFLAGS | 
| 641 fftw3_LIBS | 641 fftw3_LIBS | 
| 642 fftw3_CFLAGS | 642 fftw3_CFLAGS | 
| 643 bz2_LIBS | 643 bz2_LIBS | 
| 644 bz2_CFLAGS | 644 bz2_CFLAGS | 
| 645 QT_LIBS | |
| 646 QT_CXXFLAGS | |
| 647 LRELEASE | |
| 648 LUPDATE | |
| 649 RCC | |
| 650 UIC | |
| 651 MOC | |
| 652 QMAKE | 645 QMAKE | 
| 653 PKG_CONFIG_LIBDIR | |
| 654 PKG_CONFIG_PATH | |
| 655 PKG_CONFIG | 646 PKG_CONFIG | 
| 656 EGREP | 647 EGREP | 
| 657 GREP | 648 GREP | 
| 658 CXXCPP | 649 CXXCPP | 
| 659 MKDIR_P | 650 MKDIR_P | 
| 709 PATH_SEPARATOR | 700 PATH_SEPARATOR | 
| 710 SHELL' | 701 SHELL' | 
| 711 ac_subst_files='' | 702 ac_subst_files='' | 
| 712 ac_user_opts=' | 703 ac_user_opts=' | 
| 713 enable_option_checking | 704 enable_option_checking | 
| 714 with_qtdir | |
| 715 with_qtlibdir | |
| 716 enable_debug | 705 enable_debug | 
| 717 ' | 706 ' | 
| 718 ac_precious_vars='build_alias | 707 ac_precious_vars='build_alias | 
| 719 host_alias | 708 host_alias | 
| 720 target_alias | 709 target_alias | 
| 726 CXX | 715 CXX | 
| 727 CXXFLAGS | 716 CXXFLAGS | 
| 728 CCC | 717 CCC | 
| 729 CXXCPP | 718 CXXCPP | 
| 730 PKG_CONFIG | 719 PKG_CONFIG | 
| 731 PKG_CONFIG_PATH | |
| 732 PKG_CONFIG_LIBDIR | |
| 733 bz2_CFLAGS | 720 bz2_CFLAGS | 
| 734 bz2_LIBS | 721 bz2_LIBS | 
| 735 fftw3_CFLAGS | 722 fftw3_CFLAGS | 
| 736 fftw3_LIBS | 723 fftw3_LIBS | 
| 737 fftw3f_CFLAGS | 724 fftw3f_CFLAGS | 
| 828 ac_prev= | 815 ac_prev= | 
| 829 continue | 816 continue | 
| 830 fi | 817 fi | 
| 831 | 818 | 
| 832 case $ac_option in | 819 case $ac_option in | 
| 833 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 820 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 
| 834 *=) ac_optarg= ;; | 821 *) ac_optarg=yes ;; | 
| 835 *) ac_optarg=yes ;; | |
| 836 esac | 822 esac | 
| 837 | 823 | 
| 838 # Accept the important Cygnus configure options, so we can diagnose typos. | 824 # Accept the important Cygnus configure options, so we can diagnose typos. | 
| 839 | 825 | 
| 840 case $ac_dashdash$ac_option in | 826 case $ac_dashdash$ac_option in | 
| 875 | 861 | 
| 876 -disable-* | --disable-*) | 862 -disable-* | --disable-*) | 
| 877 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 863 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 
| 878 # Reject names that are not valid shell variable names. | 864 # Reject names that are not valid shell variable names. | 
| 879 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 865 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 880 as_fn_error $? "invalid feature name: $ac_useropt" | 866 as_fn_error "invalid feature name: $ac_useropt" | 
| 881 ac_useropt_orig=$ac_useropt | 867 ac_useropt_orig=$ac_useropt | 
| 882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 868 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 883 case $ac_user_opts in | 869 case $ac_user_opts in | 
| 884 *" | 870 *" | 
| 885 "enable_$ac_useropt" | 871 "enable_$ac_useropt" | 
| 901 | 887 | 
| 902 -enable-* | --enable-*) | 888 -enable-* | --enable-*) | 
| 903 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 889 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 
| 904 # Reject names that are not valid shell variable names. | 890 # Reject names that are not valid shell variable names. | 
| 905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 891 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 906 as_fn_error $? "invalid feature name: $ac_useropt" | 892 as_fn_error "invalid feature name: $ac_useropt" | 
| 907 ac_useropt_orig=$ac_useropt | 893 ac_useropt_orig=$ac_useropt | 
| 908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 894 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 909 case $ac_user_opts in | 895 case $ac_user_opts in | 
| 910 *" | 896 *" | 
| 911 "enable_$ac_useropt" | 897 "enable_$ac_useropt" | 
| 1105 | 1091 | 
| 1106 -with-* | --with-*) | 1092 -with-* | --with-*) | 
| 1107 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1093 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 
| 1108 # Reject names that are not valid shell variable names. | 1094 # Reject names that are not valid shell variable names. | 
| 1109 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1095 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 1110 as_fn_error $? "invalid package name: $ac_useropt" | 1096 as_fn_error "invalid package name: $ac_useropt" | 
| 1111 ac_useropt_orig=$ac_useropt | 1097 ac_useropt_orig=$ac_useropt | 
| 1112 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1098 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 1113 case $ac_user_opts in | 1099 case $ac_user_opts in | 
| 1114 *" | 1100 *" | 
| 1115 "with_$ac_useropt" | 1101 "with_$ac_useropt" | 
| 1121 | 1107 | 
| 1122 -without-* | --without-*) | 1108 -without-* | --without-*) | 
| 1123 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1109 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 
| 1124 # Reject names that are not valid shell variable names. | 1110 # Reject names that are not valid shell variable names. | 
| 1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1111 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 1126 as_fn_error $? "invalid package name: $ac_useropt" | 1112 as_fn_error "invalid package name: $ac_useropt" | 
| 1127 ac_useropt_orig=$ac_useropt | 1113 ac_useropt_orig=$ac_useropt | 
| 1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1114 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 1129 case $ac_user_opts in | 1115 case $ac_user_opts in | 
| 1130 *" | 1116 *" | 
| 1131 "with_$ac_useropt" | 1117 "with_$ac_useropt" | 
| 1151 ac_prev=x_libraries ;; | 1137 ac_prev=x_libraries ;; | 
| 1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | 1138 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | 
| 1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1139 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 
| 1154 x_libraries=$ac_optarg ;; | 1140 x_libraries=$ac_optarg ;; | 
| 1155 | 1141 | 
| 1156 -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1142 -*) as_fn_error "unrecognized option: \`$ac_option' | 
| 1157 Try \`$0 --help' for more information" | 1143 Try \`$0 --help' for more information." | 
| 1158 ;; | 1144 ;; | 
| 1159 | 1145 | 
| 1160 *=*) | 1146 *=*) | 
| 1161 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 1147 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 
| 1162 # Reject names that are not valid shell variable names. | 1148 # Reject names that are not valid shell variable names. | 
| 1163 case $ac_envvar in #( | 1149 case $ac_envvar in #( | 
| 1164 '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1150 '' | [0-9]* | *[!_$as_cr_alnum]* ) | 
| 1165 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1151 as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 
| 1166 esac | 1152 esac | 
| 1167 eval $ac_envvar=\$ac_optarg | 1153 eval $ac_envvar=\$ac_optarg | 
| 1168 export $ac_envvar ;; | 1154 export $ac_envvar ;; | 
| 1169 | 1155 | 
| 1170 *) | 1156 *) | 
| 1178 esac | 1164 esac | 
| 1179 done | 1165 done | 
| 1180 | 1166 | 
| 1181 if test -n "$ac_prev"; then | 1167 if test -n "$ac_prev"; then | 
| 1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1168 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 
| 1183 as_fn_error $? "missing argument to $ac_option" | 1169 as_fn_error "missing argument to $ac_option" | 
| 1184 fi | 1170 fi | 
| 1185 | 1171 | 
| 1186 if test -n "$ac_unrecognized_opts"; then | 1172 if test -n "$ac_unrecognized_opts"; then | 
| 1187 case $enable_option_checking in | 1173 case $enable_option_checking in | 
| 1188 no) ;; | 1174 no) ;; | 
| 1189 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1175 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 
| 1190 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1176 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 
| 1191 esac | 1177 esac | 
| 1192 fi | 1178 fi | 
| 1193 | 1179 | 
| 1194 # Check all directory arguments for consistency. | 1180 # Check all directory arguments for consistency. | 
| 1207 # Be sure to have absolute directory names. | 1193 # Be sure to have absolute directory names. | 
| 1208 case $ac_val in | 1194 case $ac_val in | 
| 1209 [\\/$]* | ?:[\\/]* ) continue;; | 1195 [\\/$]* | ?:[\\/]* ) continue;; | 
| 1210 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1196 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 
| 1211 esac | 1197 esac | 
| 1212 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1198 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 
| 1213 done | 1199 done | 
| 1214 | 1200 | 
| 1215 # There might be people who depend on the old broken behavior: `$host' | 1201 # There might be people who depend on the old broken behavior: `$host' | 
| 1216 # used to hold the argument of --host etc. | 1202 # used to hold the argument of --host etc. | 
| 1217 # FIXME: To remove some day. | 1203 # FIXME: To remove some day. | 
| 1221 | 1207 | 
| 1222 # FIXME: To remove some day. | 1208 # FIXME: To remove some day. | 
| 1223 if test "x$host_alias" != x; then | 1209 if test "x$host_alias" != x; then | 
| 1224 if test "x$build_alias" = x; then | 1210 if test "x$build_alias" = x; then | 
| 1225 cross_compiling=maybe | 1211 cross_compiling=maybe | 
| 1226 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1212 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 
| 1227 If a cross compiler is detected then cross compile mode will be used" >&2 | 1213 If a cross compiler is detected then cross compile mode will be used." >&2 | 
| 1228 elif test "x$build_alias" != "x$host_alias"; then | 1214 elif test "x$build_alias" != "x$host_alias"; then | 
| 1229 cross_compiling=yes | 1215 cross_compiling=yes | 
| 1230 fi | 1216 fi | 
| 1231 fi | 1217 fi | 
| 1232 | 1218 | 
| 1237 | 1223 | 
| 1238 | 1224 | 
| 1239 ac_pwd=`pwd` && test -n "$ac_pwd" && | 1225 ac_pwd=`pwd` && test -n "$ac_pwd" && | 
| 1240 ac_ls_di=`ls -di .` && | 1226 ac_ls_di=`ls -di .` && | 
| 1241 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1227 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 
| 1242 as_fn_error $? "working directory cannot be determined" | 1228 as_fn_error "working directory cannot be determined" | 
| 1243 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1229 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 
| 1244 as_fn_error $? "pwd does not report name of working directory" | 1230 as_fn_error "pwd does not report name of working directory" | 
| 1245 | 1231 | 
| 1246 | 1232 | 
| 1247 # Find the source files, if location was not specified. | 1233 # Find the source files, if location was not specified. | 
| 1248 if test -z "$srcdir"; then | 1234 if test -z "$srcdir"; then | 
| 1249 ac_srcdir_defaulted=yes | 1235 ac_srcdir_defaulted=yes | 
| 1278 else | 1264 else | 
| 1279 ac_srcdir_defaulted=no | 1265 ac_srcdir_defaulted=no | 
| 1280 fi | 1266 fi | 
| 1281 if test ! -r "$srcdir/$ac_unique_file"; then | 1267 if test ! -r "$srcdir/$ac_unique_file"; then | 
| 1282 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1268 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 
| 1283 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1269 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 
| 1284 fi | 1270 fi | 
| 1285 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1271 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 
| 1286 ac_abs_confdir=`( | 1272 ac_abs_confdir=`( | 
| 1287 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1273 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 
| 1288 pwd)` | 1274 pwd)` | 
| 1289 # When building in place, set srcdir=. | 1275 # When building in place, set srcdir=. | 
| 1290 if test "$ac_abs_confdir" = "$ac_pwd"; then | 1276 if test "$ac_abs_confdir" = "$ac_pwd"; then | 
| 1291 srcdir=. | 1277 srcdir=. | 
| 1292 fi | 1278 fi | 
| 1322 Configuration: | 1308 Configuration: | 
| 1323 -h, --help display this help and exit | 1309 -h, --help display this help and exit | 
| 1324 --help=short display options specific to this package | 1310 --help=short display options specific to this package | 
| 1325 --help=recursive display the short help of all the included packages | 1311 --help=recursive display the short help of all the included packages | 
| 1326 -V, --version display version information and exit | 1312 -V, --version display version information and exit | 
| 1327 -q, --quiet, --silent do not print \`checking ...' messages | 1313 -q, --quiet, --silent do not print \`checking...' messages | 
| 1328 --cache-file=FILE cache test results in FILE [disabled] | 1314 --cache-file=FILE cache test results in FILE [disabled] | 
| 1329 -C, --config-cache alias for \`--cache-file=config.cache' | 1315 -C, --config-cache alias for \`--cache-file=config.cache' | 
| 1330 -n, --no-create do not create output files | 1316 -n, --no-create do not create output files | 
| 1331 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | 1317 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | 
| 1332 | 1318 | 
| 1380 --disable-option-checking ignore unrecognized --enable/--with options | 1366 --disable-option-checking ignore unrecognized --enable/--with options | 
| 1381 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 1367 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 
| 1382 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 1368 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 
| 1383 --enable-debug enable debug support [default=no] | 1369 --enable-debug enable debug support [default=no] | 
| 1384 | 1370 | 
| 1385 Optional Packages: | |
| 1386 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
| 1387 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
| 1388 --with-qtdir=DIR Qt installation directory default=$QTDIR | |
| 1389 --with-qtlibdir=DIR Qt library directory default=$QTLIBDIR | |
| 1390 | |
| 1391 Some influential environment variables: | 1371 Some influential environment variables: | 
| 1392 CC C compiler command | 1372 CC C compiler command | 
| 1393 CFLAGS C compiler flags | 1373 CFLAGS C compiler flags | 
| 1394 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | 1374 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | 
| 1395 nonstandard directory <lib dir> | 1375 nonstandard directory <lib dir> | 
| 1398 you have headers in a nonstandard directory <include dir> | 1378 you have headers in a nonstandard directory <include dir> | 
| 1399 CXX C++ compiler command | 1379 CXX C++ compiler command | 
| 1400 CXXFLAGS C++ compiler flags | 1380 CXXFLAGS C++ compiler flags | 
| 1401 CXXCPP C++ preprocessor | 1381 CXXCPP C++ preprocessor | 
| 1402 PKG_CONFIG path to pkg-config utility | 1382 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 | |
| 1407 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config | 1383 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config | 
| 1408 bz2_LIBS linker flags for bz2, overriding pkg-config | 1384 bz2_LIBS linker flags for bz2, overriding pkg-config | 
| 1409 fftw3_CFLAGS | 1385 fftw3_CFLAGS | 
| 1410 C compiler flags for fftw3, overriding pkg-config | 1386 C compiler flags for fftw3, overriding pkg-config | 
| 1411 fftw3_LIBS linker flags for fftw3, overriding pkg-config | 1387 fftw3_LIBS linker flags for fftw3, overriding pkg-config | 
| 1528 | 1504 | 
| 1529 test -n "$ac_init_help" && exit $ac_status | 1505 test -n "$ac_init_help" && exit $ac_status | 
| 1530 if $ac_init_version; then | 1506 if $ac_init_version; then | 
| 1531 cat <<\_ACEOF | 1507 cat <<\_ACEOF | 
| 1532 Sonic Visualiser configure 1.8 | 1508 Sonic Visualiser configure 1.8 | 
| 1533 generated by GNU Autoconf 2.67 | 1509 generated by GNU Autoconf 2.65 | 
| 1534 | 1510 | 
| 1535 Copyright (C) 2010 Free Software Foundation, Inc. | 1511 Copyright (C) 2009 Free Software Foundation, Inc. | 
| 1536 This configure script is free software; the Free Software Foundation | 1512 This configure script is free software; the Free Software Foundation | 
| 1537 gives unlimited permission to copy, distribute and modify it. | 1513 gives unlimited permission to copy, distribute and modify it. | 
| 1538 _ACEOF | 1514 _ACEOF | 
| 1539 exit | 1515 exit | 
| 1540 fi | 1516 fi | 
| 1638 grep -v '^ *+' conftest.err >conftest.er1 | 1614 grep -v '^ *+' conftest.err >conftest.er1 | 
| 1639 cat conftest.er1 >&5 | 1615 cat conftest.er1 >&5 | 
| 1640 mv -f conftest.er1 conftest.err | 1616 mv -f conftest.er1 conftest.err | 
| 1641 fi | 1617 fi | 
| 1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 1643 test $ac_status = 0; } > conftest.i && { | 1619 test $ac_status = 0; } >/dev/null && { | 
| 1644 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 1620 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 
| 1645 test ! -s conftest.err | 1621 test ! -s conftest.err | 
| 1646 }; then : | 1622 }; then : | 
| 1647 ac_retval=0 | 1623 ac_retval=0 | 
| 1648 else | 1624 else | 
| 1704 # the include files in INCLUDES and setting the cache variable VAR | 1680 # the include files in INCLUDES and setting the cache variable VAR | 
| 1705 # accordingly. | 1681 # accordingly. | 
| 1706 ac_fn_cxx_check_header_mongrel () | 1682 ac_fn_cxx_check_header_mongrel () | 
| 1707 { | 1683 { | 
| 1708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 1709 if eval "test \"\${$3+set}\"" = set; then : | 1685 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 1710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 
| 1711 $as_echo_n "checking for $2... " >&6; } | 1687 $as_echo_n "checking for $2... " >&6; } | 
| 1712 if eval "test \"\${$3+set}\"" = set; then : | 1688 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 1713 $as_echo_n "(cached) " >&6 | 1689 $as_echo_n "(cached) " >&6 | 
| 1714 fi | 1690 fi | 
| 1715 eval ac_res=\$$3 | 1691 eval ac_res=\$$3 | 
| 1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 1717 $as_echo "$ac_res" >&6; } | 1693 $as_echo "$ac_res" >&6; } | 
| 1743 if ac_fn_cxx_try_cpp "$LINENO"; then : | 1719 if ac_fn_cxx_try_cpp "$LINENO"; then : | 
| 1744 ac_header_preproc=yes | 1720 ac_header_preproc=yes | 
| 1745 else | 1721 else | 
| 1746 ac_header_preproc=no | 1722 ac_header_preproc=no | 
| 1747 fi | 1723 fi | 
| 1748 rm -f conftest.err conftest.i conftest.$ac_ext | 1724 rm -f conftest.err conftest.$ac_ext | 
| 1749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 
| 1750 $as_echo "$ac_header_preproc" >&6; } | 1726 $as_echo "$ac_header_preproc" >&6; } | 
| 1751 | 1727 | 
| 1752 # So? What about this header? | 1728 # So? What about this header? | 
| 1753 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( | 1729 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( | 
| 1766 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | 1742 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | 
| 1767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | 1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | 
| 1768 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 1744 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 
| 1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 
| 1770 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 1746 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 
| 1771 ( $as_echo "## ------------------------------------------- ## | 1747 ( cat <<\_ASBOX | 
| 1748 ## ------------------------------------------- ## | |
| 1772 ## Report this to cannam@all-day-breakfast.com ## | 1749 ## Report this to cannam@all-day-breakfast.com ## | 
| 1773 ## ------------------------------------------- ##" | 1750 ## ------------------------------------------- ## | 
| 1751 _ASBOX | |
| 1774 ) | sed "s/^/$as_me: WARNING: /" >&2 | 1752 ) | sed "s/^/$as_me: WARNING: /" >&2 | 
| 1775 ;; | 1753 ;; | 
| 1776 esac | 1754 esac | 
| 1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 
| 1778 $as_echo_n "checking for $2... " >&6; } | 1756 $as_echo_n "checking for $2... " >&6; } | 
| 1779 if eval "test \"\${$3+set}\"" = set; then : | 1757 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 1780 $as_echo_n "(cached) " >&6 | 1758 $as_echo_n "(cached) " >&6 | 
| 1781 else | 1759 else | 
| 1782 eval "$3=\$ac_header_compiler" | 1760 eval "$3=\$ac_header_compiler" | 
| 1783 fi | 1761 fi | 
| 1784 eval ac_res=\$$3 | 1762 eval ac_res=\$$3 | 
| 1796 ac_fn_cxx_check_header_compile () | 1774 ac_fn_cxx_check_header_compile () | 
| 1797 { | 1775 { | 
| 1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 
| 1800 $as_echo_n "checking for $2... " >&6; } | 1778 $as_echo_n "checking for $2... " >&6; } | 
| 1801 if eval "test \"\${$3+set}\"" = set; then : | 1779 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 1802 $as_echo_n "(cached) " >&6 | 1780 $as_echo_n "(cached) " >&6 | 
| 1803 else | 1781 else | 
| 1804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 1805 /* end confdefs.h. */ | 1783 /* end confdefs.h. */ | 
| 1806 $4 | 1784 $4 | 
| 1868 cat >config.log <<_ACEOF | 1846 cat >config.log <<_ACEOF | 
| 1869 This file contains any messages produced by compilers while | 1847 This file contains any messages produced by compilers while | 
| 1870 running configure, to aid debugging if configure makes a mistake. | 1848 running configure, to aid debugging if configure makes a mistake. | 
| 1871 | 1849 | 
| 1872 It was created by Sonic Visualiser $as_me 1.8, which was | 1850 It was created by Sonic Visualiser $as_me 1.8, which was | 
| 1873 generated by GNU Autoconf 2.67. Invocation command line was | 1851 generated by GNU Autoconf 2.65. Invocation command line was | 
| 1874 | 1852 | 
| 1875 $ $0 $@ | 1853 $ $0 $@ | 
| 1876 | 1854 | 
| 1877 _ACEOF | 1855 _ACEOF | 
| 1878 exec 5>>config.log | 1856 exec 5>>config.log | 
| 1978 trap 'exit_status=$? | 1956 trap 'exit_status=$? | 
| 1979 # Save into config.log some information that might help in debugging. | 1957 # Save into config.log some information that might help in debugging. | 
| 1980 { | 1958 { | 
| 1981 echo | 1959 echo | 
| 1982 | 1960 | 
| 1983 $as_echo "## ---------------- ## | 1961 cat <<\_ASBOX | 
| 1962 ## ---------------- ## | |
| 1984 ## Cache variables. ## | 1963 ## Cache variables. ## | 
| 1985 ## ---------------- ##" | 1964 ## ---------------- ## | 
| 1965 _ASBOX | |
| 1986 echo | 1966 echo | 
| 1987 # The following way of writing the cache mishandles newlines in values, | 1967 # The following way of writing the cache mishandles newlines in values, | 
| 1988 ( | 1968 ( | 
| 1989 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | 1969 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | 
| 1990 eval ac_val=\$$ac_var | 1970 eval ac_val=\$$ac_var | 
| 2014 esac | | 1994 esac | | 
| 2015 sort | 1995 sort | 
| 2016 ) | 1996 ) | 
| 2017 echo | 1997 echo | 
| 2018 | 1998 | 
| 2019 $as_echo "## ----------------- ## | 1999 cat <<\_ASBOX | 
| 2000 ## ----------------- ## | |
| 2020 ## Output variables. ## | 2001 ## Output variables. ## | 
| 2021 ## ----------------- ##" | 2002 ## ----------------- ## | 
| 2003 _ASBOX | |
| 2022 echo | 2004 echo | 
| 2023 for ac_var in $ac_subst_vars | 2005 for ac_var in $ac_subst_vars | 
| 2024 do | 2006 do | 
| 2025 eval ac_val=\$$ac_var | 2007 eval ac_val=\$$ac_var | 
| 2026 case $ac_val in | 2008 case $ac_val in | 
| 2029 $as_echo "$ac_var='\''$ac_val'\''" | 2011 $as_echo "$ac_var='\''$ac_val'\''" | 
| 2030 done | sort | 2012 done | sort | 
| 2031 echo | 2013 echo | 
| 2032 | 2014 | 
| 2033 if test -n "$ac_subst_files"; then | 2015 if test -n "$ac_subst_files"; then | 
| 2034 $as_echo "## ------------------- ## | 2016 cat <<\_ASBOX | 
| 2017 ## ------------------- ## | |
| 2035 ## File substitutions. ## | 2018 ## File substitutions. ## | 
| 2036 ## ------------------- ##" | 2019 ## ------------------- ## | 
| 2020 _ASBOX | |
| 2037 echo | 2021 echo | 
| 2038 for ac_var in $ac_subst_files | 2022 for ac_var in $ac_subst_files | 
| 2039 do | 2023 do | 
| 2040 eval ac_val=\$$ac_var | 2024 eval ac_val=\$$ac_var | 
| 2041 case $ac_val in | 2025 case $ac_val in | 
| 2045 done | sort | 2029 done | sort | 
| 2046 echo | 2030 echo | 
| 2047 fi | 2031 fi | 
| 2048 | 2032 | 
| 2049 if test -s confdefs.h; then | 2033 if test -s confdefs.h; then | 
| 2050 $as_echo "## ----------- ## | 2034 cat <<\_ASBOX | 
| 2035 ## ----------- ## | |
| 2051 ## confdefs.h. ## | 2036 ## confdefs.h. ## | 
| 2052 ## ----------- ##" | 2037 ## ----------- ## | 
| 2038 _ASBOX | |
| 2053 echo | 2039 echo | 
| 2054 cat confdefs.h | 2040 cat confdefs.h | 
| 2055 echo | 2041 echo | 
| 2056 fi | 2042 fi | 
| 2057 test "$ac_signal" != 0 && | 2043 test "$ac_signal" != 0 && | 
| 2102 # Let the site file select an alternate cache file if it wants to. | 2088 # Let the site file select an alternate cache file if it wants to. | 
| 2103 # Prefer an explicitly selected file to automatically selected ones. | 2089 # Prefer an explicitly selected file to automatically selected ones. | 
| 2104 ac_site_file1=NONE | 2090 ac_site_file1=NONE | 
| 2105 ac_site_file2=NONE | 2091 ac_site_file2=NONE | 
| 2106 if test -n "$CONFIG_SITE"; then | 2092 if test -n "$CONFIG_SITE"; then | 
| 2107 # We do not want a PATH search for config.site. | 2093 ac_site_file1=$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 | |
| 2113 elif test "x$prefix" != xNONE; then | 2094 elif test "x$prefix" != xNONE; then | 
| 2114 ac_site_file1=$prefix/share/config.site | 2095 ac_site_file1=$prefix/share/config.site | 
| 2115 ac_site_file2=$prefix/etc/config.site | 2096 ac_site_file2=$prefix/etc/config.site | 
| 2116 else | 2097 else | 
| 2117 ac_site_file1=$ac_default_prefix/share/config.site | 2098 ac_site_file1=$ac_default_prefix/share/config.site | 
| 2122 test "x$ac_site_file" = xNONE && continue | 2103 test "x$ac_site_file" = xNONE && continue | 
| 2123 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 2104 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 
| 2124 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2105 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 
| 2125 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2106 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 
| 2126 sed 's/^/| /' "$ac_site_file" >&5 | 2107 sed 's/^/| /' "$ac_site_file" >&5 | 
| 2127 . "$ac_site_file" \ | 2108 . "$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; } | |
| 2132 fi | 2109 fi | 
| 2133 done | 2110 done | 
| 2134 | 2111 | 
| 2135 if test -r "$cache_file"; then | 2112 if test -r "$cache_file"; then | 
| 2136 # Some versions of bash will fail to source /dev/null (special files | 2113 # Some versions of bash will fail to source /dev/null (special files | 
| 2202 if $ac_cache_corrupted; then | 2179 if $ac_cache_corrupted; then | 
| 2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2180 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2204 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2182 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 
| 2206 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2183 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 
| 2207 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2184 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 
| 2208 fi | 2185 fi | 
| 2209 ## -------------------- ## | 2186 ## -------------------- ## | 
| 2210 ## Main body of script. ## | 2187 ## Main body of script. ## | 
| 2211 ## -------------------- ## | 2188 ## -------------------- ## | 
| 2212 | 2189 | 
| 2533 fi | 2510 fi | 
| 2534 | 2511 | 
| 2535 | 2512 | 
| 2536 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2513 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2537 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2514 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2538 as_fn_error $? "no acceptable C compiler found in \$PATH | 2515 as_fn_error "no acceptable C compiler found in \$PATH | 
| 2539 See \`config.log' for more details" "$LINENO" 5; } | 2516 See \`config.log' for more details." "$LINENO" 5; } | 
| 2540 | 2517 | 
| 2541 # Provide some information about the compiler. | 2518 # Provide some information about the compiler. | 
| 2542 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2519 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 
| 2543 set X $ac_compile | 2520 set X $ac_compile | 
| 2544 ac_compiler=$2 | 2521 ac_compiler=$2 | 
| 2648 $as_echo "$as_me: failed program was:" >&5 | 2625 $as_echo "$as_me: failed program was:" >&5 | 
| 2649 sed 's/^/| /' conftest.$ac_ext >&5 | 2626 sed 's/^/| /' conftest.$ac_ext >&5 | 
| 2650 | 2627 | 
| 2651 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2628 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2652 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2629 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2653 as_fn_error 77 "C compiler cannot create executables | 2630 { as_fn_set_status 77 | 
| 2654 See \`config.log' for more details" "$LINENO" 5; } | 2631 as_fn_error "C compiler cannot create executables | 
| 2632 See \`config.log' for more details." "$LINENO" 5; }; } | |
| 2655 else | 2633 else | 
| 2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 
| 2657 $as_echo "yes" >&6; } | 2635 $as_echo "yes" >&6; } | 
| 2658 fi | 2636 fi | 
| 2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 2637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 
| 2691 esac | 2669 esac | 
| 2692 done | 2670 done | 
| 2693 else | 2671 else | 
| 2694 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2672 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2673 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2696 as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 2674 as_fn_error "cannot compute suffix of executables: cannot compile and link | 
| 2697 See \`config.log' for more details" "$LINENO" 5; } | 2675 See \`config.log' for more details." "$LINENO" 5; } | 
| 2698 fi | 2676 fi | 
| 2699 rm -f conftest conftest$ac_cv_exeext | 2677 rm -f conftest conftest$ac_cv_exeext | 
| 2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 
| 2701 $as_echo "$ac_cv_exeext" >&6; } | 2679 $as_echo "$ac_cv_exeext" >&6; } | 
| 2702 | 2680 | 
| 2749 if test "$cross_compiling" = maybe; then | 2727 if test "$cross_compiling" = maybe; then | 
| 2750 cross_compiling=yes | 2728 cross_compiling=yes | 
| 2751 else | 2729 else | 
| 2752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2754 as_fn_error $? "cannot run C compiled programs. | 2732 as_fn_error "cannot run C compiled programs. | 
| 2755 If you meant to cross compile, use \`--host'. | 2733 If you meant to cross compile, use \`--host'. | 
| 2756 See \`config.log' for more details" "$LINENO" 5; } | 2734 See \`config.log' for more details." "$LINENO" 5; } | 
| 2757 fi | 2735 fi | 
| 2758 fi | 2736 fi | 
| 2759 fi | 2737 fi | 
| 2760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 2738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 
| 2761 $as_echo "$cross_compiling" >&6; } | 2739 $as_echo "$cross_compiling" >&6; } | 
| 2802 $as_echo "$as_me: failed program was:" >&5 | 2780 $as_echo "$as_me: failed program was:" >&5 | 
| 2803 sed 's/^/| /' conftest.$ac_ext >&5 | 2781 sed 's/^/| /' conftest.$ac_ext >&5 | 
| 2804 | 2782 | 
| 2805 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2783 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2806 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2784 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2807 as_fn_error $? "cannot compute suffix of object files: cannot compile | 2785 as_fn_error "cannot compute suffix of object files: cannot compile | 
| 2808 See \`config.log' for more details" "$LINENO" 5; } | 2786 See \`config.log' for more details." "$LINENO" 5; } | 
| 2809 fi | 2787 fi | 
| 2810 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2788 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 
| 2811 fi | 2789 fi | 
| 2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 2790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 
| 2813 $as_echo "$ac_cv_objext" >&6; } | 2791 $as_echo "$ac_cv_objext" >&6; } | 
| 3282 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3260 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 
| 3283 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3261 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 
| 3284 | 3262 | 
| 3285 ac_aux_dir= | 3263 ac_aux_dir= | 
| 3286 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3264 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 
| 3287 if test -f "$ac_dir/install-sh"; then | 3265 for ac_t in install-sh install.sh shtool; do | 
| 3288 ac_aux_dir=$ac_dir | 3266 if test -f "$ac_dir/$ac_t"; then | 
| 3289 ac_install_sh="$ac_aux_dir/install-sh -c" | 3267 ac_aux_dir=$ac_dir | 
| 3290 break | 3268 ac_install_sh="$ac_aux_dir/$ac_t -c" | 
| 3291 elif test -f "$ac_dir/install.sh"; then | 3269 break 2 | 
| 3292 ac_aux_dir=$ac_dir | 3270 fi | 
| 3293 ac_install_sh="$ac_aux_dir/install.sh -c" | 3271 done | 
| 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 | |
| 3300 done | 3272 done | 
| 3301 if test -z "$ac_aux_dir"; then | 3273 if test -z "$ac_aux_dir"; then | 
| 3302 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3274 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 
| 3303 fi | 3275 fi | 
| 3304 | 3276 | 
| 3305 # These three variables are undocumented and unsupported, | 3277 # These three variables are undocumented and unsupported, | 
| 3306 # and are intended to be withdrawn in a future Autoconf release. | 3278 # and are intended to be withdrawn in a future Autoconf release. | 
| 3307 # They can cause serious problems if a builder's source tree is in a directory | 3279 # They can cause serious problems if a builder's source tree is in a directory | 
| 3484 | 3456 | 
| 3485 else | 3457 else | 
| 3486 # Broken: fails on valid input. | 3458 # Broken: fails on valid input. | 
| 3487 continue | 3459 continue | 
| 3488 fi | 3460 fi | 
| 3489 rm -f conftest.err conftest.i conftest.$ac_ext | 3461 rm -f conftest.err conftest.$ac_ext | 
| 3490 | 3462 | 
| 3491 # OK, works on sane cases. Now check whether nonexistent headers | 3463 # OK, works on sane cases. Now check whether nonexistent headers | 
| 3492 # can be detected and how. | 3464 # can be detected and how. | 
| 3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 3494 /* end confdefs.h. */ | 3466 /* end confdefs.h. */ | 
| 3500 else | 3472 else | 
| 3501 # Passes both tests. | 3473 # Passes both tests. | 
| 3502 ac_preproc_ok=: | 3474 ac_preproc_ok=: | 
| 3503 break | 3475 break | 
| 3504 fi | 3476 fi | 
| 3505 rm -f conftest.err conftest.i conftest.$ac_ext | 3477 rm -f conftest.err conftest.$ac_ext | 
| 3506 | 3478 | 
| 3507 done | 3479 done | 
| 3508 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3480 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 
| 3509 rm -f conftest.i conftest.err conftest.$ac_ext | 3481 rm -f conftest.err conftest.$ac_ext | 
| 3510 if $ac_preproc_ok; then : | 3482 if $ac_preproc_ok; then : | 
| 3511 break | 3483 break | 
| 3512 fi | 3484 fi | 
| 3513 | 3485 | 
| 3514 done | 3486 done | 
| 3543 | 3515 | 
| 3544 else | 3516 else | 
| 3545 # Broken: fails on valid input. | 3517 # Broken: fails on valid input. | 
| 3546 continue | 3518 continue | 
| 3547 fi | 3519 fi | 
| 3548 rm -f conftest.err conftest.i conftest.$ac_ext | 3520 rm -f conftest.err conftest.$ac_ext | 
| 3549 | 3521 | 
| 3550 # OK, works on sane cases. Now check whether nonexistent headers | 3522 # OK, works on sane cases. Now check whether nonexistent headers | 
| 3551 # can be detected and how. | 3523 # can be detected and how. | 
| 3552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 3553 /* end confdefs.h. */ | 3525 /* end confdefs.h. */ | 
| 3559 else | 3531 else | 
| 3560 # Passes both tests. | 3532 # Passes both tests. | 
| 3561 ac_preproc_ok=: | 3533 ac_preproc_ok=: | 
| 3562 break | 3534 break | 
| 3563 fi | 3535 fi | 
| 3564 rm -f conftest.err conftest.i conftest.$ac_ext | 3536 rm -f conftest.err conftest.$ac_ext | 
| 3565 | 3537 | 
| 3566 done | 3538 done | 
| 3567 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3539 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 
| 3568 rm -f conftest.i conftest.err conftest.$ac_ext | 3540 rm -f conftest.err conftest.$ac_ext | 
| 3569 if $ac_preproc_ok; then : | 3541 if $ac_preproc_ok; then : | 
| 3570 | 3542 | 
| 3571 else | 3543 else | 
| 3572 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3544 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 3573 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 3574 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check | 3546 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check | 
| 3575 See \`config.log' for more details" "$LINENO" 5; } | 3547 See \`config.log' for more details." "$LINENO" 5; } | 
| 3576 fi | 3548 fi | 
| 3577 | 3549 | 
| 3578 ac_ext=cpp | 3550 ac_ext=cpp | 
| 3579 ac_cpp='$CXXCPP $CPPFLAGS' | 3551 ac_cpp='$CXXCPP $CPPFLAGS' | 
| 3580 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3552 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 
| 3631 done | 3603 done | 
| 3632 done | 3604 done | 
| 3633 done | 3605 done | 
| 3634 IFS=$as_save_IFS | 3606 IFS=$as_save_IFS | 
| 3635 if test -z "$ac_cv_path_GREP"; then | 3607 if test -z "$ac_cv_path_GREP"; then | 
| 3636 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3608 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 
| 3637 fi | 3609 fi | 
| 3638 else | 3610 else | 
| 3639 ac_cv_path_GREP=$GREP | 3611 ac_cv_path_GREP=$GREP | 
| 3640 fi | 3612 fi | 
| 3641 | 3613 | 
| 3697 done | 3669 done | 
| 3698 done | 3670 done | 
| 3699 done | 3671 done | 
| 3700 IFS=$as_save_IFS | 3672 IFS=$as_save_IFS | 
| 3701 if test -z "$ac_cv_path_EGREP"; then | 3673 if test -z "$ac_cv_path_EGREP"; then | 
| 3702 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3674 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 
| 3703 fi | 3675 fi | 
| 3704 else | 3676 else | 
| 3705 ac_cv_path_EGREP=$EGREP | 3677 ac_cv_path_EGREP=$EGREP | 
| 3706 fi | 3678 fi | 
| 3707 | 3679 | 
| 3827 | 3799 | 
| 3828 # These are the flags Autoconf guesses for us; we use them later if | 3800 # These are the flags Autoconf guesses for us; we use them later if | 
| 3829 # the user has set none and we are not using GCC (so lack our own | 3801 # the user has set none and we are not using GCC (so lack our own | 
| 3830 # preferred flags) | 3802 # preferred flags) | 
| 3831 AUTOCONF_CXXFLAGS="$CXXFLAGS" | 3803 AUTOCONF_CXXFLAGS="$CXXFLAGS" | 
| 3832 | |
| 3833 | |
| 3834 | |
| 3835 | |
| 3836 | 3804 | 
| 3837 | 3805 | 
| 3838 | 3806 | 
| 3839 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 3807 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 
| 3840 if test -n "$ac_tool_prefix"; then | 3808 if test -n "$ac_tool_prefix"; then | 
| 3946 else | 3914 else | 
| 3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 3915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 3948 $as_echo "no" >&6; } | 3916 $as_echo "no" >&6; } | 
| 3949 PKG_CONFIG="" | 3917 PKG_CONFIG="" | 
| 3950 fi | 3918 fi | 
| 3951 fi | 3919 | 
| 3952 | 3920 fi | 
| 3953 | 3921 | 
| 3954 | 3922 | 
| 3955 | 3923 | 
| 3956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking QTDIR" >&5 | 3924 | 
| 3957 $as_echo_n "checking QTDIR... " >&6; } | 3925 if test x$QMAKE = x ; then | 
| 3958 | 3926 # Extract the first word of "qmake-qt4", so it can be a program name with args. | 
| 3959 # Check whether --with-qtdir was given. | |
| 3960 if test "${with_qtdir+set}" = set; then : | |
| 3961 withval=$with_qtdir; QTDIR=$withval | |
| 3962 fi | |
| 3963 | |
| 3964 # Check that QTDIR is defined or that --with-qtdir given | |
| 3965 if test x"$QTDIR" = x ; then | |
| 3966 # some usual Qt locations | |
| 3967 QT_SEARCH="/usr /opt /usr/lib/qt" | |
| 3968 else | |
| 3969 case "$QTDIR" in *3*) | |
| 3970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | |
| 3971 *** The QTDIR environment variable is set to \"$QTDIR\". | |
| 3972 This looks like it could be the location of a Qt3 installation | |
| 3973 instead of the Qt4 installation we require. If configure fails, | |
| 3974 please ensure QTDIR is either set correctly or not set at all. | |
| 3975 " >&5 | |
| 3976 $as_echo "$as_me: WARNING: | |
| 3977 *** The QTDIR environment variable is set to \"$QTDIR\". | |
| 3978 This looks like it could be the location of a Qt3 installation | |
| 3979 instead of the Qt4 installation we require. If configure fails, | |
| 3980 please ensure QTDIR is either set correctly or not set at all. | |
| 3981 " >&2;} | |
| 3982 ;; | |
| 3983 esac | |
| 3984 QT_SEARCH=$QTDIR | |
| 3985 QTDIR="" | |
| 3986 fi | |
| 3987 for i in $QT_SEARCH ; do | |
| 3988 QT_INCLUDE_SEARCH="include/qt4 include" | |
| 3989 for j in $QT_INCLUDE_SEARCH ; do | |
| 3990 if test -f $i/$j/Qt/qglobal.h && test x$QTDIR = x ; then | |
| 3991 QTDIR=$i | |
| 3992 QT_INCLUDES=$i/$j | |
| 3993 fi | |
| 3994 done | |
| 3995 done | |
| 3996 if test x"$QTDIR" = x ; then | |
| 3997 as_fn_error $? "*** Failed to find Qt4 installation. QTDIR must be defined, or --with-qtdir option given" "$LINENO" 5 | |
| 3998 fi | |
| 3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTDIR" >&5 | |
| 4000 $as_echo "$QTDIR" >&6; } | |
| 4001 | |
| 4002 # Change backslashes in QTDIR to forward slashes to prevent escaping | |
| 4003 # problems later on in the build process, mainly for Cygwin build | |
| 4004 # environment using MSVC as the compiler | |
| 4005 QTDIR=`echo $QTDIR | sed 's/\\\\/\\//g'` | |
| 4006 | |
| 4007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt includes" >&5 | |
| 4008 $as_echo_n "checking Qt includes... " >&6; } | |
| 4009 # Check where includes are located | |
| 4010 if test x"$QT_INCLUDES" = x ; then | |
| 4011 as_fn_error $? " | |
| 4012 Failed to find required Qt4 headers. | |
| 4013 Please ensure you have the Qt4 development files installed, | |
| 4014 and if necessary set QTDIR to the location of your Qt4 installation. | |
| 4015 " "$LINENO" 5 | |
| 4016 fi | |
| 4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_INCLUDES" >&5 | |
| 4018 $as_echo "$QT_INCLUDES" >&6; } | |
| 4019 | |
| 4020 # Check that qmake is in path | |
| 4021 # Extract the first word of "qmake-qt4", so it can be a program name with args. | |
| 4022 set dummy qmake-qt4; ac_word=$2 | 3927 set dummy qmake-qt4; ac_word=$2 | 
| 4023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 
| 4024 $as_echo_n "checking for $ac_word... " >&6; } | 3929 $as_echo_n "checking for $ac_word... " >&6; } | 
| 4025 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 3930 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 
| 4026 $as_echo_n "(cached) " >&6 | 3931 $as_echo_n "(cached) " >&6 | 
| 4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4054 $as_echo "no" >&6; } | 3959 $as_echo "no" >&6; } | 
| 4055 fi | 3960 fi | 
| 4056 | 3961 | 
| 4057 | 3962 | 
| 3963 fi | |
| 4058 if test x$QMAKE = x ; then | 3964 if test x$QMAKE = x ; then | 
| 4059 # Extract the first word of "qmake", so it can be a program name with args. | 3965 # Extract the first word of "qmake", so it can be a program name with args. | 
| 4060 set dummy qmake; ac_word=$2 | 3966 set dummy qmake; ac_word=$2 | 
| 4061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 
| 4062 $as_echo_n "checking for $ac_word... " >&6; } | 3968 $as_echo_n "checking for $ac_word... " >&6; } | 
| 4063 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 3969 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 
| 4064 $as_echo_n "(cached) " >&6 | 3970 $as_echo_n "(cached) " >&6 | 
| 4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4092 $as_echo "no" >&6; } | 3998 $as_echo "no" >&6; } | 
| 4093 fi | 3999 fi | 
| 4094 | 4000 | 
| 4095 | 4001 | 
| 4096 if test x$QMAKE = x ; then | 4002 fi | 
| 4097 # Extract the first word of "qmake.exe", so it can be a program name with args. | 4003 if test x$QMAKE = x ; then | 
| 4004 # Extract the first word of "qmake.exe", so it can be a program name with args. | |
| 4098 set dummy qmake.exe; ac_word=$2 | 4005 set dummy qmake.exe; ac_word=$2 | 
| 4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 
| 4100 $as_echo_n "checking for $ac_word... " >&6; } | 4007 $as_echo_n "checking for $ac_word... " >&6; } | 
| 4101 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4008 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 
| 4102 $as_echo_n "(cached) " >&6 | 4009 $as_echo_n "(cached) " >&6 | 
| 4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4130 $as_echo "no" >&6; } | 4037 $as_echo "no" >&6; } | 
| 4131 fi | 4038 fi | 
| 4132 | 4039 | 
| 4133 | 4040 | 
| 4134 if test x$QMAKE = x ; then | 4041 fi | 
| 4135 as_fn_error $? " | 4042 if test x$QMAKE = x ; then | 
| 4043 # Extract the first word of "qmake-qt4", so it can be a program name with args. | |
| 4044 set dummy qmake-qt4; ac_word=$2 | |
| 4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4046 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4047 if test "${ac_cv_prog_QMAKE+set}" = set; then : | |
| 4048 $as_echo_n "(cached) " >&6 | |
| 4049 else | |
| 4050 if test -n "$QMAKE"; then | |
| 4051 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | |
| 4052 else | |
| 4053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4054 for as_dir in $PATH | |
| 4055 do | |
| 4056 IFS=$as_save_IFS | |
| 4057 test -z "$as_dir" && as_dir=. | |
| 4058 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4060 ac_cv_prog_QMAKE="qmake-qt4" | |
| 4061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4062 break 2 | |
| 4063 fi | |
| 4064 done | |
| 4065 done | |
| 4066 IFS=$as_save_IFS | |
| 4067 | |
| 4068 fi | |
| 4069 fi | |
| 4070 QMAKE=$ac_cv_prog_QMAKE | |
| 4071 if test -n "$QMAKE"; then | |
| 4072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QMAKE" >&5 | |
| 4073 $as_echo "$QMAKE" >&6; } | |
| 4074 else | |
| 4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4076 $as_echo "no" >&6; } | |
| 4077 fi | |
| 4078 | |
| 4079 | |
| 4080 fi | |
| 4081 if test x$QMAKE = x ; then | |
| 4082 # Extract the first word of "qmake", so it can be a program name with args. | |
| 4083 set dummy qmake; ac_word=$2 | |
| 4084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4085 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4086 if test "${ac_cv_prog_QMAKE+set}" = set; then : | |
| 4087 $as_echo_n "(cached) " >&6 | |
| 4088 else | |
| 4089 if test -n "$QMAKE"; then | |
| 4090 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | |
| 4091 else | |
| 4092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4093 for as_dir in $PATH | |
| 4094 do | |
| 4095 IFS=$as_save_IFS | |
| 4096 test -z "$as_dir" && as_dir=. | |
| 4097 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4099 ac_cv_prog_QMAKE="qmake" | |
| 4100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4101 break 2 | |
| 4102 fi | |
| 4103 done | |
| 4104 done | |
| 4105 IFS=$as_save_IFS | |
| 4106 | |
| 4107 fi | |
| 4108 fi | |
| 4109 QMAKE=$ac_cv_prog_QMAKE | |
| 4110 if test -n "$QMAKE"; then | |
| 4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QMAKE" >&5 | |
| 4112 $as_echo "$QMAKE" >&6; } | |
| 4113 else | |
| 4114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4115 $as_echo "no" >&6; } | |
| 4116 fi | |
| 4117 | |
| 4118 | |
| 4119 fi | |
| 4120 if test x$QMAKE = x ; then | |
| 4121 as_fn_error " | |
| 4136 Failed to find the required qmake-qt4 or qmake program. Please | 4122 Failed to find the required qmake-qt4 or qmake program. Please | 
| 4137 ensure you have the necessary Qt4 development files installed. | 4123 ensure you have the necessary Qt4 development files installed, and | 
| 4124 if necessary set QTDIR to the location of your Qt4 installation. | |
| 4138 " "$LINENO" 5 | 4125 " "$LINENO" 5 | 
| 4139 fi | |
| 4140 fi | |
| 4141 fi | 4126 fi | 
| 4142 | 4127 | 
| 4143 # Suitable versions of qmake should print out something like: | 4128 # Suitable versions of qmake should print out something like: | 
| 4144 # | 4129 # | 
| 4145 # QMake version 2.01a | 4130 # QMake version 2.01a | 
| 4161 from the wrong version of Qt (Qt4 is required). Please check | 4146 from the wrong version of Qt (Qt4 is required). Please check | 
| 4162 that this is the correct version of qmake for Qt4 builds. | 4147 that this is the correct version of qmake for Qt4 builds. | 
| 4163 " >&2;} | 4148 " >&2;} | 
| 4164 esac | 4149 esac | 
| 4165 | 4150 | 
| 4166 # Check that moc is in path | |
| 4167 # Extract the first word of "moc-qt4", so it can be a program name with args. | |
| 4168 set dummy moc-qt4; ac_word=$2 | |
| 4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4170 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4171 if test "${ac_cv_prog_MOC+set}" = set; then : | |
| 4172 $as_echo_n "(cached) " >&6 | |
| 4173 else | |
| 4174 if test -n "$MOC"; then | |
| 4175 ac_cv_prog_MOC="$MOC" # Let the user override the test. | |
| 4176 else | |
| 4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4178 for as_dir in $QTDIR/bin/ | |
| 4179 do | |
| 4180 IFS=$as_save_IFS | |
| 4181 test -z "$as_dir" && as_dir=. | |
| 4182 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4184 ac_cv_prog_MOC="$QTDIR/bin/moc-qt4" | |
| 4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4186 break 2 | |
| 4187 fi | |
| 4188 done | |
| 4189 done | |
| 4190 IFS=$as_save_IFS | |
| 4191 | |
| 4192 fi | |
| 4193 fi | |
| 4194 MOC=$ac_cv_prog_MOC | |
| 4195 if test -n "$MOC"; then | |
| 4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOC" >&5 | |
| 4197 $as_echo "$MOC" >&6; } | |
| 4198 else | |
| 4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4200 $as_echo "no" >&6; } | |
| 4201 fi | |
| 4202 | |
| 4203 | |
| 4204 if test x$MOC = x ; then | |
| 4205 # Extract the first word of "moc", so it can be a program name with args. | |
| 4206 set dummy moc; ac_word=$2 | |
| 4207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4208 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4209 if test "${ac_cv_prog_MOC+set}" = set; then : | |
| 4210 $as_echo_n "(cached) " >&6 | |
| 4211 else | |
| 4212 if test -n "$MOC"; then | |
| 4213 ac_cv_prog_MOC="$MOC" # Let the user override the test. | |
| 4214 else | |
| 4215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4216 for as_dir in $QTDIR/bin/ | |
| 4217 do | |
| 4218 IFS=$as_save_IFS | |
| 4219 test -z "$as_dir" && as_dir=. | |
| 4220 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4222 ac_cv_prog_MOC="$QTDIR/bin/moc" | |
| 4223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4224 break 2 | |
| 4225 fi | |
| 4226 done | |
| 4227 done | |
| 4228 IFS=$as_save_IFS | |
| 4229 | |
| 4230 fi | |
| 4231 fi | |
| 4232 MOC=$ac_cv_prog_MOC | |
| 4233 if test -n "$MOC"; then | |
| 4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOC" >&5 | |
| 4235 $as_echo "$MOC" >&6; } | |
| 4236 else | |
| 4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4238 $as_echo "no" >&6; } | |
| 4239 fi | |
| 4240 | |
| 4241 | |
| 4242 if test x$MOC = x ; then | |
| 4243 # Extract the first word of "moc.exe", so it can be a program name with args. | |
| 4244 set dummy moc.exe; ac_word=$2 | |
| 4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4246 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4247 if test "${ac_cv_prog_MOC+set}" = set; then : | |
| 4248 $as_echo_n "(cached) " >&6 | |
| 4249 else | |
| 4250 if test -n "$MOC"; then | |
| 4251 ac_cv_prog_MOC="$MOC" # Let the user override the test. | |
| 4252 else | |
| 4253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4254 for as_dir in $QTDIR/bin/ | |
| 4255 do | |
| 4256 IFS=$as_save_IFS | |
| 4257 test -z "$as_dir" && as_dir=. | |
| 4258 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4260 ac_cv_prog_MOC="$QTDIR/bin/moc.exe" | |
| 4261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4262 break 2 | |
| 4263 fi | |
| 4264 done | |
| 4265 done | |
| 4266 IFS=$as_save_IFS | |
| 4267 | |
| 4268 fi | |
| 4269 fi | |
| 4270 MOC=$ac_cv_prog_MOC | |
| 4271 if test -n "$MOC"; then | |
| 4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOC" >&5 | |
| 4273 $as_echo "$MOC" >&6; } | |
| 4274 else | |
| 4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4276 $as_echo "no" >&6; } | |
| 4277 fi | |
| 4278 | |
| 4279 | |
| 4280 if test x$MOC = x ; then | |
| 4281 as_fn_error $? " | |
| 4282 Failed to find required moc-qt4 or moc program. | |
| 4283 Please ensure you have the Qt4 development files installed, | |
| 4284 and if necessary set QTDIR to the location of your Qt4 installation. | |
| 4285 " "$LINENO" 5 | |
| 4286 fi | |
| 4287 fi | |
| 4288 fi | |
| 4289 | |
| 4290 # Check that uic is in path | |
| 4291 # Extract the first word of "uic-qt4", so it can be a program name with args. | |
| 4292 set dummy uic-qt4; ac_word=$2 | |
| 4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4294 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4295 if test "${ac_cv_prog_UIC+set}" = set; then : | |
| 4296 $as_echo_n "(cached) " >&6 | |
| 4297 else | |
| 4298 if test -n "$UIC"; then | |
| 4299 ac_cv_prog_UIC="$UIC" # Let the user override the test. | |
| 4300 else | |
| 4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4302 for as_dir in $QTDIR/bin/ | |
| 4303 do | |
| 4304 IFS=$as_save_IFS | |
| 4305 test -z "$as_dir" && as_dir=. | |
| 4306 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4308 ac_cv_prog_UIC="$QTDIR/bin/uic-qt4" | |
| 4309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4310 break 2 | |
| 4311 fi | |
| 4312 done | |
| 4313 done | |
| 4314 IFS=$as_save_IFS | |
| 4315 | |
| 4316 fi | |
| 4317 fi | |
| 4318 UIC=$ac_cv_prog_UIC | |
| 4319 if test -n "$UIC"; then | |
| 4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UIC" >&5 | |
| 4321 $as_echo "$UIC" >&6; } | |
| 4322 else | |
| 4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4324 $as_echo "no" >&6; } | |
| 4325 fi | |
| 4326 | |
| 4327 | |
| 4328 if test x$UIC = x ; then | |
| 4329 # Extract the first word of "uic", so it can be a program name with args. | |
| 4330 set dummy uic; ac_word=$2 | |
| 4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4332 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4333 if test "${ac_cv_prog_UIC+set}" = set; then : | |
| 4334 $as_echo_n "(cached) " >&6 | |
| 4335 else | |
| 4336 if test -n "$UIC"; then | |
| 4337 ac_cv_prog_UIC="$UIC" # Let the user override the test. | |
| 4338 else | |
| 4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4340 for as_dir in $QTDIR/bin/ | |
| 4341 do | |
| 4342 IFS=$as_save_IFS | |
| 4343 test -z "$as_dir" && as_dir=. | |
| 4344 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4346 ac_cv_prog_UIC="$QTDIR/bin/uic" | |
| 4347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4348 break 2 | |
| 4349 fi | |
| 4350 done | |
| 4351 done | |
| 4352 IFS=$as_save_IFS | |
| 4353 | |
| 4354 fi | |
| 4355 fi | |
| 4356 UIC=$ac_cv_prog_UIC | |
| 4357 if test -n "$UIC"; then | |
| 4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UIC" >&5 | |
| 4359 $as_echo "$UIC" >&6; } | |
| 4360 else | |
| 4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4362 $as_echo "no" >&6; } | |
| 4363 fi | |
| 4364 | |
| 4365 | |
| 4366 if test x$UIC = x ; then | |
| 4367 # Extract the first word of "uic.exe", so it can be a program name with args. | |
| 4368 set dummy uic.exe; ac_word=$2 | |
| 4369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4370 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4371 if test "${ac_cv_prog_UIC+set}" = set; then : | |
| 4372 $as_echo_n "(cached) " >&6 | |
| 4373 else | |
| 4374 if test -n "$UIC"; then | |
| 4375 ac_cv_prog_UIC="$UIC" # Let the user override the test. | |
| 4376 else | |
| 4377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4378 for as_dir in $QTDIR/bin/ | |
| 4379 do | |
| 4380 IFS=$as_save_IFS | |
| 4381 test -z "$as_dir" && as_dir=. | |
| 4382 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4384 ac_cv_prog_UIC="$QTDIR/bin/uic.exe" | |
| 4385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4386 break 2 | |
| 4387 fi | |
| 4388 done | |
| 4389 done | |
| 4390 IFS=$as_save_IFS | |
| 4391 | |
| 4392 fi | |
| 4393 fi | |
| 4394 UIC=$ac_cv_prog_UIC | |
| 4395 if test -n "$UIC"; then | |
| 4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UIC" >&5 | |
| 4397 $as_echo "$UIC" >&6; } | |
| 4398 else | |
| 4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4400 $as_echo "no" >&6; } | |
| 4401 fi | |
| 4402 | |
| 4403 | |
| 4404 if test x$UIC = x ; then | |
| 4405 as_fn_error $? " | |
| 4406 Failed to find required uic-qt4 or uic program. | |
| 4407 Please ensure you have the Qt4 development files installed, | |
| 4408 and if necessary set QTDIR to the location of your Qt4 installation. | |
| 4409 " "$LINENO" 5 | |
| 4410 fi | |
| 4411 fi | |
| 4412 fi | |
| 4413 | |
| 4414 # Check that rcc is in path | |
| 4415 # Extract the first word of "rcc-qt4", so it can be a program name with args. | |
| 4416 set dummy rcc-qt4; ac_word=$2 | |
| 4417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4418 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4419 if test "${ac_cv_prog_RCC+set}" = set; then : | |
| 4420 $as_echo_n "(cached) " >&6 | |
| 4421 else | |
| 4422 if test -n "$RCC"; then | |
| 4423 ac_cv_prog_RCC="$RCC" # Let the user override the test. | |
| 4424 else | |
| 4425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4426 for as_dir in $QTDIR/bin/ | |
| 4427 do | |
| 4428 IFS=$as_save_IFS | |
| 4429 test -z "$as_dir" && as_dir=. | |
| 4430 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4432 ac_cv_prog_RCC="$QTDIR/bin/rcc-qt4" | |
| 4433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4434 break 2 | |
| 4435 fi | |
| 4436 done | |
| 4437 done | |
| 4438 IFS=$as_save_IFS | |
| 4439 | |
| 4440 fi | |
| 4441 fi | |
| 4442 RCC=$ac_cv_prog_RCC | |
| 4443 if test -n "$RCC"; then | |
| 4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RCC" >&5 | |
| 4445 $as_echo "$RCC" >&6; } | |
| 4446 else | |
| 4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4448 $as_echo "no" >&6; } | |
| 4449 fi | |
| 4450 | |
| 4451 | |
| 4452 if test x$RCC = x ; then | |
| 4453 # Extract the first word of "rcc", so it can be a program name with args. | |
| 4454 set dummy rcc; ac_word=$2 | |
| 4455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4456 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4457 if test "${ac_cv_prog_RCC+set}" = set; then : | |
| 4458 $as_echo_n "(cached) " >&6 | |
| 4459 else | |
| 4460 if test -n "$RCC"; then | |
| 4461 ac_cv_prog_RCC="$RCC" # Let the user override the test. | |
| 4462 else | |
| 4463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4464 for as_dir in $QTDIR/bin/ | |
| 4465 do | |
| 4466 IFS=$as_save_IFS | |
| 4467 test -z "$as_dir" && as_dir=. | |
| 4468 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4470 ac_cv_prog_RCC="$QTDIR/bin/rcc" | |
| 4471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4472 break 2 | |
| 4473 fi | |
| 4474 done | |
| 4475 done | |
| 4476 IFS=$as_save_IFS | |
| 4477 | |
| 4478 fi | |
| 4479 fi | |
| 4480 RCC=$ac_cv_prog_RCC | |
| 4481 if test -n "$RCC"; then | |
| 4482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RCC" >&5 | |
| 4483 $as_echo "$RCC" >&6; } | |
| 4484 else | |
| 4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4486 $as_echo "no" >&6; } | |
| 4487 fi | |
| 4488 | |
| 4489 | |
| 4490 if test x$RCC = x ; then | |
| 4491 # Extract the first word of "rcc.exe", so it can be a program name with args. | |
| 4492 set dummy rcc.exe; ac_word=$2 | |
| 4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4494 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4495 if test "${ac_cv_prog_RCC+set}" = set; then : | |
| 4496 $as_echo_n "(cached) " >&6 | |
| 4497 else | |
| 4498 if test -n "$RCC"; then | |
| 4499 ac_cv_prog_RCC="$RCC" # Let the user override the test. | |
| 4500 else | |
| 4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4502 for as_dir in $QTDIR/bin/ | |
| 4503 do | |
| 4504 IFS=$as_save_IFS | |
| 4505 test -z "$as_dir" && as_dir=. | |
| 4506 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4508 ac_cv_prog_RCC="$QTDIR/bin/rcc.exe" | |
| 4509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4510 break 2 | |
| 4511 fi | |
| 4512 done | |
| 4513 done | |
| 4514 IFS=$as_save_IFS | |
| 4515 | |
| 4516 fi | |
| 4517 fi | |
| 4518 RCC=$ac_cv_prog_RCC | |
| 4519 if test -n "$RCC"; then | |
| 4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RCC" >&5 | |
| 4521 $as_echo "$RCC" >&6; } | |
| 4522 else | |
| 4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4524 $as_echo "no" >&6; } | |
| 4525 fi | |
| 4526 | |
| 4527 | |
| 4528 if test x$RCC = x ; then | |
| 4529 as_fn_error $? " | |
| 4530 Failed to find required rcc-qt4 or rcc program. | |
| 4531 Please ensure you have the Qt4 development files installed, | |
| 4532 and if necessary set QTDIR to the location of your Qt4 installation. | |
| 4533 " "$LINENO" 5 | |
| 4534 fi | |
| 4535 fi | |
| 4536 fi | |
| 4537 | |
| 4538 # lupdate is the Qt translation-update utility. | |
| 4539 # Extract the first word of "lupdate-qt4", so it can be a program name with args. | |
| 4540 set dummy lupdate-qt4; ac_word=$2 | |
| 4541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4542 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4543 if test "${ac_cv_prog_LUPDATE+set}" = set; then : | |
| 4544 $as_echo_n "(cached) " >&6 | |
| 4545 else | |
| 4546 if test -n "$LUPDATE"; then | |
| 4547 ac_cv_prog_LUPDATE="$LUPDATE" # Let the user override the test. | |
| 4548 else | |
| 4549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4550 for as_dir in $QTDIR/bin/ | |
| 4551 do | |
| 4552 IFS=$as_save_IFS | |
| 4553 test -z "$as_dir" && as_dir=. | |
| 4554 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4556 ac_cv_prog_LUPDATE="$QTDIR/bin/lupdate-qt4" | |
| 4557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4558 break 2 | |
| 4559 fi | |
| 4560 done | |
| 4561 done | |
| 4562 IFS=$as_save_IFS | |
| 4563 | |
| 4564 fi | |
| 4565 fi | |
| 4566 LUPDATE=$ac_cv_prog_LUPDATE | |
| 4567 if test -n "$LUPDATE"; then | |
| 4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LUPDATE" >&5 | |
| 4569 $as_echo "$LUPDATE" >&6; } | |
| 4570 else | |
| 4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4572 $as_echo "no" >&6; } | |
| 4573 fi | |
| 4574 | |
| 4575 | |
| 4576 if test x$LUPDATE = x ; then | |
| 4577 # Extract the first word of "lupdate", so it can be a program name with args. | |
| 4578 set dummy lupdate; ac_word=$2 | |
| 4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4580 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4581 if test "${ac_cv_prog_LUPDATE+set}" = set; then : | |
| 4582 $as_echo_n "(cached) " >&6 | |
| 4583 else | |
| 4584 if test -n "$LUPDATE"; then | |
| 4585 ac_cv_prog_LUPDATE="$LUPDATE" # Let the user override the test. | |
| 4586 else | |
| 4587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4588 for as_dir in $QTDIR/bin/ | |
| 4589 do | |
| 4590 IFS=$as_save_IFS | |
| 4591 test -z "$as_dir" && as_dir=. | |
| 4592 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4594 ac_cv_prog_LUPDATE="$QTDIR/bin/lupdate" | |
| 4595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4596 break 2 | |
| 4597 fi | |
| 4598 done | |
| 4599 done | |
| 4600 IFS=$as_save_IFS | |
| 4601 | |
| 4602 fi | |
| 4603 fi | |
| 4604 LUPDATE=$ac_cv_prog_LUPDATE | |
| 4605 if test -n "$LUPDATE"; then | |
| 4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LUPDATE" >&5 | |
| 4607 $as_echo "$LUPDATE" >&6; } | |
| 4608 else | |
| 4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4610 $as_echo "no" >&6; } | |
| 4611 fi | |
| 4612 | |
| 4613 | |
| 4614 if test x$LUPDATE = x ; then | |
| 4615 # Extract the first word of "lupdate.exe", so it can be a program name with args. | |
| 4616 set dummy lupdate.exe; ac_word=$2 | |
| 4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4618 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4619 if test "${ac_cv_prog_LUPDATE+set}" = set; then : | |
| 4620 $as_echo_n "(cached) " >&6 | |
| 4621 else | |
| 4622 if test -n "$LUPDATE"; then | |
| 4623 ac_cv_prog_LUPDATE="$LUPDATE" # Let the user override the test. | |
| 4624 else | |
| 4625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4626 for as_dir in $QTDIR/bin/ | |
| 4627 do | |
| 4628 IFS=$as_save_IFS | |
| 4629 test -z "$as_dir" && as_dir=. | |
| 4630 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4632 ac_cv_prog_LUPDATE="$QTDIR/bin/lupdate.exe" | |
| 4633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4634 break 2 | |
| 4635 fi | |
| 4636 done | |
| 4637 done | |
| 4638 IFS=$as_save_IFS | |
| 4639 | |
| 4640 fi | |
| 4641 fi | |
| 4642 LUPDATE=$ac_cv_prog_LUPDATE | |
| 4643 if test -n "$LUPDATE"; then | |
| 4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LUPDATE" >&5 | |
| 4645 $as_echo "$LUPDATE" >&6; } | |
| 4646 else | |
| 4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4648 $as_echo "no" >&6; } | |
| 4649 fi | |
| 4650 | |
| 4651 | |
| 4652 if test x$LUPDATE = x ; then | |
| 4653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | |
| 4654 Failed to find lupdate-qt4 or lupdate program. | |
| 4655 This program is not needed for a simple build, | |
| 4656 but it should be part of a Qt4 development installation | |
| 4657 and its absence is troubling. | |
| 4658 " >&5 | |
| 4659 $as_echo "$as_me: WARNING: | |
| 4660 Failed to find lupdate-qt4 or lupdate program. | |
| 4661 This program is not needed for a simple build, | |
| 4662 but it should be part of a Qt4 development installation | |
| 4663 and its absence is troubling. | |
| 4664 " >&2;} | |
| 4665 fi | |
| 4666 fi | |
| 4667 fi | |
| 4668 | |
| 4669 # lrelease is the Qt translation-release utility. | |
| 4670 # Extract the first word of "lrelease-qt4", so it can be a program name with args. | |
| 4671 set dummy lrelease-qt4; ac_word=$2 | |
| 4672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4673 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4674 if test "${ac_cv_prog_LRELEASE+set}" = set; then : | |
| 4675 $as_echo_n "(cached) " >&6 | |
| 4676 else | |
| 4677 if test -n "$LRELEASE"; then | |
| 4678 ac_cv_prog_LRELEASE="$LRELEASE" # Let the user override the test. | |
| 4679 else | |
| 4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4681 for as_dir in $QTDIR/bin/ | |
| 4682 do | |
| 4683 IFS=$as_save_IFS | |
| 4684 test -z "$as_dir" && as_dir=. | |
| 4685 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4687 ac_cv_prog_LRELEASE="$QTDIR/bin/lrelease-qt4" | |
| 4688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4689 break 2 | |
| 4690 fi | |
| 4691 done | |
| 4692 done | |
| 4693 IFS=$as_save_IFS | |
| 4694 | |
| 4695 fi | |
| 4696 fi | |
| 4697 LRELEASE=$ac_cv_prog_LRELEASE | |
| 4698 if test -n "$LRELEASE"; then | |
| 4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LRELEASE" >&5 | |
| 4700 $as_echo "$LRELEASE" >&6; } | |
| 4701 else | |
| 4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4703 $as_echo "no" >&6; } | |
| 4704 fi | |
| 4705 | |
| 4706 | |
| 4707 if test x$LRELEASE = x ; then | |
| 4708 # Extract the first word of "lrelease", so it can be a program name with args. | |
| 4709 set dummy lrelease; ac_word=$2 | |
| 4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4711 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4712 if test "${ac_cv_prog_LRELEASE+set}" = set; then : | |
| 4713 $as_echo_n "(cached) " >&6 | |
| 4714 else | |
| 4715 if test -n "$LRELEASE"; then | |
| 4716 ac_cv_prog_LRELEASE="$LRELEASE" # Let the user override the test. | |
| 4717 else | |
| 4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4719 for as_dir in $QTDIR/bin/ | |
| 4720 do | |
| 4721 IFS=$as_save_IFS | |
| 4722 test -z "$as_dir" && as_dir=. | |
| 4723 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4725 ac_cv_prog_LRELEASE="$QTDIR/bin/lrelease" | |
| 4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4727 break 2 | |
| 4728 fi | |
| 4729 done | |
| 4730 done | |
| 4731 IFS=$as_save_IFS | |
| 4732 | |
| 4733 fi | |
| 4734 fi | |
| 4735 LRELEASE=$ac_cv_prog_LRELEASE | |
| 4736 if test -n "$LRELEASE"; then | |
| 4737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LRELEASE" >&5 | |
| 4738 $as_echo "$LRELEASE" >&6; } | |
| 4739 else | |
| 4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4741 $as_echo "no" >&6; } | |
| 4742 fi | |
| 4743 | |
| 4744 | |
| 4745 if test x$LRELEASE = x ; then | |
| 4746 # Extract the first word of "lrelease.exe", so it can be a program name with args. | |
| 4747 set dummy lrelease.exe; ac_word=$2 | |
| 4748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
| 4749 $as_echo_n "checking for $ac_word... " >&6; } | |
| 4750 if test "${ac_cv_prog_LRELEASE+set}" = set; then : | |
| 4751 $as_echo_n "(cached) " >&6 | |
| 4752 else | |
| 4753 if test -n "$LRELEASE"; then | |
| 4754 ac_cv_prog_LRELEASE="$LRELEASE" # Let the user override the test. | |
| 4755 else | |
| 4756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4757 for as_dir in $QTDIR/bin/ | |
| 4758 do | |
| 4759 IFS=$as_save_IFS | |
| 4760 test -z "$as_dir" && as_dir=. | |
| 4761 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 4762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 4763 ac_cv_prog_LRELEASE="$QTDIR/bin/lrelease.exe" | |
| 4764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 4765 break 2 | |
| 4766 fi | |
| 4767 done | |
| 4768 done | |
| 4769 IFS=$as_save_IFS | |
| 4770 | |
| 4771 fi | |
| 4772 fi | |
| 4773 LRELEASE=$ac_cv_prog_LRELEASE | |
| 4774 if test -n "$LRELEASE"; then | |
| 4775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LRELEASE" >&5 | |
| 4776 $as_echo "$LRELEASE" >&6; } | |
| 4777 else | |
| 4778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4779 $as_echo "no" >&6; } | |
| 4780 fi | |
| 4781 | |
| 4782 | |
| 4783 if test x$LRELEASE = x ; then | |
| 4784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | |
| 4785 Failed to find lrelease-qt4 or lrelease program. | |
| 4786 This program is not needed for a simple build, | |
| 4787 but it should be part of a Qt4 development installation | |
| 4788 and its absence is troubling. | |
| 4789 " >&5 | |
| 4790 $as_echo "$as_me: WARNING: | |
| 4791 Failed to find lrelease-qt4 or lrelease program. | |
| 4792 This program is not needed for a simple build, | |
| 4793 but it should be part of a Qt4 development installation | |
| 4794 and its absence is troubling. | |
| 4795 " >&2;} | |
| 4796 fi | |
| 4797 fi | |
| 4798 fi | |
| 4799 | |
| 4800 QT_CXXFLAGS="-I$QT_INCLUDES/QtGui -I$QT_INCLUDES/QtXml -I$QT_INCLUDES/QtNetwork -I$QT_INCLUDES/QtCore -I$QT_INCLUDES" | |
| 4801 | |
| 4802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking QTLIBDIR" >&5 | |
| 4803 $as_echo_n "checking QTLIBDIR... " >&6; } | |
| 4804 | |
| 4805 # Check whether --with-qtlibdir was given. | |
| 4806 if test "${with_qtlibdir+set}" = set; then : | |
| 4807 withval=$with_qtlibdir; QTLIBDIR=$withval | |
| 4808 fi | |
| 4809 | |
| 4810 if test x"$QTLIBDIR" = x ; then | |
| 4811 # bin is included because that's where Qt DLLs hide on Windows | |
| 4812 # On Mandriva Qt libraries are in /usr/lib or /usr/lib64 although | |
| 4813 # QTDIR is /usr/lib/qt4 | |
| 4814 QTLIB_SEARCH="$QTDIR/lib $QTDIR/lib64 $QTDIR/lib32 $QTDIR/bin /usr/lib /usr/lib64" | |
| 4815 else | |
| 4816 case "$QTLIBDIR" in *3*) | |
| 4817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | |
| 4818 The QTLIBDIR environment variable is set to \"$QTLIBDIR\". | |
| 4819 This looks suspiciously like the location for Qt3 libraries | |
| 4820 instead of the Qt4 libraries we require. If configure fails, | |
| 4821 please ensure QTLIBDIR is either set correctly or not set at all. | |
| 4822 " >&5 | |
| 4823 $as_echo "$as_me: WARNING: | |
| 4824 The QTLIBDIR environment variable is set to \"$QTLIBDIR\". | |
| 4825 This looks suspiciously like the location for Qt3 libraries | |
| 4826 instead of the Qt4 libraries we require. If configure fails, | |
| 4827 please ensure QTLIBDIR is either set correctly or not set at all. | |
| 4828 " >&2;} | |
| 4829 ;; | |
| 4830 esac | |
| 4831 QTLIB_SEARCH="$QTLIBDIR" | |
| 4832 QTDIR="" | |
| 4833 fi | |
| 4834 QTLIB_EXTS=".so .a .dylib 4.dll" | |
| 4835 QTLIB_NEED_4="" | |
| 4836 for i in $QTLIB_SEARCH ; do | |
| 4837 for j in $QTLIB_EXTS ; do | |
| 4838 if test -f $i/libQtGui$j && test x$QTLIBDIR = x ; then | |
| 4839 QTLIBDIR=$i | |
| 4840 elif test -f $i/QtGui$j && test x$QTLIBDIR = x ; then | |
| 4841 QTLIBDIR=$i | |
| 4842 if test x$j = x4.dll ; then | |
| 4843 QTLIB_NEED_4=1 | |
| 4844 fi | |
| 4845 fi | |
| 4846 done | |
| 4847 done | |
| 4848 if test x"$QTLIBDIR" = x ; then | |
| 4849 as_fn_error $? " | |
| 4850 Failed to find required Qt4 GUI link entry point (libQtGui.so or equivalent). | |
| 4851 Define QTLIBDIR or use --with-qtlibdir to specify the library location. | |
| 4852 " "$LINENO" 5 | |
| 4853 fi | |
| 4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTLIBDIR" >&5 | |
| 4855 $as_echo "$QTLIBDIR" >&6; } | |
| 4856 | |
| 4857 if test x$QTLIB_NEED_4 = x ; then | |
| 4858 QT_LIBS="-L$QTLIBDIR -lQtGui -lQtXml -lQtNetwork -lQtCore" | |
| 4859 else | |
| 4860 QT_LIBS="-L$QTLIBDIR -lQtGui4 -lQtXml4 -lQtNetwork4 -lQtCore4" | |
| 4861 fi | |
| 4862 | |
| 4863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking QT_CXXFLAGS" >&5 | |
| 4864 $as_echo_n "checking QT_CXXFLAGS... " >&6; } | |
| 4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_CXXFLAGS" >&5 | |
| 4866 $as_echo "$QT_CXXFLAGS" >&6; } | |
| 4867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking QT_LIBS" >&5 | |
| 4868 $as_echo_n "checking QT_LIBS... " >&6; } | |
| 4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_LIBS" >&5 | |
| 4870 $as_echo "$QT_LIBS" >&6; } | |
| 4871 | |
| 4872 | |
| 4873 | |
| 4874 | |
| 4875 | 4151 | 
| 4876 | 4152 | 
| 4877 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" | 4153 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" | 
| 4878 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" | 4154 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" | 
| 4879 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" | 4155 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" | 
| 4921 inttypes.h stdint.h unistd.h | 4197 inttypes.h stdint.h unistd.h | 
| 4922 do : | 4198 do : | 
| 4923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4199 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 
| 4924 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 4200 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 
| 4925 " | 4201 " | 
| 4926 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4202 eval as_val=\$$as_ac_Header | 
| 4203 if test "x$as_val" = x""yes; then : | |
| 4927 cat >>confdefs.h <<_ACEOF | 4204 cat >>confdefs.h <<_ACEOF | 
| 4928 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 4205 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 
| 4929 _ACEOF | 4206 _ACEOF | 
| 4930 | 4207 | 
| 4931 fi | 4208 fi | 
| 4948 | 4225 | 
| 4949 pkg_failed=no | 4226 pkg_failed=no | 
| 4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 | 4227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 | 
| 4951 $as_echo_n "checking for bz2... " >&6; } | 4228 $as_echo_n "checking for bz2... " >&6; } | 
| 4952 | 4229 | 
| 4953 if test -n "$bz2_CFLAGS"; then | 4230 if test -n "$PKG_CONFIG"; then | 
| 4954 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" | 4231 if test -n "$bz2_CFLAGS"; then | 
| 4955 elif test -n "$PKG_CONFIG"; then | 4232 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" | 
| 4956 if test -n "$PKG_CONFIG" && \ | 4233 else | 
| 4234 if test -n "$PKG_CONFIG" && \ | |
| 4957 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4235 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 4958 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4236 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 4959 ac_status=$? | 4237 ac_status=$? | 
| 4960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 4961 test $ac_status = 0; }; then | 4239 test $ac_status = 0; }; then | 
| 4962 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4240 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 4963 else | 4241 else | 
| 4964 pkg_failed=yes | 4242 pkg_failed=yes | 
| 4965 fi | 4243 fi | 
| 4966 else | 4244 fi | 
| 4967 pkg_failed=untried | 4245 else | 
| 4968 fi | 4246 pkg_failed=untried | 
| 4969 if test -n "$bz2_LIBS"; then | 4247 fi | 
| 4970 pkg_cv_bz2_LIBS="$bz2_LIBS" | 4248 if test -n "$PKG_CONFIG"; then | 
| 4971 elif test -n "$PKG_CONFIG"; then | 4249 if test -n "$bz2_LIBS"; then | 
| 4972 if test -n "$PKG_CONFIG" && \ | 4250 pkg_cv_bz2_LIBS="$bz2_LIBS" | 
| 4251 else | |
| 4252 if test -n "$PKG_CONFIG" && \ | |
| 4973 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4253 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 4974 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4254 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 4975 ac_status=$? | 4255 ac_status=$? | 
| 4976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 4977 test $ac_status = 0; }; then | 4257 test $ac_status = 0; }; then | 
| 4978 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4258 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 4979 else | 4259 else | 
| 4980 pkg_failed=yes | 4260 pkg_failed=yes | 
| 4981 fi | 4261 fi | 
| 4982 else | 4262 fi | 
| 4983 pkg_failed=untried | 4263 else | 
| 4264 pkg_failed=untried | |
| 4984 fi | 4265 fi | 
| 4985 | 4266 | 
| 4986 | 4267 | 
| 4987 | 4268 | 
| 4988 if test $pkg_failed = yes; then | 4269 if test $pkg_failed = yes; then | 
| 4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4990 $as_echo "no" >&6; } | |
| 4991 | 4270 | 
| 4992 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 4271 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 4993 _pkg_short_errors_supported=yes | 4272 _pkg_short_errors_supported=yes | 
| 4994 else | 4273 else | 
| 4995 _pkg_short_errors_supported=no | 4274 _pkg_short_errors_supported=no | 
| 4996 fi | 4275 fi | 
| 4997 if test $_pkg_short_errors_supported = yes; then | 4276 if test $_pkg_short_errors_supported = yes; then | 
| 4998 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4277 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 4999 else | 4278 else | 
| 5000 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4279 bz2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5001 fi | 4280 fi | 
| 5002 # Put the nasty error message in config.log where it belongs | 4281 # Put the nasty error message in config.log where it belongs | 
| 5003 echo "$bz2_PKG_ERRORS" >&5 | 4282 echo "$bz2_PKG_ERRORS" >&5 | 
| 5004 | 4283 | 
| 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 | 4284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4285 $as_echo "no" >&6; } | |
| 4286 { $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 | |
| 5006 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4287 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5007 elif test $pkg_failed = untried; then | 4288 elif test $pkg_failed = untried; then | 
| 5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5009 $as_echo "no" >&6; } | |
| 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 | 4289 { $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 | 
| 5011 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4290 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5012 else | 4291 else | 
| 5013 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS | 4292 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS | 
| 5014 bz2_LIBS=$pkg_cv_bz2_LIBS | 4293 bz2_LIBS=$pkg_cv_bz2_LIBS | 
| 5018 fi | 4297 fi | 
| 5019 fi | 4298 fi | 
| 5020 if test -n "$SV_MODULE_FAILED"; then | 4299 if test -n "$SV_MODULE_FAILED"; then | 
| 5021 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4300 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5022 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4301 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5023 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4302 eval as_val=\$$as_ac_Header | 
| 4303 if test "x$as_val" = x""yes; then : | |
| 5024 HAVES="$HAVES $SV_MODULE_HAVE" | 4304 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5025 else | 4305 else | 
| 5026 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4306 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5027 fi | 4307 fi | 
| 5028 | 4308 | 
| 5029 | 4309 | 
| 5030 if test -n "$SV_MODULE_LIB"; then | 4310 if test -n "$SV_MODULE_LIB"; then | 
| 5031 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4311 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5033 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4313 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5034 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4314 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5035 $as_echo_n "(cached) " >&6 | 4315 $as_echo_n "(cached) " >&6 | 
| 5036 else | 4316 else | 
| 5037 ac_check_lib_save_LIBS=$LIBS | 4317 ac_check_lib_save_LIBS=$LIBS | 
| 5038 LIBS="-l$SV_MODULE_LIB $LIBS" | 4318 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5064 LIBS=$ac_check_lib_save_LIBS | 4344 LIBS=$ac_check_lib_save_LIBS | 
| 5065 fi | 4345 fi | 
| 5066 eval ac_res=\$$as_ac_Lib | 4346 eval ac_res=\$$as_ac_Lib | 
| 5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5068 $as_echo "$ac_res" >&6; } | 4348 $as_echo "$ac_res" >&6; } | 
| 5069 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 4349 eval as_val=\$$as_ac_Lib | 
| 4350 if test "x$as_val" = x""yes; then : | |
| 5070 LIBS="$LIBS -l$SV_MODULE_LIB" | 4351 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5071 else | 4352 else | 
| 5072 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4353 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5073 fi | 4354 fi | 
| 5074 | 4355 | 
| 5075 fi | 4356 fi | 
| 5076 fi | 4357 fi | 
| 5077 | 4358 | 
| 5090 | 4371 | 
| 5091 pkg_failed=no | 4372 pkg_failed=no | 
| 5092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 | 4373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 | 
| 5093 $as_echo_n "checking for fftw3... " >&6; } | 4374 $as_echo_n "checking for fftw3... " >&6; } | 
| 5094 | 4375 | 
| 5095 if test -n "$fftw3_CFLAGS"; then | 4376 if test -n "$PKG_CONFIG"; then | 
| 5096 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" | 4377 if test -n "$fftw3_CFLAGS"; then | 
| 5097 elif test -n "$PKG_CONFIG"; then | 4378 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" | 
| 5098 if test -n "$PKG_CONFIG" && \ | 4379 else | 
| 4380 if test -n "$PKG_CONFIG" && \ | |
| 5099 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4381 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5100 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4382 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5101 ac_status=$? | 4383 ac_status=$? | 
| 5102 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4384 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5103 test $ac_status = 0; }; then | 4385 test $ac_status = 0; }; then | 
| 5104 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4386 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5105 else | 4387 else | 
| 5106 pkg_failed=yes | 4388 pkg_failed=yes | 
| 5107 fi | 4389 fi | 
| 5108 else | 4390 fi | 
| 5109 pkg_failed=untried | 4391 else | 
| 5110 fi | 4392 pkg_failed=untried | 
| 5111 if test -n "$fftw3_LIBS"; then | 4393 fi | 
| 5112 pkg_cv_fftw3_LIBS="$fftw3_LIBS" | 4394 if test -n "$PKG_CONFIG"; then | 
| 5113 elif test -n "$PKG_CONFIG"; then | 4395 if test -n "$fftw3_LIBS"; then | 
| 5114 if test -n "$PKG_CONFIG" && \ | 4396 pkg_cv_fftw3_LIBS="$fftw3_LIBS" | 
| 4397 else | |
| 4398 if test -n "$PKG_CONFIG" && \ | |
| 5115 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4399 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5116 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4400 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5117 ac_status=$? | 4401 ac_status=$? | 
| 5118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5119 test $ac_status = 0; }; then | 4403 test $ac_status = 0; }; then | 
| 5120 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4404 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5121 else | 4405 else | 
| 5122 pkg_failed=yes | 4406 pkg_failed=yes | 
| 5123 fi | 4407 fi | 
| 5124 else | 4408 fi | 
| 5125 pkg_failed=untried | 4409 else | 
| 4410 pkg_failed=untried | |
| 5126 fi | 4411 fi | 
| 5127 | 4412 | 
| 5128 | 4413 | 
| 5129 | 4414 | 
| 5130 if test $pkg_failed = yes; then | 4415 if test $pkg_failed = yes; then | 
| 5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5132 $as_echo "no" >&6; } | |
| 5133 | 4416 | 
| 5134 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 4417 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5135 _pkg_short_errors_supported=yes | 4418 _pkg_short_errors_supported=yes | 
| 5136 else | 4419 else | 
| 5137 _pkg_short_errors_supported=no | 4420 _pkg_short_errors_supported=no | 
| 5138 fi | 4421 fi | 
| 5139 if test $_pkg_short_errors_supported = yes; then | 4422 if test $_pkg_short_errors_supported = yes; then | 
| 5140 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4423 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5141 else | 4424 else | 
| 5142 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4425 fftw3_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5143 fi | 4426 fi | 
| 5144 # Put the nasty error message in config.log where it belongs | 4427 # Put the nasty error message in config.log where it belongs | 
| 5145 echo "$fftw3_PKG_ERRORS" >&5 | 4428 echo "$fftw3_PKG_ERRORS" >&5 | 
| 5146 | 4429 | 
| 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 | 4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4431 $as_echo "no" >&6; } | |
| 4432 { $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 | |
| 5148 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4433 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5149 elif test $pkg_failed = untried; then | 4434 elif test $pkg_failed = untried; then | 
| 5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5151 $as_echo "no" >&6; } | |
| 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 | 4435 { $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 | 
| 5153 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4436 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5154 else | 4437 else | 
| 5155 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS | 4438 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS | 
| 5156 fftw3_LIBS=$pkg_cv_fftw3_LIBS | 4439 fftw3_LIBS=$pkg_cv_fftw3_LIBS | 
| 5160 fi | 4443 fi | 
| 5161 fi | 4444 fi | 
| 5162 if test -n "$SV_MODULE_FAILED"; then | 4445 if test -n "$SV_MODULE_FAILED"; then | 
| 5163 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4446 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5164 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4447 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5165 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4448 eval as_val=\$$as_ac_Header | 
| 4449 if test "x$as_val" = x""yes; then : | |
| 5166 HAVES="$HAVES $SV_MODULE_HAVE" | 4450 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5167 else | 4451 else | 
| 5168 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4452 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5169 fi | 4453 fi | 
| 5170 | 4454 | 
| 5171 | 4455 | 
| 5172 if test -n "$SV_MODULE_LIB"; then | 4456 if test -n "$SV_MODULE_LIB"; then | 
| 5173 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4457 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5175 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4459 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5176 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4460 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5177 $as_echo_n "(cached) " >&6 | 4461 $as_echo_n "(cached) " >&6 | 
| 5178 else | 4462 else | 
| 5179 ac_check_lib_save_LIBS=$LIBS | 4463 ac_check_lib_save_LIBS=$LIBS | 
| 5180 LIBS="-l$SV_MODULE_LIB $LIBS" | 4464 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5206 LIBS=$ac_check_lib_save_LIBS | 4490 LIBS=$ac_check_lib_save_LIBS | 
| 5207 fi | 4491 fi | 
| 5208 eval ac_res=\$$as_ac_Lib | 4492 eval ac_res=\$$as_ac_Lib | 
| 5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5210 $as_echo "$ac_res" >&6; } | 4494 $as_echo "$ac_res" >&6; } | 
| 5211 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 4495 eval as_val=\$$as_ac_Lib | 
| 4496 if test "x$as_val" = x""yes; then : | |
| 5212 LIBS="$LIBS -l$SV_MODULE_LIB" | 4497 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5213 else | 4498 else | 
| 5214 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4499 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5215 fi | 4500 fi | 
| 5216 | 4501 | 
| 5217 fi | 4502 fi | 
| 5218 fi | 4503 fi | 
| 5219 | 4504 | 
| 5232 | 4517 | 
| 5233 pkg_failed=no | 4518 pkg_failed=no | 
| 5234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 | 4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 | 
| 5235 $as_echo_n "checking for fftw3f... " >&6; } | 4520 $as_echo_n "checking for fftw3f... " >&6; } | 
| 5236 | 4521 | 
| 5237 if test -n "$fftw3f_CFLAGS"; then | 4522 if test -n "$PKG_CONFIG"; then | 
| 5238 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" | 4523 if test -n "$fftw3f_CFLAGS"; then | 
| 5239 elif test -n "$PKG_CONFIG"; then | 4524 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" | 
| 5240 if test -n "$PKG_CONFIG" && \ | 4525 else | 
| 4526 if test -n "$PKG_CONFIG" && \ | |
| 5241 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4527 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5242 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4528 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5243 ac_status=$? | 4529 ac_status=$? | 
| 5244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5245 test $ac_status = 0; }; then | 4531 test $ac_status = 0; }; then | 
| 5246 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4532 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5247 else | 4533 else | 
| 5248 pkg_failed=yes | 4534 pkg_failed=yes | 
| 5249 fi | 4535 fi | 
| 5250 else | 4536 fi | 
| 5251 pkg_failed=untried | 4537 else | 
| 5252 fi | 4538 pkg_failed=untried | 
| 5253 if test -n "$fftw3f_LIBS"; then | 4539 fi | 
| 5254 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS" | 4540 if test -n "$PKG_CONFIG"; then | 
| 5255 elif test -n "$PKG_CONFIG"; then | 4541 if test -n "$fftw3f_LIBS"; then | 
| 5256 if test -n "$PKG_CONFIG" && \ | 4542 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS" | 
| 4543 else | |
| 4544 if test -n "$PKG_CONFIG" && \ | |
| 5257 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4545 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5258 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4546 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5259 ac_status=$? | 4547 ac_status=$? | 
| 5260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5261 test $ac_status = 0; }; then | 4549 test $ac_status = 0; }; then | 
| 5262 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4550 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5263 else | 4551 else | 
| 5264 pkg_failed=yes | 4552 pkg_failed=yes | 
| 5265 fi | 4553 fi | 
| 5266 else | 4554 fi | 
| 5267 pkg_failed=untried | 4555 else | 
| 4556 pkg_failed=untried | |
| 5268 fi | 4557 fi | 
| 5269 | 4558 | 
| 5270 | 4559 | 
| 5271 | 4560 | 
| 5272 if test $pkg_failed = yes; then | 4561 if test $pkg_failed = yes; then | 
| 5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5274 $as_echo "no" >&6; } | |
| 5275 | 4562 | 
| 5276 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 4563 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5277 _pkg_short_errors_supported=yes | 4564 _pkg_short_errors_supported=yes | 
| 5278 else | 4565 else | 
| 5279 _pkg_short_errors_supported=no | 4566 _pkg_short_errors_supported=no | 
| 5280 fi | 4567 fi | 
| 5281 if test $_pkg_short_errors_supported = yes; then | 4568 if test $_pkg_short_errors_supported = yes; then | 
| 5282 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4569 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5283 else | 4570 else | 
| 5284 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4571 fftw3f_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5285 fi | 4572 fi | 
| 5286 # Put the nasty error message in config.log where it belongs | 4573 # Put the nasty error message in config.log where it belongs | 
| 5287 echo "$fftw3f_PKG_ERRORS" >&5 | 4574 echo "$fftw3f_PKG_ERRORS" >&5 | 
| 5288 | 4575 | 
| 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 | 4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4577 $as_echo "no" >&6; } | |
| 4578 { $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 | |
| 5290 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4579 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5291 elif test $pkg_failed = untried; then | 4580 elif test $pkg_failed = untried; then | 
| 5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5293 $as_echo "no" >&6; } | |
| 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 | 4581 { $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 | 
| 5295 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4582 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5296 else | 4583 else | 
| 5297 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS | 4584 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS | 
| 5298 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS | 4585 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS | 
| 5302 fi | 4589 fi | 
| 5303 fi | 4590 fi | 
| 5304 if test -n "$SV_MODULE_FAILED"; then | 4591 if test -n "$SV_MODULE_FAILED"; then | 
| 5305 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4592 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5306 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4593 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5307 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4594 eval as_val=\$$as_ac_Header | 
| 4595 if test "x$as_val" = x""yes; then : | |
| 5308 HAVES="$HAVES $SV_MODULE_HAVE" | 4596 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5309 else | 4597 else | 
| 5310 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4598 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5311 fi | 4599 fi | 
| 5312 | 4600 | 
| 5313 | 4601 | 
| 5314 if test -n "$SV_MODULE_LIB"; then | 4602 if test -n "$SV_MODULE_LIB"; then | 
| 5315 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4603 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5317 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4605 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5318 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4606 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5319 $as_echo_n "(cached) " >&6 | 4607 $as_echo_n "(cached) " >&6 | 
| 5320 else | 4608 else | 
| 5321 ac_check_lib_save_LIBS=$LIBS | 4609 ac_check_lib_save_LIBS=$LIBS | 
| 5322 LIBS="-l$SV_MODULE_LIB $LIBS" | 4610 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5348 LIBS=$ac_check_lib_save_LIBS | 4636 LIBS=$ac_check_lib_save_LIBS | 
| 5349 fi | 4637 fi | 
| 5350 eval ac_res=\$$as_ac_Lib | 4638 eval ac_res=\$$as_ac_Lib | 
| 5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5352 $as_echo "$ac_res" >&6; } | 4640 $as_echo "$ac_res" >&6; } | 
| 5353 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 4641 eval as_val=\$$as_ac_Lib | 
| 4642 if test "x$as_val" = x""yes; then : | |
| 5354 LIBS="$LIBS -l$SV_MODULE_LIB" | 4643 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5355 else | 4644 else | 
| 5356 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4645 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5357 fi | 4646 fi | 
| 5358 | 4647 | 
| 5359 fi | 4648 fi | 
| 5360 fi | 4649 fi | 
| 5361 | 4650 | 
| 5374 | 4663 | 
| 5375 pkg_failed=no | 4664 pkg_failed=no | 
| 5376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 | 4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 | 
| 5377 $as_echo_n "checking for sndfile... " >&6; } | 4666 $as_echo_n "checking for sndfile... " >&6; } | 
| 5378 | 4667 | 
| 5379 if test -n "$sndfile_CFLAGS"; then | 4668 if test -n "$PKG_CONFIG"; then | 
| 5380 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" | 4669 if test -n "$sndfile_CFLAGS"; then | 
| 5381 elif test -n "$PKG_CONFIG"; then | 4670 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" | 
| 5382 if test -n "$PKG_CONFIG" && \ | 4671 else | 
| 4672 if test -n "$PKG_CONFIG" && \ | |
| 5383 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4673 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5384 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4674 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5385 ac_status=$? | 4675 ac_status=$? | 
| 5386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4676 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5387 test $ac_status = 0; }; then | 4677 test $ac_status = 0; }; then | 
| 5388 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4678 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5389 else | 4679 else | 
| 5390 pkg_failed=yes | 4680 pkg_failed=yes | 
| 5391 fi | 4681 fi | 
| 5392 else | 4682 fi | 
| 5393 pkg_failed=untried | 4683 else | 
| 5394 fi | 4684 pkg_failed=untried | 
| 5395 if test -n "$sndfile_LIBS"; then | 4685 fi | 
| 5396 pkg_cv_sndfile_LIBS="$sndfile_LIBS" | 4686 if test -n "$PKG_CONFIG"; then | 
| 5397 elif test -n "$PKG_CONFIG"; then | 4687 if test -n "$sndfile_LIBS"; then | 
| 5398 if test -n "$PKG_CONFIG" && \ | 4688 pkg_cv_sndfile_LIBS="$sndfile_LIBS" | 
| 4689 else | |
| 4690 if test -n "$PKG_CONFIG" && \ | |
| 5399 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4691 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5400 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4692 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5401 ac_status=$? | 4693 ac_status=$? | 
| 5402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5403 test $ac_status = 0; }; then | 4695 test $ac_status = 0; }; then | 
| 5404 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4696 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5405 else | 4697 else | 
| 5406 pkg_failed=yes | 4698 pkg_failed=yes | 
| 5407 fi | 4699 fi | 
| 5408 else | 4700 fi | 
| 5409 pkg_failed=untried | 4701 else | 
| 4702 pkg_failed=untried | |
| 5410 fi | 4703 fi | 
| 5411 | 4704 | 
| 5412 | 4705 | 
| 5413 | 4706 | 
| 5414 if test $pkg_failed = yes; then | 4707 if test $pkg_failed = yes; then | 
| 5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5416 $as_echo "no" >&6; } | |
| 5417 | 4708 | 
| 5418 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 4709 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5419 _pkg_short_errors_supported=yes | 4710 _pkg_short_errors_supported=yes | 
| 5420 else | 4711 else | 
| 5421 _pkg_short_errors_supported=no | 4712 _pkg_short_errors_supported=no | 
| 5422 fi | 4713 fi | 
| 5423 if test $_pkg_short_errors_supported = yes; then | 4714 if test $_pkg_short_errors_supported = yes; then | 
| 5424 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4715 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5425 else | 4716 else | 
| 5426 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4717 sndfile_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5427 fi | 4718 fi | 
| 5428 # Put the nasty error message in config.log where it belongs | 4719 # Put the nasty error message in config.log where it belongs | 
| 5429 echo "$sndfile_PKG_ERRORS" >&5 | 4720 echo "$sndfile_PKG_ERRORS" >&5 | 
| 5430 | 4721 | 
| 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 | 4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4723 $as_echo "no" >&6; } | |
| 4724 { $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;} | 4725 $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 | 4726 elif test $pkg_failed = untried; then | 
| 5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5435 $as_echo "no" >&6; } | |
| 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 | 4727 { $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 | 
| 5437 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4728 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5438 else | 4729 else | 
| 5439 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS | 4730 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS | 
| 5440 sndfile_LIBS=$pkg_cv_sndfile_LIBS | 4731 sndfile_LIBS=$pkg_cv_sndfile_LIBS | 
| 5444 fi | 4735 fi | 
| 5445 fi | 4736 fi | 
| 5446 if test -n "$SV_MODULE_FAILED"; then | 4737 if test -n "$SV_MODULE_FAILED"; then | 
| 5447 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4738 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5448 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4739 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5449 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4740 eval as_val=\$$as_ac_Header | 
| 4741 if test "x$as_val" = x""yes; then : | |
| 5450 HAVES="$HAVES $SV_MODULE_HAVE" | 4742 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5451 else | 4743 else | 
| 5452 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4744 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5453 fi | 4745 fi | 
| 5454 | 4746 | 
| 5455 | 4747 | 
| 5456 if test -n "$SV_MODULE_LIB"; then | 4748 if test -n "$SV_MODULE_LIB"; then | 
| 5457 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4749 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5459 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4751 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5460 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4752 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5461 $as_echo_n "(cached) " >&6 | 4753 $as_echo_n "(cached) " >&6 | 
| 5462 else | 4754 else | 
| 5463 ac_check_lib_save_LIBS=$LIBS | 4755 ac_check_lib_save_LIBS=$LIBS | 
| 5464 LIBS="-l$SV_MODULE_LIB $LIBS" | 4756 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5490 LIBS=$ac_check_lib_save_LIBS | 4782 LIBS=$ac_check_lib_save_LIBS | 
| 5491 fi | 4783 fi | 
| 5492 eval ac_res=\$$as_ac_Lib | 4784 eval ac_res=\$$as_ac_Lib | 
| 5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5494 $as_echo "$ac_res" >&6; } | 4786 $as_echo "$ac_res" >&6; } | 
| 5495 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 4787 eval as_val=\$$as_ac_Lib | 
| 4788 if test "x$as_val" = x""yes; then : | |
| 5496 LIBS="$LIBS -l$SV_MODULE_LIB" | 4789 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5497 else | 4790 else | 
| 5498 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4791 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5499 fi | 4792 fi | 
| 5500 | 4793 | 
| 5501 fi | 4794 fi | 
| 5502 fi | 4795 fi | 
| 5503 | 4796 | 
| 5516 | 4809 | 
| 5517 pkg_failed=no | 4810 pkg_failed=no | 
| 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 | 4811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 | 
| 5519 $as_echo_n "checking for samplerate... " >&6; } | 4812 $as_echo_n "checking for samplerate... " >&6; } | 
| 5520 | 4813 | 
| 5521 if test -n "$samplerate_CFLAGS"; then | 4814 if test -n "$PKG_CONFIG"; then | 
| 5522 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS" | 4815 if test -n "$samplerate_CFLAGS"; then | 
| 5523 elif test -n "$PKG_CONFIG"; then | 4816 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS" | 
| 5524 if test -n "$PKG_CONFIG" && \ | 4817 else | 
| 4818 if test -n "$PKG_CONFIG" && \ | |
| 5525 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4819 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5526 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4820 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5527 ac_status=$? | 4821 ac_status=$? | 
| 5528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5529 test $ac_status = 0; }; then | 4823 test $ac_status = 0; }; then | 
| 5530 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4824 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5531 else | 4825 else | 
| 5532 pkg_failed=yes | 4826 pkg_failed=yes | 
| 5533 fi | 4827 fi | 
| 5534 else | 4828 fi | 
| 5535 pkg_failed=untried | 4829 else | 
| 5536 fi | 4830 pkg_failed=untried | 
| 5537 if test -n "$samplerate_LIBS"; then | 4831 fi | 
| 5538 pkg_cv_samplerate_LIBS="$samplerate_LIBS" | 4832 if test -n "$PKG_CONFIG"; then | 
| 5539 elif test -n "$PKG_CONFIG"; then | 4833 if test -n "$samplerate_LIBS"; then | 
| 5540 if test -n "$PKG_CONFIG" && \ | 4834 pkg_cv_samplerate_LIBS="$samplerate_LIBS" | 
| 4835 else | |
| 4836 if test -n "$PKG_CONFIG" && \ | |
| 5541 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4837 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5542 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4838 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5543 ac_status=$? | 4839 ac_status=$? | 
| 5544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5545 test $ac_status = 0; }; then | 4841 test $ac_status = 0; }; then | 
| 5546 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4842 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5547 else | 4843 else | 
| 5548 pkg_failed=yes | 4844 pkg_failed=yes | 
| 5549 fi | 4845 fi | 
| 5550 else | 4846 fi | 
| 5551 pkg_failed=untried | 4847 else | 
| 4848 pkg_failed=untried | |
| 5552 fi | 4849 fi | 
| 5553 | 4850 | 
| 5554 | 4851 | 
| 5555 | 4852 | 
| 5556 if test $pkg_failed = yes; then | 4853 if test $pkg_failed = yes; then | 
| 5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5558 $as_echo "no" >&6; } | |
| 5559 | 4854 | 
| 5560 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 4855 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5561 _pkg_short_errors_supported=yes | 4856 _pkg_short_errors_supported=yes | 
| 5562 else | 4857 else | 
| 5563 _pkg_short_errors_supported=no | 4858 _pkg_short_errors_supported=no | 
| 5564 fi | 4859 fi | 
| 5565 if test $_pkg_short_errors_supported = yes; then | 4860 if test $_pkg_short_errors_supported = yes; then | 
| 5566 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4861 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5567 else | 4862 else | 
| 5568 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4863 samplerate_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5569 fi | 4864 fi | 
| 5570 # Put the nasty error message in config.log where it belongs | 4865 # Put the nasty error message in config.log where it belongs | 
| 5571 echo "$samplerate_PKG_ERRORS" >&5 | 4866 echo "$samplerate_PKG_ERRORS" >&5 | 
| 5572 | 4867 | 
| 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 | 4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 4869 $as_echo "no" >&6; } | |
| 4870 { $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 | |
| 5574 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4871 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5575 elif test $pkg_failed = untried; then | 4872 elif test $pkg_failed = untried; then | 
| 5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5577 $as_echo "no" >&6; } | |
| 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 | 4873 { $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 | 
| 5579 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 4874 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5580 else | 4875 else | 
| 5581 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS | 4876 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS | 
| 5582 samplerate_LIBS=$pkg_cv_samplerate_LIBS | 4877 samplerate_LIBS=$pkg_cv_samplerate_LIBS | 
| 5586 fi | 4881 fi | 
| 5587 fi | 4882 fi | 
| 5588 if test -n "$SV_MODULE_FAILED"; then | 4883 if test -n "$SV_MODULE_FAILED"; then | 
| 5589 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 4884 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5590 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 4885 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5591 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4886 eval as_val=\$$as_ac_Header | 
| 4887 if test "x$as_val" = x""yes; then : | |
| 5592 HAVES="$HAVES $SV_MODULE_HAVE" | 4888 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5593 else | 4889 else | 
| 5594 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4890 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5595 fi | 4891 fi | 
| 5596 | 4892 | 
| 5597 | 4893 | 
| 5598 if test -n "$SV_MODULE_LIB"; then | 4894 if test -n "$SV_MODULE_LIB"; then | 
| 5599 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4895 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5601 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4897 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5602 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4898 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5603 $as_echo_n "(cached) " >&6 | 4899 $as_echo_n "(cached) " >&6 | 
| 5604 else | 4900 else | 
| 5605 ac_check_lib_save_LIBS=$LIBS | 4901 ac_check_lib_save_LIBS=$LIBS | 
| 5606 LIBS="-l$SV_MODULE_LIB $LIBS" | 4902 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5632 LIBS=$ac_check_lib_save_LIBS | 4928 LIBS=$ac_check_lib_save_LIBS | 
| 5633 fi | 4929 fi | 
| 5634 eval ac_res=\$$as_ac_Lib | 4930 eval ac_res=\$$as_ac_Lib | 
| 5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5636 $as_echo "$ac_res" >&6; } | 4932 $as_echo "$ac_res" >&6; } | 
| 5637 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 4933 eval as_val=\$$as_ac_Lib | 
| 4934 if test "x$as_val" = x""yes; then : | |
| 5638 LIBS="$LIBS -l$SV_MODULE_LIB" | 4935 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5639 else | 4936 else | 
| 5640 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 4937 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5641 fi | 4938 fi | 
| 5642 | 4939 | 
| 5643 fi | 4940 fi | 
| 5644 fi | 4941 fi | 
| 5645 | 4942 | 
| 5658 | 4955 | 
| 5659 pkg_failed=no | 4956 pkg_failed=no | 
| 5660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 | 4957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 | 
| 5661 $as_echo_n "checking for vamp... " >&6; } | 4958 $as_echo_n "checking for vamp... " >&6; } | 
| 5662 | 4959 | 
| 5663 if test -n "$vamp_CFLAGS"; then | 4960 if test -n "$PKG_CONFIG"; then | 
| 5664 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS" | 4961 if test -n "$vamp_CFLAGS"; then | 
| 5665 elif test -n "$PKG_CONFIG"; then | 4962 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS" | 
| 5666 if test -n "$PKG_CONFIG" && \ | 4963 else | 
| 4964 if test -n "$PKG_CONFIG" && \ | |
| 5667 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4965 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5668 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4966 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5669 ac_status=$? | 4967 ac_status=$? | 
| 5670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5671 test $ac_status = 0; }; then | 4969 test $ac_status = 0; }; then | 
| 5672 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4970 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5673 else | 4971 else | 
| 5674 pkg_failed=yes | 4972 pkg_failed=yes | 
| 5675 fi | 4973 fi | 
| 5676 else | 4974 fi | 
| 5677 pkg_failed=untried | 4975 else | 
| 5678 fi | 4976 pkg_failed=untried | 
| 5679 if test -n "$vamp_LIBS"; then | 4977 fi | 
| 5680 pkg_cv_vamp_LIBS="$vamp_LIBS" | 4978 if test -n "$PKG_CONFIG"; then | 
| 5681 elif test -n "$PKG_CONFIG"; then | 4979 if test -n "$vamp_LIBS"; then | 
| 5682 if test -n "$PKG_CONFIG" && \ | 4980 pkg_cv_vamp_LIBS="$vamp_LIBS" | 
| 4981 else | |
| 4982 if test -n "$PKG_CONFIG" && \ | |
| 5683 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4983 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5684 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4984 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5685 ac_status=$? | 4985 ac_status=$? | 
| 5686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5687 test $ac_status = 0; }; then | 4987 test $ac_status = 0; }; then | 
| 5688 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4988 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5689 else | 4989 else | 
| 5690 pkg_failed=yes | 4990 pkg_failed=yes | 
| 5691 fi | 4991 fi | 
| 5692 else | 4992 fi | 
| 5693 pkg_failed=untried | 4993 else | 
| 4994 pkg_failed=untried | |
| 5694 fi | 4995 fi | 
| 5695 | 4996 | 
| 5696 | 4997 | 
| 5697 | 4998 | 
| 5698 if test $pkg_failed = yes; then | 4999 if test $pkg_failed = yes; then | 
| 5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5700 $as_echo "no" >&6; } | |
| 5701 | 5000 | 
| 5702 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5001 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5703 _pkg_short_errors_supported=yes | 5002 _pkg_short_errors_supported=yes | 
| 5704 else | 5003 else | 
| 5705 _pkg_short_errors_supported=no | 5004 _pkg_short_errors_supported=no | 
| 5706 fi | 5005 fi | 
| 5707 if test $_pkg_short_errors_supported = yes; then | 5006 if test $_pkg_short_errors_supported = yes; then | 
| 5708 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5007 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5709 else | 5008 else | 
| 5710 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5009 vamp_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5711 fi | 5010 fi | 
| 5712 # Put the nasty error message in config.log where it belongs | 5011 # Put the nasty error message in config.log where it belongs | 
| 5713 echo "$vamp_PKG_ERRORS" >&5 | 5012 echo "$vamp_PKG_ERRORS" >&5 | 
| 5714 | 5013 | 
| 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 | 5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5015 $as_echo "no" >&6; } | |
| 5016 { $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 | |
| 5716 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5017 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5717 elif test $pkg_failed = untried; then | 5018 elif test $pkg_failed = untried; then | 
| 5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5719 $as_echo "no" >&6; } | |
| 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 | 5019 { $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 | 
| 5721 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5020 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5722 else | 5021 else | 
| 5723 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS | 5022 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS | 
| 5724 vamp_LIBS=$pkg_cv_vamp_LIBS | 5023 vamp_LIBS=$pkg_cv_vamp_LIBS | 
| 5728 fi | 5027 fi | 
| 5729 fi | 5028 fi | 
| 5730 if test -n "$SV_MODULE_FAILED"; then | 5029 if test -n "$SV_MODULE_FAILED"; then | 
| 5731 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5030 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5732 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5031 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5733 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5032 eval as_val=\$$as_ac_Header | 
| 5033 if test "x$as_val" = x""yes; then : | |
| 5734 HAVES="$HAVES $SV_MODULE_HAVE" | 5034 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5735 else | 5035 else | 
| 5736 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5036 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5737 fi | 5037 fi | 
| 5738 | 5038 | 
| 5739 | 5039 | 
| 5740 if test -n "$SV_MODULE_LIB"; then | 5040 if test -n "$SV_MODULE_LIB"; then | 
| 5741 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5041 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5743 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5043 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5744 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5044 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5745 $as_echo_n "(cached) " >&6 | 5045 $as_echo_n "(cached) " >&6 | 
| 5746 else | 5046 else | 
| 5747 ac_check_lib_save_LIBS=$LIBS | 5047 ac_check_lib_save_LIBS=$LIBS | 
| 5748 LIBS="-l$SV_MODULE_LIB $LIBS" | 5048 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5774 LIBS=$ac_check_lib_save_LIBS | 5074 LIBS=$ac_check_lib_save_LIBS | 
| 5775 fi | 5075 fi | 
| 5776 eval ac_res=\$$as_ac_Lib | 5076 eval ac_res=\$$as_ac_Lib | 
| 5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5778 $as_echo "$ac_res" >&6; } | 5078 $as_echo "$ac_res" >&6; } | 
| 5779 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5079 eval as_val=\$$as_ac_Lib | 
| 5080 if test "x$as_val" = x""yes; then : | |
| 5780 LIBS="$LIBS -l$SV_MODULE_LIB" | 5081 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5781 else | 5082 else | 
| 5782 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5083 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5783 fi | 5084 fi | 
| 5784 | 5085 | 
| 5785 fi | 5086 fi | 
| 5786 fi | 5087 fi | 
| 5787 | 5088 | 
| 5800 | 5101 | 
| 5801 pkg_failed=no | 5102 pkg_failed=no | 
| 5802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 | 5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 | 
| 5803 $as_echo_n "checking for vamphostsdk... " >&6; } | 5104 $as_echo_n "checking for vamphostsdk... " >&6; } | 
| 5804 | 5105 | 
| 5805 if test -n "$vamphostsdk_CFLAGS"; then | 5106 if test -n "$PKG_CONFIG"; then | 
| 5806 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS" | 5107 if test -n "$vamphostsdk_CFLAGS"; then | 
| 5807 elif test -n "$PKG_CONFIG"; then | 5108 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS" | 
| 5808 if test -n "$PKG_CONFIG" && \ | 5109 else | 
| 5110 if test -n "$PKG_CONFIG" && \ | |
| 5809 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5111 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5810 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5112 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5811 ac_status=$? | 5113 ac_status=$? | 
| 5812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5114 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5813 test $ac_status = 0; }; then | 5115 test $ac_status = 0; }; then | 
| 5814 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5116 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5815 else | 5117 else | 
| 5816 pkg_failed=yes | 5118 pkg_failed=yes | 
| 5817 fi | 5119 fi | 
| 5818 else | 5120 fi | 
| 5819 pkg_failed=untried | 5121 else | 
| 5820 fi | 5122 pkg_failed=untried | 
| 5821 if test -n "$vamphostsdk_LIBS"; then | 5123 fi | 
| 5822 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS" | 5124 if test -n "$PKG_CONFIG"; then | 
| 5823 elif test -n "$PKG_CONFIG"; then | 5125 if test -n "$vamphostsdk_LIBS"; then | 
| 5824 if test -n "$PKG_CONFIG" && \ | 5126 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS" | 
| 5127 else | |
| 5128 if test -n "$PKG_CONFIG" && \ | |
| 5825 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5129 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5826 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5130 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5827 ac_status=$? | 5131 ac_status=$? | 
| 5828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5829 test $ac_status = 0; }; then | 5133 test $ac_status = 0; }; then | 
| 5830 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5134 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5831 else | 5135 else | 
| 5832 pkg_failed=yes | 5136 pkg_failed=yes | 
| 5833 fi | 5137 fi | 
| 5834 else | 5138 fi | 
| 5835 pkg_failed=untried | 5139 else | 
| 5140 pkg_failed=untried | |
| 5836 fi | 5141 fi | 
| 5837 | 5142 | 
| 5838 | 5143 | 
| 5839 | 5144 | 
| 5840 if test $pkg_failed = yes; then | 5145 if test $pkg_failed = yes; then | 
| 5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5842 $as_echo "no" >&6; } | |
| 5843 | 5146 | 
| 5844 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5147 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5845 _pkg_short_errors_supported=yes | 5148 _pkg_short_errors_supported=yes | 
| 5846 else | 5149 else | 
| 5847 _pkg_short_errors_supported=no | 5150 _pkg_short_errors_supported=no | 
| 5848 fi | 5151 fi | 
| 5849 if test $_pkg_short_errors_supported = yes; then | 5152 if test $_pkg_short_errors_supported = yes; then | 
| 5850 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5153 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5851 else | 5154 else | 
| 5852 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5155 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5853 fi | 5156 fi | 
| 5854 # Put the nasty error message in config.log where it belongs | 5157 # Put the nasty error message in config.log where it belongs | 
| 5855 echo "$vamphostsdk_PKG_ERRORS" >&5 | 5158 echo "$vamphostsdk_PKG_ERRORS" >&5 | 
| 5856 | 5159 | 
| 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 | 5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5161 $as_echo "no" >&6; } | |
| 5162 { $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 | |
| 5858 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5163 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5859 elif test $pkg_failed = untried; then | 5164 elif test $pkg_failed = untried; then | 
| 5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5861 $as_echo "no" >&6; } | |
| 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 | 5165 { $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 | 
| 5863 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5166 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5864 else | 5167 else | 
| 5865 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS | 5168 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS | 
| 5866 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS | 5169 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS | 
| 5870 fi | 5173 fi | 
| 5871 fi | 5174 fi | 
| 5872 if test -n "$SV_MODULE_FAILED"; then | 5175 if test -n "$SV_MODULE_FAILED"; then | 
| 5873 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5176 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5874 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5177 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5875 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5178 eval as_val=\$$as_ac_Header | 
| 5179 if test "x$as_val" = x""yes; then : | |
| 5876 HAVES="$HAVES $SV_MODULE_HAVE" | 5180 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5877 else | 5181 else | 
| 5878 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5182 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5879 fi | 5183 fi | 
| 5880 | 5184 | 
| 5881 | 5185 | 
| 5882 if test -n "$SV_MODULE_LIB"; then | 5186 if test -n "$SV_MODULE_LIB"; then | 
| 5883 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5187 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5885 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5189 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5886 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5190 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 5887 $as_echo_n "(cached) " >&6 | 5191 $as_echo_n "(cached) " >&6 | 
| 5888 else | 5192 else | 
| 5889 ac_check_lib_save_LIBS=$LIBS | 5193 ac_check_lib_save_LIBS=$LIBS | 
| 5890 LIBS="-l$SV_MODULE_LIB $LIBS" | 5194 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5916 LIBS=$ac_check_lib_save_LIBS | 5220 LIBS=$ac_check_lib_save_LIBS | 
| 5917 fi | 5221 fi | 
| 5918 eval ac_res=\$$as_ac_Lib | 5222 eval ac_res=\$$as_ac_Lib | 
| 5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5920 $as_echo "$ac_res" >&6; } | 5224 $as_echo "$ac_res" >&6; } | 
| 5921 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5225 eval as_val=\$$as_ac_Lib | 
| 5226 if test "x$as_val" = x""yes; then : | |
| 5922 LIBS="$LIBS -l$SV_MODULE_LIB" | 5227 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5923 else | 5228 else | 
| 5924 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5229 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5925 fi | 5230 fi | 
| 5926 | 5231 | 
| 5927 fi | 5232 fi | 
| 5928 fi | 5233 fi | 
| 5929 | 5234 | 
| 5942 | 5247 | 
| 5943 pkg_failed=no | 5248 pkg_failed=no | 
| 5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 | 5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 | 
| 5945 $as_echo_n "checking for rubberband... " >&6; } | 5250 $as_echo_n "checking for rubberband... " >&6; } | 
| 5946 | 5251 | 
| 5947 if test -n "$rubberband_CFLAGS"; then | 5252 if test -n "$PKG_CONFIG"; then | 
| 5948 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" | 5253 if test -n "$rubberband_CFLAGS"; then | 
| 5949 elif test -n "$PKG_CONFIG"; then | 5254 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" | 
| 5950 if test -n "$PKG_CONFIG" && \ | 5255 else | 
| 5256 if test -n "$PKG_CONFIG" && \ | |
| 5951 { { $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 | 
| 5952 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5258 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5953 ac_status=$? | 5259 ac_status=$? | 
| 5954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5955 test $ac_status = 0; }; then | 5261 test $ac_status = 0; }; then | 
| 5956 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5262 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5957 else | 5263 else | 
| 5958 pkg_failed=yes | 5264 pkg_failed=yes | 
| 5959 fi | 5265 fi | 
| 5960 else | 5266 fi | 
| 5961 pkg_failed=untried | 5267 else | 
| 5962 fi | 5268 pkg_failed=untried | 
| 5963 if test -n "$rubberband_LIBS"; then | 5269 fi | 
| 5964 pkg_cv_rubberband_LIBS="$rubberband_LIBS" | 5270 if test -n "$PKG_CONFIG"; then | 
| 5965 elif test -n "$PKG_CONFIG"; then | 5271 if test -n "$rubberband_LIBS"; then | 
| 5966 if test -n "$PKG_CONFIG" && \ | 5272 pkg_cv_rubberband_LIBS="$rubberband_LIBS" | 
| 5273 else | |
| 5274 if test -n "$PKG_CONFIG" && \ | |
| 5967 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5275 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5968 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5276 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5969 ac_status=$? | 5277 ac_status=$? | 
| 5970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5971 test $ac_status = 0; }; then | 5279 test $ac_status = 0; }; then | 
| 5972 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5280 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5973 else | 5281 else | 
| 5974 pkg_failed=yes | 5282 pkg_failed=yes | 
| 5975 fi | 5283 fi | 
| 5976 else | 5284 fi | 
| 5977 pkg_failed=untried | 5285 else | 
| 5286 pkg_failed=untried | |
| 5978 fi | 5287 fi | 
| 5979 | 5288 | 
| 5980 | 5289 | 
| 5981 | 5290 | 
| 5982 if test $pkg_failed = yes; then | 5291 if test $pkg_failed = yes; then | 
| 5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5984 $as_echo "no" >&6; } | |
| 5985 | 5292 | 
| 5986 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5293 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5987 _pkg_short_errors_supported=yes | 5294 _pkg_short_errors_supported=yes | 
| 5988 else | 5295 else | 
| 5989 _pkg_short_errors_supported=no | 5296 _pkg_short_errors_supported=no | 
| 5990 fi | 5297 fi | 
| 5991 if test $_pkg_short_errors_supported = yes; then | 5298 if test $_pkg_short_errors_supported = yes; then | 
| 5992 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5299 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5993 else | 5300 else | 
| 5994 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5301 rubberband_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 5995 fi | 5302 fi | 
| 5996 # Put the nasty error message in config.log where it belongs | 5303 # Put the nasty error message in config.log where it belongs | 
| 5997 echo "$rubberband_PKG_ERRORS" >&5 | 5304 echo "$rubberband_PKG_ERRORS" >&5 | 
| 5998 | 5305 | 
| 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 | 5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5307 $as_echo "no" >&6; } | |
| 5308 { $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 | |
| 6000 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5309 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6001 elif test $pkg_failed = untried; then | 5310 elif test $pkg_failed = untried; then | 
| 6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6003 $as_echo "no" >&6; } | |
| 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 | 5311 { $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 | 
| 6005 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5312 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6006 else | 5313 else | 
| 6007 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS | 5314 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS | 
| 6008 rubberband_LIBS=$pkg_cv_rubberband_LIBS | 5315 rubberband_LIBS=$pkg_cv_rubberband_LIBS | 
| 6012 fi | 5319 fi | 
| 6013 fi | 5320 fi | 
| 6014 if test -n "$SV_MODULE_FAILED"; then | 5321 if test -n "$SV_MODULE_FAILED"; then | 
| 6015 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5322 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6016 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5323 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6017 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5324 eval as_val=\$$as_ac_Header | 
| 5325 if test "x$as_val" = x""yes; then : | |
| 6018 HAVES="$HAVES $SV_MODULE_HAVE" | 5326 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6019 else | 5327 else | 
| 6020 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5328 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6021 fi | 5329 fi | 
| 6022 | 5330 | 
| 6023 | 5331 | 
| 6024 if test -n "$SV_MODULE_LIB"; then | 5332 if test -n "$SV_MODULE_LIB"; then | 
| 6025 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5333 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6027 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5335 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6028 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5336 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6029 $as_echo_n "(cached) " >&6 | 5337 $as_echo_n "(cached) " >&6 | 
| 6030 else | 5338 else | 
| 6031 ac_check_lib_save_LIBS=$LIBS | 5339 ac_check_lib_save_LIBS=$LIBS | 
| 6032 LIBS="-l$SV_MODULE_LIB $LIBS" | 5340 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6058 LIBS=$ac_check_lib_save_LIBS | 5366 LIBS=$ac_check_lib_save_LIBS | 
| 6059 fi | 5367 fi | 
| 6060 eval ac_res=\$$as_ac_Lib | 5368 eval ac_res=\$$as_ac_Lib | 
| 6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6062 $as_echo "$ac_res" >&6; } | 5370 $as_echo "$ac_res" >&6; } | 
| 6063 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5371 eval as_val=\$$as_ac_Lib | 
| 5372 if test "x$as_val" = x""yes; then : | |
| 6064 LIBS="$LIBS -l$SV_MODULE_LIB" | 5373 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6065 else | 5374 else | 
| 6066 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5375 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6067 fi | 5376 fi | 
| 6068 | 5377 | 
| 6069 fi | 5378 fi | 
| 6070 fi | 5379 fi | 
| 6071 | 5380 | 
| 6084 | 5393 | 
| 6085 pkg_failed=no | 5394 pkg_failed=no | 
| 6086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 | 5395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 | 
| 6087 $as_echo_n "checking for raptor... " >&6; } | 5396 $as_echo_n "checking for raptor... " >&6; } | 
| 6088 | 5397 | 
| 6089 if test -n "$raptor_CFLAGS"; then | 5398 if test -n "$PKG_CONFIG"; then | 
| 6090 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS" | 5399 if test -n "$raptor_CFLAGS"; then | 
| 6091 elif test -n "$PKG_CONFIG"; then | 5400 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS" | 
| 6092 if test -n "$PKG_CONFIG" && \ | 5401 else | 
| 5402 if test -n "$PKG_CONFIG" && \ | |
| 6093 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5403 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6094 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5404 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6095 ac_status=$? | 5405 ac_status=$? | 
| 6096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5406 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6097 test $ac_status = 0; }; then | 5407 test $ac_status = 0; }; then | 
| 6098 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5408 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6099 else | 5409 else | 
| 6100 pkg_failed=yes | 5410 pkg_failed=yes | 
| 6101 fi | 5411 fi | 
| 6102 else | 5412 fi | 
| 6103 pkg_failed=untried | 5413 else | 
| 6104 fi | 5414 pkg_failed=untried | 
| 6105 if test -n "$raptor_LIBS"; then | 5415 fi | 
| 6106 pkg_cv_raptor_LIBS="$raptor_LIBS" | 5416 if test -n "$PKG_CONFIG"; then | 
| 6107 elif test -n "$PKG_CONFIG"; then | 5417 if test -n "$raptor_LIBS"; then | 
| 6108 if test -n "$PKG_CONFIG" && \ | 5418 pkg_cv_raptor_LIBS="$raptor_LIBS" | 
| 5419 else | |
| 5420 if test -n "$PKG_CONFIG" && \ | |
| 6109 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5421 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6110 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5422 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6111 ac_status=$? | 5423 ac_status=$? | 
| 6112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6113 test $ac_status = 0; }; then | 5425 test $ac_status = 0; }; then | 
| 6114 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5426 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6115 else | 5427 else | 
| 6116 pkg_failed=yes | 5428 pkg_failed=yes | 
| 6117 fi | 5429 fi | 
| 6118 else | 5430 fi | 
| 6119 pkg_failed=untried | 5431 else | 
| 5432 pkg_failed=untried | |
| 6120 fi | 5433 fi | 
| 6121 | 5434 | 
| 6122 | 5435 | 
| 6123 | 5436 | 
| 6124 if test $pkg_failed = yes; then | 5437 if test $pkg_failed = yes; then | 
| 6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6126 $as_echo "no" >&6; } | |
| 6127 | 5438 | 
| 6128 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5439 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6129 _pkg_short_errors_supported=yes | 5440 _pkg_short_errors_supported=yes | 
| 6130 else | 5441 else | 
| 6131 _pkg_short_errors_supported=no | 5442 _pkg_short_errors_supported=no | 
| 6132 fi | 5443 fi | 
| 6133 if test $_pkg_short_errors_supported = yes; then | 5444 if test $_pkg_short_errors_supported = yes; then | 
| 6134 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5445 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6135 else | 5446 else | 
| 6136 raptor_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5447 raptor_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6137 fi | 5448 fi | 
| 6138 # Put the nasty error message in config.log where it belongs | 5449 # Put the nasty error message in config.log where it belongs | 
| 6139 echo "$raptor_PKG_ERRORS" >&5 | 5450 echo "$raptor_PKG_ERRORS" >&5 | 
| 6140 | 5451 | 
| 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 | 5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5453 $as_echo "no" >&6; } | |
| 5454 { $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 | |
| 6142 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5455 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6143 elif test $pkg_failed = untried; then | 5456 elif test $pkg_failed = untried; then | 
| 6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6145 $as_echo "no" >&6; } | |
| 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 | 5457 { $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 | 
| 6147 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5458 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6148 else | 5459 else | 
| 6149 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS | 5460 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS | 
| 6150 raptor_LIBS=$pkg_cv_raptor_LIBS | 5461 raptor_LIBS=$pkg_cv_raptor_LIBS | 
| 6154 fi | 5465 fi | 
| 6155 fi | 5466 fi | 
| 6156 if test -n "$SV_MODULE_FAILED"; then | 5467 if test -n "$SV_MODULE_FAILED"; then | 
| 6157 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5468 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6158 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5469 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6159 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5470 eval as_val=\$$as_ac_Header | 
| 5471 if test "x$as_val" = x""yes; then : | |
| 6160 HAVES="$HAVES $SV_MODULE_HAVE" | 5472 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6161 else | 5473 else | 
| 6162 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5474 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6163 fi | 5475 fi | 
| 6164 | 5476 | 
| 6165 | 5477 | 
| 6166 if test -n "$SV_MODULE_LIB"; then | 5478 if test -n "$SV_MODULE_LIB"; then | 
| 6167 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5479 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6169 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5481 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6170 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5482 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6171 $as_echo_n "(cached) " >&6 | 5483 $as_echo_n "(cached) " >&6 | 
| 6172 else | 5484 else | 
| 6173 ac_check_lib_save_LIBS=$LIBS | 5485 ac_check_lib_save_LIBS=$LIBS | 
| 6174 LIBS="-l$SV_MODULE_LIB $LIBS" | 5486 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6200 LIBS=$ac_check_lib_save_LIBS | 5512 LIBS=$ac_check_lib_save_LIBS | 
| 6201 fi | 5513 fi | 
| 6202 eval ac_res=\$$as_ac_Lib | 5514 eval ac_res=\$$as_ac_Lib | 
| 6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6204 $as_echo "$ac_res" >&6; } | 5516 $as_echo "$ac_res" >&6; } | 
| 6205 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5517 eval as_val=\$$as_ac_Lib | 
| 5518 if test "x$as_val" = x""yes; then : | |
| 6206 LIBS="$LIBS -l$SV_MODULE_LIB" | 5519 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6207 else | 5520 else | 
| 6208 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5521 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6209 fi | 5522 fi | 
| 6210 | 5523 | 
| 6211 fi | 5524 fi | 
| 6212 fi | 5525 fi | 
| 6213 | 5526 | 
| 6226 | 5539 | 
| 6227 pkg_failed=no | 5540 pkg_failed=no | 
| 6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 
| 6229 $as_echo_n "checking for rasqal... " >&6; } | 5542 $as_echo_n "checking for rasqal... " >&6; } | 
| 6230 | 5543 | 
| 6231 if test -n "$rasqal_CFLAGS"; then | 5544 if test -n "$PKG_CONFIG"; then | 
| 6232 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" | 5545 if test -n "$rasqal_CFLAGS"; then | 
| 6233 elif test -n "$PKG_CONFIG"; then | 5546 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" | 
| 6234 if test -n "$PKG_CONFIG" && \ | 5547 else | 
| 5548 if test -n "$PKG_CONFIG" && \ | |
| 6235 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5549 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6236 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5550 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6237 ac_status=$? | 5551 ac_status=$? | 
| 6238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6239 test $ac_status = 0; }; then | 5553 test $ac_status = 0; }; then | 
| 6240 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5554 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6241 else | 5555 else | 
| 6242 pkg_failed=yes | 5556 pkg_failed=yes | 
| 6243 fi | 5557 fi | 
| 6244 else | 5558 fi | 
| 6245 pkg_failed=untried | 5559 else | 
| 6246 fi | 5560 pkg_failed=untried | 
| 6247 if test -n "$rasqal_LIBS"; then | 5561 fi | 
| 6248 pkg_cv_rasqal_LIBS="$rasqal_LIBS" | 5562 if test -n "$PKG_CONFIG"; then | 
| 6249 elif test -n "$PKG_CONFIG"; then | 5563 if test -n "$rasqal_LIBS"; then | 
| 6250 if test -n "$PKG_CONFIG" && \ | 5564 pkg_cv_rasqal_LIBS="$rasqal_LIBS" | 
| 5565 else | |
| 5566 if test -n "$PKG_CONFIG" && \ | |
| 6251 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5567 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6252 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5568 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6253 ac_status=$? | 5569 ac_status=$? | 
| 6254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6255 test $ac_status = 0; }; then | 5571 test $ac_status = 0; }; then | 
| 6256 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5572 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6257 else | 5573 else | 
| 6258 pkg_failed=yes | 5574 pkg_failed=yes | 
| 6259 fi | 5575 fi | 
| 6260 else | 5576 fi | 
| 6261 pkg_failed=untried | 5577 else | 
| 5578 pkg_failed=untried | |
| 6262 fi | 5579 fi | 
| 6263 | 5580 | 
| 6264 | 5581 | 
| 6265 | 5582 | 
| 6266 if test $pkg_failed = yes; then | 5583 if test $pkg_failed = yes; then | 
| 6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6268 $as_echo "no" >&6; } | |
| 6269 | 5584 | 
| 6270 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5585 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6271 _pkg_short_errors_supported=yes | 5586 _pkg_short_errors_supported=yes | 
| 6272 else | 5587 else | 
| 6273 _pkg_short_errors_supported=no | 5588 _pkg_short_errors_supported=no | 
| 6274 fi | 5589 fi | 
| 6275 if test $_pkg_short_errors_supported = yes; then | 5590 if test $_pkg_short_errors_supported = yes; then | 
| 6276 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5591 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6277 else | 5592 else | 
| 6278 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5593 rasqal_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6279 fi | 5594 fi | 
| 6280 # Put the nasty error message in config.log where it belongs | 5595 # Put the nasty error message in config.log where it belongs | 
| 6281 echo "$rasqal_PKG_ERRORS" >&5 | 5596 echo "$rasqal_PKG_ERRORS" >&5 | 
| 6282 | 5597 | 
| 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 | 5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5599 $as_echo "no" >&6; } | |
| 5600 { $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 | |
| 6284 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5601 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6285 elif test $pkg_failed = untried; then | 5602 elif test $pkg_failed = untried; then | 
| 6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6287 $as_echo "no" >&6; } | |
| 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 | 5603 { $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 | 
| 6289 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5604 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6290 else | 5605 else | 
| 6291 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS | 5606 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS | 
| 6292 rasqal_LIBS=$pkg_cv_rasqal_LIBS | 5607 rasqal_LIBS=$pkg_cv_rasqal_LIBS | 
| 6296 fi | 5611 fi | 
| 6297 fi | 5612 fi | 
| 6298 if test -n "$SV_MODULE_FAILED"; then | 5613 if test -n "$SV_MODULE_FAILED"; then | 
| 6299 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5614 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6300 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5615 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6301 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5616 eval as_val=\$$as_ac_Header | 
| 5617 if test "x$as_val" = x""yes; then : | |
| 6302 HAVES="$HAVES $SV_MODULE_HAVE" | 5618 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6303 else | 5619 else | 
| 6304 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5620 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6305 fi | 5621 fi | 
| 6306 | 5622 | 
| 6307 | 5623 | 
| 6308 if test -n "$SV_MODULE_LIB"; then | 5624 if test -n "$SV_MODULE_LIB"; then | 
| 6309 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5625 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6311 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5627 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6312 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5628 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6313 $as_echo_n "(cached) " >&6 | 5629 $as_echo_n "(cached) " >&6 | 
| 6314 else | 5630 else | 
| 6315 ac_check_lib_save_LIBS=$LIBS | 5631 ac_check_lib_save_LIBS=$LIBS | 
| 6316 LIBS="-l$SV_MODULE_LIB $LIBS" | 5632 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6342 LIBS=$ac_check_lib_save_LIBS | 5658 LIBS=$ac_check_lib_save_LIBS | 
| 6343 fi | 5659 fi | 
| 6344 eval ac_res=\$$as_ac_Lib | 5660 eval ac_res=\$$as_ac_Lib | 
| 6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6346 $as_echo "$ac_res" >&6; } | 5662 $as_echo "$ac_res" >&6; } | 
| 6347 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5663 eval as_val=\$$as_ac_Lib | 
| 5664 if test "x$as_val" = x""yes; then : | |
| 6348 LIBS="$LIBS -l$SV_MODULE_LIB" | 5665 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6349 else | 5666 else | 
| 6350 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5667 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6351 fi | 5668 fi | 
| 6352 | 5669 | 
| 6353 fi | 5670 fi | 
| 6354 fi | 5671 fi | 
| 6355 | 5672 | 
| 6368 | 5685 | 
| 6369 pkg_failed=no | 5686 pkg_failed=no | 
| 6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | 5687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | 
| 6371 $as_echo_n "checking for redland... " >&6; } | 5688 $as_echo_n "checking for redland... " >&6; } | 
| 6372 | 5689 | 
| 6373 if test -n "$redland_CFLAGS"; then | 5690 if test -n "$PKG_CONFIG"; then | 
| 6374 pkg_cv_redland_CFLAGS="$redland_CFLAGS" | 5691 if test -n "$redland_CFLAGS"; then | 
| 6375 elif test -n "$PKG_CONFIG"; then | 5692 pkg_cv_redland_CFLAGS="$redland_CFLAGS" | 
| 6376 if test -n "$PKG_CONFIG" && \ | 5693 else | 
| 5694 if test -n "$PKG_CONFIG" && \ | |
| 6377 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5695 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6378 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5696 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6379 ac_status=$? | 5697 ac_status=$? | 
| 6380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6381 test $ac_status = 0; }; then | 5699 test $ac_status = 0; }; then | 
| 6382 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5700 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6383 else | 5701 else | 
| 6384 pkg_failed=yes | 5702 pkg_failed=yes | 
| 6385 fi | 5703 fi | 
| 6386 else | 5704 fi | 
| 6387 pkg_failed=untried | 5705 else | 
| 6388 fi | 5706 pkg_failed=untried | 
| 6389 if test -n "$redland_LIBS"; then | 5707 fi | 
| 6390 pkg_cv_redland_LIBS="$redland_LIBS" | 5708 if test -n "$PKG_CONFIG"; then | 
| 6391 elif test -n "$PKG_CONFIG"; then | 5709 if test -n "$redland_LIBS"; then | 
| 6392 if test -n "$PKG_CONFIG" && \ | 5710 pkg_cv_redland_LIBS="$redland_LIBS" | 
| 5711 else | |
| 5712 if test -n "$PKG_CONFIG" && \ | |
| 6393 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5713 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6394 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5714 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6395 ac_status=$? | 5715 ac_status=$? | 
| 6396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6397 test $ac_status = 0; }; then | 5717 test $ac_status = 0; }; then | 
| 6398 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5718 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6399 else | 5719 else | 
| 6400 pkg_failed=yes | 5720 pkg_failed=yes | 
| 6401 fi | 5721 fi | 
| 6402 else | 5722 fi | 
| 6403 pkg_failed=untried | 5723 else | 
| 5724 pkg_failed=untried | |
| 6404 fi | 5725 fi | 
| 6405 | 5726 | 
| 6406 | 5727 | 
| 6407 | 5728 | 
| 6408 if test $pkg_failed = yes; then | 5729 if test $pkg_failed = yes; then | 
| 6409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6410 $as_echo "no" >&6; } | |
| 6411 | 5730 | 
| 6412 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5731 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6413 _pkg_short_errors_supported=yes | 5732 _pkg_short_errors_supported=yes | 
| 6414 else | 5733 else | 
| 6415 _pkg_short_errors_supported=no | 5734 _pkg_short_errors_supported=no | 
| 6416 fi | 5735 fi | 
| 6417 if test $_pkg_short_errors_supported = yes; then | 5736 if test $_pkg_short_errors_supported = yes; then | 
| 6418 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5737 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6419 else | 5738 else | 
| 6420 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5739 redland_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6421 fi | 5740 fi | 
| 6422 # Put the nasty error message in config.log where it belongs | 5741 # Put the nasty error message in config.log where it belongs | 
| 6423 echo "$redland_PKG_ERRORS" >&5 | 5742 echo "$redland_PKG_ERRORS" >&5 | 
| 6424 | 5743 | 
| 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 | 5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5745 $as_echo "no" >&6; } | |
| 5746 { $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 | |
| 6426 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5747 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6427 elif test $pkg_failed = untried; then | 5748 elif test $pkg_failed = untried; then | 
| 6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6429 $as_echo "no" >&6; } | |
| 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 | 5749 { $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 | 
| 6431 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5750 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6432 else | 5751 else | 
| 6433 redland_CFLAGS=$pkg_cv_redland_CFLAGS | 5752 redland_CFLAGS=$pkg_cv_redland_CFLAGS | 
| 6434 redland_LIBS=$pkg_cv_redland_LIBS | 5753 redland_LIBS=$pkg_cv_redland_LIBS | 
| 6438 fi | 5757 fi | 
| 6439 fi | 5758 fi | 
| 6440 if test -n "$SV_MODULE_FAILED"; then | 5759 if test -n "$SV_MODULE_FAILED"; then | 
| 6441 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5760 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6442 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5761 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6443 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5762 eval as_val=\$$as_ac_Header | 
| 5763 if test "x$as_val" = x""yes; then : | |
| 6444 HAVES="$HAVES $SV_MODULE_HAVE" | 5764 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6445 else | 5765 else | 
| 6446 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5766 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6447 fi | 5767 fi | 
| 6448 | 5768 | 
| 6449 | 5769 | 
| 6450 if test -n "$SV_MODULE_LIB"; then | 5770 if test -n "$SV_MODULE_LIB"; then | 
| 6451 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5771 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6453 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5773 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6454 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5774 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6455 $as_echo_n "(cached) " >&6 | 5775 $as_echo_n "(cached) " >&6 | 
| 6456 else | 5776 else | 
| 6457 ac_check_lib_save_LIBS=$LIBS | 5777 ac_check_lib_save_LIBS=$LIBS | 
| 6458 LIBS="-l$SV_MODULE_LIB $LIBS" | 5778 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6484 LIBS=$ac_check_lib_save_LIBS | 5804 LIBS=$ac_check_lib_save_LIBS | 
| 6485 fi | 5805 fi | 
| 6486 eval ac_res=\$$as_ac_Lib | 5806 eval ac_res=\$$as_ac_Lib | 
| 6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6488 $as_echo "$ac_res" >&6; } | 5808 $as_echo "$ac_res" >&6; } | 
| 6489 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5809 eval as_val=\$$as_ac_Lib | 
| 5810 if test "x$as_val" = x""yes; then : | |
| 6490 LIBS="$LIBS -l$SV_MODULE_LIB" | 5811 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6491 else | 5812 else | 
| 6492 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5813 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6493 fi | 5814 fi | 
| 6494 | 5815 | 
| 6495 fi | 5816 fi | 
| 6496 fi | 5817 fi | 
| 6497 | 5818 | 
| 6511 | 5832 | 
| 6512 pkg_failed=no | 5833 pkg_failed=no | 
| 6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 | 5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 | 
| 6514 $as_echo_n "checking for liblo... " >&6; } | 5835 $as_echo_n "checking for liblo... " >&6; } | 
| 6515 | 5836 | 
| 6516 if test -n "$liblo_CFLAGS"; then | 5837 if test -n "$PKG_CONFIG"; then | 
| 6517 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" | 5838 if test -n "$liblo_CFLAGS"; then | 
| 6518 elif test -n "$PKG_CONFIG"; then | 5839 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" | 
| 6519 if test -n "$PKG_CONFIG" && \ | 5840 else | 
| 5841 if test -n "$PKG_CONFIG" && \ | |
| 6520 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5842 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6521 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5843 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6522 ac_status=$? | 5844 ac_status=$? | 
| 6523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6524 test $ac_status = 0; }; then | 5846 test $ac_status = 0; }; then | 
| 6525 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5847 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6526 else | 5848 else | 
| 6527 pkg_failed=yes | 5849 pkg_failed=yes | 
| 6528 fi | 5850 fi | 
| 6529 else | 5851 fi | 
| 6530 pkg_failed=untried | 5852 else | 
| 6531 fi | 5853 pkg_failed=untried | 
| 6532 if test -n "$liblo_LIBS"; then | 5854 fi | 
| 6533 pkg_cv_liblo_LIBS="$liblo_LIBS" | 5855 if test -n "$PKG_CONFIG"; then | 
| 6534 elif test -n "$PKG_CONFIG"; then | 5856 if test -n "$liblo_LIBS"; then | 
| 6535 if test -n "$PKG_CONFIG" && \ | 5857 pkg_cv_liblo_LIBS="$liblo_LIBS" | 
| 5858 else | |
| 5859 if test -n "$PKG_CONFIG" && \ | |
| 6536 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5860 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6537 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5861 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6538 ac_status=$? | 5862 ac_status=$? | 
| 6539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6540 test $ac_status = 0; }; then | 5864 test $ac_status = 0; }; then | 
| 6541 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5865 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6542 else | 5866 else | 
| 6543 pkg_failed=yes | 5867 pkg_failed=yes | 
| 6544 fi | 5868 fi | 
| 6545 else | 5869 fi | 
| 6546 pkg_failed=untried | 5870 else | 
| 5871 pkg_failed=untried | |
| 6547 fi | 5872 fi | 
| 6548 | 5873 | 
| 6549 | 5874 | 
| 6550 | 5875 | 
| 6551 if test $pkg_failed = yes; then | 5876 if test $pkg_failed = yes; then | 
| 6552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6553 $as_echo "no" >&6; } | |
| 6554 | 5877 | 
| 6555 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5878 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6556 _pkg_short_errors_supported=yes | 5879 _pkg_short_errors_supported=yes | 
| 6557 else | 5880 else | 
| 6558 _pkg_short_errors_supported=no | 5881 _pkg_short_errors_supported=no | 
| 6559 fi | 5882 fi | 
| 6560 if test $_pkg_short_errors_supported = yes; then | 5883 if test $_pkg_short_errors_supported = yes; then | 
| 6561 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5884 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6562 else | 5885 else | 
| 6563 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5886 liblo_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6564 fi | 5887 fi | 
| 6565 # Put the nasty error message in config.log where it belongs | 5888 # Put the nasty error message in config.log where it belongs | 
| 6566 echo "$liblo_PKG_ERRORS" >&5 | 5889 echo "$liblo_PKG_ERRORS" >&5 | 
| 6567 | 5890 | 
| 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 | 5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 5892 $as_echo "no" >&6; } | |
| 5893 { $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 | |
| 6569 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5894 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6570 elif test $pkg_failed = untried; then | 5895 elif test $pkg_failed = untried; then | 
| 6571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6572 $as_echo "no" >&6; } | |
| 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 | 5896 { $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 | 
| 6574 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5897 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6575 else | 5898 else | 
| 6576 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS | 5899 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS | 
| 6577 liblo_LIBS=$pkg_cv_liblo_LIBS | 5900 liblo_LIBS=$pkg_cv_liblo_LIBS | 
| 6581 fi | 5904 fi | 
| 6582 fi | 5905 fi | 
| 6583 if test -n "$SV_MODULE_FAILED"; then | 5906 if test -n "$SV_MODULE_FAILED"; then | 
| 6584 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5907 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6585 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5908 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6586 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5909 eval as_val=\$$as_ac_Header | 
| 5910 if test "x$as_val" = x""yes; then : | |
| 6587 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 5911 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 6588 else | 5912 else | 
| 6589 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 5913 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 6590 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 5914 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 6591 fi | 5915 fi | 
| 6594 if test -z "$SV_MODULE_FAILED"; then | 5918 if test -z "$SV_MODULE_FAILED"; then | 
| 6595 if test -n "$SV_MODULE_LIB"; then | 5919 if test -n "$SV_MODULE_LIB"; then | 
| 6596 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5920 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6598 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5922 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6599 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5923 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6600 $as_echo_n "(cached) " >&6 | 5924 $as_echo_n "(cached) " >&6 | 
| 6601 else | 5925 else | 
| 6602 ac_check_lib_save_LIBS=$LIBS | 5926 ac_check_lib_save_LIBS=$LIBS | 
| 6603 LIBS="-l$SV_MODULE_LIB $LIBS" | 5927 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6629 LIBS=$ac_check_lib_save_LIBS | 5953 LIBS=$ac_check_lib_save_LIBS | 
| 6630 fi | 5954 fi | 
| 6631 eval ac_res=\$$as_ac_Lib | 5955 eval ac_res=\$$as_ac_Lib | 
| 6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6633 $as_echo "$ac_res" >&6; } | 5957 $as_echo "$ac_res" >&6; } | 
| 6634 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5958 eval as_val=\$$as_ac_Lib | 
| 5959 if test "x$as_val" = x""yes; then : | |
| 6635 LIBS="$LIBS -l$SV_MODULE_LIB" | 5960 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6636 else | 5961 else | 
| 6637 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 5962 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 6638 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 5963 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 6639 fi | 5964 fi | 
| 6657 | 5982 | 
| 6658 pkg_failed=no | 5983 pkg_failed=no | 
| 6659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 | 5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 | 
| 6660 $as_echo_n "checking for JACK... " >&6; } | 5985 $as_echo_n "checking for JACK... " >&6; } | 
| 6661 | 5986 | 
| 6662 if test -n "$JACK_CFLAGS"; then | 5987 if test -n "$PKG_CONFIG"; then | 
| 6663 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" | 5988 if test -n "$JACK_CFLAGS"; then | 
| 6664 elif test -n "$PKG_CONFIG"; then | 5989 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" | 
| 6665 if test -n "$PKG_CONFIG" && \ | 5990 else | 
| 5991 if test -n "$PKG_CONFIG" && \ | |
| 6666 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5992 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6667 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5993 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6668 ac_status=$? | 5994 ac_status=$? | 
| 6669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6670 test $ac_status = 0; }; then | 5996 test $ac_status = 0; }; then | 
| 6671 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5997 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6672 else | 5998 else | 
| 6673 pkg_failed=yes | 5999 pkg_failed=yes | 
| 6674 fi | 6000 fi | 
| 6675 else | 6001 fi | 
| 6676 pkg_failed=untried | 6002 else | 
| 6677 fi | 6003 pkg_failed=untried | 
| 6678 if test -n "$JACK_LIBS"; then | 6004 fi | 
| 6679 pkg_cv_JACK_LIBS="$JACK_LIBS" | 6005 if test -n "$PKG_CONFIG"; then | 
| 6680 elif test -n "$PKG_CONFIG"; then | 6006 if test -n "$JACK_LIBS"; then | 
| 6681 if test -n "$PKG_CONFIG" && \ | 6007 pkg_cv_JACK_LIBS="$JACK_LIBS" | 
| 6008 else | |
| 6009 if test -n "$PKG_CONFIG" && \ | |
| 6682 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6010 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6683 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6011 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6684 ac_status=$? | 6012 ac_status=$? | 
| 6685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6686 test $ac_status = 0; }; then | 6014 test $ac_status = 0; }; then | 
| 6687 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6015 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6688 else | 6016 else | 
| 6689 pkg_failed=yes | 6017 pkg_failed=yes | 
| 6690 fi | 6018 fi | 
| 6691 else | 6019 fi | 
| 6692 pkg_failed=untried | 6020 else | 
| 6021 pkg_failed=untried | |
| 6693 fi | 6022 fi | 
| 6694 | 6023 | 
| 6695 | 6024 | 
| 6696 | 6025 | 
| 6697 if test $pkg_failed = yes; then | 6026 if test $pkg_failed = yes; then | 
| 6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6699 $as_echo "no" >&6; } | |
| 6700 | 6027 | 
| 6701 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6028 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6702 _pkg_short_errors_supported=yes | 6029 _pkg_short_errors_supported=yes | 
| 6703 else | 6030 else | 
| 6704 _pkg_short_errors_supported=no | 6031 _pkg_short_errors_supported=no | 
| 6705 fi | 6032 fi | 
| 6706 if test $_pkg_short_errors_supported = yes; then | 6033 if test $_pkg_short_errors_supported = yes; then | 
| 6707 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6034 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6708 else | 6035 else | 
| 6709 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6036 JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6710 fi | 6037 fi | 
| 6711 # Put the nasty error message in config.log where it belongs | 6038 # Put the nasty error message in config.log where it belongs | 
| 6712 echo "$JACK_PKG_ERRORS" >&5 | 6039 echo "$JACK_PKG_ERRORS" >&5 | 
| 6713 | 6040 | 
| 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 | 6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6042 $as_echo "no" >&6; } | |
| 6043 { $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 | |
| 6715 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6044 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6716 elif test $pkg_failed = untried; then | 6045 elif test $pkg_failed = untried; then | 
| 6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6718 $as_echo "no" >&6; } | |
| 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 | 6046 { $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 | 
| 6720 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6047 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6721 else | 6048 else | 
| 6722 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS | 6049 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS | 
| 6723 JACK_LIBS=$pkg_cv_JACK_LIBS | 6050 JACK_LIBS=$pkg_cv_JACK_LIBS | 
| 6727 fi | 6054 fi | 
| 6728 fi | 6055 fi | 
| 6729 if test -n "$SV_MODULE_FAILED"; then | 6056 if test -n "$SV_MODULE_FAILED"; then | 
| 6730 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6057 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6731 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6058 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6732 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6059 eval as_val=\$$as_ac_Header | 
| 6060 if test "x$as_val" = x""yes; then : | |
| 6733 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6061 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 6734 else | 6062 else | 
| 6735 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6063 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 6736 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6064 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 6737 fi | 6065 fi | 
| 6740 if test -z "$SV_MODULE_FAILED"; then | 6068 if test -z "$SV_MODULE_FAILED"; then | 
| 6741 if test -n "$SV_MODULE_LIB"; then | 6069 if test -n "$SV_MODULE_LIB"; then | 
| 6742 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6070 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6744 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6072 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6745 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6073 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6746 $as_echo_n "(cached) " >&6 | 6074 $as_echo_n "(cached) " >&6 | 
| 6747 else | 6075 else | 
| 6748 ac_check_lib_save_LIBS=$LIBS | 6076 ac_check_lib_save_LIBS=$LIBS | 
| 6749 LIBS="-l$SV_MODULE_LIB $LIBS" | 6077 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6775 LIBS=$ac_check_lib_save_LIBS | 6103 LIBS=$ac_check_lib_save_LIBS | 
| 6776 fi | 6104 fi | 
| 6777 eval ac_res=\$$as_ac_Lib | 6105 eval ac_res=\$$as_ac_Lib | 
| 6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6779 $as_echo "$ac_res" >&6; } | 6107 $as_echo "$ac_res" >&6; } | 
| 6780 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6108 eval as_val=\$$as_ac_Lib | 
| 6109 if test "x$as_val" = x""yes; then : | |
| 6781 LIBS="$LIBS -l$SV_MODULE_LIB" | 6110 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6782 else | 6111 else | 
| 6783 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6112 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 6784 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6113 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 6785 fi | 6114 fi | 
| 6803 | 6132 | 
| 6804 pkg_failed=no | 6133 pkg_failed=no | 
| 6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 | 6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 | 
| 6806 $as_echo_n "checking for libpulse... " >&6; } | 6135 $as_echo_n "checking for libpulse... " >&6; } | 
| 6807 | 6136 | 
| 6808 if test -n "$libpulse_CFLAGS"; then | 6137 if test -n "$PKG_CONFIG"; then | 
| 6809 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" | 6138 if test -n "$libpulse_CFLAGS"; then | 
| 6810 elif test -n "$PKG_CONFIG"; then | 6139 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" | 
| 6811 if test -n "$PKG_CONFIG" && \ | 6140 else | 
| 6141 if test -n "$PKG_CONFIG" && \ | |
| 6812 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6142 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6813 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6143 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6814 ac_status=$? | 6144 ac_status=$? | 
| 6815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6816 test $ac_status = 0; }; then | 6146 test $ac_status = 0; }; then | 
| 6817 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6147 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6818 else | 6148 else | 
| 6819 pkg_failed=yes | 6149 pkg_failed=yes | 
| 6820 fi | 6150 fi | 
| 6821 else | 6151 fi | 
| 6822 pkg_failed=untried | 6152 else | 
| 6823 fi | 6153 pkg_failed=untried | 
| 6824 if test -n "$libpulse_LIBS"; then | 6154 fi | 
| 6825 pkg_cv_libpulse_LIBS="$libpulse_LIBS" | 6155 if test -n "$PKG_CONFIG"; then | 
| 6826 elif test -n "$PKG_CONFIG"; then | 6156 if test -n "$libpulse_LIBS"; then | 
| 6827 if test -n "$PKG_CONFIG" && \ | 6157 pkg_cv_libpulse_LIBS="$libpulse_LIBS" | 
| 6158 else | |
| 6159 if test -n "$PKG_CONFIG" && \ | |
| 6828 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6160 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6829 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6161 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6830 ac_status=$? | 6162 ac_status=$? | 
| 6831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6832 test $ac_status = 0; }; then | 6164 test $ac_status = 0; }; then | 
| 6833 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6165 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6834 else | 6166 else | 
| 6835 pkg_failed=yes | 6167 pkg_failed=yes | 
| 6836 fi | 6168 fi | 
| 6837 else | 6169 fi | 
| 6838 pkg_failed=untried | 6170 else | 
| 6171 pkg_failed=untried | |
| 6839 fi | 6172 fi | 
| 6840 | 6173 | 
| 6841 | 6174 | 
| 6842 | 6175 | 
| 6843 if test $pkg_failed = yes; then | 6176 if test $pkg_failed = yes; then | 
| 6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6845 $as_echo "no" >&6; } | |
| 6846 | 6177 | 
| 6847 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6178 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6848 _pkg_short_errors_supported=yes | 6179 _pkg_short_errors_supported=yes | 
| 6849 else | 6180 else | 
| 6850 _pkg_short_errors_supported=no | 6181 _pkg_short_errors_supported=no | 
| 6851 fi | 6182 fi | 
| 6852 if test $_pkg_short_errors_supported = yes; then | 6183 if test $_pkg_short_errors_supported = yes; then | 
| 6853 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6184 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6854 else | 6185 else | 
| 6855 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6186 libpulse_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 6856 fi | 6187 fi | 
| 6857 # Put the nasty error message in config.log where it belongs | 6188 # Put the nasty error message in config.log where it belongs | 
| 6858 echo "$libpulse_PKG_ERRORS" >&5 | 6189 echo "$libpulse_PKG_ERRORS" >&5 | 
| 6859 | 6190 | 
| 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 | 6191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6192 $as_echo "no" >&6; } | |
| 6193 { $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 | |
| 6861 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6194 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6862 elif test $pkg_failed = untried; then | 6195 elif test $pkg_failed = untried; then | 
| 6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6864 $as_echo "no" >&6; } | |
| 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 | 6196 { $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 | 
| 6866 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6197 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6867 else | 6198 else | 
| 6868 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS | 6199 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS | 
| 6869 libpulse_LIBS=$pkg_cv_libpulse_LIBS | 6200 libpulse_LIBS=$pkg_cv_libpulse_LIBS | 
| 6873 fi | 6204 fi | 
| 6874 fi | 6205 fi | 
| 6875 if test -n "$SV_MODULE_FAILED"; then | 6206 if test -n "$SV_MODULE_FAILED"; then | 
| 6876 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6207 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6877 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6208 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6878 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6209 eval as_val=\$$as_ac_Header | 
| 6210 if test "x$as_val" = x""yes; then : | |
| 6879 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6211 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 6880 else | 6212 else | 
| 6881 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6213 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 6882 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6214 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 6883 fi | 6215 fi | 
| 6886 if test -z "$SV_MODULE_FAILED"; then | 6218 if test -z "$SV_MODULE_FAILED"; then | 
| 6887 if test -n "$SV_MODULE_LIB"; then | 6219 if test -n "$SV_MODULE_LIB"; then | 
| 6888 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6220 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6890 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6222 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6891 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6223 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 6892 $as_echo_n "(cached) " >&6 | 6224 $as_echo_n "(cached) " >&6 | 
| 6893 else | 6225 else | 
| 6894 ac_check_lib_save_LIBS=$LIBS | 6226 ac_check_lib_save_LIBS=$LIBS | 
| 6895 LIBS="-l$SV_MODULE_LIB $LIBS" | 6227 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6921 LIBS=$ac_check_lib_save_LIBS | 6253 LIBS=$ac_check_lib_save_LIBS | 
| 6922 fi | 6254 fi | 
| 6923 eval ac_res=\$$as_ac_Lib | 6255 eval ac_res=\$$as_ac_Lib | 
| 6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6925 $as_echo "$ac_res" >&6; } | 6257 $as_echo "$ac_res" >&6; } | 
| 6926 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6258 eval as_val=\$$as_ac_Lib | 
| 6259 if test "x$as_val" = x""yes; then : | |
| 6927 LIBS="$LIBS -l$SV_MODULE_LIB" | 6260 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6928 else | 6261 else | 
| 6929 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6262 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 6930 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6263 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 6931 fi | 6264 fi | 
| 6949 | 6282 | 
| 6950 pkg_failed=no | 6283 pkg_failed=no | 
| 6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 | 6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 | 
| 6952 $as_echo_n "checking for lrdf... " >&6; } | 6285 $as_echo_n "checking for lrdf... " >&6; } | 
| 6953 | 6286 | 
| 6954 if test -n "$lrdf_CFLAGS"; then | 6287 if test -n "$PKG_CONFIG"; then | 
| 6955 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" | 6288 if test -n "$lrdf_CFLAGS"; then | 
| 6956 elif test -n "$PKG_CONFIG"; then | 6289 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" | 
| 6957 if test -n "$PKG_CONFIG" && \ | 6290 else | 
| 6291 if test -n "$PKG_CONFIG" && \ | |
| 6958 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6292 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6959 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6293 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6960 ac_status=$? | 6294 ac_status=$? | 
| 6961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6962 test $ac_status = 0; }; then | 6296 test $ac_status = 0; }; then | 
| 6963 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6297 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6964 else | 6298 else | 
| 6965 pkg_failed=yes | 6299 pkg_failed=yes | 
| 6966 fi | 6300 fi | 
| 6967 else | 6301 fi | 
| 6968 pkg_failed=untried | 6302 else | 
| 6969 fi | 6303 pkg_failed=untried | 
| 6970 if test -n "$lrdf_LIBS"; then | 6304 fi | 
| 6971 pkg_cv_lrdf_LIBS="$lrdf_LIBS" | 6305 if test -n "$PKG_CONFIG"; then | 
| 6972 elif test -n "$PKG_CONFIG"; then | 6306 if test -n "$lrdf_LIBS"; then | 
| 6973 if test -n "$PKG_CONFIG" && \ | 6307 pkg_cv_lrdf_LIBS="$lrdf_LIBS" | 
| 6308 else | |
| 6309 if test -n "$PKG_CONFIG" && \ | |
| 6974 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6310 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6975 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6311 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6976 ac_status=$? | 6312 ac_status=$? | 
| 6977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6313 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6978 test $ac_status = 0; }; then | 6314 test $ac_status = 0; }; then | 
| 6979 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6315 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6980 else | 6316 else | 
| 6981 pkg_failed=yes | 6317 pkg_failed=yes | 
| 6982 fi | 6318 fi | 
| 6983 else | 6319 fi | 
| 6984 pkg_failed=untried | 6320 else | 
| 6321 pkg_failed=untried | |
| 6985 fi | 6322 fi | 
| 6986 | 6323 | 
| 6987 | 6324 | 
| 6988 | 6325 | 
| 6989 if test $pkg_failed = yes; then | 6326 if test $pkg_failed = yes; then | 
| 6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6991 $as_echo "no" >&6; } | |
| 6992 | 6327 | 
| 6993 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6328 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6994 _pkg_short_errors_supported=yes | 6329 _pkg_short_errors_supported=yes | 
| 6995 else | 6330 else | 
| 6996 _pkg_short_errors_supported=no | 6331 _pkg_short_errors_supported=no | 
| 6997 fi | 6332 fi | 
| 6998 if test $_pkg_short_errors_supported = yes; then | 6333 if test $_pkg_short_errors_supported = yes; then | 
| 6999 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6334 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7000 else | 6335 else | 
| 7001 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6336 lrdf_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7002 fi | 6337 fi | 
| 7003 # Put the nasty error message in config.log where it belongs | 6338 # Put the nasty error message in config.log where it belongs | 
| 7004 echo "$lrdf_PKG_ERRORS" >&5 | 6339 echo "$lrdf_PKG_ERRORS" >&5 | 
| 7005 | 6340 | 
| 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 | 6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6342 $as_echo "no" >&6; } | |
| 6343 { $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 | |
| 7007 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6344 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7008 elif test $pkg_failed = untried; then | 6345 elif test $pkg_failed = untried; then | 
| 7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7010 $as_echo "no" >&6; } | |
| 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 | 6346 { $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 | 
| 7012 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6347 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7013 else | 6348 else | 
| 7014 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS | 6349 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS | 
| 7015 lrdf_LIBS=$pkg_cv_lrdf_LIBS | 6350 lrdf_LIBS=$pkg_cv_lrdf_LIBS | 
| 7019 fi | 6354 fi | 
| 7020 fi | 6355 fi | 
| 7021 if test -n "$SV_MODULE_FAILED"; then | 6356 if test -n "$SV_MODULE_FAILED"; then | 
| 7022 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6357 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7023 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6358 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7024 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6359 eval as_val=\$$as_ac_Header | 
| 6360 if test "x$as_val" = x""yes; then : | |
| 7025 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6361 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7026 else | 6362 else | 
| 7027 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6363 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7028 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6364 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7029 fi | 6365 fi | 
| 7032 if test -z "$SV_MODULE_FAILED"; then | 6368 if test -z "$SV_MODULE_FAILED"; then | 
| 7033 if test -n "$SV_MODULE_LIB"; then | 6369 if test -n "$SV_MODULE_LIB"; then | 
| 7034 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6370 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7036 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6372 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7037 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6373 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 7038 $as_echo_n "(cached) " >&6 | 6374 $as_echo_n "(cached) " >&6 | 
| 7039 else | 6375 else | 
| 7040 ac_check_lib_save_LIBS=$LIBS | 6376 ac_check_lib_save_LIBS=$LIBS | 
| 7041 LIBS="-l$SV_MODULE_LIB $LIBS" | 6377 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7067 LIBS=$ac_check_lib_save_LIBS | 6403 LIBS=$ac_check_lib_save_LIBS | 
| 7068 fi | 6404 fi | 
| 7069 eval ac_res=\$$as_ac_Lib | 6405 eval ac_res=\$$as_ac_Lib | 
| 7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7071 $as_echo "$ac_res" >&6; } | 6407 $as_echo "$ac_res" >&6; } | 
| 7072 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6408 eval as_val=\$$as_ac_Lib | 
| 6409 if test "x$as_val" = x""yes; then : | |
| 7073 LIBS="$LIBS -l$SV_MODULE_LIB" | 6410 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7074 else | 6411 else | 
| 7075 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6412 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7076 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6413 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7077 fi | 6414 fi | 
| 7095 | 6432 | 
| 7096 pkg_failed=no | 6433 pkg_failed=no | 
| 7097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 | 6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 | 
| 7098 $as_echo_n "checking for oggz... " >&6; } | 6435 $as_echo_n "checking for oggz... " >&6; } | 
| 7099 | 6436 | 
| 7100 if test -n "$oggz_CFLAGS"; then | 6437 if test -n "$PKG_CONFIG"; then | 
| 7101 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" | 6438 if test -n "$oggz_CFLAGS"; then | 
| 7102 elif test -n "$PKG_CONFIG"; then | 6439 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" | 
| 7103 if test -n "$PKG_CONFIG" && \ | 6440 else | 
| 6441 if test -n "$PKG_CONFIG" && \ | |
| 7104 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6442 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7105 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6443 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7106 ac_status=$? | 6444 ac_status=$? | 
| 7107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7108 test $ac_status = 0; }; then | 6446 test $ac_status = 0; }; then | 
| 7109 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6447 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7110 else | 6448 else | 
| 7111 pkg_failed=yes | 6449 pkg_failed=yes | 
| 7112 fi | 6450 fi | 
| 7113 else | 6451 fi | 
| 7114 pkg_failed=untried | 6452 else | 
| 7115 fi | 6453 pkg_failed=untried | 
| 7116 if test -n "$oggz_LIBS"; then | 6454 fi | 
| 7117 pkg_cv_oggz_LIBS="$oggz_LIBS" | 6455 if test -n "$PKG_CONFIG"; then | 
| 7118 elif test -n "$PKG_CONFIG"; then | 6456 if test -n "$oggz_LIBS"; then | 
| 7119 if test -n "$PKG_CONFIG" && \ | 6457 pkg_cv_oggz_LIBS="$oggz_LIBS" | 
| 6458 else | |
| 6459 if test -n "$PKG_CONFIG" && \ | |
| 7120 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6460 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7121 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6461 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7122 ac_status=$? | 6462 ac_status=$? | 
| 7123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7124 test $ac_status = 0; }; then | 6464 test $ac_status = 0; }; then | 
| 7125 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6465 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7126 else | 6466 else | 
| 7127 pkg_failed=yes | 6467 pkg_failed=yes | 
| 7128 fi | 6468 fi | 
| 7129 else | 6469 fi | 
| 7130 pkg_failed=untried | 6470 else | 
| 6471 pkg_failed=untried | |
| 7131 fi | 6472 fi | 
| 7132 | 6473 | 
| 7133 | 6474 | 
| 7134 | 6475 | 
| 7135 if test $pkg_failed = yes; then | 6476 if test $pkg_failed = yes; then | 
| 7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7137 $as_echo "no" >&6; } | |
| 7138 | 6477 | 
| 7139 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6478 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7140 _pkg_short_errors_supported=yes | 6479 _pkg_short_errors_supported=yes | 
| 7141 else | 6480 else | 
| 7142 _pkg_short_errors_supported=no | 6481 _pkg_short_errors_supported=no | 
| 7143 fi | 6482 fi | 
| 7144 if test $_pkg_short_errors_supported = yes; then | 6483 if test $_pkg_short_errors_supported = yes; then | 
| 7145 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6484 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7146 else | 6485 else | 
| 7147 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6486 oggz_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7148 fi | 6487 fi | 
| 7149 # Put the nasty error message in config.log where it belongs | 6488 # Put the nasty error message in config.log where it belongs | 
| 7150 echo "$oggz_PKG_ERRORS" >&5 | 6489 echo "$oggz_PKG_ERRORS" >&5 | 
| 7151 | 6490 | 
| 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 | 6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6492 $as_echo "no" >&6; } | |
| 6493 { $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 | |
| 7153 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6494 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7154 elif test $pkg_failed = untried; then | 6495 elif test $pkg_failed = untried; then | 
| 7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7156 $as_echo "no" >&6; } | |
| 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 | 6496 { $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 | 
| 7158 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6497 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7159 else | 6498 else | 
| 7160 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS | 6499 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS | 
| 7161 oggz_LIBS=$pkg_cv_oggz_LIBS | 6500 oggz_LIBS=$pkg_cv_oggz_LIBS | 
| 7165 fi | 6504 fi | 
| 7166 fi | 6505 fi | 
| 7167 if test -n "$SV_MODULE_FAILED"; then | 6506 if test -n "$SV_MODULE_FAILED"; then | 
| 7168 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6507 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7169 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6508 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7170 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6509 eval as_val=\$$as_ac_Header | 
| 6510 if test "x$as_val" = x""yes; then : | |
| 7171 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6511 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7172 else | 6512 else | 
| 7173 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6513 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7174 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6514 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7175 fi | 6515 fi | 
| 7178 if test -z "$SV_MODULE_FAILED"; then | 6518 if test -z "$SV_MODULE_FAILED"; then | 
| 7179 if test -n "$SV_MODULE_LIB"; then | 6519 if test -n "$SV_MODULE_LIB"; then | 
| 7180 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6520 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7182 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6522 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7183 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6523 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 7184 $as_echo_n "(cached) " >&6 | 6524 $as_echo_n "(cached) " >&6 | 
| 7185 else | 6525 else | 
| 7186 ac_check_lib_save_LIBS=$LIBS | 6526 ac_check_lib_save_LIBS=$LIBS | 
| 7187 LIBS="-l$SV_MODULE_LIB $LIBS" | 6527 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7213 LIBS=$ac_check_lib_save_LIBS | 6553 LIBS=$ac_check_lib_save_LIBS | 
| 7214 fi | 6554 fi | 
| 7215 eval ac_res=\$$as_ac_Lib | 6555 eval ac_res=\$$as_ac_Lib | 
| 7216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7217 $as_echo "$ac_res" >&6; } | 6557 $as_echo "$ac_res" >&6; } | 
| 7218 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6558 eval as_val=\$$as_ac_Lib | 
| 6559 if test "x$as_val" = x""yes; then : | |
| 7219 LIBS="$LIBS -l$SV_MODULE_LIB" | 6560 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7220 else | 6561 else | 
| 7221 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6562 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7222 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6563 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7223 fi | 6564 fi | 
| 7241 | 6582 | 
| 7242 pkg_failed=no | 6583 pkg_failed=no | 
| 7243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 | 6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 | 
| 7244 $as_echo_n "checking for fishsound... " >&6; } | 6585 $as_echo_n "checking for fishsound... " >&6; } | 
| 7245 | 6586 | 
| 7246 if test -n "$fishsound_CFLAGS"; then | 6587 if test -n "$PKG_CONFIG"; then | 
| 7247 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" | 6588 if test -n "$fishsound_CFLAGS"; then | 
| 7248 elif test -n "$PKG_CONFIG"; then | 6589 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" | 
| 7249 if test -n "$PKG_CONFIG" && \ | 6590 else | 
| 6591 if test -n "$PKG_CONFIG" && \ | |
| 7250 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6592 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7251 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6593 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7252 ac_status=$? | 6594 ac_status=$? | 
| 7253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7254 test $ac_status = 0; }; then | 6596 test $ac_status = 0; }; then | 
| 7255 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6597 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7256 else | 6598 else | 
| 7257 pkg_failed=yes | 6599 pkg_failed=yes | 
| 7258 fi | 6600 fi | 
| 7259 else | 6601 fi | 
| 7260 pkg_failed=untried | 6602 else | 
| 7261 fi | 6603 pkg_failed=untried | 
| 7262 if test -n "$fishsound_LIBS"; then | 6604 fi | 
| 7263 pkg_cv_fishsound_LIBS="$fishsound_LIBS" | 6605 if test -n "$PKG_CONFIG"; then | 
| 7264 elif test -n "$PKG_CONFIG"; then | 6606 if test -n "$fishsound_LIBS"; then | 
| 7265 if test -n "$PKG_CONFIG" && \ | 6607 pkg_cv_fishsound_LIBS="$fishsound_LIBS" | 
| 6608 else | |
| 6609 if test -n "$PKG_CONFIG" && \ | |
| 7266 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6610 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7267 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6611 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7268 ac_status=$? | 6612 ac_status=$? | 
| 7269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7270 test $ac_status = 0; }; then | 6614 test $ac_status = 0; }; then | 
| 7271 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6615 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7272 else | 6616 else | 
| 7273 pkg_failed=yes | 6617 pkg_failed=yes | 
| 7274 fi | 6618 fi | 
| 7275 else | 6619 fi | 
| 7276 pkg_failed=untried | 6620 else | 
| 6621 pkg_failed=untried | |
| 7277 fi | 6622 fi | 
| 7278 | 6623 | 
| 7279 | 6624 | 
| 7280 | 6625 | 
| 7281 if test $pkg_failed = yes; then | 6626 if test $pkg_failed = yes; then | 
| 7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7283 $as_echo "no" >&6; } | |
| 7284 | 6627 | 
| 7285 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6628 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7286 _pkg_short_errors_supported=yes | 6629 _pkg_short_errors_supported=yes | 
| 7287 else | 6630 else | 
| 7288 _pkg_short_errors_supported=no | 6631 _pkg_short_errors_supported=no | 
| 7289 fi | 6632 fi | 
| 7290 if test $_pkg_short_errors_supported = yes; then | 6633 if test $_pkg_short_errors_supported = yes; then | 
| 7291 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6634 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7292 else | 6635 else | 
| 7293 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6636 fishsound_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7294 fi | 6637 fi | 
| 7295 # Put the nasty error message in config.log where it belongs | 6638 # Put the nasty error message in config.log where it belongs | 
| 7296 echo "$fishsound_PKG_ERRORS" >&5 | 6639 echo "$fishsound_PKG_ERRORS" >&5 | 
| 7297 | 6640 | 
| 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 | 6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6642 $as_echo "no" >&6; } | |
| 6643 { $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 | |
| 7299 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6644 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7300 elif test $pkg_failed = untried; then | 6645 elif test $pkg_failed = untried; then | 
| 7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7302 $as_echo "no" >&6; } | |
| 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 | 6646 { $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 | 
| 7304 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6647 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7305 else | 6648 else | 
| 7306 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS | 6649 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS | 
| 7307 fishsound_LIBS=$pkg_cv_fishsound_LIBS | 6650 fishsound_LIBS=$pkg_cv_fishsound_LIBS | 
| 7311 fi | 6654 fi | 
| 7312 fi | 6655 fi | 
| 7313 if test -n "$SV_MODULE_FAILED"; then | 6656 if test -n "$SV_MODULE_FAILED"; then | 
| 7314 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6657 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7315 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6658 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7316 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6659 eval as_val=\$$as_ac_Header | 
| 6660 if test "x$as_val" = x""yes; then : | |
| 7317 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6661 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7318 else | 6662 else | 
| 7319 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6663 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7320 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6664 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7321 fi | 6665 fi | 
| 7324 if test -z "$SV_MODULE_FAILED"; then | 6668 if test -z "$SV_MODULE_FAILED"; then | 
| 7325 if test -n "$SV_MODULE_LIB"; then | 6669 if test -n "$SV_MODULE_LIB"; then | 
| 7326 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6670 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7328 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6672 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7329 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6673 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 7330 $as_echo_n "(cached) " >&6 | 6674 $as_echo_n "(cached) " >&6 | 
| 7331 else | 6675 else | 
| 7332 ac_check_lib_save_LIBS=$LIBS | 6676 ac_check_lib_save_LIBS=$LIBS | 
| 7333 LIBS="-l$SV_MODULE_LIB $LIBS" | 6677 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7359 LIBS=$ac_check_lib_save_LIBS | 6703 LIBS=$ac_check_lib_save_LIBS | 
| 7360 fi | 6704 fi | 
| 7361 eval ac_res=\$$as_ac_Lib | 6705 eval ac_res=\$$as_ac_Lib | 
| 7362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7363 $as_echo "$ac_res" >&6; } | 6707 $as_echo "$ac_res" >&6; } | 
| 7364 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6708 eval as_val=\$$as_ac_Lib | 
| 6709 if test "x$as_val" = x""yes; then : | |
| 7365 LIBS="$LIBS -l$SV_MODULE_LIB" | 6710 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7366 else | 6711 else | 
| 7367 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6712 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7368 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6713 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7369 fi | 6714 fi | 
| 7387 | 6732 | 
| 7388 pkg_failed=no | 6733 pkg_failed=no | 
| 7389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 | 6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 | 
| 7390 $as_echo_n "checking for mad... " >&6; } | 6735 $as_echo_n "checking for mad... " >&6; } | 
| 7391 | 6736 | 
| 7392 if test -n "$mad_CFLAGS"; then | 6737 if test -n "$PKG_CONFIG"; then | 
| 7393 pkg_cv_mad_CFLAGS="$mad_CFLAGS" | 6738 if test -n "$mad_CFLAGS"; then | 
| 7394 elif test -n "$PKG_CONFIG"; then | 6739 pkg_cv_mad_CFLAGS="$mad_CFLAGS" | 
| 7395 if test -n "$PKG_CONFIG" && \ | 6740 else | 
| 6741 if test -n "$PKG_CONFIG" && \ | |
| 7396 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6742 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7397 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6743 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7398 ac_status=$? | 6744 ac_status=$? | 
| 7399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7400 test $ac_status = 0; }; then | 6746 test $ac_status = 0; }; then | 
| 7401 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6747 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7402 else | 6748 else | 
| 7403 pkg_failed=yes | 6749 pkg_failed=yes | 
| 7404 fi | 6750 fi | 
| 7405 else | 6751 fi | 
| 7406 pkg_failed=untried | 6752 else | 
| 7407 fi | 6753 pkg_failed=untried | 
| 7408 if test -n "$mad_LIBS"; then | 6754 fi | 
| 7409 pkg_cv_mad_LIBS="$mad_LIBS" | 6755 if test -n "$PKG_CONFIG"; then | 
| 7410 elif test -n "$PKG_CONFIG"; then | 6756 if test -n "$mad_LIBS"; then | 
| 7411 if test -n "$PKG_CONFIG" && \ | 6757 pkg_cv_mad_LIBS="$mad_LIBS" | 
| 6758 else | |
| 6759 if test -n "$PKG_CONFIG" && \ | |
| 7412 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6760 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7413 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6761 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7414 ac_status=$? | 6762 ac_status=$? | 
| 7415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7416 test $ac_status = 0; }; then | 6764 test $ac_status = 0; }; then | 
| 7417 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6765 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7418 else | 6766 else | 
| 7419 pkg_failed=yes | 6767 pkg_failed=yes | 
| 7420 fi | 6768 fi | 
| 7421 else | 6769 fi | 
| 7422 pkg_failed=untried | 6770 else | 
| 6771 pkg_failed=untried | |
| 7423 fi | 6772 fi | 
| 7424 | 6773 | 
| 7425 | 6774 | 
| 7426 | 6775 | 
| 7427 if test $pkg_failed = yes; then | 6776 if test $pkg_failed = yes; then | 
| 7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7429 $as_echo "no" >&6; } | |
| 7430 | 6777 | 
| 7431 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7432 _pkg_short_errors_supported=yes | 6779 _pkg_short_errors_supported=yes | 
| 7433 else | 6780 else | 
| 7434 _pkg_short_errors_supported=no | 6781 _pkg_short_errors_supported=no | 
| 7435 fi | 6782 fi | 
| 7436 if test $_pkg_short_errors_supported = yes; then | 6783 if test $_pkg_short_errors_supported = yes; then | 
| 7437 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6784 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7438 else | 6785 else | 
| 7439 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6786 mad_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7440 fi | 6787 fi | 
| 7441 # Put the nasty error message in config.log where it belongs | 6788 # Put the nasty error message in config.log where it belongs | 
| 7442 echo "$mad_PKG_ERRORS" >&5 | 6789 echo "$mad_PKG_ERRORS" >&5 | 
| 7443 | 6790 | 
| 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 | 6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6792 $as_echo "no" >&6; } | |
| 6793 { $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 | |
| 7445 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6794 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7446 elif test $pkg_failed = untried; then | 6795 elif test $pkg_failed = untried; then | 
| 7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7448 $as_echo "no" >&6; } | |
| 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 | 6796 { $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 | 
| 7450 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6797 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7451 else | 6798 else | 
| 7452 mad_CFLAGS=$pkg_cv_mad_CFLAGS | 6799 mad_CFLAGS=$pkg_cv_mad_CFLAGS | 
| 7453 mad_LIBS=$pkg_cv_mad_LIBS | 6800 mad_LIBS=$pkg_cv_mad_LIBS | 
| 7457 fi | 6804 fi | 
| 7458 fi | 6805 fi | 
| 7459 if test -n "$SV_MODULE_FAILED"; then | 6806 if test -n "$SV_MODULE_FAILED"; then | 
| 7460 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6807 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7461 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6808 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7462 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6809 eval as_val=\$$as_ac_Header | 
| 6810 if test "x$as_val" = x""yes; then : | |
| 7463 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6811 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7464 else | 6812 else | 
| 7465 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6813 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7466 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6814 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7467 fi | 6815 fi | 
| 7470 if test -z "$SV_MODULE_FAILED"; then | 6818 if test -z "$SV_MODULE_FAILED"; then | 
| 7471 if test -n "$SV_MODULE_LIB"; then | 6819 if test -n "$SV_MODULE_LIB"; then | 
| 7472 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6820 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7474 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6822 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7475 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6823 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 7476 $as_echo_n "(cached) " >&6 | 6824 $as_echo_n "(cached) " >&6 | 
| 7477 else | 6825 else | 
| 7478 ac_check_lib_save_LIBS=$LIBS | 6826 ac_check_lib_save_LIBS=$LIBS | 
| 7479 LIBS="-l$SV_MODULE_LIB $LIBS" | 6827 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7505 LIBS=$ac_check_lib_save_LIBS | 6853 LIBS=$ac_check_lib_save_LIBS | 
| 7506 fi | 6854 fi | 
| 7507 eval ac_res=\$$as_ac_Lib | 6855 eval ac_res=\$$as_ac_Lib | 
| 7508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7509 $as_echo "$ac_res" >&6; } | 6857 $as_echo "$ac_res" >&6; } | 
| 7510 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6858 eval as_val=\$$as_ac_Lib | 
| 6859 if test "x$as_val" = x""yes; then : | |
| 7511 LIBS="$LIBS -l$SV_MODULE_LIB" | 6860 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7512 else | 6861 else | 
| 7513 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6862 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7514 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6863 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7515 fi | 6864 fi | 
| 7533 | 6882 | 
| 7534 pkg_failed=no | 6883 pkg_failed=no | 
| 7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 | 6884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 | 
| 7536 $as_echo_n "checking for id3tag... " >&6; } | 6885 $as_echo_n "checking for id3tag... " >&6; } | 
| 7537 | 6886 | 
| 7538 if test -n "$id3tag_CFLAGS"; then | 6887 if test -n "$PKG_CONFIG"; then | 
| 7539 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" | 6888 if test -n "$id3tag_CFLAGS"; then | 
| 7540 elif test -n "$PKG_CONFIG"; then | 6889 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" | 
| 7541 if test -n "$PKG_CONFIG" && \ | 6890 else | 
| 6891 if test -n "$PKG_CONFIG" && \ | |
| 7542 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6892 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7543 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6893 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7544 ac_status=$? | 6894 ac_status=$? | 
| 7545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7546 test $ac_status = 0; }; then | 6896 test $ac_status = 0; }; then | 
| 7547 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6897 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7548 else | 6898 else | 
| 7549 pkg_failed=yes | 6899 pkg_failed=yes | 
| 7550 fi | 6900 fi | 
| 7551 else | 6901 fi | 
| 7552 pkg_failed=untried | 6902 else | 
| 7553 fi | 6903 pkg_failed=untried | 
| 7554 if test -n "$id3tag_LIBS"; then | 6904 fi | 
| 7555 pkg_cv_id3tag_LIBS="$id3tag_LIBS" | 6905 if test -n "$PKG_CONFIG"; then | 
| 7556 elif test -n "$PKG_CONFIG"; then | 6906 if test -n "$id3tag_LIBS"; then | 
| 7557 if test -n "$PKG_CONFIG" && \ | 6907 pkg_cv_id3tag_LIBS="$id3tag_LIBS" | 
| 6908 else | |
| 6909 if test -n "$PKG_CONFIG" && \ | |
| 7558 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6910 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7559 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6911 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7560 ac_status=$? | 6912 ac_status=$? | 
| 7561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7562 test $ac_status = 0; }; then | 6914 test $ac_status = 0; }; then | 
| 7563 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6915 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7564 else | 6916 else | 
| 7565 pkg_failed=yes | 6917 pkg_failed=yes | 
| 7566 fi | 6918 fi | 
| 7567 else | 6919 fi | 
| 7568 pkg_failed=untried | 6920 else | 
| 6921 pkg_failed=untried | |
| 7569 fi | 6922 fi | 
| 7570 | 6923 | 
| 7571 | 6924 | 
| 7572 | 6925 | 
| 7573 if test $pkg_failed = yes; then | 6926 if test $pkg_failed = yes; then | 
| 7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7575 $as_echo "no" >&6; } | |
| 7576 | 6927 | 
| 7577 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6928 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7578 _pkg_short_errors_supported=yes | 6929 _pkg_short_errors_supported=yes | 
| 7579 else | 6930 else | 
| 7580 _pkg_short_errors_supported=no | 6931 _pkg_short_errors_supported=no | 
| 7581 fi | 6932 fi | 
| 7582 if test $_pkg_short_errors_supported = yes; then | 6933 if test $_pkg_short_errors_supported = yes; then | 
| 7583 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6934 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7584 else | 6935 else | 
| 7585 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6936 id3tag_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 
| 7586 fi | 6937 fi | 
| 7587 # Put the nasty error message in config.log where it belongs | 6938 # Put the nasty error message in config.log where it belongs | 
| 7588 echo "$id3tag_PKG_ERRORS" >&5 | 6939 echo "$id3tag_PKG_ERRORS" >&5 | 
| 7589 | 6940 | 
| 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 | 6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 6942 $as_echo "no" >&6; } | |
| 6943 { $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 | |
| 7591 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6944 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7592 elif test $pkg_failed = untried; then | 6945 elif test $pkg_failed = untried; then | 
| 7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7594 $as_echo "no" >&6; } | |
| 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 | 6946 { $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 | 
| 7596 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6947 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7597 else | 6948 else | 
| 7598 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS | 6949 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS | 
| 7599 id3tag_LIBS=$pkg_cv_id3tag_LIBS | 6950 id3tag_LIBS=$pkg_cv_id3tag_LIBS | 
| 7603 fi | 6954 fi | 
| 7604 fi | 6955 fi | 
| 7605 if test -n "$SV_MODULE_FAILED"; then | 6956 if test -n "$SV_MODULE_FAILED"; then | 
| 7606 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6957 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7607 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6958 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7608 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6959 eval as_val=\$$as_ac_Header | 
| 6960 if test "x$as_val" = x""yes; then : | |
| 7609 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6961 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7610 else | 6962 else | 
| 7611 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6963 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7612 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6964 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7613 fi | 6965 fi | 
| 7616 if test -z "$SV_MODULE_FAILED"; then | 6968 if test -z "$SV_MODULE_FAILED"; then | 
| 7617 if test -n "$SV_MODULE_LIB"; then | 6969 if test -n "$SV_MODULE_LIB"; then | 
| 7618 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6970 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7620 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6972 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7621 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6973 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 
| 7622 $as_echo_n "(cached) " >&6 | 6974 $as_echo_n "(cached) " >&6 | 
| 7623 else | 6975 else | 
| 7624 ac_check_lib_save_LIBS=$LIBS | 6976 ac_check_lib_save_LIBS=$LIBS | 
| 7625 LIBS="-l$SV_MODULE_LIB $LIBS" | 6977 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7651 LIBS=$ac_check_lib_save_LIBS | 7003 LIBS=$ac_check_lib_save_LIBS | 
| 7652 fi | 7004 fi | 
| 7653 eval ac_res=\$$as_ac_Lib | 7005 eval ac_res=\$$as_ac_Lib | 
| 7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7655 $as_echo "$ac_res" >&6; } | 7007 $as_echo "$ac_res" >&6; } | 
| 7656 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 7008 eval as_val=\$$as_ac_Lib | 
| 7009 if test "x$as_val" = x""yes; then : | |
| 7657 LIBS="$LIBS -l$SV_MODULE_LIB" | 7010 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7658 else | 7011 else | 
| 7659 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7012 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7660 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7013 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7661 fi | 7014 fi | 
| 7801 DEFS=`sed -n "$ac_script" confdefs.h` | 7154 DEFS=`sed -n "$ac_script" confdefs.h` | 
| 7802 | 7155 | 
| 7803 | 7156 | 
| 7804 ac_libobjs= | 7157 ac_libobjs= | 
| 7805 ac_ltlibobjs= | 7158 ac_ltlibobjs= | 
| 7806 U= | |
| 7807 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 7159 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 
| 7808 # 1. Remove the extension, and $U if already installed. | 7160 # 1. Remove the extension, and $U if already installed. | 
| 7809 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 7161 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 
| 7810 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 7162 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 
| 7811 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 7163 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 
| 7963 | 7315 | 
| 7964 # CDPATH. | 7316 # CDPATH. | 
| 7965 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 7317 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 
| 7966 | 7318 | 
| 7967 | 7319 | 
| 7968 # as_fn_error STATUS ERROR [LINENO LOG_FD] | 7320 # as_fn_error ERROR [LINENO LOG_FD] | 
| 7969 # ---------------------------------------- | 7321 # --------------------------------- | 
| 7970 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 7322 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 
| 7971 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 7323 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 
| 7972 # script with STATUS, using 1 if that was 0. | 7324 # script with status $?, using 1 if that was 0. | 
| 7973 as_fn_error () | 7325 as_fn_error () | 
| 7974 { | 7326 { | 
| 7975 as_status=$1; test $as_status -eq 0 && as_status=1 | 7327 as_status=$?; test $as_status -eq 0 && as_status=1 | 
| 7976 if test "$4"; then | 7328 if test "$3"; then | 
| 7977 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 7329 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 7978 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 7330 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 
| 7979 fi | 7331 fi | 
| 7980 $as_echo "$as_me: error: $2" >&2 | 7332 $as_echo "$as_me: error: $1" >&2 | 
| 7981 as_fn_exit $as_status | 7333 as_fn_exit $as_status | 
| 7982 } # as_fn_error | 7334 } # as_fn_error | 
| 7983 | 7335 | 
| 7984 | 7336 | 
| 7985 # as_fn_set_status STATUS | 7337 # as_fn_set_status STATUS | 
| 8171 } | 7523 } | 
| 8172 s/.*/./; q'` | 7524 s/.*/./; q'` | 
| 8173 test -d "$as_dir" && break | 7525 test -d "$as_dir" && break | 
| 8174 done | 7526 done | 
| 8175 test -z "$as_dirs" || eval "mkdir $as_dirs" | 7527 test -z "$as_dirs" || eval "mkdir $as_dirs" | 
| 8176 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 7528 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 
| 8177 | 7529 | 
| 8178 | 7530 | 
| 8179 } # as_fn_mkdir_p | 7531 } # as_fn_mkdir_p | 
| 8180 if mkdir -p . 2>/dev/null; then | 7532 if mkdir -p . 2>/dev/null; then | 
| 8181 as_mkdir_p='mkdir -p "$as_dir"' | 7533 as_mkdir_p='mkdir -p "$as_dir"' | 
| 8225 # Save the log message, to keep $0 and so on meaningful, and to | 7577 # Save the log message, to keep $0 and so on meaningful, and to | 
| 8226 # report actual input values of CONFIG_FILES etc. instead of their | 7578 # report actual input values of CONFIG_FILES etc. instead of their | 
| 8227 # values after options handling. | 7579 # values after options handling. | 
| 8228 ac_log=" | 7580 ac_log=" | 
| 8229 This file was extended by Sonic Visualiser $as_me 1.8, which was | 7581 This file was extended by Sonic Visualiser $as_me 1.8, which was | 
| 8230 generated by GNU Autoconf 2.67. Invocation command line was | 7582 generated by GNU Autoconf 2.65. Invocation command line was | 
| 8231 | 7583 | 
| 8232 CONFIG_FILES = $CONFIG_FILES | 7584 CONFIG_FILES = $CONFIG_FILES | 
| 8233 CONFIG_HEADERS = $CONFIG_HEADERS | 7585 CONFIG_HEADERS = $CONFIG_HEADERS | 
| 8234 CONFIG_LINKS = $CONFIG_LINKS | 7586 CONFIG_LINKS = $CONFIG_LINKS | 
| 8235 CONFIG_COMMANDS = $CONFIG_COMMANDS | 7587 CONFIG_COMMANDS = $CONFIG_COMMANDS | 
| 8278 _ACEOF | 7630 _ACEOF | 
| 8279 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7631 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 
| 8280 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 7632 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 
| 8281 ac_cs_version="\\ | 7633 ac_cs_version="\\ | 
| 8282 Sonic Visualiser config.status 1.8 | 7634 Sonic Visualiser config.status 1.8 | 
| 8283 configured by $0, generated by GNU Autoconf 2.67, | 7635 configured by $0, generated by GNU Autoconf 2.65, | 
| 8284 with options \\"\$ac_cs_config\\" | 7636 with options \\"\$ac_cs_config\\" | 
| 8285 | 7637 | 
| 8286 Copyright (C) 2010 Free Software Foundation, Inc. | 7638 Copyright (C) 2009 Free Software Foundation, Inc. | 
| 8287 This config.status script is free software; the Free Software Foundation | 7639 This config.status script is free software; the Free Software Foundation | 
| 8288 gives unlimited permission to copy, distribute and modify it." | 7640 gives unlimited permission to copy, distribute and modify it." | 
| 8289 | 7641 | 
| 8290 ac_pwd='$ac_pwd' | 7642 ac_pwd='$ac_pwd' | 
| 8291 srcdir='$srcdir' | 7643 srcdir='$srcdir' | 
| 8298 # The default lists apply if the user does not specify any file. | 7650 # The default lists apply if the user does not specify any file. | 
| 8299 ac_need_defaults=: | 7651 ac_need_defaults=: | 
| 8300 while test $# != 0 | 7652 while test $# != 0 | 
| 8301 do | 7653 do | 
| 8302 case $1 in | 7654 case $1 in | 
| 8303 --*=?*) | 7655 --*=*) | 
| 8304 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 7656 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 
| 8305 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 7657 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 
| 8306 ac_shift=: | |
| 8307 ;; | |
| 8308 --*=) | |
| 8309 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
| 8310 ac_optarg= | |
| 8311 ac_shift=: | 7658 ac_shift=: | 
| 8312 ;; | 7659 ;; | 
| 8313 *) | 7660 *) | 
| 8314 ac_option=$1 | 7661 ac_option=$1 | 
| 8315 ac_optarg=$2 | 7662 ac_optarg=$2 | 
| 8329 debug=: ;; | 7676 debug=: ;; | 
| 8330 --file | --fil | --fi | --f ) | 7677 --file | --fil | --fi | --f ) | 
| 8331 $ac_shift | 7678 $ac_shift | 
| 8332 case $ac_optarg in | 7679 case $ac_optarg in | 
| 8333 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 7680 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 
| 8334 '') as_fn_error $? "missing file argument" ;; | |
| 8335 esac | 7681 esac | 
| 8336 as_fn_append CONFIG_FILES " '$ac_optarg'" | 7682 as_fn_append CONFIG_FILES " '$ac_optarg'" | 
| 8337 ac_need_defaults=false;; | 7683 ac_need_defaults=false;; | 
| 8338 --he | --h | --help | --hel | -h ) | 7684 --he | --h | --help | --hel | -h ) | 
| 8339 $as_echo "$ac_cs_usage"; exit ;; | 7685 $as_echo "$ac_cs_usage"; exit ;; | 
| 8340 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 7686 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 
| 8341 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 7687 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 
| 8342 ac_cs_silent=: ;; | 7688 ac_cs_silent=: ;; | 
| 8343 | 7689 | 
| 8344 # This is an error. | 7690 # This is an error. | 
| 8345 -*) as_fn_error $? "unrecognized option: \`$1' | 7691 -*) as_fn_error "unrecognized option: \`$1' | 
| 8346 Try \`$0 --help' for more information." ;; | 7692 Try \`$0 --help' for more information." ;; | 
| 8347 | 7693 | 
| 8348 *) as_fn_append ac_config_targets " $1" | 7694 *) as_fn_append ac_config_targets " $1" | 
| 8349 ac_need_defaults=false ;; | 7695 ac_need_defaults=false ;; | 
| 8350 | 7696 | 
| 8391 for ac_config_target in $ac_config_targets | 7737 for ac_config_target in $ac_config_targets | 
| 8392 do | 7738 do | 
| 8393 case $ac_config_target in | 7739 case $ac_config_target in | 
| 8394 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 7740 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 
| 8395 | 7741 | 
| 8396 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 7742 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 
| 8397 esac | 7743 esac | 
| 8398 done | 7744 done | 
| 8399 | 7745 | 
| 8400 | 7746 | 
| 8401 # If the user did not use the arguments to specify the items to instantiate, | 7747 # If the user did not use the arguments to specify the items to instantiate, | 
| 8427 test -n "$tmp" && test -d "$tmp" | 7773 test -n "$tmp" && test -d "$tmp" | 
| 8428 } || | 7774 } || | 
| 8429 { | 7775 { | 
| 8430 tmp=./conf$$-$RANDOM | 7776 tmp=./conf$$-$RANDOM | 
| 8431 (umask 077 && mkdir "$tmp") | 7777 (umask 077 && mkdir "$tmp") | 
| 8432 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 7778 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 
| 8433 | 7779 | 
| 8434 # Set up the scripts for CONFIG_FILES section. | 7780 # Set up the scripts for CONFIG_FILES section. | 
| 8435 # No need to generate them if there are no CONFIG_FILES. | 7781 # No need to generate them if there are no CONFIG_FILES. | 
| 8436 # This happens for instance with `./config.status config.h'. | 7782 # This happens for instance with `./config.status config.h'. | 
| 8437 if test -n "$CONFIG_FILES"; then | 7783 if test -n "$CONFIG_FILES"; then | 
| 8444 if test "x$ac_cr" = x; then | 7790 if test "x$ac_cr" = x; then | 
| 8445 eval ac_cr=\$\'\\r\' | 7791 eval ac_cr=\$\'\\r\' | 
| 8446 fi | 7792 fi | 
| 8447 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 7793 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 
| 8448 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 7794 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 
| 8449 ac_cs_awk_cr='\\r' | 7795 ac_cs_awk_cr='\r' | 
| 8450 else | 7796 else | 
| 8451 ac_cs_awk_cr=$ac_cr | 7797 ac_cs_awk_cr=$ac_cr | 
| 8452 fi | 7798 fi | 
| 8453 | 7799 | 
| 8454 echo 'BEGIN {' >"$tmp/subs1.awk" && | 7800 echo 'BEGIN {' >"$tmp/subs1.awk" && | 
| 8458 { | 7804 { | 
| 8459 echo "cat >conf$$subs.awk <<_ACEOF" && | 7805 echo "cat >conf$$subs.awk <<_ACEOF" && | 
| 8460 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 7806 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 
| 8461 echo "_ACEOF" | 7807 echo "_ACEOF" | 
| 8462 } >conf$$subs.sh || | 7808 } >conf$$subs.sh || | 
| 8463 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 7809 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 8464 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 7810 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 
| 8465 ac_delim='%!_!# ' | 7811 ac_delim='%!_!# ' | 
| 8466 for ac_last_try in false false false false false :; do | 7812 for ac_last_try in false false false false false :; do | 
| 8467 . ./conf$$subs.sh || | 7813 . ./conf$$subs.sh || | 
| 8468 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 7814 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 8469 | 7815 | 
| 8470 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 7816 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 
| 8471 if test $ac_delim_n = $ac_delim_num; then | 7817 if test $ac_delim_n = $ac_delim_num; then | 
| 8472 break | 7818 break | 
| 8473 elif $ac_last_try; then | 7819 elif $ac_last_try; then | 
| 8474 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 7820 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 8475 else | 7821 else | 
| 8476 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 7822 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 
| 8477 fi | 7823 fi | 
| 8478 done | 7824 done | 
| 8479 rm -f conf$$subs.sh | 7825 rm -f conf$$subs.sh | 
| 8558 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 7904 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 
| 8559 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 7905 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 
| 8560 else | 7906 else | 
| 8561 cat | 7907 cat | 
| 8562 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 7908 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 
| 8563 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 7909 || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 
| 8564 _ACEOF | 7910 _ACEOF | 
| 8565 | 7911 | 
| 8566 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 7912 # VPATH may cause trouble with some makes, so we remove $(srcdir), | 
| 8567 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 7913 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 
| 8568 # trailing colons and then remove the whole line if VPATH becomes empty | 7914 # trailing colons and then remove the whole line if VPATH becomes empty | 
| 8569 # (actually we leave an empty line to preserve line numbers). | 7915 # (actually we leave an empty line to preserve line numbers). | 
| 8570 if test "x$srcdir" = x.; then | 7916 if test "x$srcdir" = x.; then | 
| 8571 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 7917 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 
| 8572 h | 7918 s/:*\$(srcdir):*/:/ | 
| 8573 s/// | 7919 s/:*\${srcdir}:*/:/ | 
| 8574 s/^/:/ | 7920 s/:*@srcdir@:*/:/ | 
| 8575 s/[ ]*$/:/ | 7921 s/^\([^=]*=[ ]*\):*/\1/ | 
| 8576 s/:\$(srcdir):/:/g | |
| 8577 s/:\${srcdir}:/:/g | |
| 8578 s/:@srcdir@:/:/g | |
| 8579 s/^:*// | |
| 8580 s/:*$// | 7922 s/:*$// | 
| 8581 x | |
| 8582 s/\(=[ ]*\).*/\1/ | |
| 8583 G | |
| 8584 s/\n// | |
| 8585 s/^[^=]*=[ ]*$// | 7923 s/^[^=]*=[ ]*$// | 
| 8586 }' | 7924 }' | 
| 8587 fi | 7925 fi | 
| 8588 | 7926 | 
| 8589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 7927 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 
| 8597 case $ac_tag in | 7935 case $ac_tag in | 
| 8598 :[FHLC]) ac_mode=$ac_tag; continue;; | 7936 :[FHLC]) ac_mode=$ac_tag; continue;; | 
| 8599 esac | 7937 esac | 
| 8600 case $ac_mode$ac_tag in | 7938 case $ac_mode$ac_tag in | 
| 8601 :[FHL]*:*);; | 7939 :[FHL]*:*);; | 
| 8602 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; | 7940 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 
| 8603 :[FH]-) ac_tag=-:-;; | 7941 :[FH]-) ac_tag=-:-;; | 
| 8604 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 7942 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 
| 8605 esac | 7943 esac | 
| 8606 ac_save_IFS=$IFS | 7944 ac_save_IFS=$IFS | 
| 8607 IFS=: | 7945 IFS=: | 
| 8625 test -f "$ac_f" || | 7963 test -f "$ac_f" || | 
| 8626 case $ac_f in | 7964 case $ac_f in | 
| 8627 [\\/$]*) false;; | 7965 [\\/$]*) false;; | 
| 8628 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 7966 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 
| 8629 esac || | 7967 esac || | 
| 8630 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 7968 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 
| 8631 esac | 7969 esac | 
| 8632 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 7970 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 
| 8633 as_fn_append ac_file_inputs " '$ac_f'" | 7971 as_fn_append ac_file_inputs " '$ac_f'" | 
| 8634 done | 7972 done | 
| 8635 | 7973 | 
| 8652 *) ac_sed_conf_input=$configure_input;; | 7990 *) ac_sed_conf_input=$configure_input;; | 
| 8653 esac | 7991 esac | 
| 8654 | 7992 | 
| 8655 case $ac_tag in | 7993 case $ac_tag in | 
| 8656 *:-:* | *:-) cat >"$tmp/stdin" \ | 7994 *:-:* | *:-) cat >"$tmp/stdin" \ | 
| 8657 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 7995 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 
| 8658 esac | 7996 esac | 
| 8659 ;; | 7997 ;; | 
| 8660 esac | 7998 esac | 
| 8661 | 7999 | 
| 8662 ac_dir=`$as_dirname -- "$ac_file" || | 8000 ac_dir=`$as_dirname -- "$ac_file" || | 
| 8789 s&@INSTALL@&$ac_INSTALL&;t t | 8127 s&@INSTALL@&$ac_INSTALL&;t t | 
| 8790 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 8128 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 
| 8791 $ac_datarootdir_hack | 8129 $ac_datarootdir_hack | 
| 8792 " | 8130 " | 
| 8793 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 8131 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 
| 8794 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 8132 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 
| 8795 | 8133 | 
| 8796 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 8134 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 
| 8797 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 8135 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 
| 8798 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 8136 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 
| 8799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 
| 8800 which seems to be undefined. Please make sure it is defined" >&5 | 8138 which seems to be undefined. Please make sure it is defined." >&5 | 
| 8801 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8139 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 
| 8802 which seems to be undefined. Please make sure it is defined" >&2;} | 8140 which seems to be undefined. Please make sure it is defined." >&2;} | 
| 8803 | 8141 | 
| 8804 rm -f "$tmp/stdin" | 8142 rm -f "$tmp/stdin" | 
| 8805 case $ac_file in | 8143 case $ac_file in | 
| 8806 -) cat "$tmp/out" && rm -f "$tmp/out";; | 8144 -) cat "$tmp/out" && rm -f "$tmp/out";; | 
| 8807 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 8145 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 
| 8808 esac \ | 8146 esac \ | 
| 8809 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 8147 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 
| 8810 ;; | 8148 ;; | 
| 8811 | 8149 | 
| 8812 | 8150 | 
| 8813 | 8151 | 
| 8814 esac | 8152 esac | 
| 8819 as_fn_exit 0 | 8157 as_fn_exit 0 | 
| 8820 _ACEOF | 8158 _ACEOF | 
| 8821 ac_clean_files=$ac_clean_files_save | 8159 ac_clean_files=$ac_clean_files_save | 
| 8822 | 8160 | 
| 8823 test $ac_write_fail = 0 || | 8161 test $ac_write_fail = 0 || | 
| 8824 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 8162 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 
| 8825 | 8163 | 
| 8826 | 8164 | 
| 8827 # configure is writing to config.log, and then calls config.status. | 8165 # configure is writing to config.log, and then calls config.status. | 
| 8828 # config.status does its own redirection, appending to config.log. | 8166 # config.status does its own redirection, appending to config.log. | 
| 8829 # Unfortunately, on DOS this fails, as config.log is still kept open | 8167 # Unfortunately, on DOS this fails, as config.log is still kept open | 
| 8840 exec 5>/dev/null | 8178 exec 5>/dev/null | 
| 8841 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 8179 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 
| 8842 exec 5>>config.log | 8180 exec 5>>config.log | 
| 8843 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 8181 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 
| 8844 # would make configure fail if this is the last instruction. | 8182 # would make configure fail if this is the last instruction. | 
| 8845 $ac_cs_success || as_fn_exit 1 | 8183 $ac_cs_success || as_fn_exit $? | 
| 8846 fi | 8184 fi | 
| 8847 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 8185 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 
| 8848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 8186 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 
| 8849 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 8187 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 
| 8850 fi | 8188 fi | 
| 8968 DEFS=`sed -n "$ac_script" confdefs.h` | 8306 DEFS=`sed -n "$ac_script" confdefs.h` | 
| 8969 | 8307 | 
| 8970 | 8308 | 
| 8971 ac_libobjs= | 8309 ac_libobjs= | 
| 8972 ac_ltlibobjs= | 8310 ac_ltlibobjs= | 
| 8973 U= | |
| 8974 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 8311 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 
| 8975 # 1. Remove the extension, and $U if already installed. | 8312 # 1. Remove the extension, and $U if already installed. | 
| 8976 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 8313 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 
| 8977 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 8314 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 
| 8978 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 8315 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 
| 9130 | 8467 | 
| 9131 # CDPATH. | 8468 # CDPATH. | 
| 9132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 8469 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 
| 9133 | 8470 | 
| 9134 | 8471 | 
| 9135 # as_fn_error STATUS ERROR [LINENO LOG_FD] | 8472 # as_fn_error ERROR [LINENO LOG_FD] | 
| 9136 # ---------------------------------------- | 8473 # --------------------------------- | 
| 9137 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 8474 # 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 | 8475 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 
| 9139 # script with STATUS, using 1 if that was 0. | 8476 # script with status $?, using 1 if that was 0. | 
| 9140 as_fn_error () | 8477 as_fn_error () | 
| 9141 { | 8478 { | 
| 9142 as_status=$1; test $as_status -eq 0 && as_status=1 | 8479 as_status=$?; test $as_status -eq 0 && as_status=1 | 
| 9143 if test "$4"; then | 8480 if test "$3"; then | 
| 9144 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 8481 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 9145 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 8482 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 
| 9146 fi | 8483 fi | 
| 9147 $as_echo "$as_me: error: $2" >&2 | 8484 $as_echo "$as_me: error: $1" >&2 | 
| 9148 as_fn_exit $as_status | 8485 as_fn_exit $as_status | 
| 9149 } # as_fn_error | 8486 } # as_fn_error | 
| 9150 | 8487 | 
| 9151 | 8488 | 
| 9152 # as_fn_set_status STATUS | 8489 # as_fn_set_status STATUS | 
| 9338 } | 8675 } | 
| 9339 s/.*/./; q'` | 8676 s/.*/./; q'` | 
| 9340 test -d "$as_dir" && break | 8677 test -d "$as_dir" && break | 
| 9341 done | 8678 done | 
| 9342 test -z "$as_dirs" || eval "mkdir $as_dirs" | 8679 test -z "$as_dirs" || eval "mkdir $as_dirs" | 
| 9343 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 8680 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 
| 9344 | 8681 | 
| 9345 | 8682 | 
| 9346 } # as_fn_mkdir_p | 8683 } # as_fn_mkdir_p | 
| 9347 if mkdir -p . 2>/dev/null; then | 8684 if mkdir -p . 2>/dev/null; then | 
| 9348 as_mkdir_p='mkdir -p "$as_dir"' | 8685 as_mkdir_p='mkdir -p "$as_dir"' | 
| 9392 # Save the log message, to keep $0 and so on meaningful, and to | 8729 # 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 | 8730 # report actual input values of CONFIG_FILES etc. instead of their | 
| 9394 # values after options handling. | 8731 # values after options handling. | 
| 9395 ac_log=" | 8732 ac_log=" | 
| 9396 This file was extended by Sonic Visualiser $as_me 1.8, which was | 8733 This file was extended by Sonic Visualiser $as_me 1.8, which was | 
| 9397 generated by GNU Autoconf 2.67. Invocation command line was | 8734 generated by GNU Autoconf 2.65. Invocation command line was | 
| 9398 | 8735 | 
| 9399 CONFIG_FILES = $CONFIG_FILES | 8736 CONFIG_FILES = $CONFIG_FILES | 
| 9400 CONFIG_HEADERS = $CONFIG_HEADERS | 8737 CONFIG_HEADERS = $CONFIG_HEADERS | 
| 9401 CONFIG_LINKS = $CONFIG_LINKS | 8738 CONFIG_LINKS = $CONFIG_LINKS | 
| 9402 CONFIG_COMMANDS = $CONFIG_COMMANDS | 8739 CONFIG_COMMANDS = $CONFIG_COMMANDS | 
| 9445 _ACEOF | 8782 _ACEOF | 
| 9446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 
| 9447 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 8784 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 
| 9448 ac_cs_version="\\ | 8785 ac_cs_version="\\ | 
| 9449 Sonic Visualiser config.status 1.8 | 8786 Sonic Visualiser config.status 1.8 | 
| 9450 configured by $0, generated by GNU Autoconf 2.67, | 8787 configured by $0, generated by GNU Autoconf 2.65, | 
| 9451 with options \\"\$ac_cs_config\\" | 8788 with options \\"\$ac_cs_config\\" | 
| 9452 | 8789 | 
| 9453 Copyright (C) 2010 Free Software Foundation, Inc. | 8790 Copyright (C) 2009 Free Software Foundation, Inc. | 
| 9454 This config.status script is free software; the Free Software Foundation | 8791 This config.status script is free software; the Free Software Foundation | 
| 9455 gives unlimited permission to copy, distribute and modify it." | 8792 gives unlimited permission to copy, distribute and modify it." | 
| 9456 | 8793 | 
| 9457 ac_pwd='$ac_pwd' | 8794 ac_pwd='$ac_pwd' | 
| 9458 srcdir='$srcdir' | 8795 srcdir='$srcdir' | 
| 9465 # The default lists apply if the user does not specify any file. | 8802 # The default lists apply if the user does not specify any file. | 
| 9466 ac_need_defaults=: | 8803 ac_need_defaults=: | 
| 9467 while test $# != 0 | 8804 while test $# != 0 | 
| 9468 do | 8805 do | 
| 9469 case $1 in | 8806 case $1 in | 
| 9470 --*=?*) | 8807 --*=*) | 
| 9471 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 8808 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 
| 9472 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 8809 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 
| 9473 ac_shift=: | |
| 9474 ;; | |
| 9475 --*=) | |
| 9476 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
| 9477 ac_optarg= | |
| 9478 ac_shift=: | 8810 ac_shift=: | 
| 9479 ;; | 8811 ;; | 
| 9480 *) | 8812 *) | 
| 9481 ac_option=$1 | 8813 ac_option=$1 | 
| 9482 ac_optarg=$2 | 8814 ac_optarg=$2 | 
| 9496 debug=: ;; | 8828 debug=: ;; | 
| 9497 --file | --fil | --fi | --f ) | 8829 --file | --fil | --fi | --f ) | 
| 9498 $ac_shift | 8830 $ac_shift | 
| 9499 case $ac_optarg in | 8831 case $ac_optarg in | 
| 9500 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 8832 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 
| 9501 '') as_fn_error $? "missing file argument" ;; | |
| 9502 esac | 8833 esac | 
| 9503 as_fn_append CONFIG_FILES " '$ac_optarg'" | 8834 as_fn_append CONFIG_FILES " '$ac_optarg'" | 
| 9504 ac_need_defaults=false;; | 8835 ac_need_defaults=false;; | 
| 9505 --he | --h | --help | --hel | -h ) | 8836 --he | --h | --help | --hel | -h ) | 
| 9506 $as_echo "$ac_cs_usage"; exit ;; | 8837 $as_echo "$ac_cs_usage"; exit ;; | 
| 9507 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 8838 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 
| 9508 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 8839 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 
| 9509 ac_cs_silent=: ;; | 8840 ac_cs_silent=: ;; | 
| 9510 | 8841 | 
| 9511 # This is an error. | 8842 # This is an error. | 
| 9512 -*) as_fn_error $? "unrecognized option: \`$1' | 8843 -*) as_fn_error "unrecognized option: \`$1' | 
| 9513 Try \`$0 --help' for more information." ;; | 8844 Try \`$0 --help' for more information." ;; | 
| 9514 | 8845 | 
| 9515 *) as_fn_append ac_config_targets " $1" | 8846 *) as_fn_append ac_config_targets " $1" | 
| 9516 ac_need_defaults=false ;; | 8847 ac_need_defaults=false ;; | 
| 9517 | 8848 | 
| 9559 do | 8890 do | 
| 9560 case $ac_config_target in | 8891 case $ac_config_target in | 
| 9561 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 8892 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 
| 9562 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; | 8893 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; | 
| 9563 | 8894 | 
| 9564 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 8895 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 
| 9565 esac | 8896 esac | 
| 9566 done | 8897 done | 
| 9567 | 8898 | 
| 9568 | 8899 | 
| 9569 # If the user did not use the arguments to specify the items to instantiate, | 8900 # If the user did not use the arguments to specify the items to instantiate, | 
| 9595 test -n "$tmp" && test -d "$tmp" | 8926 test -n "$tmp" && test -d "$tmp" | 
| 9596 } || | 8927 } || | 
| 9597 { | 8928 { | 
| 9598 tmp=./conf$$-$RANDOM | 8929 tmp=./conf$$-$RANDOM | 
| 9599 (umask 077 && mkdir "$tmp") | 8930 (umask 077 && mkdir "$tmp") | 
| 9600 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 8931 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 
| 9601 | 8932 | 
| 9602 # Set up the scripts for CONFIG_FILES section. | 8933 # Set up the scripts for CONFIG_FILES section. | 
| 9603 # No need to generate them if there are no CONFIG_FILES. | 8934 # No need to generate them if there are no CONFIG_FILES. | 
| 9604 # This happens for instance with `./config.status config.h'. | 8935 # This happens for instance with `./config.status config.h'. | 
| 9605 if test -n "$CONFIG_FILES"; then | 8936 if test -n "$CONFIG_FILES"; then | 
| 9612 if test "x$ac_cr" = x; then | 8943 if test "x$ac_cr" = x; then | 
| 9613 eval ac_cr=\$\'\\r\' | 8944 eval ac_cr=\$\'\\r\' | 
| 9614 fi | 8945 fi | 
| 9615 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 8946 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 | 8947 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 
| 9617 ac_cs_awk_cr='\\r' | 8948 ac_cs_awk_cr='\r' | 
| 9618 else | 8949 else | 
| 9619 ac_cs_awk_cr=$ac_cr | 8950 ac_cs_awk_cr=$ac_cr | 
| 9620 fi | 8951 fi | 
| 9621 | 8952 | 
| 9622 echo 'BEGIN {' >"$tmp/subs1.awk" && | 8953 echo 'BEGIN {' >"$tmp/subs1.awk" && | 
| 9626 { | 8957 { | 
| 9627 echo "cat >conf$$subs.awk <<_ACEOF" && | 8958 echo "cat >conf$$subs.awk <<_ACEOF" && | 
| 9628 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 8959 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 
| 9629 echo "_ACEOF" | 8960 echo "_ACEOF" | 
| 9630 } >conf$$subs.sh || | 8961 } >conf$$subs.sh || | 
| 9631 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 8962 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 9632 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 8963 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 
| 9633 ac_delim='%!_!# ' | 8964 ac_delim='%!_!# ' | 
| 9634 for ac_last_try in false false false false false :; do | 8965 for ac_last_try in false false false false false :; do | 
| 9635 . ./conf$$subs.sh || | 8966 . ./conf$$subs.sh || | 
| 9636 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 8967 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 9637 | 8968 | 
| 9638 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 8969 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 | 8970 if test $ac_delim_n = $ac_delim_num; then | 
| 9640 break | 8971 break | 
| 9641 elif $ac_last_try; then | 8972 elif $ac_last_try; then | 
| 9642 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 8973 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 9643 else | 8974 else | 
| 9644 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 8975 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 
| 9645 fi | 8976 fi | 
| 9646 done | 8977 done | 
| 9647 rm -f conf$$subs.sh | 8978 rm -f conf$$subs.sh | 
| 9726 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 9057 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" | 9058 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 
| 9728 else | 9059 else | 
| 9729 cat | 9060 cat | 
| 9730 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 9061 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 
| 9731 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 9062 || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 
| 9732 _ACEOF | 9063 _ACEOF | 
| 9733 | 9064 | 
| 9734 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 9065 # VPATH may cause trouble with some makes, so we remove $(srcdir), | 
| 9735 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 9066 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 
| 9736 # trailing colons and then remove the whole line if VPATH becomes empty | 9067 # trailing colons and then remove the whole line if VPATH becomes empty | 
| 9737 # (actually we leave an empty line to preserve line numbers). | 9068 # (actually we leave an empty line to preserve line numbers). | 
| 9738 if test "x$srcdir" = x.; then | 9069 if test "x$srcdir" = x.; then | 
| 9739 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 9070 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 
| 9740 h | 9071 s/:*\$(srcdir):*/:/ | 
| 9741 s/// | 9072 s/:*\${srcdir}:*/:/ | 
| 9742 s/^/:/ | 9073 s/:*@srcdir@:*/:/ | 
| 9743 s/[ ]*$/:/ | 9074 s/^\([^=]*=[ ]*\):*/\1/ | 
| 9744 s/:\$(srcdir):/:/g | |
| 9745 s/:\${srcdir}:/:/g | |
| 9746 s/:@srcdir@:/:/g | |
| 9747 s/^:*// | |
| 9748 s/:*$// | 9075 s/:*$// | 
| 9749 x | |
| 9750 s/\(=[ ]*\).*/\1/ | |
| 9751 G | |
| 9752 s/\n// | |
| 9753 s/^[^=]*=[ ]*$// | 9076 s/^[^=]*=[ ]*$// | 
| 9754 }' | 9077 }' | 
| 9755 fi | 9078 fi | 
| 9756 | 9079 | 
| 9757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 9080 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 
| 9765 case $ac_tag in | 9088 case $ac_tag in | 
| 9766 :[FHLC]) ac_mode=$ac_tag; continue;; | 9089 :[FHLC]) ac_mode=$ac_tag; continue;; | 
| 9767 esac | 9090 esac | 
| 9768 case $ac_mode$ac_tag in | 9091 case $ac_mode$ac_tag in | 
| 9769 :[FHL]*:*);; | 9092 :[FHL]*:*);; | 
| 9770 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; | 9093 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 
| 9771 :[FH]-) ac_tag=-:-;; | 9094 :[FH]-) ac_tag=-:-;; | 
| 9772 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 9095 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 
| 9773 esac | 9096 esac | 
| 9774 ac_save_IFS=$IFS | 9097 ac_save_IFS=$IFS | 
| 9775 IFS=: | 9098 IFS=: | 
| 9793 test -f "$ac_f" || | 9116 test -f "$ac_f" || | 
| 9794 case $ac_f in | 9117 case $ac_f in | 
| 9795 [\\/$]*) false;; | 9118 [\\/$]*) false;; | 
| 9796 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 9119 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 
| 9797 esac || | 9120 esac || | 
| 9798 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 9121 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 
| 9799 esac | 9122 esac | 
| 9800 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 9123 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 
| 9801 as_fn_append ac_file_inputs " '$ac_f'" | 9124 as_fn_append ac_file_inputs " '$ac_f'" | 
| 9802 done | 9125 done | 
| 9803 | 9126 | 
| 9820 *) ac_sed_conf_input=$configure_input;; | 9143 *) ac_sed_conf_input=$configure_input;; | 
| 9821 esac | 9144 esac | 
| 9822 | 9145 | 
| 9823 case $ac_tag in | 9146 case $ac_tag in | 
| 9824 *:-:* | *:-) cat >"$tmp/stdin" \ | 9147 *:-:* | *:-) cat >"$tmp/stdin" \ | 
| 9825 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 9148 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 
| 9826 esac | 9149 esac | 
| 9827 ;; | 9150 ;; | 
| 9828 esac | 9151 esac | 
| 9829 | 9152 | 
| 9830 ac_dir=`$as_dirname -- "$ac_file" || | 9153 ac_dir=`$as_dirname -- "$ac_file" || | 
| 9957 s&@INSTALL@&$ac_INSTALL&;t t | 9280 s&@INSTALL@&$ac_INSTALL&;t t | 
| 9958 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 9281 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 
| 9959 $ac_datarootdir_hack | 9282 $ac_datarootdir_hack | 
| 9960 " | 9283 " | 
| 9961 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 9284 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 | 9285 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 
| 9963 | 9286 | 
| 9964 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 9287 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 
| 9965 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 9288 { 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"; } && | 9289 { 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' | 9290 { $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 | 9291 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' | 9292 $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;} | 9293 which seems to be undefined. Please make sure it is defined." >&2;} | 
| 9971 | 9294 | 
| 9972 rm -f "$tmp/stdin" | 9295 rm -f "$tmp/stdin" | 
| 9973 case $ac_file in | 9296 case $ac_file in | 
| 9974 -) cat "$tmp/out" && rm -f "$tmp/out";; | 9297 -) cat "$tmp/out" && rm -f "$tmp/out";; | 
| 9975 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 9298 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 
| 9976 esac \ | 9299 esac \ | 
| 9977 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 9300 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 
| 9978 ;; | 9301 ;; | 
| 9979 | 9302 | 
| 9980 | 9303 | 
| 9981 | 9304 | 
| 9982 esac | 9305 esac | 
| 9987 as_fn_exit 0 | 9310 as_fn_exit 0 | 
| 9988 _ACEOF | 9311 _ACEOF | 
| 9989 ac_clean_files=$ac_clean_files_save | 9312 ac_clean_files=$ac_clean_files_save | 
| 9990 | 9313 | 
| 9991 test $ac_write_fail = 0 || | 9314 test $ac_write_fail = 0 || | 
| 9992 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 9315 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 
| 9993 | 9316 | 
| 9994 | 9317 | 
| 9995 # configure is writing to config.log, and then calls config.status. | 9318 # configure is writing to config.log, and then calls config.status. | 
| 9996 # config.status does its own redirection, appending to config.log. | 9319 # config.status does its own redirection, appending to config.log. | 
| 9997 # Unfortunately, on DOS this fails, as config.log is still kept open | 9320 # Unfortunately, on DOS this fails, as config.log is still kept open | 
| 10008 exec 5>/dev/null | 9331 exec 5>/dev/null | 
| 10009 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 9332 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 
| 10010 exec 5>>config.log | 9333 exec 5>>config.log | 
| 10011 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 9334 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 
| 10012 # would make configure fail if this is the last instruction. | 9335 # would make configure fail if this is the last instruction. | 
| 10013 $ac_cs_success || as_fn_exit 1 | 9336 $ac_cs_success || as_fn_exit $? | 
| 10014 fi | 9337 fi | 
| 10015 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 9338 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 | 9339 { $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;} | 9340 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 
| 10018 fi | 9341 fi | 
| 10019 | 9342 | 
| 10020 | 9343 | 
| 10021 if ! $QMAKE -r; then | 9344 if ! $QMAKE -r; then | 
| 10022 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 9345 as_fn_error "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 
| 10023 fi | 9346 fi | 
| 10024 | 9347 | 
| 10025 { $as_echo "$as_me:${as_lineno-$LINENO}: | 9348 { $as_echo "$as_me:${as_lineno-$LINENO}: | 
| 10026 | 9349 | 
| 10027 Configuration complete. | 9350 Configuration complete. | 
