Mercurial > hg > svcore
comparison configure @ 713:b5daf8fc05ba library_integration
Merge from the default branch
| author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
|---|---|
| date | Mon, 10 Oct 2011 17:27:54 +0100 |
| parents | 97fbb6b3e749 |
| children | 27c861cce97b |
comparison
equal
deleted
inserted
replaced
| 710:773f228f080d | 713:b5daf8fc05ba |
|---|---|
| 1 #! /bin/sh | 1 #! /bin/sh |
| 2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
| 3 # Generated by GNU Autoconf 2.67 for SVcore 1.8. | 3 # Generated by GNU Autoconf 2.68 for SVcore 1.8. |
| 4 # | 4 # |
| 5 # Report bugs to <cannam@all-day-breakfast.com>. | 5 # Report bugs to <cannam@all-day-breakfast.com>. |
| 6 # | 6 # |
| 7 # | 7 # |
| 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 90 # splitting by setting IFS to empty value.) | 90 # splitting by setting IFS to empty value.) |
| 91 IFS=" "" $as_nl" | 91 IFS=" "" $as_nl" |
| 92 | 92 |
| 93 # Find who we are. Look in the path if we contain no directory separator. | 93 # Find who we are. Look in the path if we contain no directory separator. |
| 94 as_myself= | |
| 94 case $0 in #(( | 95 case $0 in #(( |
| 95 *[\\/]* ) as_myself=$0 ;; | 96 *[\\/]* ) as_myself=$0 ;; |
| 96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 97 for as_dir in $PATH | 98 for as_dir in $PATH |
| 98 do | 99 do |
| 214 | 215 |
| 215 if test "x$CONFIG_SHELL" != x; then : | 216 if test "x$CONFIG_SHELL" != x; then : |
| 216 # We cannot yet assume a decent shell, so we have to provide a | 217 # We cannot yet assume a decent shell, so we have to provide a |
| 217 # neutralization value for shells without unset; and this also | 218 # neutralization value for shells without unset; and this also |
| 218 # works around shells that cannot unset nonexistent variables. | 219 # works around shells that cannot unset nonexistent variables. |
| 220 # Preserve -v and -x to the replacement shell. | |
| 219 BASH_ENV=/dev/null | 221 BASH_ENV=/dev/null |
| 220 ENV=/dev/null | 222 ENV=/dev/null |
| 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 222 export CONFIG_SHELL | 224 export CONFIG_SHELL |
| 223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | 225 case $- in # (((( |
| 226 *v*x* | *x*v* ) as_opts=-vx ;; | |
| 227 *v* ) as_opts=-v ;; | |
| 228 *x* ) as_opts=-x ;; | |
| 229 * ) as_opts= ;; | |
| 230 esac | |
| 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} | |
| 224 fi | 232 fi |
| 225 | 233 |
| 226 if test x$as_have_required = xno; then : | 234 if test x$as_have_required = xno; then : |
| 227 $as_echo "$0: This script requires a shell more modern than all" | 235 $as_echo "$0: This script requires a shell more modern than all" |
| 228 $as_echo "$0: the shells that I found on your system." | 236 $as_echo "$0: the shells that I found on your system." |
| 625 liblo_CFLAGS | 633 liblo_CFLAGS |
| 626 redland_LIBS | 634 redland_LIBS |
| 627 redland_CFLAGS | 635 redland_CFLAGS |
| 628 rasqal_LIBS | 636 rasqal_LIBS |
| 629 rasqal_CFLAGS | 637 rasqal_CFLAGS |
| 630 raptor_LIBS | |
| 631 raptor_CFLAGS | |
| 632 rubberband_LIBS | 638 rubberband_LIBS |
| 633 rubberband_CFLAGS | 639 rubberband_CFLAGS |
| 634 vamphostsdk_LIBS | 640 vamphostsdk_LIBS |
| 635 vamphostsdk_CFLAGS | 641 vamphostsdk_CFLAGS |
| 636 vamp_LIBS | 642 vamp_LIBS |
| 738 vamp_LIBS | 744 vamp_LIBS |
| 739 vamphostsdk_CFLAGS | 745 vamphostsdk_CFLAGS |
| 740 vamphostsdk_LIBS | 746 vamphostsdk_LIBS |
| 741 rubberband_CFLAGS | 747 rubberband_CFLAGS |
| 742 rubberband_LIBS | 748 rubberband_LIBS |
| 743 raptor_CFLAGS | |
| 744 raptor_LIBS | |
| 745 rasqal_CFLAGS | 749 rasqal_CFLAGS |
| 746 rasqal_LIBS | 750 rasqal_LIBS |
| 747 redland_CFLAGS | 751 redland_CFLAGS |
| 748 redland_LIBS | 752 redland_LIBS |
| 749 liblo_CFLAGS | 753 liblo_CFLAGS |
| 1166 *) | 1170 *) |
| 1167 # FIXME: should be removed in autoconf 3.0. | 1171 # FIXME: should be removed in autoconf 3.0. |
| 1168 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1172 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1169 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1173 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1170 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1174 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1171 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | 1175 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
| 1172 ;; | 1176 ;; |
| 1173 | 1177 |
| 1174 esac | 1178 esac |
| 1175 done | 1179 done |
| 1176 | 1180 |
| 1417 linker flags for vamphostsdk, overriding pkg-config | 1421 linker flags for vamphostsdk, overriding pkg-config |
| 1418 rubberband_CFLAGS | 1422 rubberband_CFLAGS |
| 1419 C compiler flags for rubberband, overriding pkg-config | 1423 C compiler flags for rubberband, overriding pkg-config |
| 1420 rubberband_LIBS | 1424 rubberband_LIBS |
| 1421 linker flags for rubberband, overriding pkg-config | 1425 linker flags for rubberband, overriding pkg-config |
| 1422 raptor_CFLAGS | |
| 1423 C compiler flags for raptor, overriding pkg-config | |
| 1424 raptor_LIBS linker flags for raptor, overriding pkg-config | |
| 1425 rasqal_CFLAGS | 1426 rasqal_CFLAGS |
| 1426 C compiler flags for rasqal, overriding pkg-config | 1427 C compiler flags for rasqal, overriding pkg-config |
| 1427 rasqal_LIBS linker flags for rasqal, overriding pkg-config | 1428 rasqal_LIBS linker flags for rasqal, overriding pkg-config |
| 1428 redland_CFLAGS | 1429 redland_CFLAGS |
| 1429 C compiler flags for redland, overriding pkg-config | 1430 C compiler flags for redland, overriding pkg-config |
| 1521 | 1522 |
| 1522 test -n "$ac_init_help" && exit $ac_status | 1523 test -n "$ac_init_help" && exit $ac_status |
| 1523 if $ac_init_version; then | 1524 if $ac_init_version; then |
| 1524 cat <<\_ACEOF | 1525 cat <<\_ACEOF |
| 1525 SVcore configure 1.8 | 1526 SVcore configure 1.8 |
| 1526 generated by GNU Autoconf 2.67 | 1527 generated by GNU Autoconf 2.68 |
| 1527 | 1528 |
| 1528 Copyright (C) 2010 Free Software Foundation, Inc. | 1529 Copyright (C) 2010 Free Software Foundation, Inc. |
| 1529 This configure script is free software; the Free Software Foundation | 1530 This configure script is free software; the Free Software Foundation |
| 1530 gives unlimited permission to copy, distribute and modify it. | 1531 gives unlimited permission to copy, distribute and modify it. |
| 1531 _ACEOF | 1532 _ACEOF |
| 1567 $as_echo "$as_me: failed program was:" >&5 | 1568 $as_echo "$as_me: failed program was:" >&5 |
| 1568 sed 's/^/| /' conftest.$ac_ext >&5 | 1569 sed 's/^/| /' conftest.$ac_ext >&5 |
| 1569 | 1570 |
| 1570 ac_retval=1 | 1571 ac_retval=1 |
| 1571 fi | 1572 fi |
| 1572 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1573 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1573 as_fn_set_status $ac_retval | 1574 as_fn_set_status $ac_retval |
| 1574 | 1575 |
| 1575 } # ac_fn_c_try_compile | 1576 } # ac_fn_c_try_compile |
| 1576 | 1577 |
| 1577 # ac_fn_cxx_try_compile LINENO | 1578 # ac_fn_cxx_try_compile LINENO |
| 1605 $as_echo "$as_me: failed program was:" >&5 | 1606 $as_echo "$as_me: failed program was:" >&5 |
| 1606 sed 's/^/| /' conftest.$ac_ext >&5 | 1607 sed 's/^/| /' conftest.$ac_ext >&5 |
| 1607 | 1608 |
| 1608 ac_retval=1 | 1609 ac_retval=1 |
| 1609 fi | 1610 fi |
| 1610 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1611 as_fn_set_status $ac_retval | 1612 as_fn_set_status $ac_retval |
| 1612 | 1613 |
| 1613 } # ac_fn_cxx_try_compile | 1614 } # ac_fn_cxx_try_compile |
| 1614 | 1615 |
| 1615 # ac_fn_cxx_try_cpp LINENO | 1616 # ac_fn_cxx_try_cpp LINENO |
| 1642 $as_echo "$as_me: failed program was:" >&5 | 1643 $as_echo "$as_me: failed program was:" >&5 |
| 1643 sed 's/^/| /' conftest.$ac_ext >&5 | 1644 sed 's/^/| /' conftest.$ac_ext >&5 |
| 1644 | 1645 |
| 1645 ac_retval=1 | 1646 ac_retval=1 |
| 1646 fi | 1647 fi |
| 1647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1648 as_fn_set_status $ac_retval | 1649 as_fn_set_status $ac_retval |
| 1649 | 1650 |
| 1650 } # ac_fn_cxx_try_cpp | 1651 } # ac_fn_cxx_try_cpp |
| 1651 | 1652 |
| 1652 # ac_fn_cxx_try_run LINENO | 1653 # ac_fn_cxx_try_run LINENO |
| 1684 sed 's/^/| /' conftest.$ac_ext >&5 | 1685 sed 's/^/| /' conftest.$ac_ext >&5 |
| 1685 | 1686 |
| 1686 ac_retval=$ac_status | 1687 ac_retval=$ac_status |
| 1687 fi | 1688 fi |
| 1688 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1689 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1689 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1690 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1690 as_fn_set_status $ac_retval | 1691 as_fn_set_status $ac_retval |
| 1691 | 1692 |
| 1692 } # ac_fn_cxx_try_run | 1693 } # ac_fn_cxx_try_run |
| 1693 | 1694 |
| 1694 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES | 1695 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES |
| 1697 # the include files in INCLUDES and setting the cache variable VAR | 1698 # the include files in INCLUDES and setting the cache variable VAR |
| 1698 # accordingly. | 1699 # accordingly. |
| 1699 ac_fn_cxx_check_header_mongrel () | 1700 ac_fn_cxx_check_header_mongrel () |
| 1700 { | 1701 { |
| 1701 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1702 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1702 if eval "test \"\${$3+set}\"" = set; then : | 1703 if eval \${$3+:} false; then : |
| 1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1704 $as_echo_n "checking for $2... " >&6; } | 1705 $as_echo_n "checking for $2... " >&6; } |
| 1705 if eval "test \"\${$3+set}\"" = set; then : | 1706 if eval \${$3+:} false; then : |
| 1706 $as_echo_n "(cached) " >&6 | 1707 $as_echo_n "(cached) " >&6 |
| 1707 fi | 1708 fi |
| 1708 eval ac_res=\$$3 | 1709 eval ac_res=\$$3 |
| 1709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1710 $as_echo "$ac_res" >&6; } | 1711 $as_echo "$ac_res" >&6; } |
| 1767 ) | sed "s/^/$as_me: WARNING: /" >&2 | 1768 ) | sed "s/^/$as_me: WARNING: /" >&2 |
| 1768 ;; | 1769 ;; |
| 1769 esac | 1770 esac |
| 1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1771 $as_echo_n "checking for $2... " >&6; } | 1772 $as_echo_n "checking for $2... " >&6; } |
| 1772 if eval "test \"\${$3+set}\"" = set; then : | 1773 if eval \${$3+:} false; then : |
| 1773 $as_echo_n "(cached) " >&6 | 1774 $as_echo_n "(cached) " >&6 |
| 1774 else | 1775 else |
| 1775 eval "$3=\$ac_header_compiler" | 1776 eval "$3=\$ac_header_compiler" |
| 1776 fi | 1777 fi |
| 1777 eval ac_res=\$$3 | 1778 eval ac_res=\$$3 |
| 1778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1779 $as_echo "$ac_res" >&6; } | 1780 $as_echo "$ac_res" >&6; } |
| 1780 fi | 1781 fi |
| 1781 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1782 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1782 | 1783 |
| 1783 } # ac_fn_cxx_check_header_mongrel | 1784 } # ac_fn_cxx_check_header_mongrel |
| 1784 | 1785 |
| 1785 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES | 1786 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES |
| 1786 # --------------------------------------------------------- | 1787 # --------------------------------------------------------- |
| 1789 ac_fn_cxx_check_header_compile () | 1790 ac_fn_cxx_check_header_compile () |
| 1790 { | 1791 { |
| 1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1793 $as_echo_n "checking for $2... " >&6; } | 1794 $as_echo_n "checking for $2... " >&6; } |
| 1794 if eval "test \"\${$3+set}\"" = set; then : | 1795 if eval \${$3+:} false; then : |
| 1795 $as_echo_n "(cached) " >&6 | 1796 $as_echo_n "(cached) " >&6 |
| 1796 else | 1797 else |
| 1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 1798 /* end confdefs.h. */ | 1799 /* end confdefs.h. */ |
| 1799 $4 | 1800 $4 |
| 1807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 1808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 1808 fi | 1809 fi |
| 1809 eval ac_res=\$$3 | 1810 eval ac_res=\$$3 |
| 1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1811 $as_echo "$ac_res" >&6; } | 1812 $as_echo "$ac_res" >&6; } |
| 1812 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1813 | 1814 |
| 1814 } # ac_fn_cxx_check_header_compile | 1815 } # ac_fn_cxx_check_header_compile |
| 1815 | 1816 |
| 1816 # ac_fn_cxx_try_link LINENO | 1817 # ac_fn_cxx_try_link LINENO |
| 1817 # ------------------------- | 1818 # ------------------------- |
| 1852 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | 1853 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
| 1853 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | 1854 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
| 1854 # interfere with the next link command; also delete a directory that is | 1855 # interfere with the next link command; also delete a directory that is |
| 1855 # left behind by Apple's compiler. We do this before executing the actions. | 1856 # left behind by Apple's compiler. We do this before executing the actions. |
| 1856 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1857 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1857 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1858 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 1858 as_fn_set_status $ac_retval | 1859 as_fn_set_status $ac_retval |
| 1859 | 1860 |
| 1860 } # ac_fn_cxx_try_link | 1861 } # ac_fn_cxx_try_link |
| 1861 cat >config.log <<_ACEOF | 1862 cat >config.log <<_ACEOF |
| 1862 This file contains any messages produced by compilers while | 1863 This file contains any messages produced by compilers while |
| 1863 running configure, to aid debugging if configure makes a mistake. | 1864 running configure, to aid debugging if configure makes a mistake. |
| 1864 | 1865 |
| 1865 It was created by SVcore $as_me 1.8, which was | 1866 It was created by SVcore $as_me 1.8, which was |
| 1866 generated by GNU Autoconf 2.67. Invocation command line was | 1867 generated by GNU Autoconf 2.68. Invocation command line was |
| 1867 | 1868 |
| 1868 $ $0 $@ | 1869 $ $0 $@ |
| 1869 | 1870 |
| 1870 _ACEOF | 1871 _ACEOF |
| 1871 exec 5>>config.log | 1872 exec 5>>config.log |
| 2119 sed 's/^/| /' "$ac_site_file" >&5 | 2120 sed 's/^/| /' "$ac_site_file" >&5 |
| 2120 . "$ac_site_file" \ | 2121 . "$ac_site_file" \ |
| 2121 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2122 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2122 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2123 as_fn_error $? "failed to load site script $ac_site_file | 2124 as_fn_error $? "failed to load site script $ac_site_file |
| 2124 See \`config.log' for more details" "$LINENO" 5 ; } | 2125 See \`config.log' for more details" "$LINENO" 5; } |
| 2125 fi | 2126 fi |
| 2126 done | 2127 done |
| 2127 | 2128 |
| 2128 if test -r "$cache_file"; then | 2129 if test -r "$cache_file"; then |
| 2129 # Some versions of bash will fail to source /dev/null (special files | 2130 # Some versions of bash will fail to source /dev/null (special files |
| 2243 if test -n "$ac_tool_prefix"; then | 2244 if test -n "$ac_tool_prefix"; then |
| 2244 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | 2245 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
| 2245 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 2246 set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 2246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2247 $as_echo_n "checking for $ac_word... " >&6; } | 2248 $as_echo_n "checking for $ac_word... " >&6; } |
| 2248 if test "${ac_cv_prog_CC+set}" = set; then : | 2249 if ${ac_cv_prog_CC+:} false; then : |
| 2249 $as_echo_n "(cached) " >&6 | 2250 $as_echo_n "(cached) " >&6 |
| 2250 else | 2251 else |
| 2251 if test -n "$CC"; then | 2252 if test -n "$CC"; then |
| 2252 ac_cv_prog_CC="$CC" # Let the user override the test. | 2253 ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2253 else | 2254 else |
| 2283 ac_ct_CC=$CC | 2284 ac_ct_CC=$CC |
| 2284 # Extract the first word of "gcc", so it can be a program name with args. | 2285 # Extract the first word of "gcc", so it can be a program name with args. |
| 2285 set dummy gcc; ac_word=$2 | 2286 set dummy gcc; ac_word=$2 |
| 2286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2287 $as_echo_n "checking for $ac_word... " >&6; } | 2288 $as_echo_n "checking for $ac_word... " >&6; } |
| 2288 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 2289 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 2289 $as_echo_n "(cached) " >&6 | 2290 $as_echo_n "(cached) " >&6 |
| 2290 else | 2291 else |
| 2291 if test -n "$ac_ct_CC"; then | 2292 if test -n "$ac_ct_CC"; then |
| 2292 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2293 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
| 2293 else | 2294 else |
| 2336 if test -n "$ac_tool_prefix"; then | 2337 if test -n "$ac_tool_prefix"; then |
| 2337 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | 2338 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
| 2338 set dummy ${ac_tool_prefix}cc; ac_word=$2 | 2339 set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 2339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2340 $as_echo_n "checking for $ac_word... " >&6; } | 2341 $as_echo_n "checking for $ac_word... " >&6; } |
| 2341 if test "${ac_cv_prog_CC+set}" = set; then : | 2342 if ${ac_cv_prog_CC+:} false; then : |
| 2342 $as_echo_n "(cached) " >&6 | 2343 $as_echo_n "(cached) " >&6 |
| 2343 else | 2344 else |
| 2344 if test -n "$CC"; then | 2345 if test -n "$CC"; then |
| 2345 ac_cv_prog_CC="$CC" # Let the user override the test. | 2346 ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2346 else | 2347 else |
| 2376 if test -z "$CC"; then | 2377 if test -z "$CC"; then |
| 2377 # Extract the first word of "cc", so it can be a program name with args. | 2378 # Extract the first word of "cc", so it can be a program name with args. |
| 2378 set dummy cc; ac_word=$2 | 2379 set dummy cc; ac_word=$2 |
| 2379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2380 $as_echo_n "checking for $ac_word... " >&6; } | 2381 $as_echo_n "checking for $ac_word... " >&6; } |
| 2381 if test "${ac_cv_prog_CC+set}" = set; then : | 2382 if ${ac_cv_prog_CC+:} false; then : |
| 2382 $as_echo_n "(cached) " >&6 | 2383 $as_echo_n "(cached) " >&6 |
| 2383 else | 2384 else |
| 2384 if test -n "$CC"; then | 2385 if test -n "$CC"; then |
| 2385 ac_cv_prog_CC="$CC" # Let the user override the test. | 2386 ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2386 else | 2387 else |
| 2435 do | 2436 do |
| 2436 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 2437 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 2437 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 2438 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 2438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2439 $as_echo_n "checking for $ac_word... " >&6; } | 2440 $as_echo_n "checking for $ac_word... " >&6; } |
| 2440 if test "${ac_cv_prog_CC+set}" = set; then : | 2441 if ${ac_cv_prog_CC+:} false; then : |
| 2441 $as_echo_n "(cached) " >&6 | 2442 $as_echo_n "(cached) " >&6 |
| 2442 else | 2443 else |
| 2443 if test -n "$CC"; then | 2444 if test -n "$CC"; then |
| 2444 ac_cv_prog_CC="$CC" # Let the user override the test. | 2445 ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2445 else | 2446 else |
| 2479 do | 2480 do |
| 2480 # Extract the first word of "$ac_prog", so it can be a program name with args. | 2481 # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2481 set dummy $ac_prog; ac_word=$2 | 2482 set dummy $ac_prog; ac_word=$2 |
| 2482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2483 $as_echo_n "checking for $ac_word... " >&6; } | 2484 $as_echo_n "checking for $ac_word... " >&6; } |
| 2484 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 2485 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 2485 $as_echo_n "(cached) " >&6 | 2486 $as_echo_n "(cached) " >&6 |
| 2486 else | 2487 else |
| 2487 if test -n "$ac_ct_CC"; then | 2488 if test -n "$ac_ct_CC"; then |
| 2488 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2489 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
| 2489 else | 2490 else |
| 2534 | 2535 |
| 2535 | 2536 |
| 2536 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2537 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2537 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2538 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2538 as_fn_error $? "no acceptable C compiler found in \$PATH | 2539 as_fn_error $? "no acceptable C compiler found in \$PATH |
| 2539 See \`config.log' for more details" "$LINENO" 5 ; } | 2540 See \`config.log' for more details" "$LINENO" 5; } |
| 2540 | 2541 |
| 2541 # Provide some information about the compiler. | 2542 # Provide some information about the compiler. |
| 2542 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2543 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| 2543 set X $ac_compile | 2544 set X $ac_compile |
| 2544 ac_compiler=$2 | 2545 ac_compiler=$2 |
| 2649 sed 's/^/| /' conftest.$ac_ext >&5 | 2650 sed 's/^/| /' conftest.$ac_ext >&5 |
| 2650 | 2651 |
| 2651 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2652 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2652 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2653 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2653 as_fn_error 77 "C compiler cannot create executables | 2654 as_fn_error 77 "C compiler cannot create executables |
| 2654 See \`config.log' for more details" "$LINENO" 5 ; } | 2655 See \`config.log' for more details" "$LINENO" 5; } |
| 2655 else | 2656 else |
| 2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2657 $as_echo "yes" >&6; } | 2658 $as_echo "yes" >&6; } |
| 2658 fi | 2659 fi |
| 2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 2660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
| 2692 done | 2693 done |
| 2693 else | 2694 else |
| 2694 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2695 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2696 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2696 as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 2697 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 2697 See \`config.log' for more details" "$LINENO" 5 ; } | 2698 See \`config.log' for more details" "$LINENO" 5; } |
| 2698 fi | 2699 fi |
| 2699 rm -f conftest conftest$ac_cv_exeext | 2700 rm -f conftest conftest$ac_cv_exeext |
| 2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| 2701 $as_echo "$ac_cv_exeext" >&6; } | 2702 $as_echo "$ac_cv_exeext" >&6; } |
| 2702 | 2703 |
| 2751 else | 2752 else |
| 2752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2753 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2754 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2754 as_fn_error $? "cannot run C compiled programs. | 2755 as_fn_error $? "cannot run C compiled programs. |
| 2755 If you meant to cross compile, use \`--host'. | 2756 If you meant to cross compile, use \`--host'. |
| 2756 See \`config.log' for more details" "$LINENO" 5 ; } | 2757 See \`config.log' for more details" "$LINENO" 5; } |
| 2757 fi | 2758 fi |
| 2758 fi | 2759 fi |
| 2759 fi | 2760 fi |
| 2760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
| 2761 $as_echo "$cross_compiling" >&6; } | 2762 $as_echo "$cross_compiling" >&6; } |
| 2762 | 2763 |
| 2763 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | 2764 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
| 2764 ac_clean_files=$ac_clean_files_save | 2765 ac_clean_files=$ac_clean_files_save |
| 2765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 2766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 2766 $as_echo_n "checking for suffix of object files... " >&6; } | 2767 $as_echo_n "checking for suffix of object files... " >&6; } |
| 2767 if test "${ac_cv_objext+set}" = set; then : | 2768 if ${ac_cv_objext+:} false; then : |
| 2768 $as_echo_n "(cached) " >&6 | 2769 $as_echo_n "(cached) " >&6 |
| 2769 else | 2770 else |
| 2770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 2771 /* end confdefs.h. */ | 2772 /* end confdefs.h. */ |
| 2772 | 2773 |
| 2803 sed 's/^/| /' conftest.$ac_ext >&5 | 2804 sed 's/^/| /' conftest.$ac_ext >&5 |
| 2804 | 2805 |
| 2805 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2806 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2806 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2807 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2807 as_fn_error $? "cannot compute suffix of object files: cannot compile | 2808 as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 2808 See \`config.log' for more details" "$LINENO" 5 ; } | 2809 See \`config.log' for more details" "$LINENO" 5; } |
| 2809 fi | 2810 fi |
| 2810 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2811 rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 2811 fi | 2812 fi |
| 2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
| 2813 $as_echo "$ac_cv_objext" >&6; } | 2814 $as_echo "$ac_cv_objext" >&6; } |
| 2814 OBJEXT=$ac_cv_objext | 2815 OBJEXT=$ac_cv_objext |
| 2815 ac_objext=$OBJEXT | 2816 ac_objext=$OBJEXT |
| 2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 2817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
| 2817 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 2818 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 2818 if test "${ac_cv_c_compiler_gnu+set}" = set; then : | 2819 if ${ac_cv_c_compiler_gnu+:} false; then : |
| 2819 $as_echo_n "(cached) " >&6 | 2820 $as_echo_n "(cached) " >&6 |
| 2820 else | 2821 else |
| 2821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 2822 /* end confdefs.h. */ | 2823 /* end confdefs.h. */ |
| 2823 | 2824 |
| 2850 fi | 2851 fi |
| 2851 ac_test_CFLAGS=${CFLAGS+set} | 2852 ac_test_CFLAGS=${CFLAGS+set} |
| 2852 ac_save_CFLAGS=$CFLAGS | 2853 ac_save_CFLAGS=$CFLAGS |
| 2853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
| 2854 $as_echo_n "checking whether $CC accepts -g... " >&6; } | 2855 $as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 2855 if test "${ac_cv_prog_cc_g+set}" = set; then : | 2856 if ${ac_cv_prog_cc_g+:} false; then : |
| 2856 $as_echo_n "(cached) " >&6 | 2857 $as_echo_n "(cached) " >&6 |
| 2857 else | 2858 else |
| 2858 ac_save_c_werror_flag=$ac_c_werror_flag | 2859 ac_save_c_werror_flag=$ac_c_werror_flag |
| 2859 ac_c_werror_flag=yes | 2860 ac_c_werror_flag=yes |
| 2860 ac_cv_prog_cc_g=no | 2861 ac_cv_prog_cc_g=no |
| 2928 CFLAGS= | 2929 CFLAGS= |
| 2929 fi | 2930 fi |
| 2930 fi | 2931 fi |
| 2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 2932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 2932 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 2933 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 2933 if test "${ac_cv_prog_cc_c89+set}" = set; then : | 2934 if ${ac_cv_prog_cc_c89+:} false; then : |
| 2934 $as_echo_n "(cached) " >&6 | 2935 $as_echo_n "(cached) " >&6 |
| 2935 else | 2936 else |
| 2936 ac_cv_prog_cc_c89=no | 2937 ac_cv_prog_cc_c89=no |
| 2937 ac_save_CC=$CC | 2938 ac_save_CC=$CC |
| 2938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3039 do | 3040 do |
| 3040 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 3041 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 3041 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 3042 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 3042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3043 $as_echo_n "checking for $ac_word... " >&6; } | 3044 $as_echo_n "checking for $ac_word... " >&6; } |
| 3044 if test "${ac_cv_prog_CXX+set}" = set; then : | 3045 if ${ac_cv_prog_CXX+:} false; then : |
| 3045 $as_echo_n "(cached) " >&6 | 3046 $as_echo_n "(cached) " >&6 |
| 3046 else | 3047 else |
| 3047 if test -n "$CXX"; then | 3048 if test -n "$CXX"; then |
| 3048 ac_cv_prog_CXX="$CXX" # Let the user override the test. | 3049 ac_cv_prog_CXX="$CXX" # Let the user override the test. |
| 3049 else | 3050 else |
| 3083 do | 3084 do |
| 3084 # Extract the first word of "$ac_prog", so it can be a program name with args. | 3085 # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 3085 set dummy $ac_prog; ac_word=$2 | 3086 set dummy $ac_prog; ac_word=$2 |
| 3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3087 $as_echo_n "checking for $ac_word... " >&6; } | 3088 $as_echo_n "checking for $ac_word... " >&6; } |
| 3088 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : | 3089 if ${ac_cv_prog_ac_ct_CXX+:} false; then : |
| 3089 $as_echo_n "(cached) " >&6 | 3090 $as_echo_n "(cached) " >&6 |
| 3090 else | 3091 else |
| 3091 if test -n "$ac_ct_CXX"; then | 3092 if test -n "$ac_ct_CXX"; then |
| 3092 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. | 3093 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. |
| 3093 else | 3094 else |
| 3161 test $ac_status = 0; } | 3162 test $ac_status = 0; } |
| 3162 done | 3163 done |
| 3163 | 3164 |
| 3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 | 3165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 |
| 3165 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } | 3166 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } |
| 3166 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : | 3167 if ${ac_cv_cxx_compiler_gnu+:} false; then : |
| 3167 $as_echo_n "(cached) " >&6 | 3168 $as_echo_n "(cached) " >&6 |
| 3168 else | 3169 else |
| 3169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3170 /* end confdefs.h. */ | 3171 /* end confdefs.h. */ |
| 3171 | 3172 |
| 3198 fi | 3199 fi |
| 3199 ac_test_CXXFLAGS=${CXXFLAGS+set} | 3200 ac_test_CXXFLAGS=${CXXFLAGS+set} |
| 3200 ac_save_CXXFLAGS=$CXXFLAGS | 3201 ac_save_CXXFLAGS=$CXXFLAGS |
| 3201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 | 3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 |
| 3202 $as_echo_n "checking whether $CXX accepts -g... " >&6; } | 3203 $as_echo_n "checking whether $CXX accepts -g... " >&6; } |
| 3203 if test "${ac_cv_prog_cxx_g+set}" = set; then : | 3204 if ${ac_cv_prog_cxx_g+:} false; then : |
| 3204 $as_echo_n "(cached) " >&6 | 3205 $as_echo_n "(cached) " >&6 |
| 3205 else | 3206 else |
| 3206 ac_save_cxx_werror_flag=$ac_cxx_werror_flag | 3207 ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
| 3207 ac_cxx_werror_flag=yes | 3208 ac_cxx_werror_flag=yes |
| 3208 ac_cv_prog_cxx_g=no | 3209 ac_cv_prog_cxx_g=no |
| 3326 # ./install, which can be erroneously created by make from ./install.sh. | 3327 # ./install, which can be erroneously created by make from ./install.sh. |
| 3327 # Reject install programs that cannot install multiple files. | 3328 # Reject install programs that cannot install multiple files. |
| 3328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 3329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
| 3329 $as_echo_n "checking for a BSD-compatible install... " >&6; } | 3330 $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 3330 if test -z "$INSTALL"; then | 3331 if test -z "$INSTALL"; then |
| 3331 if test "${ac_cv_path_install+set}" = set; then : | 3332 if ${ac_cv_path_install+:} false; then : |
| 3332 $as_echo_n "(cached) " >&6 | 3333 $as_echo_n "(cached) " >&6 |
| 3333 else | 3334 else |
| 3334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3335 for as_dir in $PATH | 3336 for as_dir in $PATH |
| 3336 do | 3337 do |
| 3405 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | 3406 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 3406 | 3407 |
| 3407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | 3408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
| 3408 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | 3409 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
| 3409 if test -z "$MKDIR_P"; then | 3410 if test -z "$MKDIR_P"; then |
| 3410 if test "${ac_cv_path_mkdir+set}" = set; then : | 3411 if ${ac_cv_path_mkdir+:} false; then : |
| 3411 $as_echo_n "(cached) " >&6 | 3412 $as_echo_n "(cached) " >&6 |
| 3412 else | 3413 else |
| 3413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3414 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | 3415 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
| 3415 do | 3416 do |
| 3454 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3455 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3455 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3456 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 3456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 | 3457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 |
| 3457 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } | 3458 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } |
| 3458 if test -z "$CXXCPP"; then | 3459 if test -z "$CXXCPP"; then |
| 3459 if test "${ac_cv_prog_CXXCPP+set}" = set; then : | 3460 if ${ac_cv_prog_CXXCPP+:} false; then : |
| 3460 $as_echo_n "(cached) " >&6 | 3461 $as_echo_n "(cached) " >&6 |
| 3461 else | 3462 else |
| 3462 # Double quotes because CXXCPP needs to be expanded | 3463 # Double quotes because CXXCPP needs to be expanded |
| 3463 for CXXCPP in "$CXX -E" "/lib/cpp" | 3464 for CXXCPP in "$CXX -E" "/lib/cpp" |
| 3464 do | 3465 do |
| 3570 | 3571 |
| 3571 else | 3572 else |
| 3572 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3573 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3573 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3574 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3574 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check | 3575 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check |
| 3575 See \`config.log' for more details" "$LINENO" 5 ; } | 3576 See \`config.log' for more details" "$LINENO" 5; } |
| 3576 fi | 3577 fi |
| 3577 | 3578 |
| 3578 ac_ext=cpp | 3579 ac_ext=cpp |
| 3579 ac_cpp='$CXXCPP $CPPFLAGS' | 3580 ac_cpp='$CXXCPP $CPPFLAGS' |
| 3580 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3581 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3582 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3583 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 3583 | 3584 |
| 3584 | 3585 |
| 3585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
| 3586 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 3587 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 3587 if test "${ac_cv_path_GREP+set}" = set; then : | 3588 if ${ac_cv_path_GREP+:} false; then : |
| 3588 $as_echo_n "(cached) " >&6 | 3589 $as_echo_n "(cached) " >&6 |
| 3589 else | 3590 else |
| 3590 if test -z "$GREP"; then | 3591 if test -z "$GREP"; then |
| 3591 ac_path_GREP_found=false | 3592 ac_path_GREP_found=false |
| 3592 # Loop through the user's path and test for each of PROGNAME-LIST | 3593 # Loop through the user's path and test for each of PROGNAME-LIST |
| 3645 GREP="$ac_cv_path_GREP" | 3646 GREP="$ac_cv_path_GREP" |
| 3646 | 3647 |
| 3647 | 3648 |
| 3648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 3649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
| 3649 $as_echo_n "checking for egrep... " >&6; } | 3650 $as_echo_n "checking for egrep... " >&6; } |
| 3650 if test "${ac_cv_path_EGREP+set}" = set; then : | 3651 if ${ac_cv_path_EGREP+:} false; then : |
| 3651 $as_echo_n "(cached) " >&6 | 3652 $as_echo_n "(cached) " >&6 |
| 3652 else | 3653 else |
| 3653 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 3654 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| 3654 then ac_cv_path_EGREP="$GREP -E" | 3655 then ac_cv_path_EGREP="$GREP -E" |
| 3655 else | 3656 else |
| 3712 EGREP="$ac_cv_path_EGREP" | 3713 EGREP="$ac_cv_path_EGREP" |
| 3713 | 3714 |
| 3714 | 3715 |
| 3715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 3716 $as_echo_n "checking for ANSI C header files... " >&6; } | 3717 $as_echo_n "checking for ANSI C header files... " >&6; } |
| 3717 if test "${ac_cv_header_stdc+set}" = set; then : | 3718 if ${ac_cv_header_stdc+:} false; then : |
| 3718 $as_echo_n "(cached) " >&6 | 3719 $as_echo_n "(cached) " >&6 |
| 3719 else | 3720 else |
| 3720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3721 /* end confdefs.h. */ | 3722 /* end confdefs.h. */ |
| 3722 #include <stdlib.h> | 3723 #include <stdlib.h> |
| 3834 | 3835 |
| 3835 | 3836 |
| 3836 | 3837 |
| 3837 | 3838 |
| 3838 | 3839 |
| 3840 | |
| 3839 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 3841 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
| 3840 if test -n "$ac_tool_prefix"; then | 3842 if test -n "$ac_tool_prefix"; then |
| 3841 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 3843 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
| 3842 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 | 3844 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 |
| 3843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3844 $as_echo_n "checking for $ac_word... " >&6; } | 3846 $as_echo_n "checking for $ac_word... " >&6; } |
| 3845 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 3847 if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 3846 $as_echo_n "(cached) " >&6 | 3848 $as_echo_n "(cached) " >&6 |
| 3847 else | 3849 else |
| 3848 case $PKG_CONFIG in | 3850 case $PKG_CONFIG in |
| 3849 [\\/]* | ?:[\\/]*) | 3851 [\\/]* | ?:[\\/]*) |
| 3850 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | 3852 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
| 3883 ac_pt_PKG_CONFIG=$PKG_CONFIG | 3885 ac_pt_PKG_CONFIG=$PKG_CONFIG |
| 3884 # Extract the first word of "pkg-config", so it can be a program name with args. | 3886 # Extract the first word of "pkg-config", so it can be a program name with args. |
| 3885 set dummy pkg-config; ac_word=$2 | 3887 set dummy pkg-config; ac_word=$2 |
| 3886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3887 $as_echo_n "checking for $ac_word... " >&6; } | 3889 $as_echo_n "checking for $ac_word... " >&6; } |
| 3888 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : | 3890 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : |
| 3889 $as_echo_n "(cached) " >&6 | 3891 $as_echo_n "(cached) " >&6 |
| 3890 else | 3892 else |
| 3891 case $ac_pt_PKG_CONFIG in | 3893 case $ac_pt_PKG_CONFIG in |
| 3892 [\\/]* | ?:[\\/]*) | 3894 [\\/]* | ?:[\\/]*) |
| 3893 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. | 3895 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. |
| 3956 if test x$QMAKE = x ; then | 3958 if test x$QMAKE = x ; then |
| 3957 # Extract the first word of "qmake-qt4", so it can be a program name with args. | 3959 # Extract the first word of "qmake-qt4", so it can be a program name with args. |
| 3958 set dummy qmake-qt4; ac_word=$2 | 3960 set dummy qmake-qt4; ac_word=$2 |
| 3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3960 $as_echo_n "checking for $ac_word... " >&6; } | 3962 $as_echo_n "checking for $ac_word... " >&6; } |
| 3961 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 3963 if ${ac_cv_prog_QMAKE+:} false; then : |
| 3962 $as_echo_n "(cached) " >&6 | 3964 $as_echo_n "(cached) " >&6 |
| 3963 else | 3965 else |
| 3964 if test -n "$QMAKE"; then | 3966 if test -n "$QMAKE"; then |
| 3965 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 3967 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
| 3966 else | 3968 else |
| 3995 if test x$QMAKE = x ; then | 3997 if test x$QMAKE = x ; then |
| 3996 # Extract the first word of "qmake", so it can be a program name with args. | 3998 # Extract the first word of "qmake", so it can be a program name with args. |
| 3997 set dummy qmake; ac_word=$2 | 3999 set dummy qmake; ac_word=$2 |
| 3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3999 $as_echo_n "checking for $ac_word... " >&6; } | 4001 $as_echo_n "checking for $ac_word... " >&6; } |
| 4000 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4002 if ${ac_cv_prog_QMAKE+:} false; then : |
| 4001 $as_echo_n "(cached) " >&6 | 4003 $as_echo_n "(cached) " >&6 |
| 4002 else | 4004 else |
| 4003 if test -n "$QMAKE"; then | 4005 if test -n "$QMAKE"; then |
| 4004 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4006 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
| 4005 else | 4007 else |
| 4034 if test x$QMAKE = x ; then | 4036 if test x$QMAKE = x ; then |
| 4035 # Extract the first word of "qmake.exe", so it can be a program name with args. | 4037 # Extract the first word of "qmake.exe", so it can be a program name with args. |
| 4036 set dummy qmake.exe; ac_word=$2 | 4038 set dummy qmake.exe; ac_word=$2 |
| 4037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4038 $as_echo_n "checking for $ac_word... " >&6; } | 4040 $as_echo_n "checking for $ac_word... " >&6; } |
| 4039 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4041 if ${ac_cv_prog_QMAKE+:} false; then : |
| 4040 $as_echo_n "(cached) " >&6 | 4042 $as_echo_n "(cached) " >&6 |
| 4041 else | 4043 else |
| 4042 if test -n "$QMAKE"; then | 4044 if test -n "$QMAKE"; then |
| 4043 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4045 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
| 4044 else | 4046 else |
| 4073 if test x$QMAKE = x ; then | 4075 if test x$QMAKE = x ; then |
| 4074 # Extract the first word of "qmake-qt4", so it can be a program name with args. | 4076 # Extract the first word of "qmake-qt4", so it can be a program name with args. |
| 4075 set dummy qmake-qt4; ac_word=$2 | 4077 set dummy qmake-qt4; ac_word=$2 |
| 4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4077 $as_echo_n "checking for $ac_word... " >&6; } | 4079 $as_echo_n "checking for $ac_word... " >&6; } |
| 4078 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4080 if ${ac_cv_prog_QMAKE+:} false; then : |
| 4079 $as_echo_n "(cached) " >&6 | 4081 $as_echo_n "(cached) " >&6 |
| 4080 else | 4082 else |
| 4081 if test -n "$QMAKE"; then | 4083 if test -n "$QMAKE"; then |
| 4082 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4084 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
| 4083 else | 4085 else |
| 4112 if test x$QMAKE = x ; then | 4114 if test x$QMAKE = x ; then |
| 4113 # Extract the first word of "qmake", so it can be a program name with args. | 4115 # Extract the first word of "qmake", so it can be a program name with args. |
| 4114 set dummy qmake; ac_word=$2 | 4116 set dummy qmake; ac_word=$2 |
| 4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4116 $as_echo_n "checking for $ac_word... " >&6; } | 4118 $as_echo_n "checking for $ac_word... " >&6; } |
| 4117 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4119 if ${ac_cv_prog_QMAKE+:} false; then : |
| 4118 $as_echo_n "(cached) " >&6 | 4120 $as_echo_n "(cached) " >&6 |
| 4119 else | 4121 else |
| 4120 if test -n "$QMAKE"; then | 4122 if test -n "$QMAKE"; then |
| 4121 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4123 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
| 4122 else | 4124 else |
| 4279 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4281 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4280 ac_status=$? | 4282 ac_status=$? |
| 4281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4283 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4282 test $ac_status = 0; }; then | 4284 test $ac_status = 0; }; then |
| 4283 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4285 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4286 test "x$?" != "x0" && pkg_failed=yes | |
| 4284 else | 4287 else |
| 4285 pkg_failed=yes | 4288 pkg_failed=yes |
| 4286 fi | 4289 fi |
| 4287 else | 4290 else |
| 4288 pkg_failed=untried | 4291 pkg_failed=untried |
| 4295 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4298 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4296 ac_status=$? | 4299 ac_status=$? |
| 4297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4298 test $ac_status = 0; }; then | 4301 test $ac_status = 0; }; then |
| 4299 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4302 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4303 test "x$?" != "x0" && pkg_failed=yes | |
| 4300 else | 4304 else |
| 4301 pkg_failed=yes | 4305 pkg_failed=yes |
| 4302 fi | 4306 fi |
| 4303 else | 4307 else |
| 4304 pkg_failed=untried | 4308 pkg_failed=untried |
| 4314 _pkg_short_errors_supported=yes | 4318 _pkg_short_errors_supported=yes |
| 4315 else | 4319 else |
| 4316 _pkg_short_errors_supported=no | 4320 _pkg_short_errors_supported=no |
| 4317 fi | 4321 fi |
| 4318 if test $_pkg_short_errors_supported = yes; then | 4322 if test $_pkg_short_errors_supported = yes; then |
| 4319 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4323 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4320 else | 4324 else |
| 4321 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4325 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4322 fi | 4326 fi |
| 4323 # Put the nasty error message in config.log where it belongs | 4327 # Put the nasty error message in config.log where it belongs |
| 4324 echo "$bz2_PKG_ERRORS" >&5 | 4328 echo "$bz2_PKG_ERRORS" >&5 |
| 4325 | 4329 |
| 4326 { $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 | 4330 { $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 |
| 4350 | 4354 |
| 4351 if test -n "$SV_MODULE_LIB"; then | 4355 if test -n "$SV_MODULE_LIB"; then |
| 4352 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4356 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4354 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4358 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4355 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4359 if eval \${$as_ac_Lib+:} false; then : |
| 4356 $as_echo_n "(cached) " >&6 | 4360 $as_echo_n "(cached) " >&6 |
| 4357 else | 4361 else |
| 4358 ac_check_lib_save_LIBS=$LIBS | 4362 ac_check_lib_save_LIBS=$LIBS |
| 4359 LIBS="-l$SV_MODULE_LIB $LIBS" | 4363 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4428 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4432 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4429 ac_status=$? | 4433 ac_status=$? |
| 4430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4434 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4431 test $ac_status = 0; }; then | 4435 test $ac_status = 0; }; then |
| 4432 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4436 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4437 test "x$?" != "x0" && pkg_failed=yes | |
| 4433 else | 4438 else |
| 4434 pkg_failed=yes | 4439 pkg_failed=yes |
| 4435 fi | 4440 fi |
| 4436 else | 4441 else |
| 4437 pkg_failed=untried | 4442 pkg_failed=untried |
| 4444 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4449 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4445 ac_status=$? | 4450 ac_status=$? |
| 4446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4447 test $ac_status = 0; }; then | 4452 test $ac_status = 0; }; then |
| 4448 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4453 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4454 test "x$?" != "x0" && pkg_failed=yes | |
| 4449 else | 4455 else |
| 4450 pkg_failed=yes | 4456 pkg_failed=yes |
| 4451 fi | 4457 fi |
| 4452 else | 4458 else |
| 4453 pkg_failed=untried | 4459 pkg_failed=untried |
| 4463 _pkg_short_errors_supported=yes | 4469 _pkg_short_errors_supported=yes |
| 4464 else | 4470 else |
| 4465 _pkg_short_errors_supported=no | 4471 _pkg_short_errors_supported=no |
| 4466 fi | 4472 fi |
| 4467 if test $_pkg_short_errors_supported = yes; then | 4473 if test $_pkg_short_errors_supported = yes; then |
| 4468 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4474 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4469 else | 4475 else |
| 4470 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4476 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4471 fi | 4477 fi |
| 4472 # Put the nasty error message in config.log where it belongs | 4478 # Put the nasty error message in config.log where it belongs |
| 4473 echo "$fftw3_PKG_ERRORS" >&5 | 4479 echo "$fftw3_PKG_ERRORS" >&5 |
| 4474 | 4480 |
| 4475 { $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 | 4481 { $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 |
| 4499 | 4505 |
| 4500 if test -n "$SV_MODULE_LIB"; then | 4506 if test -n "$SV_MODULE_LIB"; then |
| 4501 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4507 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4503 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4509 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4504 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4510 if eval \${$as_ac_Lib+:} false; then : |
| 4505 $as_echo_n "(cached) " >&6 | 4511 $as_echo_n "(cached) " >&6 |
| 4506 else | 4512 else |
| 4507 ac_check_lib_save_LIBS=$LIBS | 4513 ac_check_lib_save_LIBS=$LIBS |
| 4508 LIBS="-l$SV_MODULE_LIB $LIBS" | 4514 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4577 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4583 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4578 ac_status=$? | 4584 ac_status=$? |
| 4579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4580 test $ac_status = 0; }; then | 4586 test $ac_status = 0; }; then |
| 4581 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4587 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4588 test "x$?" != "x0" && pkg_failed=yes | |
| 4582 else | 4589 else |
| 4583 pkg_failed=yes | 4590 pkg_failed=yes |
| 4584 fi | 4591 fi |
| 4585 else | 4592 else |
| 4586 pkg_failed=untried | 4593 pkg_failed=untried |
| 4593 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4600 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4594 ac_status=$? | 4601 ac_status=$? |
| 4595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4596 test $ac_status = 0; }; then | 4603 test $ac_status = 0; }; then |
| 4597 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4604 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4605 test "x$?" != "x0" && pkg_failed=yes | |
| 4598 else | 4606 else |
| 4599 pkg_failed=yes | 4607 pkg_failed=yes |
| 4600 fi | 4608 fi |
| 4601 else | 4609 else |
| 4602 pkg_failed=untried | 4610 pkg_failed=untried |
| 4612 _pkg_short_errors_supported=yes | 4620 _pkg_short_errors_supported=yes |
| 4613 else | 4621 else |
| 4614 _pkg_short_errors_supported=no | 4622 _pkg_short_errors_supported=no |
| 4615 fi | 4623 fi |
| 4616 if test $_pkg_short_errors_supported = yes; then | 4624 if test $_pkg_short_errors_supported = yes; then |
| 4617 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4625 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4618 else | 4626 else |
| 4619 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4627 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4620 fi | 4628 fi |
| 4621 # Put the nasty error message in config.log where it belongs | 4629 # Put the nasty error message in config.log where it belongs |
| 4622 echo "$fftw3f_PKG_ERRORS" >&5 | 4630 echo "$fftw3f_PKG_ERRORS" >&5 |
| 4623 | 4631 |
| 4624 { $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 | 4632 { $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 |
| 4648 | 4656 |
| 4649 if test -n "$SV_MODULE_LIB"; then | 4657 if test -n "$SV_MODULE_LIB"; then |
| 4650 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4658 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4652 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4660 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4653 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4661 if eval \${$as_ac_Lib+:} false; then : |
| 4654 $as_echo_n "(cached) " >&6 | 4662 $as_echo_n "(cached) " >&6 |
| 4655 else | 4663 else |
| 4656 ac_check_lib_save_LIBS=$LIBS | 4664 ac_check_lib_save_LIBS=$LIBS |
| 4657 LIBS="-l$SV_MODULE_LIB $LIBS" | 4665 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4726 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4734 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4727 ac_status=$? | 4735 ac_status=$? |
| 4728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4729 test $ac_status = 0; }; then | 4737 test $ac_status = 0; }; then |
| 4730 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4738 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4739 test "x$?" != "x0" && pkg_failed=yes | |
| 4731 else | 4740 else |
| 4732 pkg_failed=yes | 4741 pkg_failed=yes |
| 4733 fi | 4742 fi |
| 4734 else | 4743 else |
| 4735 pkg_failed=untried | 4744 pkg_failed=untried |
| 4742 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4751 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4743 ac_status=$? | 4752 ac_status=$? |
| 4744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4745 test $ac_status = 0; }; then | 4754 test $ac_status = 0; }; then |
| 4746 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4755 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4756 test "x$?" != "x0" && pkg_failed=yes | |
| 4747 else | 4757 else |
| 4748 pkg_failed=yes | 4758 pkg_failed=yes |
| 4749 fi | 4759 fi |
| 4750 else | 4760 else |
| 4751 pkg_failed=untried | 4761 pkg_failed=untried |
| 4761 _pkg_short_errors_supported=yes | 4771 _pkg_short_errors_supported=yes |
| 4762 else | 4772 else |
| 4763 _pkg_short_errors_supported=no | 4773 _pkg_short_errors_supported=no |
| 4764 fi | 4774 fi |
| 4765 if test $_pkg_short_errors_supported = yes; then | 4775 if test $_pkg_short_errors_supported = yes; then |
| 4766 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4776 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4767 else | 4777 else |
| 4768 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4778 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4769 fi | 4779 fi |
| 4770 # Put the nasty error message in config.log where it belongs | 4780 # Put the nasty error message in config.log where it belongs |
| 4771 echo "$sndfile_PKG_ERRORS" >&5 | 4781 echo "$sndfile_PKG_ERRORS" >&5 |
| 4772 | 4782 |
| 4773 { $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 | 4783 { $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 |
| 4797 | 4807 |
| 4798 if test -n "$SV_MODULE_LIB"; then | 4808 if test -n "$SV_MODULE_LIB"; then |
| 4799 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4809 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4801 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4811 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4802 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4812 if eval \${$as_ac_Lib+:} false; then : |
| 4803 $as_echo_n "(cached) " >&6 | 4813 $as_echo_n "(cached) " >&6 |
| 4804 else | 4814 else |
| 4805 ac_check_lib_save_LIBS=$LIBS | 4815 ac_check_lib_save_LIBS=$LIBS |
| 4806 LIBS="-l$SV_MODULE_LIB $LIBS" | 4816 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4875 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4885 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4876 ac_status=$? | 4886 ac_status=$? |
| 4877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4878 test $ac_status = 0; }; then | 4888 test $ac_status = 0; }; then |
| 4879 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4889 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4890 test "x$?" != "x0" && pkg_failed=yes | |
| 4880 else | 4891 else |
| 4881 pkg_failed=yes | 4892 pkg_failed=yes |
| 4882 fi | 4893 fi |
| 4883 else | 4894 else |
| 4884 pkg_failed=untried | 4895 pkg_failed=untried |
| 4891 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4902 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 4892 ac_status=$? | 4903 ac_status=$? |
| 4893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 4894 test $ac_status = 0; }; then | 4905 test $ac_status = 0; }; then |
| 4895 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4906 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 4907 test "x$?" != "x0" && pkg_failed=yes | |
| 4896 else | 4908 else |
| 4897 pkg_failed=yes | 4909 pkg_failed=yes |
| 4898 fi | 4910 fi |
| 4899 else | 4911 else |
| 4900 pkg_failed=untried | 4912 pkg_failed=untried |
| 4910 _pkg_short_errors_supported=yes | 4922 _pkg_short_errors_supported=yes |
| 4911 else | 4923 else |
| 4912 _pkg_short_errors_supported=no | 4924 _pkg_short_errors_supported=no |
| 4913 fi | 4925 fi |
| 4914 if test $_pkg_short_errors_supported = yes; then | 4926 if test $_pkg_short_errors_supported = yes; then |
| 4915 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4927 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4916 else | 4928 else |
| 4917 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4929 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 4918 fi | 4930 fi |
| 4919 # Put the nasty error message in config.log where it belongs | 4931 # Put the nasty error message in config.log where it belongs |
| 4920 echo "$samplerate_PKG_ERRORS" >&5 | 4932 echo "$samplerate_PKG_ERRORS" >&5 |
| 4921 | 4933 |
| 4922 { $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 | 4934 { $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 |
| 4946 | 4958 |
| 4947 if test -n "$SV_MODULE_LIB"; then | 4959 if test -n "$SV_MODULE_LIB"; then |
| 4948 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4960 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 4950 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4962 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 4951 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4963 if eval \${$as_ac_Lib+:} false; then : |
| 4952 $as_echo_n "(cached) " >&6 | 4964 $as_echo_n "(cached) " >&6 |
| 4953 else | 4965 else |
| 4954 ac_check_lib_save_LIBS=$LIBS | 4966 ac_check_lib_save_LIBS=$LIBS |
| 4955 LIBS="-l$SV_MODULE_LIB $LIBS" | 4967 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 4956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5024 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5036 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5025 ac_status=$? | 5037 ac_status=$? |
| 5026 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5038 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5027 test $ac_status = 0; }; then | 5039 test $ac_status = 0; }; then |
| 5028 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5040 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5041 test "x$?" != "x0" && pkg_failed=yes | |
| 5029 else | 5042 else |
| 5030 pkg_failed=yes | 5043 pkg_failed=yes |
| 5031 fi | 5044 fi |
| 5032 else | 5045 else |
| 5033 pkg_failed=untried | 5046 pkg_failed=untried |
| 5040 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5053 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5041 ac_status=$? | 5054 ac_status=$? |
| 5042 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5055 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5043 test $ac_status = 0; }; then | 5056 test $ac_status = 0; }; then |
| 5044 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5057 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5058 test "x$?" != "x0" && pkg_failed=yes | |
| 5045 else | 5059 else |
| 5046 pkg_failed=yes | 5060 pkg_failed=yes |
| 5047 fi | 5061 fi |
| 5048 else | 5062 else |
| 5049 pkg_failed=untried | 5063 pkg_failed=untried |
| 5059 _pkg_short_errors_supported=yes | 5073 _pkg_short_errors_supported=yes |
| 5060 else | 5074 else |
| 5061 _pkg_short_errors_supported=no | 5075 _pkg_short_errors_supported=no |
| 5062 fi | 5076 fi |
| 5063 if test $_pkg_short_errors_supported = yes; then | 5077 if test $_pkg_short_errors_supported = yes; then |
| 5064 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5078 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5065 else | 5079 else |
| 5066 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5080 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5067 fi | 5081 fi |
| 5068 # Put the nasty error message in config.log where it belongs | 5082 # Put the nasty error message in config.log where it belongs |
| 5069 echo "$vamp_PKG_ERRORS" >&5 | 5083 echo "$vamp_PKG_ERRORS" >&5 |
| 5070 | 5084 |
| 5071 { $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 | 5085 { $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 |
| 5095 | 5109 |
| 5096 if test -n "$SV_MODULE_LIB"; then | 5110 if test -n "$SV_MODULE_LIB"; then |
| 5097 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5111 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5099 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5113 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5100 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5114 if eval \${$as_ac_Lib+:} false; then : |
| 5101 $as_echo_n "(cached) " >&6 | 5115 $as_echo_n "(cached) " >&6 |
| 5102 else | 5116 else |
| 5103 ac_check_lib_save_LIBS=$LIBS | 5117 ac_check_lib_save_LIBS=$LIBS |
| 5104 LIBS="-l$SV_MODULE_LIB $LIBS" | 5118 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5173 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5187 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5174 ac_status=$? | 5188 ac_status=$? |
| 5175 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5176 test $ac_status = 0; }; then | 5190 test $ac_status = 0; }; then |
| 5177 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5191 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5192 test "x$?" != "x0" && pkg_failed=yes | |
| 5178 else | 5193 else |
| 5179 pkg_failed=yes | 5194 pkg_failed=yes |
| 5180 fi | 5195 fi |
| 5181 else | 5196 else |
| 5182 pkg_failed=untried | 5197 pkg_failed=untried |
| 5189 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5204 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5190 ac_status=$? | 5205 ac_status=$? |
| 5191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5206 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5192 test $ac_status = 0; }; then | 5207 test $ac_status = 0; }; then |
| 5193 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5208 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5209 test "x$?" != "x0" && pkg_failed=yes | |
| 5194 else | 5210 else |
| 5195 pkg_failed=yes | 5211 pkg_failed=yes |
| 5196 fi | 5212 fi |
| 5197 else | 5213 else |
| 5198 pkg_failed=untried | 5214 pkg_failed=untried |
| 5208 _pkg_short_errors_supported=yes | 5224 _pkg_short_errors_supported=yes |
| 5209 else | 5225 else |
| 5210 _pkg_short_errors_supported=no | 5226 _pkg_short_errors_supported=no |
| 5211 fi | 5227 fi |
| 5212 if test $_pkg_short_errors_supported = yes; then | 5228 if test $_pkg_short_errors_supported = yes; then |
| 5213 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5229 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5214 else | 5230 else |
| 5215 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5231 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5216 fi | 5232 fi |
| 5217 # Put the nasty error message in config.log where it belongs | 5233 # Put the nasty error message in config.log where it belongs |
| 5218 echo "$vamphostsdk_PKG_ERRORS" >&5 | 5234 echo "$vamphostsdk_PKG_ERRORS" >&5 |
| 5219 | 5235 |
| 5220 { $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 | 5236 { $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 |
| 5244 | 5260 |
| 5245 if test -n "$SV_MODULE_LIB"; then | 5261 if test -n "$SV_MODULE_LIB"; then |
| 5246 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5262 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5248 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5264 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5249 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5265 if eval \${$as_ac_Lib+:} false; then : |
| 5250 $as_echo_n "(cached) " >&6 | 5266 $as_echo_n "(cached) " >&6 |
| 5251 else | 5267 else |
| 5252 ac_check_lib_save_LIBS=$LIBS | 5268 ac_check_lib_save_LIBS=$LIBS |
| 5253 LIBS="-l$SV_MODULE_LIB $LIBS" | 5269 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5322 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5338 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5323 ac_status=$? | 5339 ac_status=$? |
| 5324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5325 test $ac_status = 0; }; then | 5341 test $ac_status = 0; }; then |
| 5326 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5342 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5343 test "x$?" != "x0" && pkg_failed=yes | |
| 5327 else | 5344 else |
| 5328 pkg_failed=yes | 5345 pkg_failed=yes |
| 5329 fi | 5346 fi |
| 5330 else | 5347 else |
| 5331 pkg_failed=untried | 5348 pkg_failed=untried |
| 5338 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5355 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5339 ac_status=$? | 5356 ac_status=$? |
| 5340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5341 test $ac_status = 0; }; then | 5358 test $ac_status = 0; }; then |
| 5342 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5359 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5360 test "x$?" != "x0" && pkg_failed=yes | |
| 5343 else | 5361 else |
| 5344 pkg_failed=yes | 5362 pkg_failed=yes |
| 5345 fi | 5363 fi |
| 5346 else | 5364 else |
| 5347 pkg_failed=untried | 5365 pkg_failed=untried |
| 5357 _pkg_short_errors_supported=yes | 5375 _pkg_short_errors_supported=yes |
| 5358 else | 5376 else |
| 5359 _pkg_short_errors_supported=no | 5377 _pkg_short_errors_supported=no |
| 5360 fi | 5378 fi |
| 5361 if test $_pkg_short_errors_supported = yes; then | 5379 if test $_pkg_short_errors_supported = yes; then |
| 5362 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5380 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5363 else | 5381 else |
| 5364 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5382 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5365 fi | 5383 fi |
| 5366 # Put the nasty error message in config.log where it belongs | 5384 # Put the nasty error message in config.log where it belongs |
| 5367 echo "$rubberband_PKG_ERRORS" >&5 | 5385 echo "$rubberband_PKG_ERRORS" >&5 |
| 5368 | 5386 |
| 5369 { $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 | 5387 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 5393 | 5411 |
| 5394 if test -n "$SV_MODULE_LIB"; then | 5412 if test -n "$SV_MODULE_LIB"; then |
| 5395 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5413 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5397 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5415 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5398 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5416 if eval \${$as_ac_Lib+:} false; then : |
| 5399 $as_echo_n "(cached) " >&6 | 5417 $as_echo_n "(cached) " >&6 |
| 5400 else | 5418 else |
| 5401 ac_check_lib_save_LIBS=$LIBS | 5419 ac_check_lib_save_LIBS=$LIBS |
| 5402 LIBS="-l$SV_MODULE_LIB $LIBS" | 5420 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5438 | 5456 |
| 5439 fi | 5457 fi |
| 5440 fi | 5458 fi |
| 5441 | 5459 |
| 5442 | 5460 |
| 5443 SV_MODULE_MODULE=raptor | 5461 SV_MODULE_MODULE=rasqal |
| 5444 SV_MODULE_VERSION_TEST="raptor >= 1.4.20" | 5462 SV_MODULE_VERSION_TEST="rasqal >= 0.9.19" |
| 5445 SV_MODULE_HEADER=raptor.h | 5463 SV_MODULE_HEADER=rasqal/rasqal.h |
| 5446 SV_MODULE_LIB=raptor | 5464 SV_MODULE_LIB=rasqal |
| 5447 SV_MODULE_FUNC=raptor_start_parse | 5465 SV_MODULE_FUNC=rasqal_new_world |
| 5448 SV_MODULE_HAVE=HAVE_$(echo raptor | tr 'a-z' 'A-Z') | 5466 SV_MODULE_HAVE=HAVE_$(echo rasqal | tr 'a-z' 'A-Z') |
| 5449 SV_MODULE_FAILED=1 | 5467 SV_MODULE_FAILED=1 |
| 5450 if test -n "$raptor_LIBS" ; then | 5468 if test -n "$rasqal_LIBS" ; then |
| 5451 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 5469 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 5452 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 5470 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 5453 CXXFLAGS="$CXXFLAGS $raptor_CFLAGS" | 5471 CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS" |
| 5454 LIBS="$LIBS $raptor_LIBS" | 5472 LIBS="$LIBS $rasqal_LIBS" |
| 5455 SV_MODULE_FAILED="" | 5473 SV_MODULE_FAILED="" |
| 5456 fi | 5474 fi |
| 5457 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5475 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5458 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5476 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5459 fi | 5477 fi |
| 5460 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 5478 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5461 | 5479 |
| 5462 pkg_failed=no | 5480 pkg_failed=no |
| 5463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raptor" >&5 | 5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 |
| 5464 $as_echo_n "checking for raptor... " >&6; } | 5482 $as_echo_n "checking for rasqal... " >&6; } |
| 5465 | 5483 |
| 5466 if test -n "$raptor_CFLAGS"; then | 5484 if test -n "$rasqal_CFLAGS"; then |
| 5467 pkg_cv_raptor_CFLAGS="$raptor_CFLAGS" | 5485 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" |
| 5468 elif test -n "$PKG_CONFIG"; then | 5486 elif test -n "$PKG_CONFIG"; then |
| 5469 if test -n "$PKG_CONFIG" && \ | 5487 if test -n "$PKG_CONFIG" && \ |
| 5470 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5488 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5471 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5489 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5472 ac_status=$? | 5490 ac_status=$? |
| 5473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5474 test $ac_status = 0; }; then | 5492 test $ac_status = 0; }; then |
| 5475 pkg_cv_raptor_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5493 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5494 test "x$?" != "x0" && pkg_failed=yes | |
| 5476 else | 5495 else |
| 5477 pkg_failed=yes | 5496 pkg_failed=yes |
| 5478 fi | 5497 fi |
| 5479 else | 5498 else |
| 5480 pkg_failed=untried | 5499 pkg_failed=untried |
| 5481 fi | 5500 fi |
| 5482 if test -n "$raptor_LIBS"; then | 5501 if test -n "$rasqal_LIBS"; then |
| 5483 pkg_cv_raptor_LIBS="$raptor_LIBS" | 5502 pkg_cv_rasqal_LIBS="$rasqal_LIBS" |
| 5484 elif test -n "$PKG_CONFIG"; then | 5503 elif test -n "$PKG_CONFIG"; then |
| 5485 if test -n "$PKG_CONFIG" && \ | 5504 if test -n "$PKG_CONFIG" && \ |
| 5486 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5505 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5487 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5506 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5488 ac_status=$? | 5507 ac_status=$? |
| 5489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5490 test $ac_status = 0; }; then | 5509 test $ac_status = 0; }; then |
| 5491 pkg_cv_raptor_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5510 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5511 test "x$?" != "x0" && pkg_failed=yes | |
| 5492 else | 5512 else |
| 5493 pkg_failed=yes | 5513 pkg_failed=yes |
| 5494 fi | 5514 fi |
| 5495 else | 5515 else |
| 5496 pkg_failed=untried | 5516 pkg_failed=untried |
| 5506 _pkg_short_errors_supported=yes | 5526 _pkg_short_errors_supported=yes |
| 5507 else | 5527 else |
| 5508 _pkg_short_errors_supported=no | 5528 _pkg_short_errors_supported=no |
| 5509 fi | 5529 fi |
| 5510 if test $_pkg_short_errors_supported = yes; then | 5530 if test $_pkg_short_errors_supported = yes; then |
| 5511 raptor_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5531 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5512 else | 5532 else |
| 5513 raptor_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5533 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5514 fi | 5534 fi |
| 5515 # Put the nasty error message in config.log where it belongs | 5535 # Put the nasty error message in config.log where it belongs |
| 5516 echo "$raptor_PKG_ERRORS" >&5 | 5536 echo "$rasqal_PKG_ERRORS" >&5 |
| 5517 | 5537 |
| 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5538 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 5519 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5539 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5520 elif test $pkg_failed = untried; then | 5540 elif test $pkg_failed = untried; then |
| 5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 5522 $as_echo "no" >&6; } | 5542 $as_echo "no" >&6; } |
| 5523 { $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 | 5543 { $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 |
| 5524 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5544 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5525 else | 5545 else |
| 5526 raptor_CFLAGS=$pkg_cv_raptor_CFLAGS | 5546 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS |
| 5527 raptor_LIBS=$pkg_cv_raptor_LIBS | 5547 rasqal_LIBS=$pkg_cv_rasqal_LIBS |
| 5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 5529 $as_echo "yes" >&6; } | 5549 $as_echo "yes" >&6; } |
| 5530 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $raptor_CFLAGS";LIBS="$LIBS $raptor_LIBS";SV_MODULE_FAILED="" | 5550 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS";LIBS="$LIBS $rasqal_LIBS";SV_MODULE_FAILED="" |
| 5531 fi | 5551 fi |
| 5532 fi | 5552 fi |
| 5533 if test -n "$SV_MODULE_FAILED"; then | 5553 if test -n "$SV_MODULE_FAILED"; then |
| 5534 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5554 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5535 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5555 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5542 | 5562 |
| 5543 if test -n "$SV_MODULE_LIB"; then | 5563 if test -n "$SV_MODULE_LIB"; then |
| 5544 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5564 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5546 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5566 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5547 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5567 if eval \${$as_ac_Lib+:} false; then : |
| 5548 $as_echo_n "(cached) " >&6 | 5568 $as_echo_n "(cached) " >&6 |
| 5549 else | 5569 else |
| 5550 ac_check_lib_save_LIBS=$LIBS | 5570 ac_check_lib_save_LIBS=$LIBS |
| 5551 LIBS="-l$SV_MODULE_LIB $LIBS" | 5571 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5587 | 5607 |
| 5588 fi | 5608 fi |
| 5589 fi | 5609 fi |
| 5590 | 5610 |
| 5591 | 5611 |
| 5592 SV_MODULE_MODULE=rasqal | 5612 SV_MODULE_MODULE=redland |
| 5593 SV_MODULE_VERSION_TEST="rasqal >= 0.9.19" | 5613 SV_MODULE_VERSION_TEST="redland >= 1.0.10" |
| 5594 SV_MODULE_HEADER=rasqal/rasqal.h | 5614 SV_MODULE_HEADER=librdf.h |
| 5595 SV_MODULE_LIB=rasqal | 5615 SV_MODULE_LIB=rdf |
| 5596 SV_MODULE_FUNC=rasqal_new_world | 5616 SV_MODULE_FUNC=librdf_new_world |
| 5597 SV_MODULE_HAVE=HAVE_$(echo rasqal | tr 'a-z' 'A-Z') | 5617 SV_MODULE_HAVE=HAVE_$(echo redland | tr 'a-z' 'A-Z') |
| 5598 SV_MODULE_FAILED=1 | 5618 SV_MODULE_FAILED=1 |
| 5599 if test -n "$rasqal_LIBS" ; then | 5619 if test -n "$redland_LIBS" ; then |
| 5600 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 5620 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 5601 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 5621 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 5602 CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS" | 5622 CXXFLAGS="$CXXFLAGS $redland_CFLAGS" |
| 5603 LIBS="$LIBS $rasqal_LIBS" | 5623 LIBS="$LIBS $redland_LIBS" |
| 5604 SV_MODULE_FAILED="" | 5624 SV_MODULE_FAILED="" |
| 5605 fi | 5625 fi |
| 5606 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5626 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5607 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5627 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5608 fi | 5628 fi |
| 5609 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 5629 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5610 | 5630 |
| 5611 pkg_failed=no | 5631 pkg_failed=no |
| 5612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rasqal" >&5 | 5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 |
| 5613 $as_echo_n "checking for rasqal... " >&6; } | 5633 $as_echo_n "checking for redland... " >&6; } |
| 5614 | 5634 |
| 5615 if test -n "$rasqal_CFLAGS"; then | 5635 if test -n "$redland_CFLAGS"; then |
| 5616 pkg_cv_rasqal_CFLAGS="$rasqal_CFLAGS" | 5636 pkg_cv_redland_CFLAGS="$redland_CFLAGS" |
| 5617 elif test -n "$PKG_CONFIG"; then | 5637 elif test -n "$PKG_CONFIG"; then |
| 5618 if test -n "$PKG_CONFIG" && \ | 5638 if test -n "$PKG_CONFIG" && \ |
| 5619 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5639 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5620 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5640 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5621 ac_status=$? | 5641 ac_status=$? |
| 5622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5623 test $ac_status = 0; }; then | 5643 test $ac_status = 0; }; then |
| 5624 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5644 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5645 test "x$?" != "x0" && pkg_failed=yes | |
| 5625 else | 5646 else |
| 5626 pkg_failed=yes | 5647 pkg_failed=yes |
| 5627 fi | 5648 fi |
| 5628 else | 5649 else |
| 5629 pkg_failed=untried | 5650 pkg_failed=untried |
| 5630 fi | 5651 fi |
| 5631 if test -n "$rasqal_LIBS"; then | 5652 if test -n "$redland_LIBS"; then |
| 5632 pkg_cv_rasqal_LIBS="$rasqal_LIBS" | 5653 pkg_cv_redland_LIBS="$redland_LIBS" |
| 5633 elif test -n "$PKG_CONFIG"; then | 5654 elif test -n "$PKG_CONFIG"; then |
| 5634 if test -n "$PKG_CONFIG" && \ | 5655 if test -n "$PKG_CONFIG" && \ |
| 5635 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5656 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5636 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5657 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5637 ac_status=$? | 5658 ac_status=$? |
| 5638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5639 test $ac_status = 0; }; then | 5660 test $ac_status = 0; }; then |
| 5640 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5661 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5662 test "x$?" != "x0" && pkg_failed=yes | |
| 5641 else | 5663 else |
| 5642 pkg_failed=yes | 5664 pkg_failed=yes |
| 5643 fi | 5665 fi |
| 5644 else | 5666 else |
| 5645 pkg_failed=untried | 5667 pkg_failed=untried |
| 5655 _pkg_short_errors_supported=yes | 5677 _pkg_short_errors_supported=yes |
| 5656 else | 5678 else |
| 5657 _pkg_short_errors_supported=no | 5679 _pkg_short_errors_supported=no |
| 5658 fi | 5680 fi |
| 5659 if test $_pkg_short_errors_supported = yes; then | 5681 if test $_pkg_short_errors_supported = yes; then |
| 5660 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5682 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5661 else | 5683 else |
| 5662 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5684 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5663 fi | 5685 fi |
| 5664 # Put the nasty error message in config.log where it belongs | 5686 # Put the nasty error message in config.log where it belongs |
| 5665 echo "$rasqal_PKG_ERRORS" >&5 | 5687 echo "$redland_PKG_ERRORS" >&5 |
| 5666 | 5688 |
| 5667 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5689 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 5668 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5690 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5669 elif test $pkg_failed = untried; then | 5691 elif test $pkg_failed = untried; then |
| 5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 5671 $as_echo "no" >&6; } | 5693 $as_echo "no" >&6; } |
| 5672 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5694 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 5673 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5695 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5674 else | 5696 else |
| 5675 rasqal_CFLAGS=$pkg_cv_rasqal_CFLAGS | 5697 redland_CFLAGS=$pkg_cv_redland_CFLAGS |
| 5676 rasqal_LIBS=$pkg_cv_rasqal_LIBS | 5698 redland_LIBS=$pkg_cv_redland_LIBS |
| 5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 5678 $as_echo "yes" >&6; } | 5700 $as_echo "yes" >&6; } |
| 5679 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $rasqal_CFLAGS";LIBS="$LIBS $rasqal_LIBS";SV_MODULE_FAILED="" | 5701 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $redland_CFLAGS";LIBS="$LIBS $redland_LIBS";SV_MODULE_FAILED="" |
| 5680 fi | 5702 fi |
| 5681 fi | 5703 fi |
| 5682 if test -n "$SV_MODULE_FAILED"; then | 5704 if test -n "$SV_MODULE_FAILED"; then |
| 5683 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5705 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5684 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5706 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5691 | 5713 |
| 5692 if test -n "$SV_MODULE_LIB"; then | 5714 if test -n "$SV_MODULE_LIB"; then |
| 5693 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5715 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5695 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5717 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5696 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5718 if eval \${$as_ac_Lib+:} false; then : |
| 5697 $as_echo_n "(cached) " >&6 | 5719 $as_echo_n "(cached) " >&6 |
| 5698 else | 5720 else |
| 5699 ac_check_lib_save_LIBS=$LIBS | 5721 ac_check_lib_save_LIBS=$LIBS |
| 5700 LIBS="-l$SV_MODULE_LIB $LIBS" | 5722 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5736 | 5758 |
| 5737 fi | 5759 fi |
| 5738 fi | 5760 fi |
| 5739 | 5761 |
| 5740 | 5762 |
| 5741 SV_MODULE_MODULE=redland | 5763 |
| 5742 SV_MODULE_VERSION_TEST="redland >= 1.0.10" | 5764 SV_MODULE_MODULE=liblo |
| 5743 SV_MODULE_HEADER=librdf.h | 5765 SV_MODULE_VERSION_TEST="" |
| 5744 SV_MODULE_LIB=rdf | 5766 SV_MODULE_HEADER=lo/lo.h |
| 5745 SV_MODULE_FUNC=librdf_new_world | 5767 SV_MODULE_LIB=lo |
| 5746 SV_MODULE_HAVE=HAVE_$(echo redland | tr 'a-z' 'A-Z') | 5768 SV_MODULE_FUNC=lo_address_new |
| 5769 SV_MODULE_HAVE=HAVE_$(echo liblo | tr 'a-z' 'A-Z') | |
| 5747 SV_MODULE_FAILED=1 | 5770 SV_MODULE_FAILED=1 |
| 5748 if test -n "$redland_LIBS" ; then | 5771 if test -n "$liblo_LIBS" ; then |
| 5749 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 5772 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 5750 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 5773 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 5751 CXXFLAGS="$CXXFLAGS $redland_CFLAGS" | 5774 CXXFLAGS="$CXXFLAGS $liblo_CFLAGS" |
| 5752 LIBS="$LIBS $redland_LIBS" | 5775 LIBS="$LIBS $liblo_LIBS" |
| 5753 SV_MODULE_FAILED="" | 5776 SV_MODULE_FAILED="" |
| 5754 fi | 5777 fi |
| 5755 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5778 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5756 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5779 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5757 fi | 5780 fi |
| 5758 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 5781 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5759 | 5782 |
| 5760 pkg_failed=no | 5783 pkg_failed=no |
| 5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redland" >&5 | 5784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 |
| 5762 $as_echo_n "checking for redland... " >&6; } | 5785 $as_echo_n "checking for liblo... " >&6; } |
| 5763 | 5786 |
| 5764 if test -n "$redland_CFLAGS"; then | 5787 if test -n "$liblo_CFLAGS"; then |
| 5765 pkg_cv_redland_CFLAGS="$redland_CFLAGS" | 5788 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" |
| 5766 elif test -n "$PKG_CONFIG"; then | 5789 elif test -n "$PKG_CONFIG"; then |
| 5767 if test -n "$PKG_CONFIG" && \ | 5790 if test -n "$PKG_CONFIG" && \ |
| 5768 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5791 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5769 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5792 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5770 ac_status=$? | 5793 ac_status=$? |
| 5771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5772 test $ac_status = 0; }; then | 5795 test $ac_status = 0; }; then |
| 5773 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5796 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5797 test "x$?" != "x0" && pkg_failed=yes | |
| 5774 else | 5798 else |
| 5775 pkg_failed=yes | 5799 pkg_failed=yes |
| 5776 fi | 5800 fi |
| 5777 else | 5801 else |
| 5778 pkg_failed=untried | 5802 pkg_failed=untried |
| 5779 fi | 5803 fi |
| 5780 if test -n "$redland_LIBS"; then | 5804 if test -n "$liblo_LIBS"; then |
| 5781 pkg_cv_redland_LIBS="$redland_LIBS" | 5805 pkg_cv_liblo_LIBS="$liblo_LIBS" |
| 5782 elif test -n "$PKG_CONFIG"; then | 5806 elif test -n "$PKG_CONFIG"; then |
| 5783 if test -n "$PKG_CONFIG" && \ | 5807 if test -n "$PKG_CONFIG" && \ |
| 5784 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5808 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5785 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5809 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5786 ac_status=$? | 5810 ac_status=$? |
| 5787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5788 test $ac_status = 0; }; then | 5812 test $ac_status = 0; }; then |
| 5789 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5813 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5814 test "x$?" != "x0" && pkg_failed=yes | |
| 5790 else | 5815 else |
| 5791 pkg_failed=yes | 5816 pkg_failed=yes |
| 5792 fi | 5817 fi |
| 5793 else | 5818 else |
| 5794 pkg_failed=untried | 5819 pkg_failed=untried |
| 5804 _pkg_short_errors_supported=yes | 5829 _pkg_short_errors_supported=yes |
| 5805 else | 5830 else |
| 5806 _pkg_short_errors_supported=no | 5831 _pkg_short_errors_supported=no |
| 5807 fi | 5832 fi |
| 5808 if test $_pkg_short_errors_supported = yes; then | 5833 if test $_pkg_short_errors_supported = yes; then |
| 5809 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5834 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5810 else | 5835 else |
| 5811 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5836 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5812 fi | 5837 fi |
| 5813 # Put the nasty error message in config.log where it belongs | 5838 # Put the nasty error message in config.log where it belongs |
| 5814 echo "$redland_PKG_ERRORS" >&5 | 5839 echo "$liblo_PKG_ERRORS" >&5 |
| 5815 | 5840 |
| 5816 { $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 | 5841 { $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 |
| 5817 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5842 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5818 elif test $pkg_failed = untried; then | 5843 elif test $pkg_failed = untried; then |
| 5819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 5820 $as_echo "no" >&6; } | 5845 $as_echo "no" >&6; } |
| 5821 { $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 | 5846 { $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 |
| 5822 $as_echo "$as_me: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5847 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5823 else | 5848 else |
| 5824 redland_CFLAGS=$pkg_cv_redland_CFLAGS | 5849 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS |
| 5825 redland_LIBS=$pkg_cv_redland_LIBS | 5850 liblo_LIBS=$pkg_cv_liblo_LIBS |
| 5826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 5827 $as_echo "yes" >&6; } | 5852 $as_echo "yes" >&6; } |
| 5828 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $redland_CFLAGS";LIBS="$LIBS $redland_LIBS";SV_MODULE_FAILED="" | 5853 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $liblo_CFLAGS";LIBS="$LIBS $liblo_LIBS";SV_MODULE_FAILED="" |
| 5829 fi | 5854 fi |
| 5830 fi | 5855 fi |
| 5831 if test -n "$SV_MODULE_FAILED"; then | 5856 if test -n "$SV_MODULE_FAILED"; then |
| 5832 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 5857 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5833 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 5858 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5834 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5859 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5835 HAVES="$HAVES $SV_MODULE_HAVE" | 5860 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" |
| 5836 else | 5861 else |
| 5837 as_fn_error $? "Failed to find header $SV_MODULE_HEADER for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5862 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 |
| 5838 fi | 5863 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} |
| 5839 | 5864 fi |
| 5840 | 5865 |
| 5841 if test -n "$SV_MODULE_LIB"; then | 5866 |
| 5842 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5867 if test -z "$SV_MODULE_FAILED"; then |
| 5868 if test -n "$SV_MODULE_LIB"; then | |
| 5869 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 5843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5844 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5871 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5845 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5872 if eval \${$as_ac_Lib+:} false; then : |
| 5846 $as_echo_n "(cached) " >&6 | 5873 $as_echo_n "(cached) " >&6 |
| 5847 else | 5874 else |
| 5848 ac_check_lib_save_LIBS=$LIBS | 5875 ac_check_lib_save_LIBS=$LIBS |
| 5849 LIBS="-l$SV_MODULE_LIB $LIBS" | 5876 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 5850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 5879 $as_echo "$ac_res" >&6; } | 5906 $as_echo "$ac_res" >&6; } |
| 5880 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | 5907 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : |
| 5881 LIBS="$LIBS -l$SV_MODULE_LIB" | 5908 LIBS="$LIBS -l$SV_MODULE_LIB" |
| 5882 else | 5909 else |
| 5883 as_fn_error $? "Failed to find library $SV_MODULE_LIB for required module $SV_MODULE_MODULE" "$LINENO" 5 | 5910 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 |
| 5884 fi | 5911 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} |
| 5885 | 5912 fi |
| 5913 | |
| 5914 fi | |
| 5886 fi | 5915 fi |
| 5887 fi | 5916 fi |
| 5888 | 5917 |
| 5889 | 5918 |
| 5890 | 5919 SV_MODULE_MODULE=portaudio_2_0 |
| 5891 SV_MODULE_MODULE=liblo | 5920 SV_MODULE_VERSION_TEST="portaudio-2.0 >= 19" |
| 5892 SV_MODULE_VERSION_TEST="" | 5921 SV_MODULE_HEADER=portaudio.h |
| 5893 SV_MODULE_HEADER=lo/lo.h | 5922 SV_MODULE_LIB=portaudio |
| 5894 SV_MODULE_LIB=lo | 5923 SV_MODULE_FUNC=Pa_IsFormatSupported |
| 5895 SV_MODULE_FUNC=lo_address_new | 5924 SV_MODULE_HAVE=HAVE_$(echo portaudio_2_0 | tr 'a-z' 'A-Z') |
| 5896 SV_MODULE_HAVE=HAVE_$(echo liblo | tr 'a-z' 'A-Z') | |
| 5897 SV_MODULE_FAILED=1 | 5925 SV_MODULE_FAILED=1 |
| 5898 if test -n "$liblo_LIBS" ; then | 5926 if test -n "$portaudio_2_0_LIBS" ; then |
| 5899 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 5927 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 5900 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 5928 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 5901 CXXFLAGS="$CXXFLAGS $liblo_CFLAGS" | 5929 CXXFLAGS="$CXXFLAGS $portaudio_2_0_CFLAGS" |
| 5902 LIBS="$LIBS $liblo_LIBS" | 5930 LIBS="$LIBS $portaudio_2_0_LIBS" |
| 5903 SV_MODULE_FAILED="" | 5931 SV_MODULE_FAILED="" |
| 5904 fi | 5932 fi |
| 5905 if test -z "$SV_MODULE_VERSION_TEST" ; then | 5933 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 5906 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 5934 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 5907 fi | 5935 fi |
| 5908 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 5936 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 5909 | 5937 |
| 5910 pkg_failed=no | 5938 pkg_failed=no |
| 5911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblo" >&5 | 5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio_2_0" >&5 |
| 5912 $as_echo_n "checking for liblo... " >&6; } | 5940 $as_echo_n "checking for portaudio_2_0... " >&6; } |
| 5913 | 5941 |
| 5914 if test -n "$liblo_CFLAGS"; then | 5942 if test -n "$portaudio_2_0_CFLAGS"; then |
| 5915 pkg_cv_liblo_CFLAGS="$liblo_CFLAGS" | 5943 pkg_cv_portaudio_2_0_CFLAGS="$portaudio_2_0_CFLAGS" |
| 5916 elif test -n "$PKG_CONFIG"; then | 5944 elif test -n "$PKG_CONFIG"; then |
| 5917 if test -n "$PKG_CONFIG" && \ | 5945 if test -n "$PKG_CONFIG" && \ |
| 5918 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5946 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5919 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5947 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5920 ac_status=$? | 5948 ac_status=$? |
| 5921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5922 test $ac_status = 0; }; then | 5950 test $ac_status = 0; }; then |
| 5923 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5951 pkg_cv_portaudio_2_0_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5952 test "x$?" != "x0" && pkg_failed=yes | |
| 5924 else | 5953 else |
| 5925 pkg_failed=yes | 5954 pkg_failed=yes |
| 5926 fi | 5955 fi |
| 5927 else | 5956 else |
| 5928 pkg_failed=untried | 5957 pkg_failed=untried |
| 5929 fi | 5958 fi |
| 5930 if test -n "$liblo_LIBS"; then | 5959 if test -n "$portaudio_2_0_LIBS"; then |
| 5931 pkg_cv_liblo_LIBS="$liblo_LIBS" | 5960 pkg_cv_portaudio_2_0_LIBS="$portaudio_2_0_LIBS" |
| 5932 elif test -n "$PKG_CONFIG"; then | 5961 elif test -n "$PKG_CONFIG"; then |
| 5933 if test -n "$PKG_CONFIG" && \ | 5962 if test -n "$PKG_CONFIG" && \ |
| 5934 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 5963 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 5935 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5964 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 5936 ac_status=$? | 5965 ac_status=$? |
| 5937 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 5938 test $ac_status = 0; }; then | 5967 test $ac_status = 0; }; then |
| 5939 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5968 pkg_cv_portaudio_2_0_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 5969 test "x$?" != "x0" && pkg_failed=yes | |
| 5940 else | 5970 else |
| 5941 pkg_failed=yes | 5971 pkg_failed=yes |
| 5942 fi | 5972 fi |
| 5943 else | 5973 else |
| 5944 pkg_failed=untried | 5974 pkg_failed=untried |
| 5954 _pkg_short_errors_supported=yes | 5984 _pkg_short_errors_supported=yes |
| 5955 else | 5985 else |
| 5956 _pkg_short_errors_supported=no | 5986 _pkg_short_errors_supported=no |
| 5957 fi | 5987 fi |
| 5958 if test $_pkg_short_errors_supported = yes; then | 5988 if test $_pkg_short_errors_supported = yes; then |
| 5959 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5989 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5960 else | 5990 else |
| 5961 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5991 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 5962 fi | 5992 fi |
| 5963 # Put the nasty error message in config.log where it belongs | 5993 # Put the nasty error message in config.log where it belongs |
| 5964 echo "$liblo_PKG_ERRORS" >&5 | 5994 echo "$portaudio_2_0_PKG_ERRORS" >&5 |
| 5965 | 5995 |
| 5966 { $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 | 5996 { $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 |
| 5967 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 5997 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5968 elif test $pkg_failed = untried; then | 5998 elif test $pkg_failed = untried; then |
| 5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 5970 $as_echo "no" >&6; } | 6000 $as_echo "no" >&6; } |
| 5971 { $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 | 6001 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
| 5972 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6002 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 5973 else | 6003 else |
| 5974 liblo_CFLAGS=$pkg_cv_liblo_CFLAGS | 6004 portaudio_2_0_CFLAGS=$pkg_cv_portaudio_2_0_CFLAGS |
| 5975 liblo_LIBS=$pkg_cv_liblo_LIBS | 6005 portaudio_2_0_LIBS=$pkg_cv_portaudio_2_0_LIBS |
| 5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 5977 $as_echo "yes" >&6; } | 6007 $as_echo "yes" >&6; } |
| 5978 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $liblo_CFLAGS";LIBS="$LIBS $liblo_LIBS";SV_MODULE_FAILED="" | 6008 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $portaudio_2_0_CFLAGS";LIBS="$LIBS $portaudio_2_0_LIBS";SV_MODULE_FAILED="" |
| 5979 fi | 6009 fi |
| 5980 fi | 6010 fi |
| 5981 if test -n "$SV_MODULE_FAILED"; then | 6011 if test -n "$SV_MODULE_FAILED"; then |
| 5982 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6012 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 5983 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6013 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 5992 if test -z "$SV_MODULE_FAILED"; then | 6022 if test -z "$SV_MODULE_FAILED"; then |
| 5993 if test -n "$SV_MODULE_LIB"; then | 6023 if test -n "$SV_MODULE_LIB"; then |
| 5994 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6024 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 5996 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6026 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 5997 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6027 if eval \${$as_ac_Lib+:} false; then : |
| 5998 $as_echo_n "(cached) " >&6 | 6028 $as_echo_n "(cached) " >&6 |
| 5999 else | 6029 else |
| 6000 ac_check_lib_save_LIBS=$LIBS | 6030 ac_check_lib_save_LIBS=$LIBS |
| 6001 LIBS="-l$SV_MODULE_LIB $LIBS" | 6031 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6039 fi | 6069 fi |
| 6040 fi | 6070 fi |
| 6041 fi | 6071 fi |
| 6042 | 6072 |
| 6043 | 6073 |
| 6044 SV_MODULE_MODULE=portaudio_2_0 | 6074 SV_MODULE_MODULE=JACK |
| 6045 SV_MODULE_VERSION_TEST="portaudio-2.0 >= 19" | 6075 SV_MODULE_VERSION_TEST="jack >= 0.100" |
| 6046 SV_MODULE_HEADER=portaudio.h | 6076 SV_MODULE_HEADER=jack/jack.h |
| 6047 SV_MODULE_LIB=portaudio | 6077 SV_MODULE_LIB=jack |
| 6048 SV_MODULE_FUNC=Pa_IsFormatSupported | 6078 SV_MODULE_FUNC=jack_client_open |
| 6049 SV_MODULE_HAVE=HAVE_$(echo portaudio_2_0 | tr 'a-z' 'A-Z') | 6079 SV_MODULE_HAVE=HAVE_$(echo JACK | tr 'a-z' 'A-Z') |
| 6050 SV_MODULE_FAILED=1 | 6080 SV_MODULE_FAILED=1 |
| 6051 if test -n "$portaudio_2_0_LIBS" ; then | 6081 if test -n "$JACK_LIBS" ; then |
| 6052 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 6082 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 6053 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 6083 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 6054 CXXFLAGS="$CXXFLAGS $portaudio_2_0_CFLAGS" | 6084 CXXFLAGS="$CXXFLAGS $JACK_CFLAGS" |
| 6055 LIBS="$LIBS $portaudio_2_0_LIBS" | 6085 LIBS="$LIBS $JACK_LIBS" |
| 6056 SV_MODULE_FAILED="" | 6086 SV_MODULE_FAILED="" |
| 6057 fi | 6087 fi |
| 6058 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6088 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6059 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6089 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6060 fi | 6090 fi |
| 6061 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 6091 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6062 | 6092 |
| 6063 pkg_failed=no | 6093 pkg_failed=no |
| 6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for portaudio_2_0" >&5 | 6094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 |
| 6065 $as_echo_n "checking for portaudio_2_0... " >&6; } | 6095 $as_echo_n "checking for JACK... " >&6; } |
| 6066 | 6096 |
| 6067 if test -n "$portaudio_2_0_CFLAGS"; then | 6097 if test -n "$JACK_CFLAGS"; then |
| 6068 pkg_cv_portaudio_2_0_CFLAGS="$portaudio_2_0_CFLAGS" | 6098 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" |
| 6069 elif test -n "$PKG_CONFIG"; then | 6099 elif test -n "$PKG_CONFIG"; then |
| 6070 if test -n "$PKG_CONFIG" && \ | 6100 if test -n "$PKG_CONFIG" && \ |
| 6071 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6101 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6072 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6102 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6073 ac_status=$? | 6103 ac_status=$? |
| 6074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6075 test $ac_status = 0; }; then | 6105 test $ac_status = 0; }; then |
| 6076 pkg_cv_portaudio_2_0_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6106 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6107 test "x$?" != "x0" && pkg_failed=yes | |
| 6077 else | 6108 else |
| 6078 pkg_failed=yes | 6109 pkg_failed=yes |
| 6079 fi | 6110 fi |
| 6080 else | 6111 else |
| 6081 pkg_failed=untried | 6112 pkg_failed=untried |
| 6082 fi | 6113 fi |
| 6083 if test -n "$portaudio_2_0_LIBS"; then | 6114 if test -n "$JACK_LIBS"; then |
| 6084 pkg_cv_portaudio_2_0_LIBS="$portaudio_2_0_LIBS" | 6115 pkg_cv_JACK_LIBS="$JACK_LIBS" |
| 6085 elif test -n "$PKG_CONFIG"; then | 6116 elif test -n "$PKG_CONFIG"; then |
| 6086 if test -n "$PKG_CONFIG" && \ | 6117 if test -n "$PKG_CONFIG" && \ |
| 6087 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6118 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6088 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6119 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6089 ac_status=$? | 6120 ac_status=$? |
| 6090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6091 test $ac_status = 0; }; then | 6122 test $ac_status = 0; }; then |
| 6092 pkg_cv_portaudio_2_0_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6123 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6124 test "x$?" != "x0" && pkg_failed=yes | |
| 6093 else | 6125 else |
| 6094 pkg_failed=yes | 6126 pkg_failed=yes |
| 6095 fi | 6127 fi |
| 6096 else | 6128 else |
| 6097 pkg_failed=untried | 6129 pkg_failed=untried |
| 6107 _pkg_short_errors_supported=yes | 6139 _pkg_short_errors_supported=yes |
| 6108 else | 6140 else |
| 6109 _pkg_short_errors_supported=no | 6141 _pkg_short_errors_supported=no |
| 6110 fi | 6142 fi |
| 6111 if test $_pkg_short_errors_supported = yes; then | 6143 if test $_pkg_short_errors_supported = yes; then |
| 6112 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6144 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6113 else | 6145 else |
| 6114 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6146 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6115 fi | 6147 fi |
| 6116 # Put the nasty error message in config.log where it belongs | 6148 # Put the nasty error message in config.log where it belongs |
| 6117 echo "$portaudio_2_0_PKG_ERRORS" >&5 | 6149 echo "$JACK_PKG_ERRORS" >&5 |
| 6118 | 6150 |
| 6119 { $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 | 6151 { $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 |
| 6120 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6152 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6121 elif test $pkg_failed = untried; then | 6153 elif test $pkg_failed = untried; then |
| 6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6123 $as_echo "no" >&6; } | 6155 $as_echo "no" >&6; } |
| 6124 { $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 | 6156 { $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 |
| 6125 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6157 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6126 else | 6158 else |
| 6127 portaudio_2_0_CFLAGS=$pkg_cv_portaudio_2_0_CFLAGS | 6159 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS |
| 6128 portaudio_2_0_LIBS=$pkg_cv_portaudio_2_0_LIBS | 6160 JACK_LIBS=$pkg_cv_JACK_LIBS |
| 6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6130 $as_echo "yes" >&6; } | 6162 $as_echo "yes" >&6; } |
| 6131 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $portaudio_2_0_CFLAGS";LIBS="$LIBS $portaudio_2_0_LIBS";SV_MODULE_FAILED="" | 6163 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $JACK_CFLAGS";LIBS="$LIBS $JACK_LIBS";SV_MODULE_FAILED="" |
| 6132 fi | 6164 fi |
| 6133 fi | 6165 fi |
| 6134 if test -n "$SV_MODULE_FAILED"; then | 6166 if test -n "$SV_MODULE_FAILED"; then |
| 6135 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6167 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6136 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6168 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6145 if test -z "$SV_MODULE_FAILED"; then | 6177 if test -z "$SV_MODULE_FAILED"; then |
| 6146 if test -n "$SV_MODULE_LIB"; then | 6178 if test -n "$SV_MODULE_LIB"; then |
| 6147 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6179 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6149 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6181 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6150 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6182 if eval \${$as_ac_Lib+:} false; then : |
| 6151 $as_echo_n "(cached) " >&6 | 6183 $as_echo_n "(cached) " >&6 |
| 6152 else | 6184 else |
| 6153 ac_check_lib_save_LIBS=$LIBS | 6185 ac_check_lib_save_LIBS=$LIBS |
| 6154 LIBS="-l$SV_MODULE_LIB $LIBS" | 6186 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6192 fi | 6224 fi |
| 6193 fi | 6225 fi |
| 6194 fi | 6226 fi |
| 6195 | 6227 |
| 6196 | 6228 |
| 6197 SV_MODULE_MODULE=JACK | 6229 SV_MODULE_MODULE=libpulse |
| 6198 SV_MODULE_VERSION_TEST="jack >= 0.100" | 6230 SV_MODULE_VERSION_TEST="libpulse >= 0.9" |
| 6199 SV_MODULE_HEADER=jack/jack.h | 6231 SV_MODULE_HEADER=pulse/pulseaudio.h |
| 6200 SV_MODULE_LIB=jack | 6232 SV_MODULE_LIB=pulse |
| 6201 SV_MODULE_FUNC=jack_client_open | 6233 SV_MODULE_FUNC=pa_stream_new |
| 6202 SV_MODULE_HAVE=HAVE_$(echo JACK | tr 'a-z' 'A-Z') | 6234 SV_MODULE_HAVE=HAVE_$(echo libpulse | tr 'a-z' 'A-Z') |
| 6203 SV_MODULE_FAILED=1 | 6235 SV_MODULE_FAILED=1 |
| 6204 if test -n "$JACK_LIBS" ; then | 6236 if test -n "$libpulse_LIBS" ; then |
| 6205 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 6237 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 6206 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 6238 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 6207 CXXFLAGS="$CXXFLAGS $JACK_CFLAGS" | 6239 CXXFLAGS="$CXXFLAGS $libpulse_CFLAGS" |
| 6208 LIBS="$LIBS $JACK_LIBS" | 6240 LIBS="$LIBS $libpulse_LIBS" |
| 6209 SV_MODULE_FAILED="" | 6241 SV_MODULE_FAILED="" |
| 6210 fi | 6242 fi |
| 6211 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6243 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6212 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6244 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6213 fi | 6245 fi |
| 6214 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 6246 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6215 | 6247 |
| 6216 pkg_failed=no | 6248 pkg_failed=no |
| 6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JACK" >&5 | 6249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 |
| 6218 $as_echo_n "checking for JACK... " >&6; } | 6250 $as_echo_n "checking for libpulse... " >&6; } |
| 6219 | 6251 |
| 6220 if test -n "$JACK_CFLAGS"; then | 6252 if test -n "$libpulse_CFLAGS"; then |
| 6221 pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" | 6253 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" |
| 6222 elif test -n "$PKG_CONFIG"; then | 6254 elif test -n "$PKG_CONFIG"; then |
| 6223 if test -n "$PKG_CONFIG" && \ | 6255 if test -n "$PKG_CONFIG" && \ |
| 6224 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6256 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6225 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6257 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6226 ac_status=$? | 6258 ac_status=$? |
| 6227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6228 test $ac_status = 0; }; then | 6260 test $ac_status = 0; }; then |
| 6229 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6261 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6262 test "x$?" != "x0" && pkg_failed=yes | |
| 6230 else | 6263 else |
| 6231 pkg_failed=yes | 6264 pkg_failed=yes |
| 6232 fi | 6265 fi |
| 6233 else | 6266 else |
| 6234 pkg_failed=untried | 6267 pkg_failed=untried |
| 6235 fi | 6268 fi |
| 6236 if test -n "$JACK_LIBS"; then | 6269 if test -n "$libpulse_LIBS"; then |
| 6237 pkg_cv_JACK_LIBS="$JACK_LIBS" | 6270 pkg_cv_libpulse_LIBS="$libpulse_LIBS" |
| 6238 elif test -n "$PKG_CONFIG"; then | 6271 elif test -n "$PKG_CONFIG"; then |
| 6239 if test -n "$PKG_CONFIG" && \ | 6272 if test -n "$PKG_CONFIG" && \ |
| 6240 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6273 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6241 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6274 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6242 ac_status=$? | 6275 ac_status=$? |
| 6243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6244 test $ac_status = 0; }; then | 6277 test $ac_status = 0; }; then |
| 6245 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6278 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6279 test "x$?" != "x0" && pkg_failed=yes | |
| 6246 else | 6280 else |
| 6247 pkg_failed=yes | 6281 pkg_failed=yes |
| 6248 fi | 6282 fi |
| 6249 else | 6283 else |
| 6250 pkg_failed=untried | 6284 pkg_failed=untried |
| 6260 _pkg_short_errors_supported=yes | 6294 _pkg_short_errors_supported=yes |
| 6261 else | 6295 else |
| 6262 _pkg_short_errors_supported=no | 6296 _pkg_short_errors_supported=no |
| 6263 fi | 6297 fi |
| 6264 if test $_pkg_short_errors_supported = yes; then | 6298 if test $_pkg_short_errors_supported = yes; then |
| 6265 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6299 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6266 else | 6300 else |
| 6267 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6301 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6268 fi | 6302 fi |
| 6269 # Put the nasty error message in config.log where it belongs | 6303 # Put the nasty error message in config.log where it belongs |
| 6270 echo "$JACK_PKG_ERRORS" >&5 | 6304 echo "$libpulse_PKG_ERRORS" >&5 |
| 6271 | 6305 |
| 6272 { $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 | 6306 { $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 |
| 6273 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6307 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6274 elif test $pkg_failed = untried; then | 6308 elif test $pkg_failed = untried; then |
| 6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6276 $as_echo "no" >&6; } | 6310 $as_echo "no" >&6; } |
| 6277 { $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 | 6311 { $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 |
| 6278 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6312 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6279 else | 6313 else |
| 6280 JACK_CFLAGS=$pkg_cv_JACK_CFLAGS | 6314 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS |
| 6281 JACK_LIBS=$pkg_cv_JACK_LIBS | 6315 libpulse_LIBS=$pkg_cv_libpulse_LIBS |
| 6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6283 $as_echo "yes" >&6; } | 6317 $as_echo "yes" >&6; } |
| 6284 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $JACK_CFLAGS";LIBS="$LIBS $JACK_LIBS";SV_MODULE_FAILED="" | 6318 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $libpulse_CFLAGS";LIBS="$LIBS $libpulse_LIBS";SV_MODULE_FAILED="" |
| 6285 fi | 6319 fi |
| 6286 fi | 6320 fi |
| 6287 if test -n "$SV_MODULE_FAILED"; then | 6321 if test -n "$SV_MODULE_FAILED"; then |
| 6288 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6322 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6289 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6323 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6298 if test -z "$SV_MODULE_FAILED"; then | 6332 if test -z "$SV_MODULE_FAILED"; then |
| 6299 if test -n "$SV_MODULE_LIB"; then | 6333 if test -n "$SV_MODULE_LIB"; then |
| 6300 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6334 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6302 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6336 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6303 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6337 if eval \${$as_ac_Lib+:} false; then : |
| 6304 $as_echo_n "(cached) " >&6 | 6338 $as_echo_n "(cached) " >&6 |
| 6305 else | 6339 else |
| 6306 ac_check_lib_save_LIBS=$LIBS | 6340 ac_check_lib_save_LIBS=$LIBS |
| 6307 LIBS="-l$SV_MODULE_LIB $LIBS" | 6341 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6345 fi | 6379 fi |
| 6346 fi | 6380 fi |
| 6347 fi | 6381 fi |
| 6348 | 6382 |
| 6349 | 6383 |
| 6350 SV_MODULE_MODULE=libpulse | 6384 SV_MODULE_MODULE=lrdf |
| 6351 SV_MODULE_VERSION_TEST="libpulse >= 0.9" | 6385 SV_MODULE_VERSION_TEST="lrdf >= 0.2" |
| 6352 SV_MODULE_HEADER=pulse/pulseaudio.h | 6386 SV_MODULE_HEADER=lrdf.h |
| 6353 SV_MODULE_LIB=pulse | 6387 SV_MODULE_LIB=lrdf |
| 6354 SV_MODULE_FUNC=pa_stream_new | 6388 SV_MODULE_FUNC=lrdf_init |
| 6355 SV_MODULE_HAVE=HAVE_$(echo libpulse | tr 'a-z' 'A-Z') | 6389 SV_MODULE_HAVE=HAVE_$(echo lrdf | tr 'a-z' 'A-Z') |
| 6356 SV_MODULE_FAILED=1 | 6390 SV_MODULE_FAILED=1 |
| 6357 if test -n "$libpulse_LIBS" ; then | 6391 if test -n "$lrdf_LIBS" ; then |
| 6358 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 6392 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 6359 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 6393 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 6360 CXXFLAGS="$CXXFLAGS $libpulse_CFLAGS" | 6394 CXXFLAGS="$CXXFLAGS $lrdf_CFLAGS" |
| 6361 LIBS="$LIBS $libpulse_LIBS" | 6395 LIBS="$LIBS $lrdf_LIBS" |
| 6362 SV_MODULE_FAILED="" | 6396 SV_MODULE_FAILED="" |
| 6363 fi | 6397 fi |
| 6364 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6398 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6365 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6399 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6366 fi | 6400 fi |
| 6367 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 6401 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6368 | 6402 |
| 6369 pkg_failed=no | 6403 pkg_failed=no |
| 6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpulse" >&5 | 6404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 |
| 6371 $as_echo_n "checking for libpulse... " >&6; } | 6405 $as_echo_n "checking for lrdf... " >&6; } |
| 6372 | 6406 |
| 6373 if test -n "$libpulse_CFLAGS"; then | 6407 if test -n "$lrdf_CFLAGS"; then |
| 6374 pkg_cv_libpulse_CFLAGS="$libpulse_CFLAGS" | 6408 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" |
| 6375 elif test -n "$PKG_CONFIG"; then | 6409 elif test -n "$PKG_CONFIG"; then |
| 6376 if test -n "$PKG_CONFIG" && \ | 6410 if test -n "$PKG_CONFIG" && \ |
| 6377 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6411 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6378 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6412 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6379 ac_status=$? | 6413 ac_status=$? |
| 6380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6381 test $ac_status = 0; }; then | 6415 test $ac_status = 0; }; then |
| 6382 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6416 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6417 test "x$?" != "x0" && pkg_failed=yes | |
| 6383 else | 6418 else |
| 6384 pkg_failed=yes | 6419 pkg_failed=yes |
| 6385 fi | 6420 fi |
| 6386 else | 6421 else |
| 6387 pkg_failed=untried | 6422 pkg_failed=untried |
| 6388 fi | 6423 fi |
| 6389 if test -n "$libpulse_LIBS"; then | 6424 if test -n "$lrdf_LIBS"; then |
| 6390 pkg_cv_libpulse_LIBS="$libpulse_LIBS" | 6425 pkg_cv_lrdf_LIBS="$lrdf_LIBS" |
| 6391 elif test -n "$PKG_CONFIG"; then | 6426 elif test -n "$PKG_CONFIG"; then |
| 6392 if test -n "$PKG_CONFIG" && \ | 6427 if test -n "$PKG_CONFIG" && \ |
| 6393 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6428 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6394 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6429 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6395 ac_status=$? | 6430 ac_status=$? |
| 6396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6397 test $ac_status = 0; }; then | 6432 test $ac_status = 0; }; then |
| 6398 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6433 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6434 test "x$?" != "x0" && pkg_failed=yes | |
| 6399 else | 6435 else |
| 6400 pkg_failed=yes | 6436 pkg_failed=yes |
| 6401 fi | 6437 fi |
| 6402 else | 6438 else |
| 6403 pkg_failed=untried | 6439 pkg_failed=untried |
| 6413 _pkg_short_errors_supported=yes | 6449 _pkg_short_errors_supported=yes |
| 6414 else | 6450 else |
| 6415 _pkg_short_errors_supported=no | 6451 _pkg_short_errors_supported=no |
| 6416 fi | 6452 fi |
| 6417 if test $_pkg_short_errors_supported = yes; then | 6453 if test $_pkg_short_errors_supported = yes; then |
| 6418 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6454 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6419 else | 6455 else |
| 6420 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6456 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6421 fi | 6457 fi |
| 6422 # Put the nasty error message in config.log where it belongs | 6458 # Put the nasty error message in config.log where it belongs |
| 6423 echo "$libpulse_PKG_ERRORS" >&5 | 6459 echo "$lrdf_PKG_ERRORS" >&5 |
| 6424 | 6460 |
| 6425 { $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 | 6461 { $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 |
| 6426 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6462 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6427 elif test $pkg_failed = untried; then | 6463 elif test $pkg_failed = untried; then |
| 6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6429 $as_echo "no" >&6; } | 6465 $as_echo "no" >&6; } |
| 6430 { $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 | 6466 { $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 |
| 6431 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6467 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6432 else | 6468 else |
| 6433 libpulse_CFLAGS=$pkg_cv_libpulse_CFLAGS | 6469 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS |
| 6434 libpulse_LIBS=$pkg_cv_libpulse_LIBS | 6470 lrdf_LIBS=$pkg_cv_lrdf_LIBS |
| 6435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6436 $as_echo "yes" >&6; } | 6472 $as_echo "yes" >&6; } |
| 6437 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $libpulse_CFLAGS";LIBS="$LIBS $libpulse_LIBS";SV_MODULE_FAILED="" | 6473 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $lrdf_CFLAGS";LIBS="$LIBS $lrdf_LIBS";SV_MODULE_FAILED="" |
| 6438 fi | 6474 fi |
| 6439 fi | 6475 fi |
| 6440 if test -n "$SV_MODULE_FAILED"; then | 6476 if test -n "$SV_MODULE_FAILED"; then |
| 6441 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6477 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6442 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6478 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6451 if test -z "$SV_MODULE_FAILED"; then | 6487 if test -z "$SV_MODULE_FAILED"; then |
| 6452 if test -n "$SV_MODULE_LIB"; then | 6488 if test -n "$SV_MODULE_LIB"; then |
| 6453 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6489 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6455 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6491 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6456 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6492 if eval \${$as_ac_Lib+:} false; then : |
| 6457 $as_echo_n "(cached) " >&6 | 6493 $as_echo_n "(cached) " >&6 |
| 6458 else | 6494 else |
| 6459 ac_check_lib_save_LIBS=$LIBS | 6495 ac_check_lib_save_LIBS=$LIBS |
| 6460 LIBS="-l$SV_MODULE_LIB $LIBS" | 6496 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6498 fi | 6534 fi |
| 6499 fi | 6535 fi |
| 6500 fi | 6536 fi |
| 6501 | 6537 |
| 6502 | 6538 |
| 6503 SV_MODULE_MODULE=lrdf | 6539 SV_MODULE_MODULE=oggz |
| 6504 SV_MODULE_VERSION_TEST="lrdf >= 0.2" | 6540 SV_MODULE_VERSION_TEST="oggz >= 1.0.0" |
| 6505 SV_MODULE_HEADER=lrdf.h | 6541 SV_MODULE_HEADER=oggz/oggz.h |
| 6506 SV_MODULE_LIB=lrdf | 6542 SV_MODULE_LIB=oggz |
| 6507 SV_MODULE_FUNC=lrdf_init | 6543 SV_MODULE_FUNC=oggz_run |
| 6508 SV_MODULE_HAVE=HAVE_$(echo lrdf | tr 'a-z' 'A-Z') | 6544 SV_MODULE_HAVE=HAVE_$(echo oggz | tr 'a-z' 'A-Z') |
| 6509 SV_MODULE_FAILED=1 | 6545 SV_MODULE_FAILED=1 |
| 6510 if test -n "$lrdf_LIBS" ; then | 6546 if test -n "$oggz_LIBS" ; then |
| 6511 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 6547 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 6512 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 6548 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 6513 CXXFLAGS="$CXXFLAGS $lrdf_CFLAGS" | 6549 CXXFLAGS="$CXXFLAGS $oggz_CFLAGS" |
| 6514 LIBS="$LIBS $lrdf_LIBS" | 6550 LIBS="$LIBS $oggz_LIBS" |
| 6515 SV_MODULE_FAILED="" | 6551 SV_MODULE_FAILED="" |
| 6516 fi | 6552 fi |
| 6517 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6553 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6518 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6554 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6519 fi | 6555 fi |
| 6520 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 6556 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6521 | 6557 |
| 6522 pkg_failed=no | 6558 pkg_failed=no |
| 6523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrdf" >&5 | 6559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 |
| 6524 $as_echo_n "checking for lrdf... " >&6; } | 6560 $as_echo_n "checking for oggz... " >&6; } |
| 6525 | 6561 |
| 6526 if test -n "$lrdf_CFLAGS"; then | 6562 if test -n "$oggz_CFLAGS"; then |
| 6527 pkg_cv_lrdf_CFLAGS="$lrdf_CFLAGS" | 6563 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" |
| 6528 elif test -n "$PKG_CONFIG"; then | 6564 elif test -n "$PKG_CONFIG"; then |
| 6529 if test -n "$PKG_CONFIG" && \ | 6565 if test -n "$PKG_CONFIG" && \ |
| 6530 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6566 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6531 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6567 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6532 ac_status=$? | 6568 ac_status=$? |
| 6533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6534 test $ac_status = 0; }; then | 6570 test $ac_status = 0; }; then |
| 6535 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6571 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6572 test "x$?" != "x0" && pkg_failed=yes | |
| 6536 else | 6573 else |
| 6537 pkg_failed=yes | 6574 pkg_failed=yes |
| 6538 fi | 6575 fi |
| 6539 else | 6576 else |
| 6540 pkg_failed=untried | 6577 pkg_failed=untried |
| 6541 fi | 6578 fi |
| 6542 if test -n "$lrdf_LIBS"; then | 6579 if test -n "$oggz_LIBS"; then |
| 6543 pkg_cv_lrdf_LIBS="$lrdf_LIBS" | 6580 pkg_cv_oggz_LIBS="$oggz_LIBS" |
| 6544 elif test -n "$PKG_CONFIG"; then | 6581 elif test -n "$PKG_CONFIG"; then |
| 6545 if test -n "$PKG_CONFIG" && \ | 6582 if test -n "$PKG_CONFIG" && \ |
| 6546 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6583 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6547 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6584 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6548 ac_status=$? | 6585 ac_status=$? |
| 6549 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6550 test $ac_status = 0; }; then | 6587 test $ac_status = 0; }; then |
| 6551 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6588 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6589 test "x$?" != "x0" && pkg_failed=yes | |
| 6552 else | 6590 else |
| 6553 pkg_failed=yes | 6591 pkg_failed=yes |
| 6554 fi | 6592 fi |
| 6555 else | 6593 else |
| 6556 pkg_failed=untried | 6594 pkg_failed=untried |
| 6566 _pkg_short_errors_supported=yes | 6604 _pkg_short_errors_supported=yes |
| 6567 else | 6605 else |
| 6568 _pkg_short_errors_supported=no | 6606 _pkg_short_errors_supported=no |
| 6569 fi | 6607 fi |
| 6570 if test $_pkg_short_errors_supported = yes; then | 6608 if test $_pkg_short_errors_supported = yes; then |
| 6571 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6609 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6572 else | 6610 else |
| 6573 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6611 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6574 fi | 6612 fi |
| 6575 # Put the nasty error message in config.log where it belongs | 6613 # Put the nasty error message in config.log where it belongs |
| 6576 echo "$lrdf_PKG_ERRORS" >&5 | 6614 echo "$oggz_PKG_ERRORS" >&5 |
| 6577 | 6615 |
| 6578 { $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 | 6616 { $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 |
| 6579 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6617 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6580 elif test $pkg_failed = untried; then | 6618 elif test $pkg_failed = untried; then |
| 6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6582 $as_echo "no" >&6; } | 6620 $as_echo "no" >&6; } |
| 6583 { $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 | 6621 { $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 |
| 6584 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6622 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6585 else | 6623 else |
| 6586 lrdf_CFLAGS=$pkg_cv_lrdf_CFLAGS | 6624 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS |
| 6587 lrdf_LIBS=$pkg_cv_lrdf_LIBS | 6625 oggz_LIBS=$pkg_cv_oggz_LIBS |
| 6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6589 $as_echo "yes" >&6; } | 6627 $as_echo "yes" >&6; } |
| 6590 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $lrdf_CFLAGS";LIBS="$LIBS $lrdf_LIBS";SV_MODULE_FAILED="" | 6628 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $oggz_CFLAGS";LIBS="$LIBS $oggz_LIBS";SV_MODULE_FAILED="" |
| 6591 fi | 6629 fi |
| 6592 fi | 6630 fi |
| 6593 if test -n "$SV_MODULE_FAILED"; then | 6631 if test -n "$SV_MODULE_FAILED"; then |
| 6594 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6632 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6595 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6633 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6604 if test -z "$SV_MODULE_FAILED"; then | 6642 if test -z "$SV_MODULE_FAILED"; then |
| 6605 if test -n "$SV_MODULE_LIB"; then | 6643 if test -n "$SV_MODULE_LIB"; then |
| 6606 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6644 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6608 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6646 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6609 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6647 if eval \${$as_ac_Lib+:} false; then : |
| 6610 $as_echo_n "(cached) " >&6 | 6648 $as_echo_n "(cached) " >&6 |
| 6611 else | 6649 else |
| 6612 ac_check_lib_save_LIBS=$LIBS | 6650 ac_check_lib_save_LIBS=$LIBS |
| 6613 LIBS="-l$SV_MODULE_LIB $LIBS" | 6651 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6651 fi | 6689 fi |
| 6652 fi | 6690 fi |
| 6653 fi | 6691 fi |
| 6654 | 6692 |
| 6655 | 6693 |
| 6656 SV_MODULE_MODULE=oggz | 6694 SV_MODULE_MODULE=fishsound |
| 6657 SV_MODULE_VERSION_TEST="oggz >= 1.0.0" | 6695 SV_MODULE_VERSION_TEST="fishsound >= 1.0.0" |
| 6658 SV_MODULE_HEADER=oggz/oggz.h | 6696 SV_MODULE_HEADER=fishsound/fishsound.h |
| 6659 SV_MODULE_LIB=oggz | 6697 SV_MODULE_LIB=fishsound |
| 6660 SV_MODULE_FUNC=oggz_run | 6698 SV_MODULE_FUNC=fish_sound_new |
| 6661 SV_MODULE_HAVE=HAVE_$(echo oggz | tr 'a-z' 'A-Z') | 6699 SV_MODULE_HAVE=HAVE_$(echo fishsound | tr 'a-z' 'A-Z') |
| 6662 SV_MODULE_FAILED=1 | 6700 SV_MODULE_FAILED=1 |
| 6663 if test -n "$oggz_LIBS" ; then | 6701 if test -n "$fishsound_LIBS" ; then |
| 6664 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 6702 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 6665 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 6703 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 6666 CXXFLAGS="$CXXFLAGS $oggz_CFLAGS" | 6704 CXXFLAGS="$CXXFLAGS $fishsound_CFLAGS" |
| 6667 LIBS="$LIBS $oggz_LIBS" | 6705 LIBS="$LIBS $fishsound_LIBS" |
| 6668 SV_MODULE_FAILED="" | 6706 SV_MODULE_FAILED="" |
| 6669 fi | 6707 fi |
| 6670 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6708 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6671 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6709 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6672 fi | 6710 fi |
| 6673 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 6711 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6674 | 6712 |
| 6675 pkg_failed=no | 6713 pkg_failed=no |
| 6676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggz" >&5 | 6714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 |
| 6677 $as_echo_n "checking for oggz... " >&6; } | 6715 $as_echo_n "checking for fishsound... " >&6; } |
| 6678 | 6716 |
| 6679 if test -n "$oggz_CFLAGS"; then | 6717 if test -n "$fishsound_CFLAGS"; then |
| 6680 pkg_cv_oggz_CFLAGS="$oggz_CFLAGS" | 6718 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" |
| 6681 elif test -n "$PKG_CONFIG"; then | 6719 elif test -n "$PKG_CONFIG"; then |
| 6682 if test -n "$PKG_CONFIG" && \ | 6720 if test -n "$PKG_CONFIG" && \ |
| 6683 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6721 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6684 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6722 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6685 ac_status=$? | 6723 ac_status=$? |
| 6686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6687 test $ac_status = 0; }; then | 6725 test $ac_status = 0; }; then |
| 6688 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6726 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6727 test "x$?" != "x0" && pkg_failed=yes | |
| 6689 else | 6728 else |
| 6690 pkg_failed=yes | 6729 pkg_failed=yes |
| 6691 fi | 6730 fi |
| 6692 else | 6731 else |
| 6693 pkg_failed=untried | 6732 pkg_failed=untried |
| 6694 fi | 6733 fi |
| 6695 if test -n "$oggz_LIBS"; then | 6734 if test -n "$fishsound_LIBS"; then |
| 6696 pkg_cv_oggz_LIBS="$oggz_LIBS" | 6735 pkg_cv_fishsound_LIBS="$fishsound_LIBS" |
| 6697 elif test -n "$PKG_CONFIG"; then | 6736 elif test -n "$PKG_CONFIG"; then |
| 6698 if test -n "$PKG_CONFIG" && \ | 6737 if test -n "$PKG_CONFIG" && \ |
| 6699 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6738 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6700 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6739 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6701 ac_status=$? | 6740 ac_status=$? |
| 6702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6703 test $ac_status = 0; }; then | 6742 test $ac_status = 0; }; then |
| 6704 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6743 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6744 test "x$?" != "x0" && pkg_failed=yes | |
| 6705 else | 6745 else |
| 6706 pkg_failed=yes | 6746 pkg_failed=yes |
| 6707 fi | 6747 fi |
| 6708 else | 6748 else |
| 6709 pkg_failed=untried | 6749 pkg_failed=untried |
| 6719 _pkg_short_errors_supported=yes | 6759 _pkg_short_errors_supported=yes |
| 6720 else | 6760 else |
| 6721 _pkg_short_errors_supported=no | 6761 _pkg_short_errors_supported=no |
| 6722 fi | 6762 fi |
| 6723 if test $_pkg_short_errors_supported = yes; then | 6763 if test $_pkg_short_errors_supported = yes; then |
| 6724 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6764 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6725 else | 6765 else |
| 6726 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6766 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6727 fi | 6767 fi |
| 6728 # Put the nasty error message in config.log where it belongs | 6768 # Put the nasty error message in config.log where it belongs |
| 6729 echo "$oggz_PKG_ERRORS" >&5 | 6769 echo "$fishsound_PKG_ERRORS" >&5 |
| 6730 | 6770 |
| 6731 { $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 | 6771 { $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 |
| 6732 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6772 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6733 elif test $pkg_failed = untried; then | 6773 elif test $pkg_failed = untried; then |
| 6734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6735 $as_echo "no" >&6; } | 6775 $as_echo "no" >&6; } |
| 6736 { $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 | 6776 { $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 |
| 6737 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6777 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6738 else | 6778 else |
| 6739 oggz_CFLAGS=$pkg_cv_oggz_CFLAGS | 6779 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS |
| 6740 oggz_LIBS=$pkg_cv_oggz_LIBS | 6780 fishsound_LIBS=$pkg_cv_fishsound_LIBS |
| 6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6742 $as_echo "yes" >&6; } | 6782 $as_echo "yes" >&6; } |
| 6743 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $oggz_CFLAGS";LIBS="$LIBS $oggz_LIBS";SV_MODULE_FAILED="" | 6783 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $fishsound_CFLAGS";LIBS="$LIBS $fishsound_LIBS";SV_MODULE_FAILED="" |
| 6744 fi | 6784 fi |
| 6745 fi | 6785 fi |
| 6746 if test -n "$SV_MODULE_FAILED"; then | 6786 if test -n "$SV_MODULE_FAILED"; then |
| 6747 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6787 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6748 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6788 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6757 if test -z "$SV_MODULE_FAILED"; then | 6797 if test -z "$SV_MODULE_FAILED"; then |
| 6758 if test -n "$SV_MODULE_LIB"; then | 6798 if test -n "$SV_MODULE_LIB"; then |
| 6759 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6799 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6761 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6801 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6762 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6802 if eval \${$as_ac_Lib+:} false; then : |
| 6763 $as_echo_n "(cached) " >&6 | 6803 $as_echo_n "(cached) " >&6 |
| 6764 else | 6804 else |
| 6765 ac_check_lib_save_LIBS=$LIBS | 6805 ac_check_lib_save_LIBS=$LIBS |
| 6766 LIBS="-l$SV_MODULE_LIB $LIBS" | 6806 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6804 fi | 6844 fi |
| 6805 fi | 6845 fi |
| 6806 fi | 6846 fi |
| 6807 | 6847 |
| 6808 | 6848 |
| 6809 SV_MODULE_MODULE=fishsound | 6849 SV_MODULE_MODULE=mad |
| 6810 SV_MODULE_VERSION_TEST="fishsound >= 1.0.0" | 6850 SV_MODULE_VERSION_TEST="mad >= 0.15.0" |
| 6811 SV_MODULE_HEADER=fishsound/fishsound.h | 6851 SV_MODULE_HEADER=mad.h |
| 6812 SV_MODULE_LIB=fishsound | 6852 SV_MODULE_LIB=mad |
| 6813 SV_MODULE_FUNC=fish_sound_new | 6853 SV_MODULE_FUNC=mad_decoder_init |
| 6814 SV_MODULE_HAVE=HAVE_$(echo fishsound | tr 'a-z' 'A-Z') | 6854 SV_MODULE_HAVE=HAVE_$(echo mad | tr 'a-z' 'A-Z') |
| 6815 SV_MODULE_FAILED=1 | 6855 SV_MODULE_FAILED=1 |
| 6816 if test -n "$fishsound_LIBS" ; then | 6856 if test -n "$mad_LIBS" ; then |
| 6817 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | 6857 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 |
| 6818 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | 6858 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} |
| 6819 CXXFLAGS="$CXXFLAGS $fishsound_CFLAGS" | 6859 CXXFLAGS="$CXXFLAGS $mad_CFLAGS" |
| 6820 LIBS="$LIBS $fishsound_LIBS" | 6860 LIBS="$LIBS $mad_LIBS" |
| 6821 SV_MODULE_FAILED="" | 6861 SV_MODULE_FAILED="" |
| 6822 fi | 6862 fi |
| 6823 if test -z "$SV_MODULE_VERSION_TEST" ; then | 6863 if test -z "$SV_MODULE_VERSION_TEST" ; then |
| 6824 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | 6864 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE |
| 6825 fi | 6865 fi |
| 6826 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | 6866 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then |
| 6827 | 6867 |
| 6828 pkg_failed=no | 6868 pkg_failed=no |
| 6829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fishsound" >&5 | 6869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 |
| 6830 $as_echo_n "checking for fishsound... " >&6; } | 6870 $as_echo_n "checking for mad... " >&6; } |
| 6831 | 6871 |
| 6832 if test -n "$fishsound_CFLAGS"; then | 6872 if test -n "$mad_CFLAGS"; then |
| 6833 pkg_cv_fishsound_CFLAGS="$fishsound_CFLAGS" | 6873 pkg_cv_mad_CFLAGS="$mad_CFLAGS" |
| 6834 elif test -n "$PKG_CONFIG"; then | 6874 elif test -n "$PKG_CONFIG"; then |
| 6835 if test -n "$PKG_CONFIG" && \ | 6875 if test -n "$PKG_CONFIG" && \ |
| 6836 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6876 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6837 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6877 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6838 ac_status=$? | 6878 ac_status=$? |
| 6839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6840 test $ac_status = 0; }; then | 6880 test $ac_status = 0; }; then |
| 6841 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6881 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6882 test "x$?" != "x0" && pkg_failed=yes | |
| 6842 else | 6883 else |
| 6843 pkg_failed=yes | 6884 pkg_failed=yes |
| 6844 fi | 6885 fi |
| 6845 else | 6886 else |
| 6846 pkg_failed=untried | 6887 pkg_failed=untried |
| 6847 fi | 6888 fi |
| 6848 if test -n "$fishsound_LIBS"; then | 6889 if test -n "$mad_LIBS"; then |
| 6849 pkg_cv_fishsound_LIBS="$fishsound_LIBS" | 6890 pkg_cv_mad_LIBS="$mad_LIBS" |
| 6850 elif test -n "$PKG_CONFIG"; then | 6891 elif test -n "$PKG_CONFIG"; then |
| 6851 if test -n "$PKG_CONFIG" && \ | 6892 if test -n "$PKG_CONFIG" && \ |
| 6852 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | 6893 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 |
| 6853 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6894 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 6854 ac_status=$? | 6895 ac_status=$? |
| 6855 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6856 test $ac_status = 0; }; then | 6897 test $ac_status = 0; }; then |
| 6857 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6898 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 6899 test "x$?" != "x0" && pkg_failed=yes | |
| 6858 else | 6900 else |
| 6859 pkg_failed=yes | 6901 pkg_failed=yes |
| 6860 fi | 6902 fi |
| 6861 else | 6903 else |
| 6862 pkg_failed=untried | 6904 pkg_failed=untried |
| 6872 _pkg_short_errors_supported=yes | 6914 _pkg_short_errors_supported=yes |
| 6873 else | 6915 else |
| 6874 _pkg_short_errors_supported=no | 6916 _pkg_short_errors_supported=no |
| 6875 fi | 6917 fi |
| 6876 if test $_pkg_short_errors_supported = yes; then | 6918 if test $_pkg_short_errors_supported = yes; then |
| 6877 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6919 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6878 else | 6920 else |
| 6879 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6921 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 6880 fi | 6922 fi |
| 6881 # Put the nasty error message in config.log where it belongs | 6923 # Put the nasty error message in config.log where it belongs |
| 6882 echo "$fishsound_PKG_ERRORS" >&5 | 6924 echo "$mad_PKG_ERRORS" >&5 |
| 6883 | 6925 |
| 6884 { $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 | 6926 { $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 |
| 6885 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6927 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6886 elif test $pkg_failed = untried; then | 6928 elif test $pkg_failed = untried; then |
| 6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6888 $as_echo "no" >&6; } | 6930 $as_echo "no" >&6; } |
| 6889 { $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 | 6931 { $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 |
| 6890 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | 6932 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} |
| 6891 else | 6933 else |
| 6892 fishsound_CFLAGS=$pkg_cv_fishsound_CFLAGS | 6934 mad_CFLAGS=$pkg_cv_mad_CFLAGS |
| 6893 fishsound_LIBS=$pkg_cv_fishsound_LIBS | 6935 mad_LIBS=$pkg_cv_mad_LIBS |
| 6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6895 $as_echo "yes" >&6; } | 6937 $as_echo "yes" >&6; } |
| 6896 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $fishsound_CFLAGS";LIBS="$LIBS $fishsound_LIBS";SV_MODULE_FAILED="" | 6938 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $mad_CFLAGS";LIBS="$LIBS $mad_LIBS";SV_MODULE_FAILED="" |
| 6897 fi | 6939 fi |
| 6898 fi | 6940 fi |
| 6899 if test -n "$SV_MODULE_FAILED"; then | 6941 if test -n "$SV_MODULE_FAILED"; then |
| 6900 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | 6942 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` |
| 6901 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | 6943 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" |
| 6910 if test -z "$SV_MODULE_FAILED"; then | 6952 if test -z "$SV_MODULE_FAILED"; then |
| 6911 if test -n "$SV_MODULE_LIB"; then | 6953 if test -n "$SV_MODULE_LIB"; then |
| 6912 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6954 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 6914 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6956 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 6915 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6957 if eval \${$as_ac_Lib+:} false; then : |
| 6916 $as_echo_n "(cached) " >&6 | 6958 $as_echo_n "(cached) " >&6 |
| 6917 else | 6959 else |
| 6918 ac_check_lib_save_LIBS=$LIBS | 6960 ac_check_lib_save_LIBS=$LIBS |
| 6919 LIBS="-l$SV_MODULE_LIB $LIBS" | 6961 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 6920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 6957 fi | 6999 fi |
| 6958 fi | 7000 fi |
| 6959 fi | 7001 fi |
| 6960 | 7002 |
| 6961 | 7003 |
| 6962 SV_MODULE_MODULE=mad | |
| 6963 SV_MODULE_VERSION_TEST="mad >= 0.15.0" | |
| 6964 SV_MODULE_HEADER=mad.h | |
| 6965 SV_MODULE_LIB=mad | |
| 6966 SV_MODULE_FUNC=mad_decoder_init | |
| 6967 SV_MODULE_HAVE=HAVE_$(echo mad | tr 'a-z' 'A-Z') | |
| 6968 SV_MODULE_FAILED=1 | |
| 6969 if test -n "$mad_LIBS" ; then | |
| 6970 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
| 6971 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
| 6972 CXXFLAGS="$CXXFLAGS $mad_CFLAGS" | |
| 6973 LIBS="$LIBS $mad_LIBS" | |
| 6974 SV_MODULE_FAILED="" | |
| 6975 fi | |
| 6976 if test -z "$SV_MODULE_VERSION_TEST" ; then | |
| 6977 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | |
| 6978 fi | |
| 6979 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | |
| 6980 | |
| 6981 pkg_failed=no | |
| 6982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad" >&5 | |
| 6983 $as_echo_n "checking for mad... " >&6; } | |
| 6984 | |
| 6985 if test -n "$mad_CFLAGS"; then | |
| 6986 pkg_cv_mad_CFLAGS="$mad_CFLAGS" | |
| 6987 elif test -n "$PKG_CONFIG"; then | |
| 6988 if test -n "$PKG_CONFIG" && \ | |
| 6989 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | |
| 6990 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | |
| 6991 ac_status=$? | |
| 6992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
| 6993 test $ac_status = 0; }; then | |
| 6994 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | |
| 6995 else | |
| 6996 pkg_failed=yes | |
| 6997 fi | |
| 6998 else | |
| 6999 pkg_failed=untried | |
| 7000 fi | |
| 7001 if test -n "$mad_LIBS"; then | |
| 7002 pkg_cv_mad_LIBS="$mad_LIBS" | |
| 7003 elif test -n "$PKG_CONFIG"; then | |
| 7004 if test -n "$PKG_CONFIG" && \ | |
| 7005 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | |
| 7006 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | |
| 7007 ac_status=$? | |
| 7008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
| 7009 test $ac_status = 0; }; then | |
| 7010 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | |
| 7011 else | |
| 7012 pkg_failed=yes | |
| 7013 fi | |
| 7014 else | |
| 7015 pkg_failed=untried | |
| 7016 fi | |
| 7017 | |
| 7018 | |
| 7019 | |
| 7020 if test $pkg_failed = yes; then | |
| 7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7022 $as_echo "no" >&6; } | |
| 7023 | |
| 7024 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | |
| 7025 _pkg_short_errors_supported=yes | |
| 7026 else | |
| 7027 _pkg_short_errors_supported=no | |
| 7028 fi | |
| 7029 if test $_pkg_short_errors_supported = yes; then | |
| 7030 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | |
| 7031 else | |
| 7032 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | |
| 7033 fi | |
| 7034 # Put the nasty error message in config.log where it belongs | |
| 7035 echo "$mad_PKG_ERRORS" >&5 | |
| 7036 | |
| 7037 { $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 | |
| 7038 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | |
| 7039 elif test $pkg_failed = untried; then | |
| 7040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| 7041 $as_echo "no" >&6; } | |
| 7042 { $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 | |
| 7043 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | |
| 7044 else | |
| 7045 mad_CFLAGS=$pkg_cv_mad_CFLAGS | |
| 7046 mad_LIBS=$pkg_cv_mad_LIBS | |
| 7047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| 7048 $as_echo "yes" >&6; } | |
| 7049 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $mad_CFLAGS";LIBS="$LIBS $mad_LIBS";SV_MODULE_FAILED="" | |
| 7050 fi | |
| 7051 fi | |
| 7052 if test -n "$SV_MODULE_FAILED"; then | |
| 7053 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | |
| 7054 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | |
| 7055 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | |
| 7056 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | |
| 7057 else | |
| 7058 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | |
| 7059 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | |
| 7060 fi | |
| 7061 | |
| 7062 | |
| 7063 if test -z "$SV_MODULE_FAILED"; then | |
| 7064 if test -n "$SV_MODULE_LIB"; then | |
| 7065 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
| 7066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | |
| 7067 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | |
| 7068 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | |
| 7069 $as_echo_n "(cached) " >&6 | |
| 7070 else | |
| 7071 ac_check_lib_save_LIBS=$LIBS | |
| 7072 LIBS="-l$SV_MODULE_LIB $LIBS" | |
| 7073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| 7074 /* end confdefs.h. */ | |
| 7075 | |
| 7076 /* Override any GCC internal prototype to avoid an error. | |
| 7077 Use char because int might match the return type of a GCC | |
| 7078 builtin and then its argument prototype would still apply. */ | |
| 7079 #ifdef __cplusplus | |
| 7080 extern "C" | |
| 7081 #endif | |
| 7082 char $SV_MODULE_FUNC (); | |
| 7083 int | |
| 7084 main () | |
| 7085 { | |
| 7086 return $SV_MODULE_FUNC (); | |
| 7087 ; | |
| 7088 return 0; | |
| 7089 } | |
| 7090 _ACEOF | |
| 7091 if ac_fn_cxx_try_link "$LINENO"; then : | |
| 7092 eval "$as_ac_Lib=yes" | |
| 7093 else | |
| 7094 eval "$as_ac_Lib=no" | |
| 7095 fi | |
| 7096 rm -f core conftest.err conftest.$ac_objext \ | |
| 7097 conftest$ac_exeext conftest.$ac_ext | |
| 7098 LIBS=$ac_check_lib_save_LIBS | |
| 7099 fi | |
| 7100 eval ac_res=\$$as_ac_Lib | |
| 7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
| 7102 $as_echo "$ac_res" >&6; } | |
| 7103 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | |
| 7104 LIBS="$LIBS -l$SV_MODULE_LIB" | |
| 7105 else | |
| 7106 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | |
| 7107 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | |
| 7108 fi | |
| 7109 | |
| 7110 fi | |
| 7111 fi | |
| 7112 fi | |
| 7113 | |
| 7114 | |
| 7115 SV_MODULE_MODULE=id3tag | 7004 SV_MODULE_MODULE=id3tag |
| 7116 SV_MODULE_VERSION_TEST="id3tag >= 0.15.0" | 7005 SV_MODULE_VERSION_TEST="id3tag >= 0.15.0" |
| 7117 SV_MODULE_HEADER=id3tag.h | 7006 SV_MODULE_HEADER=id3tag.h |
| 7118 SV_MODULE_LIB=id3tag | 7007 SV_MODULE_LIB=id3tag |
| 7119 SV_MODULE_FUNC=id3_tag_new | 7008 SV_MODULE_FUNC=id3_tag_new |
| 7143 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7032 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 7144 ac_status=$? | 7033 ac_status=$? |
| 7145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7146 test $ac_status = 0; }; then | 7035 test $ac_status = 0; }; then |
| 7147 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7036 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 7037 test "x$?" != "x0" && pkg_failed=yes | |
| 7148 else | 7038 else |
| 7149 pkg_failed=yes | 7039 pkg_failed=yes |
| 7150 fi | 7040 fi |
| 7151 else | 7041 else |
| 7152 pkg_failed=untried | 7042 pkg_failed=untried |
| 7159 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7049 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
| 7160 ac_status=$? | 7050 ac_status=$? |
| 7161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7051 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7162 test $ac_status = 0; }; then | 7052 test $ac_status = 0; }; then |
| 7163 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7053 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
| 7054 test "x$?" != "x0" && pkg_failed=yes | |
| 7164 else | 7055 else |
| 7165 pkg_failed=yes | 7056 pkg_failed=yes |
| 7166 fi | 7057 fi |
| 7167 else | 7058 else |
| 7168 pkg_failed=untried | 7059 pkg_failed=untried |
| 7178 _pkg_short_errors_supported=yes | 7069 _pkg_short_errors_supported=yes |
| 7179 else | 7070 else |
| 7180 _pkg_short_errors_supported=no | 7071 _pkg_short_errors_supported=no |
| 7181 fi | 7072 fi |
| 7182 if test $_pkg_short_errors_supported = yes; then | 7073 if test $_pkg_short_errors_supported = yes; then |
| 7183 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 7074 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 7184 else | 7075 else |
| 7185 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 7076 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
| 7186 fi | 7077 fi |
| 7187 # Put the nasty error message in config.log where it belongs | 7078 # Put the nasty error message in config.log where it belongs |
| 7188 echo "$id3tag_PKG_ERRORS" >&5 | 7079 echo "$id3tag_PKG_ERRORS" >&5 |
| 7189 | 7080 |
| 7190 { $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 | 7081 { $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 |
| 7216 if test -z "$SV_MODULE_FAILED"; then | 7107 if test -z "$SV_MODULE_FAILED"; then |
| 7217 if test -n "$SV_MODULE_LIB"; then | 7108 if test -n "$SV_MODULE_LIB"; then |
| 7218 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7109 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
| 7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
| 7220 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7111 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
| 7221 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 7112 if eval \${$as_ac_Lib+:} false; then : |
| 7222 $as_echo_n "(cached) " >&6 | 7113 $as_echo_n "(cached) " >&6 |
| 7223 else | 7114 else |
| 7224 ac_check_lib_save_LIBS=$LIBS | 7115 ac_check_lib_save_LIBS=$LIBS |
| 7225 LIBS="-l$SV_MODULE_LIB $LIBS" | 7116 LIBS="-l$SV_MODULE_LIB $LIBS" |
| 7226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7348 t end | 7239 t end |
| 7349 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | 7240 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
| 7350 :end' >>confcache | 7241 :end' >>confcache |
| 7351 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 7242 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 7352 if test -w "$cache_file"; then | 7243 if test -w "$cache_file"; then |
| 7353 test "x$cache_file" != "x/dev/null" && | 7244 if test "x$cache_file" != "x/dev/null"; then |
| 7354 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 7245 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
| 7355 $as_echo "$as_me: updating cache $cache_file" >&6;} | 7246 $as_echo "$as_me: updating cache $cache_file" >&6;} |
| 7356 cat confcache >$cache_file | 7247 if test ! -f "$cache_file" || test -h "$cache_file"; then |
| 7248 cat confcache >"$cache_file" | |
| 7249 else | |
| 7250 case $cache_file in #( | |
| 7251 */* | ?:*) | |
| 7252 mv -f confcache "$cache_file"$$ && | |
| 7253 mv -f "$cache_file"$$ "$cache_file" ;; #( | |
| 7254 *) | |
| 7255 mv -f confcache "$cache_file" ;; | |
| 7256 esac | |
| 7257 fi | |
| 7258 fi | |
| 7357 else | 7259 else |
| 7358 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 7260 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
| 7359 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 7261 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| 7360 fi | 7262 fi |
| 7361 fi | 7263 fi |
| 7419 | 7321 |
| 7420 LTLIBOBJS=$ac_ltlibobjs | 7322 LTLIBOBJS=$ac_ltlibobjs |
| 7421 | 7323 |
| 7422 | 7324 |
| 7423 | 7325 |
| 7424 : ${CONFIG_STATUS=./config.status} | 7326 : "${CONFIG_STATUS=./config.status}" |
| 7425 ac_write_fail=0 | 7327 ac_write_fail=0 |
| 7426 ac_clean_files_save=$ac_clean_files | 7328 ac_clean_files_save=$ac_clean_files |
| 7427 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 7329 ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| 7428 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 | 7330 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
| 7429 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | 7331 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
| 7520 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 7422 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 7521 # splitting by setting IFS to empty value.) | 7423 # splitting by setting IFS to empty value.) |
| 7522 IFS=" "" $as_nl" | 7424 IFS=" "" $as_nl" |
| 7523 | 7425 |
| 7524 # Find who we are. Look in the path if we contain no directory separator. | 7426 # Find who we are. Look in the path if we contain no directory separator. |
| 7427 as_myself= | |
| 7525 case $0 in #(( | 7428 case $0 in #(( |
| 7526 *[\\/]* ) as_myself=$0 ;; | 7429 *[\\/]* ) as_myself=$0 ;; |
| 7527 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 7430 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 7528 for as_dir in $PATH | 7431 for as_dir in $PATH |
| 7529 do | 7432 do |
| 7827 # Save the log message, to keep $0 and so on meaningful, and to | 7730 # Save the log message, to keep $0 and so on meaningful, and to |
| 7828 # report actual input values of CONFIG_FILES etc. instead of their | 7731 # report actual input values of CONFIG_FILES etc. instead of their |
| 7829 # values after options handling. | 7732 # values after options handling. |
| 7830 ac_log=" | 7733 ac_log=" |
| 7831 This file was extended by SVcore $as_me 1.8, which was | 7734 This file was extended by SVcore $as_me 1.8, which was |
| 7832 generated by GNU Autoconf 2.67. Invocation command line was | 7735 generated by GNU Autoconf 2.68. Invocation command line was |
| 7833 | 7736 |
| 7834 CONFIG_FILES = $CONFIG_FILES | 7737 CONFIG_FILES = $CONFIG_FILES |
| 7835 CONFIG_HEADERS = $CONFIG_HEADERS | 7738 CONFIG_HEADERS = $CONFIG_HEADERS |
| 7836 CONFIG_LINKS = $CONFIG_LINKS | 7739 CONFIG_LINKS = $CONFIG_LINKS |
| 7837 CONFIG_COMMANDS = $CONFIG_COMMANDS | 7740 CONFIG_COMMANDS = $CONFIG_COMMANDS |
| 7880 _ACEOF | 7783 _ACEOF |
| 7881 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7784 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7882 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 7785 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 7883 ac_cs_version="\\ | 7786 ac_cs_version="\\ |
| 7884 SVcore config.status 1.8 | 7787 SVcore config.status 1.8 |
| 7885 configured by $0, generated by GNU Autoconf 2.67, | 7788 configured by $0, generated by GNU Autoconf 2.68, |
| 7886 with options \\"\$ac_cs_config\\" | 7789 with options \\"\$ac_cs_config\\" |
| 7887 | 7790 |
| 7888 Copyright (C) 2010 Free Software Foundation, Inc. | 7791 Copyright (C) 2010 Free Software Foundation, Inc. |
| 7889 This config.status script is free software; the Free Software Foundation | 7792 This config.status script is free software; the Free Software Foundation |
| 7890 gives unlimited permission to copy, distribute and modify it." | 7793 gives unlimited permission to copy, distribute and modify it." |
| 7993 for ac_config_target in $ac_config_targets | 7896 for ac_config_target in $ac_config_targets |
| 7994 do | 7897 do |
| 7995 case $ac_config_target in | 7898 case $ac_config_target in |
| 7996 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 7899 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; |
| 7997 | 7900 |
| 7998 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 7901 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 7999 esac | 7902 esac |
| 8000 done | 7903 done |
| 8001 | 7904 |
| 8002 | 7905 |
| 8003 # If the user did not use the arguments to specify the items to instantiate, | 7906 # If the user did not use the arguments to specify the items to instantiate, |
| 8014 # Hook for its removal unless debugging. | 7917 # Hook for its removal unless debugging. |
| 8015 # Note that there is a small window in which the directory will not be cleaned: | 7918 # Note that there is a small window in which the directory will not be cleaned: |
| 8016 # after its creation but before its name has been assigned to `$tmp'. | 7919 # after its creation but before its name has been assigned to `$tmp'. |
| 8017 $debug || | 7920 $debug || |
| 8018 { | 7921 { |
| 8019 tmp= | 7922 tmp= ac_tmp= |
| 8020 trap 'exit_status=$? | 7923 trap 'exit_status=$? |
| 8021 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | 7924 : "${ac_tmp:=$tmp}" |
| 7925 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | |
| 8022 ' 0 | 7926 ' 0 |
| 8023 trap 'as_fn_exit 1' 1 2 13 15 | 7927 trap 'as_fn_exit 1' 1 2 13 15 |
| 8024 } | 7928 } |
| 8025 # Create a (secure) tmp directory for tmp files. | 7929 # Create a (secure) tmp directory for tmp files. |
| 8026 | 7930 |
| 8027 { | 7931 { |
| 8028 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 7932 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
| 8029 test -n "$tmp" && test -d "$tmp" | 7933 test -d "$tmp" |
| 8030 } || | 7934 } || |
| 8031 { | 7935 { |
| 8032 tmp=./conf$$-$RANDOM | 7936 tmp=./conf$$-$RANDOM |
| 8033 (umask 077 && mkdir "$tmp") | 7937 (umask 077 && mkdir "$tmp") |
| 8034 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 7938 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 7939 ac_tmp=$tmp | |
| 8035 | 7940 |
| 8036 # Set up the scripts for CONFIG_FILES section. | 7941 # Set up the scripts for CONFIG_FILES section. |
| 8037 # No need to generate them if there are no CONFIG_FILES. | 7942 # No need to generate them if there are no CONFIG_FILES. |
| 8038 # This happens for instance with `./config.status config.h'. | 7943 # This happens for instance with `./config.status config.h'. |
| 8039 if test -n "$CONFIG_FILES"; then | 7944 if test -n "$CONFIG_FILES"; then |
| 8051 ac_cs_awk_cr='\\r' | 7956 ac_cs_awk_cr='\\r' |
| 8052 else | 7957 else |
| 8053 ac_cs_awk_cr=$ac_cr | 7958 ac_cs_awk_cr=$ac_cr |
| 8054 fi | 7959 fi |
| 8055 | 7960 |
| 8056 echo 'BEGIN {' >"$tmp/subs1.awk" && | 7961 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
| 8057 _ACEOF | 7962 _ACEOF |
| 8058 | 7963 |
| 8059 | 7964 |
| 8060 { | 7965 { |
| 8061 echo "cat >conf$$subs.awk <<_ACEOF" && | 7966 echo "cat >conf$$subs.awk <<_ACEOF" && |
| 8079 fi | 7984 fi |
| 8080 done | 7985 done |
| 8081 rm -f conf$$subs.sh | 7986 rm -f conf$$subs.sh |
| 8082 | 7987 |
| 8083 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7988 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 8084 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 7989 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
| 8085 _ACEOF | 7990 _ACEOF |
| 8086 sed -n ' | 7991 sed -n ' |
| 8087 h | 7992 h |
| 8088 s/^/S["/; s/!.*/"]=/ | 7993 s/^/S["/; s/!.*/"]=/ |
| 8089 p | 7994 p |
| 8127 } | 8032 } |
| 8128 ' >>$CONFIG_STATUS || ac_write_fail=1 | 8033 ' >>$CONFIG_STATUS || ac_write_fail=1 |
| 8129 rm -f conf$$subs.awk | 8034 rm -f conf$$subs.awk |
| 8130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8035 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 8131 _ACAWK | 8036 _ACAWK |
| 8132 cat >>"\$tmp/subs1.awk" <<_ACAWK && | 8037 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
| 8133 for (key in S) S_is_set[key] = 1 | 8038 for (key in S) S_is_set[key] = 1 |
| 8134 FS = "" | 8039 FS = "" |
| 8135 | 8040 |
| 8136 } | 8041 } |
| 8137 { | 8042 { |
| 8159 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 8064 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 8160 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 8065 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
| 8161 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 8066 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 8162 else | 8067 else |
| 8163 cat | 8068 cat |
| 8164 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 8069 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
| 8165 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 8070 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 8166 _ACEOF | 8071 _ACEOF |
| 8167 | 8072 |
| 8168 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 8073 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
| 8169 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 8074 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
| 8199 case $ac_tag in | 8104 case $ac_tag in |
| 8200 :[FHLC]) ac_mode=$ac_tag; continue;; | 8105 :[FHLC]) ac_mode=$ac_tag; continue;; |
| 8201 esac | 8106 esac |
| 8202 case $ac_mode$ac_tag in | 8107 case $ac_mode$ac_tag in |
| 8203 :[FHL]*:*);; | 8108 :[FHL]*:*);; |
| 8204 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 8109 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
| 8205 :[FH]-) ac_tag=-:-;; | 8110 :[FH]-) ac_tag=-:-;; |
| 8206 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 8111 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 8207 esac | 8112 esac |
| 8208 ac_save_IFS=$IFS | 8113 ac_save_IFS=$IFS |
| 8209 IFS=: | 8114 IFS=: |
| 8218 :[FH]) | 8123 :[FH]) |
| 8219 ac_file_inputs= | 8124 ac_file_inputs= |
| 8220 for ac_f | 8125 for ac_f |
| 8221 do | 8126 do |
| 8222 case $ac_f in | 8127 case $ac_f in |
| 8223 -) ac_f="$tmp/stdin";; | 8128 -) ac_f="$ac_tmp/stdin";; |
| 8224 *) # Look for the file first in the build tree, then in the source tree | 8129 *) # Look for the file first in the build tree, then in the source tree |
| 8225 # (if the path is not absolute). The absolute path cannot be DOS-style, | 8130 # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 8226 # because $ac_f cannot contain `:'. | 8131 # because $ac_f cannot contain `:'. |
| 8227 test -f "$ac_f" || | 8132 test -f "$ac_f" || |
| 8228 case $ac_f in | 8133 case $ac_f in |
| 8229 [\\/$]*) false;; | 8134 [\\/$]*) false;; |
| 8230 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 8135 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 8231 esac || | 8136 esac || |
| 8232 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 8137 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
| 8233 esac | 8138 esac |
| 8234 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 8139 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 8235 as_fn_append ac_file_inputs " '$ac_f'" | 8140 as_fn_append ac_file_inputs " '$ac_f'" |
| 8236 done | 8141 done |
| 8237 | 8142 |
| 8253 sed 's/[\\\\&|]/\\\\&/g'`;; #( | 8158 sed 's/[\\\\&|]/\\\\&/g'`;; #( |
| 8254 *) ac_sed_conf_input=$configure_input;; | 8159 *) ac_sed_conf_input=$configure_input;; |
| 8255 esac | 8160 esac |
| 8256 | 8161 |
| 8257 case $ac_tag in | 8162 case $ac_tag in |
| 8258 *:-:* | *:-) cat >"$tmp/stdin" \ | 8163 *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
| 8259 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 8164 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 8260 esac | 8165 esac |
| 8261 ;; | 8166 ;; |
| 8262 esac | 8167 esac |
| 8263 | 8168 |
| 8264 ac_dir=`$as_dirname -- "$ac_file" || | 8169 ac_dir=`$as_dirname -- "$ac_file" || |
| 8390 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | 8295 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
| 8391 s&@INSTALL@&$ac_INSTALL&;t t | 8296 s&@INSTALL@&$ac_INSTALL&;t t |
| 8392 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 8297 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
| 8393 $ac_datarootdir_hack | 8298 $ac_datarootdir_hack |
| 8394 " | 8299 " |
| 8395 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 8300 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
| 8396 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 8301 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 8397 | 8302 |
| 8398 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 8303 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 8399 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 8304 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
| 8400 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 8305 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
| 8306 "$ac_tmp/out"`; test -z "$ac_out"; } && | |
| 8401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8307 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 8402 which seems to be undefined. Please make sure it is defined" >&5 | 8308 which seems to be undefined. Please make sure it is defined" >&5 |
| 8403 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8309 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 8404 which seems to be undefined. Please make sure it is defined" >&2;} | 8310 which seems to be undefined. Please make sure it is defined" >&2;} |
| 8405 | 8311 |
| 8406 rm -f "$tmp/stdin" | 8312 rm -f "$ac_tmp/stdin" |
| 8407 case $ac_file in | 8313 case $ac_file in |
| 8408 -) cat "$tmp/out" && rm -f "$tmp/out";; | 8314 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
| 8409 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 8315 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
| 8410 esac \ | 8316 esac \ |
| 8411 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 8317 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 8412 ;; | 8318 ;; |
| 8413 | 8319 |
| 8414 | 8320 |
