Mercurial > hg > sonic-visualiser
comparison configure @ 2270:4d2a94af1cf6
Make audio file decoding libraries required rather than optional - following a nasty situation with the 3.3-pre1 build
| author | Chris Cannam |
|---|---|
| date | Tue, 30 Apr 2019 09:33:59 +0100 |
| parents | f1437611e916 |
| children | c56056a3dfb2 |
comparison
equal
deleted
inserted
replaced
| 2269:c526833367d8 | 2270:4d2a94af1cf6 |
|---|---|
| 6451 fi | 6451 fi |
| 6452 fi | 6452 fi |
| 6453 fi | 6453 fi |
| 6454 | 6454 |
| 6455 | 6455 |
| 6456 | |
| 6456 SV_MODULE_MODULE=lrdf | 6457 SV_MODULE_MODULE=lrdf |
| 6457 SV_MODULE_VERSION_TEST="lrdf >= 0.2" | 6458 SV_MODULE_VERSION_TEST="lrdf >= 0.2" |
| 6458 SV_MODULE_HEADER=lrdf.h | 6459 SV_MODULE_HEADER=lrdf.h |
| 6459 SV_MODULE_LIB=lrdf | 6460 SV_MODULE_LIB=lrdf |
| 6460 SV_MODULE_FUNC=lrdf_init | 6461 SV_MODULE_FUNC=lrdf_init |
| 6528 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 6529 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6529 fi | 6530 fi |
| 6530 # Put the nasty error message in config.log where it belongs | 6531 # Put the nasty error message in config.log where it belongs |
| 6531 echo "$lrdf_PKG_ERRORS" >&5 | 6532 echo "$lrdf_PKG_ERRORS" >&5 |
| 6532 | 6533 |
| 6533 { $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 | 6534 { $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 |
| 6534 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6535 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6535 elif test $pkg_failed = untried; then | 6536 elif test $pkg_failed = untried; then |
| 6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6537 $as_echo "no" >&6; } | 6538 $as_echo "no" >&6; } |
| 6538 { $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 | 6539 { $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 |
| 6539 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6540 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6540 else | 6541 else |
| 6541 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS | 6542 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS |
| 6542 lrdf_LIBS=$pkg_cv_lrdf_LIBS | 6543 lrdf_LIBS=$pkg_cv_lrdf_LIBS |
| 6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6544 $as_echo "yes" >&6; } | 6545 $as_echo "yes" >&6; } |
| 6547 fi | 6548 fi |
| 6548 if test -n "$SV_MODULE_FAILED"; then | 6549 if test -n "$SV_MODULE_FAILED"; then |
| 6549 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6550 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6550 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6551 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6551 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6552 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6552 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6553 HAVES="$HAVES $SV_MODULE_HAVE" |
| 6553 else | 6554 else |
| 6554 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6555 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 6555 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6556 fi |
| 6556 fi | 6557 |
| 6557 | 6558 |
| 6558 | 6559 if test -n "$SV_MODULE_LIB"; then |
| 6559 if test -z "$SV_MODULE_FAILED"; then | 6560 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6560 if test -n "$SV_MODULE_LIB"; then | |
| 6561 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 6562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6563 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6562 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6564 if eval \${$as_ac_Lib+:} false; then : | 6563 if eval \${$as_ac_Lib+:} false; then : |
| 6565 $as_echo_n "(cached) " >&6 | 6564 $as_echo_n "(cached) " >&6 |
| 6566 else | 6565 else |
| 6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6598 $as_echo "$ac_res" >&6; } | 6597 $as_echo "$ac_res" >&6; } |
| 6599 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6598 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6600 LIBS="$LIBS -l$SV_MODULE_LIB" | 6599 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6601 else | 6600 else |
| 6602 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6601 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 6603 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6602 fi |
| 6604 fi | 6603 |
| 6605 | |
| 6606 fi | |
| 6607 fi | 6604 fi |
| 6608 fi | 6605 fi |
| 6609 | 6606 |
| 6610 | 6607 |
| 6611 SV_MODULE_MODULE=oggz | 6608 SV_MODULE_MODULE=oggz |
| 6683 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 6680 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6684 fi | 6681 fi |
| 6685 # Put the nasty error message in config.log where it belongs | 6682 # Put the nasty error message in config.log where it belongs |
| 6686 echo "$oggz_PKG_ERRORS" >&5 | 6683 echo "$oggz_PKG_ERRORS" >&5 |
| 6687 | 6684 |
| 6688 { $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 | 6685 { $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 |
| 6689 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6686 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6690 elif test $pkg_failed = untried; then | 6687 elif test $pkg_failed = untried; then |
| 6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6692 $as_echo "no" >&6; } | 6689 $as_echo "no" >&6; } |
| 6693 { $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 | 6690 { $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 |
| 6694 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6691 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6695 else | 6692 else |
| 6696 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS | 6693 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS |
| 6697 oggz_LIBS=$pkg_cv_oggz_LIBS | 6694 oggz_LIBS=$pkg_cv_oggz_LIBS |
| 6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6699 $as_echo "yes" >&6; } | 6696 $as_echo "yes" >&6; } |
| 6702 fi | 6699 fi |
| 6703 if test -n "$SV_MODULE_FAILED"; then | 6700 if test -n "$SV_MODULE_FAILED"; then |
| 6704 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6701 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6705 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6702 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6706 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6703 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6707 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6704 HAVES="$HAVES $SV_MODULE_HAVE" |
| 6708 else | 6705 else |
| 6709 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6706 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 6710 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6707 fi |
| 6711 fi | 6708 |
| 6712 | 6709 |
| 6713 | 6710 if test -n "$SV_MODULE_LIB"; then |
| 6714 if test -z "$SV_MODULE_FAILED"; then | 6711 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6715 if test -n "$SV_MODULE_LIB"; then | |
| 6716 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 6717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6718 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6713 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6719 if eval \${$as_ac_Lib+:} false; then : | 6714 if eval \${$as_ac_Lib+:} false; then : |
| 6720 $as_echo_n "(cached) " >&6 | 6715 $as_echo_n "(cached) " >&6 |
| 6721 else | 6716 else |
| 6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6753 $as_echo "$ac_res" >&6; } | 6748 $as_echo "$ac_res" >&6; } |
| 6754 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6749 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6755 LIBS="$LIBS -l$SV_MODULE_LIB" | 6750 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6756 else | 6751 else |
| 6757 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6752 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 6758 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6753 fi |
| 6759 fi | 6754 |
| 6760 | |
| 6761 fi | |
| 6762 fi | 6755 fi |
| 6763 fi | 6756 fi |
| 6764 | 6757 |
| 6765 | 6758 |
| 6766 SV_MODULE_MODULE=fishsound | 6759 SV_MODULE_MODULE=fishsound |
| 6838 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 6831 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6839 fi | 6832 fi |
| 6840 # Put the nasty error message in config.log where it belongs | 6833 # Put the nasty error message in config.log where it belongs |
| 6841 echo "$fishsound_PKG_ERRORS" >&5 | 6834 echo "$fishsound_PKG_ERRORS" >&5 |
| 6842 | 6835 |
| 6843 { $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 | 6836 { $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 |
| 6844 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6837 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6845 elif test $pkg_failed = untried; then | 6838 elif test $pkg_failed = untried; then |
| 6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6847 $as_echo "no" >&6; } | 6840 $as_echo "no" >&6; } |
| 6848 { $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 | 6841 { $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 |
| 6849 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6842 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6850 else | 6843 else |
| 6851 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS | 6844 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS |
| 6852 fishsound_LIBS=$pkg_cv_fishsound_LIBS | 6845 fishsound_LIBS=$pkg_cv_fishsound_LIBS |
| 6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6854 $as_echo "yes" >&6; } | 6847 $as_echo "yes" >&6; } |
| 6857 fi | 6850 fi |
| 6858 if test -n "$SV_MODULE_FAILED"; then | 6851 if test -n "$SV_MODULE_FAILED"; then |
| 6859 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6852 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6860 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6853 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6861 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6854 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6862 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 6855 HAVES="$HAVES $SV_MODULE_HAVE" |
| 6863 else | 6856 else |
| 6864 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 6857 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 6865 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 6858 fi |
| 6866 fi | 6859 |
| 6867 | 6860 |
| 6868 | 6861 if test -n "$SV_MODULE_LIB"; then |
| 6869 if test -z "$SV_MODULE_FAILED"; then | 6862 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6870 if test -n "$SV_MODULE_LIB"; then | |
| 6871 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 6872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6873 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6864 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6874 if eval \${$as_ac_Lib+:} false; then : | 6865 if eval \${$as_ac_Lib+:} false; then : |
| 6875 $as_echo_n "(cached) " >&6 | 6866 $as_echo_n "(cached) " >&6 |
| 6876 else | 6867 else |
| 6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 6908 $as_echo "$ac_res" >&6; } | 6899 $as_echo "$ac_res" >&6; } |
| 6909 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 6900 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 6910 LIBS="$LIBS -l$SV_MODULE_LIB" | 6901 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 6911 else | 6902 else |
| 6912 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 6903 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 6913 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 6904 fi |
| 6914 fi | 6905 |
| 6915 | |
| 6916 fi | |
| 6917 fi | 6906 fi |
| 6918 fi | 6907 fi |
| 6919 | 6908 |
| 6920 | 6909 |
| 6921 SV_MODULE_MODULE=mad | 6910 SV_MODULE_MODULE=mad |
| 6993 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 6982 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6994 fi | 6983 fi |
| 6995 # Put the nasty error message in config.log where it belongs | 6984 # Put the nasty error message in config.log where it belongs |
| 6996 echo "$mad_PKG_ERRORS" >&5 | 6985 echo "$mad_PKG_ERRORS" >&5 |
| 6997 | 6986 |
| 6998 { $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 required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 6999 $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 required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 7000 elif test $pkg_failed = untried; then | 6989 elif test $pkg_failed = untried; then |
| 7001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7002 $as_echo "no" >&6; } | 6991 $as_echo "no" >&6; } |
| 7003 { $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 required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 7004 $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 required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 7005 else | 6994 else |
| 7006 mad_CFLAGS=$pkg_cv_mad_CFLAGS | 6995 mad_CFLAGS=$pkg_cv_mad_CFLAGS |
| 7007 mad_LIBS=$pkg_cv_mad_LIBS | 6996 mad_LIBS=$pkg_cv_mad_LIBS |
| 7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 7009 $as_echo "yes" >&6; } | 6998 $as_echo "yes" >&6; } |
| 7012 fi | 7001 fi |
| 7013 if test -n "$SV_MODULE_FAILED"; then | 7002 if test -n "$SV_MODULE_FAILED"; then |
| 7014 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7003 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 7015 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7004 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 7016 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 7005 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7017 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7006 HAVES="$HAVES $SV_MODULE_HAVE" |
| 7018 else | 7007 else |
| 7019 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7008 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 7020 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7009 fi |
| 7021 fi | 7010 |
| 7022 | 7011 |
| 7023 | 7012 if test -n "$SV_MODULE_LIB"; then |
| 7024 if test -z "$SV_MODULE_FAILED"; then | 7013 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 7025 if test -n "$SV_MODULE_LIB"; then | |
| 7026 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 7027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 7028 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7015 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 7029 if eval \${$as_ac_Lib+:} false; then : | 7016 if eval \${$as_ac_Lib+:} false; then : |
| 7030 $as_echo_n "(cached) " >&6 | 7017 $as_echo_n "(cached) " >&6 |
| 7031 else | 7018 else |
| 7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 7063 $as_echo "$ac_res" >&6; } | 7050 $as_echo "$ac_res" >&6; } |
| 7064 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 7051 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 7065 LIBS="$LIBS -l$SV_MODULE_LIB" | 7052 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 7066 else | 7053 else |
| 7067 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7054 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 7068 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7055 fi |
| 7069 fi | 7056 |
| 7070 | |
| 7071 fi | |
| 7072 fi | 7057 fi |
| 7073 fi | 7058 fi |
| 7074 | 7059 |
| 7075 | 7060 |
| 7076 SV_MODULE_MODULE=id3tag | 7061 SV_MODULE_MODULE=id3tag |
| 7148 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 7133 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 7149 fi | 7134 fi |
| 7150 # Put the nasty error message in config.log where it belongs | 7135 # Put the nasty error message in config.log where it belongs |
| 7151 echo "$id3tag_PKG_ERRORS" >&5 | 7136 echo "$id3tag_PKG_ERRORS" >&5 |
| 7152 | 7137 |
| 7153 { $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 | 7138 { $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 |
| 7154 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7139 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 7155 elif test $pkg_failed = untried; then | 7140 elif test $pkg_failed = untried; then |
| 7156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7157 $as_echo "no" >&6; } | 7142 $as_echo "no" >&6; } |
| 7158 { $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 | 7143 { $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 |
| 7159 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7144 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 7160 else | 7145 else |
| 7161 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS | 7146 id3tag_CFLAGS=$pkg_cv_id3tag_CFLAGS |
| 7162 id3tag_LIBS=$pkg_cv_id3tag_LIBS | 7147 id3tag_LIBS=$pkg_cv_id3tag_LIBS |
| 7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 7164 $as_echo "yes" >&6; } | 7149 $as_echo "yes" >&6; } |
| 7167 fi | 7152 fi |
| 7168 if test -n "$SV_MODULE_FAILED"; then | 7153 if test -n "$SV_MODULE_FAILED"; then |
| 7169 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7154 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 7170 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7155 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 7171 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 7156 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7172 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7157 HAVES="$HAVES $SV_MODULE_HAVE" |
| 7173 else | 7158 else |
| 7174 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7159 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 7175 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7160 fi |
| 7176 fi | 7161 |
| 7177 | 7162 |
| 7178 | 7163 if test -n "$SV_MODULE_LIB"; then |
| 7179 if test -z "$SV_MODULE_FAILED"; then | 7164 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 7180 if test -n "$SV_MODULE_LIB"; then | |
| 7181 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 7182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 7183 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7166 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 7184 if eval \${$as_ac_Lib+:} false; then : | 7167 if eval \${$as_ac_Lib+:} false; then : |
| 7185 $as_echo_n "(cached) " >&6 | 7168 $as_echo_n "(cached) " >&6 |
| 7186 else | 7169 else |
| 7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 7218 $as_echo "$ac_res" >&6; } | 7201 $as_echo "$ac_res" >&6; } |
| 7219 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 7202 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 7220 LIBS="$LIBS -l$SV_MODULE_LIB" | 7203 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 7221 else | 7204 else |
| 7222 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7205 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 7223 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7206 fi |
| 7224 fi | 7207 |
| 7225 | |
| 7226 fi | |
| 7227 fi | 7208 fi |
| 7228 fi | 7209 fi |
| 7229 | 7210 |
| 7230 | 7211 |
| 7231 SV_MODULE_MODULE=opus | 7212 SV_MODULE_MODULE=opus |
| 7303 opus_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | 7284 opus_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 7304 fi | 7285 fi |
| 7305 # Put the nasty error message in config.log where it belongs | 7286 # Put the nasty error message in config.log where it belongs |
| 7306 echo "$opus_PKG_ERRORS" >&5 | 7287 echo "$opus_PKG_ERRORS" >&5 |
| 7307 | 7288 |
| 7308 { $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 | 7289 { $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 |
| 7309 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7290 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 7310 elif test $pkg_failed = untried; then | 7291 elif test $pkg_failed = untried; then |
| 7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7312 $as_echo "no" >&6; } | 7293 $as_echo "no" >&6; } |
| 7313 { $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 | 7294 { $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 |
| 7314 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 7295 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 7315 else | 7296 else |
| 7316 opus_CFLAGS=$pkg_cv_opus_CFLAGS | 7297 opus_CFLAGS=$pkg_cv_opus_CFLAGS |
| 7317 opus_LIBS=$pkg_cv_opus_LIBS | 7298 opus_LIBS=$pkg_cv_opus_LIBS |
| 7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 7299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 7319 $as_echo "yes" >&6; } | 7300 $as_echo "yes" >&6; } |
| 7322 fi | 7303 fi |
| 7323 if test -n "$SV_MODULE_FAILED"; then | 7304 if test -n "$SV_MODULE_FAILED"; then |
| 7324 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 7305 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 7325 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 7306 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 7326 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 7307 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7327 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | 7308 HAVES="$HAVES $SV_MODULE_HAVE" |
| 7328 else | 7309 else |
| 7329 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | 7310 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 7330 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | 7311 fi |
| 7331 fi | 7312 |
| 7332 | 7313 |
| 7333 | 7314 if test -n "$SV_MODULE_LIB"; then |
| 7334 if test -z "$SV_MODULE_FAILED"; then | 7315 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 7335 if test -n "$SV_MODULE_LIB"; then | |
| 7336 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 7337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 7338 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7317 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 7339 if eval \${$as_ac_Lib+:} false; then : | 7318 if eval \${$as_ac_Lib+:} false; then : |
| 7340 $as_echo_n "(cached) " >&6 | 7319 $as_echo_n "(cached) " >&6 |
| 7341 else | 7320 else |
| 7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 7373 $as_echo "$ac_res" >&6; } | 7352 $as_echo "$ac_res" >&6; } |
| 7374 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 7353 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 7375 LIBS="$LIBS -l$SV_MODULE_LIB" | 7354 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 7376 else | 7355 else |
| 7377 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | 7356 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 |
| 7378 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | 7357 fi |
| 7379 fi | 7358 |
| 7380 | |
| 7381 fi | |
| 7382 fi | 7359 fi |
| 7383 fi | 7360 fi |
| 7384 | 7361 |
| 7385 | 7362 |
| 7386 # Link in -lX11 if it exists -- this is for the X error handler | 7363 # Link in -lX11 if it exists -- this is for the X error handler |
