Mercurial > hg > svgui
comparison configure @ 565:0b0377d471ac
* Update build system
| author | Chris Cannam | 
|---|---|
| date | Wed, 22 Sep 2010 11:28:58 +0100 | 
| parents | 7fb9b939722f | 
| children | a8e145ea726b | 
   comparison
  equal
  deleted
  inserted
  replaced
| 564:7fb9b939722f | 565:0b0377d471ac | 
|---|---|
| 1 #! /bin/sh | 1 #! /bin/sh | 
| 2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. | 
| 3 # Generated by GNU Autoconf 2.65 for SVcore 1.8. | 3 # Generated by GNU Autoconf 2.67 for SVgui 1.8. | 
| 4 # | 4 # | 
| 5 # Report bugs to <cannam@all-day-breakfast.com>. | 5 # Report bugs to <cannam@all-day-breakfast.com>. | 
| 6 # | 6 # | 
| 7 # | 7 # | 
| 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 
| 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | 
| 10 # Inc. | 10 # Foundation, Inc. | 
| 11 # | 11 # | 
| 12 # | 12 # | 
| 13 # This configure script is free software; the Free Software Foundation | 13 # This configure script is free software; the Free Software Foundation | 
| 14 # gives unlimited permission to copy, distribute and modify it. | 14 # gives unlimited permission to copy, distribute and modify it. | 
| 15 ## -------------------- ## | 15 ## -------------------- ## | 
| 317 } | 317 } | 
| 318 s/.*/./; q'` | 318 s/.*/./; q'` | 
| 319 test -d "$as_dir" && break | 319 test -d "$as_dir" && break | 
| 320 done | 320 done | 
| 321 test -z "$as_dirs" || eval "mkdir $as_dirs" | 321 test -z "$as_dirs" || eval "mkdir $as_dirs" | 
| 322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 
| 323 | 323 | 
| 324 | 324 | 
| 325 } # as_fn_mkdir_p | 325 } # as_fn_mkdir_p | 
| 326 # as_fn_append VAR VALUE | 326 # as_fn_append VAR VALUE | 
| 327 # ---------------------- | 327 # ---------------------- | 
| 357 as_val=`expr "$@" || test $? -eq 1` | 357 as_val=`expr "$@" || test $? -eq 1` | 
| 358 } | 358 } | 
| 359 fi # as_fn_arith | 359 fi # as_fn_arith | 
| 360 | 360 | 
| 361 | 361 | 
| 362 # as_fn_error ERROR [LINENO LOG_FD] | 362 # as_fn_error STATUS ERROR [LINENO LOG_FD] | 
| 363 # --------------------------------- | 363 # ---------------------------------------- | 
| 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 
| 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 
| 366 # script with status $?, using 1 if that was 0. | 366 # script with STATUS, using 1 if that was 0. | 
| 367 as_fn_error () | 367 as_fn_error () | 
| 368 { | 368 { | 
| 369 as_status=$?; test $as_status -eq 0 && as_status=1 | 369 as_status=$1; test $as_status -eq 0 && as_status=1 | 
| 370 if test "$3"; then | 370 if test "$4"; then | 
| 371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 
| 373 fi | 373 fi | 
| 374 $as_echo "$as_me: error: $1" >&2 | 374 $as_echo "$as_me: error: $2" >&2 | 
| 375 as_fn_exit $as_status | 375 as_fn_exit $as_status | 
| 376 } # as_fn_error | 376 } # as_fn_error | 
| 377 | 377 | 
| 378 if expr a : '\(a\)' >/dev/null 2>&1 && | 378 if expr a : '\(a\)' >/dev/null 2>&1 && | 
| 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then | 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then | 
| 531 | 531 | 
| 532 test -n "$DJDIR" || exec 7<&0 </dev/null | 532 test -n "$DJDIR" || exec 7<&0 </dev/null | 
| 533 exec 6>&1 | 533 exec 6>&1 | 
| 534 | 534 | 
| 535 # Name of the host. | 535 # Name of the host. | 
| 536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 536 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, | 
| 537 # so uname gets run too. | 537 # so uname gets run too. | 
| 538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 
| 539 | 539 | 
| 540 # | 540 # | 
| 541 # Initializations. | 541 # Initializations. | 
| 548 subdirs= | 548 subdirs= | 
| 549 MFLAGS= | 549 MFLAGS= | 
| 550 MAKEFLAGS= | 550 MAKEFLAGS= | 
| 551 | 551 | 
| 552 # Identity of this package. | 552 # Identity of this package. | 
| 553 PACKAGE_NAME='SVcore' | 553 PACKAGE_NAME='SVgui' | 
| 554 PACKAGE_TARNAME='svcore' | 554 PACKAGE_TARNAME='svgui' | 
| 555 PACKAGE_VERSION='1.8' | 555 PACKAGE_VERSION='1.8' | 
| 556 PACKAGE_STRING='SVcore 1.8' | 556 PACKAGE_STRING='SVgui 1.8' | 
| 557 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' | 557 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' | 
| 558 PACKAGE_URL='' | 558 PACKAGE_URL='' | 
| 559 | 559 | 
| 560 ac_unique_file="base/base.pro" | 560 ac_unique_file="widgets/Fader.h" | 
| 561 # Factoring default headers for most tests. | 561 # Factoring default headers for most tests. | 
| 562 ac_includes_default="\ | 562 ac_includes_default="\ | 
| 563 #include <stdio.h> | 563 #include <stdio.h> | 
| 564 #ifdef HAVE_SYS_TYPES_H | 564 #ifdef HAVE_SYS_TYPES_H | 
| 565 # include <sys/types.h> | 565 # include <sys/types.h> | 
| 648 LUPDATE | 648 LUPDATE | 
| 649 RCC | 649 RCC | 
| 650 UIC | 650 UIC | 
| 651 MOC | 651 MOC | 
| 652 QMAKE | 652 QMAKE | 
| 653 PKG_CONFIG_LIBDIR | |
| 654 PKG_CONFIG_PATH | |
| 653 PKG_CONFIG | 655 PKG_CONFIG | 
| 654 EGREP | 656 EGREP | 
| 655 GREP | 657 GREP | 
| 656 CXXCPP | 658 CXXCPP | 
| 657 MKDIR_P | 659 MKDIR_P | 
| 724 CXX | 726 CXX | 
| 725 CXXFLAGS | 727 CXXFLAGS | 
| 726 CCC | 728 CCC | 
| 727 CXXCPP | 729 CXXCPP | 
| 728 PKG_CONFIG | 730 PKG_CONFIG | 
| 731 PKG_CONFIG_PATH | |
| 732 PKG_CONFIG_LIBDIR | |
| 729 bz2_CFLAGS | 733 bz2_CFLAGS | 
| 730 bz2_LIBS | 734 bz2_LIBS | 
| 731 fftw3_CFLAGS | 735 fftw3_CFLAGS | 
| 732 fftw3_LIBS | 736 fftw3_LIBS | 
| 733 fftw3f_CFLAGS | 737 fftw3f_CFLAGS | 
| 824 ac_prev= | 828 ac_prev= | 
| 825 continue | 829 continue | 
| 826 fi | 830 fi | 
| 827 | 831 | 
| 828 case $ac_option in | 832 case $ac_option in | 
| 829 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 833 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 
| 830 *) ac_optarg=yes ;; | 834 *=) ac_optarg= ;; | 
| 835 *) ac_optarg=yes ;; | |
| 831 esac | 836 esac | 
| 832 | 837 | 
| 833 # Accept the important Cygnus configure options, so we can diagnose typos. | 838 # Accept the important Cygnus configure options, so we can diagnose typos. | 
| 834 | 839 | 
| 835 case $ac_dashdash$ac_option in | 840 case $ac_dashdash$ac_option in | 
| 870 | 875 | 
| 871 -disable-* | --disable-*) | 876 -disable-* | --disable-*) | 
| 872 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 877 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 
| 873 # Reject names that are not valid shell variable names. | 878 # Reject names that are not valid shell variable names. | 
| 874 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 879 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 875 as_fn_error "invalid feature name: $ac_useropt" | 880 as_fn_error $? "invalid feature name: $ac_useropt" | 
| 876 ac_useropt_orig=$ac_useropt | 881 ac_useropt_orig=$ac_useropt | 
| 877 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 878 case $ac_user_opts in | 883 case $ac_user_opts in | 
| 879 *" | 884 *" | 
| 880 "enable_$ac_useropt" | 885 "enable_$ac_useropt" | 
| 896 | 901 | 
| 897 -enable-* | --enable-*) | 902 -enable-* | --enable-*) | 
| 898 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 903 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 
| 899 # Reject names that are not valid shell variable names. | 904 # Reject names that are not valid shell variable names. | 
| 900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 901 as_fn_error "invalid feature name: $ac_useropt" | 906 as_fn_error $? "invalid feature name: $ac_useropt" | 
| 902 ac_useropt_orig=$ac_useropt | 907 ac_useropt_orig=$ac_useropt | 
| 903 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 904 case $ac_user_opts in | 909 case $ac_user_opts in | 
| 905 *" | 910 *" | 
| 906 "enable_$ac_useropt" | 911 "enable_$ac_useropt" | 
| 1100 | 1105 | 
| 1101 -with-* | --with-*) | 1106 -with-* | --with-*) | 
| 1102 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1107 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 
| 1103 # Reject names that are not valid shell variable names. | 1108 # Reject names that are not valid shell variable names. | 
| 1104 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1109 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 1105 as_fn_error "invalid package name: $ac_useropt" | 1110 as_fn_error $? "invalid package name: $ac_useropt" | 
| 1106 ac_useropt_orig=$ac_useropt | 1111 ac_useropt_orig=$ac_useropt | 
| 1107 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1112 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 1108 case $ac_user_opts in | 1113 case $ac_user_opts in | 
| 1109 *" | 1114 *" | 
| 1110 "with_$ac_useropt" | 1115 "with_$ac_useropt" | 
| 1116 | 1121 | 
| 1117 -without-* | --without-*) | 1122 -without-* | --without-*) | 
| 1118 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1123 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 
| 1119 # Reject names that are not valid shell variable names. | 1124 # Reject names that are not valid shell variable names. | 
| 1120 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 
| 1121 as_fn_error "invalid package name: $ac_useropt" | 1126 as_fn_error $? "invalid package name: $ac_useropt" | 
| 1122 ac_useropt_orig=$ac_useropt | 1127 ac_useropt_orig=$ac_useropt | 
| 1123 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 
| 1124 case $ac_user_opts in | 1129 case $ac_user_opts in | 
| 1125 *" | 1130 *" | 
| 1126 "with_$ac_useropt" | 1131 "with_$ac_useropt" | 
| 1146 ac_prev=x_libraries ;; | 1151 ac_prev=x_libraries ;; | 
| 1147 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | 1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | 
| 1148 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 
| 1149 x_libraries=$ac_optarg ;; | 1154 x_libraries=$ac_optarg ;; | 
| 1150 | 1155 | 
| 1151 -*) as_fn_error "unrecognized option: \`$ac_option' | 1156 -*) as_fn_error $? "unrecognized option: \`$ac_option' | 
| 1152 Try \`$0 --help' for more information." | 1157 Try \`$0 --help' for more information" | 
| 1153 ;; | 1158 ;; | 
| 1154 | 1159 | 
| 1155 *=*) | 1160 *=*) | 
| 1156 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 1161 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 
| 1157 # Reject names that are not valid shell variable names. | 1162 # Reject names that are not valid shell variable names. | 
| 1158 case $ac_envvar in #( | 1163 case $ac_envvar in #( | 
| 1159 '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1164 '' | [0-9]* | *[!_$as_cr_alnum]* ) | 
| 1160 as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 1165 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 
| 1161 esac | 1166 esac | 
| 1162 eval $ac_envvar=\$ac_optarg | 1167 eval $ac_envvar=\$ac_optarg | 
| 1163 export $ac_envvar ;; | 1168 export $ac_envvar ;; | 
| 1164 | 1169 | 
| 1165 *) | 1170 *) | 
| 1173 esac | 1178 esac | 
| 1174 done | 1179 done | 
| 1175 | 1180 | 
| 1176 if test -n "$ac_prev"; then | 1181 if test -n "$ac_prev"; then | 
| 1177 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 
| 1178 as_fn_error "missing argument to $ac_option" | 1183 as_fn_error $? "missing argument to $ac_option" | 
| 1179 fi | 1184 fi | 
| 1180 | 1185 | 
| 1181 if test -n "$ac_unrecognized_opts"; then | 1186 if test -n "$ac_unrecognized_opts"; then | 
| 1182 case $enable_option_checking in | 1187 case $enable_option_checking in | 
| 1183 no) ;; | 1188 no) ;; | 
| 1184 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1189 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 
| 1185 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1190 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 
| 1186 esac | 1191 esac | 
| 1187 fi | 1192 fi | 
| 1188 | 1193 | 
| 1189 # Check all directory arguments for consistency. | 1194 # Check all directory arguments for consistency. | 
| 1202 # Be sure to have absolute directory names. | 1207 # Be sure to have absolute directory names. | 
| 1203 case $ac_val in | 1208 case $ac_val in | 
| 1204 [\\/$]* | ?:[\\/]* ) continue;; | 1209 [\\/$]* | ?:[\\/]* ) continue;; | 
| 1205 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1210 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 
| 1206 esac | 1211 esac | 
| 1207 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1212 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 
| 1208 done | 1213 done | 
| 1209 | 1214 | 
| 1210 # There might be people who depend on the old broken behavior: `$host' | 1215 # There might be people who depend on the old broken behavior: `$host' | 
| 1211 # used to hold the argument of --host etc. | 1216 # used to hold the argument of --host etc. | 
| 1212 # FIXME: To remove some day. | 1217 # FIXME: To remove some day. | 
| 1216 | 1221 | 
| 1217 # FIXME: To remove some day. | 1222 # FIXME: To remove some day. | 
| 1218 if test "x$host_alias" != x; then | 1223 if test "x$host_alias" != x; then | 
| 1219 if test "x$build_alias" = x; then | 1224 if test "x$build_alias" = x; then | 
| 1220 cross_compiling=maybe | 1225 cross_compiling=maybe | 
| 1221 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1226 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 
| 1222 If a cross compiler is detected then cross compile mode will be used." >&2 | 1227 If a cross compiler is detected then cross compile mode will be used" >&2 | 
| 1223 elif test "x$build_alias" != "x$host_alias"; then | 1228 elif test "x$build_alias" != "x$host_alias"; then | 
| 1224 cross_compiling=yes | 1229 cross_compiling=yes | 
| 1225 fi | 1230 fi | 
| 1226 fi | 1231 fi | 
| 1227 | 1232 | 
| 1232 | 1237 | 
| 1233 | 1238 | 
| 1234 ac_pwd=`pwd` && test -n "$ac_pwd" && | 1239 ac_pwd=`pwd` && test -n "$ac_pwd" && | 
| 1235 ac_ls_di=`ls -di .` && | 1240 ac_ls_di=`ls -di .` && | 
| 1236 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1241 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 
| 1237 as_fn_error "working directory cannot be determined" | 1242 as_fn_error $? "working directory cannot be determined" | 
| 1238 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1243 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 
| 1239 as_fn_error "pwd does not report name of working directory" | 1244 as_fn_error $? "pwd does not report name of working directory" | 
| 1240 | 1245 | 
| 1241 | 1246 | 
| 1242 # Find the source files, if location was not specified. | 1247 # Find the source files, if location was not specified. | 
| 1243 if test -z "$srcdir"; then | 1248 if test -z "$srcdir"; then | 
| 1244 ac_srcdir_defaulted=yes | 1249 ac_srcdir_defaulted=yes | 
| 1273 else | 1278 else | 
| 1274 ac_srcdir_defaulted=no | 1279 ac_srcdir_defaulted=no | 
| 1275 fi | 1280 fi | 
| 1276 if test ! -r "$srcdir/$ac_unique_file"; then | 1281 if test ! -r "$srcdir/$ac_unique_file"; then | 
| 1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1282 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 
| 1278 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1283 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 
| 1279 fi | 1284 fi | 
| 1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1285 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 
| 1281 ac_abs_confdir=`( | 1286 ac_abs_confdir=`( | 
| 1282 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1287 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 
| 1283 pwd)` | 1288 pwd)` | 
| 1284 # When building in place, set srcdir=. | 1289 # When building in place, set srcdir=. | 
| 1285 if test "$ac_abs_confdir" = "$ac_pwd"; then | 1290 if test "$ac_abs_confdir" = "$ac_pwd"; then | 
| 1286 srcdir=. | 1291 srcdir=. | 
| 1287 fi | 1292 fi | 
| 1303 # | 1308 # | 
| 1304 if test "$ac_init_help" = "long"; then | 1309 if test "$ac_init_help" = "long"; then | 
| 1305 # Omit some internal or obsolete options to make the list less imposing. | 1310 # Omit some internal or obsolete options to make the list less imposing. | 
| 1306 # This message is too long to be a string in the A/UX 3.1 sh. | 1311 # This message is too long to be a string in the A/UX 3.1 sh. | 
| 1307 cat <<_ACEOF | 1312 cat <<_ACEOF | 
| 1308 \`configure' configures SVcore 1.8 to adapt to many kinds of systems. | 1313 \`configure' configures SVgui 1.8 to adapt to many kinds of systems. | 
| 1309 | 1314 | 
| 1310 Usage: $0 [OPTION]... [VAR=VALUE]... | 1315 Usage: $0 [OPTION]... [VAR=VALUE]... | 
| 1311 | 1316 | 
| 1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as | 1317 To assign environment variables (e.g., CC, CFLAGS...), specify them as | 
| 1313 VAR=VALUE. See below for descriptions of some of the useful variables. | 1318 VAR=VALUE. See below for descriptions of some of the useful variables. | 
| 1317 Configuration: | 1322 Configuration: | 
| 1318 -h, --help display this help and exit | 1323 -h, --help display this help and exit | 
| 1319 --help=short display options specific to this package | 1324 --help=short display options specific to this package | 
| 1320 --help=recursive display the short help of all the included packages | 1325 --help=recursive display the short help of all the included packages | 
| 1321 -V, --version display version information and exit | 1326 -V, --version display version information and exit | 
| 1322 -q, --quiet, --silent do not print \`checking...' messages | 1327 -q, --quiet, --silent do not print \`checking ...' messages | 
| 1323 --cache-file=FILE cache test results in FILE [disabled] | 1328 --cache-file=FILE cache test results in FILE [disabled] | 
| 1324 -C, --config-cache alias for \`--cache-file=config.cache' | 1329 -C, --config-cache alias for \`--cache-file=config.cache' | 
| 1325 -n, --no-create do not create output files | 1330 -n, --no-create do not create output files | 
| 1326 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | 1331 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | 
| 1327 | 1332 | 
| 1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | 1356 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | 
| 1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | 1357 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | 
| 1353 --infodir=DIR info documentation [DATAROOTDIR/info] | 1358 --infodir=DIR info documentation [DATAROOTDIR/info] | 
| 1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | 1359 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | 
| 1355 --mandir=DIR man documentation [DATAROOTDIR/man] | 1360 --mandir=DIR man documentation [DATAROOTDIR/man] | 
| 1356 --docdir=DIR documentation root [DATAROOTDIR/doc/svcore] | 1361 --docdir=DIR documentation root [DATAROOTDIR/doc/svgui] | 
| 1357 --htmldir=DIR html documentation [DOCDIR] | 1362 --htmldir=DIR html documentation [DOCDIR] | 
| 1358 --dvidir=DIR dvi documentation [DOCDIR] | 1363 --dvidir=DIR dvi documentation [DOCDIR] | 
| 1359 --pdfdir=DIR pdf documentation [DOCDIR] | 1364 --pdfdir=DIR pdf documentation [DOCDIR] | 
| 1360 --psdir=DIR ps documentation [DOCDIR] | 1365 --psdir=DIR ps documentation [DOCDIR] | 
| 1361 _ACEOF | 1366 _ACEOF | 
| 1364 _ACEOF | 1369 _ACEOF | 
| 1365 fi | 1370 fi | 
| 1366 | 1371 | 
| 1367 if test -n "$ac_init_help"; then | 1372 if test -n "$ac_init_help"; then | 
| 1368 case $ac_init_help in | 1373 case $ac_init_help in | 
| 1369 short | recursive ) echo "Configuration of SVcore 1.8:";; | 1374 short | recursive ) echo "Configuration of SVgui 1.8:";; | 
| 1370 esac | 1375 esac | 
| 1371 cat <<\_ACEOF | 1376 cat <<\_ACEOF | 
| 1372 | 1377 | 
| 1373 Optional Features: | 1378 Optional Features: | 
| 1374 --disable-option-checking ignore unrecognized --enable/--with options | 1379 --disable-option-checking ignore unrecognized --enable/--with options | 
| 1392 you have headers in a nonstandard directory <include dir> | 1397 you have headers in a nonstandard directory <include dir> | 
| 1393 CXX C++ compiler command | 1398 CXX C++ compiler command | 
| 1394 CXXFLAGS C++ compiler flags | 1399 CXXFLAGS C++ compiler flags | 
| 1395 CXXCPP C++ preprocessor | 1400 CXXCPP C++ preprocessor | 
| 1396 PKG_CONFIG path to pkg-config utility | 1401 PKG_CONFIG path to pkg-config utility | 
| 1402 PKG_CONFIG_PATH | |
| 1403 directories to add to pkg-config's search path | |
| 1404 PKG_CONFIG_LIBDIR | |
| 1405 path overriding pkg-config's built-in search path | |
| 1397 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config | 1406 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config | 
| 1398 bz2_LIBS linker flags for bz2, overriding pkg-config | 1407 bz2_LIBS linker flags for bz2, overriding pkg-config | 
| 1399 fftw3_CFLAGS | 1408 fftw3_CFLAGS | 
| 1400 C compiler flags for fftw3, overriding pkg-config | 1409 C compiler flags for fftw3, overriding pkg-config | 
| 1401 fftw3_LIBS linker flags for fftw3, overriding pkg-config | 1410 fftw3_LIBS linker flags for fftw3, overriding pkg-config | 
| 1517 fi | 1526 fi | 
| 1518 | 1527 | 
| 1519 test -n "$ac_init_help" && exit $ac_status | 1528 test -n "$ac_init_help" && exit $ac_status | 
| 1520 if $ac_init_version; then | 1529 if $ac_init_version; then | 
| 1521 cat <<\_ACEOF | 1530 cat <<\_ACEOF | 
| 1522 SVcore configure 1.8 | 1531 SVgui configure 1.8 | 
| 1523 generated by GNU Autoconf 2.65 | 1532 generated by GNU Autoconf 2.67 | 
| 1524 | 1533 | 
| 1525 Copyright (C) 2009 Free Software Foundation, Inc. | 1534 Copyright (C) 2010 Free Software Foundation, Inc. | 
| 1526 This configure script is free software; the Free Software Foundation | 1535 This configure script is free software; the Free Software Foundation | 
| 1527 gives unlimited permission to copy, distribute and modify it. | 1536 gives unlimited permission to copy, distribute and modify it. | 
| 1528 _ACEOF | 1537 _ACEOF | 
| 1529 exit | 1538 exit | 
| 1530 fi | 1539 fi | 
| 1628 grep -v '^ *+' conftest.err >conftest.er1 | 1637 grep -v '^ *+' conftest.err >conftest.er1 | 
| 1629 cat conftest.er1 >&5 | 1638 cat conftest.er1 >&5 | 
| 1630 mv -f conftest.er1 conftest.err | 1639 mv -f conftest.er1 conftest.err | 
| 1631 fi | 1640 fi | 
| 1632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 1633 test $ac_status = 0; } >/dev/null && { | 1642 test $ac_status = 0; } > conftest.i && { | 
| 1634 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 1643 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 
| 1635 test ! -s conftest.err | 1644 test ! -s conftest.err | 
| 1636 }; then : | 1645 }; then : | 
| 1637 ac_retval=0 | 1646 ac_retval=0 | 
| 1638 else | 1647 else | 
| 1694 # the include files in INCLUDES and setting the cache variable VAR | 1703 # the include files in INCLUDES and setting the cache variable VAR | 
| 1695 # accordingly. | 1704 # accordingly. | 
| 1696 ac_fn_cxx_check_header_mongrel () | 1705 ac_fn_cxx_check_header_mongrel () | 
| 1697 { | 1706 { | 
| 1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 1699 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1708 if eval "test \"\${$3+set}\"" = set; then : | 
| 1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 
| 1701 $as_echo_n "checking for $2... " >&6; } | 1710 $as_echo_n "checking for $2... " >&6; } | 
| 1702 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1711 if eval "test \"\${$3+set}\"" = set; then : | 
| 1703 $as_echo_n "(cached) " >&6 | 1712 $as_echo_n "(cached) " >&6 | 
| 1704 fi | 1713 fi | 
| 1705 eval ac_res=\$$3 | 1714 eval ac_res=\$$3 | 
| 1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 1707 $as_echo "$ac_res" >&6; } | 1716 $as_echo "$ac_res" >&6; } | 
| 1733 if ac_fn_cxx_try_cpp "$LINENO"; then : | 1742 if ac_fn_cxx_try_cpp "$LINENO"; then : | 
| 1734 ac_header_preproc=yes | 1743 ac_header_preproc=yes | 
| 1735 else | 1744 else | 
| 1736 ac_header_preproc=no | 1745 ac_header_preproc=no | 
| 1737 fi | 1746 fi | 
| 1738 rm -f conftest.err conftest.$ac_ext | 1747 rm -f conftest.err conftest.i conftest.$ac_ext | 
| 1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 
| 1740 $as_echo "$ac_header_preproc" >&6; } | 1749 $as_echo "$ac_header_preproc" >&6; } | 
| 1741 | 1750 | 
| 1742 # So? What about this header? | 1751 # So? What about this header? | 
| 1743 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( | 1752 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( | 
| 1756 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | 1765 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | 
| 1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | 1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | 
| 1758 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 1767 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 
| 1759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 
| 1760 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 
| 1761 ( cat <<\_ASBOX | 1770 ( $as_echo "## ------------------------------------------- ## | 
| 1762 ## ------------------------------------------- ## | |
| 1763 ## Report this to cannam@all-day-breakfast.com ## | 1771 ## Report this to cannam@all-day-breakfast.com ## | 
| 1764 ## ------------------------------------------- ## | 1772 ## ------------------------------------------- ##" | 
| 1765 _ASBOX | |
| 1766 ) | sed "s/^/$as_me: WARNING: /" >&2 | 1773 ) | sed "s/^/$as_me: WARNING: /" >&2 | 
| 1767 ;; | 1774 ;; | 
| 1768 esac | 1775 esac | 
| 1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 
| 1770 $as_echo_n "checking for $2... " >&6; } | 1777 $as_echo_n "checking for $2... " >&6; } | 
| 1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1778 if eval "test \"\${$3+set}\"" = set; then : | 
| 1772 $as_echo_n "(cached) " >&6 | 1779 $as_echo_n "(cached) " >&6 | 
| 1773 else | 1780 else | 
| 1774 eval "$3=\$ac_header_compiler" | 1781 eval "$3=\$ac_header_compiler" | 
| 1775 fi | 1782 fi | 
| 1776 eval ac_res=\$$3 | 1783 eval ac_res=\$$3 | 
| 1788 ac_fn_cxx_check_header_compile () | 1795 ac_fn_cxx_check_header_compile () | 
| 1789 { | 1796 { | 
| 1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1797 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 
| 1792 $as_echo_n "checking for $2... " >&6; } | 1799 $as_echo_n "checking for $2... " >&6; } | 
| 1793 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1800 if eval "test \"\${$3+set}\"" = set; then : | 
| 1794 $as_echo_n "(cached) " >&6 | 1801 $as_echo_n "(cached) " >&6 | 
| 1795 else | 1802 else | 
| 1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 1797 /* end confdefs.h. */ | 1804 /* end confdefs.h. */ | 
| 1798 $4 | 1805 $4 | 
| 1859 } # ac_fn_cxx_try_link | 1866 } # ac_fn_cxx_try_link | 
| 1860 cat >config.log <<_ACEOF | 1867 cat >config.log <<_ACEOF | 
| 1861 This file contains any messages produced by compilers while | 1868 This file contains any messages produced by compilers while | 
| 1862 running configure, to aid debugging if configure makes a mistake. | 1869 running configure, to aid debugging if configure makes a mistake. | 
| 1863 | 1870 | 
| 1864 It was created by SVcore $as_me 1.8, which was | 1871 It was created by SVgui $as_me 1.8, which was | 
| 1865 generated by GNU Autoconf 2.65. Invocation command line was | 1872 generated by GNU Autoconf 2.67. Invocation command line was | 
| 1866 | 1873 | 
| 1867 $ $0 $@ | 1874 $ $0 $@ | 
| 1868 | 1875 | 
| 1869 _ACEOF | 1876 _ACEOF | 
| 1870 exec 5>>config.log | 1877 exec 5>>config.log | 
| 1970 trap 'exit_status=$? | 1977 trap 'exit_status=$? | 
| 1971 # Save into config.log some information that might help in debugging. | 1978 # Save into config.log some information that might help in debugging. | 
| 1972 { | 1979 { | 
| 1973 echo | 1980 echo | 
| 1974 | 1981 | 
| 1975 cat <<\_ASBOX | 1982 $as_echo "## ---------------- ## | 
| 1976 ## ---------------- ## | |
| 1977 ## Cache variables. ## | 1983 ## Cache variables. ## | 
| 1978 ## ---------------- ## | 1984 ## ---------------- ##" | 
| 1979 _ASBOX | |
| 1980 echo | 1985 echo | 
| 1981 # The following way of writing the cache mishandles newlines in values, | 1986 # The following way of writing the cache mishandles newlines in values, | 
| 1982 ( | 1987 ( | 
| 1983 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | 1988 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | 
| 1984 eval ac_val=\$$ac_var | 1989 eval ac_val=\$$ac_var | 
| 2008 esac | | 2013 esac | | 
| 2009 sort | 2014 sort | 
| 2010 ) | 2015 ) | 
| 2011 echo | 2016 echo | 
| 2012 | 2017 | 
| 2013 cat <<\_ASBOX | 2018 $as_echo "## ----------------- ## | 
| 2014 ## ----------------- ## | |
| 2015 ## Output variables. ## | 2019 ## Output variables. ## | 
| 2016 ## ----------------- ## | 2020 ## ----------------- ##" | 
| 2017 _ASBOX | |
| 2018 echo | 2021 echo | 
| 2019 for ac_var in $ac_subst_vars | 2022 for ac_var in $ac_subst_vars | 
| 2020 do | 2023 do | 
| 2021 eval ac_val=\$$ac_var | 2024 eval ac_val=\$$ac_var | 
| 2022 case $ac_val in | 2025 case $ac_val in | 
| 2025 $as_echo "$ac_var='\''$ac_val'\''" | 2028 $as_echo "$ac_var='\''$ac_val'\''" | 
| 2026 done | sort | 2029 done | sort | 
| 2027 echo | 2030 echo | 
| 2028 | 2031 | 
| 2029 if test -n "$ac_subst_files"; then | 2032 if test -n "$ac_subst_files"; then | 
| 2030 cat <<\_ASBOX | 2033 $as_echo "## ------------------- ## | 
| 2031 ## ------------------- ## | |
| 2032 ## File substitutions. ## | 2034 ## File substitutions. ## | 
| 2033 ## ------------------- ## | 2035 ## ------------------- ##" | 
| 2034 _ASBOX | |
| 2035 echo | 2036 echo | 
| 2036 for ac_var in $ac_subst_files | 2037 for ac_var in $ac_subst_files | 
| 2037 do | 2038 do | 
| 2038 eval ac_val=\$$ac_var | 2039 eval ac_val=\$$ac_var | 
| 2039 case $ac_val in | 2040 case $ac_val in | 
| 2043 done | sort | 2044 done | sort | 
| 2044 echo | 2045 echo | 
| 2045 fi | 2046 fi | 
| 2046 | 2047 | 
| 2047 if test -s confdefs.h; then | 2048 if test -s confdefs.h; then | 
| 2048 cat <<\_ASBOX | 2049 $as_echo "## ----------- ## | 
| 2049 ## ----------- ## | |
| 2050 ## confdefs.h. ## | 2050 ## confdefs.h. ## | 
| 2051 ## ----------- ## | 2051 ## ----------- ##" | 
| 2052 _ASBOX | |
| 2053 echo | 2052 echo | 
| 2054 cat confdefs.h | 2053 cat confdefs.h | 
| 2055 echo | 2054 echo | 
| 2056 fi | 2055 fi | 
| 2057 test "$ac_signal" != 0 && | 2056 test "$ac_signal" != 0 && | 
| 2102 # Let the site file select an alternate cache file if it wants to. | 2101 # Let the site file select an alternate cache file if it wants to. | 
| 2103 # Prefer an explicitly selected file to automatically selected ones. | 2102 # Prefer an explicitly selected file to automatically selected ones. | 
| 2104 ac_site_file1=NONE | 2103 ac_site_file1=NONE | 
| 2105 ac_site_file2=NONE | 2104 ac_site_file2=NONE | 
| 2106 if test -n "$CONFIG_SITE"; then | 2105 if test -n "$CONFIG_SITE"; then | 
| 2107 ac_site_file1=$CONFIG_SITE | 2106 # We do not want a PATH search for config.site. | 
| 2107 case $CONFIG_SITE in #(( | |
| 2108 -*) ac_site_file1=./$CONFIG_SITE;; | |
| 2109 */*) ac_site_file1=$CONFIG_SITE;; | |
| 2110 *) ac_site_file1=./$CONFIG_SITE;; | |
| 2111 esac | |
| 2108 elif test "x$prefix" != xNONE; then | 2112 elif test "x$prefix" != xNONE; then | 
| 2109 ac_site_file1=$prefix/share/config.site | 2113 ac_site_file1=$prefix/share/config.site | 
| 2110 ac_site_file2=$prefix/etc/config.site | 2114 ac_site_file2=$prefix/etc/config.site | 
| 2111 else | 2115 else | 
| 2112 ac_site_file1=$ac_default_prefix/share/config.site | 2116 ac_site_file1=$ac_default_prefix/share/config.site | 
| 2117 test "x$ac_site_file" = xNONE && continue | 2121 test "x$ac_site_file" = xNONE && continue | 
| 2118 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 2122 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 
| 2119 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2123 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 
| 2120 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2124 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 
| 2121 sed 's/^/| /' "$ac_site_file" >&5 | 2125 sed 's/^/| /' "$ac_site_file" >&5 | 
| 2122 . "$ac_site_file" | 2126 . "$ac_site_file" \ | 
| 2127 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
| 2128 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
| 2129 as_fn_error $? "failed to load site script $ac_site_file | |
| 2130 See \`config.log' for more details" "$LINENO" 5; } | |
| 2123 fi | 2131 fi | 
| 2124 done | 2132 done | 
| 2125 | 2133 | 
| 2126 if test -r "$cache_file"; then | 2134 if test -r "$cache_file"; then | 
| 2127 # Some versions of bash will fail to source /dev/null (special files | 2135 # Some versions of bash will fail to source /dev/null (special files | 
| 2193 if $ac_cache_corrupted; then | 2201 if $ac_cache_corrupted; then | 
| 2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2203 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 
| 2197 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2205 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 
| 2198 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2206 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 
| 2199 fi | 2207 fi | 
| 2200 ## -------------------- ## | 2208 ## -------------------- ## | 
| 2201 ## Main body of script. ## | 2209 ## Main body of script. ## | 
| 2202 ## -------------------- ## | 2210 ## -------------------- ## | 
| 2203 | 2211 | 
| 2524 fi | 2532 fi | 
| 2525 | 2533 | 
| 2526 | 2534 | 
| 2527 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2535 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2536 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2529 as_fn_error "no acceptable C compiler found in \$PATH | 2537 as_fn_error $? "no acceptable C compiler found in \$PATH | 
| 2530 See \`config.log' for more details." "$LINENO" 5; } | 2538 See \`config.log' for more details" "$LINENO" 5; } | 
| 2531 | 2539 | 
| 2532 # Provide some information about the compiler. | 2540 # Provide some information about the compiler. | 
| 2533 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2541 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 
| 2534 set X $ac_compile | 2542 set X $ac_compile | 
| 2535 ac_compiler=$2 | 2543 ac_compiler=$2 | 
| 2639 $as_echo "$as_me: failed program was:" >&5 | 2647 $as_echo "$as_me: failed program was:" >&5 | 
| 2640 sed 's/^/| /' conftest.$ac_ext >&5 | 2648 sed 's/^/| /' conftest.$ac_ext >&5 | 
| 2641 | 2649 | 
| 2642 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2650 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2643 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2651 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2644 { as_fn_set_status 77 | 2652 as_fn_error 77 "C compiler cannot create executables | 
| 2645 as_fn_error "C compiler cannot create executables | 2653 See \`config.log' for more details" "$LINENO" 5; } | 
| 2646 See \`config.log' for more details." "$LINENO" 5; }; } | |
| 2647 else | 2654 else | 
| 2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 
| 2649 $as_echo "yes" >&6; } | 2656 $as_echo "yes" >&6; } | 
| 2650 fi | 2657 fi | 
| 2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 2658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 
| 2683 esac | 2690 esac | 
| 2684 done | 2691 done | 
| 2685 else | 2692 else | 
| 2686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2688 as_fn_error "cannot compute suffix of executables: cannot compile and link | 2695 as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 
| 2689 See \`config.log' for more details." "$LINENO" 5; } | 2696 See \`config.log' for more details" "$LINENO" 5; } | 
| 2690 fi | 2697 fi | 
| 2691 rm -f conftest conftest$ac_cv_exeext | 2698 rm -f conftest conftest$ac_cv_exeext | 
| 2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 
| 2693 $as_echo "$ac_cv_exeext" >&6; } | 2700 $as_echo "$ac_cv_exeext" >&6; } | 
| 2694 | 2701 | 
| 2741 if test "$cross_compiling" = maybe; then | 2748 if test "$cross_compiling" = maybe; then | 
| 2742 cross_compiling=yes | 2749 cross_compiling=yes | 
| 2743 else | 2750 else | 
| 2744 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2751 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2745 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2752 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2746 as_fn_error "cannot run C compiled programs. | 2753 as_fn_error $? "cannot run C compiled programs. | 
| 2747 If you meant to cross compile, use \`--host'. | 2754 If you meant to cross compile, use \`--host'. | 
| 2748 See \`config.log' for more details." "$LINENO" 5; } | 2755 See \`config.log' for more details" "$LINENO" 5; } | 
| 2749 fi | 2756 fi | 
| 2750 fi | 2757 fi | 
| 2751 fi | 2758 fi | 
| 2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 
| 2753 $as_echo "$cross_compiling" >&6; } | 2760 $as_echo "$cross_compiling" >&6; } | 
| 2794 $as_echo "$as_me: failed program was:" >&5 | 2801 $as_echo "$as_me: failed program was:" >&5 | 
| 2795 sed 's/^/| /' conftest.$ac_ext >&5 | 2802 sed 's/^/| /' conftest.$ac_ext >&5 | 
| 2796 | 2803 | 
| 2797 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2804 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 2798 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2805 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 2799 as_fn_error "cannot compute suffix of object files: cannot compile | 2806 as_fn_error $? "cannot compute suffix of object files: cannot compile | 
| 2800 See \`config.log' for more details." "$LINENO" 5; } | 2807 See \`config.log' for more details" "$LINENO" 5; } | 
| 2801 fi | 2808 fi | 
| 2802 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2809 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 
| 2803 fi | 2810 fi | 
| 2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 
| 2805 $as_echo "$ac_cv_objext" >&6; } | 2812 $as_echo "$ac_cv_objext" >&6; } | 
| 3274 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3281 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 
| 3275 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3282 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 
| 3276 | 3283 | 
| 3277 ac_aux_dir= | 3284 ac_aux_dir= | 
| 3278 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3285 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 
| 3279 for ac_t in install-sh install.sh shtool; do | 3286 if test -f "$ac_dir/install-sh"; then | 
| 3280 if test -f "$ac_dir/$ac_t"; then | 3287 ac_aux_dir=$ac_dir | 
| 3281 ac_aux_dir=$ac_dir | 3288 ac_install_sh="$ac_aux_dir/install-sh -c" | 
| 3282 ac_install_sh="$ac_aux_dir/$ac_t -c" | 3289 break | 
| 3283 break 2 | 3290 elif test -f "$ac_dir/install.sh"; then | 
| 3284 fi | 3291 ac_aux_dir=$ac_dir | 
| 3285 done | 3292 ac_install_sh="$ac_aux_dir/install.sh -c" | 
| 3293 break | |
| 3294 elif test -f "$ac_dir/shtool"; then | |
| 3295 ac_aux_dir=$ac_dir | |
| 3296 ac_install_sh="$ac_aux_dir/shtool install -c" | |
| 3297 break | |
| 3298 fi | |
| 3286 done | 3299 done | 
| 3287 if test -z "$ac_aux_dir"; then | 3300 if test -z "$ac_aux_dir"; then | 
| 3288 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3301 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 
| 3289 fi | 3302 fi | 
| 3290 | 3303 | 
| 3291 # These three variables are undocumented and unsupported, | 3304 # These three variables are undocumented and unsupported, | 
| 3292 # and are intended to be withdrawn in a future Autoconf release. | 3305 # and are intended to be withdrawn in a future Autoconf release. | 
| 3293 # They can cause serious problems if a builder's source tree is in a directory | 3306 # They can cause serious problems if a builder's source tree is in a directory | 
| 3470 | 3483 | 
| 3471 else | 3484 else | 
| 3472 # Broken: fails on valid input. | 3485 # Broken: fails on valid input. | 
| 3473 continue | 3486 continue | 
| 3474 fi | 3487 fi | 
| 3475 rm -f conftest.err conftest.$ac_ext | 3488 rm -f conftest.err conftest.i conftest.$ac_ext | 
| 3476 | 3489 | 
| 3477 # OK, works on sane cases. Now check whether nonexistent headers | 3490 # OK, works on sane cases. Now check whether nonexistent headers | 
| 3478 # can be detected and how. | 3491 # can be detected and how. | 
| 3479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 3480 /* end confdefs.h. */ | 3493 /* end confdefs.h. */ | 
| 3486 else | 3499 else | 
| 3487 # Passes both tests. | 3500 # Passes both tests. | 
| 3488 ac_preproc_ok=: | 3501 ac_preproc_ok=: | 
| 3489 break | 3502 break | 
| 3490 fi | 3503 fi | 
| 3491 rm -f conftest.err conftest.$ac_ext | 3504 rm -f conftest.err conftest.i conftest.$ac_ext | 
| 3492 | 3505 | 
| 3493 done | 3506 done | 
| 3494 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3507 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 
| 3495 rm -f conftest.err conftest.$ac_ext | 3508 rm -f conftest.i conftest.err conftest.$ac_ext | 
| 3496 if $ac_preproc_ok; then : | 3509 if $ac_preproc_ok; then : | 
| 3497 break | 3510 break | 
| 3498 fi | 3511 fi | 
| 3499 | 3512 | 
| 3500 done | 3513 done | 
| 3529 | 3542 | 
| 3530 else | 3543 else | 
| 3531 # Broken: fails on valid input. | 3544 # Broken: fails on valid input. | 
| 3532 continue | 3545 continue | 
| 3533 fi | 3546 fi | 
| 3534 rm -f conftest.err conftest.$ac_ext | 3547 rm -f conftest.err conftest.i conftest.$ac_ext | 
| 3535 | 3548 | 
| 3536 # OK, works on sane cases. Now check whether nonexistent headers | 3549 # OK, works on sane cases. Now check whether nonexistent headers | 
| 3537 # can be detected and how. | 3550 # can be detected and how. | 
| 3538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 3539 /* end confdefs.h. */ | 3552 /* end confdefs.h. */ | 
| 3545 else | 3558 else | 
| 3546 # Passes both tests. | 3559 # Passes both tests. | 
| 3547 ac_preproc_ok=: | 3560 ac_preproc_ok=: | 
| 3548 break | 3561 break | 
| 3549 fi | 3562 fi | 
| 3550 rm -f conftest.err conftest.$ac_ext | 3563 rm -f conftest.err conftest.i conftest.$ac_ext | 
| 3551 | 3564 | 
| 3552 done | 3565 done | 
| 3553 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3566 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 
| 3554 rm -f conftest.err conftest.$ac_ext | 3567 rm -f conftest.i conftest.err conftest.$ac_ext | 
| 3555 if $ac_preproc_ok; then : | 3568 if $ac_preproc_ok; then : | 
| 3556 | 3569 | 
| 3557 else | 3570 else | 
| 3558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3571 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 
| 3559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3572 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 
| 3560 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check | 3573 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check | 
| 3561 See \`config.log' for more details." "$LINENO" 5; } | 3574 See \`config.log' for more details" "$LINENO" 5; } | 
| 3562 fi | 3575 fi | 
| 3563 | 3576 | 
| 3564 ac_ext=cpp | 3577 ac_ext=cpp | 
| 3565 ac_cpp='$CXXCPP $CPPFLAGS' | 3578 ac_cpp='$CXXCPP $CPPFLAGS' | 
| 3566 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3579 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 
| 3617 done | 3630 done | 
| 3618 done | 3631 done | 
| 3619 done | 3632 done | 
| 3620 IFS=$as_save_IFS | 3633 IFS=$as_save_IFS | 
| 3621 if test -z "$ac_cv_path_GREP"; then | 3634 if test -z "$ac_cv_path_GREP"; then | 
| 3622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3635 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 
| 3623 fi | 3636 fi | 
| 3624 else | 3637 else | 
| 3625 ac_cv_path_GREP=$GREP | 3638 ac_cv_path_GREP=$GREP | 
| 3626 fi | 3639 fi | 
| 3627 | 3640 | 
| 3683 done | 3696 done | 
| 3684 done | 3697 done | 
| 3685 done | 3698 done | 
| 3686 IFS=$as_save_IFS | 3699 IFS=$as_save_IFS | 
| 3687 if test -z "$ac_cv_path_EGREP"; then | 3700 if test -z "$ac_cv_path_EGREP"; then | 
| 3688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3701 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 
| 3689 fi | 3702 fi | 
| 3690 else | 3703 else | 
| 3691 ac_cv_path_EGREP=$EGREP | 3704 ac_cv_path_EGREP=$EGREP | 
| 3692 fi | 3705 fi | 
| 3693 | 3706 | 
| 3813 | 3826 | 
| 3814 # These are the flags Autoconf guesses for us; we use them later if | 3827 # These are the flags Autoconf guesses for us; we use them later if | 
| 3815 # the user has set none and we are not using GCC (so lack our own | 3828 # the user has set none and we are not using GCC (so lack our own | 
| 3816 # preferred flags) | 3829 # preferred flags) | 
| 3817 AUTOCONF_CXXFLAGS="$CXXFLAGS" | 3830 AUTOCONF_CXXFLAGS="$CXXFLAGS" | 
| 3831 | |
| 3832 | |
| 3833 | |
| 3834 | |
| 3818 | 3835 | 
| 3819 | 3836 | 
| 3820 | 3837 | 
| 3821 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 3838 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 
| 3822 if test -n "$ac_tool_prefix"; then | 3839 if test -n "$ac_tool_prefix"; then | 
| 3928 else | 3945 else | 
| 3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 
| 3930 $as_echo "no" >&6; } | 3947 $as_echo "no" >&6; } | 
| 3931 PKG_CONFIG="" | 3948 PKG_CONFIG="" | 
| 3932 fi | 3949 fi | 
| 3933 | |
| 3934 fi | 3950 fi | 
| 3935 | 3951 | 
| 3936 | 3952 | 
| 3937 | 3953 | 
| 3938 | 3954 | 
| 3975 QT_INCLUDES=$i/$j | 3991 QT_INCLUDES=$i/$j | 
| 3976 fi | 3992 fi | 
| 3977 done | 3993 done | 
| 3978 done | 3994 done | 
| 3979 if test x"$QTDIR" = x ; then | 3995 if test x"$QTDIR" = x ; then | 
| 3980 as_fn_error "*** Failed to find Qt4 installation. QTDIR must be defined, or --with-qtdir option given" "$LINENO" 5 | 3996 as_fn_error $? "*** Failed to find Qt4 installation. QTDIR must be defined, or --with-qtdir option given" "$LINENO" 5 | 
| 3981 fi | 3997 fi | 
| 3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTDIR" >&5 | 3998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTDIR" >&5 | 
| 3983 $as_echo "$QTDIR" >&6; } | 3999 $as_echo "$QTDIR" >&6; } | 
| 3984 | 4000 | 
| 3985 # Change backslashes in QTDIR to forward slashes to prevent escaping | 4001 # Change backslashes in QTDIR to forward slashes to prevent escaping | 
| 3989 | 4005 | 
| 3990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt includes" >&5 | 4006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt includes" >&5 | 
| 3991 $as_echo_n "checking Qt includes... " >&6; } | 4007 $as_echo_n "checking Qt includes... " >&6; } | 
| 3992 # Check where includes are located | 4008 # Check where includes are located | 
| 3993 if test x"$QT_INCLUDES" = x ; then | 4009 if test x"$QT_INCLUDES" = x ; then | 
| 3994 as_fn_error " | 4010 as_fn_error $? " | 
| 3995 Failed to find required Qt4 headers. | 4011 Failed to find required Qt4 headers. | 
| 3996 Please ensure you have the Qt4 development files installed, | 4012 Please ensure you have the Qt4 development files installed, | 
| 3997 and if necessary set QTDIR to the location of your Qt4 installation. | 4013 and if necessary set QTDIR to the location of your Qt4 installation. | 
| 3998 " "$LINENO" 5 | 4014 " "$LINENO" 5 | 
| 3999 fi | 4015 fi | 
| 4113 $as_echo "no" >&6; } | 4129 $as_echo "no" >&6; } | 
| 4114 fi | 4130 fi | 
| 4115 | 4131 | 
| 4116 | 4132 | 
| 4117 if test x$QMAKE = x ; then | 4133 if test x$QMAKE = x ; then | 
| 4118 as_fn_error " | 4134 as_fn_error $? " | 
| 4119 Failed to find the required qmake-qt4 or qmake program. Please | 4135 Failed to find the required qmake-qt4 or qmake program. Please | 
| 4120 ensure you have the necessary Qt4 development files installed. | 4136 ensure you have the necessary Qt4 development files installed. | 
| 4121 " "$LINENO" 5 | 4137 " "$LINENO" 5 | 
| 4122 fi | 4138 fi | 
| 4123 fi | 4139 fi | 
| 4259 $as_echo "no" >&6; } | 4275 $as_echo "no" >&6; } | 
| 4260 fi | 4276 fi | 
| 4261 | 4277 | 
| 4262 | 4278 | 
| 4263 if test x$MOC = x ; then | 4279 if test x$MOC = x ; then | 
| 4264 as_fn_error " | 4280 as_fn_error $? " | 
| 4265 Failed to find required moc-qt4 or moc program. | 4281 Failed to find required moc-qt4 or moc program. | 
| 4266 Please ensure you have the Qt4 development files installed, | 4282 Please ensure you have the Qt4 development files installed, | 
| 4267 and if necessary set QTDIR to the location of your Qt4 installation. | 4283 and if necessary set QTDIR to the location of your Qt4 installation. | 
| 4268 " "$LINENO" 5 | 4284 " "$LINENO" 5 | 
| 4269 fi | 4285 fi | 
| 4383 $as_echo "no" >&6; } | 4399 $as_echo "no" >&6; } | 
| 4384 fi | 4400 fi | 
| 4385 | 4401 | 
| 4386 | 4402 | 
| 4387 if test x$UIC = x ; then | 4403 if test x$UIC = x ; then | 
| 4388 as_fn_error " | 4404 as_fn_error $? " | 
| 4389 Failed to find required uic-qt4 or uic program. | 4405 Failed to find required uic-qt4 or uic program. | 
| 4390 Please ensure you have the Qt4 development files installed, | 4406 Please ensure you have the Qt4 development files installed, | 
| 4391 and if necessary set QTDIR to the location of your Qt4 installation. | 4407 and if necessary set QTDIR to the location of your Qt4 installation. | 
| 4392 " "$LINENO" 5 | 4408 " "$LINENO" 5 | 
| 4393 fi | 4409 fi | 
| 4507 $as_echo "no" >&6; } | 4523 $as_echo "no" >&6; } | 
| 4508 fi | 4524 fi | 
| 4509 | 4525 | 
| 4510 | 4526 | 
| 4511 if test x$RCC = x ; then | 4527 if test x$RCC = x ; then | 
| 4512 as_fn_error " | 4528 as_fn_error $? " | 
| 4513 Failed to find required rcc-qt4 or rcc program. | 4529 Failed to find required rcc-qt4 or rcc program. | 
| 4514 Please ensure you have the Qt4 development files installed, | 4530 Please ensure you have the Qt4 development files installed, | 
| 4515 and if necessary set QTDIR to the location of your Qt4 installation. | 4531 and if necessary set QTDIR to the location of your Qt4 installation. | 
| 4516 " "$LINENO" 5 | 4532 " "$LINENO" 5 | 
| 4517 fi | 4533 fi | 
| 4827 fi | 4843 fi | 
| 4828 fi | 4844 fi | 
| 4829 done | 4845 done | 
| 4830 done | 4846 done | 
| 4831 if test x"$QTLIBDIR" = x ; then | 4847 if test x"$QTLIBDIR" = x ; then | 
| 4832 as_fn_error " | 4848 as_fn_error $? " | 
| 4833 Failed to find required Qt4 GUI link entry point (libQtGui.so or equivalent). | 4849 Failed to find required Qt4 GUI link entry point (libQtGui.so or equivalent). | 
| 4834 Define QTLIBDIR or use --with-qtlibdir to specify the library location. | 4850 Define QTLIBDIR or use --with-qtlibdir to specify the library location. | 
| 4835 " "$LINENO" 5 | 4851 " "$LINENO" 5 | 
| 4836 fi | 4852 fi | 
| 4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTLIBDIR" >&5 | 4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QTLIBDIR" >&5 | 
| 4904 inttypes.h stdint.h unistd.h | 4920 inttypes.h stdint.h unistd.h | 
| 4905 do : | 4921 do : | 
| 4906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4922 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 
| 4907 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 4923 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 
| 4908 " | 4924 " | 
| 4909 eval as_val=\$$as_ac_Header | 4925 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 4910 if test "x$as_val" = x""yes; then : | |
| 4911 cat >>confdefs.h <<_ACEOF | 4926 cat >>confdefs.h <<_ACEOF | 
| 4912 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 4927 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 
| 4913 _ACEOF | 4928 _ACEOF | 
| 4914 | 4929 | 
| 4915 fi | 4930 fi | 
| 4932 | 4947 | 
| 4933 pkg_failed=no | 4948 pkg_failed=no | 
| 4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 | 4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 | 
| 4935 $as_echo_n "checking for bz2... " >&6; } | 4950 $as_echo_n "checking for bz2... " >&6; } | 
| 4936 | 4951 | 
| 4937 if test -n "$PKG_CONFIG"; then | 4952 if test -n "$bz2_CFLAGS"; then | 
| 4938 if test -n "$bz2_CFLAGS"; then | 4953 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" | 
| 4939 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" | 4954 elif test -n "$PKG_CONFIG"; then | 
| 4940 else | 4955 if test -n "$PKG_CONFIG" && \ | 
| 4941 if test -n "$PKG_CONFIG" && \ | |
| 4942 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4956 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 4943 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4957 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 4944 ac_status=$? | 4958 ac_status=$? | 
| 4945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 4946 test $ac_status = 0; }; then | 4960 test $ac_status = 0; }; then | 
| 4947 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4961 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 4948 else | 4962 else | 
| 4949 pkg_failed=yes | 4963 pkg_failed=yes | 
| 4950 fi | 4964 fi | 
| 4951 fi | 4965 else | 
| 4952 else | 4966 pkg_failed=untried | 
| 4953 pkg_failed=untried | 4967 fi | 
| 4954 fi | 4968 if test -n "$bz2_LIBS"; then | 
| 4955 if test -n "$PKG_CONFIG"; then | 4969 pkg_cv_bz2_LIBS="$bz2_LIBS" | 
| 4956 if test -n "$bz2_LIBS"; then | 4970 elif test -n "$PKG_CONFIG"; then | 
| 4957 pkg_cv_bz2_LIBS="$bz2_LIBS" | 4971 if test -n "$PKG_CONFIG" && \ | 
| 4958 else | |
| 4959 if test -n "$PKG_CONFIG" && \ | |
| 4960 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 4972 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 4961 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4973 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 4962 ac_status=$? | 4974 ac_status=$? | 
| 4963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4975 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 4964 test $ac_status = 0; }; then | 4976 test $ac_status = 0; }; then | 
| 4965 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4977 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 4966 else | 4978 else | 
| 4967 pkg_failed=yes | 4979 pkg_failed=yes | 
| 4968 fi | 4980 fi | 
| 4969 fi | 4981 else | 
| 4970 else | 4982 pkg_failed=untried | 
| 4971 pkg_failed=untried | |
| 4972 fi | 4983 fi | 
| 4973 | 4984 | 
| 4974 | 4985 | 
| 4975 | 4986 | 
| 4976 if test $pkg_failed = yes; then | 4987 if test $pkg_failed = yes; then | 
| 4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 4989 $as_echo "no" >&6; } | |
| 4977 | 4990 | 
| 4978 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 4991 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 4979 _pkg_short_errors_supported=yes | 4992 _pkg_short_errors_supported=yes | 
| 4980 else | 4993 else | 
| 4981 _pkg_short_errors_supported=no | 4994 _pkg_short_errors_supported=no | 
| 4982 fi | 4995 fi | 
| 4983 if test $_pkg_short_errors_supported = yes; then | 4996 if test $_pkg_short_errors_supported = yes; then | 
| 4984 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 4997 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 4985 else | 4998 else | 
| 4986 bz2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 4999 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 4987 fi | 5000 fi | 
| 4988 # Put the nasty error message in config.log where it belongs | 5001 # Put the nasty error message in config.log where it belongs | 
| 4989 echo "$bz2_PKG_ERRORS" >&5 | 5002 echo "$bz2_PKG_ERRORS" >&5 | 
| 4990 | 5003 | 
| 4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5004 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 4992 $as_echo "no" >&6; } | |
| 4993 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 4994 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5005 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 4995 elif test $pkg_failed = untried; then | 5006 elif test $pkg_failed = untried; then | 
| 5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5008 $as_echo "no" >&6; } | |
| 4996 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5009 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 4997 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5010 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 4998 else | 5011 else | 
| 4999 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS | 5012 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS | 
| 5000 bz2_LIBS=$pkg_cv_bz2_LIBS | 5013 bz2_LIBS=$pkg_cv_bz2_LIBS | 
| 5004 fi | 5017 fi | 
| 5005 fi | 5018 fi | 
| 5006 if test -n "$SV_MODULE_FAILED"; then | 5019 if test -n "$SV_MODULE_FAILED"; then | 
| 5007 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5020 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5008 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5021 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5009 eval as_val=\$$as_ac_Header | 5022 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5010 if test "x$as_val" = x""yes; then : | |
| 5011 HAVES="$HAVES $SV_MODULE_HAVE" | 5023 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5012 else | 5024 else | 
| 5013 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5025 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5014 fi | 5026 fi | 
| 5015 | 5027 | 
| 5016 | 5028 | 
| 5017 if test -n "$SV_MODULE_LIB"; then | 5029 if test -n "$SV_MODULE_LIB"; then | 
| 5018 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5030 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5020 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5032 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5021 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5033 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5022 $as_echo_n "(cached) " >&6 | 5034 $as_echo_n "(cached) " >&6 | 
| 5023 else | 5035 else | 
| 5024 ac_check_lib_save_LIBS=$LIBS | 5036 ac_check_lib_save_LIBS=$LIBS | 
| 5025 LIBS="-l$SV_MODULE_LIB $LIBS" | 5037 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5051 LIBS=$ac_check_lib_save_LIBS | 5063 LIBS=$ac_check_lib_save_LIBS | 
| 5052 fi | 5064 fi | 
| 5053 eval ac_res=\$$as_ac_Lib | 5065 eval ac_res=\$$as_ac_Lib | 
| 5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5055 $as_echo "$ac_res" >&6; } | 5067 $as_echo "$ac_res" >&6; } | 
| 5056 eval as_val=\$$as_ac_Lib | 5068 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5057 if test "x$as_val" = x""yes; then : | |
| 5058 LIBS="$LIBS -l$SV_MODULE_LIB" | 5069 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5059 else | 5070 else | 
| 5060 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5071 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5061 fi | 5072 fi | 
| 5062 | 5073 | 
| 5063 fi | 5074 fi | 
| 5064 fi | 5075 fi | 
| 5065 | 5076 | 
| 5078 | 5089 | 
| 5079 pkg_failed=no | 5090 pkg_failed=no | 
| 5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 | 5091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 | 
| 5081 $as_echo_n "checking for fftw3... " >&6; } | 5092 $as_echo_n "checking for fftw3... " >&6; } | 
| 5082 | 5093 | 
| 5083 if test -n "$PKG_CONFIG"; then | 5094 if test -n "$fftw3_CFLAGS"; then | 
| 5084 if test -n "$fftw3_CFLAGS"; then | 5095 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" | 
| 5085 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" | 5096 elif test -n "$PKG_CONFIG"; then | 
| 5086 else | 5097 if test -n "$PKG_CONFIG" && \ | 
| 5087 if test -n "$PKG_CONFIG" && \ | |
| 5088 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5098 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5089 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5099 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5090 ac_status=$? | 5100 ac_status=$? | 
| 5091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5101 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5092 test $ac_status = 0; }; then | 5102 test $ac_status = 0; }; then | 
| 5093 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5103 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5094 else | 5104 else | 
| 5095 pkg_failed=yes | 5105 pkg_failed=yes | 
| 5096 fi | 5106 fi | 
| 5097 fi | 5107 else | 
| 5098 else | 5108 pkg_failed=untried | 
| 5099 pkg_failed=untried | 5109 fi | 
| 5100 fi | 5110 if test -n "$fftw3_LIBS"; then | 
| 5101 if test -n "$PKG_CONFIG"; then | 5111 pkg_cv_fftw3_LIBS="$fftw3_LIBS" | 
| 5102 if test -n "$fftw3_LIBS"; then | 5112 elif test -n "$PKG_CONFIG"; then | 
| 5103 pkg_cv_fftw3_LIBS="$fftw3_LIBS" | 5113 if test -n "$PKG_CONFIG" && \ | 
| 5104 else | |
| 5105 if test -n "$PKG_CONFIG" && \ | |
| 5106 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5114 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5107 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5115 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5108 ac_status=$? | 5116 ac_status=$? | 
| 5109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5110 test $ac_status = 0; }; then | 5118 test $ac_status = 0; }; then | 
| 5111 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5119 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5112 else | 5120 else | 
| 5113 pkg_failed=yes | 5121 pkg_failed=yes | 
| 5114 fi | 5122 fi | 
| 5115 fi | 5123 else | 
| 5116 else | 5124 pkg_failed=untried | 
| 5117 pkg_failed=untried | |
| 5118 fi | 5125 fi | 
| 5119 | 5126 | 
| 5120 | 5127 | 
| 5121 | 5128 | 
| 5122 if test $pkg_failed = yes; then | 5129 if test $pkg_failed = yes; then | 
| 5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5131 $as_echo "no" >&6; } | |
| 5123 | 5132 | 
| 5124 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5133 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5125 _pkg_short_errors_supported=yes | 5134 _pkg_short_errors_supported=yes | 
| 5126 else | 5135 else | 
| 5127 _pkg_short_errors_supported=no | 5136 _pkg_short_errors_supported=no | 
| 5128 fi | 5137 fi | 
| 5129 if test $_pkg_short_errors_supported = yes; then | 5138 if test $_pkg_short_errors_supported = yes; then | 
| 5130 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5139 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5131 else | 5140 else | 
| 5132 fftw3_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5141 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5133 fi | 5142 fi | 
| 5134 # Put the nasty error message in config.log where it belongs | 5143 # Put the nasty error message in config.log where it belongs | 
| 5135 echo "$fftw3_PKG_ERRORS" >&5 | 5144 echo "$fftw3_PKG_ERRORS" >&5 | 
| 5136 | 5145 | 
| 5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5146 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5138 $as_echo "no" >&6; } | |
| 5139 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 5140 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5147 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5141 elif test $pkg_failed = untried; then | 5148 elif test $pkg_failed = untried; then | 
| 5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5150 $as_echo "no" >&6; } | |
| 5142 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5151 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5143 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5152 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5144 else | 5153 else | 
| 5145 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS | 5154 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS | 
| 5146 fftw3_LIBS=$pkg_cv_fftw3_LIBS | 5155 fftw3_LIBS=$pkg_cv_fftw3_LIBS | 
| 5150 fi | 5159 fi | 
| 5151 fi | 5160 fi | 
| 5152 if test -n "$SV_MODULE_FAILED"; then | 5161 if test -n "$SV_MODULE_FAILED"; then | 
| 5153 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5162 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5154 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5163 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5155 eval as_val=\$$as_ac_Header | 5164 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5156 if test "x$as_val" = x""yes; then : | |
| 5157 HAVES="$HAVES $SV_MODULE_HAVE" | 5165 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5158 else | 5166 else | 
| 5159 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5167 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5160 fi | 5168 fi | 
| 5161 | 5169 | 
| 5162 | 5170 | 
| 5163 if test -n "$SV_MODULE_LIB"; then | 5171 if test -n "$SV_MODULE_LIB"; then | 
| 5164 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5172 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5166 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5174 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5167 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5175 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5168 $as_echo_n "(cached) " >&6 | 5176 $as_echo_n "(cached) " >&6 | 
| 5169 else | 5177 else | 
| 5170 ac_check_lib_save_LIBS=$LIBS | 5178 ac_check_lib_save_LIBS=$LIBS | 
| 5171 LIBS="-l$SV_MODULE_LIB $LIBS" | 5179 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5197 LIBS=$ac_check_lib_save_LIBS | 5205 LIBS=$ac_check_lib_save_LIBS | 
| 5198 fi | 5206 fi | 
| 5199 eval ac_res=\$$as_ac_Lib | 5207 eval ac_res=\$$as_ac_Lib | 
| 5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5201 $as_echo "$ac_res" >&6; } | 5209 $as_echo "$ac_res" >&6; } | 
| 5202 eval as_val=\$$as_ac_Lib | 5210 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5203 if test "x$as_val" = x""yes; then : | |
| 5204 LIBS="$LIBS -l$SV_MODULE_LIB" | 5211 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5205 else | 5212 else | 
| 5206 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5213 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5207 fi | 5214 fi | 
| 5208 | 5215 | 
| 5209 fi | 5216 fi | 
| 5210 fi | 5217 fi | 
| 5211 | 5218 | 
| 5224 | 5231 | 
| 5225 pkg_failed=no | 5232 pkg_failed=no | 
| 5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 | 5233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 | 
| 5227 $as_echo_n "checking for fftw3f... " >&6; } | 5234 $as_echo_n "checking for fftw3f... " >&6; } | 
| 5228 | 5235 | 
| 5229 if test -n "$PKG_CONFIG"; then | 5236 if test -n "$fftw3f_CFLAGS"; then | 
| 5230 if test -n "$fftw3f_CFLAGS"; then | 5237 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" | 
| 5231 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" | 5238 elif test -n "$PKG_CONFIG"; then | 
| 5232 else | 5239 if test -n "$PKG_CONFIG" && \ | 
| 5233 if test -n "$PKG_CONFIG" && \ | |
| 5234 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5240 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5235 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5241 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5236 ac_status=$? | 5242 ac_status=$? | 
| 5237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5238 test $ac_status = 0; }; then | 5244 test $ac_status = 0; }; then | 
| 5239 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5245 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5240 else | 5246 else | 
| 5241 pkg_failed=yes | 5247 pkg_failed=yes | 
| 5242 fi | 5248 fi | 
| 5243 fi | 5249 else | 
| 5244 else | 5250 pkg_failed=untried | 
| 5245 pkg_failed=untried | 5251 fi | 
| 5246 fi | 5252 if test -n "$fftw3f_LIBS"; then | 
| 5247 if test -n "$PKG_CONFIG"; then | 5253 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS" | 
| 5248 if test -n "$fftw3f_LIBS"; then | 5254 elif test -n "$PKG_CONFIG"; then | 
| 5249 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS" | 5255 if test -n "$PKG_CONFIG" && \ | 
| 5250 else | |
| 5251 if test -n "$PKG_CONFIG" && \ | |
| 5252 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5256 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5253 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5257 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5254 ac_status=$? | 5258 ac_status=$? | 
| 5255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5256 test $ac_status = 0; }; then | 5260 test $ac_status = 0; }; then | 
| 5257 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5261 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5258 else | 5262 else | 
| 5259 pkg_failed=yes | 5263 pkg_failed=yes | 
| 5260 fi | 5264 fi | 
| 5261 fi | 5265 else | 
| 5262 else | 5266 pkg_failed=untried | 
| 5263 pkg_failed=untried | |
| 5264 fi | 5267 fi | 
| 5265 | 5268 | 
| 5266 | 5269 | 
| 5267 | 5270 | 
| 5268 if test $pkg_failed = yes; then | 5271 if test $pkg_failed = yes; then | 
| 5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5273 $as_echo "no" >&6; } | |
| 5269 | 5274 | 
| 5270 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5275 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5271 _pkg_short_errors_supported=yes | 5276 _pkg_short_errors_supported=yes | 
| 5272 else | 5277 else | 
| 5273 _pkg_short_errors_supported=no | 5278 _pkg_short_errors_supported=no | 
| 5274 fi | 5279 fi | 
| 5275 if test $_pkg_short_errors_supported = yes; then | 5280 if test $_pkg_short_errors_supported = yes; then | 
| 5276 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5281 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5277 else | 5282 else | 
| 5278 fftw3f_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5283 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5279 fi | 5284 fi | 
| 5280 # Put the nasty error message in config.log where it belongs | 5285 # Put the nasty error message in config.log where it belongs | 
| 5281 echo "$fftw3f_PKG_ERRORS" >&5 | 5286 echo "$fftw3f_PKG_ERRORS" >&5 | 
| 5282 | 5287 | 
| 5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5288 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5284 $as_echo "no" >&6; } | |
| 5285 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 5286 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5289 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5287 elif test $pkg_failed = untried; then | 5290 elif test $pkg_failed = untried; then | 
| 5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5292 $as_echo "no" >&6; } | |
| 5288 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5293 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5289 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5294 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5290 else | 5295 else | 
| 5291 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS | 5296 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS | 
| 5292 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS | 5297 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS | 
| 5296 fi | 5301 fi | 
| 5297 fi | 5302 fi | 
| 5298 if test -n "$SV_MODULE_FAILED"; then | 5303 if test -n "$SV_MODULE_FAILED"; then | 
| 5299 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5304 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5300 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5305 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5301 eval as_val=\$$as_ac_Header | 5306 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5302 if test "x$as_val" = x""yes; then : | |
| 5303 HAVES="$HAVES $SV_MODULE_HAVE" | 5307 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5304 else | 5308 else | 
| 5305 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5309 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5306 fi | 5310 fi | 
| 5307 | 5311 | 
| 5308 | 5312 | 
| 5309 if test -n "$SV_MODULE_LIB"; then | 5313 if test -n "$SV_MODULE_LIB"; then | 
| 5310 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5314 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5312 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5316 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5313 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5317 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5314 $as_echo_n "(cached) " >&6 | 5318 $as_echo_n "(cached) " >&6 | 
| 5315 else | 5319 else | 
| 5316 ac_check_lib_save_LIBS=$LIBS | 5320 ac_check_lib_save_LIBS=$LIBS | 
| 5317 LIBS="-l$SV_MODULE_LIB $LIBS" | 5321 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5343 LIBS=$ac_check_lib_save_LIBS | 5347 LIBS=$ac_check_lib_save_LIBS | 
| 5344 fi | 5348 fi | 
| 5345 eval ac_res=\$$as_ac_Lib | 5349 eval ac_res=\$$as_ac_Lib | 
| 5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5347 $as_echo "$ac_res" >&6; } | 5351 $as_echo "$ac_res" >&6; } | 
| 5348 eval as_val=\$$as_ac_Lib | 5352 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5349 if test "x$as_val" = x""yes; then : | |
| 5350 LIBS="$LIBS -l$SV_MODULE_LIB" | 5353 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5351 else | 5354 else | 
| 5352 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5355 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5353 fi | 5356 fi | 
| 5354 | 5357 | 
| 5355 fi | 5358 fi | 
| 5356 fi | 5359 fi | 
| 5357 | 5360 | 
| 5370 | 5373 | 
| 5371 pkg_failed=no | 5374 pkg_failed=no | 
| 5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 | 5375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 | 
| 5373 $as_echo_n "checking for sndfile... " >&6; } | 5376 $as_echo_n "checking for sndfile... " >&6; } | 
| 5374 | 5377 | 
| 5375 if test -n "$PKG_CONFIG"; then | 5378 if test -n "$sndfile_CFLAGS"; then | 
| 5376 if test -n "$sndfile_CFLAGS"; then | 5379 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" | 
| 5377 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" | 5380 elif test -n "$PKG_CONFIG"; then | 
| 5378 else | 5381 if test -n "$PKG_CONFIG" && \ | 
| 5379 if test -n "$PKG_CONFIG" && \ | |
| 5380 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5382 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5381 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5383 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5382 ac_status=$? | 5384 ac_status=$? | 
| 5383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5385 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5384 test $ac_status = 0; }; then | 5386 test $ac_status = 0; }; then | 
| 5385 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5387 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5386 else | 5388 else | 
| 5387 pkg_failed=yes | 5389 pkg_failed=yes | 
| 5388 fi | 5390 fi | 
| 5389 fi | 5391 else | 
| 5390 else | 5392 pkg_failed=untried | 
| 5391 pkg_failed=untried | 5393 fi | 
| 5392 fi | 5394 if test -n "$sndfile_LIBS"; then | 
| 5393 if test -n "$PKG_CONFIG"; then | 5395 pkg_cv_sndfile_LIBS="$sndfile_LIBS" | 
| 5394 if test -n "$sndfile_LIBS"; then | 5396 elif test -n "$PKG_CONFIG"; then | 
| 5395 pkg_cv_sndfile_LIBS="$sndfile_LIBS" | 5397 if test -n "$PKG_CONFIG" && \ | 
| 5396 else | |
| 5397 if test -n "$PKG_CONFIG" && \ | |
| 5398 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5398 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5399 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5399 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5400 ac_status=$? | 5400 ac_status=$? | 
| 5401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5402 test $ac_status = 0; }; then | 5402 test $ac_status = 0; }; then | 
| 5403 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5403 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5404 else | 5404 else | 
| 5405 pkg_failed=yes | 5405 pkg_failed=yes | 
| 5406 fi | 5406 fi | 
| 5407 fi | 5407 else | 
| 5408 else | 5408 pkg_failed=untried | 
| 5409 pkg_failed=untried | |
| 5410 fi | 5409 fi | 
| 5411 | 5410 | 
| 5412 | 5411 | 
| 5413 | 5412 | 
| 5414 if test $pkg_failed = yes; then | 5413 if test $pkg_failed = yes; then | 
| 5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5415 $as_echo "no" >&6; } | |
| 5415 | 5416 | 
| 5416 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5417 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5417 _pkg_short_errors_supported=yes | 5418 _pkg_short_errors_supported=yes | 
| 5418 else | 5419 else | 
| 5419 _pkg_short_errors_supported=no | 5420 _pkg_short_errors_supported=no | 
| 5420 fi | 5421 fi | 
| 5421 if test $_pkg_short_errors_supported = yes; then | 5422 if test $_pkg_short_errors_supported = yes; then | 
| 5422 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5423 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5423 else | 5424 else | 
| 5424 sndfile_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5425 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5425 fi | 5426 fi | 
| 5426 # Put the nasty error message in config.log where it belongs | 5427 # Put the nasty error message in config.log where it belongs | 
| 5427 echo "$sndfile_PKG_ERRORS" >&5 | 5428 echo "$sndfile_PKG_ERRORS" >&5 | 
| 5428 | 5429 | 
| 5429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5430 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5430 $as_echo "no" >&6; } | |
| 5431 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 5432 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5431 $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 | 5432 elif test $pkg_failed = untried; then | 
| 5433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5434 $as_echo "no" >&6; } | |
| 5434 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5435 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5435 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5436 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5436 else | 5437 else | 
| 5437 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS | 5438 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS | 
| 5438 sndfile_LIBS=$pkg_cv_sndfile_LIBS | 5439 sndfile_LIBS=$pkg_cv_sndfile_LIBS | 
| 5442 fi | 5443 fi | 
| 5443 fi | 5444 fi | 
| 5444 if test -n "$SV_MODULE_FAILED"; then | 5445 if test -n "$SV_MODULE_FAILED"; then | 
| 5445 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5446 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5446 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5447 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5447 eval as_val=\$$as_ac_Header | 5448 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5448 if test "x$as_val" = x""yes; then : | |
| 5449 HAVES="$HAVES $SV_MODULE_HAVE" | 5449 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5450 else | 5450 else | 
| 5451 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5451 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5452 fi | 5452 fi | 
| 5453 | 5453 | 
| 5454 | 5454 | 
| 5455 if test -n "$SV_MODULE_LIB"; then | 5455 if test -n "$SV_MODULE_LIB"; then | 
| 5456 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5456 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5458 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5458 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5459 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5459 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5460 $as_echo_n "(cached) " >&6 | 5460 $as_echo_n "(cached) " >&6 | 
| 5461 else | 5461 else | 
| 5462 ac_check_lib_save_LIBS=$LIBS | 5462 ac_check_lib_save_LIBS=$LIBS | 
| 5463 LIBS="-l$SV_MODULE_LIB $LIBS" | 5463 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5489 LIBS=$ac_check_lib_save_LIBS | 5489 LIBS=$ac_check_lib_save_LIBS | 
| 5490 fi | 5490 fi | 
| 5491 eval ac_res=\$$as_ac_Lib | 5491 eval ac_res=\$$as_ac_Lib | 
| 5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5493 $as_echo "$ac_res" >&6; } | 5493 $as_echo "$ac_res" >&6; } | 
| 5494 eval as_val=\$$as_ac_Lib | 5494 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5495 if test "x$as_val" = x""yes; then : | |
| 5496 LIBS="$LIBS -l$SV_MODULE_LIB" | 5495 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5497 else | 5496 else | 
| 5498 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5497 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5499 fi | 5498 fi | 
| 5500 | 5499 | 
| 5501 fi | 5500 fi | 
| 5502 fi | 5501 fi | 
| 5503 | 5502 | 
| 5516 | 5515 | 
| 5517 pkg_failed=no | 5516 pkg_failed=no | 
| 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 | 5517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 | 
| 5519 $as_echo_n "checking for samplerate... " >&6; } | 5518 $as_echo_n "checking for samplerate... " >&6; } | 
| 5520 | 5519 | 
| 5521 if test -n "$PKG_CONFIG"; then | 5520 if test -n "$samplerate_CFLAGS"; then | 
| 5522 if test -n "$samplerate_CFLAGS"; then | 5521 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS" | 
| 5523 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS" | 5522 elif test -n "$PKG_CONFIG"; then | 
| 5524 else | 5523 if test -n "$PKG_CONFIG" && \ | 
| 5525 if test -n "$PKG_CONFIG" && \ | |
| 5526 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5524 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5527 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5525 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5528 ac_status=$? | 5526 ac_status=$? | 
| 5529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5530 test $ac_status = 0; }; then | 5528 test $ac_status = 0; }; then | 
| 5531 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5529 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5532 else | 5530 else | 
| 5533 pkg_failed=yes | 5531 pkg_failed=yes | 
| 5534 fi | 5532 fi | 
| 5535 fi | 5533 else | 
| 5536 else | 5534 pkg_failed=untried | 
| 5537 pkg_failed=untried | 5535 fi | 
| 5538 fi | 5536 if test -n "$samplerate_LIBS"; then | 
| 5539 if test -n "$PKG_CONFIG"; then | 5537 pkg_cv_samplerate_LIBS="$samplerate_LIBS" | 
| 5540 if test -n "$samplerate_LIBS"; then | 5538 elif test -n "$PKG_CONFIG"; then | 
| 5541 pkg_cv_samplerate_LIBS="$samplerate_LIBS" | 5539 if test -n "$PKG_CONFIG" && \ | 
| 5542 else | |
| 5543 if test -n "$PKG_CONFIG" && \ | |
| 5544 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5540 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5545 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5541 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5546 ac_status=$? | 5542 ac_status=$? | 
| 5547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5548 test $ac_status = 0; }; then | 5544 test $ac_status = 0; }; then | 
| 5549 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5545 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5550 else | 5546 else | 
| 5551 pkg_failed=yes | 5547 pkg_failed=yes | 
| 5552 fi | 5548 fi | 
| 5553 fi | 5549 else | 
| 5554 else | 5550 pkg_failed=untried | 
| 5555 pkg_failed=untried | |
| 5556 fi | 5551 fi | 
| 5557 | 5552 | 
| 5558 | 5553 | 
| 5559 | 5554 | 
| 5560 if test $pkg_failed = yes; then | 5555 if test $pkg_failed = yes; then | 
| 5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5557 $as_echo "no" >&6; } | |
| 5561 | 5558 | 
| 5562 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5559 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5563 _pkg_short_errors_supported=yes | 5560 _pkg_short_errors_supported=yes | 
| 5564 else | 5561 else | 
| 5565 _pkg_short_errors_supported=no | 5562 _pkg_short_errors_supported=no | 
| 5566 fi | 5563 fi | 
| 5567 if test $_pkg_short_errors_supported = yes; then | 5564 if test $_pkg_short_errors_supported = yes; then | 
| 5568 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5565 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5569 else | 5566 else | 
| 5570 samplerate_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5567 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5571 fi | 5568 fi | 
| 5572 # Put the nasty error message in config.log where it belongs | 5569 # Put the nasty error message in config.log where it belongs | 
| 5573 echo "$samplerate_PKG_ERRORS" >&5 | 5570 echo "$samplerate_PKG_ERRORS" >&5 | 
| 5574 | 5571 | 
| 5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5572 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5576 $as_echo "no" >&6; } | |
| 5577 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 5578 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5573 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5579 elif test $pkg_failed = untried; then | 5574 elif test $pkg_failed = untried; then | 
| 5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5576 $as_echo "no" >&6; } | |
| 5580 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5577 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5581 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5578 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5582 else | 5579 else | 
| 5583 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS | 5580 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS | 
| 5584 samplerate_LIBS=$pkg_cv_samplerate_LIBS | 5581 samplerate_LIBS=$pkg_cv_samplerate_LIBS | 
| 5588 fi | 5585 fi | 
| 5589 fi | 5586 fi | 
| 5590 if test -n "$SV_MODULE_FAILED"; then | 5587 if test -n "$SV_MODULE_FAILED"; then | 
| 5591 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5588 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5592 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5589 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5593 eval as_val=\$$as_ac_Header | 5590 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5594 if test "x$as_val" = x""yes; then : | |
| 5595 HAVES="$HAVES $SV_MODULE_HAVE" | 5591 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5596 else | 5592 else | 
| 5597 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5593 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5598 fi | 5594 fi | 
| 5599 | 5595 | 
| 5600 | 5596 | 
| 5601 if test -n "$SV_MODULE_LIB"; then | 5597 if test -n "$SV_MODULE_LIB"; then | 
| 5602 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5598 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5604 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5600 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5605 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5601 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5606 $as_echo_n "(cached) " >&6 | 5602 $as_echo_n "(cached) " >&6 | 
| 5607 else | 5603 else | 
| 5608 ac_check_lib_save_LIBS=$LIBS | 5604 ac_check_lib_save_LIBS=$LIBS | 
| 5609 LIBS="-l$SV_MODULE_LIB $LIBS" | 5605 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5635 LIBS=$ac_check_lib_save_LIBS | 5631 LIBS=$ac_check_lib_save_LIBS | 
| 5636 fi | 5632 fi | 
| 5637 eval ac_res=\$$as_ac_Lib | 5633 eval ac_res=\$$as_ac_Lib | 
| 5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5639 $as_echo "$ac_res" >&6; } | 5635 $as_echo "$ac_res" >&6; } | 
| 5640 eval as_val=\$$as_ac_Lib | 5636 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5641 if test "x$as_val" = x""yes; then : | |
| 5642 LIBS="$LIBS -l$SV_MODULE_LIB" | 5637 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5643 else | 5638 else | 
| 5644 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5639 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5645 fi | 5640 fi | 
| 5646 | 5641 | 
| 5647 fi | 5642 fi | 
| 5648 fi | 5643 fi | 
| 5649 | 5644 | 
| 5662 | 5657 | 
| 5663 pkg_failed=no | 5658 pkg_failed=no | 
| 5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 | 5659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 | 
| 5665 $as_echo_n "checking for vamp... " >&6; } | 5660 $as_echo_n "checking for vamp... " >&6; } | 
| 5666 | 5661 | 
| 5667 if test -n "$PKG_CONFIG"; then | 5662 if test -n "$vamp_CFLAGS"; then | 
| 5668 if test -n "$vamp_CFLAGS"; then | 5663 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS" | 
| 5669 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS" | 5664 elif test -n "$PKG_CONFIG"; then | 
| 5670 else | 5665 if test -n "$PKG_CONFIG" && \ | 
| 5671 if test -n "$PKG_CONFIG" && \ | |
| 5672 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5666 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5673 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5667 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5674 ac_status=$? | 5668 ac_status=$? | 
| 5675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5676 test $ac_status = 0; }; then | 5670 test $ac_status = 0; }; then | 
| 5677 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5671 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5678 else | 5672 else | 
| 5679 pkg_failed=yes | 5673 pkg_failed=yes | 
| 5680 fi | 5674 fi | 
| 5681 fi | 5675 else | 
| 5682 else | 5676 pkg_failed=untried | 
| 5683 pkg_failed=untried | 5677 fi | 
| 5684 fi | 5678 if test -n "$vamp_LIBS"; then | 
| 5685 if test -n "$PKG_CONFIG"; then | 5679 pkg_cv_vamp_LIBS="$vamp_LIBS" | 
| 5686 if test -n "$vamp_LIBS"; then | 5680 elif test -n "$PKG_CONFIG"; then | 
| 5687 pkg_cv_vamp_LIBS="$vamp_LIBS" | 5681 if test -n "$PKG_CONFIG" && \ | 
| 5688 else | |
| 5689 if test -n "$PKG_CONFIG" && \ | |
| 5690 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5682 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5691 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5683 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5692 ac_status=$? | 5684 ac_status=$? | 
| 5693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5694 test $ac_status = 0; }; then | 5686 test $ac_status = 0; }; then | 
| 5695 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5687 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5696 else | 5688 else | 
| 5697 pkg_failed=yes | 5689 pkg_failed=yes | 
| 5698 fi | 5690 fi | 
| 5699 fi | 5691 else | 
| 5700 else | 5692 pkg_failed=untried | 
| 5701 pkg_failed=untried | |
| 5702 fi | 5693 fi | 
| 5703 | 5694 | 
| 5704 | 5695 | 
| 5705 | 5696 | 
| 5706 if test $pkg_failed = yes; then | 5697 if test $pkg_failed = yes; then | 
| 5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5699 $as_echo "no" >&6; } | |
| 5707 | 5700 | 
| 5708 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5701 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5709 _pkg_short_errors_supported=yes | 5702 _pkg_short_errors_supported=yes | 
| 5710 else | 5703 else | 
| 5711 _pkg_short_errors_supported=no | 5704 _pkg_short_errors_supported=no | 
| 5712 fi | 5705 fi | 
| 5713 if test $_pkg_short_errors_supported = yes; then | 5706 if test $_pkg_short_errors_supported = yes; then | 
| 5714 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5707 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5715 else | 5708 else | 
| 5716 vamp_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5709 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5717 fi | 5710 fi | 
| 5718 # Put the nasty error message in config.log where it belongs | 5711 # Put the nasty error message in config.log where it belongs | 
| 5719 echo "$vamp_PKG_ERRORS" >&5 | 5712 echo "$vamp_PKG_ERRORS" >&5 | 
| 5720 | 5713 | 
| 5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5714 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5722 $as_echo "no" >&6; } | |
| 5723 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 5724 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5715 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5725 elif test $pkg_failed = untried; then | 5716 elif test $pkg_failed = untried; then | 
| 5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5718 $as_echo "no" >&6; } | |
| 5726 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5719 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5727 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5720 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5728 else | 5721 else | 
| 5729 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS | 5722 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS | 
| 5730 vamp_LIBS=$pkg_cv_vamp_LIBS | 5723 vamp_LIBS=$pkg_cv_vamp_LIBS | 
| 5734 fi | 5727 fi | 
| 5735 fi | 5728 fi | 
| 5736 if test -n "$SV_MODULE_FAILED"; then | 5729 if test -n "$SV_MODULE_FAILED"; then | 
| 5737 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5730 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5738 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5731 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5739 eval as_val=\$$as_ac_Header | 5732 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5740 if test "x$as_val" = x""yes; then : | |
| 5741 HAVES="$HAVES $SV_MODULE_HAVE" | 5733 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5742 else | 5734 else | 
| 5743 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5735 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5744 fi | 5736 fi | 
| 5745 | 5737 | 
| 5746 | 5738 | 
| 5747 if test -n "$SV_MODULE_LIB"; then | 5739 if test -n "$SV_MODULE_LIB"; then | 
| 5748 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5740 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5750 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5742 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5751 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5743 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5752 $as_echo_n "(cached) " >&6 | 5744 $as_echo_n "(cached) " >&6 | 
| 5753 else | 5745 else | 
| 5754 ac_check_lib_save_LIBS=$LIBS | 5746 ac_check_lib_save_LIBS=$LIBS | 
| 5755 LIBS="-l$SV_MODULE_LIB $LIBS" | 5747 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5781 LIBS=$ac_check_lib_save_LIBS | 5773 LIBS=$ac_check_lib_save_LIBS | 
| 5782 fi | 5774 fi | 
| 5783 eval ac_res=\$$as_ac_Lib | 5775 eval ac_res=\$$as_ac_Lib | 
| 5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5785 $as_echo "$ac_res" >&6; } | 5777 $as_echo "$ac_res" >&6; } | 
| 5786 eval as_val=\$$as_ac_Lib | 5778 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5787 if test "x$as_val" = x""yes; then : | |
| 5788 LIBS="$LIBS -l$SV_MODULE_LIB" | 5779 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5789 else | 5780 else | 
| 5790 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5781 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5791 fi | 5782 fi | 
| 5792 | 5783 | 
| 5793 fi | 5784 fi | 
| 5794 fi | 5785 fi | 
| 5795 | 5786 | 
| 5808 | 5799 | 
| 5809 pkg_failed=no | 5800 pkg_failed=no | 
| 5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 | 5801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 | 
| 5811 $as_echo_n "checking for vamphostsdk... " >&6; } | 5802 $as_echo_n "checking for vamphostsdk... " >&6; } | 
| 5812 | 5803 | 
| 5813 if test -n "$PKG_CONFIG"; then | 5804 if test -n "$vamphostsdk_CFLAGS"; then | 
| 5814 if test -n "$vamphostsdk_CFLAGS"; then | 5805 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS" | 
| 5815 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS" | 5806 elif test -n "$PKG_CONFIG"; then | 
| 5816 else | 5807 if test -n "$PKG_CONFIG" && \ | 
| 5817 if test -n "$PKG_CONFIG" && \ | |
| 5818 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5808 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5819 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5809 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5820 ac_status=$? | 5810 ac_status=$? | 
| 5821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5822 test $ac_status = 0; }; then | 5812 test $ac_status = 0; }; then | 
| 5823 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5813 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5824 else | 5814 else | 
| 5825 pkg_failed=yes | 5815 pkg_failed=yes | 
| 5826 fi | 5816 fi | 
| 5827 fi | 5817 else | 
| 5828 else | 5818 pkg_failed=untried | 
| 5829 pkg_failed=untried | 5819 fi | 
| 5830 fi | 5820 if test -n "$vamphostsdk_LIBS"; then | 
| 5831 if test -n "$PKG_CONFIG"; then | 5821 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS" | 
| 5832 if test -n "$vamphostsdk_LIBS"; then | 5822 elif test -n "$PKG_CONFIG"; then | 
| 5833 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS" | 5823 if test -n "$PKG_CONFIG" && \ | 
| 5834 else | |
| 5835 if test -n "$PKG_CONFIG" && \ | |
| 5836 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5824 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5837 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5825 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5838 ac_status=$? | 5826 ac_status=$? | 
| 5839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5840 test $ac_status = 0; }; then | 5828 test $ac_status = 0; }; then | 
| 5841 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5829 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5842 else | 5830 else | 
| 5843 pkg_failed=yes | 5831 pkg_failed=yes | 
| 5844 fi | 5832 fi | 
| 5845 fi | 5833 else | 
| 5846 else | 5834 pkg_failed=untried | 
| 5847 pkg_failed=untried | |
| 5848 fi | 5835 fi | 
| 5849 | 5836 | 
| 5850 | 5837 | 
| 5851 | 5838 | 
| 5852 if test $pkg_failed = yes; then | 5839 if test $pkg_failed = yes; then | 
| 5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5841 $as_echo "no" >&6; } | |
| 5853 | 5842 | 
| 5854 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5843 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 5855 _pkg_short_errors_supported=yes | 5844 _pkg_short_errors_supported=yes | 
| 5856 else | 5845 else | 
| 5857 _pkg_short_errors_supported=no | 5846 _pkg_short_errors_supported=no | 
| 5858 fi | 5847 fi | 
| 5859 if test $_pkg_short_errors_supported = yes; then | 5848 if test $_pkg_short_errors_supported = yes; then | 
| 5860 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5849 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5861 else | 5850 else | 
| 5862 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5851 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 5863 fi | 5852 fi | 
| 5864 # Put the nasty error message in config.log where it belongs | 5853 # Put the nasty error message in config.log where it belongs | 
| 5865 echo "$vamphostsdk_PKG_ERRORS" >&5 | 5854 echo "$vamphostsdk_PKG_ERRORS" >&5 | 
| 5866 | 5855 | 
| 5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5856 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5868 $as_echo "no" >&6; } | |
| 5869 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 5870 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5857 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5871 elif test $pkg_failed = untried; then | 5858 elif test $pkg_failed = untried; then | 
| 5859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5860 $as_echo "no" >&6; } | |
| 5872 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5861 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 5873 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5862 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 5874 else | 5863 else | 
| 5875 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS | 5864 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS | 
| 5876 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS | 5865 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS | 
| 5880 fi | 5869 fi | 
| 5881 fi | 5870 fi | 
| 5882 if test -n "$SV_MODULE_FAILED"; then | 5871 if test -n "$SV_MODULE_FAILED"; then | 
| 5883 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5872 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 5884 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5873 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 5885 eval as_val=\$$as_ac_Header | 5874 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 5886 if test "x$as_val" = x""yes; then : | |
| 5887 HAVES="$HAVES $SV_MODULE_HAVE" | 5875 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 5888 else | 5876 else | 
| 5889 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5877 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5890 fi | 5878 fi | 
| 5891 | 5879 | 
| 5892 | 5880 | 
| 5893 if test -n "$SV_MODULE_LIB"; then | 5881 if test -n "$SV_MODULE_LIB"; then | 
| 5894 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5882 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 5896 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5884 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 5897 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 5885 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 5898 $as_echo_n "(cached) " >&6 | 5886 $as_echo_n "(cached) " >&6 | 
| 5899 else | 5887 else | 
| 5900 ac_check_lib_save_LIBS=$LIBS | 5888 ac_check_lib_save_LIBS=$LIBS | 
| 5901 LIBS="-l$SV_MODULE_LIB $LIBS" | 5889 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 5902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 5927 LIBS=$ac_check_lib_save_LIBS | 5915 LIBS=$ac_check_lib_save_LIBS | 
| 5928 fi | 5916 fi | 
| 5929 eval ac_res=\$$as_ac_Lib | 5917 eval ac_res=\$$as_ac_Lib | 
| 5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 5931 $as_echo "$ac_res" >&6; } | 5919 $as_echo "$ac_res" >&6; } | 
| 5932 eval as_val=\$$as_ac_Lib | 5920 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 5933 if test "x$as_val" = x""yes; then : | |
| 5934 LIBS="$LIBS -l$SV_MODULE_LIB" | 5921 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 5935 else | 5922 else | 
| 5936 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5923 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 5937 fi | 5924 fi | 
| 5938 | 5925 | 
| 5939 fi | 5926 fi | 
| 5940 fi | 5927 fi | 
| 5941 | 5928 | 
| 5954 | 5941 | 
| 5955 pkg_failed=no | 5942 pkg_failed=no | 
| 5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 | 5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 | 
| 5957 $as_echo_n "checking for rubberband... " >&6; } | 5944 $as_echo_n "checking for rubberband... " >&6; } | 
| 5958 | 5945 | 
| 5959 if test -n "$PKG_CONFIG"; then | 5946 if test -n "$rubberband_CFLAGS"; then | 
| 5960 if test -n "$rubberband_CFLAGS"; then | 5947 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" | 
| 5961 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" | 5948 elif test -n "$PKG_CONFIG"; then | 
| 5962 else | 5949 if test -n "$PKG_CONFIG" && \ | 
| 5963 if test -n "$PKG_CONFIG" && \ | |
| 5964 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5950 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5965 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5951 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5966 ac_status=$? | 5952 ac_status=$? | 
| 5967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5968 test $ac_status = 0; }; then | 5954 test $ac_status = 0; }; then | 
| 5969 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5955 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5970 else | 5956 else | 
| 5971 pkg_failed=yes | 5957 pkg_failed=yes | 
| 5972 fi | 5958 fi | 
| 5973 fi | 5959 else | 
| 5974 else | 5960 pkg_failed=untried | 
| 5975 pkg_failed=untried | 5961 fi | 
| 5976 fi | 5962 if test -n "$rubberband_LIBS"; then | 
| 5977 if test -n "$PKG_CONFIG"; then | 5963 pkg_cv_rubberband_LIBS="$rubberband_LIBS" | 
| 5978 if test -n "$rubberband_LIBS"; then | 5964 elif test -n "$PKG_CONFIG"; then | 
| 5979 pkg_cv_rubberband_LIBS="$rubberband_LIBS" | 5965 if test -n "$PKG_CONFIG" && \ | 
| 5980 else | |
| 5981 if test -n "$PKG_CONFIG" && \ | |
| 5982 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5966 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 5983 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5967 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 5984 ac_status=$? | 5968 ac_status=$? | 
| 5985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5969 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 5986 test $ac_status = 0; }; then | 5970 test $ac_status = 0; }; then | 
| 5987 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5971 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 5988 else | 5972 else | 
| 5989 pkg_failed=yes | 5973 pkg_failed=yes | 
| 5990 fi | 5974 fi | 
| 5991 fi | 5975 else | 
| 5992 else | 5976 pkg_failed=untried | 
| 5993 pkg_failed=untried | |
| 5994 fi | 5977 fi | 
| 5995 | 5978 | 
| 5996 | 5979 | 
| 5997 | 5980 | 
| 5998 if test $pkg_failed = yes; then | 5981 if test $pkg_failed = yes; then | 
| 5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 5983 $as_echo "no" >&6; } | |
| 5999 | 5984 | 
| 6000 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 5985 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6001 _pkg_short_errors_supported=yes | 5986 _pkg_short_errors_supported=yes | 
| 6002 else | 5987 else | 
| 6003 _pkg_short_errors_supported=no | 5988 _pkg_short_errors_supported=no | 
| 6004 fi | 5989 fi | 
| 6005 if test $_pkg_short_errors_supported = yes; then | 5990 if test $_pkg_short_errors_supported = yes; then | 
| 6006 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5991 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6007 else | 5992 else | 
| 6008 rubberband_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 5993 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6009 fi | 5994 fi | 
| 6010 # Put the nasty error message in config.log where it belongs | 5995 # Put the nasty error message in config.log where it belongs | 
| 6011 echo "$rubberband_PKG_ERRORS" >&5 | 5996 echo "$rubberband_PKG_ERRORS" >&5 | 
| 6012 | 5997 | 
| 6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5998 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6014 $as_echo "no" >&6; } | |
| 6015 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6016 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5999 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6017 elif test $pkg_failed = untried; then | 6000 elif test $pkg_failed = untried; then | 
| 6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6002 $as_echo "no" >&6; } | |
| 6018 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6003 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6019 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6004 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6020 else | 6005 else | 
| 6021 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS | 6006 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS | 
| 6022 rubberband_LIBS=$pkg_cv_rubberband_LIBS | 6007 rubberband_LIBS=$pkg_cv_rubberband_LIBS | 
| 6026 fi | 6011 fi | 
| 6027 fi | 6012 fi | 
| 6028 if test -n "$SV_MODULE_FAILED"; then | 6013 if test -n "$SV_MODULE_FAILED"; then | 
| 6029 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6014 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6030 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6015 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6031 eval as_val=\$$as_ac_Header | 6016 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6032 if test "x$as_val" = x""yes; then : | |
| 6033 HAVES="$HAVES $SV_MODULE_HAVE" | 6017 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6034 else | 6018 else | 
| 6035 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6019 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6036 fi | 6020 fi | 
| 6037 | 6021 | 
| 6038 | 6022 | 
| 6039 if test -n "$SV_MODULE_LIB"; then | 6023 if test -n "$SV_MODULE_LIB"; then | 
| 6040 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6024 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6042 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6026 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6043 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6027 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6044 $as_echo_n "(cached) " >&6 | 6028 $as_echo_n "(cached) " >&6 | 
| 6045 else | 6029 else | 
| 6046 ac_check_lib_save_LIBS=$LIBS | 6030 ac_check_lib_save_LIBS=$LIBS | 
| 6047 LIBS="-l$SV_MODULE_LIB $LIBS" | 6031 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6073 LIBS=$ac_check_lib_save_LIBS | 6057 LIBS=$ac_check_lib_save_LIBS | 
| 6074 fi | 6058 fi | 
| 6075 eval ac_res=\$$as_ac_Lib | 6059 eval ac_res=\$$as_ac_Lib | 
| 6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6077 $as_echo "$ac_res" >&6; } | 6061 $as_echo "$ac_res" >&6; } | 
| 6078 eval as_val=\$$as_ac_Lib | 6062 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6079 if test "x$as_val" = x""yes; then : | |
| 6080 LIBS="$LIBS -l$SV_MODULE_LIB" | 6063 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6081 else | 6064 else | 
| 6082 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6065 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6083 fi | 6066 fi | 
| 6084 | 6067 | 
| 6085 fi | 6068 fi | 
| 6086 fi | 6069 fi | 
| 6087 | 6070 | 
| 6100 | 6083 | 
| 6101 pkg_failed=no | 6084 pkg_failed=no | 
| 6102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 | 6085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 | 
| 6103 $as_echo_n "checking for raptor... " >&6; } | 6086 $as_echo_n "checking for raptor... " >&6; } | 
| 6104 | 6087 | 
| 6105 if test -n "$PKG_CONFIG"; then | 6088 if test -n "$raptor_CFLAGS"; then | 
| 6106 if test -n "$raptor_CFLAGS"; then | 6089 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS" | 
| 6107 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS" | 6090 elif test -n "$PKG_CONFIG"; then | 
| 6108 else | 6091 if test -n "$PKG_CONFIG" && \ | 
| 6109 if test -n "$PKG_CONFIG" && \ | |
| 6110 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6092 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6111 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6093 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6112 ac_status=$? | 6094 ac_status=$? | 
| 6113 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6095 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6114 test $ac_status = 0; }; then | 6096 test $ac_status = 0; }; then | 
| 6115 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6097 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6116 else | 6098 else | 
| 6117 pkg_failed=yes | 6099 pkg_failed=yes | 
| 6118 fi | 6100 fi | 
| 6119 fi | 6101 else | 
| 6120 else | 6102 pkg_failed=untried | 
| 6121 pkg_failed=untried | 6103 fi | 
| 6122 fi | 6104 if test -n "$raptor_LIBS"; then | 
| 6123 if test -n "$PKG_CONFIG"; then | 6105 pkg_cv_raptor_LIBS="$raptor_LIBS" | 
| 6124 if test -n "$raptor_LIBS"; then | 6106 elif test -n "$PKG_CONFIG"; then | 
| 6125 pkg_cv_raptor_LIBS="$raptor_LIBS" | 6107 if test -n "$PKG_CONFIG" && \ | 
| 6126 else | |
| 6127 if test -n "$PKG_CONFIG" && \ | |
| 6128 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6108 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6129 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6109 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6130 ac_status=$? | 6110 ac_status=$? | 
| 6131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6132 test $ac_status = 0; }; then | 6112 test $ac_status = 0; }; then | 
| 6133 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6113 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6134 else | 6114 else | 
| 6135 pkg_failed=yes | 6115 pkg_failed=yes | 
| 6136 fi | 6116 fi | 
| 6137 fi | 6117 else | 
| 6138 else | 6118 pkg_failed=untried | 
| 6139 pkg_failed=untried | |
| 6140 fi | 6119 fi | 
| 6141 | 6120 | 
| 6142 | 6121 | 
| 6143 | 6122 | 
| 6144 if test $pkg_failed = yes; then | 6123 if test $pkg_failed = yes; then | 
| 6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6125 $as_echo "no" >&6; } | |
| 6145 | 6126 | 
| 6146 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6127 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6147 _pkg_short_errors_supported=yes | 6128 _pkg_short_errors_supported=yes | 
| 6148 else | 6129 else | 
| 6149 _pkg_short_errors_supported=no | 6130 _pkg_short_errors_supported=no | 
| 6150 fi | 6131 fi | 
| 6151 if test $_pkg_short_errors_supported = yes; then | 6132 if test $_pkg_short_errors_supported = yes; then | 
| 6152 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6133 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6153 else | 6134 else | 
| 6154 raptor_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6135 raptor_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6155 fi | 6136 fi | 
| 6156 # Put the nasty error message in config.log where it belongs | 6137 # Put the nasty error message in config.log where it belongs | 
| 6157 echo "$raptor_PKG_ERRORS" >&5 | 6138 echo "$raptor_PKG_ERRORS" >&5 | 
| 6158 | 6139 | 
| 6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6140 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6160 $as_echo "no" >&6; } | |
| 6161 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6162 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6141 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6163 elif test $pkg_failed = untried; then | 6142 elif test $pkg_failed = untried; then | 
| 6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6144 $as_echo "no" >&6; } | |
| 6164 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6145 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6165 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6146 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6166 else | 6147 else | 
| 6167 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS | 6148 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS | 
| 6168 raptor_LIBS=$pkg_cv_raptor_LIBS | 6149 raptor_LIBS=$pkg_cv_raptor_LIBS | 
| 6172 fi | 6153 fi | 
| 6173 fi | 6154 fi | 
| 6174 if test -n "$SV_MODULE_FAILED"; then | 6155 if test -n "$SV_MODULE_FAILED"; then | 
| 6175 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6156 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6176 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6157 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6177 eval as_val=\$$as_ac_Header | 6158 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6178 if test "x$as_val" = x""yes; then : | |
| 6179 HAVES="$HAVES $SV_MODULE_HAVE" | 6159 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6180 else | 6160 else | 
| 6181 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6161 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6182 fi | 6162 fi | 
| 6183 | 6163 | 
| 6184 | 6164 | 
| 6185 if test -n "$SV_MODULE_LIB"; then | 6165 if test -n "$SV_MODULE_LIB"; then | 
| 6186 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6166 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6188 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6168 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6189 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6169 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6190 $as_echo_n "(cached) " >&6 | 6170 $as_echo_n "(cached) " >&6 | 
| 6191 else | 6171 else | 
| 6192 ac_check_lib_save_LIBS=$LIBS | 6172 ac_check_lib_save_LIBS=$LIBS | 
| 6193 LIBS="-l$SV_MODULE_LIB $LIBS" | 6173 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6219 LIBS=$ac_check_lib_save_LIBS | 6199 LIBS=$ac_check_lib_save_LIBS | 
| 6220 fi | 6200 fi | 
| 6221 eval ac_res=\$$as_ac_Lib | 6201 eval ac_res=\$$as_ac_Lib | 
| 6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6223 $as_echo "$ac_res" >&6; } | 6203 $as_echo "$ac_res" >&6; } | 
| 6224 eval as_val=\$$as_ac_Lib | 6204 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6225 if test "x$as_val" = x""yes; then : | |
| 6226 LIBS="$LIBS -l$SV_MODULE_LIB" | 6205 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6227 else | 6206 else | 
| 6228 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6207 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6229 fi | 6208 fi | 
| 6230 | 6209 | 
| 6231 fi | 6210 fi | 
| 6232 fi | 6211 fi | 
| 6233 | 6212 | 
| 6246 | 6225 | 
| 6247 pkg_failed=no | 6226 pkg_failed=no | 
| 6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 
| 6249 $as_echo_n "checking for rasqal... " >&6; } | 6228 $as_echo_n "checking for rasqal... " >&6; } | 
| 6250 | 6229 | 
| 6251 if test -n "$PKG_CONFIG"; then | 6230 if test -n "$rasqal_CFLAGS"; then | 
| 6252 if test -n "$rasqal_CFLAGS"; then | 6231 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" | 
| 6253 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" | 6232 elif test -n "$PKG_CONFIG"; then | 
| 6254 else | 6233 if test -n "$PKG_CONFIG" && \ | 
| 6255 if test -n "$PKG_CONFIG" && \ | |
| 6256 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6234 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6257 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6235 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6258 ac_status=$? | 6236 ac_status=$? | 
| 6259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6260 test $ac_status = 0; }; then | 6238 test $ac_status = 0; }; then | 
| 6261 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6239 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6262 else | 6240 else | 
| 6263 pkg_failed=yes | 6241 pkg_failed=yes | 
| 6264 fi | 6242 fi | 
| 6265 fi | 6243 else | 
| 6266 else | 6244 pkg_failed=untried | 
| 6267 pkg_failed=untried | 6245 fi | 
| 6268 fi | 6246 if test -n "$rasqal_LIBS"; then | 
| 6269 if test -n "$PKG_CONFIG"; then | 6247 pkg_cv_rasqal_LIBS="$rasqal_LIBS" | 
| 6270 if test -n "$rasqal_LIBS"; then | 6248 elif test -n "$PKG_CONFIG"; then | 
| 6271 pkg_cv_rasqal_LIBS="$rasqal_LIBS" | 6249 if test -n "$PKG_CONFIG" && \ | 
| 6272 else | |
| 6273 if test -n "$PKG_CONFIG" && \ | |
| 6274 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6250 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6275 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6251 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6276 ac_status=$? | 6252 ac_status=$? | 
| 6277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6278 test $ac_status = 0; }; then | 6254 test $ac_status = 0; }; then | 
| 6279 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6255 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6280 else | 6256 else | 
| 6281 pkg_failed=yes | 6257 pkg_failed=yes | 
| 6282 fi | 6258 fi | 
| 6283 fi | 6259 else | 
| 6284 else | 6260 pkg_failed=untried | 
| 6285 pkg_failed=untried | |
| 6286 fi | 6261 fi | 
| 6287 | 6262 | 
| 6288 | 6263 | 
| 6289 | 6264 | 
| 6290 if test $pkg_failed = yes; then | 6265 if test $pkg_failed = yes; then | 
| 6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6267 $as_echo "no" >&6; } | |
| 6291 | 6268 | 
| 6292 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6269 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6293 _pkg_short_errors_supported=yes | 6270 _pkg_short_errors_supported=yes | 
| 6294 else | 6271 else | 
| 6295 _pkg_short_errors_supported=no | 6272 _pkg_short_errors_supported=no | 
| 6296 fi | 6273 fi | 
| 6297 if test $_pkg_short_errors_supported = yes; then | 6274 if test $_pkg_short_errors_supported = yes; then | 
| 6298 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6275 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6299 else | 6276 else | 
| 6300 rasqal_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6277 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6301 fi | 6278 fi | 
| 6302 # Put the nasty error message in config.log where it belongs | 6279 # Put the nasty error message in config.log where it belongs | 
| 6303 echo "$rasqal_PKG_ERRORS" >&5 | 6280 echo "$rasqal_PKG_ERRORS" >&5 | 
| 6304 | 6281 | 
| 6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6282 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6306 $as_echo "no" >&6; } | |
| 6307 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6308 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6283 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6309 elif test $pkg_failed = untried; then | 6284 elif test $pkg_failed = untried; then | 
| 6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6286 $as_echo "no" >&6; } | |
| 6310 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6287 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6311 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6288 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6312 else | 6289 else | 
| 6313 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS | 6290 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS | 
| 6314 rasqal_LIBS=$pkg_cv_rasqal_LIBS | 6291 rasqal_LIBS=$pkg_cv_rasqal_LIBS | 
| 6318 fi | 6295 fi | 
| 6319 fi | 6296 fi | 
| 6320 if test -n "$SV_MODULE_FAILED"; then | 6297 if test -n "$SV_MODULE_FAILED"; then | 
| 6321 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6298 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6322 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6299 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6323 eval as_val=\$$as_ac_Header | 6300 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6324 if test "x$as_val" = x""yes; then : | |
| 6325 HAVES="$HAVES $SV_MODULE_HAVE" | 6301 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6326 else | 6302 else | 
| 6327 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6303 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6328 fi | 6304 fi | 
| 6329 | 6305 | 
| 6330 | 6306 | 
| 6331 if test -n "$SV_MODULE_LIB"; then | 6307 if test -n "$SV_MODULE_LIB"; then | 
| 6332 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6308 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6334 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6310 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6335 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6311 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6336 $as_echo_n "(cached) " >&6 | 6312 $as_echo_n "(cached) " >&6 | 
| 6337 else | 6313 else | 
| 6338 ac_check_lib_save_LIBS=$LIBS | 6314 ac_check_lib_save_LIBS=$LIBS | 
| 6339 LIBS="-l$SV_MODULE_LIB $LIBS" | 6315 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6365 LIBS=$ac_check_lib_save_LIBS | 6341 LIBS=$ac_check_lib_save_LIBS | 
| 6366 fi | 6342 fi | 
| 6367 eval ac_res=\$$as_ac_Lib | 6343 eval ac_res=\$$as_ac_Lib | 
| 6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6369 $as_echo "$ac_res" >&6; } | 6345 $as_echo "$ac_res" >&6; } | 
| 6370 eval as_val=\$$as_ac_Lib | 6346 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6371 if test "x$as_val" = x""yes; then : | |
| 6372 LIBS="$LIBS -l$SV_MODULE_LIB" | 6347 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6373 else | 6348 else | 
| 6374 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6349 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6375 fi | 6350 fi | 
| 6376 | 6351 | 
| 6377 fi | 6352 fi | 
| 6378 fi | 6353 fi | 
| 6379 | 6354 | 
| 6392 | 6367 | 
| 6393 pkg_failed=no | 6368 pkg_failed=no | 
| 6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | 6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | 
| 6395 $as_echo_n "checking for redland... " >&6; } | 6370 $as_echo_n "checking for redland... " >&6; } | 
| 6396 | 6371 | 
| 6397 if test -n "$PKG_CONFIG"; then | 6372 if test -n "$redland_CFLAGS"; then | 
| 6398 if test -n "$redland_CFLAGS"; then | 6373 pkg_cv_redland_CFLAGS="$redland_CFLAGS" | 
| 6399 pkg_cv_redland_CFLAGS="$redland_CFLAGS" | 6374 elif test -n "$PKG_CONFIG"; then | 
| 6400 else | 6375 if test -n "$PKG_CONFIG" && \ | 
| 6401 if test -n "$PKG_CONFIG" && \ | |
| 6402 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6376 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6403 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6377 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6404 ac_status=$? | 6378 ac_status=$? | 
| 6405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6406 test $ac_status = 0; }; then | 6380 test $ac_status = 0; }; then | 
| 6407 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6381 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6408 else | 6382 else | 
| 6409 pkg_failed=yes | 6383 pkg_failed=yes | 
| 6410 fi | 6384 fi | 
| 6411 fi | 6385 else | 
| 6412 else | 6386 pkg_failed=untried | 
| 6413 pkg_failed=untried | 6387 fi | 
| 6414 fi | 6388 if test -n "$redland_LIBS"; then | 
| 6415 if test -n "$PKG_CONFIG"; then | 6389 pkg_cv_redland_LIBS="$redland_LIBS" | 
| 6416 if test -n "$redland_LIBS"; then | 6390 elif test -n "$PKG_CONFIG"; then | 
| 6417 pkg_cv_redland_LIBS="$redland_LIBS" | 6391 if test -n "$PKG_CONFIG" && \ | 
| 6418 else | |
| 6419 if test -n "$PKG_CONFIG" && \ | |
| 6420 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6392 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6421 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6393 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6422 ac_status=$? | 6394 ac_status=$? | 
| 6423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6424 test $ac_status = 0; }; then | 6396 test $ac_status = 0; }; then | 
| 6425 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6397 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6426 else | 6398 else | 
| 6427 pkg_failed=yes | 6399 pkg_failed=yes | 
| 6428 fi | 6400 fi | 
| 6429 fi | 6401 else | 
| 6430 else | 6402 pkg_failed=untried | 
| 6431 pkg_failed=untried | |
| 6432 fi | 6403 fi | 
| 6433 | 6404 | 
| 6434 | 6405 | 
| 6435 | 6406 | 
| 6436 if test $pkg_failed = yes; then | 6407 if test $pkg_failed = yes; then | 
| 6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6409 $as_echo "no" >&6; } | |
| 6437 | 6410 | 
| 6438 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6411 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6439 _pkg_short_errors_supported=yes | 6412 _pkg_short_errors_supported=yes | 
| 6440 else | 6413 else | 
| 6441 _pkg_short_errors_supported=no | 6414 _pkg_short_errors_supported=no | 
| 6442 fi | 6415 fi | 
| 6443 if test $_pkg_short_errors_supported = yes; then | 6416 if test $_pkg_short_errors_supported = yes; then | 
| 6444 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6417 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6445 else | 6418 else | 
| 6446 redland_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6419 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6447 fi | 6420 fi | 
| 6448 # Put the nasty error message in config.log where it belongs | 6421 # Put the nasty error message in config.log where it belongs | 
| 6449 echo "$redland_PKG_ERRORS" >&5 | 6422 echo "$redland_PKG_ERRORS" >&5 | 
| 6450 | 6423 | 
| 6451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6424 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6452 $as_echo "no" >&6; } | |
| 6453 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6454 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6425 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6455 elif test $pkg_failed = untried; then | 6426 elif test $pkg_failed = untried; then | 
| 6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6428 $as_echo "no" >&6; } | |
| 6456 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6429 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6457 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6430 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6458 else | 6431 else | 
| 6459 redland_CFLAGS=$pkg_cv_redland_CFLAGS | 6432 redland_CFLAGS=$pkg_cv_redland_CFLAGS | 
| 6460 redland_LIBS=$pkg_cv_redland_LIBS | 6433 redland_LIBS=$pkg_cv_redland_LIBS | 
| 6464 fi | 6437 fi | 
| 6465 fi | 6438 fi | 
| 6466 if test -n "$SV_MODULE_FAILED"; then | 6439 if test -n "$SV_MODULE_FAILED"; then | 
| 6467 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6440 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6468 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6441 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6469 eval as_val=\$$as_ac_Header | 6442 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6470 if test "x$as_val" = x""yes; then : | |
| 6471 HAVES="$HAVES $SV_MODULE_HAVE" | 6443 HAVES="$HAVES $SV_MODULE_HAVE" | 
| 6472 else | 6444 else | 
| 6473 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6445 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6474 fi | 6446 fi | 
| 6475 | 6447 | 
| 6476 | 6448 | 
| 6477 if test -n "$SV_MODULE_LIB"; then | 6449 if test -n "$SV_MODULE_LIB"; then | 
| 6478 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6450 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6480 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6452 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6481 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6453 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6482 $as_echo_n "(cached) " >&6 | 6454 $as_echo_n "(cached) " >&6 | 
| 6483 else | 6455 else | 
| 6484 ac_check_lib_save_LIBS=$LIBS | 6456 ac_check_lib_save_LIBS=$LIBS | 
| 6485 LIBS="-l$SV_MODULE_LIB $LIBS" | 6457 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6511 LIBS=$ac_check_lib_save_LIBS | 6483 LIBS=$ac_check_lib_save_LIBS | 
| 6512 fi | 6484 fi | 
| 6513 eval ac_res=\$$as_ac_Lib | 6485 eval ac_res=\$$as_ac_Lib | 
| 6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6515 $as_echo "$ac_res" >&6; } | 6487 $as_echo "$ac_res" >&6; } | 
| 6516 eval as_val=\$$as_ac_Lib | 6488 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6517 if test "x$as_val" = x""yes; then : | |
| 6518 LIBS="$LIBS -l$SV_MODULE_LIB" | 6489 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6519 else | 6490 else | 
| 6520 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 6491 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 
| 6521 fi | 6492 fi | 
| 6522 | 6493 | 
| 6523 fi | 6494 fi | 
| 6524 fi | 6495 fi | 
| 6525 | 6496 | 
| 6539 | 6510 | 
| 6540 pkg_failed=no | 6511 pkg_failed=no | 
| 6541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 | 6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 | 
| 6542 $as_echo_n "checking for liblo... " >&6; } | 6513 $as_echo_n "checking for liblo... " >&6; } | 
| 6543 | 6514 | 
| 6544 if test -n "$PKG_CONFIG"; then | 6515 if test -n "$liblo_CFLAGS"; then | 
| 6545 if test -n "$liblo_CFLAGS"; then | 6516 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" | 
| 6546 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" | 6517 elif test -n "$PKG_CONFIG"; then | 
| 6547 else | 6518 if test -n "$PKG_CONFIG" && \ | 
| 6548 if test -n "$PKG_CONFIG" && \ | |
| 6549 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6519 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6550 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6520 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6551 ac_status=$? | 6521 ac_status=$? | 
| 6552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6553 test $ac_status = 0; }; then | 6523 test $ac_status = 0; }; then | 
| 6554 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6524 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6555 else | 6525 else | 
| 6556 pkg_failed=yes | 6526 pkg_failed=yes | 
| 6557 fi | 6527 fi | 
| 6558 fi | 6528 else | 
| 6559 else | 6529 pkg_failed=untried | 
| 6560 pkg_failed=untried | 6530 fi | 
| 6561 fi | 6531 if test -n "$liblo_LIBS"; then | 
| 6562 if test -n "$PKG_CONFIG"; then | 6532 pkg_cv_liblo_LIBS="$liblo_LIBS" | 
| 6563 if test -n "$liblo_LIBS"; then | 6533 elif test -n "$PKG_CONFIG"; then | 
| 6564 pkg_cv_liblo_LIBS="$liblo_LIBS" | 6534 if test -n "$PKG_CONFIG" && \ | 
| 6565 else | |
| 6566 if test -n "$PKG_CONFIG" && \ | |
| 6567 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6535 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6568 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6536 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6569 ac_status=$? | 6537 ac_status=$? | 
| 6570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6571 test $ac_status = 0; }; then | 6539 test $ac_status = 0; }; then | 
| 6572 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6540 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6573 else | 6541 else | 
| 6574 pkg_failed=yes | 6542 pkg_failed=yes | 
| 6575 fi | 6543 fi | 
| 6576 fi | 6544 else | 
| 6577 else | 6545 pkg_failed=untried | 
| 6578 pkg_failed=untried | |
| 6579 fi | 6546 fi | 
| 6580 | 6547 | 
| 6581 | 6548 | 
| 6582 | 6549 | 
| 6583 if test $pkg_failed = yes; then | 6550 if test $pkg_failed = yes; then | 
| 6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6552 $as_echo "no" >&6; } | |
| 6584 | 6553 | 
| 6585 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6554 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6586 _pkg_short_errors_supported=yes | 6555 _pkg_short_errors_supported=yes | 
| 6587 else | 6556 else | 
| 6588 _pkg_short_errors_supported=no | 6557 _pkg_short_errors_supported=no | 
| 6589 fi | 6558 fi | 
| 6590 if test $_pkg_short_errors_supported = yes; then | 6559 if test $_pkg_short_errors_supported = yes; then | 
| 6591 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6560 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6592 else | 6561 else | 
| 6593 liblo_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6562 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6594 fi | 6563 fi | 
| 6595 # Put the nasty error message in config.log where it belongs | 6564 # Put the nasty error message in config.log where it belongs | 
| 6596 echo "$liblo_PKG_ERRORS" >&5 | 6565 echo "$liblo_PKG_ERRORS" >&5 | 
| 6597 | 6566 | 
| 6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6567 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6599 $as_echo "no" >&6; } | |
| 6600 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6601 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6568 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6602 elif test $pkg_failed = untried; then | 6569 elif test $pkg_failed = untried; then | 
| 6570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6571 $as_echo "no" >&6; } | |
| 6603 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6572 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6604 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6573 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6605 else | 6574 else | 
| 6606 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS | 6575 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS | 
| 6607 liblo_LIBS=$pkg_cv_liblo_LIBS | 6576 liblo_LIBS=$pkg_cv_liblo_LIBS | 
| 6611 fi | 6580 fi | 
| 6612 fi | 6581 fi | 
| 6613 if test -n "$SV_MODULE_FAILED"; then | 6582 if test -n "$SV_MODULE_FAILED"; then | 
| 6614 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6583 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6615 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6584 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6616 eval as_val=\$$as_ac_Header | 6585 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6617 if test "x$as_val" = x""yes; then : | |
| 6618 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6586 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 6619 else | 6587 else | 
| 6620 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6588 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 6621 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6589 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 6622 fi | 6590 fi | 
| 6625 if test -z "$SV_MODULE_FAILED"; then | 6593 if test -z "$SV_MODULE_FAILED"; then | 
| 6626 if test -n "$SV_MODULE_LIB"; then | 6594 if test -n "$SV_MODULE_LIB"; then | 
| 6627 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6595 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6629 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6597 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6630 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6598 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6631 $as_echo_n "(cached) " >&6 | 6599 $as_echo_n "(cached) " >&6 | 
| 6632 else | 6600 else | 
| 6633 ac_check_lib_save_LIBS=$LIBS | 6601 ac_check_lib_save_LIBS=$LIBS | 
| 6634 LIBS="-l$SV_MODULE_LIB $LIBS" | 6602 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6660 LIBS=$ac_check_lib_save_LIBS | 6628 LIBS=$ac_check_lib_save_LIBS | 
| 6661 fi | 6629 fi | 
| 6662 eval ac_res=\$$as_ac_Lib | 6630 eval ac_res=\$$as_ac_Lib | 
| 6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6664 $as_echo "$ac_res" >&6; } | 6632 $as_echo "$ac_res" >&6; } | 
| 6665 eval as_val=\$$as_ac_Lib | 6633 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6666 if test "x$as_val" = x""yes; then : | |
| 6667 LIBS="$LIBS -l$SV_MODULE_LIB" | 6634 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6668 else | 6635 else | 
| 6669 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6636 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 6670 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6637 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 6671 fi | 6638 fi | 
| 6689 | 6656 | 
| 6690 pkg_failed=no | 6657 pkg_failed=no | 
| 6691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 | 6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 | 
| 6692 $as_echo_n "checking for JACK... " >&6; } | 6659 $as_echo_n "checking for JACK... " >&6; } | 
| 6693 | 6660 | 
| 6694 if test -n "$PKG_CONFIG"; then | 6661 if test -n "$JACK_CFLAGS"; then | 
| 6695 if test -n "$JACK_CFLAGS"; then | 6662 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" | 
| 6696 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" | 6663 elif test -n "$PKG_CONFIG"; then | 
| 6697 else | 6664 if test -n "$PKG_CONFIG" && \ | 
| 6698 if test -n "$PKG_CONFIG" && \ | |
| 6699 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6665 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6700 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6666 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6701 ac_status=$? | 6667 ac_status=$? | 
| 6702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6703 test $ac_status = 0; }; then | 6669 test $ac_status = 0; }; then | 
| 6704 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6670 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6705 else | 6671 else | 
| 6706 pkg_failed=yes | 6672 pkg_failed=yes | 
| 6707 fi | 6673 fi | 
| 6708 fi | 6674 else | 
| 6709 else | 6675 pkg_failed=untried | 
| 6710 pkg_failed=untried | 6676 fi | 
| 6711 fi | 6677 if test -n "$JACK_LIBS"; then | 
| 6712 if test -n "$PKG_CONFIG"; then | 6678 pkg_cv_JACK_LIBS="$JACK_LIBS" | 
| 6713 if test -n "$JACK_LIBS"; then | 6679 elif test -n "$PKG_CONFIG"; then | 
| 6714 pkg_cv_JACK_LIBS="$JACK_LIBS" | 6680 if test -n "$PKG_CONFIG" && \ | 
| 6715 else | |
| 6716 if test -n "$PKG_CONFIG" && \ | |
| 6717 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6681 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6718 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6682 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6719 ac_status=$? | 6683 ac_status=$? | 
| 6720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6721 test $ac_status = 0; }; then | 6685 test $ac_status = 0; }; then | 
| 6722 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6686 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6723 else | 6687 else | 
| 6724 pkg_failed=yes | 6688 pkg_failed=yes | 
| 6725 fi | 6689 fi | 
| 6726 fi | 6690 else | 
| 6727 else | 6691 pkg_failed=untried | 
| 6728 pkg_failed=untried | |
| 6729 fi | 6692 fi | 
| 6730 | 6693 | 
| 6731 | 6694 | 
| 6732 | 6695 | 
| 6733 if test $pkg_failed = yes; then | 6696 if test $pkg_failed = yes; then | 
| 6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6698 $as_echo "no" >&6; } | |
| 6734 | 6699 | 
| 6735 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6700 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6736 _pkg_short_errors_supported=yes | 6701 _pkg_short_errors_supported=yes | 
| 6737 else | 6702 else | 
| 6738 _pkg_short_errors_supported=no | 6703 _pkg_short_errors_supported=no | 
| 6739 fi | 6704 fi | 
| 6740 if test $_pkg_short_errors_supported = yes; then | 6705 if test $_pkg_short_errors_supported = yes; then | 
| 6741 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6706 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6742 else | 6707 else | 
| 6743 JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6708 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6744 fi | 6709 fi | 
| 6745 # Put the nasty error message in config.log where it belongs | 6710 # Put the nasty error message in config.log where it belongs | 
| 6746 echo "$JACK_PKG_ERRORS" >&5 | 6711 echo "$JACK_PKG_ERRORS" >&5 | 
| 6747 | 6712 | 
| 6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6713 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6749 $as_echo "no" >&6; } | |
| 6750 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6751 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6714 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6752 elif test $pkg_failed = untried; then | 6715 elif test $pkg_failed = untried; then | 
| 6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6717 $as_echo "no" >&6; } | |
| 6753 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6718 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6754 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6719 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6755 else | 6720 else | 
| 6756 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS | 6721 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS | 
| 6757 JACK_LIBS=$pkg_cv_JACK_LIBS | 6722 JACK_LIBS=$pkg_cv_JACK_LIBS | 
| 6761 fi | 6726 fi | 
| 6762 fi | 6727 fi | 
| 6763 if test -n "$SV_MODULE_FAILED"; then | 6728 if test -n "$SV_MODULE_FAILED"; then | 
| 6764 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6729 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6765 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6730 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6766 eval as_val=\$$as_ac_Header | 6731 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6767 if test "x$as_val" = x""yes; then : | |
| 6768 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6732 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 6769 else | 6733 else | 
| 6770 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6734 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 6771 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6735 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 6772 fi | 6736 fi | 
| 6775 if test -z "$SV_MODULE_FAILED"; then | 6739 if test -z "$SV_MODULE_FAILED"; then | 
| 6776 if test -n "$SV_MODULE_LIB"; then | 6740 if test -n "$SV_MODULE_LIB"; then | 
| 6777 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6741 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6779 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6743 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6780 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6744 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6781 $as_echo_n "(cached) " >&6 | 6745 $as_echo_n "(cached) " >&6 | 
| 6782 else | 6746 else | 
| 6783 ac_check_lib_save_LIBS=$LIBS | 6747 ac_check_lib_save_LIBS=$LIBS | 
| 6784 LIBS="-l$SV_MODULE_LIB $LIBS" | 6748 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6810 LIBS=$ac_check_lib_save_LIBS | 6774 LIBS=$ac_check_lib_save_LIBS | 
| 6811 fi | 6775 fi | 
| 6812 eval ac_res=\$$as_ac_Lib | 6776 eval ac_res=\$$as_ac_Lib | 
| 6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6814 $as_echo "$ac_res" >&6; } | 6778 $as_echo "$ac_res" >&6; } | 
| 6815 eval as_val=\$$as_ac_Lib | 6779 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6816 if test "x$as_val" = x""yes; then : | |
| 6817 LIBS="$LIBS -l$SV_MODULE_LIB" | 6780 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6818 else | 6781 else | 
| 6819 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6782 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 6820 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6783 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 6821 fi | 6784 fi | 
| 6839 | 6802 | 
| 6840 pkg_failed=no | 6803 pkg_failed=no | 
| 6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 | 6804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 | 
| 6842 $as_echo_n "checking for libpulse... " >&6; } | 6805 $as_echo_n "checking for libpulse... " >&6; } | 
| 6843 | 6806 | 
| 6844 if test -n "$PKG_CONFIG"; then | 6807 if test -n "$libpulse_CFLAGS"; then | 
| 6845 if test -n "$libpulse_CFLAGS"; then | 6808 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" | 
| 6846 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" | 6809 elif test -n "$PKG_CONFIG"; then | 
| 6847 else | 6810 if test -n "$PKG_CONFIG" && \ | 
| 6848 if test -n "$PKG_CONFIG" && \ | |
| 6849 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6811 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6850 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6812 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6851 ac_status=$? | 6813 ac_status=$? | 
| 6852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6853 test $ac_status = 0; }; then | 6815 test $ac_status = 0; }; then | 
| 6854 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6816 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6855 else | 6817 else | 
| 6856 pkg_failed=yes | 6818 pkg_failed=yes | 
| 6857 fi | 6819 fi | 
| 6858 fi | 6820 else | 
| 6859 else | 6821 pkg_failed=untried | 
| 6860 pkg_failed=untried | 6822 fi | 
| 6861 fi | 6823 if test -n "$libpulse_LIBS"; then | 
| 6862 if test -n "$PKG_CONFIG"; then | 6824 pkg_cv_libpulse_LIBS="$libpulse_LIBS" | 
| 6863 if test -n "$libpulse_LIBS"; then | 6825 elif test -n "$PKG_CONFIG"; then | 
| 6864 pkg_cv_libpulse_LIBS="$libpulse_LIBS" | 6826 if test -n "$PKG_CONFIG" && \ | 
| 6865 else | |
| 6866 if test -n "$PKG_CONFIG" && \ | |
| 6867 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6827 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 6868 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6828 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 6869 ac_status=$? | 6829 ac_status=$? | 
| 6870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 6871 test $ac_status = 0; }; then | 6831 test $ac_status = 0; }; then | 
| 6872 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6832 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 6873 else | 6833 else | 
| 6874 pkg_failed=yes | 6834 pkg_failed=yes | 
| 6875 fi | 6835 fi | 
| 6876 fi | 6836 else | 
| 6877 else | 6837 pkg_failed=untried | 
| 6878 pkg_failed=untried | |
| 6879 fi | 6838 fi | 
| 6880 | 6839 | 
| 6881 | 6840 | 
| 6882 | 6841 | 
| 6883 if test $pkg_failed = yes; then | 6842 if test $pkg_failed = yes; then | 
| 6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6844 $as_echo "no" >&6; } | |
| 6884 | 6845 | 
| 6885 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6846 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 6886 _pkg_short_errors_supported=yes | 6847 _pkg_short_errors_supported=yes | 
| 6887 else | 6848 else | 
| 6888 _pkg_short_errors_supported=no | 6849 _pkg_short_errors_supported=no | 
| 6889 fi | 6850 fi | 
| 6890 if test $_pkg_short_errors_supported = yes; then | 6851 if test $_pkg_short_errors_supported = yes; then | 
| 6891 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6852 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6892 else | 6853 else | 
| 6893 libpulse_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6854 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 6894 fi | 6855 fi | 
| 6895 # Put the nasty error message in config.log where it belongs | 6856 # Put the nasty error message in config.log where it belongs | 
| 6896 echo "$libpulse_PKG_ERRORS" >&5 | 6857 echo "$libpulse_PKG_ERRORS" >&5 | 
| 6897 | 6858 | 
| 6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6859 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6899 $as_echo "no" >&6; } | |
| 6900 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 6901 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6860 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6902 elif test $pkg_failed = untried; then | 6861 elif test $pkg_failed = untried; then | 
| 6862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6863 $as_echo "no" >&6; } | |
| 6903 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 6864 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 6904 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6865 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 6905 else | 6866 else | 
| 6906 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS | 6867 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS | 
| 6907 libpulse_LIBS=$pkg_cv_libpulse_LIBS | 6868 libpulse_LIBS=$pkg_cv_libpulse_LIBS | 
| 6911 fi | 6872 fi | 
| 6912 fi | 6873 fi | 
| 6913 if test -n "$SV_MODULE_FAILED"; then | 6874 if test -n "$SV_MODULE_FAILED"; then | 
| 6914 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6875 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 6915 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6876 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 6916 eval as_val=\$$as_ac_Header | 6877 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 6917 if test "x$as_val" = x""yes; then : | |
| 6918 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6878 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 6919 else | 6879 else | 
| 6920 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6880 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 6921 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6881 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 6922 fi | 6882 fi | 
| 6925 if test -z "$SV_MODULE_FAILED"; then | 6885 if test -z "$SV_MODULE_FAILED"; then | 
| 6926 if test -n "$SV_MODULE_LIB"; then | 6886 if test -n "$SV_MODULE_LIB"; then | 
| 6927 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6887 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 6928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 6929 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6889 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 6930 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 6890 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 6931 $as_echo_n "(cached) " >&6 | 6891 $as_echo_n "(cached) " >&6 | 
| 6932 else | 6892 else | 
| 6933 ac_check_lib_save_LIBS=$LIBS | 6893 ac_check_lib_save_LIBS=$LIBS | 
| 6934 LIBS="-l$SV_MODULE_LIB $LIBS" | 6894 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 6935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 6960 LIBS=$ac_check_lib_save_LIBS | 6920 LIBS=$ac_check_lib_save_LIBS | 
| 6961 fi | 6921 fi | 
| 6962 eval ac_res=\$$as_ac_Lib | 6922 eval ac_res=\$$as_ac_Lib | 
| 6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 6964 $as_echo "$ac_res" >&6; } | 6924 $as_echo "$ac_res" >&6; } | 
| 6965 eval as_val=\$$as_ac_Lib | 6925 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 6966 if test "x$as_val" = x""yes; then : | |
| 6967 LIBS="$LIBS -l$SV_MODULE_LIB" | 6926 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 6968 else | 6927 else | 
| 6969 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6928 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 6970 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6929 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 6971 fi | 6930 fi | 
| 6989 | 6948 | 
| 6990 pkg_failed=no | 6949 pkg_failed=no | 
| 6991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 | 6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 | 
| 6992 $as_echo_n "checking for lrdf... " >&6; } | 6951 $as_echo_n "checking for lrdf... " >&6; } | 
| 6993 | 6952 | 
| 6994 if test -n "$PKG_CONFIG"; then | 6953 if test -n "$lrdf_CFLAGS"; then | 
| 6995 if test -n "$lrdf_CFLAGS"; then | 6954 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" | 
| 6996 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" | 6955 elif test -n "$PKG_CONFIG"; then | 
| 6997 else | 6956 if test -n "$PKG_CONFIG" && \ | 
| 6998 if test -n "$PKG_CONFIG" && \ | |
| 6999 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6957 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7000 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6958 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7001 ac_status=$? | 6959 ac_status=$? | 
| 7002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7003 test $ac_status = 0; }; then | 6961 test $ac_status = 0; }; then | 
| 7004 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6962 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7005 else | 6963 else | 
| 7006 pkg_failed=yes | 6964 pkg_failed=yes | 
| 7007 fi | 6965 fi | 
| 7008 fi | 6966 else | 
| 7009 else | 6967 pkg_failed=untried | 
| 7010 pkg_failed=untried | 6968 fi | 
| 7011 fi | 6969 if test -n "$lrdf_LIBS"; then | 
| 7012 if test -n "$PKG_CONFIG"; then | 6970 pkg_cv_lrdf_LIBS="$lrdf_LIBS" | 
| 7013 if test -n "$lrdf_LIBS"; then | 6971 elif test -n "$PKG_CONFIG"; then | 
| 7014 pkg_cv_lrdf_LIBS="$lrdf_LIBS" | 6972 if test -n "$PKG_CONFIG" && \ | 
| 7015 else | |
| 7016 if test -n "$PKG_CONFIG" && \ | |
| 7017 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6973 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7018 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6974 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7019 ac_status=$? | 6975 ac_status=$? | 
| 7020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7021 test $ac_status = 0; }; then | 6977 test $ac_status = 0; }; then | 
| 7022 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6978 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7023 else | 6979 else | 
| 7024 pkg_failed=yes | 6980 pkg_failed=yes | 
| 7025 fi | 6981 fi | 
| 7026 fi | 6982 else | 
| 7027 else | 6983 pkg_failed=untried | 
| 7028 pkg_failed=untried | |
| 7029 fi | 6984 fi | 
| 7030 | 6985 | 
| 7031 | 6986 | 
| 7032 | 6987 | 
| 7033 if test $pkg_failed = yes; then | 6988 if test $pkg_failed = yes; then | 
| 6989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 6990 $as_echo "no" >&6; } | |
| 7034 | 6991 | 
| 7035 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 6992 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7036 _pkg_short_errors_supported=yes | 6993 _pkg_short_errors_supported=yes | 
| 7037 else | 6994 else | 
| 7038 _pkg_short_errors_supported=no | 6995 _pkg_short_errors_supported=no | 
| 7039 fi | 6996 fi | 
| 7040 if test $_pkg_short_errors_supported = yes; then | 6997 if test $_pkg_short_errors_supported = yes; then | 
| 7041 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 6998 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7042 else | 6999 else | 
| 7043 lrdf_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7000 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7044 fi | 7001 fi | 
| 7045 # Put the nasty error message in config.log where it belongs | 7002 # Put the nasty error message in config.log where it belongs | 
| 7046 echo "$lrdf_PKG_ERRORS" >&5 | 7003 echo "$lrdf_PKG_ERRORS" >&5 | 
| 7047 | 7004 | 
| 7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7005 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7049 $as_echo "no" >&6; } | |
| 7050 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 7051 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7006 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7052 elif test $pkg_failed = untried; then | 7007 elif test $pkg_failed = untried; then | 
| 7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7009 $as_echo "no" >&6; } | |
| 7053 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 7010 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7054 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7011 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7055 else | 7012 else | 
| 7056 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS | 7013 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS | 
| 7057 lrdf_LIBS=$pkg_cv_lrdf_LIBS | 7014 lrdf_LIBS=$pkg_cv_lrdf_LIBS | 
| 7061 fi | 7018 fi | 
| 7062 fi | 7019 fi | 
| 7063 if test -n "$SV_MODULE_FAILED"; then | 7020 if test -n "$SV_MODULE_FAILED"; then | 
| 7064 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7021 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7065 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7022 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7066 eval as_val=\$$as_ac_Header | 7023 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 7067 if test "x$as_val" = x""yes; then : | |
| 7068 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7024 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7069 else | 7025 else | 
| 7070 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7026 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7071 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7027 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7072 fi | 7028 fi | 
| 7075 if test -z "$SV_MODULE_FAILED"; then | 7031 if test -z "$SV_MODULE_FAILED"; then | 
| 7076 if test -n "$SV_MODULE_LIB"; then | 7032 if test -n "$SV_MODULE_LIB"; then | 
| 7077 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7033 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7079 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7035 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7080 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7036 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 7081 $as_echo_n "(cached) " >&6 | 7037 $as_echo_n "(cached) " >&6 | 
| 7082 else | 7038 else | 
| 7083 ac_check_lib_save_LIBS=$LIBS | 7039 ac_check_lib_save_LIBS=$LIBS | 
| 7084 LIBS="-l$SV_MODULE_LIB $LIBS" | 7040 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7110 LIBS=$ac_check_lib_save_LIBS | 7066 LIBS=$ac_check_lib_save_LIBS | 
| 7111 fi | 7067 fi | 
| 7112 eval ac_res=\$$as_ac_Lib | 7068 eval ac_res=\$$as_ac_Lib | 
| 7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7114 $as_echo "$ac_res" >&6; } | 7070 $as_echo "$ac_res" >&6; } | 
| 7115 eval as_val=\$$as_ac_Lib | 7071 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 7116 if test "x$as_val" = x""yes; then : | |
| 7117 LIBS="$LIBS -l$SV_MODULE_LIB" | 7072 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7118 else | 7073 else | 
| 7119 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7074 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7120 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7075 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7121 fi | 7076 fi | 
| 7139 | 7094 | 
| 7140 pkg_failed=no | 7095 pkg_failed=no | 
| 7141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 | 7096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 | 
| 7142 $as_echo_n "checking for oggz... " >&6; } | 7097 $as_echo_n "checking for oggz... " >&6; } | 
| 7143 | 7098 | 
| 7144 if test -n "$PKG_CONFIG"; then | 7099 if test -n "$oggz_CFLAGS"; then | 
| 7145 if test -n "$oggz_CFLAGS"; then | 7100 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" | 
| 7146 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" | 7101 elif test -n "$PKG_CONFIG"; then | 
| 7147 else | 7102 if test -n "$PKG_CONFIG" && \ | 
| 7148 if test -n "$PKG_CONFIG" && \ | |
| 7149 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7103 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7150 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7104 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7151 ac_status=$? | 7105 ac_status=$? | 
| 7152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7153 test $ac_status = 0; }; then | 7107 test $ac_status = 0; }; then | 
| 7154 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7108 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7155 else | 7109 else | 
| 7156 pkg_failed=yes | 7110 pkg_failed=yes | 
| 7157 fi | 7111 fi | 
| 7158 fi | 7112 else | 
| 7159 else | 7113 pkg_failed=untried | 
| 7160 pkg_failed=untried | 7114 fi | 
| 7161 fi | 7115 if test -n "$oggz_LIBS"; then | 
| 7162 if test -n "$PKG_CONFIG"; then | 7116 pkg_cv_oggz_LIBS="$oggz_LIBS" | 
| 7163 if test -n "$oggz_LIBS"; then | 7117 elif test -n "$PKG_CONFIG"; then | 
| 7164 pkg_cv_oggz_LIBS="$oggz_LIBS" | 7118 if test -n "$PKG_CONFIG" && \ | 
| 7165 else | |
| 7166 if test -n "$PKG_CONFIG" && \ | |
| 7167 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7119 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7168 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7120 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7169 ac_status=$? | 7121 ac_status=$? | 
| 7170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7171 test $ac_status = 0; }; then | 7123 test $ac_status = 0; }; then | 
| 7172 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7124 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7173 else | 7125 else | 
| 7174 pkg_failed=yes | 7126 pkg_failed=yes | 
| 7175 fi | 7127 fi | 
| 7176 fi | 7128 else | 
| 7177 else | 7129 pkg_failed=untried | 
| 7178 pkg_failed=untried | |
| 7179 fi | 7130 fi | 
| 7180 | 7131 | 
| 7181 | 7132 | 
| 7182 | 7133 | 
| 7183 if test $pkg_failed = yes; then | 7134 if test $pkg_failed = yes; then | 
| 7135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7136 $as_echo "no" >&6; } | |
| 7184 | 7137 | 
| 7185 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 7138 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7186 _pkg_short_errors_supported=yes | 7139 _pkg_short_errors_supported=yes | 
| 7187 else | 7140 else | 
| 7188 _pkg_short_errors_supported=no | 7141 _pkg_short_errors_supported=no | 
| 7189 fi | 7142 fi | 
| 7190 if test $_pkg_short_errors_supported = yes; then | 7143 if test $_pkg_short_errors_supported = yes; then | 
| 7191 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7144 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7192 else | 7145 else | 
| 7193 oggz_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7146 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7194 fi | 7147 fi | 
| 7195 # Put the nasty error message in config.log where it belongs | 7148 # Put the nasty error message in config.log where it belongs | 
| 7196 echo "$oggz_PKG_ERRORS" >&5 | 7149 echo "$oggz_PKG_ERRORS" >&5 | 
| 7197 | 7150 | 
| 7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7151 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7199 $as_echo "no" >&6; } | |
| 7200 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 7201 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7152 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7202 elif test $pkg_failed = untried; then | 7153 elif test $pkg_failed = untried; then | 
| 7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7155 $as_echo "no" >&6; } | |
| 7203 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 7156 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7204 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7157 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7205 else | 7158 else | 
| 7206 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS | 7159 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS | 
| 7207 oggz_LIBS=$pkg_cv_oggz_LIBS | 7160 oggz_LIBS=$pkg_cv_oggz_LIBS | 
| 7211 fi | 7164 fi | 
| 7212 fi | 7165 fi | 
| 7213 if test -n "$SV_MODULE_FAILED"; then | 7166 if test -n "$SV_MODULE_FAILED"; then | 
| 7214 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7167 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7215 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7168 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7216 eval as_val=\$$as_ac_Header | 7169 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 7217 if test "x$as_val" = x""yes; then : | |
| 7218 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7170 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7219 else | 7171 else | 
| 7220 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7172 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7221 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7173 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7222 fi | 7174 fi | 
| 7225 if test -z "$SV_MODULE_FAILED"; then | 7177 if test -z "$SV_MODULE_FAILED"; then | 
| 7226 if test -n "$SV_MODULE_LIB"; then | 7178 if test -n "$SV_MODULE_LIB"; then | 
| 7227 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7179 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7229 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7181 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7230 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7182 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 7231 $as_echo_n "(cached) " >&6 | 7183 $as_echo_n "(cached) " >&6 | 
| 7232 else | 7184 else | 
| 7233 ac_check_lib_save_LIBS=$LIBS | 7185 ac_check_lib_save_LIBS=$LIBS | 
| 7234 LIBS="-l$SV_MODULE_LIB $LIBS" | 7186 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7260 LIBS=$ac_check_lib_save_LIBS | 7212 LIBS=$ac_check_lib_save_LIBS | 
| 7261 fi | 7213 fi | 
| 7262 eval ac_res=\$$as_ac_Lib | 7214 eval ac_res=\$$as_ac_Lib | 
| 7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7264 $as_echo "$ac_res" >&6; } | 7216 $as_echo "$ac_res" >&6; } | 
| 7265 eval as_val=\$$as_ac_Lib | 7217 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 7266 if test "x$as_val" = x""yes; then : | |
| 7267 LIBS="$LIBS -l$SV_MODULE_LIB" | 7218 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7268 else | 7219 else | 
| 7269 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7220 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7270 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7221 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7271 fi | 7222 fi | 
| 7289 | 7240 | 
| 7290 pkg_failed=no | 7241 pkg_failed=no | 
| 7291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 | 7242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 | 
| 7292 $as_echo_n "checking for fishsound... " >&6; } | 7243 $as_echo_n "checking for fishsound... " >&6; } | 
| 7293 | 7244 | 
| 7294 if test -n "$PKG_CONFIG"; then | 7245 if test -n "$fishsound_CFLAGS"; then | 
| 7295 if test -n "$fishsound_CFLAGS"; then | 7246 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" | 
| 7296 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" | 7247 elif test -n "$PKG_CONFIG"; then | 
| 7297 else | 7248 if test -n "$PKG_CONFIG" && \ | 
| 7298 if test -n "$PKG_CONFIG" && \ | |
| 7299 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7249 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7300 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7250 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7301 ac_status=$? | 7251 ac_status=$? | 
| 7302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7252 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7303 test $ac_status = 0; }; then | 7253 test $ac_status = 0; }; then | 
| 7304 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7254 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7305 else | 7255 else | 
| 7306 pkg_failed=yes | 7256 pkg_failed=yes | 
| 7307 fi | 7257 fi | 
| 7308 fi | 7258 else | 
| 7309 else | 7259 pkg_failed=untried | 
| 7310 pkg_failed=untried | 7260 fi | 
| 7311 fi | 7261 if test -n "$fishsound_LIBS"; then | 
| 7312 if test -n "$PKG_CONFIG"; then | 7262 pkg_cv_fishsound_LIBS="$fishsound_LIBS" | 
| 7313 if test -n "$fishsound_LIBS"; then | 7263 elif test -n "$PKG_CONFIG"; then | 
| 7314 pkg_cv_fishsound_LIBS="$fishsound_LIBS" | 7264 if test -n "$PKG_CONFIG" && \ | 
| 7315 else | |
| 7316 if test -n "$PKG_CONFIG" && \ | |
| 7317 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7265 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7318 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7266 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7319 ac_status=$? | 7267 ac_status=$? | 
| 7320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7321 test $ac_status = 0; }; then | 7269 test $ac_status = 0; }; then | 
| 7322 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7270 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7323 else | 7271 else | 
| 7324 pkg_failed=yes | 7272 pkg_failed=yes | 
| 7325 fi | 7273 fi | 
| 7326 fi | 7274 else | 
| 7327 else | 7275 pkg_failed=untried | 
| 7328 pkg_failed=untried | |
| 7329 fi | 7276 fi | 
| 7330 | 7277 | 
| 7331 | 7278 | 
| 7332 | 7279 | 
| 7333 if test $pkg_failed = yes; then | 7280 if test $pkg_failed = yes; then | 
| 7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7282 $as_echo "no" >&6; } | |
| 7334 | 7283 | 
| 7335 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 7284 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7336 _pkg_short_errors_supported=yes | 7285 _pkg_short_errors_supported=yes | 
| 7337 else | 7286 else | 
| 7338 _pkg_short_errors_supported=no | 7287 _pkg_short_errors_supported=no | 
| 7339 fi | 7288 fi | 
| 7340 if test $_pkg_short_errors_supported = yes; then | 7289 if test $_pkg_short_errors_supported = yes; then | 
| 7341 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7290 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7342 else | 7291 else | 
| 7343 fishsound_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7292 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7344 fi | 7293 fi | 
| 7345 # Put the nasty error message in config.log where it belongs | 7294 # Put the nasty error message in config.log where it belongs | 
| 7346 echo "$fishsound_PKG_ERRORS" >&5 | 7295 echo "$fishsound_PKG_ERRORS" >&5 | 
| 7347 | 7296 | 
| 7348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7297 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7349 $as_echo "no" >&6; } | |
| 7350 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 7351 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7298 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7352 elif test $pkg_failed = untried; then | 7299 elif test $pkg_failed = untried; then | 
| 7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7301 $as_echo "no" >&6; } | |
| 7353 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 7302 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7354 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7303 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7355 else | 7304 else | 
| 7356 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS | 7305 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS | 
| 7357 fishsound_LIBS=$pkg_cv_fishsound_LIBS | 7306 fishsound_LIBS=$pkg_cv_fishsound_LIBS | 
| 7361 fi | 7310 fi | 
| 7362 fi | 7311 fi | 
| 7363 if test -n "$SV_MODULE_FAILED"; then | 7312 if test -n "$SV_MODULE_FAILED"; then | 
| 7364 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7313 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7365 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7314 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7366 eval as_val=\$$as_ac_Header | 7315 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 7367 if test "x$as_val" = x""yes; then : | |
| 7368 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7316 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7369 else | 7317 else | 
| 7370 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7318 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7371 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7319 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7372 fi | 7320 fi | 
| 7375 if test -z "$SV_MODULE_FAILED"; then | 7323 if test -z "$SV_MODULE_FAILED"; then | 
| 7376 if test -n "$SV_MODULE_LIB"; then | 7324 if test -n "$SV_MODULE_LIB"; then | 
| 7377 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7325 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7379 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7327 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7380 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7328 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 7381 $as_echo_n "(cached) " >&6 | 7329 $as_echo_n "(cached) " >&6 | 
| 7382 else | 7330 else | 
| 7383 ac_check_lib_save_LIBS=$LIBS | 7331 ac_check_lib_save_LIBS=$LIBS | 
| 7384 LIBS="-l$SV_MODULE_LIB $LIBS" | 7332 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7410 LIBS=$ac_check_lib_save_LIBS | 7358 LIBS=$ac_check_lib_save_LIBS | 
| 7411 fi | 7359 fi | 
| 7412 eval ac_res=\$$as_ac_Lib | 7360 eval ac_res=\$$as_ac_Lib | 
| 7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7414 $as_echo "$ac_res" >&6; } | 7362 $as_echo "$ac_res" >&6; } | 
| 7415 eval as_val=\$$as_ac_Lib | 7363 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 7416 if test "x$as_val" = x""yes; then : | |
| 7417 LIBS="$LIBS -l$SV_MODULE_LIB" | 7364 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7418 else | 7365 else | 
| 7419 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7366 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7420 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7367 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7421 fi | 7368 fi | 
| 7439 | 7386 | 
| 7440 pkg_failed=no | 7387 pkg_failed=no | 
| 7441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 | 7388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 | 
| 7442 $as_echo_n "checking for mad... " >&6; } | 7389 $as_echo_n "checking for mad... " >&6; } | 
| 7443 | 7390 | 
| 7444 if test -n "$PKG_CONFIG"; then | 7391 if test -n "$mad_CFLAGS"; then | 
| 7445 if test -n "$mad_CFLAGS"; then | 7392 pkg_cv_mad_CFLAGS="$mad_CFLAGS" | 
| 7446 pkg_cv_mad_CFLAGS="$mad_CFLAGS" | 7393 elif test -n "$PKG_CONFIG"; then | 
| 7447 else | 7394 if test -n "$PKG_CONFIG" && \ | 
| 7448 if test -n "$PKG_CONFIG" && \ | |
| 7449 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7395 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7450 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7396 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7451 ac_status=$? | 7397 ac_status=$? | 
| 7452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7398 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7453 test $ac_status = 0; }; then | 7399 test $ac_status = 0; }; then | 
| 7454 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7400 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7455 else | 7401 else | 
| 7456 pkg_failed=yes | 7402 pkg_failed=yes | 
| 7457 fi | 7403 fi | 
| 7458 fi | 7404 else | 
| 7459 else | 7405 pkg_failed=untried | 
| 7460 pkg_failed=untried | 7406 fi | 
| 7461 fi | 7407 if test -n "$mad_LIBS"; then | 
| 7462 if test -n "$PKG_CONFIG"; then | 7408 pkg_cv_mad_LIBS="$mad_LIBS" | 
| 7463 if test -n "$mad_LIBS"; then | 7409 elif test -n "$PKG_CONFIG"; then | 
| 7464 pkg_cv_mad_LIBS="$mad_LIBS" | 7410 if test -n "$PKG_CONFIG" && \ | 
| 7465 else | |
| 7466 if test -n "$PKG_CONFIG" && \ | |
| 7467 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7411 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7468 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7412 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7469 ac_status=$? | 7413 ac_status=$? | 
| 7470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7471 test $ac_status = 0; }; then | 7415 test $ac_status = 0; }; then | 
| 7472 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7416 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7473 else | 7417 else | 
| 7474 pkg_failed=yes | 7418 pkg_failed=yes | 
| 7475 fi | 7419 fi | 
| 7476 fi | 7420 else | 
| 7477 else | 7421 pkg_failed=untried | 
| 7478 pkg_failed=untried | |
| 7479 fi | 7422 fi | 
| 7480 | 7423 | 
| 7481 | 7424 | 
| 7482 | 7425 | 
| 7483 if test $pkg_failed = yes; then | 7426 if test $pkg_failed = yes; then | 
| 7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7428 $as_echo "no" >&6; } | |
| 7484 | 7429 | 
| 7485 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 7430 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7486 _pkg_short_errors_supported=yes | 7431 _pkg_short_errors_supported=yes | 
| 7487 else | 7432 else | 
| 7488 _pkg_short_errors_supported=no | 7433 _pkg_short_errors_supported=no | 
| 7489 fi | 7434 fi | 
| 7490 if test $_pkg_short_errors_supported = yes; then | 7435 if test $_pkg_short_errors_supported = yes; then | 
| 7491 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7436 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7492 else | 7437 else | 
| 7493 mad_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7438 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7494 fi | 7439 fi | 
| 7495 # Put the nasty error message in config.log where it belongs | 7440 # Put the nasty error message in config.log where it belongs | 
| 7496 echo "$mad_PKG_ERRORS" >&5 | 7441 echo "$mad_PKG_ERRORS" >&5 | 
| 7497 | 7442 | 
| 7498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7443 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7499 $as_echo "no" >&6; } | |
| 7500 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 7501 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7444 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7502 elif test $pkg_failed = untried; then | 7445 elif test $pkg_failed = untried; then | 
| 7446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7447 $as_echo "no" >&6; } | |
| 7503 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 7448 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7504 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7449 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7505 else | 7450 else | 
| 7506 mad_CFLAGS=$pkg_cv_mad_CFLAGS | 7451 mad_CFLAGS=$pkg_cv_mad_CFLAGS | 
| 7507 mad_LIBS=$pkg_cv_mad_LIBS | 7452 mad_LIBS=$pkg_cv_mad_LIBS | 
| 7511 fi | 7456 fi | 
| 7512 fi | 7457 fi | 
| 7513 if test -n "$SV_MODULE_FAILED"; then | 7458 if test -n "$SV_MODULE_FAILED"; then | 
| 7514 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7459 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7515 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7460 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7516 eval as_val=\$$as_ac_Header | 7461 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 7517 if test "x$as_val" = x""yes; then : | |
| 7518 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7462 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7519 else | 7463 else | 
| 7520 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7464 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7521 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7465 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7522 fi | 7466 fi | 
| 7525 if test -z "$SV_MODULE_FAILED"; then | 7469 if test -z "$SV_MODULE_FAILED"; then | 
| 7526 if test -n "$SV_MODULE_LIB"; then | 7470 if test -n "$SV_MODULE_LIB"; then | 
| 7527 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7471 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7529 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7473 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7530 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7474 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 7531 $as_echo_n "(cached) " >&6 | 7475 $as_echo_n "(cached) " >&6 | 
| 7532 else | 7476 else | 
| 7533 ac_check_lib_save_LIBS=$LIBS | 7477 ac_check_lib_save_LIBS=$LIBS | 
| 7534 LIBS="-l$SV_MODULE_LIB $LIBS" | 7478 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7560 LIBS=$ac_check_lib_save_LIBS | 7504 LIBS=$ac_check_lib_save_LIBS | 
| 7561 fi | 7505 fi | 
| 7562 eval ac_res=\$$as_ac_Lib | 7506 eval ac_res=\$$as_ac_Lib | 
| 7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7564 $as_echo "$ac_res" >&6; } | 7508 $as_echo "$ac_res" >&6; } | 
| 7565 eval as_val=\$$as_ac_Lib | 7509 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 7566 if test "x$as_val" = x""yes; then : | |
| 7567 LIBS="$LIBS -l$SV_MODULE_LIB" | 7510 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7568 else | 7511 else | 
| 7569 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7512 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7570 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7513 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7571 fi | 7514 fi | 
| 7589 | 7532 | 
| 7590 pkg_failed=no | 7533 pkg_failed=no | 
| 7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 | 7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 | 
| 7592 $as_echo_n "checking for id3tag... " >&6; } | 7535 $as_echo_n "checking for id3tag... " >&6; } | 
| 7593 | 7536 | 
| 7594 if test -n "$PKG_CONFIG"; then | 7537 if test -n "$id3tag_CFLAGS"; then | 
| 7595 if test -n "$id3tag_CFLAGS"; then | 7538 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" | 
| 7596 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" | 7539 elif test -n "$PKG_CONFIG"; then | 
| 7597 else | 7540 if test -n "$PKG_CONFIG" && \ | 
| 7598 if test -n "$PKG_CONFIG" && \ | |
| 7599 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7541 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7600 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7542 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7601 ac_status=$? | 7543 ac_status=$? | 
| 7602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7603 test $ac_status = 0; }; then | 7545 test $ac_status = 0; }; then | 
| 7604 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7546 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7605 else | 7547 else | 
| 7606 pkg_failed=yes | 7548 pkg_failed=yes | 
| 7607 fi | 7549 fi | 
| 7608 fi | 7550 else | 
| 7609 else | 7551 pkg_failed=untried | 
| 7610 pkg_failed=untried | 7552 fi | 
| 7611 fi | 7553 if test -n "$id3tag_LIBS"; then | 
| 7612 if test -n "$PKG_CONFIG"; then | 7554 pkg_cv_id3tag_LIBS="$id3tag_LIBS" | 
| 7613 if test -n "$id3tag_LIBS"; then | 7555 elif test -n "$PKG_CONFIG"; then | 
| 7614 pkg_cv_id3tag_LIBS="$id3tag_LIBS" | 7556 if test -n "$PKG_CONFIG" && \ | 
| 7615 else | |
| 7616 if test -n "$PKG_CONFIG" && \ | |
| 7617 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 7557 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 
| 7618 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7558 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 
| 7619 ac_status=$? | 7559 ac_status=$? | 
| 7620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7560 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 
| 7621 test $ac_status = 0; }; then | 7561 test $ac_status = 0; }; then | 
| 7622 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7562 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 
| 7623 else | 7563 else | 
| 7624 pkg_failed=yes | 7564 pkg_failed=yes | 
| 7625 fi | 7565 fi | 
| 7626 fi | 7566 else | 
| 7627 else | 7567 pkg_failed=untried | 
| 7628 pkg_failed=untried | |
| 7629 fi | 7568 fi | 
| 7630 | 7569 | 
| 7631 | 7570 | 
| 7632 | 7571 | 
| 7633 if test $pkg_failed = yes; then | 7572 if test $pkg_failed = yes; then | 
| 7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7574 $as_echo "no" >&6; } | |
| 7634 | 7575 | 
| 7635 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 7576 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 
| 7636 _pkg_short_errors_supported=yes | 7577 _pkg_short_errors_supported=yes | 
| 7637 else | 7578 else | 
| 7638 _pkg_short_errors_supported=no | 7579 _pkg_short_errors_supported=no | 
| 7639 fi | 7580 fi | 
| 7640 if test $_pkg_short_errors_supported = yes; then | 7581 if test $_pkg_short_errors_supported = yes; then | 
| 7641 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7582 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7642 else | 7583 else | 
| 7643 id3tag_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` | 7584 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 
| 7644 fi | 7585 fi | 
| 7645 # Put the nasty error message in config.log where it belongs | 7586 # Put the nasty error message in config.log where it belongs | 
| 7646 echo "$id3tag_PKG_ERRORS" >&5 | 7587 echo "$id3tag_PKG_ERRORS" >&5 | 
| 7647 | 7588 | 
| 7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7589 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7649 $as_echo "no" >&6; } | |
| 7650 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | |
| 7651 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7590 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7652 elif test $pkg_failed = untried; then | 7591 elif test $pkg_failed = untried; then | 
| 7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7593 $as_echo "no" >&6; } | |
| 7653 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 7594 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 
| 7654 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7595 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 
| 7655 else | 7596 else | 
| 7656 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS | 7597 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS | 
| 7657 id3tag_LIBS=$pkg_cv_id3tag_LIBS | 7598 id3tag_LIBS=$pkg_cv_id3tag_LIBS | 
| 7661 fi | 7602 fi | 
| 7662 fi | 7603 fi | 
| 7663 if test -n "$SV_MODULE_FAILED"; then | 7604 if test -n "$SV_MODULE_FAILED"; then | 
| 7664 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7605 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 
| 7665 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7606 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 
| 7666 eval as_val=\$$as_ac_Header | 7607 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 
| 7667 if test "x$as_val" = x""yes; then : | |
| 7668 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7608 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 
| 7669 else | 7609 else | 
| 7670 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7610 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 
| 7671 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7611 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 
| 7672 fi | 7612 fi | 
| 7675 if test -z "$SV_MODULE_FAILED"; then | 7615 if test -z "$SV_MODULE_FAILED"; then | 
| 7676 if test -n "$SV_MODULE_LIB"; then | 7616 if test -n "$SV_MODULE_LIB"; then | 
| 7677 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7617 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 
| 7678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 
| 7679 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7619 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 
| 7680 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : | 7620 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 
| 7681 $as_echo_n "(cached) " >&6 | 7621 $as_echo_n "(cached) " >&6 | 
| 7682 else | 7622 else | 
| 7683 ac_check_lib_save_LIBS=$LIBS | 7623 ac_check_lib_save_LIBS=$LIBS | 
| 7684 LIBS="-l$SV_MODULE_LIB $LIBS" | 7624 LIBS="-l$SV_MODULE_LIB $LIBS" | 
| 7685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
| 7710 LIBS=$ac_check_lib_save_LIBS | 7650 LIBS=$ac_check_lib_save_LIBS | 
| 7711 fi | 7651 fi | 
| 7712 eval ac_res=\$$as_ac_Lib | 7652 eval ac_res=\$$as_ac_Lib | 
| 7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 
| 7714 $as_echo "$ac_res" >&6; } | 7654 $as_echo "$ac_res" >&6; } | 
| 7715 eval as_val=\$$as_ac_Lib | 7655 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 
| 7716 if test "x$as_val" = x""yes; then : | |
| 7717 LIBS="$LIBS -l$SV_MODULE_LIB" | 7656 LIBS="$LIBS -l$SV_MODULE_LIB" | 
| 7718 else | 7657 else | 
| 7719 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7658 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 
| 7720 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7659 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 
| 7721 fi | 7660 fi | 
| 7861 DEFS=`sed -n "$ac_script" confdefs.h` | 7800 DEFS=`sed -n "$ac_script" confdefs.h` | 
| 7862 | 7801 | 
| 7863 | 7802 | 
| 7864 ac_libobjs= | 7803 ac_libobjs= | 
| 7865 ac_ltlibobjs= | 7804 ac_ltlibobjs= | 
| 7805 U= | |
| 7866 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 7806 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 
| 7867 # 1. Remove the extension, and $U if already installed. | 7807 # 1. Remove the extension, and $U if already installed. | 
| 7868 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 7808 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 
| 7869 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 7809 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 
| 7870 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 7810 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 
| 8022 | 7962 | 
| 8023 # CDPATH. | 7963 # CDPATH. | 
| 8024 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 7964 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 
| 8025 | 7965 | 
| 8026 | 7966 | 
| 8027 # as_fn_error ERROR [LINENO LOG_FD] | 7967 # as_fn_error STATUS ERROR [LINENO LOG_FD] | 
| 8028 # --------------------------------- | 7968 # ---------------------------------------- | 
| 8029 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 7969 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 
| 8030 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 7970 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 
| 8031 # script with status $?, using 1 if that was 0. | 7971 # script with STATUS, using 1 if that was 0. | 
| 8032 as_fn_error () | 7972 as_fn_error () | 
| 8033 { | 7973 { | 
| 8034 as_status=$?; test $as_status -eq 0 && as_status=1 | 7974 as_status=$1; test $as_status -eq 0 && as_status=1 | 
| 8035 if test "$3"; then | 7975 if test "$4"; then | 
| 8036 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 7976 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 
| 8037 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 7977 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 
| 8038 fi | 7978 fi | 
| 8039 $as_echo "$as_me: error: $1" >&2 | 7979 $as_echo "$as_me: error: $2" >&2 | 
| 8040 as_fn_exit $as_status | 7980 as_fn_exit $as_status | 
| 8041 } # as_fn_error | 7981 } # as_fn_error | 
| 8042 | 7982 | 
| 8043 | 7983 | 
| 8044 # as_fn_set_status STATUS | 7984 # as_fn_set_status STATUS | 
| 8230 } | 8170 } | 
| 8231 s/.*/./; q'` | 8171 s/.*/./; q'` | 
| 8232 test -d "$as_dir" && break | 8172 test -d "$as_dir" && break | 
| 8233 done | 8173 done | 
| 8234 test -z "$as_dirs" || eval "mkdir $as_dirs" | 8174 test -z "$as_dirs" || eval "mkdir $as_dirs" | 
| 8235 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 8175 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 
| 8236 | 8176 | 
| 8237 | 8177 | 
| 8238 } # as_fn_mkdir_p | 8178 } # as_fn_mkdir_p | 
| 8239 if mkdir -p . 2>/dev/null; then | 8179 if mkdir -p . 2>/dev/null; then | 
| 8240 as_mkdir_p='mkdir -p "$as_dir"' | 8180 as_mkdir_p='mkdir -p "$as_dir"' | 
| 8283 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 8223 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 
| 8284 # Save the log message, to keep $0 and so on meaningful, and to | 8224 # Save the log message, to keep $0 and so on meaningful, and to | 
| 8285 # report actual input values of CONFIG_FILES etc. instead of their | 8225 # report actual input values of CONFIG_FILES etc. instead of their | 
| 8286 # values after options handling. | 8226 # values after options handling. | 
| 8287 ac_log=" | 8227 ac_log=" | 
| 8288 This file was extended by SVcore $as_me 1.8, which was | 8228 This file was extended by SVgui $as_me 1.8, which was | 
| 8289 generated by GNU Autoconf 2.65. Invocation command line was | 8229 generated by GNU Autoconf 2.67. Invocation command line was | 
| 8290 | 8230 | 
| 8291 CONFIG_FILES = $CONFIG_FILES | 8231 CONFIG_FILES = $CONFIG_FILES | 
| 8292 CONFIG_HEADERS = $CONFIG_HEADERS | 8232 CONFIG_HEADERS = $CONFIG_HEADERS | 
| 8293 CONFIG_LINKS = $CONFIG_LINKS | 8233 CONFIG_LINKS = $CONFIG_LINKS | 
| 8294 CONFIG_COMMANDS = $CONFIG_COMMANDS | 8234 CONFIG_COMMANDS = $CONFIG_COMMANDS | 
| 8336 | 8276 | 
| 8337 _ACEOF | 8277 _ACEOF | 
| 8338 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8278 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 
| 8339 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 8279 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 
| 8340 ac_cs_version="\\ | 8280 ac_cs_version="\\ | 
| 8341 SVcore config.status 1.8 | 8281 SVgui config.status 1.8 | 
| 8342 configured by $0, generated by GNU Autoconf 2.65, | 8282 configured by $0, generated by GNU Autoconf 2.67, | 
| 8343 with options \\"\$ac_cs_config\\" | 8283 with options \\"\$ac_cs_config\\" | 
| 8344 | 8284 | 
| 8345 Copyright (C) 2009 Free Software Foundation, Inc. | 8285 Copyright (C) 2010 Free Software Foundation, Inc. | 
| 8346 This config.status script is free software; the Free Software Foundation | 8286 This config.status script is free software; the Free Software Foundation | 
| 8347 gives unlimited permission to copy, distribute and modify it." | 8287 gives unlimited permission to copy, distribute and modify it." | 
| 8348 | 8288 | 
| 8349 ac_pwd='$ac_pwd' | 8289 ac_pwd='$ac_pwd' | 
| 8350 srcdir='$srcdir' | 8290 srcdir='$srcdir' | 
| 8357 # The default lists apply if the user does not specify any file. | 8297 # The default lists apply if the user does not specify any file. | 
| 8358 ac_need_defaults=: | 8298 ac_need_defaults=: | 
| 8359 while test $# != 0 | 8299 while test $# != 0 | 
| 8360 do | 8300 do | 
| 8361 case $1 in | 8301 case $1 in | 
| 8362 --*=*) | 8302 --*=?*) | 
| 8363 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 8303 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 
| 8364 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 8304 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 
| 8305 ac_shift=: | |
| 8306 ;; | |
| 8307 --*=) | |
| 8308 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
| 8309 ac_optarg= | |
| 8365 ac_shift=: | 8310 ac_shift=: | 
| 8366 ;; | 8311 ;; | 
| 8367 *) | 8312 *) | 
| 8368 ac_option=$1 | 8313 ac_option=$1 | 
| 8369 ac_optarg=$2 | 8314 ac_optarg=$2 | 
| 8383 debug=: ;; | 8328 debug=: ;; | 
| 8384 --file | --fil | --fi | --f ) | 8329 --file | --fil | --fi | --f ) | 
| 8385 $ac_shift | 8330 $ac_shift | 
| 8386 case $ac_optarg in | 8331 case $ac_optarg in | 
| 8387 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 8332 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 
| 8333 '') as_fn_error $? "missing file argument" ;; | |
| 8388 esac | 8334 esac | 
| 8389 as_fn_append CONFIG_FILES " '$ac_optarg'" | 8335 as_fn_append CONFIG_FILES " '$ac_optarg'" | 
| 8390 ac_need_defaults=false;; | 8336 ac_need_defaults=false;; | 
| 8391 --he | --h | --help | --hel | -h ) | 8337 --he | --h | --help | --hel | -h ) | 
| 8392 $as_echo "$ac_cs_usage"; exit ;; | 8338 $as_echo "$ac_cs_usage"; exit ;; | 
| 8393 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 8339 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 
| 8394 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 8340 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 
| 8395 ac_cs_silent=: ;; | 8341 ac_cs_silent=: ;; | 
| 8396 | 8342 | 
| 8397 # This is an error. | 8343 # This is an error. | 
| 8398 -*) as_fn_error "unrecognized option: \`$1' | 8344 -*) as_fn_error $? "unrecognized option: \`$1' | 
| 8399 Try \`$0 --help' for more information." ;; | 8345 Try \`$0 --help' for more information." ;; | 
| 8400 | 8346 | 
| 8401 *) as_fn_append ac_config_targets " $1" | 8347 *) as_fn_append ac_config_targets " $1" | 
| 8402 ac_need_defaults=false ;; | 8348 ac_need_defaults=false ;; | 
| 8403 | 8349 | 
| 8444 for ac_config_target in $ac_config_targets | 8390 for ac_config_target in $ac_config_targets | 
| 8445 do | 8391 do | 
| 8446 case $ac_config_target in | 8392 case $ac_config_target in | 
| 8447 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 8393 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 
| 8448 | 8394 | 
| 8449 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 8395 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 
| 8450 esac | 8396 esac | 
| 8451 done | 8397 done | 
| 8452 | 8398 | 
| 8453 | 8399 | 
| 8454 # If the user did not use the arguments to specify the items to instantiate, | 8400 # If the user did not use the arguments to specify the items to instantiate, | 
| 8480 test -n "$tmp" && test -d "$tmp" | 8426 test -n "$tmp" && test -d "$tmp" | 
| 8481 } || | 8427 } || | 
| 8482 { | 8428 { | 
| 8483 tmp=./conf$$-$RANDOM | 8429 tmp=./conf$$-$RANDOM | 
| 8484 (umask 077 && mkdir "$tmp") | 8430 (umask 077 && mkdir "$tmp") | 
| 8485 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 8431 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 
| 8486 | 8432 | 
| 8487 # Set up the scripts for CONFIG_FILES section. | 8433 # Set up the scripts for CONFIG_FILES section. | 
| 8488 # No need to generate them if there are no CONFIG_FILES. | 8434 # No need to generate them if there are no CONFIG_FILES. | 
| 8489 # This happens for instance with `./config.status config.h'. | 8435 # This happens for instance with `./config.status config.h'. | 
| 8490 if test -n "$CONFIG_FILES"; then | 8436 if test -n "$CONFIG_FILES"; then | 
| 8497 if test "x$ac_cr" = x; then | 8443 if test "x$ac_cr" = x; then | 
| 8498 eval ac_cr=\$\'\\r\' | 8444 eval ac_cr=\$\'\\r\' | 
| 8499 fi | 8445 fi | 
| 8500 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 8446 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 
| 8501 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 8447 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 
| 8502 ac_cs_awk_cr='\r' | 8448 ac_cs_awk_cr='\\r' | 
| 8503 else | 8449 else | 
| 8504 ac_cs_awk_cr=$ac_cr | 8450 ac_cs_awk_cr=$ac_cr | 
| 8505 fi | 8451 fi | 
| 8506 | 8452 | 
| 8507 echo 'BEGIN {' >"$tmp/subs1.awk" && | 8453 echo 'BEGIN {' >"$tmp/subs1.awk" && | 
| 8511 { | 8457 { | 
| 8512 echo "cat >conf$$subs.awk <<_ACEOF" && | 8458 echo "cat >conf$$subs.awk <<_ACEOF" && | 
| 8513 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 8459 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 
| 8514 echo "_ACEOF" | 8460 echo "_ACEOF" | 
| 8515 } >conf$$subs.sh || | 8461 } >conf$$subs.sh || | 
| 8516 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 8462 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 8517 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 8463 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 
| 8518 ac_delim='%!_!# ' | 8464 ac_delim='%!_!# ' | 
| 8519 for ac_last_try in false false false false false :; do | 8465 for ac_last_try in false false false false false :; do | 
| 8520 . ./conf$$subs.sh || | 8466 . ./conf$$subs.sh || | 
| 8521 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 8467 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 8522 | 8468 | 
| 8523 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 8469 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 
| 8524 if test $ac_delim_n = $ac_delim_num; then | 8470 if test $ac_delim_n = $ac_delim_num; then | 
| 8525 break | 8471 break | 
| 8526 elif $ac_last_try; then | 8472 elif $ac_last_try; then | 
| 8527 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 8473 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 
| 8528 else | 8474 else | 
| 8529 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 8475 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 
| 8530 fi | 8476 fi | 
| 8531 done | 8477 done | 
| 8532 rm -f conf$$subs.sh | 8478 rm -f conf$$subs.sh | 
| 8611 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 8557 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 
| 8612 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 8558 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 
| 8613 else | 8559 else | 
| 8614 cat | 8560 cat | 
| 8615 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 8561 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 
| 8616 || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 8562 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 
| 8617 _ACEOF | 8563 _ACEOF | 
| 8618 | 8564 | 
| 8619 # VPATH may cause trouble with some makes, so we remove $(srcdir), | 8565 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 
| 8620 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 8566 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 
| 8621 # trailing colons and then remove the whole line if VPATH becomes empty | 8567 # trailing colons and then remove the whole line if VPATH becomes empty | 
| 8622 # (actually we leave an empty line to preserve line numbers). | 8568 # (actually we leave an empty line to preserve line numbers). | 
| 8623 if test "x$srcdir" = x.; then | 8569 if test "x$srcdir" = x.; then | 
| 8624 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 8570 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 
| 8625 s/:*\$(srcdir):*/:/ | 8571 h | 
| 8626 s/:*\${srcdir}:*/:/ | 8572 s/// | 
| 8627 s/:*@srcdir@:*/:/ | 8573 s/^/:/ | 
| 8628 s/^\([^=]*=[ ]*\):*/\1/ | 8574 s/[ ]*$/:/ | 
| 8575 s/:\$(srcdir):/:/g | |
| 8576 s/:\${srcdir}:/:/g | |
| 8577 s/:@srcdir@:/:/g | |
| 8578 s/^:*// | |
| 8629 s/:*$// | 8579 s/:*$// | 
| 8580 x | |
| 8581 s/\(=[ ]*\).*/\1/ | |
| 8582 G | |
| 8583 s/\n// | |
| 8630 s/^[^=]*=[ ]*$// | 8584 s/^[^=]*=[ ]*$// | 
| 8631 }' | 8585 }' | 
| 8632 fi | 8586 fi | 
| 8633 | 8587 | 
| 8634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 8588 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 
| 8642 case $ac_tag in | 8596 case $ac_tag in | 
| 8643 :[FHLC]) ac_mode=$ac_tag; continue;; | 8597 :[FHLC]) ac_mode=$ac_tag; continue;; | 
| 8644 esac | 8598 esac | 
| 8645 case $ac_mode$ac_tag in | 8599 case $ac_mode$ac_tag in | 
| 8646 :[FHL]*:*);; | 8600 :[FHL]*:*);; | 
| 8647 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 8601 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; | 
| 8648 :[FH]-) ac_tag=-:-;; | 8602 :[FH]-) ac_tag=-:-;; | 
| 8649 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 8603 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 
| 8650 esac | 8604 esac | 
| 8651 ac_save_IFS=$IFS | 8605 ac_save_IFS=$IFS | 
| 8652 IFS=: | 8606 IFS=: | 
| 8670 test -f "$ac_f" || | 8624 test -f "$ac_f" || | 
| 8671 case $ac_f in | 8625 case $ac_f in | 
| 8672 [\\/$]*) false;; | 8626 [\\/$]*) false;; | 
| 8673 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 8627 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 
| 8674 esac || | 8628 esac || | 
| 8675 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 8629 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 
| 8676 esac | 8630 esac | 
| 8677 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 8631 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 
| 8678 as_fn_append ac_file_inputs " '$ac_f'" | 8632 as_fn_append ac_file_inputs " '$ac_f'" | 
| 8679 done | 8633 done | 
| 8680 | 8634 | 
| 8697 *) ac_sed_conf_input=$configure_input;; | 8651 *) ac_sed_conf_input=$configure_input;; | 
| 8698 esac | 8652 esac | 
| 8699 | 8653 | 
| 8700 case $ac_tag in | 8654 case $ac_tag in | 
| 8701 *:-:* | *:-) cat >"$tmp/stdin" \ | 8655 *:-:* | *:-) cat >"$tmp/stdin" \ | 
| 8702 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 8656 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 
| 8703 esac | 8657 esac | 
| 8704 ;; | 8658 ;; | 
| 8705 esac | 8659 esac | 
| 8706 | 8660 | 
| 8707 ac_dir=`$as_dirname -- "$ac_file" || | 8661 ac_dir=`$as_dirname -- "$ac_file" || | 
| 8834 s&@INSTALL@&$ac_INSTALL&;t t | 8788 s&@INSTALL@&$ac_INSTALL&;t t | 
| 8835 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 8789 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 
| 8836 $ac_datarootdir_hack | 8790 $ac_datarootdir_hack | 
| 8837 " | 8791 " | 
| 8838 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 8792 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 
| 8839 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 8793 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 
| 8840 | 8794 | 
| 8841 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 8795 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 
| 8842 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 8796 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 
| 8843 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 8797 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 
| 8844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 
| 8845 which seems to be undefined. Please make sure it is defined." >&5 | 8799 which seems to be undefined. Please make sure it is defined" >&5 | 
| 8846 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8800 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 
| 8847 which seems to be undefined. Please make sure it is defined." >&2;} | 8801 which seems to be undefined. Please make sure it is defined" >&2;} | 
| 8848 | 8802 | 
| 8849 rm -f "$tmp/stdin" | 8803 rm -f "$tmp/stdin" | 
| 8850 case $ac_file in | 8804 case $ac_file in | 
| 8851 -) cat "$tmp/out" && rm -f "$tmp/out";; | 8805 -) cat "$tmp/out" && rm -f "$tmp/out";; | 
| 8852 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 8806 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 
| 8853 esac \ | 8807 esac \ | 
| 8854 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 8808 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 
| 8855 ;; | 8809 ;; | 
| 8856 | 8810 | 
| 8857 | 8811 | 
| 8858 | 8812 | 
| 8859 esac | 8813 esac | 
| 8864 as_fn_exit 0 | 8818 as_fn_exit 0 | 
| 8865 _ACEOF | 8819 _ACEOF | 
| 8866 ac_clean_files=$ac_clean_files_save | 8820 ac_clean_files=$ac_clean_files_save | 
| 8867 | 8821 | 
| 8868 test $ac_write_fail = 0 || | 8822 test $ac_write_fail = 0 || | 
| 8869 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 8823 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 
| 8870 | 8824 | 
| 8871 | 8825 | 
| 8872 # configure is writing to config.log, and then calls config.status. | 8826 # configure is writing to config.log, and then calls config.status. | 
| 8873 # config.status does its own redirection, appending to config.log. | 8827 # config.status does its own redirection, appending to config.log. | 
| 8874 # Unfortunately, on DOS this fails, as config.log is still kept open | 8828 # Unfortunately, on DOS this fails, as config.log is still kept open | 
| 8885 exec 5>/dev/null | 8839 exec 5>/dev/null | 
| 8886 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 8840 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 
| 8887 exec 5>>config.log | 8841 exec 5>>config.log | 
| 8888 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 8842 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 
| 8889 # would make configure fail if this is the last instruction. | 8843 # would make configure fail if this is the last instruction. | 
| 8890 $ac_cs_success || as_fn_exit $? | 8844 $ac_cs_success || as_fn_exit 1 | 
| 8891 fi | 8845 fi | 
| 8892 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 8846 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 
| 8893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 8847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 
| 8894 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 8848 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 
| 8895 fi | 8849 fi | 
| 8896 | 8850 | 
| 8897 | 8851 | 
| 8898 if ! $QMAKE -r; then | 8852 if ! $QMAKE -r; then | 
| 8899 as_fn_error "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 8853 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 
| 8900 fi | 8854 fi | 
| 8901 | 8855 | 
| 8902 # qmake builds our static libraries, which is fine -- what we'd really | 8856 # qmake builds our static libraries, which is fine -- what we'd really | 
| 8903 # like to do afterwards is bundle them into a single .so with e.g. | 8857 # like to do afterwards is bundle them into a single .so with e.g. | 
| 8904 | 8858 | 
