comparison configure @ 594:854668a6a33a

Version
author Chris Cannam
date Wed, 24 Jul 2013 11:15:28 +0100
parents f1dfe46ff85a
children f45af8d8091e 72c1dd980802
comparison
equal deleted inserted replaced
592:58ced0b1e02f 594:854668a6a33a
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Sonic Visualiser 2.1. 3 # Generated by GNU Autoconf 2.69 for Sonic Visualiser 2.2.
4 # 4 #
5 # Report bugs to <cannam@all-day-breakfast.com>. 5 # Report bugs to <cannam@all-day-breakfast.com>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
11 # 9 #
12 # 10 #
13 # This configure script is free software; the Free Software Foundation 11 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it. 12 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ## 13 ## -------------------- ##
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.) 88 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl" 89 IFS=" "" $as_nl"
92 90
93 # Find who we are. Look in the path if we contain no directory separator. 91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
94 case $0 in #(( 93 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH 96 for as_dir in $PATH
98 do 97 do
133 export LANGUAGE 132 export LANGUAGE
134 133
135 # CDPATH. 134 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 136
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
138 if test "x$CONFIG_SHELL" = x; then 162 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh 164 emulate sh
141 NULLCMD=: 165 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167 191
168 else 192 else
169 exitcode=1; echo positional parameters were not saved. 193 exitcode=1; echo positional parameters were not saved.
170 fi 194 fi
171 test x\$exitcode = x0 || exit 1" 195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1" 201 test \$(( 1 + 1 )) = 2 || exit 1"
211 fi; } 236 fi; }
212 IFS=$as_save_IFS 237 IFS=$as_save_IFS
213 238
214 239
215 if test "x$CONFIG_SHELL" != x; then : 240 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a 241 export CONFIG_SHELL
217 # neutralization value for shells without unset; and this also 242 # We cannot yet assume a decent shell, so we have to provide a
218 # works around shells that cannot unset nonexistent variables. 243 # neutralization value for shells without unset; and this also
219 BASH_ENV=/dev/null 244 # works around shells that cannot unset nonexistent variables.
220 ENV=/dev/null 245 # Preserve -v and -x to the replacement shell.
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 246 BASH_ENV=/dev/null
222 export CONFIG_SHELL 247 ENV=/dev/null
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
224 fi 260 fi
225 261
226 if test x$as_have_required = xno; then : 262 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all" 263 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system." 264 $as_echo "$0: the shells that I found on your system."
317 } 353 }
318 s/.*/./; q'` 354 s/.*/./; q'`
319 test -d "$as_dir" && break 355 test -d "$as_dir" && break
320 done 356 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs" 357 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
323 359
324 360
325 } # as_fn_mkdir_p 361 } # as_fn_mkdir_p
362
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
367 {
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
326 # as_fn_append VAR VALUE 370 # as_fn_append VAR VALUE
327 # ---------------------- 371 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take 372 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over 373 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive 374 # repeated appends, instead of the typical quadratic growth present in naive
357 as_val=`expr "$@" || test $? -eq 1` 401 as_val=`expr "$@" || test $? -eq 1`
358 } 402 }
359 fi # as_fn_arith 403 fi # as_fn_arith
360 404
361 405
362 # as_fn_error ERROR [LINENO LOG_FD] 406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
363 # --------------------------------- 407 # ----------------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 408 # 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 409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0. 410 # script with STATUS, using 1 if that was 0.
367 as_fn_error () 411 as_fn_error ()
368 { 412 {
369 as_status=$?; test $as_status -eq 0 && as_status=1 413 as_status=$1; test $as_status -eq 0 && as_status=1
370 if test "$3"; then 414 if test "$4"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 415 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 416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
373 fi 417 fi
374 $as_echo "$as_me: error: $1" >&2 418 $as_echo "$as_me: error: $2" >&2
375 as_fn_exit $as_status 419 as_fn_exit $as_status
376 } # as_fn_error 420 } # as_fn_error
377 421
378 if expr a : '\(a\)' >/dev/null 2>&1 && 422 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then 423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
442 s/-\n.*// 486 s/-\n.*//
443 ' >$as_me.lineno && 487 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" || 488 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446 490
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
447 # Don't try to exec as it changes $[0], causing all sort of problems 495 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the 496 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this). 497 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno" 498 . "./$as_me.lineno"
451 # Exit status is that of the last command. 499 # Exit status is that of the last command.
476 if ln -s conf$$.file conf$$ 2>/dev/null; then 524 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s' 525 as_ln_s='ln -s'
478 # ... but there are two gotchas: 526 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'. 529 # In both cases, we have to default to `cp -pR'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p' 531 as_ln_s='cp -pR'
484 elif ln conf$$.file conf$$ 2>/dev/null; then 532 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln 533 as_ln_s=ln
486 else 534 else
487 as_ln_s='cp -p' 535 as_ln_s='cp -pR'
488 fi 536 fi
489 else 537 else
490 as_ln_s='cp -p' 538 as_ln_s='cp -pR'
491 fi 539 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null 541 rmdir conf$$.dir 2>/dev/null
494 542
495 if mkdir -p . 2>/dev/null; then 543 if mkdir -p . 2>/dev/null; then
497 else 545 else
498 test -d ./-p && rmdir ./-p 546 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false 547 as_mkdir_p=false
500 fi 548 fi
501 549
502 if test -x / >/dev/null 2>&1; then 550 as_test_x='test -x'
503 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
509 fi
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
521 '
522 fi
523 as_executable_p=$as_test_x
524 552
525 # Sed expression to map a string onto a valid CPP name. 553 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527 555
528 # Sed expression to map a string onto a valid variable name. 556 # Sed expression to map a string onto a valid variable name.
531 559
532 test -n "$DJDIR" || exec 7<&0 </dev/null 560 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1 561 exec 6>&1
534 562
535 # Name of the host. 563 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
537 # so uname gets run too. 565 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539 567
540 # 568 #
541 # Initializations. 569 # Initializations.
550 MAKEFLAGS= 578 MAKEFLAGS=
551 579
552 # Identity of this package. 580 # Identity of this package.
553 PACKAGE_NAME='Sonic Visualiser' 581 PACKAGE_NAME='Sonic Visualiser'
554 PACKAGE_TARNAME='sonic-visualiser' 582 PACKAGE_TARNAME='sonic-visualiser'
555 PACKAGE_VERSION='2.1' 583 PACKAGE_VERSION='2.2'
556 PACKAGE_STRING='Sonic Visualiser 2.1' 584 PACKAGE_STRING='Sonic Visualiser 2.2'
557 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' 585 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com'
558 PACKAGE_URL='' 586 PACKAGE_URL=''
559 587
560 ac_unique_file="main/main.cpp" 588 ac_unique_file="main/main.cpp"
561 # Factoring default headers for most tests. 589 # Factoring default headers for most tests.
645 fftw3_LIBS 673 fftw3_LIBS
646 fftw3_CFLAGS 674 fftw3_CFLAGS
647 bz2_LIBS 675 bz2_LIBS
648 bz2_CFLAGS 676 bz2_CFLAGS
649 QMAKE 677 QMAKE
678 PKG_CONFIG_LIBDIR
679 PKG_CONFIG_PATH
650 PKG_CONFIG 680 PKG_CONFIG
651 EGREP 681 EGREP
652 GREP 682 GREP
653 CXXCPP 683 CXXCPP
654 MKDIR_P 684 MKDIR_P
719 CXX 749 CXX
720 CXXFLAGS 750 CXXFLAGS
721 CCC 751 CCC
722 CXXCPP 752 CXXCPP
723 PKG_CONFIG 753 PKG_CONFIG
754 PKG_CONFIG_PATH
755 PKG_CONFIG_LIBDIR
724 bz2_CFLAGS 756 bz2_CFLAGS
725 bz2_LIBS 757 bz2_LIBS
726 fftw3_CFLAGS 758 fftw3_CFLAGS
727 fftw3_LIBS 759 fftw3_LIBS
728 fftw3f_CFLAGS 760 fftw3f_CFLAGS
821 ac_prev= 853 ac_prev=
822 continue 854 continue
823 fi 855 fi
824 856
825 case $ac_option in 857 case $ac_option in
826 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 858 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
827 *) ac_optarg=yes ;; 859 *=) ac_optarg= ;;
860 *) ac_optarg=yes ;;
828 esac 861 esac
829 862
830 # Accept the important Cygnus configure options, so we can diagnose typos. 863 # Accept the important Cygnus configure options, so we can diagnose typos.
831 864
832 case $ac_dashdash$ac_option in 865 case $ac_dashdash$ac_option in
867 900
868 -disable-* | --disable-*) 901 -disable-* | --disable-*)
869 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
870 # Reject names that are not valid shell variable names. 903 # Reject names that are not valid shell variable names.
871 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
872 as_fn_error "invalid feature name: $ac_useropt" 905 as_fn_error $? "invalid feature name: $ac_useropt"
873 ac_useropt_orig=$ac_useropt 906 ac_useropt_orig=$ac_useropt
874 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
875 case $ac_user_opts in 908 case $ac_user_opts in
876 *" 909 *"
877 "enable_$ac_useropt" 910 "enable_$ac_useropt"
893 926
894 -enable-* | --enable-*) 927 -enable-* | --enable-*)
895 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
896 # Reject names that are not valid shell variable names. 929 # Reject names that are not valid shell variable names.
897 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
898 as_fn_error "invalid feature name: $ac_useropt" 931 as_fn_error $? "invalid feature name: $ac_useropt"
899 ac_useropt_orig=$ac_useropt 932 ac_useropt_orig=$ac_useropt
900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
901 case $ac_user_opts in 934 case $ac_user_opts in
902 *" 935 *"
903 "enable_$ac_useropt" 936 "enable_$ac_useropt"
1097 1130
1098 -with-* | --with-*) 1131 -with-* | --with-*)
1099 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1100 # Reject names that are not valid shell variable names. 1133 # Reject names that are not valid shell variable names.
1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1102 as_fn_error "invalid package name: $ac_useropt" 1135 as_fn_error $? "invalid package name: $ac_useropt"
1103 ac_useropt_orig=$ac_useropt 1136 ac_useropt_orig=$ac_useropt
1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1105 case $ac_user_opts in 1138 case $ac_user_opts in
1106 *" 1139 *"
1107 "with_$ac_useropt" 1140 "with_$ac_useropt"
1113 1146
1114 -without-* | --without-*) 1147 -without-* | --without-*)
1115 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1116 # Reject names that are not valid shell variable names. 1149 # Reject names that are not valid shell variable names.
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1118 as_fn_error "invalid package name: $ac_useropt" 1151 as_fn_error $? "invalid package name: $ac_useropt"
1119 ac_useropt_orig=$ac_useropt 1152 ac_useropt_orig=$ac_useropt
1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1121 case $ac_user_opts in 1154 case $ac_user_opts in
1122 *" 1155 *"
1123 "with_$ac_useropt" 1156 "with_$ac_useropt"
1143 ac_prev=x_libraries ;; 1176 ac_prev=x_libraries ;;
1144 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1145 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1146 x_libraries=$ac_optarg ;; 1179 x_libraries=$ac_optarg ;;
1147 1180
1148 -*) as_fn_error "unrecognized option: \`$ac_option' 1181 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1149 Try \`$0 --help' for more information." 1182 Try \`$0 --help' for more information"
1150 ;; 1183 ;;
1151 1184
1152 *=*) 1185 *=*)
1153 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1154 # Reject names that are not valid shell variable names. 1187 # Reject names that are not valid shell variable names.
1155 case $ac_envvar in #( 1188 case $ac_envvar in #(
1156 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1157 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1190 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1158 esac 1191 esac
1159 eval $ac_envvar=\$ac_optarg 1192 eval $ac_envvar=\$ac_optarg
1160 export $ac_envvar ;; 1193 export $ac_envvar ;;
1161 1194
1162 *) 1195 *)
1163 # FIXME: should be removed in autoconf 3.0. 1196 # FIXME: should be removed in autoconf 3.0.
1164 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1165 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1166 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1167 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1200 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1168 ;; 1201 ;;
1169 1202
1170 esac 1203 esac
1171 done 1204 done
1172 1205
1173 if test -n "$ac_prev"; then 1206 if test -n "$ac_prev"; then
1174 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1175 as_fn_error "missing argument to $ac_option" 1208 as_fn_error $? "missing argument to $ac_option"
1176 fi 1209 fi
1177 1210
1178 if test -n "$ac_unrecognized_opts"; then 1211 if test -n "$ac_unrecognized_opts"; then
1179 case $enable_option_checking in 1212 case $enable_option_checking in
1180 no) ;; 1213 no) ;;
1181 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1214 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1182 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1183 esac 1216 esac
1184 fi 1217 fi
1185 1218
1186 # Check all directory arguments for consistency. 1219 # Check all directory arguments for consistency.
1199 # Be sure to have absolute directory names. 1232 # Be sure to have absolute directory names.
1200 case $ac_val in 1233 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;; 1234 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac 1236 esac
1204 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1237 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1205 done 1238 done
1206 1239
1207 # There might be people who depend on the old broken behavior: `$host' 1240 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc. 1241 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day. 1242 # FIXME: To remove some day.
1213 1246
1214 # FIXME: To remove some day. 1247 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then 1248 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then 1249 if test "x$build_alias" = x; then
1217 cross_compiling=maybe 1250 cross_compiling=maybe
1218 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then 1251 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes 1252 cross_compiling=yes
1222 fi 1253 fi
1223 fi 1254 fi
1224 1255
1229 1260
1230 1261
1231 ac_pwd=`pwd` && test -n "$ac_pwd" && 1262 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` && 1263 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1264 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 as_fn_error "working directory cannot be determined" 1265 as_fn_error $? "working directory cannot be determined"
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1266 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 as_fn_error "pwd does not report name of working directory" 1267 as_fn_error $? "pwd does not report name of working directory"
1237 1268
1238 1269
1239 # Find the source files, if location was not specified. 1270 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then 1271 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted=yes 1272 ac_srcdir_defaulted=yes
1270 else 1301 else
1271 ac_srcdir_defaulted=no 1302 ac_srcdir_defaulted=no
1272 fi 1303 fi
1273 if test ! -r "$srcdir/$ac_unique_file"; then 1304 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1305 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1306 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1276 fi 1307 fi
1277 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1308 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278 ac_abs_confdir=`( 1309 ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1310 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1280 pwd)` 1311 pwd)`
1281 # When building in place, set srcdir=. 1312 # When building in place, set srcdir=.
1282 if test "$ac_abs_confdir" = "$ac_pwd"; then 1313 if test "$ac_abs_confdir" = "$ac_pwd"; then
1283 srcdir=. 1314 srcdir=.
1284 fi 1315 fi
1300 # 1331 #
1301 if test "$ac_init_help" = "long"; then 1332 if test "$ac_init_help" = "long"; then
1302 # Omit some internal or obsolete options to make the list less imposing. 1333 # Omit some internal or obsolete options to make the list less imposing.
1303 # This message is too long to be a string in the A/UX 3.1 sh. 1334 # This message is too long to be a string in the A/UX 3.1 sh.
1304 cat <<_ACEOF 1335 cat <<_ACEOF
1305 \`configure' configures Sonic Visualiser 2.1 to adapt to many kinds of systems. 1336 \`configure' configures Sonic Visualiser 2.2 to adapt to many kinds of systems.
1306 1337
1307 Usage: $0 [OPTION]... [VAR=VALUE]... 1338 Usage: $0 [OPTION]... [VAR=VALUE]...
1308 1339
1309 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1340 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1310 VAR=VALUE. See below for descriptions of some of the useful variables. 1341 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Configuration: 1345 Configuration:
1315 -h, --help display this help and exit 1346 -h, --help display this help and exit
1316 --help=short display options specific to this package 1347 --help=short display options specific to this package
1317 --help=recursive display the short help of all the included packages 1348 --help=recursive display the short help of all the included packages
1318 -V, --version display version information and exit 1349 -V, --version display version information and exit
1319 -q, --quiet, --silent do not print \`checking...' messages 1350 -q, --quiet, --silent do not print \`checking ...' messages
1320 --cache-file=FILE cache test results in FILE [disabled] 1351 --cache-file=FILE cache test results in FILE [disabled]
1321 -C, --config-cache alias for \`--cache-file=config.cache' 1352 -C, --config-cache alias for \`--cache-file=config.cache'
1322 -n, --no-create do not create output files 1353 -n, --no-create do not create output files
1323 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1354 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324 1355
1362 _ACEOF 1393 _ACEOF
1363 fi 1394 fi
1364 1395
1365 if test -n "$ac_init_help"; then 1396 if test -n "$ac_init_help"; then
1366 case $ac_init_help in 1397 case $ac_init_help in
1367 short | recursive ) echo "Configuration of Sonic Visualiser 2.1:";; 1398 short | recursive ) echo "Configuration of Sonic Visualiser 2.2:";;
1368 esac 1399 esac
1369 cat <<\_ACEOF 1400 cat <<\_ACEOF
1370 1401
1371 Optional Features: 1402 Optional Features:
1372 --disable-option-checking ignore unrecognized --enable/--with options 1403 --disable-option-checking ignore unrecognized --enable/--with options
1384 you have headers in a nonstandard directory <include dir> 1415 you have headers in a nonstandard directory <include dir>
1385 CXX C++ compiler command 1416 CXX C++ compiler command
1386 CXXFLAGS C++ compiler flags 1417 CXXFLAGS C++ compiler flags
1387 CXXCPP C++ preprocessor 1418 CXXCPP C++ preprocessor
1388 PKG_CONFIG path to pkg-config utility 1419 PKG_CONFIG path to pkg-config utility
1420 PKG_CONFIG_PATH
1421 directories to add to pkg-config's search path
1422 PKG_CONFIG_LIBDIR
1423 path overriding pkg-config's built-in search path
1389 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config 1424 bz2_CFLAGS C compiler flags for bz2, overriding pkg-config
1390 bz2_LIBS linker flags for bz2, overriding pkg-config 1425 bz2_LIBS linker flags for bz2, overriding pkg-config
1391 fftw3_CFLAGS 1426 fftw3_CFLAGS
1392 C compiler flags for fftw3, overriding pkg-config 1427 C compiler flags for fftw3, overriding pkg-config
1393 fftw3_LIBS linker flags for fftw3, overriding pkg-config 1428 fftw3_LIBS linker flags for fftw3, overriding pkg-config
1509 fi 1544 fi
1510 1545
1511 test -n "$ac_init_help" && exit $ac_status 1546 test -n "$ac_init_help" && exit $ac_status
1512 if $ac_init_version; then 1547 if $ac_init_version; then
1513 cat <<\_ACEOF 1548 cat <<\_ACEOF
1514 Sonic Visualiser configure 2.1 1549 Sonic Visualiser configure 2.2
1515 generated by GNU Autoconf 2.65 1550 generated by GNU Autoconf 2.69
1516 1551
1517 Copyright (C) 2009 Free Software Foundation, Inc. 1552 Copyright (C) 2012 Free Software Foundation, Inc.
1518 This configure script is free software; the Free Software Foundation 1553 This configure script is free software; the Free Software Foundation
1519 gives unlimited permission to copy, distribute and modify it. 1554 gives unlimited permission to copy, distribute and modify it.
1520 _ACEOF 1555 _ACEOF
1521 exit 1556 exit
1522 fi 1557 fi
1556 $as_echo "$as_me: failed program was:" >&5 1591 $as_echo "$as_me: failed program was:" >&5
1557 sed 's/^/| /' conftest.$ac_ext >&5 1592 sed 's/^/| /' conftest.$ac_ext >&5
1558 1593
1559 ac_retval=1 1594 ac_retval=1
1560 fi 1595 fi
1561 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1596 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1562 as_fn_set_status $ac_retval 1597 as_fn_set_status $ac_retval
1563 1598
1564 } # ac_fn_c_try_compile 1599 } # ac_fn_c_try_compile
1565 1600
1566 # ac_fn_cxx_try_compile LINENO 1601 # ac_fn_cxx_try_compile LINENO
1594 $as_echo "$as_me: failed program was:" >&5 1629 $as_echo "$as_me: failed program was:" >&5
1595 sed 's/^/| /' conftest.$ac_ext >&5 1630 sed 's/^/| /' conftest.$ac_ext >&5
1596 1631
1597 ac_retval=1 1632 ac_retval=1
1598 fi 1633 fi
1599 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1634 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1600 as_fn_set_status $ac_retval 1635 as_fn_set_status $ac_retval
1601 1636
1602 } # ac_fn_cxx_try_compile 1637 } # ac_fn_cxx_try_compile
1603 1638
1604 # ac_fn_cxx_try_cpp LINENO 1639 # ac_fn_cxx_try_cpp LINENO
1620 grep -v '^ *+' conftest.err >conftest.er1 1655 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5 1656 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err 1657 mv -f conftest.er1 conftest.err
1623 fi 1658 fi
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } >/dev/null && { 1660 test $ac_status = 0; } > conftest.i && {
1626 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 1661 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1627 test ! -s conftest.err 1662 test ! -s conftest.err
1628 }; then : 1663 }; then :
1629 ac_retval=0 1664 ac_retval=0
1630 else 1665 else
1631 $as_echo "$as_me: failed program was:" >&5 1666 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5 1667 sed 's/^/| /' conftest.$ac_ext >&5
1633 1668
1634 ac_retval=1 1669 ac_retval=1
1635 fi 1670 fi
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1671 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1637 as_fn_set_status $ac_retval 1672 as_fn_set_status $ac_retval
1638 1673
1639 } # ac_fn_cxx_try_cpp 1674 } # ac_fn_cxx_try_cpp
1640 1675
1641 # ac_fn_cxx_try_run LINENO 1676 # ac_fn_cxx_try_run LINENO
1673 sed 's/^/| /' conftest.$ac_ext >&5 1708 sed 's/^/| /' conftest.$ac_ext >&5
1674 1709
1675 ac_retval=$ac_status 1710 ac_retval=$ac_status
1676 fi 1711 fi
1677 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1712 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1678 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1679 as_fn_set_status $ac_retval 1714 as_fn_set_status $ac_retval
1680 1715
1681 } # ac_fn_cxx_try_run 1716 } # ac_fn_cxx_try_run
1682 1717
1683 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 1718 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1686 # the include files in INCLUDES and setting the cache variable VAR 1721 # the include files in INCLUDES and setting the cache variable VAR
1687 # accordingly. 1722 # accordingly.
1688 ac_fn_cxx_check_header_mongrel () 1723 ac_fn_cxx_check_header_mongrel ()
1689 { 1724 {
1690 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1691 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1726 if eval \${$3+:} false; then :
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1693 $as_echo_n "checking for $2... " >&6; } 1728 $as_echo_n "checking for $2... " >&6; }
1694 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1729 if eval \${$3+:} false; then :
1695 $as_echo_n "(cached) " >&6 1730 $as_echo_n "(cached) " >&6
1696 fi 1731 fi
1697 eval ac_res=\$$3 1732 eval ac_res=\$$3
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1699 $as_echo "$ac_res" >&6; } 1734 $as_echo "$ac_res" >&6; }
1725 if ac_fn_cxx_try_cpp "$LINENO"; then : 1760 if ac_fn_cxx_try_cpp "$LINENO"; then :
1726 ac_header_preproc=yes 1761 ac_header_preproc=yes
1727 else 1762 else
1728 ac_header_preproc=no 1763 ac_header_preproc=no
1729 fi 1764 fi
1730 rm -f conftest.err conftest.$ac_ext 1765 rm -f conftest.err conftest.i conftest.$ac_ext
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1732 $as_echo "$ac_header_preproc" >&6; } 1767 $as_echo "$ac_header_preproc" >&6; }
1733 1768
1734 # So? What about this header? 1769 # So? What about this header?
1735 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( 1770 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
1748 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1783 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1750 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1785 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1752 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1787 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1753 ( cat <<\_ASBOX 1788 ( $as_echo "## ------------------------------------------- ##
1754 ## ------------------------------------------- ##
1755 ## Report this to cannam@all-day-breakfast.com ## 1789 ## Report this to cannam@all-day-breakfast.com ##
1756 ## ------------------------------------------- ## 1790 ## ------------------------------------------- ##"
1757 _ASBOX
1758 ) | sed "s/^/$as_me: WARNING: /" >&2 1791 ) | sed "s/^/$as_me: WARNING: /" >&2
1759 ;; 1792 ;;
1760 esac 1793 esac
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; } 1795 $as_echo_n "checking for $2... " >&6; }
1763 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1796 if eval \${$3+:} false; then :
1764 $as_echo_n "(cached) " >&6 1797 $as_echo_n "(cached) " >&6
1765 else 1798 else
1766 eval "$3=\$ac_header_compiler" 1799 eval "$3=\$ac_header_compiler"
1767 fi 1800 fi
1768 eval ac_res=\$$3 1801 eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; } 1803 $as_echo "$ac_res" >&6; }
1771 fi 1804 fi
1772 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1805 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1773 1806
1774 } # ac_fn_cxx_check_header_mongrel 1807 } # ac_fn_cxx_check_header_mongrel
1775 1808
1776 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES 1809 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
1777 # --------------------------------------------------------- 1810 # ---------------------------------------------------------
1780 ac_fn_cxx_check_header_compile () 1813 ac_fn_cxx_check_header_compile ()
1781 { 1814 {
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1815 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1784 $as_echo_n "checking for $2... " >&6; } 1817 $as_echo_n "checking for $2... " >&6; }
1785 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1818 if eval \${$3+:} false; then :
1786 $as_echo_n "(cached) " >&6 1819 $as_echo_n "(cached) " >&6
1787 else 1820 else
1788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1789 /* end confdefs.h. */ 1822 /* end confdefs.h. */
1790 $4 1823 $4
1798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1799 fi 1832 fi
1800 eval ac_res=\$$3 1833 eval ac_res=\$$3
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1802 $as_echo "$ac_res" >&6; } 1835 $as_echo "$ac_res" >&6; }
1803 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1804 1837
1805 } # ac_fn_cxx_check_header_compile 1838 } # ac_fn_cxx_check_header_compile
1806 1839
1807 # ac_fn_cxx_try_link LINENO 1840 # ac_fn_cxx_try_link LINENO
1808 # ------------------------- 1841 # -------------------------
1829 test $ac_status = 0; } && { 1862 test $ac_status = 0; } && {
1830 test -z "$ac_cxx_werror_flag" || 1863 test -z "$ac_cxx_werror_flag" ||
1831 test ! -s conftest.err 1864 test ! -s conftest.err
1832 } && test -s conftest$ac_exeext && { 1865 } && test -s conftest$ac_exeext && {
1833 test "$cross_compiling" = yes || 1866 test "$cross_compiling" = yes ||
1834 $as_test_x conftest$ac_exeext 1867 test -x conftest$ac_exeext
1835 }; then : 1868 }; then :
1836 ac_retval=0 1869 ac_retval=0
1837 else 1870 else
1838 $as_echo "$as_me: failed program was:" >&5 1871 $as_echo "$as_me: failed program was:" >&5
1839 sed 's/^/| /' conftest.$ac_ext >&5 1872 sed 's/^/| /' conftest.$ac_ext >&5
1843 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1876 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1844 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1877 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1845 # interfere with the next link command; also delete a directory that is 1878 # interfere with the next link command; also delete a directory that is
1846 # left behind by Apple's compiler. We do this before executing the actions. 1879 # left behind by Apple's compiler. We do this before executing the actions.
1847 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1880 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1848 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1881 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1849 as_fn_set_status $ac_retval 1882 as_fn_set_status $ac_retval
1850 1883
1851 } # ac_fn_cxx_try_link 1884 } # ac_fn_cxx_try_link
1852 cat >config.log <<_ACEOF 1885 cat >config.log <<_ACEOF
1853 This file contains any messages produced by compilers while 1886 This file contains any messages produced by compilers while
1854 running configure, to aid debugging if configure makes a mistake. 1887 running configure, to aid debugging if configure makes a mistake.
1855 1888
1856 It was created by Sonic Visualiser $as_me 2.1, which was 1889 It was created by Sonic Visualiser $as_me 2.2, which was
1857 generated by GNU Autoconf 2.65. Invocation command line was 1890 generated by GNU Autoconf 2.69. Invocation command line was
1858 1891
1859 $ $0 $@ 1892 $ $0 $@
1860 1893
1861 _ACEOF 1894 _ACEOF
1862 exec 5>>config.log 1895 exec 5>>config.log
1962 trap 'exit_status=$? 1995 trap 'exit_status=$?
1963 # Save into config.log some information that might help in debugging. 1996 # Save into config.log some information that might help in debugging.
1964 { 1997 {
1965 echo 1998 echo
1966 1999
1967 cat <<\_ASBOX 2000 $as_echo "## ---------------- ##
1968 ## ---------------- ##
1969 ## Cache variables. ## 2001 ## Cache variables. ##
1970 ## ---------------- ## 2002 ## ---------------- ##"
1971 _ASBOX
1972 echo 2003 echo
1973 # The following way of writing the cache mishandles newlines in values, 2004 # The following way of writing the cache mishandles newlines in values,
1974 ( 2005 (
1975 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2006 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1976 eval ac_val=\$$ac_var 2007 eval ac_val=\$$ac_var
2000 esac | 2031 esac |
2001 sort 2032 sort
2002 ) 2033 )
2003 echo 2034 echo
2004 2035
2005 cat <<\_ASBOX 2036 $as_echo "## ----------------- ##
2006 ## ----------------- ##
2007 ## Output variables. ## 2037 ## Output variables. ##
2008 ## ----------------- ## 2038 ## ----------------- ##"
2009 _ASBOX
2010 echo 2039 echo
2011 for ac_var in $ac_subst_vars 2040 for ac_var in $ac_subst_vars
2012 do 2041 do
2013 eval ac_val=\$$ac_var 2042 eval ac_val=\$$ac_var
2014 case $ac_val in 2043 case $ac_val in
2017 $as_echo "$ac_var='\''$ac_val'\''" 2046 $as_echo "$ac_var='\''$ac_val'\''"
2018 done | sort 2047 done | sort
2019 echo 2048 echo
2020 2049
2021 if test -n "$ac_subst_files"; then 2050 if test -n "$ac_subst_files"; then
2022 cat <<\_ASBOX 2051 $as_echo "## ------------------- ##
2023 ## ------------------- ##
2024 ## File substitutions. ## 2052 ## File substitutions. ##
2025 ## ------------------- ## 2053 ## ------------------- ##"
2026 _ASBOX
2027 echo 2054 echo
2028 for ac_var in $ac_subst_files 2055 for ac_var in $ac_subst_files
2029 do 2056 do
2030 eval ac_val=\$$ac_var 2057 eval ac_val=\$$ac_var
2031 case $ac_val in 2058 case $ac_val in
2035 done | sort 2062 done | sort
2036 echo 2063 echo
2037 fi 2064 fi
2038 2065
2039 if test -s confdefs.h; then 2066 if test -s confdefs.h; then
2040 cat <<\_ASBOX 2067 $as_echo "## ----------- ##
2041 ## ----------- ##
2042 ## confdefs.h. ## 2068 ## confdefs.h. ##
2043 ## ----------- ## 2069 ## ----------- ##"
2044 _ASBOX
2045 echo 2070 echo
2046 cat confdefs.h 2071 cat confdefs.h
2047 echo 2072 echo
2048 fi 2073 fi
2049 test "$ac_signal" != 0 && 2074 test "$ac_signal" != 0 &&
2094 # Let the site file select an alternate cache file if it wants to. 2119 # Let the site file select an alternate cache file if it wants to.
2095 # Prefer an explicitly selected file to automatically selected ones. 2120 # Prefer an explicitly selected file to automatically selected ones.
2096 ac_site_file1=NONE 2121 ac_site_file1=NONE
2097 ac_site_file2=NONE 2122 ac_site_file2=NONE
2098 if test -n "$CONFIG_SITE"; then 2123 if test -n "$CONFIG_SITE"; then
2099 ac_site_file1=$CONFIG_SITE 2124 # We do not want a PATH search for config.site.
2125 case $CONFIG_SITE in #((
2126 -*) ac_site_file1=./$CONFIG_SITE;;
2127 */*) ac_site_file1=$CONFIG_SITE;;
2128 *) ac_site_file1=./$CONFIG_SITE;;
2129 esac
2100 elif test "x$prefix" != xNONE; then 2130 elif test "x$prefix" != xNONE; then
2101 ac_site_file1=$prefix/share/config.site 2131 ac_site_file1=$prefix/share/config.site
2102 ac_site_file2=$prefix/etc/config.site 2132 ac_site_file2=$prefix/etc/config.site
2103 else 2133 else
2104 ac_site_file1=$ac_default_prefix/share/config.site 2134 ac_site_file1=$ac_default_prefix/share/config.site
2109 test "x$ac_site_file" = xNONE && continue 2139 test "x$ac_site_file" = xNONE && continue
2110 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2140 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2111 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2112 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2142 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2113 sed 's/^/| /' "$ac_site_file" >&5 2143 sed 's/^/| /' "$ac_site_file" >&5
2114 . "$ac_site_file" 2144 . "$ac_site_file" \
2145 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2146 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2147 as_fn_error $? "failed to load site script $ac_site_file
2148 See \`config.log' for more details" "$LINENO" 5; }
2115 fi 2149 fi
2116 done 2150 done
2117 2151
2118 if test -r "$cache_file"; then 2152 if test -r "$cache_file"; then
2119 # Some versions of bash will fail to source /dev/null (special files 2153 # Some versions of bash will fail to source /dev/null (special files
2185 if $ac_cache_corrupted; then 2219 if $ac_cache_corrupted; then
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2220 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2221 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2222 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2189 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2223 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2190 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2224 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2191 fi 2225 fi
2192 ## -------------------- ## 2226 ## -------------------- ##
2193 ## Main body of script. ## 2227 ## Main body of script. ##
2194 ## -------------------- ## 2228 ## -------------------- ##
2195 2229
2233 if test -n "$ac_tool_prefix"; then 2267 if test -n "$ac_tool_prefix"; then
2234 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2268 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2235 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2269 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2237 $as_echo_n "checking for $ac_word... " >&6; } 2271 $as_echo_n "checking for $ac_word... " >&6; }
2238 if test "${ac_cv_prog_CC+set}" = set; then : 2272 if ${ac_cv_prog_CC+:} false; then :
2239 $as_echo_n "(cached) " >&6 2273 $as_echo_n "(cached) " >&6
2240 else 2274 else
2241 if test -n "$CC"; then 2275 if test -n "$CC"; then
2242 ac_cv_prog_CC="$CC" # Let the user override the test. 2276 ac_cv_prog_CC="$CC" # Let the user override the test.
2243 else 2277 else
2245 for as_dir in $PATH 2279 for as_dir in $PATH
2246 do 2280 do
2247 IFS=$as_save_IFS 2281 IFS=$as_save_IFS
2248 test -z "$as_dir" && as_dir=. 2282 test -z "$as_dir" && as_dir=.
2249 for ac_exec_ext in '' $ac_executable_extensions; do 2283 for ac_exec_ext in '' $ac_executable_extensions; do
2250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2251 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2285 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2253 break 2 2287 break 2
2254 fi 2288 fi
2255 done 2289 done
2273 ac_ct_CC=$CC 2307 ac_ct_CC=$CC
2274 # Extract the first word of "gcc", so it can be a program name with args. 2308 # Extract the first word of "gcc", so it can be a program name with args.
2275 set dummy gcc; ac_word=$2 2309 set dummy gcc; ac_word=$2
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2277 $as_echo_n "checking for $ac_word... " >&6; } 2311 $as_echo_n "checking for $ac_word... " >&6; }
2278 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2312 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2279 $as_echo_n "(cached) " >&6 2313 $as_echo_n "(cached) " >&6
2280 else 2314 else
2281 if test -n "$ac_ct_CC"; then 2315 if test -n "$ac_ct_CC"; then
2282 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2316 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2283 else 2317 else
2285 for as_dir in $PATH 2319 for as_dir in $PATH
2286 do 2320 do
2287 IFS=$as_save_IFS 2321 IFS=$as_save_IFS
2288 test -z "$as_dir" && as_dir=. 2322 test -z "$as_dir" && as_dir=.
2289 for ac_exec_ext in '' $ac_executable_extensions; do 2323 for ac_exec_ext in '' $ac_executable_extensions; do
2290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2291 ac_cv_prog_ac_ct_CC="gcc" 2325 ac_cv_prog_ac_ct_CC="gcc"
2292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2293 break 2 2327 break 2
2294 fi 2328 fi
2295 done 2329 done
2326 if test -n "$ac_tool_prefix"; then 2360 if test -n "$ac_tool_prefix"; then
2327 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2361 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2328 set dummy ${ac_tool_prefix}cc; ac_word=$2 2362 set dummy ${ac_tool_prefix}cc; ac_word=$2
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2330 $as_echo_n "checking for $ac_word... " >&6; } 2364 $as_echo_n "checking for $ac_word... " >&6; }
2331 if test "${ac_cv_prog_CC+set}" = set; then : 2365 if ${ac_cv_prog_CC+:} false; then :
2332 $as_echo_n "(cached) " >&6 2366 $as_echo_n "(cached) " >&6
2333 else 2367 else
2334 if test -n "$CC"; then 2368 if test -n "$CC"; then
2335 ac_cv_prog_CC="$CC" # Let the user override the test. 2369 ac_cv_prog_CC="$CC" # Let the user override the test.
2336 else 2370 else
2338 for as_dir in $PATH 2372 for as_dir in $PATH
2339 do 2373 do
2340 IFS=$as_save_IFS 2374 IFS=$as_save_IFS
2341 test -z "$as_dir" && as_dir=. 2375 test -z "$as_dir" && as_dir=.
2342 for ac_exec_ext in '' $ac_executable_extensions; do 2376 for ac_exec_ext in '' $ac_executable_extensions; do
2343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2344 ac_cv_prog_CC="${ac_tool_prefix}cc" 2378 ac_cv_prog_CC="${ac_tool_prefix}cc"
2345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2346 break 2 2380 break 2
2347 fi 2381 fi
2348 done 2382 done
2366 if test -z "$CC"; then 2400 if test -z "$CC"; then
2367 # Extract the first word of "cc", so it can be a program name with args. 2401 # Extract the first word of "cc", so it can be a program name with args.
2368 set dummy cc; ac_word=$2 2402 set dummy cc; ac_word=$2
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2370 $as_echo_n "checking for $ac_word... " >&6; } 2404 $as_echo_n "checking for $ac_word... " >&6; }
2371 if test "${ac_cv_prog_CC+set}" = set; then : 2405 if ${ac_cv_prog_CC+:} false; then :
2372 $as_echo_n "(cached) " >&6 2406 $as_echo_n "(cached) " >&6
2373 else 2407 else
2374 if test -n "$CC"; then 2408 if test -n "$CC"; then
2375 ac_cv_prog_CC="$CC" # Let the user override the test. 2409 ac_cv_prog_CC="$CC" # Let the user override the test.
2376 else 2410 else
2379 for as_dir in $PATH 2413 for as_dir in $PATH
2380 do 2414 do
2381 IFS=$as_save_IFS 2415 IFS=$as_save_IFS
2382 test -z "$as_dir" && as_dir=. 2416 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do 2417 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2385 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2419 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2386 ac_prog_rejected=yes 2420 ac_prog_rejected=yes
2387 continue 2421 continue
2388 fi 2422 fi
2389 ac_cv_prog_CC="cc" 2423 ac_cv_prog_CC="cc"
2425 do 2459 do
2426 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2460 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2427 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2461 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2429 $as_echo_n "checking for $ac_word... " >&6; } 2463 $as_echo_n "checking for $ac_word... " >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then : 2464 if ${ac_cv_prog_CC+:} false; then :
2431 $as_echo_n "(cached) " >&6 2465 $as_echo_n "(cached) " >&6
2432 else 2466 else
2433 if test -n "$CC"; then 2467 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test. 2468 ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else 2469 else
2437 for as_dir in $PATH 2471 for as_dir in $PATH
2438 do 2472 do
2439 IFS=$as_save_IFS 2473 IFS=$as_save_IFS
2440 test -z "$as_dir" && as_dir=. 2474 test -z "$as_dir" && as_dir=.
2441 for ac_exec_ext in '' $ac_executable_extensions; do 2475 for ac_exec_ext in '' $ac_executable_extensions; do
2442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2443 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2477 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2445 break 2 2479 break 2
2446 fi 2480 fi
2447 done 2481 done
2469 do 2503 do
2470 # Extract the first word of "$ac_prog", so it can be a program name with args. 2504 # Extract the first word of "$ac_prog", so it can be a program name with args.
2471 set dummy $ac_prog; ac_word=$2 2505 set dummy $ac_prog; ac_word=$2
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2473 $as_echo_n "checking for $ac_word... " >&6; } 2507 $as_echo_n "checking for $ac_word... " >&6; }
2474 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2508 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2475 $as_echo_n "(cached) " >&6 2509 $as_echo_n "(cached) " >&6
2476 else 2510 else
2477 if test -n "$ac_ct_CC"; then 2511 if test -n "$ac_ct_CC"; then
2478 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2512 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2479 else 2513 else
2481 for as_dir in $PATH 2515 for as_dir in $PATH
2482 do 2516 do
2483 IFS=$as_save_IFS 2517 IFS=$as_save_IFS
2484 test -z "$as_dir" && as_dir=. 2518 test -z "$as_dir" && as_dir=.
2485 for ac_exec_ext in '' $ac_executable_extensions; do 2519 for ac_exec_ext in '' $ac_executable_extensions; do
2486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2487 ac_cv_prog_ac_ct_CC="$ac_prog" 2521 ac_cv_prog_ac_ct_CC="$ac_prog"
2488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2489 break 2 2523 break 2
2490 fi 2524 fi
2491 done 2525 done
2523 fi 2557 fi
2524 2558
2525 2559
2526 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2560 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2527 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2561 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2528 as_fn_error "no acceptable C compiler found in \$PATH 2562 as_fn_error $? "no acceptable C compiler found in \$PATH
2529 See \`config.log' for more details." "$LINENO" 5; } 2563 See \`config.log' for more details" "$LINENO" 5; }
2530 2564
2531 # Provide some information about the compiler. 2565 # Provide some information about the compiler.
2532 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2566 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2533 set X $ac_compile 2567 set X $ac_compile
2534 ac_compiler=$2 2568 ac_compiler=$2
2638 $as_echo "$as_me: failed program was:" >&5 2672 $as_echo "$as_me: failed program was:" >&5
2639 sed 's/^/| /' conftest.$ac_ext >&5 2673 sed 's/^/| /' conftest.$ac_ext >&5
2640 2674
2641 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2675 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2642 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2643 { as_fn_set_status 77 2677 as_fn_error 77 "C compiler cannot create executables
2644 as_fn_error "C compiler cannot create executables 2678 See \`config.log' for more details" "$LINENO" 5; }
2645 See \`config.log' for more details." "$LINENO" 5; }; }
2646 else 2679 else
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2648 $as_echo "yes" >&6; } 2681 $as_echo "yes" >&6; }
2649 fi 2682 fi
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2682 esac 2715 esac
2683 done 2716 done
2684 else 2717 else
2685 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2718 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2686 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2719 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2687 as_fn_error "cannot compute suffix of executables: cannot compile and link 2720 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2688 See \`config.log' for more details." "$LINENO" 5; } 2721 See \`config.log' for more details" "$LINENO" 5; }
2689 fi 2722 fi
2690 rm -f conftest conftest$ac_cv_exeext 2723 rm -f conftest conftest$ac_cv_exeext
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2692 $as_echo "$ac_cv_exeext" >&6; } 2725 $as_echo "$ac_cv_exeext" >&6; }
2693 2726
2740 if test "$cross_compiling" = maybe; then 2773 if test "$cross_compiling" = maybe; then
2741 cross_compiling=yes 2774 cross_compiling=yes
2742 else 2775 else
2743 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2776 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2744 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2777 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2745 as_fn_error "cannot run C compiled programs. 2778 as_fn_error $? "cannot run C compiled programs.
2746 If you meant to cross compile, use \`--host'. 2779 If you meant to cross compile, use \`--host'.
2747 See \`config.log' for more details." "$LINENO" 5; } 2780 See \`config.log' for more details" "$LINENO" 5; }
2748 fi 2781 fi
2749 fi 2782 fi
2750 fi 2783 fi
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 2784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2752 $as_echo "$cross_compiling" >&6; } 2785 $as_echo "$cross_compiling" >&6; }
2753 2786
2754 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 2787 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2755 ac_clean_files=$ac_clean_files_save 2788 ac_clean_files=$ac_clean_files_save
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2757 $as_echo_n "checking for suffix of object files... " >&6; } 2790 $as_echo_n "checking for suffix of object files... " >&6; }
2758 if test "${ac_cv_objext+set}" = set; then : 2791 if ${ac_cv_objext+:} false; then :
2759 $as_echo_n "(cached) " >&6 2792 $as_echo_n "(cached) " >&6
2760 else 2793 else
2761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2762 /* end confdefs.h. */ 2795 /* end confdefs.h. */
2763 2796
2793 $as_echo "$as_me: failed program was:" >&5 2826 $as_echo "$as_me: failed program was:" >&5
2794 sed 's/^/| /' conftest.$ac_ext >&5 2827 sed 's/^/| /' conftest.$ac_ext >&5
2795 2828
2796 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2829 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2797 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2830 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2798 as_fn_error "cannot compute suffix of object files: cannot compile 2831 as_fn_error $? "cannot compute suffix of object files: cannot compile
2799 See \`config.log' for more details." "$LINENO" 5; } 2832 See \`config.log' for more details" "$LINENO" 5; }
2800 fi 2833 fi
2801 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2834 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2802 fi 2835 fi
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 2836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2804 $as_echo "$ac_cv_objext" >&6; } 2837 $as_echo "$ac_cv_objext" >&6; }
2805 OBJEXT=$ac_cv_objext 2838 OBJEXT=$ac_cv_objext
2806 ac_objext=$OBJEXT 2839 ac_objext=$OBJEXT
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2808 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2841 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2809 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 2842 if ${ac_cv_c_compiler_gnu+:} false; then :
2810 $as_echo_n "(cached) " >&6 2843 $as_echo_n "(cached) " >&6
2811 else 2844 else
2812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2813 /* end confdefs.h. */ 2846 /* end confdefs.h. */
2814 2847
2841 fi 2874 fi
2842 ac_test_CFLAGS=${CFLAGS+set} 2875 ac_test_CFLAGS=${CFLAGS+set}
2843 ac_save_CFLAGS=$CFLAGS 2876 ac_save_CFLAGS=$CFLAGS
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2845 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2878 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2846 if test "${ac_cv_prog_cc_g+set}" = set; then : 2879 if ${ac_cv_prog_cc_g+:} false; then :
2847 $as_echo_n "(cached) " >&6 2880 $as_echo_n "(cached) " >&6
2848 else 2881 else
2849 ac_save_c_werror_flag=$ac_c_werror_flag 2882 ac_save_c_werror_flag=$ac_c_werror_flag
2850 ac_c_werror_flag=yes 2883 ac_c_werror_flag=yes
2851 ac_cv_prog_cc_g=no 2884 ac_cv_prog_cc_g=no
2919 CFLAGS= 2952 CFLAGS=
2920 fi 2953 fi
2921 fi 2954 fi
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 2955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2923 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2956 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2924 if test "${ac_cv_prog_cc_c89+set}" = set; then : 2957 if ${ac_cv_prog_cc_c89+:} false; then :
2925 $as_echo_n "(cached) " >&6 2958 $as_echo_n "(cached) " >&6
2926 else 2959 else
2927 ac_cv_prog_cc_c89=no 2960 ac_cv_prog_cc_c89=no
2928 ac_save_CC=$CC 2961 ac_save_CC=$CC
2929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2930 /* end confdefs.h. */ 2963 /* end confdefs.h. */
2931 #include <stdarg.h> 2964 #include <stdarg.h>
2932 #include <stdio.h> 2965 #include <stdio.h>
2933 #include <sys/types.h> 2966 struct stat;
2934 #include <sys/stat.h>
2935 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2967 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2936 struct buf { int x; }; 2968 struct buf { int x; };
2937 FILE * (*rcsopen) (struct buf *, struct stat *, int); 2969 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2938 static char *e (p, i) 2970 static char *e (p, i)
2939 char **p; 2971 char **p;
3030 do 3062 do
3031 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3063 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3032 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3064 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3034 $as_echo_n "checking for $ac_word... " >&6; } 3066 $as_echo_n "checking for $ac_word... " >&6; }
3035 if test "${ac_cv_prog_CXX+set}" = set; then : 3067 if ${ac_cv_prog_CXX+:} false; then :
3036 $as_echo_n "(cached) " >&6 3068 $as_echo_n "(cached) " >&6
3037 else 3069 else
3038 if test -n "$CXX"; then 3070 if test -n "$CXX"; then
3039 ac_cv_prog_CXX="$CXX" # Let the user override the test. 3071 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3040 else 3072 else
3042 for as_dir in $PATH 3074 for as_dir in $PATH
3043 do 3075 do
3044 IFS=$as_save_IFS 3076 IFS=$as_save_IFS
3045 test -z "$as_dir" && as_dir=. 3077 test -z "$as_dir" && as_dir=.
3046 for ac_exec_ext in '' $ac_executable_extensions; do 3078 for ac_exec_ext in '' $ac_executable_extensions; do
3047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3079 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3048 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3080 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3050 break 2 3082 break 2
3051 fi 3083 fi
3052 done 3084 done
3074 do 3106 do
3075 # Extract the first word of "$ac_prog", so it can be a program name with args. 3107 # Extract the first word of "$ac_prog", so it can be a program name with args.
3076 set dummy $ac_prog; ac_word=$2 3108 set dummy $ac_prog; ac_word=$2
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3078 $as_echo_n "checking for $ac_word... " >&6; } 3110 $as_echo_n "checking for $ac_word... " >&6; }
3079 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 3111 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3080 $as_echo_n "(cached) " >&6 3112 $as_echo_n "(cached) " >&6
3081 else 3113 else
3082 if test -n "$ac_ct_CXX"; then 3114 if test -n "$ac_ct_CXX"; then
3083 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 3115 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3084 else 3116 else
3086 for as_dir in $PATH 3118 for as_dir in $PATH
3087 do 3119 do
3088 IFS=$as_save_IFS 3120 IFS=$as_save_IFS
3089 test -z "$as_dir" && as_dir=. 3121 test -z "$as_dir" && as_dir=.
3090 for ac_exec_ext in '' $ac_executable_extensions; do 3122 for ac_exec_ext in '' $ac_executable_extensions; do
3091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3123 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3092 ac_cv_prog_ac_ct_CXX="$ac_prog" 3124 ac_cv_prog_ac_ct_CXX="$ac_prog"
3093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3094 break 2 3126 break 2
3095 fi 3127 fi
3096 done 3128 done
3152 test $ac_status = 0; } 3184 test $ac_status = 0; }
3153 done 3185 done
3154 3186
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3156 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3188 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3157 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 3189 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3158 $as_echo_n "(cached) " >&6 3190 $as_echo_n "(cached) " >&6
3159 else 3191 else
3160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3161 /* end confdefs.h. */ 3193 /* end confdefs.h. */
3162 3194
3189 fi 3221 fi
3190 ac_test_CXXFLAGS=${CXXFLAGS+set} 3222 ac_test_CXXFLAGS=${CXXFLAGS+set}
3191 ac_save_CXXFLAGS=$CXXFLAGS 3223 ac_save_CXXFLAGS=$CXXFLAGS
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 3224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3193 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3225 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3194 if test "${ac_cv_prog_cxx_g+set}" = set; then : 3226 if ${ac_cv_prog_cxx_g+:} false; then :
3195 $as_echo_n "(cached) " >&6 3227 $as_echo_n "(cached) " >&6
3196 else 3228 else
3197 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3229 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3198 ac_cxx_werror_flag=yes 3230 ac_cxx_werror_flag=yes
3199 ac_cv_prog_cxx_g=no 3231 ac_cv_prog_cxx_g=no
3273 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3305 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3274 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3306 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3275 3307
3276 ac_aux_dir= 3308 ac_aux_dir=
3277 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3309 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3278 for ac_t in install-sh install.sh shtool; do 3310 if test -f "$ac_dir/install-sh"; then
3279 if test -f "$ac_dir/$ac_t"; then 3311 ac_aux_dir=$ac_dir
3280 ac_aux_dir=$ac_dir 3312 ac_install_sh="$ac_aux_dir/install-sh -c"
3281 ac_install_sh="$ac_aux_dir/$ac_t -c" 3313 break
3282 break 2 3314 elif test -f "$ac_dir/install.sh"; then
3283 fi 3315 ac_aux_dir=$ac_dir
3284 done 3316 ac_install_sh="$ac_aux_dir/install.sh -c"
3317 break
3318 elif test -f "$ac_dir/shtool"; then
3319 ac_aux_dir=$ac_dir
3320 ac_install_sh="$ac_aux_dir/shtool install -c"
3321 break
3322 fi
3285 done 3323 done
3286 if test -z "$ac_aux_dir"; then 3324 if test -z "$ac_aux_dir"; then
3287 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 3325 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3288 fi 3326 fi
3289 3327
3290 # These three variables are undocumented and unsupported, 3328 # These three variables are undocumented and unsupported,
3291 # and are intended to be withdrawn in a future Autoconf release. 3329 # and are intended to be withdrawn in a future Autoconf release.
3292 # They can cause serious problems if a builder's source tree is in a directory 3330 # They can cause serious problems if a builder's source tree is in a directory
3311 # ./install, which can be erroneously created by make from ./install.sh. 3349 # ./install, which can be erroneously created by make from ./install.sh.
3312 # Reject install programs that cannot install multiple files. 3350 # Reject install programs that cannot install multiple files.
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3314 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3352 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3315 if test -z "$INSTALL"; then 3353 if test -z "$INSTALL"; then
3316 if test "${ac_cv_path_install+set}" = set; then : 3354 if ${ac_cv_path_install+:} false; then :
3317 $as_echo_n "(cached) " >&6 3355 $as_echo_n "(cached) " >&6
3318 else 3356 else
3319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3320 for as_dir in $PATH 3358 for as_dir in $PATH
3321 do 3359 do
3331 # OSF1 and SCO ODT 3.0 have their own names for install. 3369 # OSF1 and SCO ODT 3.0 have their own names for install.
3332 # Don't use installbsd from OSF since it installs stuff as root 3370 # Don't use installbsd from OSF since it installs stuff as root
3333 # by default. 3371 # by default.
3334 for ac_prog in ginstall scoinst install; do 3372 for ac_prog in ginstall scoinst install; do
3335 for ac_exec_ext in '' $ac_executable_extensions; do 3373 for ac_exec_ext in '' $ac_executable_extensions; do
3336 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 3374 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3337 if test $ac_prog = install && 3375 if test $ac_prog = install &&
3338 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3376 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3339 # AIX install. It has an incompatible calling convention. 3377 # AIX install. It has an incompatible calling convention.
3340 : 3378 :
3341 elif test $ac_prog = install && 3379 elif test $ac_prog = install &&
3390 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3428 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3391 3429
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3393 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3431 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3394 if test -z "$MKDIR_P"; then 3432 if test -z "$MKDIR_P"; then
3395 if test "${ac_cv_path_mkdir+set}" = set; then : 3433 if ${ac_cv_path_mkdir+:} false; then :
3396 $as_echo_n "(cached) " >&6 3434 $as_echo_n "(cached) " >&6
3397 else 3435 else
3398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3399 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 3437 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3400 do 3438 do
3401 IFS=$as_save_IFS 3439 IFS=$as_save_IFS
3402 test -z "$as_dir" && as_dir=. 3440 test -z "$as_dir" && as_dir=.
3403 for ac_prog in mkdir gmkdir; do 3441 for ac_prog in mkdir gmkdir; do
3404 for ac_exec_ext in '' $ac_executable_extensions; do 3442 for ac_exec_ext in '' $ac_executable_extensions; do
3405 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 3443 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3406 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 3444 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3407 'mkdir (GNU coreutils) '* | \ 3445 'mkdir (GNU coreutils) '* | \
3408 'mkdir (coreutils) '* | \ 3446 'mkdir (coreutils) '* | \
3409 'mkdir (fileutils) '4.1*) 3447 'mkdir (fileutils) '4.1*)
3410 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 3448 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3439 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3477 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3440 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3478 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 3479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
3442 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 3480 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
3443 if test -z "$CXXCPP"; then 3481 if test -z "$CXXCPP"; then
3444 if test "${ac_cv_prog_CXXCPP+set}" = set; then : 3482 if ${ac_cv_prog_CXXCPP+:} false; then :
3445 $as_echo_n "(cached) " >&6 3483 $as_echo_n "(cached) " >&6
3446 else 3484 else
3447 # Double quotes because CXXCPP needs to be expanded 3485 # Double quotes because CXXCPP needs to be expanded
3448 for CXXCPP in "$CXX -E" "/lib/cpp" 3486 for CXXCPP in "$CXX -E" "/lib/cpp"
3449 do 3487 do
3469 3507
3470 else 3508 else
3471 # Broken: fails on valid input. 3509 # Broken: fails on valid input.
3472 continue 3510 continue
3473 fi 3511 fi
3474 rm -f conftest.err conftest.$ac_ext 3512 rm -f conftest.err conftest.i conftest.$ac_ext
3475 3513
3476 # OK, works on sane cases. Now check whether nonexistent headers 3514 # OK, works on sane cases. Now check whether nonexistent headers
3477 # can be detected and how. 3515 # can be detected and how.
3478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3479 /* end confdefs.h. */ 3517 /* end confdefs.h. */
3485 else 3523 else
3486 # Passes both tests. 3524 # Passes both tests.
3487 ac_preproc_ok=: 3525 ac_preproc_ok=:
3488 break 3526 break
3489 fi 3527 fi
3490 rm -f conftest.err conftest.$ac_ext 3528 rm -f conftest.err conftest.i conftest.$ac_ext
3491 3529
3492 done 3530 done
3493 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3531 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3494 rm -f conftest.err conftest.$ac_ext 3532 rm -f conftest.i conftest.err conftest.$ac_ext
3495 if $ac_preproc_ok; then : 3533 if $ac_preproc_ok; then :
3496 break 3534 break
3497 fi 3535 fi
3498 3536
3499 done 3537 done
3528 3566
3529 else 3567 else
3530 # Broken: fails on valid input. 3568 # Broken: fails on valid input.
3531 continue 3569 continue
3532 fi 3570 fi
3533 rm -f conftest.err conftest.$ac_ext 3571 rm -f conftest.err conftest.i conftest.$ac_ext
3534 3572
3535 # OK, works on sane cases. Now check whether nonexistent headers 3573 # OK, works on sane cases. Now check whether nonexistent headers
3536 # can be detected and how. 3574 # can be detected and how.
3537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3538 /* end confdefs.h. */ 3576 /* end confdefs.h. */
3544 else 3582 else
3545 # Passes both tests. 3583 # Passes both tests.
3546 ac_preproc_ok=: 3584 ac_preproc_ok=:
3547 break 3585 break
3548 fi 3586 fi
3549 rm -f conftest.err conftest.$ac_ext 3587 rm -f conftest.err conftest.i conftest.$ac_ext
3550 3588
3551 done 3589 done
3552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3590 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3553 rm -f conftest.err conftest.$ac_ext 3591 rm -f conftest.i conftest.err conftest.$ac_ext
3554 if $ac_preproc_ok; then : 3592 if $ac_preproc_ok; then :
3555 3593
3556 else 3594 else
3557 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3595 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3558 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3596 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3559 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check 3597 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
3560 See \`config.log' for more details." "$LINENO" 5; } 3598 See \`config.log' for more details" "$LINENO" 5; }
3561 fi 3599 fi
3562 3600
3563 ac_ext=cpp 3601 ac_ext=cpp
3564 ac_cpp='$CXXCPP $CPPFLAGS' 3602 ac_cpp='$CXXCPP $CPPFLAGS'
3565 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3603 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3567 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3605 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3568 3606
3569 3607
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3571 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3609 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3572 if test "${ac_cv_path_GREP+set}" = set; then : 3610 if ${ac_cv_path_GREP+:} false; then :
3573 $as_echo_n "(cached) " >&6 3611 $as_echo_n "(cached) " >&6
3574 else 3612 else
3575 if test -z "$GREP"; then 3613 if test -z "$GREP"; then
3576 ac_path_GREP_found=false 3614 ac_path_GREP_found=false
3577 # Loop through the user's path and test for each of PROGNAME-LIST 3615 # Loop through the user's path and test for each of PROGNAME-LIST
3581 IFS=$as_save_IFS 3619 IFS=$as_save_IFS
3582 test -z "$as_dir" && as_dir=. 3620 test -z "$as_dir" && as_dir=.
3583 for ac_prog in grep ggrep; do 3621 for ac_prog in grep ggrep; do
3584 for ac_exec_ext in '' $ac_executable_extensions; do 3622 for ac_exec_ext in '' $ac_executable_extensions; do
3585 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3623 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3586 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3624 as_fn_executable_p "$ac_path_GREP" || continue
3587 # Check for GNU ac_path_GREP and select it if it is found. 3625 # Check for GNU ac_path_GREP and select it if it is found.
3588 # Check for GNU $ac_path_GREP 3626 # Check for GNU $ac_path_GREP
3589 case `"$ac_path_GREP" --version 2>&1` in 3627 case `"$ac_path_GREP" --version 2>&1` in
3590 *GNU*) 3628 *GNU*)
3591 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3629 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3616 done 3654 done
3617 done 3655 done
3618 done 3656 done
3619 IFS=$as_save_IFS 3657 IFS=$as_save_IFS
3620 if test -z "$ac_cv_path_GREP"; then 3658 if test -z "$ac_cv_path_GREP"; then
3621 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3659 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3622 fi 3660 fi
3623 else 3661 else
3624 ac_cv_path_GREP=$GREP 3662 ac_cv_path_GREP=$GREP
3625 fi 3663 fi
3626 3664
3630 GREP="$ac_cv_path_GREP" 3668 GREP="$ac_cv_path_GREP"
3631 3669
3632 3670
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3634 $as_echo_n "checking for egrep... " >&6; } 3672 $as_echo_n "checking for egrep... " >&6; }
3635 if test "${ac_cv_path_EGREP+set}" = set; then : 3673 if ${ac_cv_path_EGREP+:} false; then :
3636 $as_echo_n "(cached) " >&6 3674 $as_echo_n "(cached) " >&6
3637 else 3675 else
3638 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3676 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3639 then ac_cv_path_EGREP="$GREP -E" 3677 then ac_cv_path_EGREP="$GREP -E"
3640 else 3678 else
3647 IFS=$as_save_IFS 3685 IFS=$as_save_IFS
3648 test -z "$as_dir" && as_dir=. 3686 test -z "$as_dir" && as_dir=.
3649 for ac_prog in egrep; do 3687 for ac_prog in egrep; do
3650 for ac_exec_ext in '' $ac_executable_extensions; do 3688 for ac_exec_ext in '' $ac_executable_extensions; do
3651 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3689 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3652 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3690 as_fn_executable_p "$ac_path_EGREP" || continue
3653 # Check for GNU ac_path_EGREP and select it if it is found. 3691 # Check for GNU ac_path_EGREP and select it if it is found.
3654 # Check for GNU $ac_path_EGREP 3692 # Check for GNU $ac_path_EGREP
3655 case `"$ac_path_EGREP" --version 2>&1` in 3693 case `"$ac_path_EGREP" --version 2>&1` in
3656 *GNU*) 3694 *GNU*)
3657 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3695 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3682 done 3720 done
3683 done 3721 done
3684 done 3722 done
3685 IFS=$as_save_IFS 3723 IFS=$as_save_IFS
3686 if test -z "$ac_cv_path_EGREP"; then 3724 if test -z "$ac_cv_path_EGREP"; then
3687 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3725 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3688 fi 3726 fi
3689 else 3727 else
3690 ac_cv_path_EGREP=$EGREP 3728 ac_cv_path_EGREP=$EGREP
3691 fi 3729 fi
3692 3730
3697 EGREP="$ac_cv_path_EGREP" 3735 EGREP="$ac_cv_path_EGREP"
3698 3736
3699 3737
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3701 $as_echo_n "checking for ANSI C header files... " >&6; } 3739 $as_echo_n "checking for ANSI C header files... " >&6; }
3702 if test "${ac_cv_header_stdc+set}" = set; then : 3740 if ${ac_cv_header_stdc+:} false; then :
3703 $as_echo_n "(cached) " >&6 3741 $as_echo_n "(cached) " >&6
3704 else 3742 else
3705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3706 /* end confdefs.h. */ 3744 /* end confdefs.h. */
3707 #include <stdlib.h> 3745 #include <stdlib.h>
3815 # preferred flags) 3853 # preferred flags)
3816 AUTOCONF_CXXFLAGS="$CXXFLAGS" 3854 AUTOCONF_CXXFLAGS="$CXXFLAGS"
3817 3855
3818 3856
3819 3857
3858
3859
3860
3861
3862
3820 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 3863 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
3821 if test -n "$ac_tool_prefix"; then 3864 if test -n "$ac_tool_prefix"; then
3822 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 3865 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
3823 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 3866 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3825 $as_echo_n "checking for $ac_word... " >&6; } 3868 $as_echo_n "checking for $ac_word... " >&6; }
3826 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 3869 if ${ac_cv_path_PKG_CONFIG+:} false; then :
3827 $as_echo_n "(cached) " >&6 3870 $as_echo_n "(cached) " >&6
3828 else 3871 else
3829 case $PKG_CONFIG in 3872 case $PKG_CONFIG in
3830 [\\/]* | ?:[\\/]*) 3873 [\\/]* | ?:[\\/]*)
3831 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 3874 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
3835 for as_dir in $PATH 3878 for as_dir in $PATH
3836 do 3879 do
3837 IFS=$as_save_IFS 3880 IFS=$as_save_IFS
3838 test -z "$as_dir" && as_dir=. 3881 test -z "$as_dir" && as_dir=.
3839 for ac_exec_ext in '' $ac_executable_extensions; do 3882 for ac_exec_ext in '' $ac_executable_extensions; do
3840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3841 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 3884 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3843 break 2 3886 break 2
3844 fi 3887 fi
3845 done 3888 done
3864 ac_pt_PKG_CONFIG=$PKG_CONFIG 3907 ac_pt_PKG_CONFIG=$PKG_CONFIG
3865 # Extract the first word of "pkg-config", so it can be a program name with args. 3908 # Extract the first word of "pkg-config", so it can be a program name with args.
3866 set dummy pkg-config; ac_word=$2 3909 set dummy pkg-config; ac_word=$2
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3868 $as_echo_n "checking for $ac_word... " >&6; } 3911 $as_echo_n "checking for $ac_word... " >&6; }
3869 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : 3912 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
3870 $as_echo_n "(cached) " >&6 3913 $as_echo_n "(cached) " >&6
3871 else 3914 else
3872 case $ac_pt_PKG_CONFIG in 3915 case $ac_pt_PKG_CONFIG in
3873 [\\/]* | ?:[\\/]*) 3916 [\\/]* | ?:[\\/]*)
3874 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 3917 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
3878 for as_dir in $PATH 3921 for as_dir in $PATH
3879 do 3922 do
3880 IFS=$as_save_IFS 3923 IFS=$as_save_IFS
3881 test -z "$as_dir" && as_dir=. 3924 test -z "$as_dir" && as_dir=.
3882 for ac_exec_ext in '' $ac_executable_extensions; do 3925 for ac_exec_ext in '' $ac_executable_extensions; do
3883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3884 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 3927 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3886 break 2 3929 break 2
3887 fi 3930 fi
3888 done 3931 done
3927 else 3970 else
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3929 $as_echo "no" >&6; } 3972 $as_echo "no" >&6; }
3930 PKG_CONFIG="" 3973 PKG_CONFIG=""
3931 fi 3974 fi
3932
3933 fi 3975 fi
3934 3976
3935 3977
3936 3978
3937 3979
3938 if test x$QMAKE = x ; then 3980 if test x$QMAKE = x ; then
3939 # Extract the first word of "qmake-qt5", so it can be a program name with args. 3981 # Extract the first word of "qmake-qt5", so it can be a program name with args.
3940 set dummy qmake-qt5; ac_word=$2 3982 set dummy qmake-qt5; ac_word=$2
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942 $as_echo_n "checking for $ac_word... " >&6; } 3984 $as_echo_n "checking for $ac_word... " >&6; }
3943 if test "${ac_cv_prog_QMAKE+set}" = set; then : 3985 if ${ac_cv_prog_QMAKE+:} false; then :
3944 $as_echo_n "(cached) " >&6 3986 $as_echo_n "(cached) " >&6
3945 else 3987 else
3946 if test -n "$QMAKE"; then 3988 if test -n "$QMAKE"; then
3947 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. 3989 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test.
3948 else 3990 else
3950 for as_dir in $QTDIR/bin/ 3992 for as_dir in $QTDIR/bin/
3951 do 3993 do
3952 IFS=$as_save_IFS 3994 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=. 3995 test -z "$as_dir" && as_dir=.
3954 for ac_exec_ext in '' $ac_executable_extensions; do 3996 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3956 ac_cv_prog_QMAKE="$QTDIR/bin/qmake-qt5" 3998 ac_cv_prog_QMAKE="$QTDIR/bin/qmake-qt5"
3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3958 break 2 4000 break 2
3959 fi 4001 fi
3960 done 4002 done
3977 if test x$QMAKE = x ; then 4019 if test x$QMAKE = x ; then
3978 # Extract the first word of "qmake", so it can be a program name with args. 4020 # Extract the first word of "qmake", so it can be a program name with args.
3979 set dummy qmake; ac_word=$2 4021 set dummy qmake; ac_word=$2
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3981 $as_echo_n "checking for $ac_word... " >&6; } 4023 $as_echo_n "checking for $ac_word... " >&6; }
3982 if test "${ac_cv_prog_QMAKE+set}" = set; then : 4024 if ${ac_cv_prog_QMAKE+:} false; then :
3983 $as_echo_n "(cached) " >&6 4025 $as_echo_n "(cached) " >&6
3984 else 4026 else
3985 if test -n "$QMAKE"; then 4027 if test -n "$QMAKE"; then
3986 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. 4028 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test.
3987 else 4029 else
3989 for as_dir in $QTDIR/bin/ 4031 for as_dir in $QTDIR/bin/
3990 do 4032 do
3991 IFS=$as_save_IFS 4033 IFS=$as_save_IFS
3992 test -z "$as_dir" && as_dir=. 4034 test -z "$as_dir" && as_dir=.
3993 for ac_exec_ext in '' $ac_executable_extensions; do 4035 for ac_exec_ext in '' $ac_executable_extensions; do
3994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4036 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3995 ac_cv_prog_QMAKE="$QTDIR/bin/qmake" 4037 ac_cv_prog_QMAKE="$QTDIR/bin/qmake"
3996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3997 break 2 4039 break 2
3998 fi 4040 fi
3999 done 4041 done
4016 if test x$QMAKE = x ; then 4058 if test x$QMAKE = x ; then
4017 # Extract the first word of "qmake.exe", so it can be a program name with args. 4059 # Extract the first word of "qmake.exe", so it can be a program name with args.
4018 set dummy qmake.exe; ac_word=$2 4060 set dummy qmake.exe; ac_word=$2
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4020 $as_echo_n "checking for $ac_word... " >&6; } 4062 $as_echo_n "checking for $ac_word... " >&6; }
4021 if test "${ac_cv_prog_QMAKE+set}" = set; then : 4063 if ${ac_cv_prog_QMAKE+:} false; then :
4022 $as_echo_n "(cached) " >&6 4064 $as_echo_n "(cached) " >&6
4023 else 4065 else
4024 if test -n "$QMAKE"; then 4066 if test -n "$QMAKE"; then
4025 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. 4067 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test.
4026 else 4068 else
4028 for as_dir in $QTDIR/bin/ 4070 for as_dir in $QTDIR/bin/
4029 do 4071 do
4030 IFS=$as_save_IFS 4072 IFS=$as_save_IFS
4031 test -z "$as_dir" && as_dir=. 4073 test -z "$as_dir" && as_dir=.
4032 for ac_exec_ext in '' $ac_executable_extensions; do 4074 for ac_exec_ext in '' $ac_executable_extensions; do
4033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4075 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4034 ac_cv_prog_QMAKE="$QTDIR/bin/qmake.exe" 4076 ac_cv_prog_QMAKE="$QTDIR/bin/qmake.exe"
4035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4036 break 2 4078 break 2
4037 fi 4079 fi
4038 done 4080 done
4055 if test x$QMAKE = x ; then 4097 if test x$QMAKE = x ; then
4056 # Extract the first word of "qmake-qt5", so it can be a program name with args. 4098 # Extract the first word of "qmake-qt5", so it can be a program name with args.
4057 set dummy qmake-qt5; ac_word=$2 4099 set dummy qmake-qt5; ac_word=$2
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4059 $as_echo_n "checking for $ac_word... " >&6; } 4101 $as_echo_n "checking for $ac_word... " >&6; }
4060 if test "${ac_cv_prog_QMAKE+set}" = set; then : 4102 if ${ac_cv_prog_QMAKE+:} false; then :
4061 $as_echo_n "(cached) " >&6 4103 $as_echo_n "(cached) " >&6
4062 else 4104 else
4063 if test -n "$QMAKE"; then 4105 if test -n "$QMAKE"; then
4064 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. 4106 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test.
4065 else 4107 else
4067 for as_dir in $PATH 4109 for as_dir in $PATH
4068 do 4110 do
4069 IFS=$as_save_IFS 4111 IFS=$as_save_IFS
4070 test -z "$as_dir" && as_dir=. 4112 test -z "$as_dir" && as_dir=.
4071 for ac_exec_ext in '' $ac_executable_extensions; do 4113 for ac_exec_ext in '' $ac_executable_extensions; do
4072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4073 ac_cv_prog_QMAKE="qmake-qt5" 4115 ac_cv_prog_QMAKE="qmake-qt5"
4074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4075 break 2 4117 break 2
4076 fi 4118 fi
4077 done 4119 done
4094 if test x$QMAKE = x ; then 4136 if test x$QMAKE = x ; then
4095 # Extract the first word of "qmake", so it can be a program name with args. 4137 # Extract the first word of "qmake", so it can be a program name with args.
4096 set dummy qmake; ac_word=$2 4138 set dummy qmake; ac_word=$2
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4098 $as_echo_n "checking for $ac_word... " >&6; } 4140 $as_echo_n "checking for $ac_word... " >&6; }
4099 if test "${ac_cv_prog_QMAKE+set}" = set; then : 4141 if ${ac_cv_prog_QMAKE+:} false; then :
4100 $as_echo_n "(cached) " >&6 4142 $as_echo_n "(cached) " >&6
4101 else 4143 else
4102 if test -n "$QMAKE"; then 4144 if test -n "$QMAKE"; then
4103 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. 4145 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test.
4104 else 4146 else
4106 for as_dir in $PATH 4148 for as_dir in $PATH
4107 do 4149 do
4108 IFS=$as_save_IFS 4150 IFS=$as_save_IFS
4109 test -z "$as_dir" && as_dir=. 4151 test -z "$as_dir" && as_dir=.
4110 for ac_exec_ext in '' $ac_executable_extensions; do 4152 for ac_exec_ext in '' $ac_executable_extensions; do
4111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4112 ac_cv_prog_QMAKE="qmake" 4154 ac_cv_prog_QMAKE="qmake"
4113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4114 break 2 4156 break 2
4115 fi 4157 fi
4116 done 4158 done
4129 fi 4171 fi
4130 4172
4131 4173
4132 fi 4174 fi
4133 if test x$QMAKE = x ; then 4175 if test x$QMAKE = x ; then
4134 as_fn_error " 4176 as_fn_error $? "
4135 Failed to find the required qmake-qt5 or qmake program. Please 4177 Failed to find the required qmake-qt5 or qmake program. Please
4136 ensure you have the necessary Qt5 development files installed, and 4178 ensure you have the necessary Qt5 development files installed, and
4137 if necessary set QTDIR to the location of your Qt5 installation. 4179 if necessary set QTDIR to the location of your Qt5 installation.
4138 " "$LINENO" 5 4180 " "$LINENO" 5
4139 fi 4181 fi
4217 inttypes.h stdint.h unistd.h 4259 inttypes.h stdint.h unistd.h
4218 do : 4260 do :
4219 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4261 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4220 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4262 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4221 " 4263 "
4222 eval as_val=\$$as_ac_Header 4264 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4223 if test "x$as_val" = x""yes; then :
4224 cat >>confdefs.h <<_ACEOF 4265 cat >>confdefs.h <<_ACEOF
4225 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4266 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4226 _ACEOF 4267 _ACEOF
4227 4268
4228 fi 4269 fi
4252 4293
4253 pkg_failed=no 4294 pkg_failed=no
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5 4295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5
4255 $as_echo_n "checking for bz2... " >&6; } 4296 $as_echo_n "checking for bz2... " >&6; }
4256 4297
4257 if test -n "$PKG_CONFIG"; then 4298 if test -n "$bz2_CFLAGS"; then
4258 if test -n "$bz2_CFLAGS"; then 4299 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS"
4259 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" 4300 elif test -n "$PKG_CONFIG"; then
4260 else 4301 if test -n "$PKG_CONFIG" && \
4261 if test -n "$PKG_CONFIG" && \
4262 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4302 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4263 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4303 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4264 ac_status=$? 4304 ac_status=$?
4265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4266 test $ac_status = 0; }; then 4306 test $ac_status = 0; }; then
4267 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4307 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4308 test "x$?" != "x0" && pkg_failed=yes
4268 else 4309 else
4269 pkg_failed=yes 4310 pkg_failed=yes
4270 fi 4311 fi
4271 fi 4312 else
4272 else 4313 pkg_failed=untried
4273 pkg_failed=untried 4314 fi
4274 fi 4315 if test -n "$bz2_LIBS"; then
4275 if test -n "$PKG_CONFIG"; then 4316 pkg_cv_bz2_LIBS="$bz2_LIBS"
4276 if test -n "$bz2_LIBS"; then 4317 elif test -n "$PKG_CONFIG"; then
4277 pkg_cv_bz2_LIBS="$bz2_LIBS" 4318 if test -n "$PKG_CONFIG" && \
4278 else
4279 if test -n "$PKG_CONFIG" && \
4280 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4319 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4281 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4320 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4282 ac_status=$? 4321 ac_status=$?
4283 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4322 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4284 test $ac_status = 0; }; then 4323 test $ac_status = 0; }; then
4285 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4324 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4325 test "x$?" != "x0" && pkg_failed=yes
4286 else 4326 else
4287 pkg_failed=yes 4327 pkg_failed=yes
4288 fi 4328 fi
4289 fi 4329 else
4290 else 4330 pkg_failed=untried
4291 pkg_failed=untried
4292 fi 4331 fi
4293 4332
4294 4333
4295 4334
4296 if test $pkg_failed = yes; then 4335 if test $pkg_failed = yes; then
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337 $as_echo "no" >&6; }
4297 4338
4298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4339 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4299 _pkg_short_errors_supported=yes 4340 _pkg_short_errors_supported=yes
4300 else 4341 else
4301 _pkg_short_errors_supported=no 4342 _pkg_short_errors_supported=no
4302 fi 4343 fi
4303 if test $_pkg_short_errors_supported = yes; then 4344 if test $_pkg_short_errors_supported = yes; then
4304 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4345 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4305 else 4346 else
4306 bz2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4347 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4307 fi 4348 fi
4308 # Put the nasty error message in config.log where it belongs 4349 # Put the nasty error message in config.log where it belongs
4309 echo "$bz2_PKG_ERRORS" >&5 4350 echo "$bz2_PKG_ERRORS" >&5
4310 4351
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4352 { $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
4312 $as_echo "no" >&6; }
4313 { $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
4314 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4353 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4315 elif test $pkg_failed = untried; then 4354 elif test $pkg_failed = untried; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4356 $as_echo "no" >&6; }
4316 { $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 4357 { $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
4317 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4358 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4318 else 4359 else
4319 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS 4360 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS
4320 bz2_LIBS=$pkg_cv_bz2_LIBS 4361 bz2_LIBS=$pkg_cv_bz2_LIBS
4324 fi 4365 fi
4325 fi 4366 fi
4326 if test -n "$SV_MODULE_FAILED"; then 4367 if test -n "$SV_MODULE_FAILED"; then
4327 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 4368 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
4328 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 4369 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
4329 eval as_val=\$$as_ac_Header 4370 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4330 if test "x$as_val" = x""yes; then :
4331 HAVES="$HAVES $SV_MODULE_HAVE" 4371 HAVES="$HAVES $SV_MODULE_HAVE"
4332 else 4372 else
4333 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 4373 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
4334 fi 4374 fi
4335 4375
4336 4376
4337 if test -n "$SV_MODULE_LIB"; then 4377 if test -n "$SV_MODULE_LIB"; then
4338 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 4378 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
4340 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 4380 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
4341 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 4381 if eval \${$as_ac_Lib+:} false; then :
4342 $as_echo_n "(cached) " >&6 4382 $as_echo_n "(cached) " >&6
4343 else 4383 else
4344 ac_check_lib_save_LIBS=$LIBS 4384 ac_check_lib_save_LIBS=$LIBS
4345 LIBS="-l$SV_MODULE_LIB $LIBS" 4385 LIBS="-l$SV_MODULE_LIB $LIBS"
4346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4371 LIBS=$ac_check_lib_save_LIBS 4411 LIBS=$ac_check_lib_save_LIBS
4372 fi 4412 fi
4373 eval ac_res=\$$as_ac_Lib 4413 eval ac_res=\$$as_ac_Lib
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4375 $as_echo "$ac_res" >&6; } 4415 $as_echo "$ac_res" >&6; }
4376 eval as_val=\$$as_ac_Lib 4416 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
4377 if test "x$as_val" = x""yes; then :
4378 LIBS="$LIBS -l$SV_MODULE_LIB" 4417 LIBS="$LIBS -l$SV_MODULE_LIB"
4379 else 4418 else
4380 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 4419 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
4381 fi 4420 fi
4382 4421
4383 fi 4422 fi
4384 fi 4423 fi
4385 4424
4405 4444
4406 pkg_failed=no 4445 pkg_failed=no
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5 4446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5
4408 $as_echo_n "checking for fftw3... " >&6; } 4447 $as_echo_n "checking for fftw3... " >&6; }
4409 4448
4410 if test -n "$PKG_CONFIG"; then 4449 if test -n "$fftw3_CFLAGS"; then
4411 if test -n "$fftw3_CFLAGS"; then 4450 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS"
4412 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" 4451 elif test -n "$PKG_CONFIG"; then
4413 else 4452 if test -n "$PKG_CONFIG" && \
4414 if test -n "$PKG_CONFIG" && \
4415 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4453 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4416 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4454 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4417 ac_status=$? 4455 ac_status=$?
4418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4419 test $ac_status = 0; }; then 4457 test $ac_status = 0; }; then
4420 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4458 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4459 test "x$?" != "x0" && pkg_failed=yes
4421 else 4460 else
4422 pkg_failed=yes 4461 pkg_failed=yes
4423 fi 4462 fi
4424 fi 4463 else
4425 else 4464 pkg_failed=untried
4426 pkg_failed=untried 4465 fi
4427 fi 4466 if test -n "$fftw3_LIBS"; then
4428 if test -n "$PKG_CONFIG"; then 4467 pkg_cv_fftw3_LIBS="$fftw3_LIBS"
4429 if test -n "$fftw3_LIBS"; then 4468 elif test -n "$PKG_CONFIG"; then
4430 pkg_cv_fftw3_LIBS="$fftw3_LIBS" 4469 if test -n "$PKG_CONFIG" && \
4431 else
4432 if test -n "$PKG_CONFIG" && \
4433 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4470 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4434 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4471 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4435 ac_status=$? 4472 ac_status=$?
4436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4437 test $ac_status = 0; }; then 4474 test $ac_status = 0; }; then
4438 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4475 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4476 test "x$?" != "x0" && pkg_failed=yes
4439 else 4477 else
4440 pkg_failed=yes 4478 pkg_failed=yes
4441 fi 4479 fi
4442 fi 4480 else
4443 else 4481 pkg_failed=untried
4444 pkg_failed=untried
4445 fi 4482 fi
4446 4483
4447 4484
4448 4485
4449 if test $pkg_failed = yes; then 4486 if test $pkg_failed = yes; then
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4488 $as_echo "no" >&6; }
4450 4489
4451 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4490 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4452 _pkg_short_errors_supported=yes 4491 _pkg_short_errors_supported=yes
4453 else 4492 else
4454 _pkg_short_errors_supported=no 4493 _pkg_short_errors_supported=no
4455 fi 4494 fi
4456 if test $_pkg_short_errors_supported = yes; then 4495 if test $_pkg_short_errors_supported = yes; then
4457 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4496 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4458 else 4497 else
4459 fftw3_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4498 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4460 fi 4499 fi
4461 # Put the nasty error message in config.log where it belongs 4500 # Put the nasty error message in config.log where it belongs
4462 echo "$fftw3_PKG_ERRORS" >&5 4501 echo "$fftw3_PKG_ERRORS" >&5
4463 4502
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4503 { $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
4465 $as_echo "no" >&6; }
4466 { $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
4467 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4504 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4468 elif test $pkg_failed = untried; then 4505 elif test $pkg_failed = untried; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4469 { $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 4508 { $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
4470 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4509 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4471 else 4510 else
4472 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS 4511 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS
4473 fftw3_LIBS=$pkg_cv_fftw3_LIBS 4512 fftw3_LIBS=$pkg_cv_fftw3_LIBS
4477 fi 4516 fi
4478 fi 4517 fi
4479 if test -n "$SV_MODULE_FAILED"; then 4518 if test -n "$SV_MODULE_FAILED"; then
4480 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 4519 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
4481 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 4520 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
4482 eval as_val=\$$as_ac_Header 4521 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4483 if test "x$as_val" = x""yes; then :
4484 HAVES="$HAVES $SV_MODULE_HAVE" 4522 HAVES="$HAVES $SV_MODULE_HAVE"
4485 else 4523 else
4486 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 4524 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
4487 fi 4525 fi
4488 4526
4489 4527
4490 if test -n "$SV_MODULE_LIB"; then 4528 if test -n "$SV_MODULE_LIB"; then
4491 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 4529 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 4530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
4493 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 4531 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
4494 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 4532 if eval \${$as_ac_Lib+:} false; then :
4495 $as_echo_n "(cached) " >&6 4533 $as_echo_n "(cached) " >&6
4496 else 4534 else
4497 ac_check_lib_save_LIBS=$LIBS 4535 ac_check_lib_save_LIBS=$LIBS
4498 LIBS="-l$SV_MODULE_LIB $LIBS" 4536 LIBS="-l$SV_MODULE_LIB $LIBS"
4499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 LIBS=$ac_check_lib_save_LIBS 4562 LIBS=$ac_check_lib_save_LIBS
4525 fi 4563 fi
4526 eval ac_res=\$$as_ac_Lib 4564 eval ac_res=\$$as_ac_Lib
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4528 $as_echo "$ac_res" >&6; } 4566 $as_echo "$ac_res" >&6; }
4529 eval as_val=\$$as_ac_Lib 4567 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
4530 if test "x$as_val" = x""yes; then :
4531 LIBS="$LIBS -l$SV_MODULE_LIB" 4568 LIBS="$LIBS -l$SV_MODULE_LIB"
4532 else 4569 else
4533 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 4570 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
4534 fi 4571 fi
4535 4572
4536 fi 4573 fi
4537 fi 4574 fi
4538 4575
4558 4595
4559 pkg_failed=no 4596 pkg_failed=no
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5 4597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5
4561 $as_echo_n "checking for fftw3f... " >&6; } 4598 $as_echo_n "checking for fftw3f... " >&6; }
4562 4599
4563 if test -n "$PKG_CONFIG"; then 4600 if test -n "$fftw3f_CFLAGS"; then
4564 if test -n "$fftw3f_CFLAGS"; then 4601 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS"
4565 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" 4602 elif test -n "$PKG_CONFIG"; then
4566 else 4603 if test -n "$PKG_CONFIG" && \
4567 if test -n "$PKG_CONFIG" && \
4568 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4604 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4569 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4605 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4570 ac_status=$? 4606 ac_status=$?
4571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4572 test $ac_status = 0; }; then 4608 test $ac_status = 0; }; then
4573 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4609 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4610 test "x$?" != "x0" && pkg_failed=yes
4574 else 4611 else
4575 pkg_failed=yes 4612 pkg_failed=yes
4576 fi 4613 fi
4577 fi 4614 else
4578 else 4615 pkg_failed=untried
4579 pkg_failed=untried 4616 fi
4580 fi 4617 if test -n "$fftw3f_LIBS"; then
4581 if test -n "$PKG_CONFIG"; then 4618 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS"
4582 if test -n "$fftw3f_LIBS"; then 4619 elif test -n "$PKG_CONFIG"; then
4583 pkg_cv_fftw3f_LIBS="$fftw3f_LIBS" 4620 if test -n "$PKG_CONFIG" && \
4584 else
4585 if test -n "$PKG_CONFIG" && \
4586 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4621 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4587 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4622 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4588 ac_status=$? 4623 ac_status=$?
4589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4590 test $ac_status = 0; }; then 4625 test $ac_status = 0; }; then
4591 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4626 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4627 test "x$?" != "x0" && pkg_failed=yes
4592 else 4628 else
4593 pkg_failed=yes 4629 pkg_failed=yes
4594 fi 4630 fi
4595 fi 4631 else
4596 else 4632 pkg_failed=untried
4597 pkg_failed=untried
4598 fi 4633 fi
4599 4634
4600 4635
4601 4636
4602 if test $pkg_failed = yes; then 4637 if test $pkg_failed = yes; then
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4639 $as_echo "no" >&6; }
4603 4640
4604 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4641 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4605 _pkg_short_errors_supported=yes 4642 _pkg_short_errors_supported=yes
4606 else 4643 else
4607 _pkg_short_errors_supported=no 4644 _pkg_short_errors_supported=no
4608 fi 4645 fi
4609 if test $_pkg_short_errors_supported = yes; then 4646 if test $_pkg_short_errors_supported = yes; then
4610 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4647 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4611 else 4648 else
4612 fftw3f_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4649 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4613 fi 4650 fi
4614 # Put the nasty error message in config.log where it belongs 4651 # Put the nasty error message in config.log where it belongs
4615 echo "$fftw3f_PKG_ERRORS" >&5 4652 echo "$fftw3f_PKG_ERRORS" >&5
4616 4653
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4654 { $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
4618 $as_echo "no" >&6; }
4619 { $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
4620 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4655 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4621 elif test $pkg_failed = untried; then 4656 elif test $pkg_failed = untried; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4658 $as_echo "no" >&6; }
4622 { $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 4659 { $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
4623 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4660 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4624 else 4661 else
4625 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS 4662 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS
4626 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS 4663 fftw3f_LIBS=$pkg_cv_fftw3f_LIBS
4630 fi 4667 fi
4631 fi 4668 fi
4632 if test -n "$SV_MODULE_FAILED"; then 4669 if test -n "$SV_MODULE_FAILED"; then
4633 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 4670 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
4634 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 4671 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
4635 eval as_val=\$$as_ac_Header 4672 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4636 if test "x$as_val" = x""yes; then :
4637 HAVES="$HAVES $SV_MODULE_HAVE" 4673 HAVES="$HAVES $SV_MODULE_HAVE"
4638 else 4674 else
4639 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 4675 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
4640 fi 4676 fi
4641 4677
4642 4678
4643 if test -n "$SV_MODULE_LIB"; then 4679 if test -n "$SV_MODULE_LIB"; then
4644 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 4680 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 4681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
4646 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 4682 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
4647 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 4683 if eval \${$as_ac_Lib+:} false; then :
4648 $as_echo_n "(cached) " >&6 4684 $as_echo_n "(cached) " >&6
4649 else 4685 else
4650 ac_check_lib_save_LIBS=$LIBS 4686 ac_check_lib_save_LIBS=$LIBS
4651 LIBS="-l$SV_MODULE_LIB $LIBS" 4687 LIBS="-l$SV_MODULE_LIB $LIBS"
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4677 LIBS=$ac_check_lib_save_LIBS 4713 LIBS=$ac_check_lib_save_LIBS
4678 fi 4714 fi
4679 eval ac_res=\$$as_ac_Lib 4715 eval ac_res=\$$as_ac_Lib
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4681 $as_echo "$ac_res" >&6; } 4717 $as_echo "$ac_res" >&6; }
4682 eval as_val=\$$as_ac_Lib 4718 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
4683 if test "x$as_val" = x""yes; then :
4684 LIBS="$LIBS -l$SV_MODULE_LIB" 4719 LIBS="$LIBS -l$SV_MODULE_LIB"
4685 else 4720 else
4686 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 4721 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
4687 fi 4722 fi
4688 4723
4689 fi 4724 fi
4690 fi 4725 fi
4691 4726
4711 4746
4712 pkg_failed=no 4747 pkg_failed=no
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5 4748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5
4714 $as_echo_n "checking for sndfile... " >&6; } 4749 $as_echo_n "checking for sndfile... " >&6; }
4715 4750
4716 if test -n "$PKG_CONFIG"; then 4751 if test -n "$sndfile_CFLAGS"; then
4717 if test -n "$sndfile_CFLAGS"; then 4752 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS"
4718 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" 4753 elif test -n "$PKG_CONFIG"; then
4719 else 4754 if test -n "$PKG_CONFIG" && \
4720 if test -n "$PKG_CONFIG" && \
4721 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4755 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4722 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4756 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4723 ac_status=$? 4757 ac_status=$?
4724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4725 test $ac_status = 0; }; then 4759 test $ac_status = 0; }; then
4726 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4760 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4761 test "x$?" != "x0" && pkg_failed=yes
4727 else 4762 else
4728 pkg_failed=yes 4763 pkg_failed=yes
4729 fi 4764 fi
4730 fi 4765 else
4731 else 4766 pkg_failed=untried
4732 pkg_failed=untried 4767 fi
4733 fi 4768 if test -n "$sndfile_LIBS"; then
4734 if test -n "$PKG_CONFIG"; then 4769 pkg_cv_sndfile_LIBS="$sndfile_LIBS"
4735 if test -n "$sndfile_LIBS"; then 4770 elif test -n "$PKG_CONFIG"; then
4736 pkg_cv_sndfile_LIBS="$sndfile_LIBS" 4771 if test -n "$PKG_CONFIG" && \
4737 else
4738 if test -n "$PKG_CONFIG" && \
4739 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4772 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4740 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4773 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4741 ac_status=$? 4774 ac_status=$?
4742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4743 test $ac_status = 0; }; then 4776 test $ac_status = 0; }; then
4744 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4777 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4778 test "x$?" != "x0" && pkg_failed=yes
4745 else 4779 else
4746 pkg_failed=yes 4780 pkg_failed=yes
4747 fi 4781 fi
4748 fi 4782 else
4749 else 4783 pkg_failed=untried
4750 pkg_failed=untried
4751 fi 4784 fi
4752 4785
4753 4786
4754 4787
4755 if test $pkg_failed = yes; then 4788 if test $pkg_failed = yes; then
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4790 $as_echo "no" >&6; }
4756 4791
4757 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4792 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4758 _pkg_short_errors_supported=yes 4793 _pkg_short_errors_supported=yes
4759 else 4794 else
4760 _pkg_short_errors_supported=no 4795 _pkg_short_errors_supported=no
4761 fi 4796 fi
4762 if test $_pkg_short_errors_supported = yes; then 4797 if test $_pkg_short_errors_supported = yes; then
4763 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4798 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4764 else 4799 else
4765 sndfile_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4800 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4766 fi 4801 fi
4767 # Put the nasty error message in config.log where it belongs 4802 # Put the nasty error message in config.log where it belongs
4768 echo "$sndfile_PKG_ERRORS" >&5 4803 echo "$sndfile_PKG_ERRORS" >&5
4769 4804
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4805 { $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
4771 $as_echo "no" >&6; }
4772 { $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
4773 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4806 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4774 elif test $pkg_failed = untried; then 4807 elif test $pkg_failed = untried; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4809 $as_echo "no" >&6; }
4775 { $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 4810 { $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
4776 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4811 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4777 else 4812 else
4778 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS 4813 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS
4779 sndfile_LIBS=$pkg_cv_sndfile_LIBS 4814 sndfile_LIBS=$pkg_cv_sndfile_LIBS
4783 fi 4818 fi
4784 fi 4819 fi
4785 if test -n "$SV_MODULE_FAILED"; then 4820 if test -n "$SV_MODULE_FAILED"; then
4786 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 4821 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
4787 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 4822 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
4788 eval as_val=\$$as_ac_Header 4823 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4789 if test "x$as_val" = x""yes; then :
4790 HAVES="$HAVES $SV_MODULE_HAVE" 4824 HAVES="$HAVES $SV_MODULE_HAVE"
4791 else 4825 else
4792 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 4826 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
4793 fi 4827 fi
4794 4828
4795 4829
4796 if test -n "$SV_MODULE_LIB"; then 4830 if test -n "$SV_MODULE_LIB"; then
4797 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 4831 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 4832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
4799 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 4833 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
4800 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 4834 if eval \${$as_ac_Lib+:} false; then :
4801 $as_echo_n "(cached) " >&6 4835 $as_echo_n "(cached) " >&6
4802 else 4836 else
4803 ac_check_lib_save_LIBS=$LIBS 4837 ac_check_lib_save_LIBS=$LIBS
4804 LIBS="-l$SV_MODULE_LIB $LIBS" 4838 LIBS="-l$SV_MODULE_LIB $LIBS"
4805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4830 LIBS=$ac_check_lib_save_LIBS 4864 LIBS=$ac_check_lib_save_LIBS
4831 fi 4865 fi
4832 eval ac_res=\$$as_ac_Lib 4866 eval ac_res=\$$as_ac_Lib
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4834 $as_echo "$ac_res" >&6; } 4868 $as_echo "$ac_res" >&6; }
4835 eval as_val=\$$as_ac_Lib 4869 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
4836 if test "x$as_val" = x""yes; then :
4837 LIBS="$LIBS -l$SV_MODULE_LIB" 4870 LIBS="$LIBS -l$SV_MODULE_LIB"
4838 else 4871 else
4839 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 4872 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
4840 fi 4873 fi
4841 4874
4842 fi 4875 fi
4843 fi 4876 fi
4844 4877
4864 4897
4865 pkg_failed=no 4898 pkg_failed=no
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5 4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for samplerate" >&5
4867 $as_echo_n "checking for samplerate... " >&6; } 4900 $as_echo_n "checking for samplerate... " >&6; }
4868 4901
4869 if test -n "$PKG_CONFIG"; then 4902 if test -n "$samplerate_CFLAGS"; then
4870 if test -n "$samplerate_CFLAGS"; then 4903 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS"
4871 pkg_cv_samplerate_CFLAGS="$samplerate_CFLAGS" 4904 elif test -n "$PKG_CONFIG"; then
4872 else 4905 if test -n "$PKG_CONFIG" && \
4873 if test -n "$PKG_CONFIG" && \
4874 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4906 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4875 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4907 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4876 ac_status=$? 4908 ac_status=$?
4877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4878 test $ac_status = 0; }; then 4910 test $ac_status = 0; }; then
4879 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4911 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4912 test "x$?" != "x0" && pkg_failed=yes
4880 else 4913 else
4881 pkg_failed=yes 4914 pkg_failed=yes
4882 fi 4915 fi
4883 fi 4916 else
4884 else 4917 pkg_failed=untried
4885 pkg_failed=untried 4918 fi
4886 fi 4919 if test -n "$samplerate_LIBS"; then
4887 if test -n "$PKG_CONFIG"; then 4920 pkg_cv_samplerate_LIBS="$samplerate_LIBS"
4888 if test -n "$samplerate_LIBS"; then 4921 elif test -n "$PKG_CONFIG"; then
4889 pkg_cv_samplerate_LIBS="$samplerate_LIBS" 4922 if test -n "$PKG_CONFIG" && \
4890 else
4891 if test -n "$PKG_CONFIG" && \
4892 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 4923 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
4893 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 4924 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
4894 ac_status=$? 4925 ac_status=$?
4895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4896 test $ac_status = 0; }; then 4927 test $ac_status = 0; }; then
4897 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 4928 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
4929 test "x$?" != "x0" && pkg_failed=yes
4898 else 4930 else
4899 pkg_failed=yes 4931 pkg_failed=yes
4900 fi 4932 fi
4901 fi 4933 else
4902 else 4934 pkg_failed=untried
4903 pkg_failed=untried
4904 fi 4935 fi
4905 4936
4906 4937
4907 4938
4908 if test $pkg_failed = yes; then 4939 if test $pkg_failed = yes; then
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4941 $as_echo "no" >&6; }
4909 4942
4910 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4943 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4911 _pkg_short_errors_supported=yes 4944 _pkg_short_errors_supported=yes
4912 else 4945 else
4913 _pkg_short_errors_supported=no 4946 _pkg_short_errors_supported=no
4914 fi 4947 fi
4915 if test $_pkg_short_errors_supported = yes; then 4948 if test $_pkg_short_errors_supported = yes; then
4916 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4949 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4917 else 4950 else
4918 samplerate_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 4951 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
4919 fi 4952 fi
4920 # Put the nasty error message in config.log where it belongs 4953 # Put the nasty error message in config.log where it belongs
4921 echo "$samplerate_PKG_ERRORS" >&5 4954 echo "$samplerate_PKG_ERRORS" >&5
4922 4955
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4956 { $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
4924 $as_echo "no" >&6; }
4925 { $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
4926 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4957 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4927 elif test $pkg_failed = untried; then 4958 elif test $pkg_failed = untried; then
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4960 $as_echo "no" >&6; }
4928 { $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 4961 { $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
4929 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4962 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4930 else 4963 else
4931 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS 4964 samplerate_CFLAGS=$pkg_cv_samplerate_CFLAGS
4932 samplerate_LIBS=$pkg_cv_samplerate_LIBS 4965 samplerate_LIBS=$pkg_cv_samplerate_LIBS
4936 fi 4969 fi
4937 fi 4970 fi
4938 if test -n "$SV_MODULE_FAILED"; then 4971 if test -n "$SV_MODULE_FAILED"; then
4939 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 4972 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
4940 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 4973 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
4941 eval as_val=\$$as_ac_Header 4974 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4942 if test "x$as_val" = x""yes; then :
4943 HAVES="$HAVES $SV_MODULE_HAVE" 4975 HAVES="$HAVES $SV_MODULE_HAVE"
4944 else 4976 else
4945 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 4977 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
4946 fi 4978 fi
4947 4979
4948 4980
4949 if test -n "$SV_MODULE_LIB"; then 4981 if test -n "$SV_MODULE_LIB"; then
4950 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 4982 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
4952 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 4984 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
4953 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 4985 if eval \${$as_ac_Lib+:} false; then :
4954 $as_echo_n "(cached) " >&6 4986 $as_echo_n "(cached) " >&6
4955 else 4987 else
4956 ac_check_lib_save_LIBS=$LIBS 4988 ac_check_lib_save_LIBS=$LIBS
4957 LIBS="-l$SV_MODULE_LIB $LIBS" 4989 LIBS="-l$SV_MODULE_LIB $LIBS"
4958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS 5015 LIBS=$ac_check_lib_save_LIBS
4984 fi 5016 fi
4985 eval ac_res=\$$as_ac_Lib 5017 eval ac_res=\$$as_ac_Lib
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4987 $as_echo "$ac_res" >&6; } 5019 $as_echo "$ac_res" >&6; }
4988 eval as_val=\$$as_ac_Lib 5020 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
4989 if test "x$as_val" = x""yes; then :
4990 LIBS="$LIBS -l$SV_MODULE_LIB" 5021 LIBS="$LIBS -l$SV_MODULE_LIB"
4991 else 5022 else
4992 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5023 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
4993 fi 5024 fi
4994 5025
4995 fi 5026 fi
4996 fi 5027 fi
4997 5028
5017 5048
5018 pkg_failed=no 5049 pkg_failed=no
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5 5050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamp" >&5
5020 $as_echo_n "checking for vamp... " >&6; } 5051 $as_echo_n "checking for vamp... " >&6; }
5021 5052
5022 if test -n "$PKG_CONFIG"; then 5053 if test -n "$vamp_CFLAGS"; then
5023 if test -n "$vamp_CFLAGS"; then 5054 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS"
5024 pkg_cv_vamp_CFLAGS="$vamp_CFLAGS" 5055 elif test -n "$PKG_CONFIG"; then
5025 else 5056 if test -n "$PKG_CONFIG" && \
5026 if test -n "$PKG_CONFIG" && \
5027 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5057 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5028 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5058 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5029 ac_status=$? 5059 ac_status=$?
5030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5031 test $ac_status = 0; }; then 5061 test $ac_status = 0; }; then
5032 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5062 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5063 test "x$?" != "x0" && pkg_failed=yes
5033 else 5064 else
5034 pkg_failed=yes 5065 pkg_failed=yes
5035 fi 5066 fi
5036 fi 5067 else
5037 else 5068 pkg_failed=untried
5038 pkg_failed=untried 5069 fi
5039 fi 5070 if test -n "$vamp_LIBS"; then
5040 if test -n "$PKG_CONFIG"; then 5071 pkg_cv_vamp_LIBS="$vamp_LIBS"
5041 if test -n "$vamp_LIBS"; then 5072 elif test -n "$PKG_CONFIG"; then
5042 pkg_cv_vamp_LIBS="$vamp_LIBS" 5073 if test -n "$PKG_CONFIG" && \
5043 else
5044 if test -n "$PKG_CONFIG" && \
5045 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5074 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5046 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5075 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5047 ac_status=$? 5076 ac_status=$?
5048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5077 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5049 test $ac_status = 0; }; then 5078 test $ac_status = 0; }; then
5050 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5079 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5080 test "x$?" != "x0" && pkg_failed=yes
5051 else 5081 else
5052 pkg_failed=yes 5082 pkg_failed=yes
5053 fi 5083 fi
5054 fi 5084 else
5055 else 5085 pkg_failed=untried
5056 pkg_failed=untried
5057 fi 5086 fi
5058 5087
5059 5088
5060 5089
5061 if test $pkg_failed = yes; then 5090 if test $pkg_failed = yes; then
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5092 $as_echo "no" >&6; }
5062 5093
5063 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5094 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5064 _pkg_short_errors_supported=yes 5095 _pkg_short_errors_supported=yes
5065 else 5096 else
5066 _pkg_short_errors_supported=no 5097 _pkg_short_errors_supported=no
5067 fi 5098 fi
5068 if test $_pkg_short_errors_supported = yes; then 5099 if test $_pkg_short_errors_supported = yes; then
5069 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5100 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5070 else 5101 else
5071 vamp_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5102 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5072 fi 5103 fi
5073 # Put the nasty error message in config.log where it belongs 5104 # Put the nasty error message in config.log where it belongs
5074 echo "$vamp_PKG_ERRORS" >&5 5105 echo "$vamp_PKG_ERRORS" >&5
5075 5106
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5107 { $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
5077 $as_echo "no" >&6; }
5078 { $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
5079 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5108 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5080 elif test $pkg_failed = untried; then 5109 elif test $pkg_failed = untried; then
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111 $as_echo "no" >&6; }
5081 { $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 5112 { $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
5082 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5113 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5083 else 5114 else
5084 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS 5115 vamp_CFLAGS=$pkg_cv_vamp_CFLAGS
5085 vamp_LIBS=$pkg_cv_vamp_LIBS 5116 vamp_LIBS=$pkg_cv_vamp_LIBS
5089 fi 5120 fi
5090 fi 5121 fi
5091 if test -n "$SV_MODULE_FAILED"; then 5122 if test -n "$SV_MODULE_FAILED"; then
5092 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5123 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5093 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5124 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5094 eval as_val=\$$as_ac_Header 5125 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5095 if test "x$as_val" = x""yes; then :
5096 HAVES="$HAVES $SV_MODULE_HAVE" 5126 HAVES="$HAVES $SV_MODULE_HAVE"
5097 else 5127 else
5098 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5128 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5099 fi 5129 fi
5100 5130
5101 5131
5102 if test -n "$SV_MODULE_LIB"; then 5132 if test -n "$SV_MODULE_LIB"; then
5103 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5133 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5105 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5135 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5106 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5136 if eval \${$as_ac_Lib+:} false; then :
5107 $as_echo_n "(cached) " >&6 5137 $as_echo_n "(cached) " >&6
5108 else 5138 else
5109 ac_check_lib_save_LIBS=$LIBS 5139 ac_check_lib_save_LIBS=$LIBS
5110 LIBS="-l$SV_MODULE_LIB $LIBS" 5140 LIBS="-l$SV_MODULE_LIB $LIBS"
5111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5136 LIBS=$ac_check_lib_save_LIBS 5166 LIBS=$ac_check_lib_save_LIBS
5137 fi 5167 fi
5138 eval ac_res=\$$as_ac_Lib 5168 eval ac_res=\$$as_ac_Lib
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5140 $as_echo "$ac_res" >&6; } 5170 $as_echo "$ac_res" >&6; }
5141 eval as_val=\$$as_ac_Lib 5171 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5142 if test "x$as_val" = x""yes; then :
5143 LIBS="$LIBS -l$SV_MODULE_LIB" 5172 LIBS="$LIBS -l$SV_MODULE_LIB"
5144 else 5173 else
5145 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5174 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5146 fi 5175 fi
5147 5176
5148 fi 5177 fi
5149 fi 5178 fi
5150 5179
5170 5199
5171 pkg_failed=no 5200 pkg_failed=no
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5 5201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vamphostsdk" >&5
5173 $as_echo_n "checking for vamphostsdk... " >&6; } 5202 $as_echo_n "checking for vamphostsdk... " >&6; }
5174 5203
5175 if test -n "$PKG_CONFIG"; then 5204 if test -n "$vamphostsdk_CFLAGS"; then
5176 if test -n "$vamphostsdk_CFLAGS"; then 5205 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS"
5177 pkg_cv_vamphostsdk_CFLAGS="$vamphostsdk_CFLAGS" 5206 elif test -n "$PKG_CONFIG"; then
5178 else 5207 if test -n "$PKG_CONFIG" && \
5179 if test -n "$PKG_CONFIG" && \
5180 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5208 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5181 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5209 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5182 ac_status=$? 5210 ac_status=$?
5183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5184 test $ac_status = 0; }; then 5212 test $ac_status = 0; }; then
5185 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5213 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5214 test "x$?" != "x0" && pkg_failed=yes
5186 else 5215 else
5187 pkg_failed=yes 5216 pkg_failed=yes
5188 fi 5217 fi
5189 fi 5218 else
5190 else 5219 pkg_failed=untried
5191 pkg_failed=untried 5220 fi
5192 fi 5221 if test -n "$vamphostsdk_LIBS"; then
5193 if test -n "$PKG_CONFIG"; then 5222 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS"
5194 if test -n "$vamphostsdk_LIBS"; then 5223 elif test -n "$PKG_CONFIG"; then
5195 pkg_cv_vamphostsdk_LIBS="$vamphostsdk_LIBS" 5224 if test -n "$PKG_CONFIG" && \
5196 else
5197 if test -n "$PKG_CONFIG" && \
5198 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5225 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5199 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5226 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5200 ac_status=$? 5227 ac_status=$?
5201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5202 test $ac_status = 0; }; then 5229 test $ac_status = 0; }; then
5203 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5230 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5231 test "x$?" != "x0" && pkg_failed=yes
5204 else 5232 else
5205 pkg_failed=yes 5233 pkg_failed=yes
5206 fi 5234 fi
5207 fi 5235 else
5208 else 5236 pkg_failed=untried
5209 pkg_failed=untried
5210 fi 5237 fi
5211 5238
5212 5239
5213 5240
5214 if test $pkg_failed = yes; then 5241 if test $pkg_failed = yes; then
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5243 $as_echo "no" >&6; }
5215 5244
5216 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5245 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5217 _pkg_short_errors_supported=yes 5246 _pkg_short_errors_supported=yes
5218 else 5247 else
5219 _pkg_short_errors_supported=no 5248 _pkg_short_errors_supported=no
5220 fi 5249 fi
5221 if test $_pkg_short_errors_supported = yes; then 5250 if test $_pkg_short_errors_supported = yes; then
5222 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5251 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5223 else 5252 else
5224 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5253 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5225 fi 5254 fi
5226 # Put the nasty error message in config.log where it belongs 5255 # Put the nasty error message in config.log where it belongs
5227 echo "$vamphostsdk_PKG_ERRORS" >&5 5256 echo "$vamphostsdk_PKG_ERRORS" >&5
5228 5257
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5258 { $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
5230 $as_echo "no" >&6; }
5231 { $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
5232 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5259 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5233 elif test $pkg_failed = untried; then 5260 elif test $pkg_failed = untried; then
5261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5262 $as_echo "no" >&6; }
5234 { $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 5263 { $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
5235 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5264 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5236 else 5265 else
5237 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS 5266 vamphostsdk_CFLAGS=$pkg_cv_vamphostsdk_CFLAGS
5238 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS 5267 vamphostsdk_LIBS=$pkg_cv_vamphostsdk_LIBS
5242 fi 5271 fi
5243 fi 5272 fi
5244 if test -n "$SV_MODULE_FAILED"; then 5273 if test -n "$SV_MODULE_FAILED"; then
5245 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5274 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5246 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5275 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5247 eval as_val=\$$as_ac_Header 5276 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5248 if test "x$as_val" = x""yes; then :
5249 HAVES="$HAVES $SV_MODULE_HAVE" 5277 HAVES="$HAVES $SV_MODULE_HAVE"
5250 else 5278 else
5251 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5279 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5252 fi 5280 fi
5253 5281
5254 5282
5255 if test -n "$SV_MODULE_LIB"; then 5283 if test -n "$SV_MODULE_LIB"; then
5256 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5284 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5258 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5286 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5259 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5287 if eval \${$as_ac_Lib+:} false; then :
5260 $as_echo_n "(cached) " >&6 5288 $as_echo_n "(cached) " >&6
5261 else 5289 else
5262 ac_check_lib_save_LIBS=$LIBS 5290 ac_check_lib_save_LIBS=$LIBS
5263 LIBS="-l$SV_MODULE_LIB $LIBS" 5291 LIBS="-l$SV_MODULE_LIB $LIBS"
5264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5289 LIBS=$ac_check_lib_save_LIBS 5317 LIBS=$ac_check_lib_save_LIBS
5290 fi 5318 fi
5291 eval ac_res=\$$as_ac_Lib 5319 eval ac_res=\$$as_ac_Lib
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5293 $as_echo "$ac_res" >&6; } 5321 $as_echo "$ac_res" >&6; }
5294 eval as_val=\$$as_ac_Lib 5322 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5295 if test "x$as_val" = x""yes; then :
5296 LIBS="$LIBS -l$SV_MODULE_LIB" 5323 LIBS="$LIBS -l$SV_MODULE_LIB"
5297 else 5324 else
5298 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5325 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5299 fi 5326 fi
5300 5327
5301 fi 5328 fi
5302 fi 5329 fi
5303 5330
5323 5350
5324 pkg_failed=no 5351 pkg_failed=no
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5 5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5
5326 $as_echo_n "checking for rubberband... " >&6; } 5353 $as_echo_n "checking for rubberband... " >&6; }
5327 5354
5328 if test -n "$PKG_CONFIG"; then 5355 if test -n "$rubberband_CFLAGS"; then
5329 if test -n "$rubberband_CFLAGS"; then 5356 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS"
5330 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" 5357 elif test -n "$PKG_CONFIG"; then
5331 else 5358 if test -n "$PKG_CONFIG" && \
5332 if test -n "$PKG_CONFIG" && \
5333 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5359 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5334 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5360 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5335 ac_status=$? 5361 ac_status=$?
5336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5337 test $ac_status = 0; }; then 5363 test $ac_status = 0; }; then
5338 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5364 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5365 test "x$?" != "x0" && pkg_failed=yes
5339 else 5366 else
5340 pkg_failed=yes 5367 pkg_failed=yes
5341 fi 5368 fi
5342 fi 5369 else
5343 else 5370 pkg_failed=untried
5344 pkg_failed=untried 5371 fi
5345 fi 5372 if test -n "$rubberband_LIBS"; then
5346 if test -n "$PKG_CONFIG"; then 5373 pkg_cv_rubberband_LIBS="$rubberband_LIBS"
5347 if test -n "$rubberband_LIBS"; then 5374 elif test -n "$PKG_CONFIG"; then
5348 pkg_cv_rubberband_LIBS="$rubberband_LIBS" 5375 if test -n "$PKG_CONFIG" && \
5349 else
5350 if test -n "$PKG_CONFIG" && \
5351 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5376 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5352 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5377 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5353 ac_status=$? 5378 ac_status=$?
5354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5355 test $ac_status = 0; }; then 5380 test $ac_status = 0; }; then
5356 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5381 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5382 test "x$?" != "x0" && pkg_failed=yes
5357 else 5383 else
5358 pkg_failed=yes 5384 pkg_failed=yes
5359 fi 5385 fi
5360 fi 5386 else
5361 else 5387 pkg_failed=untried
5362 pkg_failed=untried
5363 fi 5388 fi
5364 5389
5365 5390
5366 5391
5367 if test $pkg_failed = yes; then 5392 if test $pkg_failed = yes; then
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5394 $as_echo "no" >&6; }
5368 5395
5369 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5396 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5370 _pkg_short_errors_supported=yes 5397 _pkg_short_errors_supported=yes
5371 else 5398 else
5372 _pkg_short_errors_supported=no 5399 _pkg_short_errors_supported=no
5373 fi 5400 fi
5374 if test $_pkg_short_errors_supported = yes; then 5401 if test $_pkg_short_errors_supported = yes; then
5375 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5402 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5376 else 5403 else
5377 rubberband_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5404 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5378 fi 5405 fi
5379 # Put the nasty error message in config.log where it belongs 5406 # Put the nasty error message in config.log where it belongs
5380 echo "$rubberband_PKG_ERRORS" >&5 5407 echo "$rubberband_PKG_ERRORS" >&5
5381 5408
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5409 { $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
5383 $as_echo "no" >&6; }
5384 { $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
5385 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5410 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5386 elif test $pkg_failed = untried; then 5411 elif test $pkg_failed = untried; then
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5413 $as_echo "no" >&6; }
5387 { $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 5414 { $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
5388 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5415 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5389 else 5416 else
5390 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS 5417 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS
5391 rubberband_LIBS=$pkg_cv_rubberband_LIBS 5418 rubberband_LIBS=$pkg_cv_rubberband_LIBS
5395 fi 5422 fi
5396 fi 5423 fi
5397 if test -n "$SV_MODULE_FAILED"; then 5424 if test -n "$SV_MODULE_FAILED"; then
5398 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5425 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5399 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5426 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5400 eval as_val=\$$as_ac_Header 5427 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5401 if test "x$as_val" = x""yes; then :
5402 HAVES="$HAVES $SV_MODULE_HAVE" 5428 HAVES="$HAVES $SV_MODULE_HAVE"
5403 else 5429 else
5404 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5430 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5405 fi 5431 fi
5406 5432
5407 5433
5408 if test -n "$SV_MODULE_LIB"; then 5434 if test -n "$SV_MODULE_LIB"; then
5409 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5435 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5411 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5437 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5412 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5438 if eval \${$as_ac_Lib+:} false; then :
5413 $as_echo_n "(cached) " >&6 5439 $as_echo_n "(cached) " >&6
5414 else 5440 else
5415 ac_check_lib_save_LIBS=$LIBS 5441 ac_check_lib_save_LIBS=$LIBS
5416 LIBS="-l$SV_MODULE_LIB $LIBS" 5442 LIBS="-l$SV_MODULE_LIB $LIBS"
5417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5442 LIBS=$ac_check_lib_save_LIBS 5468 LIBS=$ac_check_lib_save_LIBS
5443 fi 5469 fi
5444 eval ac_res=\$$as_ac_Lib 5470 eval ac_res=\$$as_ac_Lib
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5446 $as_echo "$ac_res" >&6; } 5472 $as_echo "$ac_res" >&6; }
5447 eval as_val=\$$as_ac_Lib 5473 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5448 if test "x$as_val" = x""yes; then :
5449 LIBS="$LIBS -l$SV_MODULE_LIB" 5474 LIBS="$LIBS -l$SV_MODULE_LIB"
5450 else 5475 else
5451 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5476 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5452 fi 5477 fi
5453 5478
5454 fi 5479 fi
5455 fi 5480 fi
5456 5481
5476 5501
5477 pkg_failed=no 5502 pkg_failed=no
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sord" >&5 5503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sord" >&5
5479 $as_echo_n "checking for sord... " >&6; } 5504 $as_echo_n "checking for sord... " >&6; }
5480 5505
5481 if test -n "$PKG_CONFIG"; then 5506 if test -n "$sord_CFLAGS"; then
5482 if test -n "$sord_CFLAGS"; then 5507 pkg_cv_sord_CFLAGS="$sord_CFLAGS"
5483 pkg_cv_sord_CFLAGS="$sord_CFLAGS" 5508 elif test -n "$PKG_CONFIG"; then
5484 else 5509 if test -n "$PKG_CONFIG" && \
5485 if test -n "$PKG_CONFIG" && \
5486 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5510 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5487 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5511 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5488 ac_status=$? 5512 ac_status=$?
5489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5490 test $ac_status = 0; }; then 5514 test $ac_status = 0; }; then
5491 pkg_cv_sord_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5515 pkg_cv_sord_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5516 test "x$?" != "x0" && pkg_failed=yes
5492 else 5517 else
5493 pkg_failed=yes 5518 pkg_failed=yes
5494 fi 5519 fi
5495 fi 5520 else
5496 else 5521 pkg_failed=untried
5497 pkg_failed=untried 5522 fi
5498 fi 5523 if test -n "$sord_LIBS"; then
5499 if test -n "$PKG_CONFIG"; then 5524 pkg_cv_sord_LIBS="$sord_LIBS"
5500 if test -n "$sord_LIBS"; then 5525 elif test -n "$PKG_CONFIG"; then
5501 pkg_cv_sord_LIBS="$sord_LIBS" 5526 if test -n "$PKG_CONFIG" && \
5502 else
5503 if test -n "$PKG_CONFIG" && \
5504 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5527 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5505 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5528 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5506 ac_status=$? 5529 ac_status=$?
5507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5508 test $ac_status = 0; }; then 5531 test $ac_status = 0; }; then
5509 pkg_cv_sord_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5532 pkg_cv_sord_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5533 test "x$?" != "x0" && pkg_failed=yes
5510 else 5534 else
5511 pkg_failed=yes 5535 pkg_failed=yes
5512 fi 5536 fi
5513 fi 5537 else
5514 else 5538 pkg_failed=untried
5515 pkg_failed=untried
5516 fi 5539 fi
5517 5540
5518 5541
5519 5542
5520 if test $pkg_failed = yes; then 5543 if test $pkg_failed = yes; then
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5545 $as_echo "no" >&6; }
5521 5546
5522 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5547 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5523 _pkg_short_errors_supported=yes 5548 _pkg_short_errors_supported=yes
5524 else 5549 else
5525 _pkg_short_errors_supported=no 5550 _pkg_short_errors_supported=no
5526 fi 5551 fi
5527 if test $_pkg_short_errors_supported = yes; then 5552 if test $_pkg_short_errors_supported = yes; then
5528 sord_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5553 sord_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5529 else 5554 else
5530 sord_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5555 sord_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5531 fi 5556 fi
5532 # Put the nasty error message in config.log where it belongs 5557 # Put the nasty error message in config.log where it belongs
5533 echo "$sord_PKG_ERRORS" >&5 5558 echo "$sord_PKG_ERRORS" >&5
5534 5559
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5560 { $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
5536 $as_echo "no" >&6; }
5537 { $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
5538 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5561 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5539 elif test $pkg_failed = untried; then 5562 elif test $pkg_failed = untried; then
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5564 $as_echo "no" >&6; }
5540 { $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 5565 { $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
5541 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5566 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5542 else 5567 else
5543 sord_CFLAGS=$pkg_cv_sord_CFLAGS 5568 sord_CFLAGS=$pkg_cv_sord_CFLAGS
5544 sord_LIBS=$pkg_cv_sord_LIBS 5569 sord_LIBS=$pkg_cv_sord_LIBS
5548 fi 5573 fi
5549 fi 5574 fi
5550 if test -n "$SV_MODULE_FAILED"; then 5575 if test -n "$SV_MODULE_FAILED"; then
5551 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5576 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5552 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5577 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5553 eval as_val=\$$as_ac_Header 5578 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5554 if test "x$as_val" = x""yes; then :
5555 HAVES="$HAVES $SV_MODULE_HAVE" 5579 HAVES="$HAVES $SV_MODULE_HAVE"
5556 else 5580 else
5557 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5581 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5558 fi 5582 fi
5559 5583
5560 5584
5561 if test -n "$SV_MODULE_LIB"; then 5585 if test -n "$SV_MODULE_LIB"; then
5562 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5586 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5564 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5588 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5565 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5589 if eval \${$as_ac_Lib+:} false; then :
5566 $as_echo_n "(cached) " >&6 5590 $as_echo_n "(cached) " >&6
5567 else 5591 else
5568 ac_check_lib_save_LIBS=$LIBS 5592 ac_check_lib_save_LIBS=$LIBS
5569 LIBS="-l$SV_MODULE_LIB $LIBS" 5593 LIBS="-l$SV_MODULE_LIB $LIBS"
5570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5595 LIBS=$ac_check_lib_save_LIBS 5619 LIBS=$ac_check_lib_save_LIBS
5596 fi 5620 fi
5597 eval ac_res=\$$as_ac_Lib 5621 eval ac_res=\$$as_ac_Lib
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5599 $as_echo "$ac_res" >&6; } 5623 $as_echo "$ac_res" >&6; }
5600 eval as_val=\$$as_ac_Lib 5624 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5601 if test "x$as_val" = x""yes; then :
5602 LIBS="$LIBS -l$SV_MODULE_LIB" 5625 LIBS="$LIBS -l$SV_MODULE_LIB"
5603 else 5626 else
5604 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5627 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5605 fi 5628 fi
5606 5629
5607 fi 5630 fi
5608 fi 5631 fi
5609 5632
5629 5652
5630 pkg_failed=no 5653 pkg_failed=no
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for serd" >&5 5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for serd" >&5
5632 $as_echo_n "checking for serd... " >&6; } 5655 $as_echo_n "checking for serd... " >&6; }
5633 5656
5634 if test -n "$PKG_CONFIG"; then 5657 if test -n "$serd_CFLAGS"; then
5635 if test -n "$serd_CFLAGS"; then 5658 pkg_cv_serd_CFLAGS="$serd_CFLAGS"
5636 pkg_cv_serd_CFLAGS="$serd_CFLAGS" 5659 elif test -n "$PKG_CONFIG"; then
5637 else 5660 if test -n "$PKG_CONFIG" && \
5638 if test -n "$PKG_CONFIG" && \
5639 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5661 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5640 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5662 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5641 ac_status=$? 5663 ac_status=$?
5642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5643 test $ac_status = 0; }; then 5665 test $ac_status = 0; }; then
5644 pkg_cv_serd_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5666 pkg_cv_serd_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5667 test "x$?" != "x0" && pkg_failed=yes
5645 else 5668 else
5646 pkg_failed=yes 5669 pkg_failed=yes
5647 fi 5670 fi
5648 fi 5671 else
5649 else 5672 pkg_failed=untried
5650 pkg_failed=untried 5673 fi
5651 fi 5674 if test -n "$serd_LIBS"; then
5652 if test -n "$PKG_CONFIG"; then 5675 pkg_cv_serd_LIBS="$serd_LIBS"
5653 if test -n "$serd_LIBS"; then 5676 elif test -n "$PKG_CONFIG"; then
5654 pkg_cv_serd_LIBS="$serd_LIBS" 5677 if test -n "$PKG_CONFIG" && \
5655 else
5656 if test -n "$PKG_CONFIG" && \
5657 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5678 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5658 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5679 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5659 ac_status=$? 5680 ac_status=$?
5660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5661 test $ac_status = 0; }; then 5682 test $ac_status = 0; }; then
5662 pkg_cv_serd_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5683 pkg_cv_serd_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5684 test "x$?" != "x0" && pkg_failed=yes
5663 else 5685 else
5664 pkg_failed=yes 5686 pkg_failed=yes
5665 fi 5687 fi
5666 fi 5688 else
5667 else 5689 pkg_failed=untried
5668 pkg_failed=untried
5669 fi 5690 fi
5670 5691
5671 5692
5672 5693
5673 if test $pkg_failed = yes; then 5694 if test $pkg_failed = yes; then
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5696 $as_echo "no" >&6; }
5674 5697
5675 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5698 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5676 _pkg_short_errors_supported=yes 5699 _pkg_short_errors_supported=yes
5677 else 5700 else
5678 _pkg_short_errors_supported=no 5701 _pkg_short_errors_supported=no
5679 fi 5702 fi
5680 if test $_pkg_short_errors_supported = yes; then 5703 if test $_pkg_short_errors_supported = yes; then
5681 serd_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5704 serd_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5682 else 5705 else
5683 serd_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5706 serd_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5684 fi 5707 fi
5685 # Put the nasty error message in config.log where it belongs 5708 # Put the nasty error message in config.log where it belongs
5686 echo "$serd_PKG_ERRORS" >&5 5709 echo "$serd_PKG_ERRORS" >&5
5687 5710
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5711 { $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
5689 $as_echo "no" >&6; }
5690 { $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
5691 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5712 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5692 elif test $pkg_failed = untried; then 5713 elif test $pkg_failed = untried; then
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5715 $as_echo "no" >&6; }
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5716 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5694 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5717 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5695 else 5718 else
5696 serd_CFLAGS=$pkg_cv_serd_CFLAGS 5719 serd_CFLAGS=$pkg_cv_serd_CFLAGS
5697 serd_LIBS=$pkg_cv_serd_LIBS 5720 serd_LIBS=$pkg_cv_serd_LIBS
5701 fi 5724 fi
5702 fi 5725 fi
5703 if test -n "$SV_MODULE_FAILED"; then 5726 if test -n "$SV_MODULE_FAILED"; then
5704 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5727 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5705 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5728 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5706 eval as_val=\$$as_ac_Header 5729 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5707 if test "x$as_val" = x""yes; then :
5708 HAVES="$HAVES $SV_MODULE_HAVE" 5730 HAVES="$HAVES $SV_MODULE_HAVE"
5709 else 5731 else
5710 as_fn_error "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 5732 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5
5711 fi 5733 fi
5712 5734
5713 5735
5714 if test -n "$SV_MODULE_LIB"; then 5736 if test -n "$SV_MODULE_LIB"; then
5715 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5737 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5717 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5739 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5718 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5740 if eval \${$as_ac_Lib+:} false; then :
5719 $as_echo_n "(cached) " >&6 5741 $as_echo_n "(cached) " >&6
5720 else 5742 else
5721 ac_check_lib_save_LIBS=$LIBS 5743 ac_check_lib_save_LIBS=$LIBS
5722 LIBS="-l$SV_MODULE_LIB $LIBS" 5744 LIBS="-l$SV_MODULE_LIB $LIBS"
5723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5748 LIBS=$ac_check_lib_save_LIBS 5770 LIBS=$ac_check_lib_save_LIBS
5749 fi 5771 fi
5750 eval ac_res=\$$as_ac_Lib 5772 eval ac_res=\$$as_ac_Lib
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5752 $as_echo "$ac_res" >&6; } 5774 $as_echo "$ac_res" >&6; }
5753 eval as_val=\$$as_ac_Lib 5775 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5754 if test "x$as_val" = x""yes; then :
5755 LIBS="$LIBS -l$SV_MODULE_LIB" 5776 LIBS="$LIBS -l$SV_MODULE_LIB"
5756 else 5777 else
5757 as_fn_error "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 5778 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5
5758 fi 5779 fi
5759 5780
5760 fi 5781 fi
5761 fi 5782 fi
5762 5783
5783 5804
5784 pkg_failed=no 5805 pkg_failed=no
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 5806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5
5786 $as_echo_n "checking for liblo... " >&6; } 5807 $as_echo_n "checking for liblo... " >&6; }
5787 5808
5788 if test -n "$PKG_CONFIG"; then 5809 if test -n "$liblo_CFLAGS"; then
5789 if test -n "$liblo_CFLAGS"; then 5810 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS"
5790 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" 5811 elif test -n "$PKG_CONFIG"; then
5791 else 5812 if test -n "$PKG_CONFIG" && \
5792 if test -n "$PKG_CONFIG" && \
5793 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5813 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5794 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5814 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5795 ac_status=$? 5815 ac_status=$?
5796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5797 test $ac_status = 0; }; then 5817 test $ac_status = 0; }; then
5798 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5818 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5819 test "x$?" != "x0" && pkg_failed=yes
5799 else 5820 else
5800 pkg_failed=yes 5821 pkg_failed=yes
5801 fi 5822 fi
5802 fi 5823 else
5803 else 5824 pkg_failed=untried
5804 pkg_failed=untried 5825 fi
5805 fi 5826 if test -n "$liblo_LIBS"; then
5806 if test -n "$PKG_CONFIG"; then 5827 pkg_cv_liblo_LIBS="$liblo_LIBS"
5807 if test -n "$liblo_LIBS"; then 5828 elif test -n "$PKG_CONFIG"; then
5808 pkg_cv_liblo_LIBS="$liblo_LIBS" 5829 if test -n "$PKG_CONFIG" && \
5809 else
5810 if test -n "$PKG_CONFIG" && \
5811 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5830 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5812 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5831 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5813 ac_status=$? 5832 ac_status=$?
5814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5815 test $ac_status = 0; }; then 5834 test $ac_status = 0; }; then
5816 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5835 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5836 test "x$?" != "x0" && pkg_failed=yes
5817 else 5837 else
5818 pkg_failed=yes 5838 pkg_failed=yes
5819 fi 5839 fi
5820 fi 5840 else
5821 else 5841 pkg_failed=untried
5822 pkg_failed=untried
5823 fi 5842 fi
5824 5843
5825 5844
5826 5845
5827 if test $pkg_failed = yes; then 5846 if test $pkg_failed = yes; then
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5848 $as_echo "no" >&6; }
5828 5849
5829 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5850 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5830 _pkg_short_errors_supported=yes 5851 _pkg_short_errors_supported=yes
5831 else 5852 else
5832 _pkg_short_errors_supported=no 5853 _pkg_short_errors_supported=no
5833 fi 5854 fi
5834 if test $_pkg_short_errors_supported = yes; then 5855 if test $_pkg_short_errors_supported = yes; then
5835 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5856 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5836 else 5857 else
5837 liblo_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 5858 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5838 fi 5859 fi
5839 # Put the nasty error message in config.log where it belongs 5860 # Put the nasty error message in config.log where it belongs
5840 echo "$liblo_PKG_ERRORS" >&5 5861 echo "$liblo_PKG_ERRORS" >&5
5841 5862
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5863 { $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
5843 $as_echo "no" >&6; }
5844 { $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
5845 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5864 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5846 elif test $pkg_failed = untried; then 5865 elif test $pkg_failed = untried; then
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5867 $as_echo "no" >&6; }
5847 { $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 5868 { $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
5848 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5869 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5849 else 5870 else
5850 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS 5871 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS
5851 liblo_LIBS=$pkg_cv_liblo_LIBS 5872 liblo_LIBS=$pkg_cv_liblo_LIBS
5855 fi 5876 fi
5856 fi 5877 fi
5857 if test -n "$SV_MODULE_FAILED"; then 5878 if test -n "$SV_MODULE_FAILED"; then
5858 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 5879 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
5859 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 5880 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
5860 eval as_val=\$$as_ac_Header 5881 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5861 if test "x$as_val" = x""yes; then :
5862 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 5882 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
5863 else 5883 else
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 5884 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
5865 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 5885 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
5866 fi 5886 fi
5869 if test -z "$SV_MODULE_FAILED"; then 5889 if test -z "$SV_MODULE_FAILED"; then
5870 if test -n "$SV_MODULE_LIB"; then 5890 if test -n "$SV_MODULE_LIB"; then
5871 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 5891 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
5873 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 5893 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
5874 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 5894 if eval \${$as_ac_Lib+:} false; then :
5875 $as_echo_n "(cached) " >&6 5895 $as_echo_n "(cached) " >&6
5876 else 5896 else
5877 ac_check_lib_save_LIBS=$LIBS 5897 ac_check_lib_save_LIBS=$LIBS
5878 LIBS="-l$SV_MODULE_LIB $LIBS" 5898 LIBS="-l$SV_MODULE_LIB $LIBS"
5879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5904 LIBS=$ac_check_lib_save_LIBS 5924 LIBS=$ac_check_lib_save_LIBS
5905 fi 5925 fi
5906 eval ac_res=\$$as_ac_Lib 5926 eval ac_res=\$$as_ac_Lib
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5908 $as_echo "$ac_res" >&6; } 5928 $as_echo "$ac_res" >&6; }
5909 eval as_val=\$$as_ac_Lib 5929 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
5910 if test "x$as_val" = x""yes; then :
5911 LIBS="$LIBS -l$SV_MODULE_LIB" 5930 LIBS="$LIBS -l$SV_MODULE_LIB"
5912 else 5931 else
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 5932 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
5914 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 5933 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
5915 fi 5934 fi
5940 5959
5941 pkg_failed=no 5960 pkg_failed=no
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio_2_0" >&5 5961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio_2_0" >&5
5943 $as_echo_n "checking for portaudio_2_0... " >&6; } 5962 $as_echo_n "checking for portaudio_2_0... " >&6; }
5944 5963
5945 if test -n "$PKG_CONFIG"; then 5964 if test -n "$portaudio_2_0_CFLAGS"; then
5946 if test -n "$portaudio_2_0_CFLAGS"; then 5965 pkg_cv_portaudio_2_0_CFLAGS="$portaudio_2_0_CFLAGS"
5947 pkg_cv_portaudio_2_0_CFLAGS="$portaudio_2_0_CFLAGS" 5966 elif test -n "$PKG_CONFIG"; then
5948 else 5967 if test -n "$PKG_CONFIG" && \
5949 if test -n "$PKG_CONFIG" && \
5950 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5968 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5951 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5969 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5952 ac_status=$? 5970 ac_status=$?
5953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5954 test $ac_status = 0; }; then 5972 test $ac_status = 0; }; then
5955 pkg_cv_portaudio_2_0_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5973 pkg_cv_portaudio_2_0_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5974 test "x$?" != "x0" && pkg_failed=yes
5956 else 5975 else
5957 pkg_failed=yes 5976 pkg_failed=yes
5958 fi 5977 fi
5959 fi 5978 else
5960 else 5979 pkg_failed=untried
5961 pkg_failed=untried 5980 fi
5962 fi 5981 if test -n "$portaudio_2_0_LIBS"; then
5963 if test -n "$PKG_CONFIG"; then 5982 pkg_cv_portaudio_2_0_LIBS="$portaudio_2_0_LIBS"
5964 if test -n "$portaudio_2_0_LIBS"; then 5983 elif test -n "$PKG_CONFIG"; then
5965 pkg_cv_portaudio_2_0_LIBS="$portaudio_2_0_LIBS" 5984 if test -n "$PKG_CONFIG" && \
5966 else
5967 if test -n "$PKG_CONFIG" && \
5968 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 5985 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
5969 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 5986 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
5970 ac_status=$? 5987 ac_status=$?
5971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5972 test $ac_status = 0; }; then 5989 test $ac_status = 0; }; then
5973 pkg_cv_portaudio_2_0_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 5990 pkg_cv_portaudio_2_0_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
5991 test "x$?" != "x0" && pkg_failed=yes
5974 else 5992 else
5975 pkg_failed=yes 5993 pkg_failed=yes
5976 fi 5994 fi
5977 fi 5995 else
5978 else 5996 pkg_failed=untried
5979 pkg_failed=untried
5980 fi 5997 fi
5981 5998
5982 5999
5983 6000
5984 if test $pkg_failed = yes; then 6001 if test $pkg_failed = yes; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003 $as_echo "no" >&6; }
5985 6004
5986 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6005 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5987 _pkg_short_errors_supported=yes 6006 _pkg_short_errors_supported=yes
5988 else 6007 else
5989 _pkg_short_errors_supported=no 6008 _pkg_short_errors_supported=no
5990 fi 6009 fi
5991 if test $_pkg_short_errors_supported = yes; then 6010 if test $_pkg_short_errors_supported = yes; then
5992 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6011 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5993 else 6012 else
5994 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6013 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
5995 fi 6014 fi
5996 # Put the nasty error message in config.log where it belongs 6015 # Put the nasty error message in config.log where it belongs
5997 echo "$portaudio_2_0_PKG_ERRORS" >&5 6016 echo "$portaudio_2_0_PKG_ERRORS" >&5
5998 6017
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6018 { $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
6000 $as_echo "no" >&6; }
6001 { $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
6002 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6019 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6003 elif test $pkg_failed = untried; then 6020 elif test $pkg_failed = untried; then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6022 $as_echo "no" >&6; }
6004 { $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 6023 { $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
6005 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6024 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6006 else 6025 else
6007 portaudio_2_0_CFLAGS=$pkg_cv_portaudio_2_0_CFLAGS 6026 portaudio_2_0_CFLAGS=$pkg_cv_portaudio_2_0_CFLAGS
6008 portaudio_2_0_LIBS=$pkg_cv_portaudio_2_0_LIBS 6027 portaudio_2_0_LIBS=$pkg_cv_portaudio_2_0_LIBS
6012 fi 6031 fi
6013 fi 6032 fi
6014 if test -n "$SV_MODULE_FAILED"; then 6033 if test -n "$SV_MODULE_FAILED"; then
6015 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6034 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6016 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6035 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6017 eval as_val=\$$as_ac_Header 6036 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6018 if test "x$as_val" = x""yes; then :
6019 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6037 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6020 else 6038 else
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6039 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6022 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6040 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6023 fi 6041 fi
6026 if test -z "$SV_MODULE_FAILED"; then 6044 if test -z "$SV_MODULE_FAILED"; then
6027 if test -n "$SV_MODULE_LIB"; then 6045 if test -n "$SV_MODULE_LIB"; then
6028 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6046 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6030 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6048 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6031 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6049 if eval \${$as_ac_Lib+:} false; then :
6032 $as_echo_n "(cached) " >&6 6050 $as_echo_n "(cached) " >&6
6033 else 6051 else
6034 ac_check_lib_save_LIBS=$LIBS 6052 ac_check_lib_save_LIBS=$LIBS
6035 LIBS="-l$SV_MODULE_LIB $LIBS" 6053 LIBS="-l$SV_MODULE_LIB $LIBS"
6036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6061 LIBS=$ac_check_lib_save_LIBS 6079 LIBS=$ac_check_lib_save_LIBS
6062 fi 6080 fi
6063 eval ac_res=\$$as_ac_Lib 6081 eval ac_res=\$$as_ac_Lib
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6065 $as_echo "$ac_res" >&6; } 6083 $as_echo "$ac_res" >&6; }
6066 eval as_val=\$$as_ac_Lib 6084 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6067 if test "x$as_val" = x""yes; then :
6068 LIBS="$LIBS -l$SV_MODULE_LIB" 6085 LIBS="$LIBS -l$SV_MODULE_LIB"
6069 else 6086 else
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6087 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6071 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6088 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6072 fi 6089 fi
6097 6114
6098 pkg_failed=no 6115 pkg_failed=no
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5
6100 $as_echo_n "checking for JACK... " >&6; } 6117 $as_echo_n "checking for JACK... " >&6; }
6101 6118
6102 if test -n "$PKG_CONFIG"; then 6119 if test -n "$JACK_CFLAGS"; then
6103 if test -n "$JACK_CFLAGS"; then 6120 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS"
6104 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" 6121 elif test -n "$PKG_CONFIG"; then
6105 else 6122 if test -n "$PKG_CONFIG" && \
6106 if test -n "$PKG_CONFIG" && \
6107 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6123 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6108 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6124 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6109 ac_status=$? 6125 ac_status=$?
6110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6111 test $ac_status = 0; }; then 6127 test $ac_status = 0; }; then
6112 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6128 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6129 test "x$?" != "x0" && pkg_failed=yes
6113 else 6130 else
6114 pkg_failed=yes 6131 pkg_failed=yes
6115 fi 6132 fi
6116 fi 6133 else
6117 else 6134 pkg_failed=untried
6118 pkg_failed=untried 6135 fi
6119 fi 6136 if test -n "$JACK_LIBS"; then
6120 if test -n "$PKG_CONFIG"; then 6137 pkg_cv_JACK_LIBS="$JACK_LIBS"
6121 if test -n "$JACK_LIBS"; then 6138 elif test -n "$PKG_CONFIG"; then
6122 pkg_cv_JACK_LIBS="$JACK_LIBS" 6139 if test -n "$PKG_CONFIG" && \
6123 else
6124 if test -n "$PKG_CONFIG" && \
6125 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6140 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6126 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6141 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6127 ac_status=$? 6142 ac_status=$?
6128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6143 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6129 test $ac_status = 0; }; then 6144 test $ac_status = 0; }; then
6130 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6145 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6146 test "x$?" != "x0" && pkg_failed=yes
6131 else 6147 else
6132 pkg_failed=yes 6148 pkg_failed=yes
6133 fi 6149 fi
6134 fi 6150 else
6135 else 6151 pkg_failed=untried
6136 pkg_failed=untried
6137 fi 6152 fi
6138 6153
6139 6154
6140 6155
6141 if test $pkg_failed = yes; then 6156 if test $pkg_failed = yes; then
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6158 $as_echo "no" >&6; }
6142 6159
6143 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6160 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6144 _pkg_short_errors_supported=yes 6161 _pkg_short_errors_supported=yes
6145 else 6162 else
6146 _pkg_short_errors_supported=no 6163 _pkg_short_errors_supported=no
6147 fi 6164 fi
6148 if test $_pkg_short_errors_supported = yes; then 6165 if test $_pkg_short_errors_supported = yes; then
6149 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6166 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6150 else 6167 else
6151 JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6168 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6152 fi 6169 fi
6153 # Put the nasty error message in config.log where it belongs 6170 # Put the nasty error message in config.log where it belongs
6154 echo "$JACK_PKG_ERRORS" >&5 6171 echo "$JACK_PKG_ERRORS" >&5
6155 6172
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6173 { $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
6157 $as_echo "no" >&6; }
6158 { $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
6159 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6174 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6160 elif test $pkg_failed = untried; then 6175 elif test $pkg_failed = untried; then
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6177 $as_echo "no" >&6; }
6161 { $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 6178 { $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
6162 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6179 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6163 else 6180 else
6164 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS 6181 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS
6165 JACK_LIBS=$pkg_cv_JACK_LIBS 6182 JACK_LIBS=$pkg_cv_JACK_LIBS
6169 fi 6186 fi
6170 fi 6187 fi
6171 if test -n "$SV_MODULE_FAILED"; then 6188 if test -n "$SV_MODULE_FAILED"; then
6172 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6189 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6173 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6190 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6174 eval as_val=\$$as_ac_Header 6191 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6175 if test "x$as_val" = x""yes; then :
6176 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6192 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6177 else 6193 else
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6194 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6179 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6195 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6180 fi 6196 fi
6183 if test -z "$SV_MODULE_FAILED"; then 6199 if test -z "$SV_MODULE_FAILED"; then
6184 if test -n "$SV_MODULE_LIB"; then 6200 if test -n "$SV_MODULE_LIB"; then
6185 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6201 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6187 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6203 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6188 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6204 if eval \${$as_ac_Lib+:} false; then :
6189 $as_echo_n "(cached) " >&6 6205 $as_echo_n "(cached) " >&6
6190 else 6206 else
6191 ac_check_lib_save_LIBS=$LIBS 6207 ac_check_lib_save_LIBS=$LIBS
6192 LIBS="-l$SV_MODULE_LIB $LIBS" 6208 LIBS="-l$SV_MODULE_LIB $LIBS"
6193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6218 LIBS=$ac_check_lib_save_LIBS 6234 LIBS=$ac_check_lib_save_LIBS
6219 fi 6235 fi
6220 eval ac_res=\$$as_ac_Lib 6236 eval ac_res=\$$as_ac_Lib
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6222 $as_echo "$ac_res" >&6; } 6238 $as_echo "$ac_res" >&6; }
6223 eval as_val=\$$as_ac_Lib 6239 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6224 if test "x$as_val" = x""yes; then :
6225 LIBS="$LIBS -l$SV_MODULE_LIB" 6240 LIBS="$LIBS -l$SV_MODULE_LIB"
6226 else 6241 else
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6242 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6228 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6243 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6229 fi 6244 fi
6254 6269
6255 pkg_failed=no 6270 pkg_failed=no
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5
6257 $as_echo_n "checking for libpulse... " >&6; } 6272 $as_echo_n "checking for libpulse... " >&6; }
6258 6273
6259 if test -n "$PKG_CONFIG"; then 6274 if test -n "$libpulse_CFLAGS"; then
6260 if test -n "$libpulse_CFLAGS"; then 6275 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS"
6261 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" 6276 elif test -n "$PKG_CONFIG"; then
6262 else 6277 if test -n "$PKG_CONFIG" && \
6263 if test -n "$PKG_CONFIG" && \
6264 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6278 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6265 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6279 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6266 ac_status=$? 6280 ac_status=$?
6267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6268 test $ac_status = 0; }; then 6282 test $ac_status = 0; }; then
6269 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6283 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6284 test "x$?" != "x0" && pkg_failed=yes
6270 else 6285 else
6271 pkg_failed=yes 6286 pkg_failed=yes
6272 fi 6287 fi
6273 fi 6288 else
6274 else 6289 pkg_failed=untried
6275 pkg_failed=untried 6290 fi
6276 fi 6291 if test -n "$libpulse_LIBS"; then
6277 if test -n "$PKG_CONFIG"; then 6292 pkg_cv_libpulse_LIBS="$libpulse_LIBS"
6278 if test -n "$libpulse_LIBS"; then 6293 elif test -n "$PKG_CONFIG"; then
6279 pkg_cv_libpulse_LIBS="$libpulse_LIBS" 6294 if test -n "$PKG_CONFIG" && \
6280 else
6281 if test -n "$PKG_CONFIG" && \
6282 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6295 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6283 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6296 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6284 ac_status=$? 6297 ac_status=$?
6285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6286 test $ac_status = 0; }; then 6299 test $ac_status = 0; }; then
6287 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6300 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6301 test "x$?" != "x0" && pkg_failed=yes
6288 else 6302 else
6289 pkg_failed=yes 6303 pkg_failed=yes
6290 fi 6304 fi
6291 fi 6305 else
6292 else 6306 pkg_failed=untried
6293 pkg_failed=untried
6294 fi 6307 fi
6295 6308
6296 6309
6297 6310
6298 if test $pkg_failed = yes; then 6311 if test $pkg_failed = yes; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313 $as_echo "no" >&6; }
6299 6314
6300 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6315 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6301 _pkg_short_errors_supported=yes 6316 _pkg_short_errors_supported=yes
6302 else 6317 else
6303 _pkg_short_errors_supported=no 6318 _pkg_short_errors_supported=no
6304 fi 6319 fi
6305 if test $_pkg_short_errors_supported = yes; then 6320 if test $_pkg_short_errors_supported = yes; then
6306 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6321 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6307 else 6322 else
6308 libpulse_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6323 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6309 fi 6324 fi
6310 # Put the nasty error message in config.log where it belongs 6325 # Put the nasty error message in config.log where it belongs
6311 echo "$libpulse_PKG_ERRORS" >&5 6326 echo "$libpulse_PKG_ERRORS" >&5
6312 6327
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6328 { $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
6314 $as_echo "no" >&6; }
6315 { $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
6316 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6329 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6317 elif test $pkg_failed = untried; then 6330 elif test $pkg_failed = untried; then
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6332 $as_echo "no" >&6; }
6318 { $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 6333 { $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
6319 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6334 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6320 else 6335 else
6321 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS 6336 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS
6322 libpulse_LIBS=$pkg_cv_libpulse_LIBS 6337 libpulse_LIBS=$pkg_cv_libpulse_LIBS
6326 fi 6341 fi
6327 fi 6342 fi
6328 if test -n "$SV_MODULE_FAILED"; then 6343 if test -n "$SV_MODULE_FAILED"; then
6329 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6344 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6330 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6345 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6331 eval as_val=\$$as_ac_Header 6346 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6332 if test "x$as_val" = x""yes; then :
6333 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6347 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6334 else 6348 else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6349 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6336 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6350 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6337 fi 6351 fi
6340 if test -z "$SV_MODULE_FAILED"; then 6354 if test -z "$SV_MODULE_FAILED"; then
6341 if test -n "$SV_MODULE_LIB"; then 6355 if test -n "$SV_MODULE_LIB"; then
6342 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6356 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6344 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6358 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6345 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6359 if eval \${$as_ac_Lib+:} false; then :
6346 $as_echo_n "(cached) " >&6 6360 $as_echo_n "(cached) " >&6
6347 else 6361 else
6348 ac_check_lib_save_LIBS=$LIBS 6362 ac_check_lib_save_LIBS=$LIBS
6349 LIBS="-l$SV_MODULE_LIB $LIBS" 6363 LIBS="-l$SV_MODULE_LIB $LIBS"
6350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6375 LIBS=$ac_check_lib_save_LIBS 6389 LIBS=$ac_check_lib_save_LIBS
6376 fi 6390 fi
6377 eval ac_res=\$$as_ac_Lib 6391 eval ac_res=\$$as_ac_Lib
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6379 $as_echo "$ac_res" >&6; } 6393 $as_echo "$ac_res" >&6; }
6380 eval as_val=\$$as_ac_Lib 6394 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6381 if test "x$as_val" = x""yes; then :
6382 LIBS="$LIBS -l$SV_MODULE_LIB" 6395 LIBS="$LIBS -l$SV_MODULE_LIB"
6383 else 6396 else
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6397 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6385 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6398 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6386 fi 6399 fi
6411 6424
6412 pkg_failed=no 6425 pkg_failed=no
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 6426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5
6414 $as_echo_n "checking for lrdf... " >&6; } 6427 $as_echo_n "checking for lrdf... " >&6; }
6415 6428
6416 if test -n "$PKG_CONFIG"; then 6429 if test -n "$lrdf_CFLAGS"; then
6417 if test -n "$lrdf_CFLAGS"; then 6430 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS"
6418 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" 6431 elif test -n "$PKG_CONFIG"; then
6419 else 6432 if test -n "$PKG_CONFIG" && \
6420 if test -n "$PKG_CONFIG" && \
6421 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6433 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6422 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6434 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6423 ac_status=$? 6435 ac_status=$?
6424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6425 test $ac_status = 0; }; then 6437 test $ac_status = 0; }; then
6426 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6438 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6439 test "x$?" != "x0" && pkg_failed=yes
6427 else 6440 else
6428 pkg_failed=yes 6441 pkg_failed=yes
6429 fi 6442 fi
6430 fi 6443 else
6431 else 6444 pkg_failed=untried
6432 pkg_failed=untried 6445 fi
6433 fi 6446 if test -n "$lrdf_LIBS"; then
6434 if test -n "$PKG_CONFIG"; then 6447 pkg_cv_lrdf_LIBS="$lrdf_LIBS"
6435 if test -n "$lrdf_LIBS"; then 6448 elif test -n "$PKG_CONFIG"; then
6436 pkg_cv_lrdf_LIBS="$lrdf_LIBS" 6449 if test -n "$PKG_CONFIG" && \
6437 else
6438 if test -n "$PKG_CONFIG" && \
6439 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6450 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6440 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6451 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6441 ac_status=$? 6452 ac_status=$?
6442 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6443 test $ac_status = 0; }; then 6454 test $ac_status = 0; }; then
6444 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6455 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6456 test "x$?" != "x0" && pkg_failed=yes
6445 else 6457 else
6446 pkg_failed=yes 6458 pkg_failed=yes
6447 fi 6459 fi
6448 fi 6460 else
6449 else 6461 pkg_failed=untried
6450 pkg_failed=untried
6451 fi 6462 fi
6452 6463
6453 6464
6454 6465
6455 if test $pkg_failed = yes; then 6466 if test $pkg_failed = yes; then
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468 $as_echo "no" >&6; }
6456 6469
6457 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6470 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6458 _pkg_short_errors_supported=yes 6471 _pkg_short_errors_supported=yes
6459 else 6472 else
6460 _pkg_short_errors_supported=no 6473 _pkg_short_errors_supported=no
6461 fi 6474 fi
6462 if test $_pkg_short_errors_supported = yes; then 6475 if test $_pkg_short_errors_supported = yes; then
6463 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6476 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6464 else 6477 else
6465 lrdf_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6478 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6466 fi 6479 fi
6467 # Put the nasty error message in config.log where it belongs 6480 # Put the nasty error message in config.log where it belongs
6468 echo "$lrdf_PKG_ERRORS" >&5 6481 echo "$lrdf_PKG_ERRORS" >&5
6469 6482
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6483 { $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
6471 $as_echo "no" >&6; }
6472 { $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
6473 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6484 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6474 elif test $pkg_failed = untried; then 6485 elif test $pkg_failed = untried; then
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6487 $as_echo "no" >&6; }
6475 { $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 6488 { $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
6476 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6489 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6477 else 6490 else
6478 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS 6491 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS
6479 lrdf_LIBS=$pkg_cv_lrdf_LIBS 6492 lrdf_LIBS=$pkg_cv_lrdf_LIBS
6483 fi 6496 fi
6484 fi 6497 fi
6485 if test -n "$SV_MODULE_FAILED"; then 6498 if test -n "$SV_MODULE_FAILED"; then
6486 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6499 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6487 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6500 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6488 eval as_val=\$$as_ac_Header 6501 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6489 if test "x$as_val" = x""yes; then :
6490 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6502 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6491 else 6503 else
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6504 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6493 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6505 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6494 fi 6506 fi
6497 if test -z "$SV_MODULE_FAILED"; then 6509 if test -z "$SV_MODULE_FAILED"; then
6498 if test -n "$SV_MODULE_LIB"; then 6510 if test -n "$SV_MODULE_LIB"; then
6499 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6511 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6501 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6513 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6502 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6514 if eval \${$as_ac_Lib+:} false; then :
6503 $as_echo_n "(cached) " >&6 6515 $as_echo_n "(cached) " >&6
6504 else 6516 else
6505 ac_check_lib_save_LIBS=$LIBS 6517 ac_check_lib_save_LIBS=$LIBS
6506 LIBS="-l$SV_MODULE_LIB $LIBS" 6518 LIBS="-l$SV_MODULE_LIB $LIBS"
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532 LIBS=$ac_check_lib_save_LIBS 6544 LIBS=$ac_check_lib_save_LIBS
6533 fi 6545 fi
6534 eval ac_res=\$$as_ac_Lib 6546 eval ac_res=\$$as_ac_Lib
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6536 $as_echo "$ac_res" >&6; } 6548 $as_echo "$ac_res" >&6; }
6537 eval as_val=\$$as_ac_Lib 6549 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6538 if test "x$as_val" = x""yes; then :
6539 LIBS="$LIBS -l$SV_MODULE_LIB" 6550 LIBS="$LIBS -l$SV_MODULE_LIB"
6540 else 6551 else
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6552 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6542 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6553 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6543 fi 6554 fi
6568 6579
6569 pkg_failed=no 6580 pkg_failed=no
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 6581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5
6571 $as_echo_n "checking for oggz... " >&6; } 6582 $as_echo_n "checking for oggz... " >&6; }
6572 6583
6573 if test -n "$PKG_CONFIG"; then 6584 if test -n "$oggz_CFLAGS"; then
6574 if test -n "$oggz_CFLAGS"; then 6585 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS"
6575 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" 6586 elif test -n "$PKG_CONFIG"; then
6576 else 6587 if test -n "$PKG_CONFIG" && \
6577 if test -n "$PKG_CONFIG" && \
6578 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6588 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6579 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6589 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6580 ac_status=$? 6590 ac_status=$?
6581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6582 test $ac_status = 0; }; then 6592 test $ac_status = 0; }; then
6583 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6593 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6594 test "x$?" != "x0" && pkg_failed=yes
6584 else 6595 else
6585 pkg_failed=yes 6596 pkg_failed=yes
6586 fi 6597 fi
6587 fi 6598 else
6588 else 6599 pkg_failed=untried
6589 pkg_failed=untried 6600 fi
6590 fi 6601 if test -n "$oggz_LIBS"; then
6591 if test -n "$PKG_CONFIG"; then 6602 pkg_cv_oggz_LIBS="$oggz_LIBS"
6592 if test -n "$oggz_LIBS"; then 6603 elif test -n "$PKG_CONFIG"; then
6593 pkg_cv_oggz_LIBS="$oggz_LIBS" 6604 if test -n "$PKG_CONFIG" && \
6594 else
6595 if test -n "$PKG_CONFIG" && \
6596 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6605 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6597 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6606 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6598 ac_status=$? 6607 ac_status=$?
6599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6600 test $ac_status = 0; }; then 6609 test $ac_status = 0; }; then
6601 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6610 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6611 test "x$?" != "x0" && pkg_failed=yes
6602 else 6612 else
6603 pkg_failed=yes 6613 pkg_failed=yes
6604 fi 6614 fi
6605 fi 6615 else
6606 else 6616 pkg_failed=untried
6607 pkg_failed=untried
6608 fi 6617 fi
6609 6618
6610 6619
6611 6620
6612 if test $pkg_failed = yes; then 6621 if test $pkg_failed = yes; then
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6623 $as_echo "no" >&6; }
6613 6624
6614 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6625 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6615 _pkg_short_errors_supported=yes 6626 _pkg_short_errors_supported=yes
6616 else 6627 else
6617 _pkg_short_errors_supported=no 6628 _pkg_short_errors_supported=no
6618 fi 6629 fi
6619 if test $_pkg_short_errors_supported = yes; then 6630 if test $_pkg_short_errors_supported = yes; then
6620 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6631 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6621 else 6632 else
6622 oggz_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6633 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6623 fi 6634 fi
6624 # Put the nasty error message in config.log where it belongs 6635 # Put the nasty error message in config.log where it belongs
6625 echo "$oggz_PKG_ERRORS" >&5 6636 echo "$oggz_PKG_ERRORS" >&5
6626 6637
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6638 { $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
6628 $as_echo "no" >&6; }
6629 { $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
6630 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6639 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6631 elif test $pkg_failed = untried; then 6640 elif test $pkg_failed = untried; then
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6642 $as_echo "no" >&6; }
6632 { $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 6643 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6633 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6644 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6634 else 6645 else
6635 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS 6646 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS
6636 oggz_LIBS=$pkg_cv_oggz_LIBS 6647 oggz_LIBS=$pkg_cv_oggz_LIBS
6640 fi 6651 fi
6641 fi 6652 fi
6642 if test -n "$SV_MODULE_FAILED"; then 6653 if test -n "$SV_MODULE_FAILED"; then
6643 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6654 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6644 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6655 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6645 eval as_val=\$$as_ac_Header 6656 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6646 if test "x$as_val" = x""yes; then :
6647 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6657 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6648 else 6658 else
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6659 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6650 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6660 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6651 fi 6661 fi
6654 if test -z "$SV_MODULE_FAILED"; then 6664 if test -z "$SV_MODULE_FAILED"; then
6655 if test -n "$SV_MODULE_LIB"; then 6665 if test -n "$SV_MODULE_LIB"; then
6656 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6666 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6658 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6668 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6659 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6669 if eval \${$as_ac_Lib+:} false; then :
6660 $as_echo_n "(cached) " >&6 6670 $as_echo_n "(cached) " >&6
6661 else 6671 else
6662 ac_check_lib_save_LIBS=$LIBS 6672 ac_check_lib_save_LIBS=$LIBS
6663 LIBS="-l$SV_MODULE_LIB $LIBS" 6673 LIBS="-l$SV_MODULE_LIB $LIBS"
6664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6689 LIBS=$ac_check_lib_save_LIBS 6699 LIBS=$ac_check_lib_save_LIBS
6690 fi 6700 fi
6691 eval ac_res=\$$as_ac_Lib 6701 eval ac_res=\$$as_ac_Lib
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6693 $as_echo "$ac_res" >&6; } 6703 $as_echo "$ac_res" >&6; }
6694 eval as_val=\$$as_ac_Lib 6704 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6695 if test "x$as_val" = x""yes; then :
6696 LIBS="$LIBS -l$SV_MODULE_LIB" 6705 LIBS="$LIBS -l$SV_MODULE_LIB"
6697 else 6706 else
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6707 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6699 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6708 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6700 fi 6709 fi
6725 6734
6726 pkg_failed=no 6735 pkg_failed=no
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 6736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5
6728 $as_echo_n "checking for fishsound... " >&6; } 6737 $as_echo_n "checking for fishsound... " >&6; }
6729 6738
6730 if test -n "$PKG_CONFIG"; then 6739 if test -n "$fishsound_CFLAGS"; then
6731 if test -n "$fishsound_CFLAGS"; then 6740 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS"
6732 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" 6741 elif test -n "$PKG_CONFIG"; then
6733 else 6742 if test -n "$PKG_CONFIG" && \
6734 if test -n "$PKG_CONFIG" && \
6735 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6743 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6736 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6744 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6737 ac_status=$? 6745 ac_status=$?
6738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6739 test $ac_status = 0; }; then 6747 test $ac_status = 0; }; then
6740 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6748 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6749 test "x$?" != "x0" && pkg_failed=yes
6741 else 6750 else
6742 pkg_failed=yes 6751 pkg_failed=yes
6743 fi 6752 fi
6744 fi 6753 else
6745 else 6754 pkg_failed=untried
6746 pkg_failed=untried 6755 fi
6747 fi 6756 if test -n "$fishsound_LIBS"; then
6748 if test -n "$PKG_CONFIG"; then 6757 pkg_cv_fishsound_LIBS="$fishsound_LIBS"
6749 if test -n "$fishsound_LIBS"; then 6758 elif test -n "$PKG_CONFIG"; then
6750 pkg_cv_fishsound_LIBS="$fishsound_LIBS" 6759 if test -n "$PKG_CONFIG" && \
6751 else
6752 if test -n "$PKG_CONFIG" && \
6753 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6760 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6754 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6761 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6755 ac_status=$? 6762 ac_status=$?
6756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6757 test $ac_status = 0; }; then 6764 test $ac_status = 0; }; then
6758 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6765 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6766 test "x$?" != "x0" && pkg_failed=yes
6759 else 6767 else
6760 pkg_failed=yes 6768 pkg_failed=yes
6761 fi 6769 fi
6762 fi 6770 else
6763 else 6771 pkg_failed=untried
6764 pkg_failed=untried
6765 fi 6772 fi
6766 6773
6767 6774
6768 6775
6769 if test $pkg_failed = yes; then 6776 if test $pkg_failed = yes; then
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6778 $as_echo "no" >&6; }
6770 6779
6771 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6780 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6772 _pkg_short_errors_supported=yes 6781 _pkg_short_errors_supported=yes
6773 else 6782 else
6774 _pkg_short_errors_supported=no 6783 _pkg_short_errors_supported=no
6775 fi 6784 fi
6776 if test $_pkg_short_errors_supported = yes; then 6785 if test $_pkg_short_errors_supported = yes; then
6777 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6786 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6778 else 6787 else
6779 fishsound_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6788 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6780 fi 6789 fi
6781 # Put the nasty error message in config.log where it belongs 6790 # Put the nasty error message in config.log where it belongs
6782 echo "$fishsound_PKG_ERRORS" >&5 6791 echo "$fishsound_PKG_ERRORS" >&5
6783 6792
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6793 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6785 $as_echo "no" >&6; }
6786 { $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
6787 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6794 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6788 elif test $pkg_failed = untried; then 6795 elif test $pkg_failed = untried; then
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797 $as_echo "no" >&6; }
6789 { $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 6798 { $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
6790 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6799 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6791 else 6800 else
6792 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS 6801 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS
6793 fishsound_LIBS=$pkg_cv_fishsound_LIBS 6802 fishsound_LIBS=$pkg_cv_fishsound_LIBS
6797 fi 6806 fi
6798 fi 6807 fi
6799 if test -n "$SV_MODULE_FAILED"; then 6808 if test -n "$SV_MODULE_FAILED"; then
6800 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6809 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6801 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6810 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6802 eval as_val=\$$as_ac_Header 6811 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6803 if test "x$as_val" = x""yes; then :
6804 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6812 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6805 else 6813 else
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6814 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6807 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6815 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6808 fi 6816 fi
6811 if test -z "$SV_MODULE_FAILED"; then 6819 if test -z "$SV_MODULE_FAILED"; then
6812 if test -n "$SV_MODULE_LIB"; then 6820 if test -n "$SV_MODULE_LIB"; then
6813 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6821 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6815 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6823 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6816 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6824 if eval \${$as_ac_Lib+:} false; then :
6817 $as_echo_n "(cached) " >&6 6825 $as_echo_n "(cached) " >&6
6818 else 6826 else
6819 ac_check_lib_save_LIBS=$LIBS 6827 ac_check_lib_save_LIBS=$LIBS
6820 LIBS="-l$SV_MODULE_LIB $LIBS" 6828 LIBS="-l$SV_MODULE_LIB $LIBS"
6821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6846 LIBS=$ac_check_lib_save_LIBS 6854 LIBS=$ac_check_lib_save_LIBS
6847 fi 6855 fi
6848 eval ac_res=\$$as_ac_Lib 6856 eval ac_res=\$$as_ac_Lib
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6850 $as_echo "$ac_res" >&6; } 6858 $as_echo "$ac_res" >&6; }
6851 eval as_val=\$$as_ac_Lib 6859 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
6852 if test "x$as_val" = x""yes; then :
6853 LIBS="$LIBS -l$SV_MODULE_LIB" 6860 LIBS="$LIBS -l$SV_MODULE_LIB"
6854 else 6861 else
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 6862 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
6856 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 6863 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
6857 fi 6864 fi
6882 6889
6883 pkg_failed=no 6890 pkg_failed=no
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5
6885 $as_echo_n "checking for mad... " >&6; } 6892 $as_echo_n "checking for mad... " >&6; }
6886 6893
6887 if test -n "$PKG_CONFIG"; then 6894 if test -n "$mad_CFLAGS"; then
6888 if test -n "$mad_CFLAGS"; then 6895 pkg_cv_mad_CFLAGS="$mad_CFLAGS"
6889 pkg_cv_mad_CFLAGS="$mad_CFLAGS" 6896 elif test -n "$PKG_CONFIG"; then
6890 else 6897 if test -n "$PKG_CONFIG" && \
6891 if test -n "$PKG_CONFIG" && \
6892 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6898 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6893 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6899 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6894 ac_status=$? 6900 ac_status=$?
6895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6901 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6896 test $ac_status = 0; }; then 6902 test $ac_status = 0; }; then
6897 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6903 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6904 test "x$?" != "x0" && pkg_failed=yes
6898 else 6905 else
6899 pkg_failed=yes 6906 pkg_failed=yes
6900 fi 6907 fi
6901 fi 6908 else
6902 else 6909 pkg_failed=untried
6903 pkg_failed=untried 6910 fi
6904 fi 6911 if test -n "$mad_LIBS"; then
6905 if test -n "$PKG_CONFIG"; then 6912 pkg_cv_mad_LIBS="$mad_LIBS"
6906 if test -n "$mad_LIBS"; then 6913 elif test -n "$PKG_CONFIG"; then
6907 pkg_cv_mad_LIBS="$mad_LIBS" 6914 if test -n "$PKG_CONFIG" && \
6908 else
6909 if test -n "$PKG_CONFIG" && \
6910 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 6915 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
6911 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 6916 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
6912 ac_status=$? 6917 ac_status=$?
6913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6914 test $ac_status = 0; }; then 6919 test $ac_status = 0; }; then
6915 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 6920 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
6921 test "x$?" != "x0" && pkg_failed=yes
6916 else 6922 else
6917 pkg_failed=yes 6923 pkg_failed=yes
6918 fi 6924 fi
6919 fi 6925 else
6920 else 6926 pkg_failed=untried
6921 pkg_failed=untried
6922 fi 6927 fi
6923 6928
6924 6929
6925 6930
6926 if test $pkg_failed = yes; then 6931 if test $pkg_failed = yes; then
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6933 $as_echo "no" >&6; }
6927 6934
6928 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6935 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6929 _pkg_short_errors_supported=yes 6936 _pkg_short_errors_supported=yes
6930 else 6937 else
6931 _pkg_short_errors_supported=no 6938 _pkg_short_errors_supported=no
6932 fi 6939 fi
6933 if test $_pkg_short_errors_supported = yes; then 6940 if test $_pkg_short_errors_supported = yes; then
6934 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6941 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6935 else 6942 else
6936 mad_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 6943 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
6937 fi 6944 fi
6938 # Put the nasty error message in config.log where it belongs 6945 # Put the nasty error message in config.log where it belongs
6939 echo "$mad_PKG_ERRORS" >&5 6946 echo "$mad_PKG_ERRORS" >&5
6940 6947
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6948 { $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
6942 $as_echo "no" >&6; }
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
6944 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6949 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6945 elif test $pkg_failed = untried; then 6950 elif test $pkg_failed = untried; then
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6952 $as_echo "no" >&6; }
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6953 { $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
6947 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6954 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6948 else 6955 else
6949 mad_CFLAGS=$pkg_cv_mad_CFLAGS 6956 mad_CFLAGS=$pkg_cv_mad_CFLAGS
6950 mad_LIBS=$pkg_cv_mad_LIBS 6957 mad_LIBS=$pkg_cv_mad_LIBS
6954 fi 6961 fi
6955 fi 6962 fi
6956 if test -n "$SV_MODULE_FAILED"; then 6963 if test -n "$SV_MODULE_FAILED"; then
6957 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 6964 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
6958 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 6965 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
6959 eval as_val=\$$as_ac_Header 6966 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6960 if test "x$as_val" = x""yes; then :
6961 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 6967 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
6962 else 6968 else
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 6969 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
6964 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 6970 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
6965 fi 6971 fi
6968 if test -z "$SV_MODULE_FAILED"; then 6974 if test -z "$SV_MODULE_FAILED"; then
6969 if test -n "$SV_MODULE_LIB"; then 6975 if test -n "$SV_MODULE_LIB"; then
6970 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 6976 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
6971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 6977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
6972 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 6978 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
6973 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 6979 if eval \${$as_ac_Lib+:} false; then :
6974 $as_echo_n "(cached) " >&6 6980 $as_echo_n "(cached) " >&6
6975 else 6981 else
6976 ac_check_lib_save_LIBS=$LIBS 6982 ac_check_lib_save_LIBS=$LIBS
6977 LIBS="-l$SV_MODULE_LIB $LIBS" 6983 LIBS="-l$SV_MODULE_LIB $LIBS"
6978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7003 LIBS=$ac_check_lib_save_LIBS 7009 LIBS=$ac_check_lib_save_LIBS
7004 fi 7010 fi
7005 eval ac_res=\$$as_ac_Lib 7011 eval ac_res=\$$as_ac_Lib
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7007 $as_echo "$ac_res" >&6; } 7013 $as_echo "$ac_res" >&6; }
7008 eval as_val=\$$as_ac_Lib 7014 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7009 if test "x$as_val" = x""yes; then :
7010 LIBS="$LIBS -l$SV_MODULE_LIB" 7015 LIBS="$LIBS -l$SV_MODULE_LIB"
7011 else 7016 else
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7017 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7013 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7018 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7014 fi 7019 fi
7039 7044
7040 pkg_failed=no 7045 pkg_failed=no
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5 7046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5
7042 $as_echo_n "checking for id3tag... " >&6; } 7047 $as_echo_n "checking for id3tag... " >&6; }
7043 7048
7044 if test -n "$PKG_CONFIG"; then 7049 if test -n "$id3tag_CFLAGS"; then
7045 if test -n "$id3tag_CFLAGS"; then 7050 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS"
7046 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" 7051 elif test -n "$PKG_CONFIG"; then
7047 else 7052 if test -n "$PKG_CONFIG" && \
7048 if test -n "$PKG_CONFIG" && \
7049 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7053 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7050 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7054 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7051 ac_status=$? 7055 ac_status=$?
7052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7053 test $ac_status = 0; }; then 7057 test $ac_status = 0; }; then
7054 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7058 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7059 test "x$?" != "x0" && pkg_failed=yes
7055 else 7060 else
7056 pkg_failed=yes 7061 pkg_failed=yes
7057 fi 7062 fi
7058 fi 7063 else
7059 else 7064 pkg_failed=untried
7060 pkg_failed=untried 7065 fi
7061 fi 7066 if test -n "$id3tag_LIBS"; then
7062 if test -n "$PKG_CONFIG"; then 7067 pkg_cv_id3tag_LIBS="$id3tag_LIBS"
7063 if test -n "$id3tag_LIBS"; then 7068 elif test -n "$PKG_CONFIG"; then
7064 pkg_cv_id3tag_LIBS="$id3tag_LIBS" 7069 if test -n "$PKG_CONFIG" && \
7065 else
7066 if test -n "$PKG_CONFIG" && \
7067 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7070 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7068 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7071 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7069 ac_status=$? 7072 ac_status=$?
7070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7073 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7071 test $ac_status = 0; }; then 7074 test $ac_status = 0; }; then
7072 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7075 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7076 test "x$?" != "x0" && pkg_failed=yes
7073 else 7077 else
7074 pkg_failed=yes 7078 pkg_failed=yes
7075 fi 7079 fi
7076 fi 7080 else
7077 else 7081 pkg_failed=untried
7078 pkg_failed=untried
7079 fi 7082 fi
7080 7083
7081 7084
7082 7085
7083 if test $pkg_failed = yes; then 7086 if test $pkg_failed = yes; then
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7088 $as_echo "no" >&6; }
7084 7089
7085 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7090 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7086 _pkg_short_errors_supported=yes 7091 _pkg_short_errors_supported=yes
7087 else 7092 else
7088 _pkg_short_errors_supported=no 7093 _pkg_short_errors_supported=no
7089 fi 7094 fi
7090 if test $_pkg_short_errors_supported = yes; then 7095 if test $_pkg_short_errors_supported = yes; then
7091 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7096 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
7092 else 7097 else
7093 id3tag_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7098 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
7094 fi 7099 fi
7095 # Put the nasty error message in config.log where it belongs 7100 # Put the nasty error message in config.log where it belongs
7096 echo "$id3tag_PKG_ERRORS" >&5 7101 echo "$id3tag_PKG_ERRORS" >&5
7097 7102
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7103 { $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
7099 $as_echo "no" >&6; }
7100 { $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
7101 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7104 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7102 elif test $pkg_failed = untried; then 7105 elif test $pkg_failed = untried; then
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7107 $as_echo "no" >&6; }
7103 { $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 7108 { $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
7104 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7109 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7105 else 7110 else
7106 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS 7111 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS
7107 id3tag_LIBS=$pkg_cv_id3tag_LIBS 7112 id3tag_LIBS=$pkg_cv_id3tag_LIBS
7111 fi 7116 fi
7112 fi 7117 fi
7113 if test -n "$SV_MODULE_FAILED"; then 7118 if test -n "$SV_MODULE_FAILED"; then
7114 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7119 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7115 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7120 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7116 eval as_val=\$$as_ac_Header 7121 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7117 if test "x$as_val" = x""yes; then :
7118 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7122 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7119 else 7123 else
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7124 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7121 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7125 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7122 fi 7126 fi
7125 if test -z "$SV_MODULE_FAILED"; then 7129 if test -z "$SV_MODULE_FAILED"; then
7126 if test -n "$SV_MODULE_LIB"; then 7130 if test -n "$SV_MODULE_LIB"; then
7127 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7131 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7129 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7133 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7130 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7134 if eval \${$as_ac_Lib+:} false; then :
7131 $as_echo_n "(cached) " >&6 7135 $as_echo_n "(cached) " >&6
7132 else 7136 else
7133 ac_check_lib_save_LIBS=$LIBS 7137 ac_check_lib_save_LIBS=$LIBS
7134 LIBS="-l$SV_MODULE_LIB $LIBS" 7138 LIBS="-l$SV_MODULE_LIB $LIBS"
7135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7160 LIBS=$ac_check_lib_save_LIBS 7164 LIBS=$ac_check_lib_save_LIBS
7161 fi 7165 fi
7162 eval ac_res=\$$as_ac_Lib 7166 eval ac_res=\$$as_ac_Lib
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7164 $as_echo "$ac_res" >&6; } 7168 $as_echo "$ac_res" >&6; }
7165 eval as_val=\$$as_ac_Lib 7169 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7166 if test "x$as_val" = x""yes; then :
7167 LIBS="$LIBS -l$SV_MODULE_LIB" 7170 LIBS="$LIBS -l$SV_MODULE_LIB"
7168 else 7171 else
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7172 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7170 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7173 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7171 fi 7174 fi
7198 7201
7199 pkg_failed=no 7202 pkg_failed=no
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5 7203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5
7201 $as_echo_n "checking for X11... " >&6; } 7204 $as_echo_n "checking for X11... " >&6; }
7202 7205
7203 if test -n "$PKG_CONFIG"; then 7206 if test -n "$X11_CFLAGS"; then
7204 if test -n "$X11_CFLAGS"; then 7207 pkg_cv_X11_CFLAGS="$X11_CFLAGS"
7205 pkg_cv_X11_CFLAGS="$X11_CFLAGS" 7208 elif test -n "$PKG_CONFIG"; then
7206 else 7209 if test -n "$PKG_CONFIG" && \
7207 if test -n "$PKG_CONFIG" && \
7208 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7210 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7209 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7211 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7210 ac_status=$? 7212 ac_status=$?
7211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7212 test $ac_status = 0; }; then 7214 test $ac_status = 0; }; then
7213 pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7215 pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7216 test "x$?" != "x0" && pkg_failed=yes
7214 else 7217 else
7215 pkg_failed=yes 7218 pkg_failed=yes
7216 fi 7219 fi
7217 fi 7220 else
7218 else 7221 pkg_failed=untried
7219 pkg_failed=untried 7222 fi
7220 fi 7223 if test -n "$X11_LIBS"; then
7221 if test -n "$PKG_CONFIG"; then 7224 pkg_cv_X11_LIBS="$X11_LIBS"
7222 if test -n "$X11_LIBS"; then 7225 elif test -n "$PKG_CONFIG"; then
7223 pkg_cv_X11_LIBS="$X11_LIBS" 7226 if test -n "$PKG_CONFIG" && \
7224 else
7225 if test -n "$PKG_CONFIG" && \
7226 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 7227 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5
7227 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 7228 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5
7228 ac_status=$? 7229 ac_status=$?
7229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7230 test $ac_status = 0; }; then 7231 test $ac_status = 0; }; then
7231 pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` 7232 pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null`
7233 test "x$?" != "x0" && pkg_failed=yes
7232 else 7234 else
7233 pkg_failed=yes 7235 pkg_failed=yes
7234 fi 7236 fi
7235 fi 7237 else
7236 else 7238 pkg_failed=untried
7237 pkg_failed=untried
7238 fi 7239 fi
7239 7240
7240 7241
7241 7242
7242 if test $pkg_failed = yes; then 7243 if test $pkg_failed = yes; then
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245 $as_echo "no" >&6; }
7243 7246
7244 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7247 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7245 _pkg_short_errors_supported=yes 7248 _pkg_short_errors_supported=yes
7246 else 7249 else
7247 _pkg_short_errors_supported=no 7250 _pkg_short_errors_supported=no
7248 fi 7251 fi
7249 if test $_pkg_short_errors_supported = yes; then 7252 if test $_pkg_short_errors_supported = yes; then
7250 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7253 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
7251 else 7254 else
7252 X11_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$SV_MODULE_VERSION_TEST"` 7255 X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1`
7253 fi 7256 fi
7254 # Put the nasty error message in config.log where it belongs 7257 # Put the nasty error message in config.log where it belongs
7255 echo "$X11_PKG_ERRORS" >&5 7258 echo "$X11_PKG_ERRORS" >&5
7256 7259
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7260 { $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
7258 $as_echo "no" >&6; }
7259 { $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
7260 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7261 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7261 elif test $pkg_failed = untried; then 7262 elif test $pkg_failed = untried; then
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7264 $as_echo "no" >&6; }
7262 { $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 7265 { $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
7263 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7266 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7264 else 7267 else
7265 X11_CFLAGS=$pkg_cv_X11_CFLAGS 7268 X11_CFLAGS=$pkg_cv_X11_CFLAGS
7266 X11_LIBS=$pkg_cv_X11_LIBS 7269 X11_LIBS=$pkg_cv_X11_LIBS
7270 fi 7273 fi
7271 fi 7274 fi
7272 if test -n "$SV_MODULE_FAILED"; then 7275 if test -n "$SV_MODULE_FAILED"; then
7273 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` 7276 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh`
7274 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" 7277 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default"
7275 eval as_val=\$$as_ac_Header 7278 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7276 if test "x$as_val" = x""yes; then :
7277 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" 7279 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""
7278 else 7280 else
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 7281 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5
7280 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} 7282 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;}
7281 fi 7283 fi
7284 if test -z "$SV_MODULE_FAILED"; then 7286 if test -z "$SV_MODULE_FAILED"; then
7285 if test -n "$SV_MODULE_LIB"; then 7287 if test -n "$SV_MODULE_LIB"; then
7286 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` 7288 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh`
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 7289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5
7288 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } 7290 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; }
7289 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then : 7291 if eval \${$as_ac_Lib+:} false; then :
7290 $as_echo_n "(cached) " >&6 7292 $as_echo_n "(cached) " >&6
7291 else 7293 else
7292 ac_check_lib_save_LIBS=$LIBS 7294 ac_check_lib_save_LIBS=$LIBS
7293 LIBS="-l$SV_MODULE_LIB $LIBS" 7295 LIBS="-l$SV_MODULE_LIB $LIBS"
7294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7319 LIBS=$ac_check_lib_save_LIBS 7321 LIBS=$ac_check_lib_save_LIBS
7320 fi 7322 fi
7321 eval ac_res=\$$as_ac_Lib 7323 eval ac_res=\$$as_ac_Lib
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7323 $as_echo "$ac_res" >&6; } 7325 $as_echo "$ac_res" >&6; }
7324 eval as_val=\$$as_ac_Lib 7326 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
7325 if test "x$as_val" = x""yes; then :
7326 LIBS="$LIBS -l$SV_MODULE_LIB" 7327 LIBS="$LIBS -l$SV_MODULE_LIB"
7327 else 7328 else
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 7329 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5
7329 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} 7330 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;}
7330 fi 7331 fi
7421 t end 7422 t end
7422 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 7423 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7423 :end' >>confcache 7424 :end' >>confcache
7424 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 7425 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7425 if test -w "$cache_file"; then 7426 if test -w "$cache_file"; then
7426 test "x$cache_file" != "x/dev/null" && 7427 if test "x$cache_file" != "x/dev/null"; then
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 7428 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7428 $as_echo "$as_me: updating cache $cache_file" >&6;} 7429 $as_echo "$as_me: updating cache $cache_file" >&6;}
7429 cat confcache >$cache_file 7430 if test ! -f "$cache_file" || test -h "$cache_file"; then
7431 cat confcache >"$cache_file"
7432 else
7433 case $cache_file in #(
7434 */* | ?:*)
7435 mv -f confcache "$cache_file"$$ &&
7436 mv -f "$cache_file"$$ "$cache_file" ;; #(
7437 *)
7438 mv -f confcache "$cache_file" ;;
7439 esac
7440 fi
7441 fi
7430 else 7442 else
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 7443 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7432 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 7444 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7433 fi 7445 fi
7434 fi 7446 fi
7476 DEFS=`sed -n "$ac_script" confdefs.h` 7488 DEFS=`sed -n "$ac_script" confdefs.h`
7477 7489
7478 7490
7479 ac_libobjs= 7491 ac_libobjs=
7480 ac_ltlibobjs= 7492 ac_ltlibobjs=
7493 U=
7481 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 7494 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7482 # 1. Remove the extension, and $U if already installed. 7495 # 1. Remove the extension, and $U if already installed.
7483 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 7496 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7484 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 7497 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7485 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 7498 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7491 7504
7492 LTLIBOBJS=$ac_ltlibobjs 7505 LTLIBOBJS=$ac_ltlibobjs
7493 7506
7494 7507
7495 7508
7496 : ${CONFIG_STATUS=./config.status} 7509 : "${CONFIG_STATUS=./config.status}"
7497 ac_write_fail=0 7510 ac_write_fail=0
7498 ac_clean_files_save=$ac_clean_files 7511 ac_clean_files_save=$ac_clean_files
7499 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 7512 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 7513 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7501 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 7514 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7592 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 7605 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7593 # splitting by setting IFS to empty value.) 7606 # splitting by setting IFS to empty value.)
7594 IFS=" "" $as_nl" 7607 IFS=" "" $as_nl"
7595 7608
7596 # Find who we are. Look in the path if we contain no directory separator. 7609 # Find who we are. Look in the path if we contain no directory separator.
7610 as_myself=
7597 case $0 in #(( 7611 case $0 in #((
7598 *[\\/]* ) as_myself=$0 ;; 7612 *[\\/]* ) as_myself=$0 ;;
7599 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7613 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7600 for as_dir in $PATH 7614 for as_dir in $PATH
7601 do 7615 do
7637 7651
7638 # CDPATH. 7652 # CDPATH.
7639 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 7653 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7640 7654
7641 7655
7642 # as_fn_error ERROR [LINENO LOG_FD] 7656 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7643 # --------------------------------- 7657 # ----------------------------------------
7644 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 7658 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7645 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 7659 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7646 # script with status $?, using 1 if that was 0. 7660 # script with STATUS, using 1 if that was 0.
7647 as_fn_error () 7661 as_fn_error ()
7648 { 7662 {
7649 as_status=$?; test $as_status -eq 0 && as_status=1 7663 as_status=$1; test $as_status -eq 0 && as_status=1
7650 if test "$3"; then 7664 if test "$4"; then
7651 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 7665 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7652 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 7666 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7653 fi 7667 fi
7654 $as_echo "$as_me: error: $1" >&2 7668 $as_echo "$as_me: error: $2" >&2
7655 as_fn_exit $as_status 7669 as_fn_exit $as_status
7656 } # as_fn_error 7670 } # as_fn_error
7657 7671
7658 7672
7659 # as_fn_set_status STATUS 7673 # as_fn_set_status STATUS
7787 if ln -s conf$$.file conf$$ 2>/dev/null; then 7801 if ln -s conf$$.file conf$$ 2>/dev/null; then
7788 as_ln_s='ln -s' 7802 as_ln_s='ln -s'
7789 # ... but there are two gotchas: 7803 # ... but there are two gotchas:
7790 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7804 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7791 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7805 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7792 # In both cases, we have to default to `cp -p'. 7806 # In both cases, we have to default to `cp -pR'.
7793 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7807 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7794 as_ln_s='cp -p' 7808 as_ln_s='cp -pR'
7795 elif ln conf$$.file conf$$ 2>/dev/null; then 7809 elif ln conf$$.file conf$$ 2>/dev/null; then
7796 as_ln_s=ln 7810 as_ln_s=ln
7797 else 7811 else
7798 as_ln_s='cp -p' 7812 as_ln_s='cp -pR'
7799 fi 7813 fi
7800 else 7814 else
7801 as_ln_s='cp -p' 7815 as_ln_s='cp -pR'
7802 fi 7816 fi
7803 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 7817 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7804 rmdir conf$$.dir 2>/dev/null 7818 rmdir conf$$.dir 2>/dev/null
7805 7819
7806 7820
7845 } 7859 }
7846 s/.*/./; q'` 7860 s/.*/./; q'`
7847 test -d "$as_dir" && break 7861 test -d "$as_dir" && break
7848 done 7862 done
7849 test -z "$as_dirs" || eval "mkdir $as_dirs" 7863 test -z "$as_dirs" || eval "mkdir $as_dirs"
7850 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 7864 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
7851 7865
7852 7866
7853 } # as_fn_mkdir_p 7867 } # as_fn_mkdir_p
7854 if mkdir -p . 2>/dev/null; then 7868 if mkdir -p . 2>/dev/null; then
7855 as_mkdir_p='mkdir -p "$as_dir"' 7869 as_mkdir_p='mkdir -p "$as_dir"'
7856 else 7870 else
7857 test -d ./-p && rmdir ./-p 7871 test -d ./-p && rmdir ./-p
7858 as_mkdir_p=false 7872 as_mkdir_p=false
7859 fi 7873 fi
7860 7874
7861 if test -x / >/dev/null 2>&1; then 7875
7862 as_test_x='test -x' 7876 # as_fn_executable_p FILE
7863 else 7877 # -----------------------
7864 if ls -dL / >/dev/null 2>&1; then 7878 # Test if FILE is an executable regular file.
7865 as_ls_L_option=L 7879 as_fn_executable_p ()
7866 else 7880 {
7867 as_ls_L_option= 7881 test -f "$1" && test -x "$1"
7868 fi 7882 } # as_fn_executable_p
7869 as_test_x=' 7883 as_test_x='test -x'
7870 eval sh -c '\'' 7884 as_executable_p=as_fn_executable_p
7871 if test -d "$1"; then
7872 test -d "$1/.";
7873 else
7874 case $1 in #(
7875 -*)set "./$1";;
7876 esac;
7877 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
7878 ???[sx]*):;;*)false;;esac;fi
7879 '\'' sh
7880 '
7881 fi
7882 as_executable_p=$as_test_x
7883 7885
7884 # Sed expression to map a string onto a valid CPP name. 7886 # Sed expression to map a string onto a valid CPP name.
7885 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 7887 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7886 7888
7887 # Sed expression to map a string onto a valid variable name. 7889 # Sed expression to map a string onto a valid variable name.
7898 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 7900 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7899 # Save the log message, to keep $0 and so on meaningful, and to 7901 # Save the log message, to keep $0 and so on meaningful, and to
7900 # report actual input values of CONFIG_FILES etc. instead of their 7902 # report actual input values of CONFIG_FILES etc. instead of their
7901 # values after options handling. 7903 # values after options handling.
7902 ac_log=" 7904 ac_log="
7903 This file was extended by Sonic Visualiser $as_me 2.1, which was 7905 This file was extended by Sonic Visualiser $as_me 2.2, which was
7904 generated by GNU Autoconf 2.65. Invocation command line was 7906 generated by GNU Autoconf 2.69. Invocation command line was
7905 7907
7906 CONFIG_FILES = $CONFIG_FILES 7908 CONFIG_FILES = $CONFIG_FILES
7907 CONFIG_HEADERS = $CONFIG_HEADERS 7909 CONFIG_HEADERS = $CONFIG_HEADERS
7908 CONFIG_LINKS = $CONFIG_LINKS 7910 CONFIG_LINKS = $CONFIG_LINKS
7909 CONFIG_COMMANDS = $CONFIG_COMMANDS 7911 CONFIG_COMMANDS = $CONFIG_COMMANDS
7951 7953
7952 _ACEOF 7954 _ACEOF
7953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7954 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 7956 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7955 ac_cs_version="\\ 7957 ac_cs_version="\\
7956 Sonic Visualiser config.status 2.1 7958 Sonic Visualiser config.status 2.2
7957 configured by $0, generated by GNU Autoconf 2.65, 7959 configured by $0, generated by GNU Autoconf 2.69,
7958 with options \\"\$ac_cs_config\\" 7960 with options \\"\$ac_cs_config\\"
7959 7961
7960 Copyright (C) 2009 Free Software Foundation, Inc. 7962 Copyright (C) 2012 Free Software Foundation, Inc.
7961 This config.status script is free software; the Free Software Foundation 7963 This config.status script is free software; the Free Software Foundation
7962 gives unlimited permission to copy, distribute and modify it." 7964 gives unlimited permission to copy, distribute and modify it."
7963 7965
7964 ac_pwd='$ac_pwd' 7966 ac_pwd='$ac_pwd'
7965 srcdir='$srcdir' 7967 srcdir='$srcdir'
7972 # The default lists apply if the user does not specify any file. 7974 # The default lists apply if the user does not specify any file.
7973 ac_need_defaults=: 7975 ac_need_defaults=:
7974 while test $# != 0 7976 while test $# != 0
7975 do 7977 do
7976 case $1 in 7978 case $1 in
7977 --*=*) 7979 --*=?*)
7978 ac_option=`expr "X$1" : 'X\([^=]*\)='` 7980 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7979 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 7981 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7982 ac_shift=:
7983 ;;
7984 --*=)
7985 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7986 ac_optarg=
7980 ac_shift=: 7987 ac_shift=:
7981 ;; 7988 ;;
7982 *) 7989 *)
7983 ac_option=$1 7990 ac_option=$1
7984 ac_optarg=$2 7991 ac_optarg=$2
7998 debug=: ;; 8005 debug=: ;;
7999 --file | --fil | --fi | --f ) 8006 --file | --fil | --fi | --f )
8000 $ac_shift 8007 $ac_shift
8001 case $ac_optarg in 8008 case $ac_optarg in
8002 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 8009 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8010 '') as_fn_error $? "missing file argument" ;;
8003 esac 8011 esac
8004 as_fn_append CONFIG_FILES " '$ac_optarg'" 8012 as_fn_append CONFIG_FILES " '$ac_optarg'"
8005 ac_need_defaults=false;; 8013 ac_need_defaults=false;;
8006 --he | --h | --help | --hel | -h ) 8014 --he | --h | --help | --hel | -h )
8007 $as_echo "$ac_cs_usage"; exit ;; 8015 $as_echo "$ac_cs_usage"; exit ;;
8008 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 8016 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8009 | -silent | --silent | --silen | --sile | --sil | --si | --s) 8017 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8010 ac_cs_silent=: ;; 8018 ac_cs_silent=: ;;
8011 8019
8012 # This is an error. 8020 # This is an error.
8013 -*) as_fn_error "unrecognized option: \`$1' 8021 -*) as_fn_error $? "unrecognized option: \`$1'
8014 Try \`$0 --help' for more information." ;; 8022 Try \`$0 --help' for more information." ;;
8015 8023
8016 *) as_fn_append ac_config_targets " $1" 8024 *) as_fn_append ac_config_targets " $1"
8017 ac_need_defaults=false ;; 8025 ac_need_defaults=false ;;
8018 8026
8028 fi 8036 fi
8029 8037
8030 _ACEOF 8038 _ACEOF
8031 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8039 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8032 if \$ac_cs_recheck; then 8040 if \$ac_cs_recheck; then
8033 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 8041 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8034 shift 8042 shift
8035 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 8043 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8036 CONFIG_SHELL='$SHELL' 8044 CONFIG_SHELL='$SHELL'
8037 export CONFIG_SHELL 8045 export CONFIG_SHELL
8038 exec "\$@" 8046 exec "\$@"
8060 do 8068 do
8061 case $ac_config_target in 8069 case $ac_config_target in
8062 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; 8070 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;;
8063 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; 8071 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;;
8064 8072
8065 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 8073 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8066 esac 8074 esac
8067 done 8075 done
8068 8076
8069 8077
8070 # If the user did not use the arguments to specify the items to instantiate, 8078 # If the user did not use the arguments to specify the items to instantiate,
8081 # Hook for its removal unless debugging. 8089 # Hook for its removal unless debugging.
8082 # Note that there is a small window in which the directory will not be cleaned: 8090 # Note that there is a small window in which the directory will not be cleaned:
8083 # after its creation but before its name has been assigned to `$tmp'. 8091 # after its creation but before its name has been assigned to `$tmp'.
8084 $debug || 8092 $debug ||
8085 { 8093 {
8086 tmp= 8094 tmp= ac_tmp=
8087 trap 'exit_status=$? 8095 trap 'exit_status=$?
8088 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 8096 : "${ac_tmp:=$tmp}"
8097 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8089 ' 0 8098 ' 0
8090 trap 'as_fn_exit 1' 1 2 13 15 8099 trap 'as_fn_exit 1' 1 2 13 15
8091 } 8100 }
8092 # Create a (secure) tmp directory for tmp files. 8101 # Create a (secure) tmp directory for tmp files.
8093 8102
8094 { 8103 {
8095 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8104 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8096 test -n "$tmp" && test -d "$tmp" 8105 test -d "$tmp"
8097 } || 8106 } ||
8098 { 8107 {
8099 tmp=./conf$$-$RANDOM 8108 tmp=./conf$$-$RANDOM
8100 (umask 077 && mkdir "$tmp") 8109 (umask 077 && mkdir "$tmp")
8101 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 8110 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8111 ac_tmp=$tmp
8102 8112
8103 # Set up the scripts for CONFIG_FILES section. 8113 # Set up the scripts for CONFIG_FILES section.
8104 # No need to generate them if there are no CONFIG_FILES. 8114 # No need to generate them if there are no CONFIG_FILES.
8105 # This happens for instance with `./config.status config.h'. 8115 # This happens for instance with `./config.status config.h'.
8106 if test -n "$CONFIG_FILES"; then 8116 if test -n "$CONFIG_FILES"; then
8113 if test "x$ac_cr" = x; then 8123 if test "x$ac_cr" = x; then
8114 eval ac_cr=\$\'\\r\' 8124 eval ac_cr=\$\'\\r\'
8115 fi 8125 fi
8116 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 8126 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8117 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 8127 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8118 ac_cs_awk_cr='\r' 8128 ac_cs_awk_cr='\\r'
8119 else 8129 else
8120 ac_cs_awk_cr=$ac_cr 8130 ac_cs_awk_cr=$ac_cr
8121 fi 8131 fi
8122 8132
8123 echo 'BEGIN {' >"$tmp/subs1.awk" && 8133 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8124 _ACEOF 8134 _ACEOF
8125 8135
8126 8136
8127 { 8137 {
8128 echo "cat >conf$$subs.awk <<_ACEOF" && 8138 echo "cat >conf$$subs.awk <<_ACEOF" &&
8129 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 8139 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8130 echo "_ACEOF" 8140 echo "_ACEOF"
8131 } >conf$$subs.sh || 8141 } >conf$$subs.sh ||
8132 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 8142 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8133 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 8143 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8134 ac_delim='%!_!# ' 8144 ac_delim='%!_!# '
8135 for ac_last_try in false false false false false :; do 8145 for ac_last_try in false false false false false :; do
8136 . ./conf$$subs.sh || 8146 . ./conf$$subs.sh ||
8137 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 8147 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8138 8148
8139 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 8149 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8140 if test $ac_delim_n = $ac_delim_num; then 8150 if test $ac_delim_n = $ac_delim_num; then
8141 break 8151 break
8142 elif $ac_last_try; then 8152 elif $ac_last_try; then
8143 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 8153 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8144 else 8154 else
8145 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8155 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8146 fi 8156 fi
8147 done 8157 done
8148 rm -f conf$$subs.sh 8158 rm -f conf$$subs.sh
8149 8159
8150 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8160 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8151 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 8161 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8152 _ACEOF 8162 _ACEOF
8153 sed -n ' 8163 sed -n '
8154 h 8164 h
8155 s/^/S["/; s/!.*/"]=/ 8165 s/^/S["/; s/!.*/"]=/
8156 p 8166 p
8194 } 8204 }
8195 ' >>$CONFIG_STATUS || ac_write_fail=1 8205 ' >>$CONFIG_STATUS || ac_write_fail=1
8196 rm -f conf$$subs.awk 8206 rm -f conf$$subs.awk
8197 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8207 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8198 _ACAWK 8208 _ACAWK
8199 cat >>"\$tmp/subs1.awk" <<_ACAWK && 8209 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8200 for (key in S) S_is_set[key] = 1 8210 for (key in S) S_is_set[key] = 1
8201 FS = "" 8211 FS = ""
8202 8212
8203 } 8213 }
8204 { 8214 {
8226 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8236 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8227 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8237 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8228 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8238 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8229 else 8239 else
8230 cat 8240 cat
8231 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 8241 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8232 || as_fn_error "could not setup config files machinery" "$LINENO" 5 8242 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8233 _ACEOF 8243 _ACEOF
8234 8244
8235 # VPATH may cause trouble with some makes, so we remove $(srcdir), 8245 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8236 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 8246 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8237 # trailing colons and then remove the whole line if VPATH becomes empty 8247 # trailing colons and then remove the whole line if VPATH becomes empty
8238 # (actually we leave an empty line to preserve line numbers). 8248 # (actually we leave an empty line to preserve line numbers).
8239 if test "x$srcdir" = x.; then 8249 if test "x$srcdir" = x.; then
8240 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 8250 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8241 s/:*\$(srcdir):*/:/ 8251 h
8242 s/:*\${srcdir}:*/:/ 8252 s///
8243 s/:*@srcdir@:*/:/ 8253 s/^/:/
8244 s/^\([^=]*=[ ]*\):*/\1/ 8254 s/[ ]*$/:/
8255 s/:\$(srcdir):/:/g
8256 s/:\${srcdir}:/:/g
8257 s/:@srcdir@:/:/g
8258 s/^:*//
8245 s/:*$// 8259 s/:*$//
8260 x
8261 s/\(=[ ]*\).*/\1/
8262 G
8263 s/\n//
8246 s/^[^=]*=[ ]*$// 8264 s/^[^=]*=[ ]*$//
8247 }' 8265 }'
8248 fi 8266 fi
8249 8267
8250 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8258 case $ac_tag in 8276 case $ac_tag in
8259 :[FHLC]) ac_mode=$ac_tag; continue;; 8277 :[FHLC]) ac_mode=$ac_tag; continue;;
8260 esac 8278 esac
8261 case $ac_mode$ac_tag in 8279 case $ac_mode$ac_tag in
8262 :[FHL]*:*);; 8280 :[FHL]*:*);;
8263 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 8281 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8264 :[FH]-) ac_tag=-:-;; 8282 :[FH]-) ac_tag=-:-;;
8265 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 8283 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8266 esac 8284 esac
8267 ac_save_IFS=$IFS 8285 ac_save_IFS=$IFS
8268 IFS=: 8286 IFS=:
8277 :[FH]) 8295 :[FH])
8278 ac_file_inputs= 8296 ac_file_inputs=
8279 for ac_f 8297 for ac_f
8280 do 8298 do
8281 case $ac_f in 8299 case $ac_f in
8282 -) ac_f="$tmp/stdin";; 8300 -) ac_f="$ac_tmp/stdin";;
8283 *) # Look for the file first in the build tree, then in the source tree 8301 *) # Look for the file first in the build tree, then in the source tree
8284 # (if the path is not absolute). The absolute path cannot be DOS-style, 8302 # (if the path is not absolute). The absolute path cannot be DOS-style,
8285 # because $ac_f cannot contain `:'. 8303 # because $ac_f cannot contain `:'.
8286 test -f "$ac_f" || 8304 test -f "$ac_f" ||
8287 case $ac_f in 8305 case $ac_f in
8288 [\\/$]*) false;; 8306 [\\/$]*) false;;
8289 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8307 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8290 esac || 8308 esac ||
8291 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 8309 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8292 esac 8310 esac
8293 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 8311 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8294 as_fn_append ac_file_inputs " '$ac_f'" 8312 as_fn_append ac_file_inputs " '$ac_f'"
8295 done 8313 done
8296 8314
8312 sed 's/[\\\\&|]/\\\\&/g'`;; #( 8330 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8313 *) ac_sed_conf_input=$configure_input;; 8331 *) ac_sed_conf_input=$configure_input;;
8314 esac 8332 esac
8315 8333
8316 case $ac_tag in 8334 case $ac_tag in
8317 *:-:* | *:-) cat >"$tmp/stdin" \ 8335 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8318 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 8336 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8319 esac 8337 esac
8320 ;; 8338 ;;
8321 esac 8339 esac
8322 8340
8323 ac_dir=`$as_dirname -- "$ac_file" || 8341 ac_dir=`$as_dirname -- "$ac_file" ||
8449 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 8467 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8450 s&@INSTALL@&$ac_INSTALL&;t t 8468 s&@INSTALL@&$ac_INSTALL&;t t
8451 s&@MKDIR_P@&$ac_MKDIR_P&;t t 8469 s&@MKDIR_P@&$ac_MKDIR_P&;t t
8452 $ac_datarootdir_hack 8470 $ac_datarootdir_hack
8453 " 8471 "
8454 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 8472 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8455 || as_fn_error "could not create $ac_file" "$LINENO" 5 8473 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8456 8474
8457 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8475 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8458 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8476 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8459 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8477 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8478 "$ac_tmp/out"`; test -z "$ac_out"; } &&
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8461 which seems to be undefined. Please make sure it is defined." >&5 8480 which seems to be undefined. Please make sure it is defined" >&5
8462 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8481 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8463 which seems to be undefined. Please make sure it is defined." >&2;} 8482 which seems to be undefined. Please make sure it is defined" >&2;}
8464 8483
8465 rm -f "$tmp/stdin" 8484 rm -f "$ac_tmp/stdin"
8466 case $ac_file in 8485 case $ac_file in
8467 -) cat "$tmp/out" && rm -f "$tmp/out";; 8486 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8468 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 8487 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8469 esac \ 8488 esac \
8470 || as_fn_error "could not create $ac_file" "$LINENO" 5 8489 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8471 ;; 8490 ;;
8472 8491
8473 8492
8474 8493
8475 esac 8494 esac
8480 as_fn_exit 0 8499 as_fn_exit 0
8481 _ACEOF 8500 _ACEOF
8482 ac_clean_files=$ac_clean_files_save 8501 ac_clean_files=$ac_clean_files_save
8483 8502
8484 test $ac_write_fail = 0 || 8503 test $ac_write_fail = 0 ||
8485 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 8504 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8486 8505
8487 8506
8488 # configure is writing to config.log, and then calls config.status. 8507 # configure is writing to config.log, and then calls config.status.
8489 # config.status does its own redirection, appending to config.log. 8508 # config.status does its own redirection, appending to config.log.
8490 # Unfortunately, on DOS this fails, as config.log is still kept open 8509 # Unfortunately, on DOS this fails, as config.log is still kept open
8501 exec 5>/dev/null 8520 exec 5>/dev/null
8502 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 8521 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8503 exec 5>>config.log 8522 exec 5>>config.log
8504 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 8523 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8505 # would make configure fail if this is the last instruction. 8524 # would make configure fail if this is the last instruction.
8506 $ac_cs_success || as_fn_exit $? 8525 $ac_cs_success || as_fn_exit 1
8507 fi 8526 fi
8508 8527
8509 # 8528 #
8510 # CONFIG_SUBDIRS section. 8529 # CONFIG_SUBDIRS section.
8511 # 8530 #
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 8661 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
8643 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} 8662 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
8644 # The eval makes quoting arguments work. 8663 # The eval makes quoting arguments work.
8645 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ 8664 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
8646 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 8665 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
8647 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 8666 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
8648 fi 8667 fi
8649 8668
8650 cd "$ac_popdir" 8669 cd "$ac_popdir"
8651 done 8670 done
8652 fi 8671 fi
8655 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8674 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8656 fi 8675 fi
8657 8676
8658 8677
8659 if ! $QMAKE -r sonic-visualiser.pro; then 8678 if ! $QMAKE -r sonic-visualiser.pro; then
8660 as_fn_error "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 8679 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5
8661 fi 8680 fi
8662 8681
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: 8682 { $as_echo "$as_me:${as_lineno-$LINENO}:
8664 8683
8665 Configuration complete. 8684 Configuration complete.