comparison configure @ 1978:d3bd593a610c

Merge from branch c++14
author Chris Cannam
date Fri, 31 Aug 2018 15:14:27 +0100
parents 810a0b8f5472
children 5ffcb4e10e1b
comparison
equal deleted inserted replaced
1965:4d7542238772 1978:d3bd593a610c
622 622
623 ac_subst_vars='LTLIBOBJS 623 ac_subst_vars='LTLIBOBJS
624 LIBOBJS 624 LIBOBJS
625 QMAKE_CONFIG 625 QMAKE_CONFIG
626 HAVES 626 HAVES
627 CXXSTANDARD
627 CXXFLAGS_MINIMAL 628 CXXFLAGS_MINIMAL
628 CUT 629 CUT
629 SHA1SUM 630 SHA1SUM
630 MAKEDEPEND 631 MAKEDEPEND
631 XARGS 632 XARGS
4420 # allow ourselves to be overridden (later) by the former 4421 # allow ourselves to be overridden (later) by the former
4421 4422
4422 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" 4423 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS"
4423 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" 4424 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS"
4424 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" 4425 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS"
4426 CXXSTANDARD=c++14
4425 4427
4426 if test "x$GCC" = "xyes"; then 4428 if test "x$GCC" = "xyes"; then
4427 CXXFLAGS_ANY="-std=c++11 -fpic -Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" 4429 CXXFLAGS_ANY="-fpic -Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe"
4428 CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -O2 -Werror" 4430 CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -O2 -Werror"
4429 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math" 4431 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math"
4430 CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0" 4432 CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0"
4431 LIBS_DEBUG="$LIBS -lubsan" 4433 LIBS_DEBUG="$LIBS"
4434 as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__--std=$CXXSTANDARD" | $as_tr_sh`
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts --std=$CXXSTANDARD" >&5
4436 $as_echo_n "checking whether C++ compiler accepts --std=$CXXSTANDARD... " >&6; }
4437 if eval \${$as_CACHEVAR+:} false; then :
4438 $as_echo_n "(cached) " >&6
4439 else
4440
4441 ax_check_save_flags=$CXXFLAGS
4442 CXXFLAGS="$CXXFLAGS --std=$CXXSTANDARD"
4443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4444 /* end confdefs.h. */
4445
4446 int
4447 main ()
4448 {
4449
4450 ;
4451 return 0;
4452 }
4453 _ACEOF
4454 if ac_fn_cxx_try_compile "$LINENO"; then :
4455 eval "$as_CACHEVAR=yes"
4456 else
4457 eval "$as_CACHEVAR=no"
4458 fi
4459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4460 CXXFLAGS=$ax_check_save_flags
4461 fi
4462 eval ac_res=\$$as_CACHEVAR
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4464 $as_echo "$ac_res" >&6; }
4465 if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
4466 :
4467 else
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: Compiler does not appear to support $CXXSTANDARD, falling back to c++11" >&5
4469 $as_echo "$as_me: Compiler does not appear to support $CXXSTANDARD, falling back to c++11" >&6;}
4470 CXXSTANDARD=c++11
4471 fi
4472
4432 fi 4473 fi
4433 4474
4434 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE" 4475 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE"
4435 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE" 4476 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE"
4436 4477
4494 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4535 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4495 fi 4536 fi
4496 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4537 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4497 4538
4498 pkg_failed=no 4539 pkg_failed=no
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5
4500 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4541 $as_echo_n "checking for bz2... " >&6; }
4501 4542
4502 if test -n "$bz2_CFLAGS"; then 4543 if test -n "$bz2_CFLAGS"; then
4503 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" 4544 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS"
4504 elif test -n "$PKG_CONFIG"; then 4545 elif test -n "$PKG_CONFIG"; then
4505 if test -n "$PKG_CONFIG" && \ 4546 if test -n "$PKG_CONFIG" && \
4535 fi 4576 fi
4536 4577
4537 4578
4538 4579
4539 if test $pkg_failed = yes; then 4580 if test $pkg_failed = yes; then
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4541 $as_echo "no" >&6; } 4582 $as_echo "no" >&6; }
4542 4583
4543 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4584 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4544 _pkg_short_errors_supported=yes 4585 _pkg_short_errors_supported=yes
4545 else 4586 else
4554 echo "$bz2_PKG_ERRORS" >&5 4595 echo "$bz2_PKG_ERRORS" >&5
4555 4596
4556 { $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 4597 { $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
4557 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4598 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4558 elif test $pkg_failed = untried; then 4599 elif test $pkg_failed = untried; then
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4560 $as_echo "no" >&6; } 4601 $as_echo "no" >&6; }
4561 { $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 4602 { $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
4562 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4603 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4563 else 4604 else
4564 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS 4605 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS
4645 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4686 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4646 fi 4687 fi
4647 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4688 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4648 4689
4649 pkg_failed=no 4690 pkg_failed=no
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5
4651 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4692 $as_echo_n "checking for fftw3... " >&6; }
4652 4693
4653 if test -n "$fftw3_CFLAGS"; then 4694 if test -n "$fftw3_CFLAGS"; then
4654 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" 4695 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS"
4655 elif test -n "$PKG_CONFIG"; then 4696 elif test -n "$PKG_CONFIG"; then
4656 if test -n "$PKG_CONFIG" && \ 4697 if test -n "$PKG_CONFIG" && \
4686 fi 4727 fi
4687 4728
4688 4729
4689 4730
4690 if test $pkg_failed = yes; then 4731 if test $pkg_failed = yes; then
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4692 $as_echo "no" >&6; } 4733 $as_echo "no" >&6; }
4693 4734
4694 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4735 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4695 _pkg_short_errors_supported=yes 4736 _pkg_short_errors_supported=yes
4696 else 4737 else
4705 echo "$fftw3_PKG_ERRORS" >&5 4746 echo "$fftw3_PKG_ERRORS" >&5
4706 4747
4707 { $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 4748 { $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
4708 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4749 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4709 elif test $pkg_failed = untried; then 4750 elif test $pkg_failed = untried; then
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4711 $as_echo "no" >&6; } 4752 $as_echo "no" >&6; }
4712 { $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 4753 { $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
4713 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4754 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4714 else 4755 else
4715 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS 4756 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS
4796 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4837 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4797 fi 4838 fi
4798 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4839 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4799 4840
4800 pkg_failed=no 4841 pkg_failed=no
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5
4802 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4843 $as_echo_n "checking for fftw3f... " >&6; }
4803 4844
4804 if test -n "$fftw3f_CFLAGS"; then 4845 if test -n "$fftw3f_CFLAGS"; then
4805 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" 4846 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS"
4806 elif test -n "$PKG_CONFIG"; then 4847 elif test -n "$PKG_CONFIG"; then
4807 if test -n "$PKG_CONFIG" && \ 4848 if test -n "$PKG_CONFIG" && \
4837 fi 4878 fi
4838 4879
4839 4880
4840 4881
4841 if test $pkg_failed = yes; then 4882 if test $pkg_failed = yes; then
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4843 $as_echo "no" >&6; } 4884 $as_echo "no" >&6; }
4844 4885
4845 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4886 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4846 _pkg_short_errors_supported=yes 4887 _pkg_short_errors_supported=yes
4847 else 4888 else
4856 echo "$fftw3f_PKG_ERRORS" >&5 4897 echo "$fftw3f_PKG_ERRORS" >&5
4857 4898
4858 { $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 4899 { $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
4859 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4900 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4860 elif test $pkg_failed = untried; then 4901 elif test $pkg_failed = untried; then
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4862 $as_echo "no" >&6; } 4903 $as_echo "no" >&6; }
4863 { $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 4904 { $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
4864 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4905 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4865 else 4906 else
4866 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS 4907 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS
4947 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4988 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4948 fi 4989 fi
4949 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4990 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4950 4991
4951 pkg_failed=no 4992 pkg_failed=no
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5
4953 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4994 $as_echo_n "checking for sndfile... " >&6; }
4954 4995
4955 if test -n "$sndfile_CFLAGS"; then 4996 if test -n "$sndfile_CFLAGS"; then
4956 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" 4997 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS"
4957 elif test -n "$PKG_CONFIG"; then 4998 elif test -n "$PKG_CONFIG"; then
4958 if test -n "$PKG_CONFIG" && \ 4999 if test -n "$PKG_CONFIG" && \
4988 fi 5029 fi
4989 5030
4990 5031
4991 5032
4992 if test $pkg_failed = yes; then 5033 if test $pkg_failed = yes; then
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4994 $as_echo "no" >&6; } 5035 $as_echo "no" >&6; }
4995 5036
4996 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5037 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4997 _pkg_short_errors_supported=yes 5038 _pkg_short_errors_supported=yes
4998 else 5039 else
5007 echo "$sndfile_PKG_ERRORS" >&5 5048 echo "$sndfile_PKG_ERRORS" >&5
5008 5049
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5050 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
5010 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5051 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5011 elif test $pkg_failed = untried; then 5052 elif test $pkg_failed = untried; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; } 5054 $as_echo "no" >&6; }
5014 { $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 5055 { $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
5015 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5056 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5016 else 5057 else
5017 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS 5058 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS
5098 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5139 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5099 fi 5140 fi
5100 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5141 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5101 5142
5102 pkg_failed=no 5143 pkg_failed=no
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsamplerate" >&5
5104 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5145 $as_echo_n "checking for libsamplerate... " >&6; }
5105 5146
5106 if test -n "$libsamplerate_CFLAGS"; then 5147 if test -n "$libsamplerate_CFLAGS"; then
5107 pkg_cv_libsamplerate_CFLAGS="$libsamplerate_CFLAGS" 5148 pkg_cv_libsamplerate_CFLAGS="$libsamplerate_CFLAGS"
5108 elif test -n "$PKG_CONFIG"; then 5149 elif test -n "$PKG_CONFIG"; then
5109 if test -n "$PKG_CONFIG" && \ 5150 if test -n "$PKG_CONFIG" && \
5139 fi 5180 fi
5140 5181
5141 5182
5142 5183
5143 if test $pkg_failed = yes; then 5184 if test $pkg_failed = yes; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145 $as_echo "no" >&6; } 5186 $as_echo "no" >&6; }
5146 5187
5147 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5188 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5148 _pkg_short_errors_supported=yes 5189 _pkg_short_errors_supported=yes
5149 else 5190 else
5158 echo "$libsamplerate_PKG_ERRORS" >&5 5199 echo "$libsamplerate_PKG_ERRORS" >&5
5159 5200
5160 { $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 5201 { $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
5161 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5202 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5162 elif test $pkg_failed = untried; then 5203 elif test $pkg_failed = untried; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5164 $as_echo "no" >&6; } 5205 $as_echo "no" >&6; }
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5206 { $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
5166 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5207 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5167 else 5208 else
5168 libsamplerate_CFLAGS=$pkg_cv_libsamplerate_CFLAGS 5209 libsamplerate_CFLAGS=$pkg_cv_libsamplerate_CFLAGS
5249 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5290 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5250 fi 5291 fi
5251 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5292 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5252 5293
5253 pkg_failed=no 5294 pkg_failed=no
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5
5255 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5296 $as_echo_n "checking for rubberband... " >&6; }
5256 5297
5257 if test -n "$rubberband_CFLAGS"; then 5298 if test -n "$rubberband_CFLAGS"; then
5258 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" 5299 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS"
5259 elif test -n "$PKG_CONFIG"; then 5300 elif test -n "$PKG_CONFIG"; then
5260 if test -n "$PKG_CONFIG" && \ 5301 if test -n "$PKG_CONFIG" && \
5290 fi 5331 fi
5291 5332
5292 5333
5293 5334
5294 if test $pkg_failed = yes; then 5335 if test $pkg_failed = yes; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; } 5337 $as_echo "no" >&6; }
5297 5338
5298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5339 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5299 _pkg_short_errors_supported=yes 5340 _pkg_short_errors_supported=yes
5300 else 5341 else
5309 echo "$rubberband_PKG_ERRORS" >&5 5350 echo "$rubberband_PKG_ERRORS" >&5
5310 5351
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 5352 { $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
5312 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5353 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5313 elif test $pkg_failed = untried; then 5354 elif test $pkg_failed = untried; then
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5315 $as_echo "no" >&6; } 5356 $as_echo "no" >&6; }
5316 { $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 5357 { $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
5317 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5358 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5318 else 5359 else
5319 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS 5360 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS
5400 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5441 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5401 fi 5442 fi
5402 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5443 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5403 5444
5404 pkg_failed=no 5445 pkg_failed=no
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sord" >&5
5406 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5447 $as_echo_n "checking for sord... " >&6; }
5407 5448
5408 if test -n "$sord_CFLAGS"; then 5449 if test -n "$sord_CFLAGS"; then
5409 pkg_cv_sord_CFLAGS="$sord_CFLAGS" 5450 pkg_cv_sord_CFLAGS="$sord_CFLAGS"
5410 elif test -n "$PKG_CONFIG"; then 5451 elif test -n "$PKG_CONFIG"; then
5411 if test -n "$PKG_CONFIG" && \ 5452 if test -n "$PKG_CONFIG" && \
5441 fi 5482 fi
5442 5483
5443 5484
5444 5485
5445 if test $pkg_failed = yes; then 5486 if test $pkg_failed = yes; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; } 5488 $as_echo "no" >&6; }
5448 5489
5449 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5490 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5450 _pkg_short_errors_supported=yes 5491 _pkg_short_errors_supported=yes
5451 else 5492 else
5460 echo "$sord_PKG_ERRORS" >&5 5501 echo "$sord_PKG_ERRORS" >&5
5461 5502
5462 { $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 5503 { $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
5463 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5504 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5464 elif test $pkg_failed = untried; then 5505 elif test $pkg_failed = untried; then
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5466 $as_echo "no" >&6; } 5507 $as_echo "no" >&6; }
5467 { $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 5508 { $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
5468 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5509 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5469 else 5510 else
5470 sord_CFLAGS=$pkg_cv_sord_CFLAGS 5511 sord_CFLAGS=$pkg_cv_sord_CFLAGS
5551 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5592 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5552 fi 5593 fi
5553 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5594 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5554 5595
5555 pkg_failed=no 5596 pkg_failed=no
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for serd" >&5
5557 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5598 $as_echo_n "checking for serd... " >&6; }
5558 5599
5559 if test -n "$serd_CFLAGS"; then 5600 if test -n "$serd_CFLAGS"; then
5560 pkg_cv_serd_CFLAGS="$serd_CFLAGS" 5601 pkg_cv_serd_CFLAGS="$serd_CFLAGS"
5561 elif test -n "$PKG_CONFIG"; then 5602 elif test -n "$PKG_CONFIG"; then
5562 if test -n "$PKG_CONFIG" && \ 5603 if test -n "$PKG_CONFIG" && \
5592 fi 5633 fi
5593 5634
5594 5635
5595 5636
5596 if test $pkg_failed = yes; then 5637 if test $pkg_failed = yes; then
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598 $as_echo "no" >&6; } 5639 $as_echo "no" >&6; }
5599 5640
5600 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5641 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5601 _pkg_short_errors_supported=yes 5642 _pkg_short_errors_supported=yes
5602 else 5643 else
5611 echo "$serd_PKG_ERRORS" >&5 5652 echo "$serd_PKG_ERRORS" >&5
5612 5653
5613 { $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 5654 { $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
5614 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5655 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5615 elif test $pkg_failed = untried; then 5656 elif test $pkg_failed = untried; then
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5617 $as_echo "no" >&6; } 5658 $as_echo "no" >&6; }
5618 { $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 5659 { $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
5619 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5660 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5620 else 5661 else
5621 serd_CFLAGS=$pkg_cv_serd_CFLAGS 5662 serd_CFLAGS=$pkg_cv_serd_CFLAGS
5687 # We need a Cap'n Proto version with the expectedSizeInWordsFromPrefix 5728 # We need a Cap'n Proto version with the expectedSizeInWordsFromPrefix
5688 # function, which appeared in v0.6. If we can't find at least that 5729 # function, which appeared in v0.6. If we can't find at least that
5689 # version with pkg-config, we check for the symbol with the compiler. 5730 # version with pkg-config, we check for the symbol with the compiler.
5690 5731
5691 pkg_failed=no 5732 pkg_failed=no
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capnp >= 0.6" >&5 5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capnp" >&5
5693 $as_echo_n "checking for capnp >= 0.6... " >&6; } 5734 $as_echo_n "checking for capnp... " >&6; }
5694 5735
5695 if test -n "$capnp_CFLAGS"; then 5736 if test -n "$capnp_CFLAGS"; then
5696 pkg_cv_capnp_CFLAGS="$capnp_CFLAGS" 5737 pkg_cv_capnp_CFLAGS="$capnp_CFLAGS"
5697 elif test -n "$PKG_CONFIG"; then 5738 elif test -n "$PKG_CONFIG"; then
5698 if test -n "$PKG_CONFIG" && \ 5739 if test -n "$PKG_CONFIG" && \
5728 fi 5769 fi
5729 5770
5730 5771
5731 5772
5732 if test $pkg_failed = yes; then 5773 if test $pkg_failed = yes; then
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5734 $as_echo "no" >&6; } 5775 $as_echo "no" >&6; }
5735 5776
5736 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5777 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5737 _pkg_short_errors_supported=yes 5778 _pkg_short_errors_supported=yes
5738 else 5779 else
5747 echo "$capnp_PKG_ERRORS" >&5 5788 echo "$capnp_PKG_ERRORS" >&5
5748 5789
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&5 5790 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&5
5750 $as_echo "$as_me: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&6;} 5791 $as_echo "$as_me: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&6;}
5751 elif test $pkg_failed = untried; then 5792 elif test $pkg_failed = untried; then
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5753 $as_echo "no" >&6; } 5794 $as_echo "no" >&6; }
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&5 5795 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&5
5755 $as_echo "$as_me: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&6;} 5796 $as_echo "$as_me: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&6;}
5756 else 5797 else
5757 capnp_CFLAGS=$pkg_cv_capnp_CFLAGS 5798 capnp_CFLAGS=$pkg_cv_capnp_CFLAGS
5799 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5840 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5800 fi 5841 fi
5801 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5842 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5802 5843
5803 pkg_failed=no 5844 pkg_failed=no
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5
5805 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5846 $as_echo_n "checking for liblo... " >&6; }
5806 5847
5807 if test -n "$liblo_CFLAGS"; then 5848 if test -n "$liblo_CFLAGS"; then
5808 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" 5849 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS"
5809 elif test -n "$PKG_CONFIG"; then 5850 elif test -n "$PKG_CONFIG"; then
5810 if test -n "$PKG_CONFIG" && \ 5851 if test -n "$PKG_CONFIG" && \
5840 fi 5881 fi
5841 5882
5842 5883
5843 5884
5844 if test $pkg_failed = yes; then 5885 if test $pkg_failed = yes; then
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846 $as_echo "no" >&6; } 5887 $as_echo "no" >&6; }
5847 5888
5848 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5889 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5849 _pkg_short_errors_supported=yes 5890 _pkg_short_errors_supported=yes
5850 else 5891 else
5859 echo "$liblo_PKG_ERRORS" >&5 5900 echo "$liblo_PKG_ERRORS" >&5
5860 5901
5861 { $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 5902 { $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
5862 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5903 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5863 elif test $pkg_failed = untried; then 5904 elif test $pkg_failed = untried; then
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5865 $as_echo "no" >&6; } 5906 $as_echo "no" >&6; }
5866 { $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 5907 { $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
5867 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5908 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5868 else 5909 else
5869 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS 5910 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS
5954 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5995 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5955 fi 5996 fi
5956 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5997 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5957 5998
5958 pkg_failed=no 5999 pkg_failed=no
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio" >&5
5960 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6001 $as_echo_n "checking for portaudio... " >&6; }
5961 6002
5962 if test -n "$portaudio_CFLAGS"; then 6003 if test -n "$portaudio_CFLAGS"; then
5963 pkg_cv_portaudio_CFLAGS="$portaudio_CFLAGS" 6004 pkg_cv_portaudio_CFLAGS="$portaudio_CFLAGS"
5964 elif test -n "$PKG_CONFIG"; then 6005 elif test -n "$PKG_CONFIG"; then
5965 if test -n "$PKG_CONFIG" && \ 6006 if test -n "$PKG_CONFIG" && \
5995 fi 6036 fi
5996 6037
5997 6038
5998 6039
5999 if test $pkg_failed = yes; then 6040 if test $pkg_failed = yes; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001 $as_echo "no" >&6; } 6042 $as_echo "no" >&6; }
6002 6043
6003 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6044 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6004 _pkg_short_errors_supported=yes 6045 _pkg_short_errors_supported=yes
6005 else 6046 else
6014 echo "$portaudio_PKG_ERRORS" >&5 6055 echo "$portaudio_PKG_ERRORS" >&5
6015 6056
6016 { $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 6057 { $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
6017 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6058 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6018 elif test $pkg_failed = untried; then 6059 elif test $pkg_failed = untried; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6020 $as_echo "no" >&6; } 6061 $as_echo "no" >&6; }
6021 { $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 6062 { $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
6022 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6063 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6023 else 6064 else
6024 portaudio_CFLAGS=$pkg_cv_portaudio_CFLAGS 6065 portaudio_CFLAGS=$pkg_cv_portaudio_CFLAGS
6109 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6150 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6110 fi 6151 fi
6111 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6152 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6112 6153
6113 pkg_failed=no 6154 pkg_failed=no
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5
6115 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6156 $as_echo_n "checking for JACK... " >&6; }
6116 6157
6117 if test -n "$JACK_CFLAGS"; then 6158 if test -n "$JACK_CFLAGS"; then
6118 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" 6159 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS"
6119 elif test -n "$PKG_CONFIG"; then 6160 elif test -n "$PKG_CONFIG"; then
6120 if test -n "$PKG_CONFIG" && \ 6161 if test -n "$PKG_CONFIG" && \
6150 fi 6191 fi
6151 6192
6152 6193
6153 6194
6154 if test $pkg_failed = yes; then 6195 if test $pkg_failed = yes; then
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6156 $as_echo "no" >&6; } 6197 $as_echo "no" >&6; }
6157 6198
6158 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6199 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6159 _pkg_short_errors_supported=yes 6200 _pkg_short_errors_supported=yes
6160 else 6201 else
6169 echo "$JACK_PKG_ERRORS" >&5 6210 echo "$JACK_PKG_ERRORS" >&5
6170 6211
6171 { $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 6212 { $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
6172 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6213 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6173 elif test $pkg_failed = untried; then 6214 elif test $pkg_failed = untried; then
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6175 $as_echo "no" >&6; } 6216 $as_echo "no" >&6; }
6176 { $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 6217 { $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
6177 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6218 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6178 else 6219 else
6179 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS 6220 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS
6264 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6305 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6265 fi 6306 fi
6266 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6307 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6267 6308
6268 pkg_failed=no 6309 pkg_failed=no
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5
6270 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6311 $as_echo_n "checking for libpulse... " >&6; }
6271 6312
6272 if test -n "$libpulse_CFLAGS"; then 6313 if test -n "$libpulse_CFLAGS"; then
6273 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" 6314 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS"
6274 elif test -n "$PKG_CONFIG"; then 6315 elif test -n "$PKG_CONFIG"; then
6275 if test -n "$PKG_CONFIG" && \ 6316 if test -n "$PKG_CONFIG" && \
6305 fi 6346 fi
6306 6347
6307 6348
6308 6349
6309 if test $pkg_failed = yes; then 6350 if test $pkg_failed = yes; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6311 $as_echo "no" >&6; } 6352 $as_echo "no" >&6; }
6312 6353
6313 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6354 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6314 _pkg_short_errors_supported=yes 6355 _pkg_short_errors_supported=yes
6315 else 6356 else
6324 echo "$libpulse_PKG_ERRORS" >&5 6365 echo "$libpulse_PKG_ERRORS" >&5
6325 6366
6326 { $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 6367 { $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
6327 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6368 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6328 elif test $pkg_failed = untried; then 6369 elif test $pkg_failed = untried; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6330 $as_echo "no" >&6; } 6371 $as_echo "no" >&6; }
6331 { $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 6372 { $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
6332 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6373 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6333 else 6374 else
6334 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS 6375 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS
6419 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6460 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6420 fi 6461 fi
6421 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6462 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6422 6463
6423 pkg_failed=no 6464 pkg_failed=no
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5
6425 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6466 $as_echo_n "checking for lrdf... " >&6; }
6426 6467
6427 if test -n "$lrdf_CFLAGS"; then 6468 if test -n "$lrdf_CFLAGS"; then
6428 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" 6469 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS"
6429 elif test -n "$PKG_CONFIG"; then 6470 elif test -n "$PKG_CONFIG"; then
6430 if test -n "$PKG_CONFIG" && \ 6471 if test -n "$PKG_CONFIG" && \
6460 fi 6501 fi
6461 6502
6462 6503
6463 6504
6464 if test $pkg_failed = yes; then 6505 if test $pkg_failed = yes; then
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6466 $as_echo "no" >&6; } 6507 $as_echo "no" >&6; }
6467 6508
6468 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6509 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6469 _pkg_short_errors_supported=yes 6510 _pkg_short_errors_supported=yes
6470 else 6511 else
6479 echo "$lrdf_PKG_ERRORS" >&5 6520 echo "$lrdf_PKG_ERRORS" >&5
6480 6521
6481 { $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 6522 { $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
6482 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6523 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6483 elif test $pkg_failed = untried; then 6524 elif test $pkg_failed = untried; then
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6485 $as_echo "no" >&6; } 6526 $as_echo "no" >&6; }
6486 { $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 6527 { $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
6487 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6528 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6488 else 6529 else
6489 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS 6530 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS
6574 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6615 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6575 fi 6616 fi
6576 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6617 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6577 6618
6578 pkg_failed=no 6619 pkg_failed=no
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5
6580 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6621 $as_echo_n "checking for oggz... " >&6; }
6581 6622
6582 if test -n "$oggz_CFLAGS"; then 6623 if test -n "$oggz_CFLAGS"; then
6583 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" 6624 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS"
6584 elif test -n "$PKG_CONFIG"; then 6625 elif test -n "$PKG_CONFIG"; then
6585 if test -n "$PKG_CONFIG" && \ 6626 if test -n "$PKG_CONFIG" && \
6615 fi 6656 fi
6616 6657
6617 6658
6618 6659
6619 if test $pkg_failed = yes; then 6660 if test $pkg_failed = yes; then
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6621 $as_echo "no" >&6; } 6662 $as_echo "no" >&6; }
6622 6663
6623 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6664 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6624 _pkg_short_errors_supported=yes 6665 _pkg_short_errors_supported=yes
6625 else 6666 else
6634 echo "$oggz_PKG_ERRORS" >&5 6675 echo "$oggz_PKG_ERRORS" >&5
6635 6676
6636 { $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 6677 { $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
6637 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6678 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6638 elif test $pkg_failed = untried; then 6679 elif test $pkg_failed = untried; then
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6640 $as_echo "no" >&6; } 6681 $as_echo "no" >&6; }
6641 { $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 6682 { $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
6642 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6683 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6643 else 6684 else
6644 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS 6685 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS
6729 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6770 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6730 fi 6771 fi
6731 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6772 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6732 6773
6733 pkg_failed=no 6774 pkg_failed=no
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5
6735 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6776 $as_echo_n "checking for fishsound... " >&6; }
6736 6777
6737 if test -n "$fishsound_CFLAGS"; then 6778 if test -n "$fishsound_CFLAGS"; then
6738 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" 6779 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS"
6739 elif test -n "$PKG_CONFIG"; then 6780 elif test -n "$PKG_CONFIG"; then
6740 if test -n "$PKG_CONFIG" && \ 6781 if test -n "$PKG_CONFIG" && \
6770 fi 6811 fi
6771 6812
6772 6813
6773 6814
6774 if test $pkg_failed = yes; then 6815 if test $pkg_failed = yes; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6776 $as_echo "no" >&6; } 6817 $as_echo "no" >&6; }
6777 6818
6778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6819 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6779 _pkg_short_errors_supported=yes 6820 _pkg_short_errors_supported=yes
6780 else 6821 else
6789 echo "$fishsound_PKG_ERRORS" >&5 6830 echo "$fishsound_PKG_ERRORS" >&5
6790 6831
6791 { $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 6832 { $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
6792 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6833 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6793 elif test $pkg_failed = untried; then 6834 elif test $pkg_failed = untried; then
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6795 $as_echo "no" >&6; } 6836 $as_echo "no" >&6; }
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 6837 { $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
6797 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6838 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6798 else 6839 else
6799 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS 6840 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS
6884 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6925 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6885 fi 6926 fi
6886 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6927 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6887 6928
6888 pkg_failed=no 6929 pkg_failed=no
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5
6890 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6931 $as_echo_n "checking for mad... " >&6; }
6891 6932
6892 if test -n "$mad_CFLAGS"; then 6933 if test -n "$mad_CFLAGS"; then
6893 pkg_cv_mad_CFLAGS="$mad_CFLAGS" 6934 pkg_cv_mad_CFLAGS="$mad_CFLAGS"
6894 elif test -n "$PKG_CONFIG"; then 6935 elif test -n "$PKG_CONFIG"; then
6895 if test -n "$PKG_CONFIG" && \ 6936 if test -n "$PKG_CONFIG" && \
6925 fi 6966 fi
6926 6967
6927 6968
6928 6969
6929 if test $pkg_failed = yes; then 6970 if test $pkg_failed = yes; then
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6931 $as_echo "no" >&6; } 6972 $as_echo "no" >&6; }
6932 6973
6933 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6974 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6934 _pkg_short_errors_supported=yes 6975 _pkg_short_errors_supported=yes
6935 else 6976 else
6944 echo "$mad_PKG_ERRORS" >&5 6985 echo "$mad_PKG_ERRORS" >&5
6945 6986
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 6987 { $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;} 6988 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6948 elif test $pkg_failed = untried; then 6989 elif test $pkg_failed = untried; then
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6950 $as_echo "no" >&6; } 6991 $as_echo "no" >&6; }
6951 { $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 6992 { $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
6952 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6993 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6953 else 6994 else
6954 mad_CFLAGS=$pkg_cv_mad_CFLAGS 6995 mad_CFLAGS=$pkg_cv_mad_CFLAGS
7039 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 7080 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
7040 fi 7081 fi
7041 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 7082 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
7042 7083
7043 pkg_failed=no 7084 pkg_failed=no
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 7085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5
7045 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 7086 $as_echo_n "checking for id3tag... " >&6; }
7046 7087
7047 if test -n "$id3tag_CFLAGS"; then 7088 if test -n "$id3tag_CFLAGS"; then
7048 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" 7089 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS"
7049 elif test -n "$PKG_CONFIG"; then 7090 elif test -n "$PKG_CONFIG"; then
7050 if test -n "$PKG_CONFIG" && \ 7091 if test -n "$PKG_CONFIG" && \
7080 fi 7121 fi
7081 7122
7082 7123
7083 7124
7084 if test $pkg_failed = yes; then 7125 if test $pkg_failed = yes; then
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; } 7127 $as_echo "no" >&6; }
7087 7128
7088 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7129 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7089 _pkg_short_errors_supported=yes 7130 _pkg_short_errors_supported=yes
7090 else 7131 else
7099 echo "$id3tag_PKG_ERRORS" >&5 7140 echo "$id3tag_PKG_ERRORS" >&5
7100 7141
7101 { $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 7142 { $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
7102 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7143 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7103 elif test $pkg_failed = untried; then 7144 elif test $pkg_failed = untried; then
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7105 $as_echo "no" >&6; } 7146 $as_echo "no" >&6; }
7106 { $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 7147 { $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
7107 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7148 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7108 else 7149 else
7109 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS 7150 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS
7196 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 7237 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
7197 fi 7238 fi
7198 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 7239 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
7199 7240
7200 pkg_failed=no 7241 pkg_failed=no
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 7242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5
7202 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 7243 $as_echo_n "checking for X11... " >&6; }
7203 7244
7204 if test -n "$X11_CFLAGS"; then 7245 if test -n "$X11_CFLAGS"; then
7205 pkg_cv_X11_CFLAGS="$X11_CFLAGS" 7246 pkg_cv_X11_CFLAGS="$X11_CFLAGS"
7206 elif test -n "$PKG_CONFIG"; then 7247 elif test -n "$PKG_CONFIG"; then
7207 if test -n "$PKG_CONFIG" && \ 7248 if test -n "$PKG_CONFIG" && \
7237 fi 7278 fi
7238 7279
7239 7280
7240 7281
7241 if test $pkg_failed = yes; then 7282 if test $pkg_failed = yes; then
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; } 7284 $as_echo "no" >&6; }
7244 7285
7245 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7286 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7246 _pkg_short_errors_supported=yes 7287 _pkg_short_errors_supported=yes
7247 else 7288 else
7256 echo "$X11_PKG_ERRORS" >&5 7297 echo "$X11_PKG_ERRORS" >&5
7257 7298
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7299 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7259 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7300 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7260 elif test $pkg_failed = untried; then 7301 elif test $pkg_failed = untried; then
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7262 $as_echo "no" >&6; } 7303 $as_echo "no" >&6; }
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 7304 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5
7264 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7305 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7265 else 7306 else
7266 X11_CFLAGS=$pkg_cv_X11_CFLAGS 7307 X11_CFLAGS=$pkg_cv_X11_CFLAGS
7329 fi 7370 fi
7330 7371
7331 fi 7372 fi
7332 fi 7373 fi
7333 fi 7374 fi
7375
7334 7376
7335 7377
7336 7378
7337 7379
7338 7380