comparison configure @ 1969:714f8dad57bc c++14

Switch experimentally to C++14 throughout
author Chris Cannam
date Fri, 31 Aug 2018 10:02:48 +0100
parents adc8a48f4e4c
children 810a0b8f5472
comparison
equal deleted inserted replaced
1965:4d7542238772 1969:714f8dad57bc
4422 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" 4422 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS"
4423 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" 4423 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS"
4424 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" 4424 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS"
4425 4425
4426 if test "x$GCC" = "xyes"; then 4426 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" 4427 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" 4428 CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -O2 -Werror"
4429 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math" 4429 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math"
4430 CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0" 4430 CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0"
4431 LIBS_DEBUG="$LIBS -lubsan" 4431 LIBS_DEBUG="$LIBS -lubsan"
4432 fi 4432 fi
4494 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4494 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4495 fi 4495 fi
4496 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4496 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4497 4497
4498 pkg_failed=no 4498 pkg_failed=no
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bz2" >&5
4500 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4500 $as_echo_n "checking for bz2... " >&6; }
4501 4501
4502 if test -n "$bz2_CFLAGS"; then 4502 if test -n "$bz2_CFLAGS"; then
4503 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS" 4503 pkg_cv_bz2_CFLAGS="$bz2_CFLAGS"
4504 elif test -n "$PKG_CONFIG"; then 4504 elif test -n "$PKG_CONFIG"; then
4505 if test -n "$PKG_CONFIG" && \ 4505 if test -n "$PKG_CONFIG" && \
4535 fi 4535 fi
4536 4536
4537 4537
4538 4538
4539 if test $pkg_failed = yes; then 4539 if test $pkg_failed = yes; then
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4541 $as_echo "no" >&6; } 4541 $as_echo "no" >&6; }
4542 4542
4543 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4543 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4544 _pkg_short_errors_supported=yes 4544 _pkg_short_errors_supported=yes
4545 else 4545 else
4554 echo "$bz2_PKG_ERRORS" >&5 4554 echo "$bz2_PKG_ERRORS" >&5
4555 4555
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 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
4557 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4557 $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 4558 elif test $pkg_failed = untried; then
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4560 $as_echo "no" >&6; } 4560 $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 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
4562 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4562 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4563 else 4563 else
4564 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS 4564 bz2_CFLAGS=$pkg_cv_bz2_CFLAGS
4645 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4645 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4646 fi 4646 fi
4647 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4647 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4648 4648
4649 pkg_failed=no 4649 pkg_failed=no
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3" >&5
4651 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4651 $as_echo_n "checking for fftw3... " >&6; }
4652 4652
4653 if test -n "$fftw3_CFLAGS"; then 4653 if test -n "$fftw3_CFLAGS"; then
4654 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS" 4654 pkg_cv_fftw3_CFLAGS="$fftw3_CFLAGS"
4655 elif test -n "$PKG_CONFIG"; then 4655 elif test -n "$PKG_CONFIG"; then
4656 if test -n "$PKG_CONFIG" && \ 4656 if test -n "$PKG_CONFIG" && \
4686 fi 4686 fi
4687 4687
4688 4688
4689 4689
4690 if test $pkg_failed = yes; then 4690 if test $pkg_failed = yes; then
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4692 $as_echo "no" >&6; } 4692 $as_echo "no" >&6; }
4693 4693
4694 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4694 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4695 _pkg_short_errors_supported=yes 4695 _pkg_short_errors_supported=yes
4696 else 4696 else
4705 echo "$fftw3_PKG_ERRORS" >&5 4705 echo "$fftw3_PKG_ERRORS" >&5
4706 4706
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 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
4708 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4708 $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 4709 elif test $pkg_failed = untried; then
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4711 $as_echo "no" >&6; } 4711 $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 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
4713 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4713 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4714 else 4714 else
4715 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS 4715 fftw3_CFLAGS=$pkg_cv_fftw3_CFLAGS
4796 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4796 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4797 fi 4797 fi
4798 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4798 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4799 4799
4800 pkg_failed=no 4800 pkg_failed=no
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw3f" >&5
4802 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4802 $as_echo_n "checking for fftw3f... " >&6; }
4803 4803
4804 if test -n "$fftw3f_CFLAGS"; then 4804 if test -n "$fftw3f_CFLAGS"; then
4805 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS" 4805 pkg_cv_fftw3f_CFLAGS="$fftw3f_CFLAGS"
4806 elif test -n "$PKG_CONFIG"; then 4806 elif test -n "$PKG_CONFIG"; then
4807 if test -n "$PKG_CONFIG" && \ 4807 if test -n "$PKG_CONFIG" && \
4837 fi 4837 fi
4838 4838
4839 4839
4840 4840
4841 if test $pkg_failed = yes; then 4841 if test $pkg_failed = yes; then
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4843 $as_echo "no" >&6; } 4843 $as_echo "no" >&6; }
4844 4844
4845 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4845 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4846 _pkg_short_errors_supported=yes 4846 _pkg_short_errors_supported=yes
4847 else 4847 else
4856 echo "$fftw3f_PKG_ERRORS" >&5 4856 echo "$fftw3f_PKG_ERRORS" >&5
4857 4857
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 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
4859 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4859 $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 4860 elif test $pkg_failed = untried; then
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4862 $as_echo "no" >&6; } 4862 $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 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
4864 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 4864 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
4865 else 4865 else
4866 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS 4866 fftw3f_CFLAGS=$pkg_cv_fftw3f_CFLAGS
4947 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 4947 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
4948 fi 4948 fi
4949 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 4949 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
4950 4950
4951 pkg_failed=no 4951 pkg_failed=no
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sndfile" >&5
4953 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 4953 $as_echo_n "checking for sndfile... " >&6; }
4954 4954
4955 if test -n "$sndfile_CFLAGS"; then 4955 if test -n "$sndfile_CFLAGS"; then
4956 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS" 4956 pkg_cv_sndfile_CFLAGS="$sndfile_CFLAGS"
4957 elif test -n "$PKG_CONFIG"; then 4957 elif test -n "$PKG_CONFIG"; then
4958 if test -n "$PKG_CONFIG" && \ 4958 if test -n "$PKG_CONFIG" && \
4988 fi 4988 fi
4989 4989
4990 4990
4991 4991
4992 if test $pkg_failed = yes; then 4992 if test $pkg_failed = yes; then
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4994 $as_echo "no" >&6; } 4994 $as_echo "no" >&6; }
4995 4995
4996 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 4996 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4997 _pkg_short_errors_supported=yes 4997 _pkg_short_errors_supported=yes
4998 else 4998 else
5007 echo "$sndfile_PKG_ERRORS" >&5 5007 echo "$sndfile_PKG_ERRORS" >&5
5008 5008
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 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
5010 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5010 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5011 elif test $pkg_failed = untried; then 5011 elif test $pkg_failed = untried; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; } 5013 $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 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
5015 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5015 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5016 else 5016 else
5017 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS 5017 sndfile_CFLAGS=$pkg_cv_sndfile_CFLAGS
5098 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5098 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5099 fi 5099 fi
5100 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5100 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5101 5101
5102 pkg_failed=no 5102 pkg_failed=no
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsamplerate" >&5
5104 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5104 $as_echo_n "checking for libsamplerate... " >&6; }
5105 5105
5106 if test -n "$libsamplerate_CFLAGS"; then 5106 if test -n "$libsamplerate_CFLAGS"; then
5107 pkg_cv_libsamplerate_CFLAGS="$libsamplerate_CFLAGS" 5107 pkg_cv_libsamplerate_CFLAGS="$libsamplerate_CFLAGS"
5108 elif test -n "$PKG_CONFIG"; then 5108 elif test -n "$PKG_CONFIG"; then
5109 if test -n "$PKG_CONFIG" && \ 5109 if test -n "$PKG_CONFIG" && \
5139 fi 5139 fi
5140 5140
5141 5141
5142 5142
5143 if test $pkg_failed = yes; then 5143 if test $pkg_failed = yes; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145 $as_echo "no" >&6; } 5145 $as_echo "no" >&6; }
5146 5146
5147 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5147 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5148 _pkg_short_errors_supported=yes 5148 _pkg_short_errors_supported=yes
5149 else 5149 else
5158 echo "$libsamplerate_PKG_ERRORS" >&5 5158 echo "$libsamplerate_PKG_ERRORS" >&5
5159 5159
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 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
5161 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5161 $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 5162 elif test $pkg_failed = untried; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5164 $as_echo "no" >&6; } 5164 $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 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
5166 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5166 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5167 else 5167 else
5168 libsamplerate_CFLAGS=$pkg_cv_libsamplerate_CFLAGS 5168 libsamplerate_CFLAGS=$pkg_cv_libsamplerate_CFLAGS
5249 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5249 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5250 fi 5250 fi
5251 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5251 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5252 5252
5253 pkg_failed=no 5253 pkg_failed=no
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rubberband" >&5
5255 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5255 $as_echo_n "checking for rubberband... " >&6; }
5256 5256
5257 if test -n "$rubberband_CFLAGS"; then 5257 if test -n "$rubberband_CFLAGS"; then
5258 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS" 5258 pkg_cv_rubberband_CFLAGS="$rubberband_CFLAGS"
5259 elif test -n "$PKG_CONFIG"; then 5259 elif test -n "$PKG_CONFIG"; then
5260 if test -n "$PKG_CONFIG" && \ 5260 if test -n "$PKG_CONFIG" && \
5290 fi 5290 fi
5291 5291
5292 5292
5293 5293
5294 if test $pkg_failed = yes; then 5294 if test $pkg_failed = yes; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; } 5296 $as_echo "no" >&6; }
5297 5297
5298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5299 _pkg_short_errors_supported=yes 5299 _pkg_short_errors_supported=yes
5300 else 5300 else
5309 echo "$rubberband_PKG_ERRORS" >&5 5309 echo "$rubberband_PKG_ERRORS" >&5
5310 5310
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 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
5312 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5312 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5313 elif test $pkg_failed = untried; then 5313 elif test $pkg_failed = untried; then
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5315 $as_echo "no" >&6; } 5315 $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 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
5317 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5317 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5318 else 5318 else
5319 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS 5319 rubberband_CFLAGS=$pkg_cv_rubberband_CFLAGS
5400 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5400 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5401 fi 5401 fi
5402 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5402 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5403 5403
5404 pkg_failed=no 5404 pkg_failed=no
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sord" >&5
5406 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5406 $as_echo_n "checking for sord... " >&6; }
5407 5407
5408 if test -n "$sord_CFLAGS"; then 5408 if test -n "$sord_CFLAGS"; then
5409 pkg_cv_sord_CFLAGS="$sord_CFLAGS" 5409 pkg_cv_sord_CFLAGS="$sord_CFLAGS"
5410 elif test -n "$PKG_CONFIG"; then 5410 elif test -n "$PKG_CONFIG"; then
5411 if test -n "$PKG_CONFIG" && \ 5411 if test -n "$PKG_CONFIG" && \
5441 fi 5441 fi
5442 5442
5443 5443
5444 5444
5445 if test $pkg_failed = yes; then 5445 if test $pkg_failed = yes; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; } 5447 $as_echo "no" >&6; }
5448 5448
5449 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5449 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5450 _pkg_short_errors_supported=yes 5450 _pkg_short_errors_supported=yes
5451 else 5451 else
5460 echo "$sord_PKG_ERRORS" >&5 5460 echo "$sord_PKG_ERRORS" >&5
5461 5461
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 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
5463 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5463 $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 5464 elif test $pkg_failed = untried; then
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5466 $as_echo "no" >&6; } 5466 $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 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
5468 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5468 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5469 else 5469 else
5470 sord_CFLAGS=$pkg_cv_sord_CFLAGS 5470 sord_CFLAGS=$pkg_cv_sord_CFLAGS
5551 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5551 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5552 fi 5552 fi
5553 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5553 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5554 5554
5555 pkg_failed=no 5555 pkg_failed=no
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for serd" >&5
5557 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5557 $as_echo_n "checking for serd... " >&6; }
5558 5558
5559 if test -n "$serd_CFLAGS"; then 5559 if test -n "$serd_CFLAGS"; then
5560 pkg_cv_serd_CFLAGS="$serd_CFLAGS" 5560 pkg_cv_serd_CFLAGS="$serd_CFLAGS"
5561 elif test -n "$PKG_CONFIG"; then 5561 elif test -n "$PKG_CONFIG"; then
5562 if test -n "$PKG_CONFIG" && \ 5562 if test -n "$PKG_CONFIG" && \
5592 fi 5592 fi
5593 5593
5594 5594
5595 5595
5596 if test $pkg_failed = yes; then 5596 if test $pkg_failed = yes; then
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598 $as_echo "no" >&6; } 5598 $as_echo "no" >&6; }
5599 5599
5600 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5600 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5601 _pkg_short_errors_supported=yes 5601 _pkg_short_errors_supported=yes
5602 else 5602 else
5611 echo "$serd_PKG_ERRORS" >&5 5611 echo "$serd_PKG_ERRORS" >&5
5612 5612
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 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
5614 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5614 $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 5615 elif test $pkg_failed = untried; then
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5617 $as_echo "no" >&6; } 5617 $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 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
5619 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5619 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5620 else 5620 else
5621 serd_CFLAGS=$pkg_cv_serd_CFLAGS 5621 serd_CFLAGS=$pkg_cv_serd_CFLAGS
5687 # We need a Cap'n Proto version with the expectedSizeInWordsFromPrefix 5687 # 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 5688 # 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. 5689 # version with pkg-config, we check for the symbol with the compiler.
5690 5690
5691 pkg_failed=no 5691 pkg_failed=no
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capnp >= 0.6" >&5 5692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capnp" >&5
5693 $as_echo_n "checking for capnp >= 0.6... " >&6; } 5693 $as_echo_n "checking for capnp... " >&6; }
5694 5694
5695 if test -n "$capnp_CFLAGS"; then 5695 if test -n "$capnp_CFLAGS"; then
5696 pkg_cv_capnp_CFLAGS="$capnp_CFLAGS" 5696 pkg_cv_capnp_CFLAGS="$capnp_CFLAGS"
5697 elif test -n "$PKG_CONFIG"; then 5697 elif test -n "$PKG_CONFIG"; then
5698 if test -n "$PKG_CONFIG" && \ 5698 if test -n "$PKG_CONFIG" && \
5728 fi 5728 fi
5729 5729
5730 5730
5731 5731
5732 if test $pkg_failed = yes; then 5732 if test $pkg_failed = yes; then
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5734 $as_echo "no" >&6; } 5734 $as_echo "no" >&6; }
5735 5735
5736 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5736 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5737 _pkg_short_errors_supported=yes 5737 _pkg_short_errors_supported=yes
5738 else 5738 else
5747 echo "$capnp_PKG_ERRORS" >&5 5747 echo "$capnp_PKG_ERRORS" >&5
5748 5748
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&5 5749 { $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;} 5750 $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 5751 elif test $pkg_failed = untried; then
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5753 $as_echo "no" >&6; } 5753 $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 5754 { $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;} 5755 $as_echo "$as_me: Failed to find required module capnp using pkg-config, trying again by old-fashioned means" >&6;}
5756 else 5756 else
5757 capnp_CFLAGS=$pkg_cv_capnp_CFLAGS 5757 capnp_CFLAGS=$pkg_cv_capnp_CFLAGS
5799 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5799 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5800 fi 5800 fi
5801 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5801 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5802 5802
5803 pkg_failed=no 5803 pkg_failed=no
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5
5805 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5805 $as_echo_n "checking for liblo... " >&6; }
5806 5806
5807 if test -n "$liblo_CFLAGS"; then 5807 if test -n "$liblo_CFLAGS"; then
5808 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" 5808 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS"
5809 elif test -n "$PKG_CONFIG"; then 5809 elif test -n "$PKG_CONFIG"; then
5810 if test -n "$PKG_CONFIG" && \ 5810 if test -n "$PKG_CONFIG" && \
5840 fi 5840 fi
5841 5841
5842 5842
5843 5843
5844 if test $pkg_failed = yes; then 5844 if test $pkg_failed = yes; then
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846 $as_echo "no" >&6; } 5846 $as_echo "no" >&6; }
5847 5847
5848 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5848 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5849 _pkg_short_errors_supported=yes 5849 _pkg_short_errors_supported=yes
5850 else 5850 else
5859 echo "$liblo_PKG_ERRORS" >&5 5859 echo "$liblo_PKG_ERRORS" >&5
5860 5860
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 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
5862 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5862 $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 5863 elif test $pkg_failed = untried; then
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5865 $as_echo "no" >&6; } 5865 $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 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
5867 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 5867 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
5868 else 5868 else
5869 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS 5869 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS
5954 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 5954 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
5955 fi 5955 fi
5956 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 5956 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
5957 5957
5958 pkg_failed=no 5958 pkg_failed=no
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio" >&5
5960 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 5960 $as_echo_n "checking for portaudio... " >&6; }
5961 5961
5962 if test -n "$portaudio_CFLAGS"; then 5962 if test -n "$portaudio_CFLAGS"; then
5963 pkg_cv_portaudio_CFLAGS="$portaudio_CFLAGS" 5963 pkg_cv_portaudio_CFLAGS="$portaudio_CFLAGS"
5964 elif test -n "$PKG_CONFIG"; then 5964 elif test -n "$PKG_CONFIG"; then
5965 if test -n "$PKG_CONFIG" && \ 5965 if test -n "$PKG_CONFIG" && \
5995 fi 5995 fi
5996 5996
5997 5997
5998 5998
5999 if test $pkg_failed = yes; then 5999 if test $pkg_failed = yes; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001 $as_echo "no" >&6; } 6001 $as_echo "no" >&6; }
6002 6002
6003 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6003 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6004 _pkg_short_errors_supported=yes 6004 _pkg_short_errors_supported=yes
6005 else 6005 else
6014 echo "$portaudio_PKG_ERRORS" >&5 6014 echo "$portaudio_PKG_ERRORS" >&5
6015 6015
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 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
6017 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6017 $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 6018 elif test $pkg_failed = untried; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6020 $as_echo "no" >&6; } 6020 $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 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
6022 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6022 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6023 else 6023 else
6024 portaudio_CFLAGS=$pkg_cv_portaudio_CFLAGS 6024 portaudio_CFLAGS=$pkg_cv_portaudio_CFLAGS
6109 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6109 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6110 fi 6110 fi
6111 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6111 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6112 6112
6113 pkg_failed=no 6113 pkg_failed=no
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5
6115 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6115 $as_echo_n "checking for JACK... " >&6; }
6116 6116
6117 if test -n "$JACK_CFLAGS"; then 6117 if test -n "$JACK_CFLAGS"; then
6118 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" 6118 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS"
6119 elif test -n "$PKG_CONFIG"; then 6119 elif test -n "$PKG_CONFIG"; then
6120 if test -n "$PKG_CONFIG" && \ 6120 if test -n "$PKG_CONFIG" && \
6150 fi 6150 fi
6151 6151
6152 6152
6153 6153
6154 if test $pkg_failed = yes; then 6154 if test $pkg_failed = yes; then
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6156 $as_echo "no" >&6; } 6156 $as_echo "no" >&6; }
6157 6157
6158 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6158 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6159 _pkg_short_errors_supported=yes 6159 _pkg_short_errors_supported=yes
6160 else 6160 else
6169 echo "$JACK_PKG_ERRORS" >&5 6169 echo "$JACK_PKG_ERRORS" >&5
6170 6170
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 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
6172 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6172 $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 6173 elif test $pkg_failed = untried; then
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6175 $as_echo "no" >&6; } 6175 $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 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
6177 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6177 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6178 else 6178 else
6179 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS 6179 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS
6264 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6264 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6265 fi 6265 fi
6266 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6266 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6267 6267
6268 pkg_failed=no 6268 pkg_failed=no
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5
6270 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6270 $as_echo_n "checking for libpulse... " >&6; }
6271 6271
6272 if test -n "$libpulse_CFLAGS"; then 6272 if test -n "$libpulse_CFLAGS"; then
6273 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" 6273 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS"
6274 elif test -n "$PKG_CONFIG"; then 6274 elif test -n "$PKG_CONFIG"; then
6275 if test -n "$PKG_CONFIG" && \ 6275 if test -n "$PKG_CONFIG" && \
6305 fi 6305 fi
6306 6306
6307 6307
6308 6308
6309 if test $pkg_failed = yes; then 6309 if test $pkg_failed = yes; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6311 $as_echo "no" >&6; } 6311 $as_echo "no" >&6; }
6312 6312
6313 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6313 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6314 _pkg_short_errors_supported=yes 6314 _pkg_short_errors_supported=yes
6315 else 6315 else
6324 echo "$libpulse_PKG_ERRORS" >&5 6324 echo "$libpulse_PKG_ERRORS" >&5
6325 6325
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 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
6327 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6327 $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 6328 elif test $pkg_failed = untried; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6330 $as_echo "no" >&6; } 6330 $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 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
6332 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6332 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6333 else 6333 else
6334 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS 6334 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS
6419 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6419 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6420 fi 6420 fi
6421 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6421 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6422 6422
6423 pkg_failed=no 6423 pkg_failed=no
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5
6425 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6425 $as_echo_n "checking for lrdf... " >&6; }
6426 6426
6427 if test -n "$lrdf_CFLAGS"; then 6427 if test -n "$lrdf_CFLAGS"; then
6428 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" 6428 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS"
6429 elif test -n "$PKG_CONFIG"; then 6429 elif test -n "$PKG_CONFIG"; then
6430 if test -n "$PKG_CONFIG" && \ 6430 if test -n "$PKG_CONFIG" && \
6460 fi 6460 fi
6461 6461
6462 6462
6463 6463
6464 if test $pkg_failed = yes; then 6464 if test $pkg_failed = yes; then
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6466 $as_echo "no" >&6; } 6466 $as_echo "no" >&6; }
6467 6467
6468 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6468 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6469 _pkg_short_errors_supported=yes 6469 _pkg_short_errors_supported=yes
6470 else 6470 else
6479 echo "$lrdf_PKG_ERRORS" >&5 6479 echo "$lrdf_PKG_ERRORS" >&5
6480 6480
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 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
6482 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6482 $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 6483 elif test $pkg_failed = untried; then
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6485 $as_echo "no" >&6; } 6485 $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 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
6487 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6487 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6488 else 6488 else
6489 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS 6489 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS
6574 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6574 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6575 fi 6575 fi
6576 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6576 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6577 6577
6578 pkg_failed=no 6578 pkg_failed=no
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5
6580 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6580 $as_echo_n "checking for oggz... " >&6; }
6581 6581
6582 if test -n "$oggz_CFLAGS"; then 6582 if test -n "$oggz_CFLAGS"; then
6583 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" 6583 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS"
6584 elif test -n "$PKG_CONFIG"; then 6584 elif test -n "$PKG_CONFIG"; then
6585 if test -n "$PKG_CONFIG" && \ 6585 if test -n "$PKG_CONFIG" && \
6615 fi 6615 fi
6616 6616
6617 6617
6618 6618
6619 if test $pkg_failed = yes; then 6619 if test $pkg_failed = yes; then
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6621 $as_echo "no" >&6; } 6621 $as_echo "no" >&6; }
6622 6622
6623 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6623 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6624 _pkg_short_errors_supported=yes 6624 _pkg_short_errors_supported=yes
6625 else 6625 else
6634 echo "$oggz_PKG_ERRORS" >&5 6634 echo "$oggz_PKG_ERRORS" >&5
6635 6635
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 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
6637 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6637 $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 6638 elif test $pkg_failed = untried; then
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6640 $as_echo "no" >&6; } 6640 $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 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
6642 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6642 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6643 else 6643 else
6644 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS 6644 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS
6729 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6729 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6730 fi 6730 fi
6731 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6731 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6732 6732
6733 pkg_failed=no 6733 pkg_failed=no
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5
6735 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6735 $as_echo_n "checking for fishsound... " >&6; }
6736 6736
6737 if test -n "$fishsound_CFLAGS"; then 6737 if test -n "$fishsound_CFLAGS"; then
6738 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" 6738 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS"
6739 elif test -n "$PKG_CONFIG"; then 6739 elif test -n "$PKG_CONFIG"; then
6740 if test -n "$PKG_CONFIG" && \ 6740 if test -n "$PKG_CONFIG" && \
6770 fi 6770 fi
6771 6771
6772 6772
6773 6773
6774 if test $pkg_failed = yes; then 6774 if test $pkg_failed = yes; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6776 $as_echo "no" >&6; } 6776 $as_echo "no" >&6; }
6777 6777
6778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6779 _pkg_short_errors_supported=yes 6779 _pkg_short_errors_supported=yes
6780 else 6780 else
6789 echo "$fishsound_PKG_ERRORS" >&5 6789 echo "$fishsound_PKG_ERRORS" >&5
6790 6790
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 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
6792 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6792 $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 6793 elif test $pkg_failed = untried; then
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6795 $as_echo "no" >&6; } 6795 $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 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
6797 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6797 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6798 else 6798 else
6799 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS 6799 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS
6884 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 6884 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
6885 fi 6885 fi
6886 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 6886 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
6887 6887
6888 pkg_failed=no 6888 pkg_failed=no
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 6889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5
6890 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 6890 $as_echo_n "checking for mad... " >&6; }
6891 6891
6892 if test -n "$mad_CFLAGS"; then 6892 if test -n "$mad_CFLAGS"; then
6893 pkg_cv_mad_CFLAGS="$mad_CFLAGS" 6893 pkg_cv_mad_CFLAGS="$mad_CFLAGS"
6894 elif test -n "$PKG_CONFIG"; then 6894 elif test -n "$PKG_CONFIG"; then
6895 if test -n "$PKG_CONFIG" && \ 6895 if test -n "$PKG_CONFIG" && \
6925 fi 6925 fi
6926 6926
6927 6927
6928 6928
6929 if test $pkg_failed = yes; then 6929 if test $pkg_failed = yes; then
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6931 $as_echo "no" >&6; } 6931 $as_echo "no" >&6; }
6932 6932
6933 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 6933 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6934 _pkg_short_errors_supported=yes 6934 _pkg_short_errors_supported=yes
6935 else 6935 else
6944 echo "$mad_PKG_ERRORS" >&5 6944 echo "$mad_PKG_ERRORS" >&5
6945 6945
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 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
6947 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6947 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6948 elif test $pkg_failed = untried; then 6948 elif test $pkg_failed = untried; then
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6950 $as_echo "no" >&6; } 6950 $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 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
6952 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 6952 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
6953 else 6953 else
6954 mad_CFLAGS=$pkg_cv_mad_CFLAGS 6954 mad_CFLAGS=$pkg_cv_mad_CFLAGS
7039 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 7039 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
7040 fi 7040 fi
7041 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 7041 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
7042 7042
7043 pkg_failed=no 7043 pkg_failed=no
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for id3tag" >&5
7045 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 7045 $as_echo_n "checking for id3tag... " >&6; }
7046 7046
7047 if test -n "$id3tag_CFLAGS"; then 7047 if test -n "$id3tag_CFLAGS"; then
7048 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS" 7048 pkg_cv_id3tag_CFLAGS="$id3tag_CFLAGS"
7049 elif test -n "$PKG_CONFIG"; then 7049 elif test -n "$PKG_CONFIG"; then
7050 if test -n "$PKG_CONFIG" && \ 7050 if test -n "$PKG_CONFIG" && \
7080 fi 7080 fi
7081 7081
7082 7082
7083 7083
7084 if test $pkg_failed = yes; then 7084 if test $pkg_failed = yes; then
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; } 7086 $as_echo "no" >&6; }
7087 7087
7088 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7088 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7089 _pkg_short_errors_supported=yes 7089 _pkg_short_errors_supported=yes
7090 else 7090 else
7099 echo "$id3tag_PKG_ERRORS" >&5 7099 echo "$id3tag_PKG_ERRORS" >&5
7100 7100
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 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
7102 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7102 $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 7103 elif test $pkg_failed = untried; then
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7105 $as_echo "no" >&6; } 7105 $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 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
7107 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7107 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7108 else 7108 else
7109 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS 7109 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS
7196 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE 7196 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE
7197 fi 7197 fi
7198 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then 7198 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then
7199 7199
7200 pkg_failed=no 7200 pkg_failed=no
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_VERSION_TEST" >&5 7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5
7202 $as_echo_n "checking for $SV_MODULE_VERSION_TEST... " >&6; } 7202 $as_echo_n "checking for X11... " >&6; }
7203 7203
7204 if test -n "$X11_CFLAGS"; then 7204 if test -n "$X11_CFLAGS"; then
7205 pkg_cv_X11_CFLAGS="$X11_CFLAGS" 7205 pkg_cv_X11_CFLAGS="$X11_CFLAGS"
7206 elif test -n "$PKG_CONFIG"; then 7206 elif test -n "$PKG_CONFIG"; then
7207 if test -n "$PKG_CONFIG" && \ 7207 if test -n "$PKG_CONFIG" && \
7237 fi 7237 fi
7238 7238
7239 7239
7240 7240
7241 if test $pkg_failed = yes; then 7241 if test $pkg_failed = yes; then
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; } 7243 $as_echo "no" >&6; }
7244 7244
7245 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 7245 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7246 _pkg_short_errors_supported=yes 7246 _pkg_short_errors_supported=yes
7247 else 7247 else
7256 echo "$X11_PKG_ERRORS" >&5 7256 echo "$X11_PKG_ERRORS" >&5
7257 7257
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 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
7259 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7259 $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 7260 elif test $pkg_failed = untried; then
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7262 $as_echo "no" >&6; } 7262 $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 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
7264 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} 7264 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;}
7265 else 7265 else
7266 X11_CFLAGS=$pkg_cv_X11_CFLAGS 7266 X11_CFLAGS=$pkg_cv_X11_CFLAGS