Mercurial > hg > sonic-visualiser
comparison configure @ 488:073733da4b6c
Link in -lX11 if found (for X error handling)
author | Chris Cannam |
---|---|
date | Thu, 19 Jan 2012 14:44:35 +0000 |
parents | c4071f97a471 |
children | 066274002a4c |
comparison
equal
deleted
inserted
replaced
487:aad0c5aca114 | 488:073733da4b6c |
---|---|
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 Sonic Visualiser 1.9. | 3 # Generated by GNU Autoconf 2.68 for Sonic Visualiser 1.9. |
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." |
603 CUT | 611 CUT |
604 SHA1SUM | 612 SHA1SUM |
605 MAKEDEPEND | 613 MAKEDEPEND |
606 XARGS | 614 XARGS |
607 PERL | 615 PERL |
616 X11_LIBS | |
617 X11_CFLAGS | |
608 id3tag_LIBS | 618 id3tag_LIBS |
609 id3tag_CFLAGS | 619 id3tag_CFLAGS |
610 mad_LIBS | 620 mad_LIBS |
611 mad_CFLAGS | 621 mad_CFLAGS |
612 fishsound_LIBS | 622 fishsound_LIBS |
757 fishsound_CFLAGS | 767 fishsound_CFLAGS |
758 fishsound_LIBS | 768 fishsound_LIBS |
759 mad_CFLAGS | 769 mad_CFLAGS |
760 mad_LIBS | 770 mad_LIBS |
761 id3tag_CFLAGS | 771 id3tag_CFLAGS |
762 id3tag_LIBS' | 772 id3tag_LIBS |
773 X11_CFLAGS | |
774 X11_LIBS' | |
763 | 775 |
764 | 776 |
765 # Initialize some variables set by options. | 777 # Initialize some variables set by options. |
766 ac_init_help= | 778 ac_init_help= |
767 ac_init_version=false | 779 ac_init_version=false |
1162 *) | 1174 *) |
1163 # FIXME: should be removed in autoconf 3.0. | 1175 # FIXME: should be removed in autoconf 3.0. |
1164 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1176 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1165 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1166 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1178 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1167 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | 1179 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
1168 ;; | 1180 ;; |
1169 | 1181 |
1170 esac | 1182 esac |
1171 done | 1183 done |
1172 | 1184 |
1447 mad_CFLAGS C compiler flags for mad, overriding pkg-config | 1459 mad_CFLAGS C compiler flags for mad, overriding pkg-config |
1448 mad_LIBS linker flags for mad, overriding pkg-config | 1460 mad_LIBS linker flags for mad, overriding pkg-config |
1449 id3tag_CFLAGS | 1461 id3tag_CFLAGS |
1450 C compiler flags for id3tag, overriding pkg-config | 1462 C compiler flags for id3tag, overriding pkg-config |
1451 id3tag_LIBS linker flags for id3tag, overriding pkg-config | 1463 id3tag_LIBS linker flags for id3tag, overriding pkg-config |
1464 X11_CFLAGS C compiler flags for X11, overriding pkg-config | |
1465 X11_LIBS linker flags for X11, overriding pkg-config | |
1452 | 1466 |
1453 Use these variables to override the choices made by `configure' or to help | 1467 Use these variables to override the choices made by `configure' or to help |
1454 it to find libraries and programs with nonstandard names/locations. | 1468 it to find libraries and programs with nonstandard names/locations. |
1455 | 1469 |
1456 Report bugs to <cannam@all-day-breakfast.com>. | 1470 Report bugs to <cannam@all-day-breakfast.com>. |
1515 | 1529 |
1516 test -n "$ac_init_help" && exit $ac_status | 1530 test -n "$ac_init_help" && exit $ac_status |
1517 if $ac_init_version; then | 1531 if $ac_init_version; then |
1518 cat <<\_ACEOF | 1532 cat <<\_ACEOF |
1519 Sonic Visualiser configure 1.9 | 1533 Sonic Visualiser configure 1.9 |
1520 generated by GNU Autoconf 2.67 | 1534 generated by GNU Autoconf 2.68 |
1521 | 1535 |
1522 Copyright (C) 2010 Free Software Foundation, Inc. | 1536 Copyright (C) 2010 Free Software Foundation, Inc. |
1523 This configure script is free software; the Free Software Foundation | 1537 This configure script is free software; the Free Software Foundation |
1524 gives unlimited permission to copy, distribute and modify it. | 1538 gives unlimited permission to copy, distribute and modify it. |
1525 _ACEOF | 1539 _ACEOF |
1561 $as_echo "$as_me: failed program was:" >&5 | 1575 $as_echo "$as_me: failed program was:" >&5 |
1562 sed 's/^/| /' conftest.$ac_ext >&5 | 1576 sed 's/^/| /' conftest.$ac_ext >&5 |
1563 | 1577 |
1564 ac_retval=1 | 1578 ac_retval=1 |
1565 fi | 1579 fi |
1566 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1580 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1567 as_fn_set_status $ac_retval | 1581 as_fn_set_status $ac_retval |
1568 | 1582 |
1569 } # ac_fn_c_try_compile | 1583 } # ac_fn_c_try_compile |
1570 | 1584 |
1571 # ac_fn_cxx_try_compile LINENO | 1585 # ac_fn_cxx_try_compile LINENO |
1599 $as_echo "$as_me: failed program was:" >&5 | 1613 $as_echo "$as_me: failed program was:" >&5 |
1600 sed 's/^/| /' conftest.$ac_ext >&5 | 1614 sed 's/^/| /' conftest.$ac_ext >&5 |
1601 | 1615 |
1602 ac_retval=1 | 1616 ac_retval=1 |
1603 fi | 1617 fi |
1604 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1618 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1605 as_fn_set_status $ac_retval | 1619 as_fn_set_status $ac_retval |
1606 | 1620 |
1607 } # ac_fn_cxx_try_compile | 1621 } # ac_fn_cxx_try_compile |
1608 | 1622 |
1609 # ac_fn_cxx_try_cpp LINENO | 1623 # ac_fn_cxx_try_cpp LINENO |
1636 $as_echo "$as_me: failed program was:" >&5 | 1650 $as_echo "$as_me: failed program was:" >&5 |
1637 sed 's/^/| /' conftest.$ac_ext >&5 | 1651 sed 's/^/| /' conftest.$ac_ext >&5 |
1638 | 1652 |
1639 ac_retval=1 | 1653 ac_retval=1 |
1640 fi | 1654 fi |
1641 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1655 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1642 as_fn_set_status $ac_retval | 1656 as_fn_set_status $ac_retval |
1643 | 1657 |
1644 } # ac_fn_cxx_try_cpp | 1658 } # ac_fn_cxx_try_cpp |
1645 | 1659 |
1646 # ac_fn_cxx_try_run LINENO | 1660 # ac_fn_cxx_try_run LINENO |
1678 sed 's/^/| /' conftest.$ac_ext >&5 | 1692 sed 's/^/| /' conftest.$ac_ext >&5 |
1679 | 1693 |
1680 ac_retval=$ac_status | 1694 ac_retval=$ac_status |
1681 fi | 1695 fi |
1682 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1696 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1683 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1684 as_fn_set_status $ac_retval | 1698 as_fn_set_status $ac_retval |
1685 | 1699 |
1686 } # ac_fn_cxx_try_run | 1700 } # ac_fn_cxx_try_run |
1687 | 1701 |
1688 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES | 1702 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES |
1691 # the include files in INCLUDES and setting the cache variable VAR | 1705 # the include files in INCLUDES and setting the cache variable VAR |
1692 # accordingly. | 1706 # accordingly. |
1693 ac_fn_cxx_check_header_mongrel () | 1707 ac_fn_cxx_check_header_mongrel () |
1694 { | 1708 { |
1695 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1696 if eval "test \"\${$3+set}\"" = set; then : | 1710 if eval \${$3+:} false; then : |
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1698 $as_echo_n "checking for $2... " >&6; } | 1712 $as_echo_n "checking for $2... " >&6; } |
1699 if eval "test \"\${$3+set}\"" = set; then : | 1713 if eval \${$3+:} false; then : |
1700 $as_echo_n "(cached) " >&6 | 1714 $as_echo_n "(cached) " >&6 |
1701 fi | 1715 fi |
1702 eval ac_res=\$$3 | 1716 eval ac_res=\$$3 |
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1704 $as_echo "$ac_res" >&6; } | 1718 $as_echo "$ac_res" >&6; } |
1761 ) | sed "s/^/$as_me: WARNING: /" >&2 | 1775 ) | sed "s/^/$as_me: WARNING: /" >&2 |
1762 ;; | 1776 ;; |
1763 esac | 1777 esac |
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1765 $as_echo_n "checking for $2... " >&6; } | 1779 $as_echo_n "checking for $2... " >&6; } |
1766 if eval "test \"\${$3+set}\"" = set; then : | 1780 if eval \${$3+:} false; then : |
1767 $as_echo_n "(cached) " >&6 | 1781 $as_echo_n "(cached) " >&6 |
1768 else | 1782 else |
1769 eval "$3=\$ac_header_compiler" | 1783 eval "$3=\$ac_header_compiler" |
1770 fi | 1784 fi |
1771 eval ac_res=\$$3 | 1785 eval ac_res=\$$3 |
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1773 $as_echo "$ac_res" >&6; } | 1787 $as_echo "$ac_res" >&6; } |
1774 fi | 1788 fi |
1775 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1789 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1776 | 1790 |
1777 } # ac_fn_cxx_check_header_mongrel | 1791 } # ac_fn_cxx_check_header_mongrel |
1778 | 1792 |
1779 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES | 1793 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES |
1780 # --------------------------------------------------------- | 1794 # --------------------------------------------------------- |
1783 ac_fn_cxx_check_header_compile () | 1797 ac_fn_cxx_check_header_compile () |
1784 { | 1798 { |
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1799 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1787 $as_echo_n "checking for $2... " >&6; } | 1801 $as_echo_n "checking for $2... " >&6; } |
1788 if eval "test \"\${$3+set}\"" = set; then : | 1802 if eval \${$3+:} false; then : |
1789 $as_echo_n "(cached) " >&6 | 1803 $as_echo_n "(cached) " >&6 |
1790 else | 1804 else |
1791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1792 /* end confdefs.h. */ | 1806 /* end confdefs.h. */ |
1793 $4 | 1807 $4 |
1801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 1815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1802 fi | 1816 fi |
1803 eval ac_res=\$$3 | 1817 eval ac_res=\$$3 |
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1805 $as_echo "$ac_res" >&6; } | 1819 $as_echo "$ac_res" >&6; } |
1806 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1820 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1807 | 1821 |
1808 } # ac_fn_cxx_check_header_compile | 1822 } # ac_fn_cxx_check_header_compile |
1809 | 1823 |
1810 # ac_fn_cxx_try_link LINENO | 1824 # ac_fn_cxx_try_link LINENO |
1811 # ------------------------- | 1825 # ------------------------- |
1846 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | 1860 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
1847 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | 1861 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
1848 # interfere with the next link command; also delete a directory that is | 1862 # interfere with the next link command; also delete a directory that is |
1849 # left behind by Apple's compiler. We do this before executing the actions. | 1863 # left behind by Apple's compiler. We do this before executing the actions. |
1850 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1864 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1865 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1852 as_fn_set_status $ac_retval | 1866 as_fn_set_status $ac_retval |
1853 | 1867 |
1854 } # ac_fn_cxx_try_link | 1868 } # ac_fn_cxx_try_link |
1855 cat >config.log <<_ACEOF | 1869 cat >config.log <<_ACEOF |
1856 This file contains any messages produced by compilers while | 1870 This file contains any messages produced by compilers while |
1857 running configure, to aid debugging if configure makes a mistake. | 1871 running configure, to aid debugging if configure makes a mistake. |
1858 | 1872 |
1859 It was created by Sonic Visualiser $as_me 1.9, which was | 1873 It was created by Sonic Visualiser $as_me 1.9, which was |
1860 generated by GNU Autoconf 2.67. Invocation command line was | 1874 generated by GNU Autoconf 2.68. Invocation command line was |
1861 | 1875 |
1862 $ $0 $@ | 1876 $ $0 $@ |
1863 | 1877 |
1864 _ACEOF | 1878 _ACEOF |
1865 exec 5>>config.log | 1879 exec 5>>config.log |
2113 sed 's/^/| /' "$ac_site_file" >&5 | 2127 sed 's/^/| /' "$ac_site_file" >&5 |
2114 . "$ac_site_file" \ | 2128 . "$ac_site_file" \ |
2115 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2129 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2116 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2130 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2117 as_fn_error $? "failed to load site script $ac_site_file | 2131 as_fn_error $? "failed to load site script $ac_site_file |
2118 See \`config.log' for more details" "$LINENO" 5 ; } | 2132 See \`config.log' for more details" "$LINENO" 5; } |
2119 fi | 2133 fi |
2120 done | 2134 done |
2121 | 2135 |
2122 if test -r "$cache_file"; then | 2136 if test -r "$cache_file"; then |
2123 # Some versions of bash will fail to source /dev/null (special files | 2137 # Some versions of bash will fail to source /dev/null (special files |
2237 if test -n "$ac_tool_prefix"; then | 2251 if test -n "$ac_tool_prefix"; then |
2238 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | 2252 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
2239 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 2253 set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2241 $as_echo_n "checking for $ac_word... " >&6; } | 2255 $as_echo_n "checking for $ac_word... " >&6; } |
2242 if test "${ac_cv_prog_CC+set}" = set; then : | 2256 if ${ac_cv_prog_CC+:} false; then : |
2243 $as_echo_n "(cached) " >&6 | 2257 $as_echo_n "(cached) " >&6 |
2244 else | 2258 else |
2245 if test -n "$CC"; then | 2259 if test -n "$CC"; then |
2246 ac_cv_prog_CC="$CC" # Let the user override the test. | 2260 ac_cv_prog_CC="$CC" # Let the user override the test. |
2247 else | 2261 else |
2277 ac_ct_CC=$CC | 2291 ac_ct_CC=$CC |
2278 # Extract the first word of "gcc", so it can be a program name with args. | 2292 # Extract the first word of "gcc", so it can be a program name with args. |
2279 set dummy gcc; ac_word=$2 | 2293 set dummy gcc; ac_word=$2 |
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2281 $as_echo_n "checking for $ac_word... " >&6; } | 2295 $as_echo_n "checking for $ac_word... " >&6; } |
2282 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 2296 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
2283 $as_echo_n "(cached) " >&6 | 2297 $as_echo_n "(cached) " >&6 |
2284 else | 2298 else |
2285 if test -n "$ac_ct_CC"; then | 2299 if test -n "$ac_ct_CC"; then |
2286 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2300 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2287 else | 2301 else |
2330 if test -n "$ac_tool_prefix"; then | 2344 if test -n "$ac_tool_prefix"; then |
2331 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | 2345 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
2332 set dummy ${ac_tool_prefix}cc; ac_word=$2 | 2346 set dummy ${ac_tool_prefix}cc; ac_word=$2 |
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2334 $as_echo_n "checking for $ac_word... " >&6; } | 2348 $as_echo_n "checking for $ac_word... " >&6; } |
2335 if test "${ac_cv_prog_CC+set}" = set; then : | 2349 if ${ac_cv_prog_CC+:} false; then : |
2336 $as_echo_n "(cached) " >&6 | 2350 $as_echo_n "(cached) " >&6 |
2337 else | 2351 else |
2338 if test -n "$CC"; then | 2352 if test -n "$CC"; then |
2339 ac_cv_prog_CC="$CC" # Let the user override the test. | 2353 ac_cv_prog_CC="$CC" # Let the user override the test. |
2340 else | 2354 else |
2370 if test -z "$CC"; then | 2384 if test -z "$CC"; then |
2371 # Extract the first word of "cc", so it can be a program name with args. | 2385 # Extract the first word of "cc", so it can be a program name with args. |
2372 set dummy cc; ac_word=$2 | 2386 set dummy cc; ac_word=$2 |
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2374 $as_echo_n "checking for $ac_word... " >&6; } | 2388 $as_echo_n "checking for $ac_word... " >&6; } |
2375 if test "${ac_cv_prog_CC+set}" = set; then : | 2389 if ${ac_cv_prog_CC+:} false; then : |
2376 $as_echo_n "(cached) " >&6 | 2390 $as_echo_n "(cached) " >&6 |
2377 else | 2391 else |
2378 if test -n "$CC"; then | 2392 if test -n "$CC"; then |
2379 ac_cv_prog_CC="$CC" # Let the user override the test. | 2393 ac_cv_prog_CC="$CC" # Let the user override the test. |
2380 else | 2394 else |
2429 do | 2443 do |
2430 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 2444 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2431 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 2445 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2433 $as_echo_n "checking for $ac_word... " >&6; } | 2447 $as_echo_n "checking for $ac_word... " >&6; } |
2434 if test "${ac_cv_prog_CC+set}" = set; then : | 2448 if ${ac_cv_prog_CC+:} false; then : |
2435 $as_echo_n "(cached) " >&6 | 2449 $as_echo_n "(cached) " >&6 |
2436 else | 2450 else |
2437 if test -n "$CC"; then | 2451 if test -n "$CC"; then |
2438 ac_cv_prog_CC="$CC" # Let the user override the test. | 2452 ac_cv_prog_CC="$CC" # Let the user override the test. |
2439 else | 2453 else |
2473 do | 2487 do |
2474 # Extract the first word of "$ac_prog", so it can be a program name with args. | 2488 # Extract the first word of "$ac_prog", so it can be a program name with args. |
2475 set dummy $ac_prog; ac_word=$2 | 2489 set dummy $ac_prog; ac_word=$2 |
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2477 $as_echo_n "checking for $ac_word... " >&6; } | 2491 $as_echo_n "checking for $ac_word... " >&6; } |
2478 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 2492 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
2479 $as_echo_n "(cached) " >&6 | 2493 $as_echo_n "(cached) " >&6 |
2480 else | 2494 else |
2481 if test -n "$ac_ct_CC"; then | 2495 if test -n "$ac_ct_CC"; then |
2482 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2496 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2483 else | 2497 else |
2528 | 2542 |
2529 | 2543 |
2530 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2544 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2531 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2532 as_fn_error $? "no acceptable C compiler found in \$PATH | 2546 as_fn_error $? "no acceptable C compiler found in \$PATH |
2533 See \`config.log' for more details" "$LINENO" 5 ; } | 2547 See \`config.log' for more details" "$LINENO" 5; } |
2534 | 2548 |
2535 # Provide some information about the compiler. | 2549 # Provide some information about the compiler. |
2536 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2550 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
2537 set X $ac_compile | 2551 set X $ac_compile |
2538 ac_compiler=$2 | 2552 ac_compiler=$2 |
2643 sed 's/^/| /' conftest.$ac_ext >&5 | 2657 sed 's/^/| /' conftest.$ac_ext >&5 |
2644 | 2658 |
2645 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2659 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2646 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2660 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2647 as_fn_error 77 "C compiler cannot create executables | 2661 as_fn_error 77 "C compiler cannot create executables |
2648 See \`config.log' for more details" "$LINENO" 5 ; } | 2662 See \`config.log' for more details" "$LINENO" 5; } |
2649 else | 2663 else |
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2651 $as_echo "yes" >&6; } | 2665 $as_echo "yes" >&6; } |
2652 fi | 2666 fi |
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
2686 done | 2700 done |
2687 else | 2701 else |
2688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2702 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2690 as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 2704 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
2691 See \`config.log' for more details" "$LINENO" 5 ; } | 2705 See \`config.log' for more details" "$LINENO" 5; } |
2692 fi | 2706 fi |
2693 rm -f conftest conftest$ac_cv_exeext | 2707 rm -f conftest conftest$ac_cv_exeext |
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
2695 $as_echo "$ac_cv_exeext" >&6; } | 2709 $as_echo "$ac_cv_exeext" >&6; } |
2696 | 2710 |
2745 else | 2759 else |
2746 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2760 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2747 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2761 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2748 as_fn_error $? "cannot run C compiled programs. | 2762 as_fn_error $? "cannot run C compiled programs. |
2749 If you meant to cross compile, use \`--host'. | 2763 If you meant to cross compile, use \`--host'. |
2750 See \`config.log' for more details" "$LINENO" 5 ; } | 2764 See \`config.log' for more details" "$LINENO" 5; } |
2751 fi | 2765 fi |
2752 fi | 2766 fi |
2753 fi | 2767 fi |
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
2755 $as_echo "$cross_compiling" >&6; } | 2769 $as_echo "$cross_compiling" >&6; } |
2756 | 2770 |
2757 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | 2771 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
2758 ac_clean_files=$ac_clean_files_save | 2772 ac_clean_files=$ac_clean_files_save |
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 2773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
2760 $as_echo_n "checking for suffix of object files... " >&6; } | 2774 $as_echo_n "checking for suffix of object files... " >&6; } |
2761 if test "${ac_cv_objext+set}" = set; then : | 2775 if ${ac_cv_objext+:} false; then : |
2762 $as_echo_n "(cached) " >&6 | 2776 $as_echo_n "(cached) " >&6 |
2763 else | 2777 else |
2764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2765 /* end confdefs.h. */ | 2779 /* end confdefs.h. */ |
2766 | 2780 |
2797 sed 's/^/| /' conftest.$ac_ext >&5 | 2811 sed 's/^/| /' conftest.$ac_ext >&5 |
2798 | 2812 |
2799 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2800 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2801 as_fn_error $? "cannot compute suffix of object files: cannot compile | 2815 as_fn_error $? "cannot compute suffix of object files: cannot compile |
2802 See \`config.log' for more details" "$LINENO" 5 ; } | 2816 See \`config.log' for more details" "$LINENO" 5; } |
2803 fi | 2817 fi |
2804 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2818 rm -f conftest.$ac_cv_objext conftest.$ac_ext |
2805 fi | 2819 fi |
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
2807 $as_echo "$ac_cv_objext" >&6; } | 2821 $as_echo "$ac_cv_objext" >&6; } |
2808 OBJEXT=$ac_cv_objext | 2822 OBJEXT=$ac_cv_objext |
2809 ac_objext=$OBJEXT | 2823 ac_objext=$OBJEXT |
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
2811 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 2825 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
2812 if test "${ac_cv_c_compiler_gnu+set}" = set; then : | 2826 if ${ac_cv_c_compiler_gnu+:} false; then : |
2813 $as_echo_n "(cached) " >&6 | 2827 $as_echo_n "(cached) " >&6 |
2814 else | 2828 else |
2815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2816 /* end confdefs.h. */ | 2830 /* end confdefs.h. */ |
2817 | 2831 |
2844 fi | 2858 fi |
2845 ac_test_CFLAGS=${CFLAGS+set} | 2859 ac_test_CFLAGS=${CFLAGS+set} |
2846 ac_save_CFLAGS=$CFLAGS | 2860 ac_save_CFLAGS=$CFLAGS |
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 2861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
2848 $as_echo_n "checking whether $CC accepts -g... " >&6; } | 2862 $as_echo_n "checking whether $CC accepts -g... " >&6; } |
2849 if test "${ac_cv_prog_cc_g+set}" = set; then : | 2863 if ${ac_cv_prog_cc_g+:} false; then : |
2850 $as_echo_n "(cached) " >&6 | 2864 $as_echo_n "(cached) " >&6 |
2851 else | 2865 else |
2852 ac_save_c_werror_flag=$ac_c_werror_flag | 2866 ac_save_c_werror_flag=$ac_c_werror_flag |
2853 ac_c_werror_flag=yes | 2867 ac_c_werror_flag=yes |
2854 ac_cv_prog_cc_g=no | 2868 ac_cv_prog_cc_g=no |
2922 CFLAGS= | 2936 CFLAGS= |
2923 fi | 2937 fi |
2924 fi | 2938 fi |
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 2939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
2926 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 2940 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
2927 if test "${ac_cv_prog_cc_c89+set}" = set; then : | 2941 if ${ac_cv_prog_cc_c89+:} false; then : |
2928 $as_echo_n "(cached) " >&6 | 2942 $as_echo_n "(cached) " >&6 |
2929 else | 2943 else |
2930 ac_cv_prog_cc_c89=no | 2944 ac_cv_prog_cc_c89=no |
2931 ac_save_CC=$CC | 2945 ac_save_CC=$CC |
2932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3033 do | 3047 do |
3034 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 3048 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
3035 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 3049 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
3036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3037 $as_echo_n "checking for $ac_word... " >&6; } | 3051 $as_echo_n "checking for $ac_word... " >&6; } |
3038 if test "${ac_cv_prog_CXX+set}" = set; then : | 3052 if ${ac_cv_prog_CXX+:} false; then : |
3039 $as_echo_n "(cached) " >&6 | 3053 $as_echo_n "(cached) " >&6 |
3040 else | 3054 else |
3041 if test -n "$CXX"; then | 3055 if test -n "$CXX"; then |
3042 ac_cv_prog_CXX="$CXX" # Let the user override the test. | 3056 ac_cv_prog_CXX="$CXX" # Let the user override the test. |
3043 else | 3057 else |
3077 do | 3091 do |
3078 # Extract the first word of "$ac_prog", so it can be a program name with args. | 3092 # Extract the first word of "$ac_prog", so it can be a program name with args. |
3079 set dummy $ac_prog; ac_word=$2 | 3093 set dummy $ac_prog; ac_word=$2 |
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3081 $as_echo_n "checking for $ac_word... " >&6; } | 3095 $as_echo_n "checking for $ac_word... " >&6; } |
3082 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : | 3096 if ${ac_cv_prog_ac_ct_CXX+:} false; then : |
3083 $as_echo_n "(cached) " >&6 | 3097 $as_echo_n "(cached) " >&6 |
3084 else | 3098 else |
3085 if test -n "$ac_ct_CXX"; then | 3099 if test -n "$ac_ct_CXX"; then |
3086 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. | 3100 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. |
3087 else | 3101 else |
3155 test $ac_status = 0; } | 3169 test $ac_status = 0; } |
3156 done | 3170 done |
3157 | 3171 |
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 | 3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 |
3159 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } | 3173 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } |
3160 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : | 3174 if ${ac_cv_cxx_compiler_gnu+:} false; then : |
3161 $as_echo_n "(cached) " >&6 | 3175 $as_echo_n "(cached) " >&6 |
3162 else | 3176 else |
3163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3164 /* end confdefs.h. */ | 3178 /* end confdefs.h. */ |
3165 | 3179 |
3192 fi | 3206 fi |
3193 ac_test_CXXFLAGS=${CXXFLAGS+set} | 3207 ac_test_CXXFLAGS=${CXXFLAGS+set} |
3194 ac_save_CXXFLAGS=$CXXFLAGS | 3208 ac_save_CXXFLAGS=$CXXFLAGS |
3195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 | 3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 |
3196 $as_echo_n "checking whether $CXX accepts -g... " >&6; } | 3210 $as_echo_n "checking whether $CXX accepts -g... " >&6; } |
3197 if test "${ac_cv_prog_cxx_g+set}" = set; then : | 3211 if ${ac_cv_prog_cxx_g+:} false; then : |
3198 $as_echo_n "(cached) " >&6 | 3212 $as_echo_n "(cached) " >&6 |
3199 else | 3213 else |
3200 ac_save_cxx_werror_flag=$ac_cxx_werror_flag | 3214 ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
3201 ac_cxx_werror_flag=yes | 3215 ac_cxx_werror_flag=yes |
3202 ac_cv_prog_cxx_g=no | 3216 ac_cv_prog_cxx_g=no |
3320 # ./install, which can be erroneously created by make from ./install.sh. | 3334 # ./install, which can be erroneously created by make from ./install.sh. |
3321 # Reject install programs that cannot install multiple files. | 3335 # Reject install programs that cannot install multiple files. |
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 3336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
3323 $as_echo_n "checking for a BSD-compatible install... " >&6; } | 3337 $as_echo_n "checking for a BSD-compatible install... " >&6; } |
3324 if test -z "$INSTALL"; then | 3338 if test -z "$INSTALL"; then |
3325 if test "${ac_cv_path_install+set}" = set; then : | 3339 if ${ac_cv_path_install+:} false; then : |
3326 $as_echo_n "(cached) " >&6 | 3340 $as_echo_n "(cached) " >&6 |
3327 else | 3341 else |
3328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3329 for as_dir in $PATH | 3343 for as_dir in $PATH |
3330 do | 3344 do |
3399 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | 3413 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
3400 | 3414 |
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | 3415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
3402 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | 3416 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
3403 if test -z "$MKDIR_P"; then | 3417 if test -z "$MKDIR_P"; then |
3404 if test "${ac_cv_path_mkdir+set}" = set; then : | 3418 if ${ac_cv_path_mkdir+:} false; then : |
3405 $as_echo_n "(cached) " >&6 | 3419 $as_echo_n "(cached) " >&6 |
3406 else | 3420 else |
3407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3408 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | 3422 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
3409 do | 3423 do |
3448 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3462 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3449 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3463 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 | 3464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 |
3451 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } | 3465 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } |
3452 if test -z "$CXXCPP"; then | 3466 if test -z "$CXXCPP"; then |
3453 if test "${ac_cv_prog_CXXCPP+set}" = set; then : | 3467 if ${ac_cv_prog_CXXCPP+:} false; then : |
3454 $as_echo_n "(cached) " >&6 | 3468 $as_echo_n "(cached) " >&6 |
3455 else | 3469 else |
3456 # Double quotes because CXXCPP needs to be expanded | 3470 # Double quotes because CXXCPP needs to be expanded |
3457 for CXXCPP in "$CXX -E" "/lib/cpp" | 3471 for CXXCPP in "$CXX -E" "/lib/cpp" |
3458 do | 3472 do |
3564 | 3578 |
3565 else | 3579 else |
3566 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3580 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3567 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3581 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3568 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check | 3582 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check |
3569 See \`config.log' for more details" "$LINENO" 5 ; } | 3583 See \`config.log' for more details" "$LINENO" 5; } |
3570 fi | 3584 fi |
3571 | 3585 |
3572 ac_ext=cpp | 3586 ac_ext=cpp |
3573 ac_cpp='$CXXCPP $CPPFLAGS' | 3587 ac_cpp='$CXXCPP $CPPFLAGS' |
3574 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3588 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3576 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 3590 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
3577 | 3591 |
3578 | 3592 |
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 3593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
3580 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 3594 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
3581 if test "${ac_cv_path_GREP+set}" = set; then : | 3595 if ${ac_cv_path_GREP+:} false; then : |
3582 $as_echo_n "(cached) " >&6 | 3596 $as_echo_n "(cached) " >&6 |
3583 else | 3597 else |
3584 if test -z "$GREP"; then | 3598 if test -z "$GREP"; then |
3585 ac_path_GREP_found=false | 3599 ac_path_GREP_found=false |
3586 # Loop through the user's path and test for each of PROGNAME-LIST | 3600 # Loop through the user's path and test for each of PROGNAME-LIST |
3639 GREP="$ac_cv_path_GREP" | 3653 GREP="$ac_cv_path_GREP" |
3640 | 3654 |
3641 | 3655 |
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
3643 $as_echo_n "checking for egrep... " >&6; } | 3657 $as_echo_n "checking for egrep... " >&6; } |
3644 if test "${ac_cv_path_EGREP+set}" = set; then : | 3658 if ${ac_cv_path_EGREP+:} false; then : |
3645 $as_echo_n "(cached) " >&6 | 3659 $as_echo_n "(cached) " >&6 |
3646 else | 3660 else |
3647 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 3661 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
3648 then ac_cv_path_EGREP="$GREP -E" | 3662 then ac_cv_path_EGREP="$GREP -E" |
3649 else | 3663 else |
3706 EGREP="$ac_cv_path_EGREP" | 3720 EGREP="$ac_cv_path_EGREP" |
3707 | 3721 |
3708 | 3722 |
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 3723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
3710 $as_echo_n "checking for ANSI C header files... " >&6; } | 3724 $as_echo_n "checking for ANSI C header files... " >&6; } |
3711 if test "${ac_cv_header_stdc+set}" = set; then : | 3725 if ${ac_cv_header_stdc+:} false; then : |
3712 $as_echo_n "(cached) " >&6 | 3726 $as_echo_n "(cached) " >&6 |
3713 else | 3727 else |
3714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3715 /* end confdefs.h. */ | 3729 /* end confdefs.h. */ |
3716 #include <stdlib.h> | 3730 #include <stdlib.h> |
3828 | 3842 |
3829 | 3843 |
3830 | 3844 |
3831 | 3845 |
3832 | 3846 |
3847 | |
3833 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 3848 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
3834 if test -n "$ac_tool_prefix"; then | 3849 if test -n "$ac_tool_prefix"; then |
3835 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 3850 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
3836 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 | 3851 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 |
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3838 $as_echo_n "checking for $ac_word... " >&6; } | 3853 $as_echo_n "checking for $ac_word... " >&6; } |
3839 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 3854 if ${ac_cv_path_PKG_CONFIG+:} false; then : |
3840 $as_echo_n "(cached) " >&6 | 3855 $as_echo_n "(cached) " >&6 |
3841 else | 3856 else |
3842 case $PKG_CONFIG in | 3857 case $PKG_CONFIG in |
3843 [\\/]* | ?:[\\/]*) | 3858 [\\/]* | ?:[\\/]*) |
3844 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | 3859 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
3877 ac_pt_PKG_CONFIG=$PKG_CONFIG | 3892 ac_pt_PKG_CONFIG=$PKG_CONFIG |
3878 # Extract the first word of "pkg-config", so it can be a program name with args. | 3893 # Extract the first word of "pkg-config", so it can be a program name with args. |
3879 set dummy pkg-config; ac_word=$2 | 3894 set dummy pkg-config; ac_word=$2 |
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3881 $as_echo_n "checking for $ac_word... " >&6; } | 3896 $as_echo_n "checking for $ac_word... " >&6; } |
3882 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : | 3897 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : |
3883 $as_echo_n "(cached) " >&6 | 3898 $as_echo_n "(cached) " >&6 |
3884 else | 3899 else |
3885 case $ac_pt_PKG_CONFIG in | 3900 case $ac_pt_PKG_CONFIG in |
3886 [\\/]* | ?:[\\/]*) | 3901 [\\/]* | ?:[\\/]*) |
3887 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. | 3902 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. |
3950 if test x$QMAKE = x ; then | 3965 if test x$QMAKE = x ; then |
3951 # Extract the first word of "qmake-qt4", so it can be a program name with args. | 3966 # Extract the first word of "qmake-qt4", so it can be a program name with args. |
3952 set dummy qmake-qt4; ac_word=$2 | 3967 set dummy qmake-qt4; ac_word=$2 |
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3954 $as_echo_n "checking for $ac_word... " >&6; } | 3969 $as_echo_n "checking for $ac_word... " >&6; } |
3955 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 3970 if ${ac_cv_prog_QMAKE+:} false; then : |
3956 $as_echo_n "(cached) " >&6 | 3971 $as_echo_n "(cached) " >&6 |
3957 else | 3972 else |
3958 if test -n "$QMAKE"; then | 3973 if test -n "$QMAKE"; then |
3959 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 3974 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
3960 else | 3975 else |
3989 if test x$QMAKE = x ; then | 4004 if test x$QMAKE = x ; then |
3990 # Extract the first word of "qmake", so it can be a program name with args. | 4005 # Extract the first word of "qmake", so it can be a program name with args. |
3991 set dummy qmake; ac_word=$2 | 4006 set dummy qmake; ac_word=$2 |
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3993 $as_echo_n "checking for $ac_word... " >&6; } | 4008 $as_echo_n "checking for $ac_word... " >&6; } |
3994 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4009 if ${ac_cv_prog_QMAKE+:} false; then : |
3995 $as_echo_n "(cached) " >&6 | 4010 $as_echo_n "(cached) " >&6 |
3996 else | 4011 else |
3997 if test -n "$QMAKE"; then | 4012 if test -n "$QMAKE"; then |
3998 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4013 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
3999 else | 4014 else |
4028 if test x$QMAKE = x ; then | 4043 if test x$QMAKE = x ; then |
4029 # Extract the first word of "qmake.exe", so it can be a program name with args. | 4044 # Extract the first word of "qmake.exe", so it can be a program name with args. |
4030 set dummy qmake.exe; ac_word=$2 | 4045 set dummy qmake.exe; ac_word=$2 |
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4032 $as_echo_n "checking for $ac_word... " >&6; } | 4047 $as_echo_n "checking for $ac_word... " >&6; } |
4033 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4048 if ${ac_cv_prog_QMAKE+:} false; then : |
4034 $as_echo_n "(cached) " >&6 | 4049 $as_echo_n "(cached) " >&6 |
4035 else | 4050 else |
4036 if test -n "$QMAKE"; then | 4051 if test -n "$QMAKE"; then |
4037 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4052 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
4038 else | 4053 else |
4067 if test x$QMAKE = x ; then | 4082 if test x$QMAKE = x ; then |
4068 # Extract the first word of "qmake-qt4", so it can be a program name with args. | 4083 # Extract the first word of "qmake-qt4", so it can be a program name with args. |
4069 set dummy qmake-qt4; ac_word=$2 | 4084 set dummy qmake-qt4; ac_word=$2 |
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4071 $as_echo_n "checking for $ac_word... " >&6; } | 4086 $as_echo_n "checking for $ac_word... " >&6; } |
4072 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4087 if ${ac_cv_prog_QMAKE+:} false; then : |
4073 $as_echo_n "(cached) " >&6 | 4088 $as_echo_n "(cached) " >&6 |
4074 else | 4089 else |
4075 if test -n "$QMAKE"; then | 4090 if test -n "$QMAKE"; then |
4076 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4091 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
4077 else | 4092 else |
4106 if test x$QMAKE = x ; then | 4121 if test x$QMAKE = x ; then |
4107 # Extract the first word of "qmake", so it can be a program name with args. | 4122 # Extract the first word of "qmake", so it can be a program name with args. |
4108 set dummy qmake; ac_word=$2 | 4123 set dummy qmake; ac_word=$2 |
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4110 $as_echo_n "checking for $ac_word... " >&6; } | 4125 $as_echo_n "checking for $ac_word... " >&6; } |
4111 if test "${ac_cv_prog_QMAKE+set}" = set; then : | 4126 if ${ac_cv_prog_QMAKE+:} false; then : |
4112 $as_echo_n "(cached) " >&6 | 4127 $as_echo_n "(cached) " >&6 |
4113 else | 4128 else |
4114 if test -n "$QMAKE"; then | 4129 if test -n "$QMAKE"; then |
4115 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. | 4130 ac_cv_prog_QMAKE="$QMAKE" # Let the user override the test. |
4116 else | 4131 else |
4273 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4288 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4274 ac_status=$? | 4289 ac_status=$? |
4275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4290 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4276 test $ac_status = 0; }; then | 4291 test $ac_status = 0; }; then |
4277 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4292 pkg_cv_bz2_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4293 test "x$?" != "x0" && pkg_failed=yes | |
4278 else | 4294 else |
4279 pkg_failed=yes | 4295 pkg_failed=yes |
4280 fi | 4296 fi |
4281 else | 4297 else |
4282 pkg_failed=untried | 4298 pkg_failed=untried |
4289 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4305 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4290 ac_status=$? | 4306 ac_status=$? |
4291 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4292 test $ac_status = 0; }; then | 4308 test $ac_status = 0; }; then |
4293 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4309 pkg_cv_bz2_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4310 test "x$?" != "x0" && pkg_failed=yes | |
4294 else | 4311 else |
4295 pkg_failed=yes | 4312 pkg_failed=yes |
4296 fi | 4313 fi |
4297 else | 4314 else |
4298 pkg_failed=untried | 4315 pkg_failed=untried |
4308 _pkg_short_errors_supported=yes | 4325 _pkg_short_errors_supported=yes |
4309 else | 4326 else |
4310 _pkg_short_errors_supported=no | 4327 _pkg_short_errors_supported=no |
4311 fi | 4328 fi |
4312 if test $_pkg_short_errors_supported = yes; then | 4329 if test $_pkg_short_errors_supported = yes; then |
4313 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4330 bz2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4314 else | 4331 else |
4315 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4332 bz2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4316 fi | 4333 fi |
4317 # Put the nasty error message in config.log where it belongs | 4334 # Put the nasty error message in config.log where it belongs |
4318 echo "$bz2_PKG_ERRORS" >&5 | 4335 echo "$bz2_PKG_ERRORS" >&5 |
4319 | 4336 |
4320 { $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 | 4337 { $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 |
4344 | 4361 |
4345 if test -n "$SV_MODULE_LIB"; then | 4362 if test -n "$SV_MODULE_LIB"; then |
4346 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4363 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
4348 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4365 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
4349 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4366 if eval \${$as_ac_Lib+:} false; then : |
4350 $as_echo_n "(cached) " >&6 | 4367 $as_echo_n "(cached) " >&6 |
4351 else | 4368 else |
4352 ac_check_lib_save_LIBS=$LIBS | 4369 ac_check_lib_save_LIBS=$LIBS |
4353 LIBS="-l$SV_MODULE_LIB $LIBS" | 4370 LIBS="-l$SV_MODULE_LIB $LIBS" |
4354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4422 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4439 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4423 ac_status=$? | 4440 ac_status=$? |
4424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4425 test $ac_status = 0; }; then | 4442 test $ac_status = 0; }; then |
4426 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4443 pkg_cv_fftw3_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4444 test "x$?" != "x0" && pkg_failed=yes | |
4427 else | 4445 else |
4428 pkg_failed=yes | 4446 pkg_failed=yes |
4429 fi | 4447 fi |
4430 else | 4448 else |
4431 pkg_failed=untried | 4449 pkg_failed=untried |
4438 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4456 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4439 ac_status=$? | 4457 ac_status=$? |
4440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4441 test $ac_status = 0; }; then | 4459 test $ac_status = 0; }; then |
4442 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4460 pkg_cv_fftw3_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4461 test "x$?" != "x0" && pkg_failed=yes | |
4443 else | 4462 else |
4444 pkg_failed=yes | 4463 pkg_failed=yes |
4445 fi | 4464 fi |
4446 else | 4465 else |
4447 pkg_failed=untried | 4466 pkg_failed=untried |
4457 _pkg_short_errors_supported=yes | 4476 _pkg_short_errors_supported=yes |
4458 else | 4477 else |
4459 _pkg_short_errors_supported=no | 4478 _pkg_short_errors_supported=no |
4460 fi | 4479 fi |
4461 if test $_pkg_short_errors_supported = yes; then | 4480 if test $_pkg_short_errors_supported = yes; then |
4462 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4481 fftw3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4463 else | 4482 else |
4464 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4483 fftw3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4465 fi | 4484 fi |
4466 # Put the nasty error message in config.log where it belongs | 4485 # Put the nasty error message in config.log where it belongs |
4467 echo "$fftw3_PKG_ERRORS" >&5 | 4486 echo "$fftw3_PKG_ERRORS" >&5 |
4468 | 4487 |
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 4488 { $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 |
4493 | 4512 |
4494 if test -n "$SV_MODULE_LIB"; then | 4513 if test -n "$SV_MODULE_LIB"; then |
4495 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4514 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
4497 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4516 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
4498 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4517 if eval \${$as_ac_Lib+:} false; then : |
4499 $as_echo_n "(cached) " >&6 | 4518 $as_echo_n "(cached) " >&6 |
4500 else | 4519 else |
4501 ac_check_lib_save_LIBS=$LIBS | 4520 ac_check_lib_save_LIBS=$LIBS |
4502 LIBS="-l$SV_MODULE_LIB $LIBS" | 4521 LIBS="-l$SV_MODULE_LIB $LIBS" |
4503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4571 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4590 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4572 ac_status=$? | 4591 ac_status=$? |
4573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4574 test $ac_status = 0; }; then | 4593 test $ac_status = 0; }; then |
4575 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4594 pkg_cv_fftw3f_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4595 test "x$?" != "x0" && pkg_failed=yes | |
4576 else | 4596 else |
4577 pkg_failed=yes | 4597 pkg_failed=yes |
4578 fi | 4598 fi |
4579 else | 4599 else |
4580 pkg_failed=untried | 4600 pkg_failed=untried |
4587 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4607 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4588 ac_status=$? | 4608 ac_status=$? |
4589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4590 test $ac_status = 0; }; then | 4610 test $ac_status = 0; }; then |
4591 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4611 pkg_cv_fftw3f_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4612 test "x$?" != "x0" && pkg_failed=yes | |
4592 else | 4613 else |
4593 pkg_failed=yes | 4614 pkg_failed=yes |
4594 fi | 4615 fi |
4595 else | 4616 else |
4596 pkg_failed=untried | 4617 pkg_failed=untried |
4606 _pkg_short_errors_supported=yes | 4627 _pkg_short_errors_supported=yes |
4607 else | 4628 else |
4608 _pkg_short_errors_supported=no | 4629 _pkg_short_errors_supported=no |
4609 fi | 4630 fi |
4610 if test $_pkg_short_errors_supported = yes; then | 4631 if test $_pkg_short_errors_supported = yes; then |
4611 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4632 fftw3f_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4612 else | 4633 else |
4613 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4634 fftw3f_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4614 fi | 4635 fi |
4615 # Put the nasty error message in config.log where it belongs | 4636 # Put the nasty error message in config.log where it belongs |
4616 echo "$fftw3f_PKG_ERRORS" >&5 | 4637 echo "$fftw3f_PKG_ERRORS" >&5 |
4617 | 4638 |
4618 { $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 | 4639 { $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 |
4642 | 4663 |
4643 if test -n "$SV_MODULE_LIB"; then | 4664 if test -n "$SV_MODULE_LIB"; then |
4644 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4665 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
4646 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4667 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
4647 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4668 if eval \${$as_ac_Lib+:} false; then : |
4648 $as_echo_n "(cached) " >&6 | 4669 $as_echo_n "(cached) " >&6 |
4649 else | 4670 else |
4650 ac_check_lib_save_LIBS=$LIBS | 4671 ac_check_lib_save_LIBS=$LIBS |
4651 LIBS="-l$SV_MODULE_LIB $LIBS" | 4672 LIBS="-l$SV_MODULE_LIB $LIBS" |
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4720 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4741 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4721 ac_status=$? | 4742 ac_status=$? |
4722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4723 test $ac_status = 0; }; then | 4744 test $ac_status = 0; }; then |
4724 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4745 pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4746 test "x$?" != "x0" && pkg_failed=yes | |
4725 else | 4747 else |
4726 pkg_failed=yes | 4748 pkg_failed=yes |
4727 fi | 4749 fi |
4728 else | 4750 else |
4729 pkg_failed=untried | 4751 pkg_failed=untried |
4736 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4758 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4737 ac_status=$? | 4759 ac_status=$? |
4738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4739 test $ac_status = 0; }; then | 4761 test $ac_status = 0; }; then |
4740 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4762 pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4763 test "x$?" != "x0" && pkg_failed=yes | |
4741 else | 4764 else |
4742 pkg_failed=yes | 4765 pkg_failed=yes |
4743 fi | 4766 fi |
4744 else | 4767 else |
4745 pkg_failed=untried | 4768 pkg_failed=untried |
4755 _pkg_short_errors_supported=yes | 4778 _pkg_short_errors_supported=yes |
4756 else | 4779 else |
4757 _pkg_short_errors_supported=no | 4780 _pkg_short_errors_supported=no |
4758 fi | 4781 fi |
4759 if test $_pkg_short_errors_supported = yes; then | 4782 if test $_pkg_short_errors_supported = yes; then |
4760 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4783 sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4761 else | 4784 else |
4762 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4785 sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4763 fi | 4786 fi |
4764 # Put the nasty error message in config.log where it belongs | 4787 # Put the nasty error message in config.log where it belongs |
4765 echo "$sndfile_PKG_ERRORS" >&5 | 4788 echo "$sndfile_PKG_ERRORS" >&5 |
4766 | 4789 |
4767 { $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 | 4790 { $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 |
4791 | 4814 |
4792 if test -n "$SV_MODULE_LIB"; then | 4815 if test -n "$SV_MODULE_LIB"; then |
4793 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4816 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
4795 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4818 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
4796 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4819 if eval \${$as_ac_Lib+:} false; then : |
4797 $as_echo_n "(cached) " >&6 | 4820 $as_echo_n "(cached) " >&6 |
4798 else | 4821 else |
4799 ac_check_lib_save_LIBS=$LIBS | 4822 ac_check_lib_save_LIBS=$LIBS |
4800 LIBS="-l$SV_MODULE_LIB $LIBS" | 4823 LIBS="-l$SV_MODULE_LIB $LIBS" |
4801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4869 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4892 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4870 ac_status=$? | 4893 ac_status=$? |
4871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4872 test $ac_status = 0; }; then | 4895 test $ac_status = 0; }; then |
4873 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4896 pkg_cv_samplerate_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4897 test "x$?" != "x0" && pkg_failed=yes | |
4874 else | 4898 else |
4875 pkg_failed=yes | 4899 pkg_failed=yes |
4876 fi | 4900 fi |
4877 else | 4901 else |
4878 pkg_failed=untried | 4902 pkg_failed=untried |
4885 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 4909 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
4886 ac_status=$? | 4910 ac_status=$? |
4887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 4911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4888 test $ac_status = 0; }; then | 4912 test $ac_status = 0; }; then |
4889 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 4913 pkg_cv_samplerate_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
4914 test "x$?" != "x0" && pkg_failed=yes | |
4890 else | 4915 else |
4891 pkg_failed=yes | 4916 pkg_failed=yes |
4892 fi | 4917 fi |
4893 else | 4918 else |
4894 pkg_failed=untried | 4919 pkg_failed=untried |
4904 _pkg_short_errors_supported=yes | 4929 _pkg_short_errors_supported=yes |
4905 else | 4930 else |
4906 _pkg_short_errors_supported=no | 4931 _pkg_short_errors_supported=no |
4907 fi | 4932 fi |
4908 if test $_pkg_short_errors_supported = yes; then | 4933 if test $_pkg_short_errors_supported = yes; then |
4909 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4934 samplerate_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4910 else | 4935 else |
4911 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 4936 samplerate_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
4912 fi | 4937 fi |
4913 # Put the nasty error message in config.log where it belongs | 4938 # Put the nasty error message in config.log where it belongs |
4914 echo "$samplerate_PKG_ERRORS" >&5 | 4939 echo "$samplerate_PKG_ERRORS" >&5 |
4915 | 4940 |
4916 { $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 | 4941 { $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 |
4940 | 4965 |
4941 if test -n "$SV_MODULE_LIB"; then | 4966 if test -n "$SV_MODULE_LIB"; then |
4942 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 4967 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
4944 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 4969 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
4945 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 4970 if eval \${$as_ac_Lib+:} false; then : |
4946 $as_echo_n "(cached) " >&6 | 4971 $as_echo_n "(cached) " >&6 |
4947 else | 4972 else |
4948 ac_check_lib_save_LIBS=$LIBS | 4973 ac_check_lib_save_LIBS=$LIBS |
4949 LIBS="-l$SV_MODULE_LIB $LIBS" | 4974 LIBS="-l$SV_MODULE_LIB $LIBS" |
4950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5018 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5043 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5019 ac_status=$? | 5044 ac_status=$? |
5020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5021 test $ac_status = 0; }; then | 5046 test $ac_status = 0; }; then |
5022 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5047 pkg_cv_vamp_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5048 test "x$?" != "x0" && pkg_failed=yes | |
5023 else | 5049 else |
5024 pkg_failed=yes | 5050 pkg_failed=yes |
5025 fi | 5051 fi |
5026 else | 5052 else |
5027 pkg_failed=untried | 5053 pkg_failed=untried |
5034 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5060 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5035 ac_status=$? | 5061 ac_status=$? |
5036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5037 test $ac_status = 0; }; then | 5063 test $ac_status = 0; }; then |
5038 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5064 pkg_cv_vamp_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5065 test "x$?" != "x0" && pkg_failed=yes | |
5039 else | 5066 else |
5040 pkg_failed=yes | 5067 pkg_failed=yes |
5041 fi | 5068 fi |
5042 else | 5069 else |
5043 pkg_failed=untried | 5070 pkg_failed=untried |
5053 _pkg_short_errors_supported=yes | 5080 _pkg_short_errors_supported=yes |
5054 else | 5081 else |
5055 _pkg_short_errors_supported=no | 5082 _pkg_short_errors_supported=no |
5056 fi | 5083 fi |
5057 if test $_pkg_short_errors_supported = yes; then | 5084 if test $_pkg_short_errors_supported = yes; then |
5058 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5085 vamp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5059 else | 5086 else |
5060 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5087 vamp_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5061 fi | 5088 fi |
5062 # Put the nasty error message in config.log where it belongs | 5089 # Put the nasty error message in config.log where it belongs |
5063 echo "$vamp_PKG_ERRORS" >&5 | 5090 echo "$vamp_PKG_ERRORS" >&5 |
5064 | 5091 |
5065 { $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 | 5092 { $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 |
5089 | 5116 |
5090 if test -n "$SV_MODULE_LIB"; then | 5117 if test -n "$SV_MODULE_LIB"; then |
5091 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5118 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5093 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5120 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5094 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5121 if eval \${$as_ac_Lib+:} false; then : |
5095 $as_echo_n "(cached) " >&6 | 5122 $as_echo_n "(cached) " >&6 |
5096 else | 5123 else |
5097 ac_check_lib_save_LIBS=$LIBS | 5124 ac_check_lib_save_LIBS=$LIBS |
5098 LIBS="-l$SV_MODULE_LIB $LIBS" | 5125 LIBS="-l$SV_MODULE_LIB $LIBS" |
5099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5167 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5194 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5168 ac_status=$? | 5195 ac_status=$? |
5169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5170 test $ac_status = 0; }; then | 5197 test $ac_status = 0; }; then |
5171 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5198 pkg_cv_vamphostsdk_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5199 test "x$?" != "x0" && pkg_failed=yes | |
5172 else | 5200 else |
5173 pkg_failed=yes | 5201 pkg_failed=yes |
5174 fi | 5202 fi |
5175 else | 5203 else |
5176 pkg_failed=untried | 5204 pkg_failed=untried |
5183 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5211 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5184 ac_status=$? | 5212 ac_status=$? |
5185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5186 test $ac_status = 0; }; then | 5214 test $ac_status = 0; }; then |
5187 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5215 pkg_cv_vamphostsdk_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5216 test "x$?" != "x0" && pkg_failed=yes | |
5188 else | 5217 else |
5189 pkg_failed=yes | 5218 pkg_failed=yes |
5190 fi | 5219 fi |
5191 else | 5220 else |
5192 pkg_failed=untried | 5221 pkg_failed=untried |
5202 _pkg_short_errors_supported=yes | 5231 _pkg_short_errors_supported=yes |
5203 else | 5232 else |
5204 _pkg_short_errors_supported=no | 5233 _pkg_short_errors_supported=no |
5205 fi | 5234 fi |
5206 if test $_pkg_short_errors_supported = yes; then | 5235 if test $_pkg_short_errors_supported = yes; then |
5207 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5236 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5208 else | 5237 else |
5209 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5238 vamphostsdk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5210 fi | 5239 fi |
5211 # Put the nasty error message in config.log where it belongs | 5240 # Put the nasty error message in config.log where it belongs |
5212 echo "$vamphostsdk_PKG_ERRORS" >&5 | 5241 echo "$vamphostsdk_PKG_ERRORS" >&5 |
5213 | 5242 |
5214 { $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 | 5243 { $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 |
5238 | 5267 |
5239 if test -n "$SV_MODULE_LIB"; then | 5268 if test -n "$SV_MODULE_LIB"; then |
5240 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5269 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5242 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5271 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5243 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5272 if eval \${$as_ac_Lib+:} false; then : |
5244 $as_echo_n "(cached) " >&6 | 5273 $as_echo_n "(cached) " >&6 |
5245 else | 5274 else |
5246 ac_check_lib_save_LIBS=$LIBS | 5275 ac_check_lib_save_LIBS=$LIBS |
5247 LIBS="-l$SV_MODULE_LIB $LIBS" | 5276 LIBS="-l$SV_MODULE_LIB $LIBS" |
5248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5316 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5345 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5317 ac_status=$? | 5346 ac_status=$? |
5318 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5319 test $ac_status = 0; }; then | 5348 test $ac_status = 0; }; then |
5320 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5349 pkg_cv_rubberband_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5350 test "x$?" != "x0" && pkg_failed=yes | |
5321 else | 5351 else |
5322 pkg_failed=yes | 5352 pkg_failed=yes |
5323 fi | 5353 fi |
5324 else | 5354 else |
5325 pkg_failed=untried | 5355 pkg_failed=untried |
5332 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5362 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5333 ac_status=$? | 5363 ac_status=$? |
5334 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5335 test $ac_status = 0; }; then | 5365 test $ac_status = 0; }; then |
5336 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5366 pkg_cv_rubberband_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5367 test "x$?" != "x0" && pkg_failed=yes | |
5337 else | 5368 else |
5338 pkg_failed=yes | 5369 pkg_failed=yes |
5339 fi | 5370 fi |
5340 else | 5371 else |
5341 pkg_failed=untried | 5372 pkg_failed=untried |
5351 _pkg_short_errors_supported=yes | 5382 _pkg_short_errors_supported=yes |
5352 else | 5383 else |
5353 _pkg_short_errors_supported=no | 5384 _pkg_short_errors_supported=no |
5354 fi | 5385 fi |
5355 if test $_pkg_short_errors_supported = yes; then | 5386 if test $_pkg_short_errors_supported = yes; then |
5356 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5387 rubberband_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5357 else | 5388 else |
5358 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5389 rubberband_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5359 fi | 5390 fi |
5360 # Put the nasty error message in config.log where it belongs | 5391 # Put the nasty error message in config.log where it belongs |
5361 echo "$rubberband_PKG_ERRORS" >&5 | 5392 echo "$rubberband_PKG_ERRORS" >&5 |
5362 | 5393 |
5363 { $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 | 5394 { $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 | 5418 |
5388 if test -n "$SV_MODULE_LIB"; then | 5419 if test -n "$SV_MODULE_LIB"; then |
5389 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5420 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5391 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5422 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5392 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5423 if eval \${$as_ac_Lib+:} false; then : |
5393 $as_echo_n "(cached) " >&6 | 5424 $as_echo_n "(cached) " >&6 |
5394 else | 5425 else |
5395 ac_check_lib_save_LIBS=$LIBS | 5426 ac_check_lib_save_LIBS=$LIBS |
5396 LIBS="-l$SV_MODULE_LIB $LIBS" | 5427 LIBS="-l$SV_MODULE_LIB $LIBS" |
5397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5465 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5496 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5466 ac_status=$? | 5497 ac_status=$? |
5467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5468 test $ac_status = 0; }; then | 5499 test $ac_status = 0; }; then |
5469 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5500 pkg_cv_rasqal_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5501 test "x$?" != "x0" && pkg_failed=yes | |
5470 else | 5502 else |
5471 pkg_failed=yes | 5503 pkg_failed=yes |
5472 fi | 5504 fi |
5473 else | 5505 else |
5474 pkg_failed=untried | 5506 pkg_failed=untried |
5481 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5513 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5482 ac_status=$? | 5514 ac_status=$? |
5483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5484 test $ac_status = 0; }; then | 5516 test $ac_status = 0; }; then |
5485 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5517 pkg_cv_rasqal_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5518 test "x$?" != "x0" && pkg_failed=yes | |
5486 else | 5519 else |
5487 pkg_failed=yes | 5520 pkg_failed=yes |
5488 fi | 5521 fi |
5489 else | 5522 else |
5490 pkg_failed=untried | 5523 pkg_failed=untried |
5500 _pkg_short_errors_supported=yes | 5533 _pkg_short_errors_supported=yes |
5501 else | 5534 else |
5502 _pkg_short_errors_supported=no | 5535 _pkg_short_errors_supported=no |
5503 fi | 5536 fi |
5504 if test $_pkg_short_errors_supported = yes; then | 5537 if test $_pkg_short_errors_supported = yes; then |
5505 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5538 rasqal_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5506 else | 5539 else |
5507 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5540 rasqal_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5508 fi | 5541 fi |
5509 # Put the nasty error message in config.log where it belongs | 5542 # Put the nasty error message in config.log where it belongs |
5510 echo "$rasqal_PKG_ERRORS" >&5 | 5543 echo "$rasqal_PKG_ERRORS" >&5 |
5511 | 5544 |
5512 { $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 | 5545 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find required module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
5536 | 5569 |
5537 if test -n "$SV_MODULE_LIB"; then | 5570 if test -n "$SV_MODULE_LIB"; then |
5538 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5571 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5540 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5573 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5541 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5574 if eval \${$as_ac_Lib+:} false; then : |
5542 $as_echo_n "(cached) " >&6 | 5575 $as_echo_n "(cached) " >&6 |
5543 else | 5576 else |
5544 ac_check_lib_save_LIBS=$LIBS | 5577 ac_check_lib_save_LIBS=$LIBS |
5545 LIBS="-l$SV_MODULE_LIB $LIBS" | 5578 LIBS="-l$SV_MODULE_LIB $LIBS" |
5546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5614 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5647 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5615 ac_status=$? | 5648 ac_status=$? |
5616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5617 test $ac_status = 0; }; then | 5650 test $ac_status = 0; }; then |
5618 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5651 pkg_cv_redland_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5652 test "x$?" != "x0" && pkg_failed=yes | |
5619 else | 5653 else |
5620 pkg_failed=yes | 5654 pkg_failed=yes |
5621 fi | 5655 fi |
5622 else | 5656 else |
5623 pkg_failed=untried | 5657 pkg_failed=untried |
5630 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5664 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5631 ac_status=$? | 5665 ac_status=$? |
5632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5633 test $ac_status = 0; }; then | 5667 test $ac_status = 0; }; then |
5634 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5668 pkg_cv_redland_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5669 test "x$?" != "x0" && pkg_failed=yes | |
5635 else | 5670 else |
5636 pkg_failed=yes | 5671 pkg_failed=yes |
5637 fi | 5672 fi |
5638 else | 5673 else |
5639 pkg_failed=untried | 5674 pkg_failed=untried |
5649 _pkg_short_errors_supported=yes | 5684 _pkg_short_errors_supported=yes |
5650 else | 5685 else |
5651 _pkg_short_errors_supported=no | 5686 _pkg_short_errors_supported=no |
5652 fi | 5687 fi |
5653 if test $_pkg_short_errors_supported = yes; then | 5688 if test $_pkg_short_errors_supported = yes; then |
5654 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5689 redland_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5655 else | 5690 else |
5656 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5691 redland_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5657 fi | 5692 fi |
5658 # Put the nasty error message in config.log where it belongs | 5693 # Put the nasty error message in config.log where it belongs |
5659 echo "$redland_PKG_ERRORS" >&5 | 5694 echo "$redland_PKG_ERRORS" >&5 |
5660 | 5695 |
5661 { $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 | 5696 { $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 |
5685 | 5720 |
5686 if test -n "$SV_MODULE_LIB"; then | 5721 if test -n "$SV_MODULE_LIB"; then |
5687 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5722 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5689 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5724 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5690 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5725 if eval \${$as_ac_Lib+:} false; then : |
5691 $as_echo_n "(cached) " >&6 | 5726 $as_echo_n "(cached) " >&6 |
5692 else | 5727 else |
5693 ac_check_lib_save_LIBS=$LIBS | 5728 ac_check_lib_save_LIBS=$LIBS |
5694 LIBS="-l$SV_MODULE_LIB $LIBS" | 5729 LIBS="-l$SV_MODULE_LIB $LIBS" |
5695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5764 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5799 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5765 ac_status=$? | 5800 ac_status=$? |
5766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5767 test $ac_status = 0; }; then | 5802 test $ac_status = 0; }; then |
5768 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5803 pkg_cv_liblo_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5804 test "x$?" != "x0" && pkg_failed=yes | |
5769 else | 5805 else |
5770 pkg_failed=yes | 5806 pkg_failed=yes |
5771 fi | 5807 fi |
5772 else | 5808 else |
5773 pkg_failed=untried | 5809 pkg_failed=untried |
5780 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5816 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5781 ac_status=$? | 5817 ac_status=$? |
5782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5783 test $ac_status = 0; }; then | 5819 test $ac_status = 0; }; then |
5784 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5820 pkg_cv_liblo_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5821 test "x$?" != "x0" && pkg_failed=yes | |
5785 else | 5822 else |
5786 pkg_failed=yes | 5823 pkg_failed=yes |
5787 fi | 5824 fi |
5788 else | 5825 else |
5789 pkg_failed=untried | 5826 pkg_failed=untried |
5799 _pkg_short_errors_supported=yes | 5836 _pkg_short_errors_supported=yes |
5800 else | 5837 else |
5801 _pkg_short_errors_supported=no | 5838 _pkg_short_errors_supported=no |
5802 fi | 5839 fi |
5803 if test $_pkg_short_errors_supported = yes; then | 5840 if test $_pkg_short_errors_supported = yes; then |
5804 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5841 liblo_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5805 else | 5842 else |
5806 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5843 liblo_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5807 fi | 5844 fi |
5808 # Put the nasty error message in config.log where it belongs | 5845 # Put the nasty error message in config.log where it belongs |
5809 echo "$liblo_PKG_ERRORS" >&5 | 5846 echo "$liblo_PKG_ERRORS" >&5 |
5810 | 5847 |
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 | 5848 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
5837 if test -z "$SV_MODULE_FAILED"; then | 5874 if test -z "$SV_MODULE_FAILED"; then |
5838 if test -n "$SV_MODULE_LIB"; then | 5875 if test -n "$SV_MODULE_LIB"; then |
5839 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 5876 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 5877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5841 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 5878 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5842 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 5879 if eval \${$as_ac_Lib+:} false; then : |
5843 $as_echo_n "(cached) " >&6 | 5880 $as_echo_n "(cached) " >&6 |
5844 else | 5881 else |
5845 ac_check_lib_save_LIBS=$LIBS | 5882 ac_check_lib_save_LIBS=$LIBS |
5846 LIBS="-l$SV_MODULE_LIB $LIBS" | 5883 LIBS="-l$SV_MODULE_LIB $LIBS" |
5847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5917 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5954 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5918 ac_status=$? | 5955 ac_status=$? |
5919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5920 test $ac_status = 0; }; then | 5957 test $ac_status = 0; }; then |
5921 pkg_cv_portaudio_2_0_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5958 pkg_cv_portaudio_2_0_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5959 test "x$?" != "x0" && pkg_failed=yes | |
5922 else | 5960 else |
5923 pkg_failed=yes | 5961 pkg_failed=yes |
5924 fi | 5962 fi |
5925 else | 5963 else |
5926 pkg_failed=untried | 5964 pkg_failed=untried |
5933 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 5971 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
5934 ac_status=$? | 5972 ac_status=$? |
5935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 5973 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5936 test $ac_status = 0; }; then | 5974 test $ac_status = 0; }; then |
5937 pkg_cv_portaudio_2_0_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 5975 pkg_cv_portaudio_2_0_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
5976 test "x$?" != "x0" && pkg_failed=yes | |
5938 else | 5977 else |
5939 pkg_failed=yes | 5978 pkg_failed=yes |
5940 fi | 5979 fi |
5941 else | 5980 else |
5942 pkg_failed=untried | 5981 pkg_failed=untried |
5952 _pkg_short_errors_supported=yes | 5991 _pkg_short_errors_supported=yes |
5953 else | 5992 else |
5954 _pkg_short_errors_supported=no | 5993 _pkg_short_errors_supported=no |
5955 fi | 5994 fi |
5956 if test $_pkg_short_errors_supported = yes; then | 5995 if test $_pkg_short_errors_supported = yes; then |
5957 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5996 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5958 else | 5997 else |
5959 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 5998 portaudio_2_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
5960 fi | 5999 fi |
5961 # Put the nasty error message in config.log where it belongs | 6000 # Put the nasty error message in config.log where it belongs |
5962 echo "$portaudio_2_0_PKG_ERRORS" >&5 | 6001 echo "$portaudio_2_0_PKG_ERRORS" >&5 |
5963 | 6002 |
5964 { $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 | 6003 { $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 |
5990 if test -z "$SV_MODULE_FAILED"; then | 6029 if test -z "$SV_MODULE_FAILED"; then |
5991 if test -n "$SV_MODULE_LIB"; then | 6030 if test -n "$SV_MODULE_LIB"; then |
5992 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6031 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
5994 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6033 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
5995 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6034 if eval \${$as_ac_Lib+:} false; then : |
5996 $as_echo_n "(cached) " >&6 | 6035 $as_echo_n "(cached) " >&6 |
5997 else | 6036 else |
5998 ac_check_lib_save_LIBS=$LIBS | 6037 ac_check_lib_save_LIBS=$LIBS |
5999 LIBS="-l$SV_MODULE_LIB $LIBS" | 6038 LIBS="-l$SV_MODULE_LIB $LIBS" |
6000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6070 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6109 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6071 ac_status=$? | 6110 ac_status=$? |
6072 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6073 test $ac_status = 0; }; then | 6112 test $ac_status = 0; }; then |
6074 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6113 pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6114 test "x$?" != "x0" && pkg_failed=yes | |
6075 else | 6115 else |
6076 pkg_failed=yes | 6116 pkg_failed=yes |
6077 fi | 6117 fi |
6078 else | 6118 else |
6079 pkg_failed=untried | 6119 pkg_failed=untried |
6086 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6126 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6087 ac_status=$? | 6127 ac_status=$? |
6088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6089 test $ac_status = 0; }; then | 6129 test $ac_status = 0; }; then |
6090 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6130 pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6131 test "x$?" != "x0" && pkg_failed=yes | |
6091 else | 6132 else |
6092 pkg_failed=yes | 6133 pkg_failed=yes |
6093 fi | 6134 fi |
6094 else | 6135 else |
6095 pkg_failed=untried | 6136 pkg_failed=untried |
6105 _pkg_short_errors_supported=yes | 6146 _pkg_short_errors_supported=yes |
6106 else | 6147 else |
6107 _pkg_short_errors_supported=no | 6148 _pkg_short_errors_supported=no |
6108 fi | 6149 fi |
6109 if test $_pkg_short_errors_supported = yes; then | 6150 if test $_pkg_short_errors_supported = yes; then |
6110 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6151 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6111 else | 6152 else |
6112 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6153 JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6113 fi | 6154 fi |
6114 # Put the nasty error message in config.log where it belongs | 6155 # Put the nasty error message in config.log where it belongs |
6115 echo "$JACK_PKG_ERRORS" >&5 | 6156 echo "$JACK_PKG_ERRORS" >&5 |
6116 | 6157 |
6117 { $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 | 6158 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&5 |
6143 if test -z "$SV_MODULE_FAILED"; then | 6184 if test -z "$SV_MODULE_FAILED"; then |
6144 if test -n "$SV_MODULE_LIB"; then | 6185 if test -n "$SV_MODULE_LIB"; then |
6145 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6186 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
6147 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6188 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
6148 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6189 if eval \${$as_ac_Lib+:} false; then : |
6149 $as_echo_n "(cached) " >&6 | 6190 $as_echo_n "(cached) " >&6 |
6150 else | 6191 else |
6151 ac_check_lib_save_LIBS=$LIBS | 6192 ac_check_lib_save_LIBS=$LIBS |
6152 LIBS="-l$SV_MODULE_LIB $LIBS" | 6193 LIBS="-l$SV_MODULE_LIB $LIBS" |
6153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6223 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6264 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6224 ac_status=$? | 6265 ac_status=$? |
6225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6266 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6226 test $ac_status = 0; }; then | 6267 test $ac_status = 0; }; then |
6227 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6268 pkg_cv_libpulse_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6269 test "x$?" != "x0" && pkg_failed=yes | |
6228 else | 6270 else |
6229 pkg_failed=yes | 6271 pkg_failed=yes |
6230 fi | 6272 fi |
6231 else | 6273 else |
6232 pkg_failed=untried | 6274 pkg_failed=untried |
6239 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6281 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6240 ac_status=$? | 6282 ac_status=$? |
6241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6283 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6242 test $ac_status = 0; }; then | 6284 test $ac_status = 0; }; then |
6243 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6285 pkg_cv_libpulse_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6286 test "x$?" != "x0" && pkg_failed=yes | |
6244 else | 6287 else |
6245 pkg_failed=yes | 6288 pkg_failed=yes |
6246 fi | 6289 fi |
6247 else | 6290 else |
6248 pkg_failed=untried | 6291 pkg_failed=untried |
6258 _pkg_short_errors_supported=yes | 6301 _pkg_short_errors_supported=yes |
6259 else | 6302 else |
6260 _pkg_short_errors_supported=no | 6303 _pkg_short_errors_supported=no |
6261 fi | 6304 fi |
6262 if test $_pkg_short_errors_supported = yes; then | 6305 if test $_pkg_short_errors_supported = yes; then |
6263 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6306 libpulse_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6264 else | 6307 else |
6265 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6308 libpulse_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6266 fi | 6309 fi |
6267 # Put the nasty error message in config.log where it belongs | 6310 # Put the nasty error message in config.log where it belongs |
6268 echo "$libpulse_PKG_ERRORS" >&5 | 6311 echo "$libpulse_PKG_ERRORS" >&5 |
6269 | 6312 |
6270 { $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 | 6313 { $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 |
6296 if test -z "$SV_MODULE_FAILED"; then | 6339 if test -z "$SV_MODULE_FAILED"; then |
6297 if test -n "$SV_MODULE_LIB"; then | 6340 if test -n "$SV_MODULE_LIB"; then |
6298 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6341 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
6300 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6343 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
6301 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6344 if eval \${$as_ac_Lib+:} false; then : |
6302 $as_echo_n "(cached) " >&6 | 6345 $as_echo_n "(cached) " >&6 |
6303 else | 6346 else |
6304 ac_check_lib_save_LIBS=$LIBS | 6347 ac_check_lib_save_LIBS=$LIBS |
6305 LIBS="-l$SV_MODULE_LIB $LIBS" | 6348 LIBS="-l$SV_MODULE_LIB $LIBS" |
6306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6376 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6419 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6377 ac_status=$? | 6420 ac_status=$? |
6378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6379 test $ac_status = 0; }; then | 6422 test $ac_status = 0; }; then |
6380 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6423 pkg_cv_lrdf_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6424 test "x$?" != "x0" && pkg_failed=yes | |
6381 else | 6425 else |
6382 pkg_failed=yes | 6426 pkg_failed=yes |
6383 fi | 6427 fi |
6384 else | 6428 else |
6385 pkg_failed=untried | 6429 pkg_failed=untried |
6392 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6436 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6393 ac_status=$? | 6437 ac_status=$? |
6394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6395 test $ac_status = 0; }; then | 6439 test $ac_status = 0; }; then |
6396 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6440 pkg_cv_lrdf_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6441 test "x$?" != "x0" && pkg_failed=yes | |
6397 else | 6442 else |
6398 pkg_failed=yes | 6443 pkg_failed=yes |
6399 fi | 6444 fi |
6400 else | 6445 else |
6401 pkg_failed=untried | 6446 pkg_failed=untried |
6411 _pkg_short_errors_supported=yes | 6456 _pkg_short_errors_supported=yes |
6412 else | 6457 else |
6413 _pkg_short_errors_supported=no | 6458 _pkg_short_errors_supported=no |
6414 fi | 6459 fi |
6415 if test $_pkg_short_errors_supported = yes; then | 6460 if test $_pkg_short_errors_supported = yes; then |
6416 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6461 lrdf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6417 else | 6462 else |
6418 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6463 lrdf_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6419 fi | 6464 fi |
6420 # Put the nasty error message in config.log where it belongs | 6465 # Put the nasty error message in config.log where it belongs |
6421 echo "$lrdf_PKG_ERRORS" >&5 | 6466 echo "$lrdf_PKG_ERRORS" >&5 |
6422 | 6467 |
6423 { $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 | 6468 { $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 |
6449 if test -z "$SV_MODULE_FAILED"; then | 6494 if test -z "$SV_MODULE_FAILED"; then |
6450 if test -n "$SV_MODULE_LIB"; then | 6495 if test -n "$SV_MODULE_LIB"; then |
6451 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6496 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
6453 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6498 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
6454 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6499 if eval \${$as_ac_Lib+:} false; then : |
6455 $as_echo_n "(cached) " >&6 | 6500 $as_echo_n "(cached) " >&6 |
6456 else | 6501 else |
6457 ac_check_lib_save_LIBS=$LIBS | 6502 ac_check_lib_save_LIBS=$LIBS |
6458 LIBS="-l$SV_MODULE_LIB $LIBS" | 6503 LIBS="-l$SV_MODULE_LIB $LIBS" |
6459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6529 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6574 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6530 ac_status=$? | 6575 ac_status=$? |
6531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6532 test $ac_status = 0; }; then | 6577 test $ac_status = 0; }; then |
6533 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6578 pkg_cv_oggz_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6579 test "x$?" != "x0" && pkg_failed=yes | |
6534 else | 6580 else |
6535 pkg_failed=yes | 6581 pkg_failed=yes |
6536 fi | 6582 fi |
6537 else | 6583 else |
6538 pkg_failed=untried | 6584 pkg_failed=untried |
6545 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6591 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6546 ac_status=$? | 6592 ac_status=$? |
6547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6548 test $ac_status = 0; }; then | 6594 test $ac_status = 0; }; then |
6549 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6595 pkg_cv_oggz_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6596 test "x$?" != "x0" && pkg_failed=yes | |
6550 else | 6597 else |
6551 pkg_failed=yes | 6598 pkg_failed=yes |
6552 fi | 6599 fi |
6553 else | 6600 else |
6554 pkg_failed=untried | 6601 pkg_failed=untried |
6564 _pkg_short_errors_supported=yes | 6611 _pkg_short_errors_supported=yes |
6565 else | 6612 else |
6566 _pkg_short_errors_supported=no | 6613 _pkg_short_errors_supported=no |
6567 fi | 6614 fi |
6568 if test $_pkg_short_errors_supported = yes; then | 6615 if test $_pkg_short_errors_supported = yes; then |
6569 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6616 oggz_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6570 else | 6617 else |
6571 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6618 oggz_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6572 fi | 6619 fi |
6573 # Put the nasty error message in config.log where it belongs | 6620 # Put the nasty error message in config.log where it belongs |
6574 echo "$oggz_PKG_ERRORS" >&5 | 6621 echo "$oggz_PKG_ERRORS" >&5 |
6575 | 6622 |
6576 { $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 | 6623 { $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 |
6602 if test -z "$SV_MODULE_FAILED"; then | 6649 if test -z "$SV_MODULE_FAILED"; then |
6603 if test -n "$SV_MODULE_LIB"; then | 6650 if test -n "$SV_MODULE_LIB"; then |
6604 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6651 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
6606 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6653 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
6607 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6654 if eval \${$as_ac_Lib+:} false; then : |
6608 $as_echo_n "(cached) " >&6 | 6655 $as_echo_n "(cached) " >&6 |
6609 else | 6656 else |
6610 ac_check_lib_save_LIBS=$LIBS | 6657 ac_check_lib_save_LIBS=$LIBS |
6611 LIBS="-l$SV_MODULE_LIB $LIBS" | 6658 LIBS="-l$SV_MODULE_LIB $LIBS" |
6612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6682 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6729 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6683 ac_status=$? | 6730 ac_status=$? |
6684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6685 test $ac_status = 0; }; then | 6732 test $ac_status = 0; }; then |
6686 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6733 pkg_cv_fishsound_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6734 test "x$?" != "x0" && pkg_failed=yes | |
6687 else | 6735 else |
6688 pkg_failed=yes | 6736 pkg_failed=yes |
6689 fi | 6737 fi |
6690 else | 6738 else |
6691 pkg_failed=untried | 6739 pkg_failed=untried |
6698 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6746 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6699 ac_status=$? | 6747 ac_status=$? |
6700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6701 test $ac_status = 0; }; then | 6749 test $ac_status = 0; }; then |
6702 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6750 pkg_cv_fishsound_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6751 test "x$?" != "x0" && pkg_failed=yes | |
6703 else | 6752 else |
6704 pkg_failed=yes | 6753 pkg_failed=yes |
6705 fi | 6754 fi |
6706 else | 6755 else |
6707 pkg_failed=untried | 6756 pkg_failed=untried |
6717 _pkg_short_errors_supported=yes | 6766 _pkg_short_errors_supported=yes |
6718 else | 6767 else |
6719 _pkg_short_errors_supported=no | 6768 _pkg_short_errors_supported=no |
6720 fi | 6769 fi |
6721 if test $_pkg_short_errors_supported = yes; then | 6770 if test $_pkg_short_errors_supported = yes; then |
6722 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6771 fishsound_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6723 else | 6772 else |
6724 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6773 fishsound_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6725 fi | 6774 fi |
6726 # Put the nasty error message in config.log where it belongs | 6775 # Put the nasty error message in config.log where it belongs |
6727 echo "$fishsound_PKG_ERRORS" >&5 | 6776 echo "$fishsound_PKG_ERRORS" >&5 |
6728 | 6777 |
6729 { $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 | 6778 { $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 |
6755 if test -z "$SV_MODULE_FAILED"; then | 6804 if test -z "$SV_MODULE_FAILED"; then |
6756 if test -n "$SV_MODULE_LIB"; then | 6805 if test -n "$SV_MODULE_LIB"; then |
6757 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6806 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
6759 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6808 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
6760 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6809 if eval \${$as_ac_Lib+:} false; then : |
6761 $as_echo_n "(cached) " >&6 | 6810 $as_echo_n "(cached) " >&6 |
6762 else | 6811 else |
6763 ac_check_lib_save_LIBS=$LIBS | 6812 ac_check_lib_save_LIBS=$LIBS |
6764 LIBS="-l$SV_MODULE_LIB $LIBS" | 6813 LIBS="-l$SV_MODULE_LIB $LIBS" |
6765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6835 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6884 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6836 ac_status=$? | 6885 ac_status=$? |
6837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6838 test $ac_status = 0; }; then | 6887 test $ac_status = 0; }; then |
6839 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6888 pkg_cv_mad_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6889 test "x$?" != "x0" && pkg_failed=yes | |
6840 else | 6890 else |
6841 pkg_failed=yes | 6891 pkg_failed=yes |
6842 fi | 6892 fi |
6843 else | 6893 else |
6844 pkg_failed=untried | 6894 pkg_failed=untried |
6851 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 6901 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6852 ac_status=$? | 6902 ac_status=$? |
6853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6854 test $ac_status = 0; }; then | 6904 test $ac_status = 0; }; then |
6855 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 6905 pkg_cv_mad_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
6906 test "x$?" != "x0" && pkg_failed=yes | |
6856 else | 6907 else |
6857 pkg_failed=yes | 6908 pkg_failed=yes |
6858 fi | 6909 fi |
6859 else | 6910 else |
6860 pkg_failed=untried | 6911 pkg_failed=untried |
6870 _pkg_short_errors_supported=yes | 6921 _pkg_short_errors_supported=yes |
6871 else | 6922 else |
6872 _pkg_short_errors_supported=no | 6923 _pkg_short_errors_supported=no |
6873 fi | 6924 fi |
6874 if test $_pkg_short_errors_supported = yes; then | 6925 if test $_pkg_short_errors_supported = yes; then |
6875 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6926 mad_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6876 else | 6927 else |
6877 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 6928 mad_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
6878 fi | 6929 fi |
6879 # Put the nasty error message in config.log where it belongs | 6930 # Put the nasty error message in config.log where it belongs |
6880 echo "$mad_PKG_ERRORS" >&5 | 6931 echo "$mad_PKG_ERRORS" >&5 |
6881 | 6932 |
6882 { $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 | 6933 { $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 |
6908 if test -z "$SV_MODULE_FAILED"; then | 6959 if test -z "$SV_MODULE_FAILED"; then |
6909 if test -n "$SV_MODULE_LIB"; then | 6960 if test -n "$SV_MODULE_LIB"; then |
6910 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 6961 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
6912 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 6963 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
6913 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 6964 if eval \${$as_ac_Lib+:} false; then : |
6914 $as_echo_n "(cached) " >&6 | 6965 $as_echo_n "(cached) " >&6 |
6915 else | 6966 else |
6916 ac_check_lib_save_LIBS=$LIBS | 6967 ac_check_lib_save_LIBS=$LIBS |
6917 LIBS="-l$SV_MODULE_LIB $LIBS" | 6968 LIBS="-l$SV_MODULE_LIB $LIBS" |
6918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6988 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7039 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
6989 ac_status=$? | 7040 ac_status=$? |
6990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6991 test $ac_status = 0; }; then | 7042 test $ac_status = 0; }; then |
6992 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7043 pkg_cv_id3tag_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
7044 test "x$?" != "x0" && pkg_failed=yes | |
6993 else | 7045 else |
6994 pkg_failed=yes | 7046 pkg_failed=yes |
6995 fi | 7047 fi |
6996 else | 7048 else |
6997 pkg_failed=untried | 7049 pkg_failed=untried |
7004 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | 7056 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 |
7005 ac_status=$? | 7057 ac_status=$? |
7006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7058 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7007 test $ac_status = 0; }; then | 7059 test $ac_status = 0; }; then |
7008 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | 7060 pkg_cv_id3tag_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` |
7061 test "x$?" != "x0" && pkg_failed=yes | |
7009 else | 7062 else |
7010 pkg_failed=yes | 7063 pkg_failed=yes |
7011 fi | 7064 fi |
7012 else | 7065 else |
7013 pkg_failed=untried | 7066 pkg_failed=untried |
7023 _pkg_short_errors_supported=yes | 7076 _pkg_short_errors_supported=yes |
7024 else | 7077 else |
7025 _pkg_short_errors_supported=no | 7078 _pkg_short_errors_supported=no |
7026 fi | 7079 fi |
7027 if test $_pkg_short_errors_supported = yes; then | 7080 if test $_pkg_short_errors_supported = yes; then |
7028 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 7081 id3tag_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
7029 else | 7082 else |
7030 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors "$SV_MODULE_VERSION_TEST" 2>&1` | 7083 id3tag_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` |
7031 fi | 7084 fi |
7032 # Put the nasty error message in config.log where it belongs | 7085 # Put the nasty error message in config.log where it belongs |
7033 echo "$id3tag_PKG_ERRORS" >&5 | 7086 echo "$id3tag_PKG_ERRORS" >&5 |
7034 | 7087 |
7035 { $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 | 7088 { $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 |
7061 if test -z "$SV_MODULE_FAILED"; then | 7114 if test -z "$SV_MODULE_FAILED"; then |
7062 if test -n "$SV_MODULE_LIB"; then | 7115 if test -n "$SV_MODULE_LIB"; then |
7063 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | 7116 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` |
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | 7117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 |
7065 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | 7118 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } |
7066 if eval "test \"\${$as_ac_Lib+set}\"" = set; then : | 7119 if eval \${$as_ac_Lib+:} false; then : |
7120 $as_echo_n "(cached) " >&6 | |
7121 else | |
7122 ac_check_lib_save_LIBS=$LIBS | |
7123 LIBS="-l$SV_MODULE_LIB $LIBS" | |
7124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
7125 /* end confdefs.h. */ | |
7126 | |
7127 /* Override any GCC internal prototype to avoid an error. | |
7128 Use char because int might match the return type of a GCC | |
7129 builtin and then its argument prototype would still apply. */ | |
7130 #ifdef __cplusplus | |
7131 extern "C" | |
7132 #endif | |
7133 char $SV_MODULE_FUNC (); | |
7134 int | |
7135 main () | |
7136 { | |
7137 return $SV_MODULE_FUNC (); | |
7138 ; | |
7139 return 0; | |
7140 } | |
7141 _ACEOF | |
7142 if ac_fn_cxx_try_link "$LINENO"; then : | |
7143 eval "$as_ac_Lib=yes" | |
7144 else | |
7145 eval "$as_ac_Lib=no" | |
7146 fi | |
7147 rm -f core conftest.err conftest.$ac_objext \ | |
7148 conftest$ac_exeext conftest.$ac_ext | |
7149 LIBS=$ac_check_lib_save_LIBS | |
7150 fi | |
7151 eval ac_res=\$$as_ac_Lib | |
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
7153 $as_echo "$ac_res" >&6; } | |
7154 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | |
7155 LIBS="$LIBS -l$SV_MODULE_LIB" | |
7156 else | |
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&5 | |
7158 $as_echo "$as_me: Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE" >&6;} | |
7159 fi | |
7160 | |
7161 fi | |
7162 fi | |
7163 fi | |
7164 | |
7165 | |
7166 # Link in -lX11 if it exists -- this is for the X error handler | |
7167 | |
7168 SV_MODULE_MODULE=X11 | |
7169 SV_MODULE_VERSION_TEST="x11 >= 1.0.0" | |
7170 SV_MODULE_HEADER=X11/X.h | |
7171 SV_MODULE_LIB=x11 | |
7172 SV_MODULE_FUNC=XGetErrorText | |
7173 SV_MODULE_HAVE=HAVE_$(echo X11 | tr 'a-z' 'A-Z') | |
7174 SV_MODULE_FAILED=1 | |
7175 if test -n "$X11_LIBS" ; then | |
7176 { $as_echo "$as_me:${as_lineno-$LINENO}: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&5 | |
7177 $as_echo "$as_me: User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE" >&6;} | |
7178 CXXFLAGS="$CXXFLAGS $X11_CFLAGS" | |
7179 LIBS="$LIBS $X11_LIBS" | |
7180 SV_MODULE_FAILED="" | |
7181 fi | |
7182 if test -z "$SV_MODULE_VERSION_TEST" ; then | |
7183 SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE | |
7184 fi | |
7185 if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then | |
7186 | |
7187 pkg_failed=no | |
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5 | |
7189 $as_echo_n "checking for X11... " >&6; } | |
7190 | |
7191 if test -n "$X11_CFLAGS"; then | |
7192 pkg_cv_X11_CFLAGS="$X11_CFLAGS" | |
7193 elif test -n "$PKG_CONFIG"; then | |
7194 if test -n "$PKG_CONFIG" && \ | |
7195 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | |
7196 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | |
7197 ac_status=$? | |
7198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
7199 test $ac_status = 0; }; then | |
7200 pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "$SV_MODULE_VERSION_TEST" 2>/dev/null` | |
7201 test "x$?" != "x0" && pkg_failed=yes | |
7202 else | |
7203 pkg_failed=yes | |
7204 fi | |
7205 else | |
7206 pkg_failed=untried | |
7207 fi | |
7208 if test -n "$X11_LIBS"; then | |
7209 pkg_cv_X11_LIBS="$X11_LIBS" | |
7210 elif test -n "$PKG_CONFIG"; then | |
7211 if test -n "$PKG_CONFIG" && \ | |
7212 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$SV_MODULE_VERSION_TEST\""; } >&5 | |
7213 ($PKG_CONFIG --exists --print-errors "$SV_MODULE_VERSION_TEST") 2>&5 | |
7214 ac_status=$? | |
7215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
7216 test $ac_status = 0; }; then | |
7217 pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "$SV_MODULE_VERSION_TEST" 2>/dev/null` | |
7218 test "x$?" != "x0" && pkg_failed=yes | |
7219 else | |
7220 pkg_failed=yes | |
7221 fi | |
7222 else | |
7223 pkg_failed=untried | |
7224 fi | |
7225 | |
7226 | |
7227 | |
7228 if test $pkg_failed = yes; then | |
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
7230 $as_echo "no" >&6; } | |
7231 | |
7232 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | |
7233 _pkg_short_errors_supported=yes | |
7234 else | |
7235 _pkg_short_errors_supported=no | |
7236 fi | |
7237 if test $_pkg_short_errors_supported = yes; then | |
7238 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | |
7239 else | |
7240 X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$SV_MODULE_VERSION_TEST" 2>&1` | |
7241 fi | |
7242 # Put the nasty error message in config.log where it belongs | |
7243 echo "$X11_PKG_ERRORS" >&5 | |
7244 | |
7245 { $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 | |
7246 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | |
7247 elif test $pkg_failed = untried; then | |
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
7249 $as_echo "no" >&6; } | |
7250 { $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 | |
7251 $as_echo "$as_me: Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means" >&6;} | |
7252 else | |
7253 X11_CFLAGS=$pkg_cv_X11_CFLAGS | |
7254 X11_LIBS=$pkg_cv_X11_LIBS | |
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
7256 $as_echo "yes" >&6; } | |
7257 HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $X11_CFLAGS";LIBS="$LIBS $X11_LIBS";SV_MODULE_FAILED="" | |
7258 fi | |
7259 fi | |
7260 if test -n "$SV_MODULE_FAILED"; then | |
7261 as_ac_Header=`$as_echo "ac_cv_header_$SV_MODULE_HEADER" | $as_tr_sh` | |
7262 ac_fn_cxx_check_header_mongrel "$LINENO" "$SV_MODULE_HEADER" "$as_ac_Header" "$ac_includes_default" | |
7263 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | |
7264 HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED="" | |
7265 else | |
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&5 | |
7267 $as_echo "$as_me: Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE" >&6;} | |
7268 fi | |
7269 | |
7270 | |
7271 if test -z "$SV_MODULE_FAILED"; then | |
7272 if test -n "$SV_MODULE_LIB"; then | |
7273 as_ac_Lib=`$as_echo "ac_cv_lib_$SV_MODULE_LIB''_$SV_MODULE_FUNC" | $as_tr_sh` | |
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB" >&5 | |
7275 $as_echo_n "checking for $SV_MODULE_FUNC in -l$SV_MODULE_LIB... " >&6; } | |
7276 if eval \${$as_ac_Lib+:} false; then : | |
7067 $as_echo_n "(cached) " >&6 | 7277 $as_echo_n "(cached) " >&6 |
7068 else | 7278 else |
7069 ac_check_lib_save_LIBS=$LIBS | 7279 ac_check_lib_save_LIBS=$LIBS |
7070 LIBS="-l$SV_MODULE_LIB $LIBS" | 7280 LIBS="-l$SV_MODULE_LIB $LIBS" |
7071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7193 t end | 7403 t end |
7194 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | 7404 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
7195 :end' >>confcache | 7405 :end' >>confcache |
7196 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 7406 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
7197 if test -w "$cache_file"; then | 7407 if test -w "$cache_file"; then |
7198 test "x$cache_file" != "x/dev/null" && | 7408 if test "x$cache_file" != "x/dev/null"; then |
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 7409 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
7200 $as_echo "$as_me: updating cache $cache_file" >&6;} | 7410 $as_echo "$as_me: updating cache $cache_file" >&6;} |
7201 cat confcache >$cache_file | 7411 if test ! -f "$cache_file" || test -h "$cache_file"; then |
7412 cat confcache >"$cache_file" | |
7413 else | |
7414 case $cache_file in #( | |
7415 */* | ?:*) | |
7416 mv -f confcache "$cache_file"$$ && | |
7417 mv -f "$cache_file"$$ "$cache_file" ;; #( | |
7418 *) | |
7419 mv -f confcache "$cache_file" ;; | |
7420 esac | |
7421 fi | |
7422 fi | |
7202 else | 7423 else |
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 7424 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
7204 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 7425 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
7205 fi | 7426 fi |
7206 fi | 7427 fi |
7264 | 7485 |
7265 LTLIBOBJS=$ac_ltlibobjs | 7486 LTLIBOBJS=$ac_ltlibobjs |
7266 | 7487 |
7267 | 7488 |
7268 | 7489 |
7269 : ${CONFIG_STATUS=./config.status} | 7490 : "${CONFIG_STATUS=./config.status}" |
7270 ac_write_fail=0 | 7491 ac_write_fail=0 |
7271 ac_clean_files_save=$ac_clean_files | 7492 ac_clean_files_save=$ac_clean_files |
7272 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 7493 ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 | 7494 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
7274 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | 7495 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
7365 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 7586 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
7366 # splitting by setting IFS to empty value.) | 7587 # splitting by setting IFS to empty value.) |
7367 IFS=" "" $as_nl" | 7588 IFS=" "" $as_nl" |
7368 | 7589 |
7369 # Find who we are. Look in the path if we contain no directory separator. | 7590 # Find who we are. Look in the path if we contain no directory separator. |
7591 as_myself= | |
7370 case $0 in #(( | 7592 case $0 in #(( |
7371 *[\\/]* ) as_myself=$0 ;; | 7593 *[\\/]* ) as_myself=$0 ;; |
7372 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 7594 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
7373 for as_dir in $PATH | 7595 for as_dir in $PATH |
7374 do | 7596 do |
7672 # Save the log message, to keep $0 and so on meaningful, and to | 7894 # Save the log message, to keep $0 and so on meaningful, and to |
7673 # report actual input values of CONFIG_FILES etc. instead of their | 7895 # report actual input values of CONFIG_FILES etc. instead of their |
7674 # values after options handling. | 7896 # values after options handling. |
7675 ac_log=" | 7897 ac_log=" |
7676 This file was extended by Sonic Visualiser $as_me 1.9, which was | 7898 This file was extended by Sonic Visualiser $as_me 1.9, which was |
7677 generated by GNU Autoconf 2.67. Invocation command line was | 7899 generated by GNU Autoconf 2.68. Invocation command line was |
7678 | 7900 |
7679 CONFIG_FILES = $CONFIG_FILES | 7901 CONFIG_FILES = $CONFIG_FILES |
7680 CONFIG_HEADERS = $CONFIG_HEADERS | 7902 CONFIG_HEADERS = $CONFIG_HEADERS |
7681 CONFIG_LINKS = $CONFIG_LINKS | 7903 CONFIG_LINKS = $CONFIG_LINKS |
7682 CONFIG_COMMANDS = $CONFIG_COMMANDS | 7904 CONFIG_COMMANDS = $CONFIG_COMMANDS |
7725 _ACEOF | 7947 _ACEOF |
7726 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 7948 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7727 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 7949 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
7728 ac_cs_version="\\ | 7950 ac_cs_version="\\ |
7729 Sonic Visualiser config.status 1.9 | 7951 Sonic Visualiser config.status 1.9 |
7730 configured by $0, generated by GNU Autoconf 2.67, | 7952 configured by $0, generated by GNU Autoconf 2.68, |
7731 with options \\"\$ac_cs_config\\" | 7953 with options \\"\$ac_cs_config\\" |
7732 | 7954 |
7733 Copyright (C) 2010 Free Software Foundation, Inc. | 7955 Copyright (C) 2010 Free Software Foundation, Inc. |
7734 This config.status script is free software; the Free Software Foundation | 7956 This config.status script is free software; the Free Software Foundation |
7735 gives unlimited permission to copy, distribute and modify it." | 7957 gives unlimited permission to copy, distribute and modify it." |
7838 for ac_config_target in $ac_config_targets | 8060 for ac_config_target in $ac_config_targets |
7839 do | 8061 do |
7840 case $ac_config_target in | 8062 case $ac_config_target in |
7841 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 8063 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; |
7842 | 8064 |
7843 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 8065 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
7844 esac | 8066 esac |
7845 done | 8067 done |
7846 | 8068 |
7847 | 8069 |
7848 # If the user did not use the arguments to specify the items to instantiate, | 8070 # If the user did not use the arguments to specify the items to instantiate, |
7859 # Hook for its removal unless debugging. | 8081 # Hook for its removal unless debugging. |
7860 # Note that there is a small window in which the directory will not be cleaned: | 8082 # Note that there is a small window in which the directory will not be cleaned: |
7861 # after its creation but before its name has been assigned to `$tmp'. | 8083 # after its creation but before its name has been assigned to `$tmp'. |
7862 $debug || | 8084 $debug || |
7863 { | 8085 { |
7864 tmp= | 8086 tmp= ac_tmp= |
7865 trap 'exit_status=$? | 8087 trap 'exit_status=$? |
7866 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | 8088 : "${ac_tmp:=$tmp}" |
8089 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | |
7867 ' 0 | 8090 ' 0 |
7868 trap 'as_fn_exit 1' 1 2 13 15 | 8091 trap 'as_fn_exit 1' 1 2 13 15 |
7869 } | 8092 } |
7870 # Create a (secure) tmp directory for tmp files. | 8093 # Create a (secure) tmp directory for tmp files. |
7871 | 8094 |
7872 { | 8095 { |
7873 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 8096 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
7874 test -n "$tmp" && test -d "$tmp" | 8097 test -d "$tmp" |
7875 } || | 8098 } || |
7876 { | 8099 { |
7877 tmp=./conf$$-$RANDOM | 8100 tmp=./conf$$-$RANDOM |
7878 (umask 077 && mkdir "$tmp") | 8101 (umask 077 && mkdir "$tmp") |
7879 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 8102 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
8103 ac_tmp=$tmp | |
7880 | 8104 |
7881 # Set up the scripts for CONFIG_FILES section. | 8105 # Set up the scripts for CONFIG_FILES section. |
7882 # No need to generate them if there are no CONFIG_FILES. | 8106 # No need to generate them if there are no CONFIG_FILES. |
7883 # This happens for instance with `./config.status config.h'. | 8107 # This happens for instance with `./config.status config.h'. |
7884 if test -n "$CONFIG_FILES"; then | 8108 if test -n "$CONFIG_FILES"; then |
7896 ac_cs_awk_cr='\\r' | 8120 ac_cs_awk_cr='\\r' |
7897 else | 8121 else |
7898 ac_cs_awk_cr=$ac_cr | 8122 ac_cs_awk_cr=$ac_cr |
7899 fi | 8123 fi |
7900 | 8124 |
7901 echo 'BEGIN {' >"$tmp/subs1.awk" && | 8125 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
7902 _ACEOF | 8126 _ACEOF |
7903 | 8127 |
7904 | 8128 |
7905 { | 8129 { |
7906 echo "cat >conf$$subs.awk <<_ACEOF" && | 8130 echo "cat >conf$$subs.awk <<_ACEOF" && |
7924 fi | 8148 fi |
7925 done | 8149 done |
7926 rm -f conf$$subs.sh | 8150 rm -f conf$$subs.sh |
7927 | 8151 |
7928 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8152 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7929 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 8153 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
7930 _ACEOF | 8154 _ACEOF |
7931 sed -n ' | 8155 sed -n ' |
7932 h | 8156 h |
7933 s/^/S["/; s/!.*/"]=/ | 8157 s/^/S["/; s/!.*/"]=/ |
7934 p | 8158 p |
7972 } | 8196 } |
7973 ' >>$CONFIG_STATUS || ac_write_fail=1 | 8197 ' >>$CONFIG_STATUS || ac_write_fail=1 |
7974 rm -f conf$$subs.awk | 8198 rm -f conf$$subs.awk |
7975 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 8199 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7976 _ACAWK | 8200 _ACAWK |
7977 cat >>"\$tmp/subs1.awk" <<_ACAWK && | 8201 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
7978 for (key in S) S_is_set[key] = 1 | 8202 for (key in S) S_is_set[key] = 1 |
7979 FS = "" | 8203 FS = "" |
7980 | 8204 |
7981 } | 8205 } |
7982 { | 8206 { |
8004 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 8228 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
8005 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 8229 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
8006 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 8230 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
8007 else | 8231 else |
8008 cat | 8232 cat |
8009 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 8233 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
8010 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 8234 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
8011 _ACEOF | 8235 _ACEOF |
8012 | 8236 |
8013 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 8237 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
8014 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 8238 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
8044 case $ac_tag in | 8268 case $ac_tag in |
8045 :[FHLC]) ac_mode=$ac_tag; continue;; | 8269 :[FHLC]) ac_mode=$ac_tag; continue;; |
8046 esac | 8270 esac |
8047 case $ac_mode$ac_tag in | 8271 case $ac_mode$ac_tag in |
8048 :[FHL]*:*);; | 8272 :[FHL]*:*);; |
8049 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 8273 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
8050 :[FH]-) ac_tag=-:-;; | 8274 :[FH]-) ac_tag=-:-;; |
8051 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 8275 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
8052 esac | 8276 esac |
8053 ac_save_IFS=$IFS | 8277 ac_save_IFS=$IFS |
8054 IFS=: | 8278 IFS=: |
8063 :[FH]) | 8287 :[FH]) |
8064 ac_file_inputs= | 8288 ac_file_inputs= |
8065 for ac_f | 8289 for ac_f |
8066 do | 8290 do |
8067 case $ac_f in | 8291 case $ac_f in |
8068 -) ac_f="$tmp/stdin";; | 8292 -) ac_f="$ac_tmp/stdin";; |
8069 *) # Look for the file first in the build tree, then in the source tree | 8293 *) # Look for the file first in the build tree, then in the source tree |
8070 # (if the path is not absolute). The absolute path cannot be DOS-style, | 8294 # (if the path is not absolute). The absolute path cannot be DOS-style, |
8071 # because $ac_f cannot contain `:'. | 8295 # because $ac_f cannot contain `:'. |
8072 test -f "$ac_f" || | 8296 test -f "$ac_f" || |
8073 case $ac_f in | 8297 case $ac_f in |
8074 [\\/$]*) false;; | 8298 [\\/$]*) false;; |
8075 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 8299 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
8076 esac || | 8300 esac || |
8077 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 8301 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
8078 esac | 8302 esac |
8079 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 8303 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
8080 as_fn_append ac_file_inputs " '$ac_f'" | 8304 as_fn_append ac_file_inputs " '$ac_f'" |
8081 done | 8305 done |
8082 | 8306 |
8098 sed 's/[\\\\&|]/\\\\&/g'`;; #( | 8322 sed 's/[\\\\&|]/\\\\&/g'`;; #( |
8099 *) ac_sed_conf_input=$configure_input;; | 8323 *) ac_sed_conf_input=$configure_input;; |
8100 esac | 8324 esac |
8101 | 8325 |
8102 case $ac_tag in | 8326 case $ac_tag in |
8103 *:-:* | *:-) cat >"$tmp/stdin" \ | 8327 *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
8104 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 8328 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
8105 esac | 8329 esac |
8106 ;; | 8330 ;; |
8107 esac | 8331 esac |
8108 | 8332 |
8109 ac_dir=`$as_dirname -- "$ac_file" || | 8333 ac_dir=`$as_dirname -- "$ac_file" || |
8235 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | 8459 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
8236 s&@INSTALL@&$ac_INSTALL&;t t | 8460 s&@INSTALL@&$ac_INSTALL&;t t |
8237 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 8461 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
8238 $ac_datarootdir_hack | 8462 $ac_datarootdir_hack |
8239 " | 8463 " |
8240 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 8464 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
8241 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 8465 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8242 | 8466 |
8243 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 8467 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
8244 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 8468 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
8245 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 8469 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
8470 "$ac_tmp/out"`; test -z "$ac_out"; } && | |
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8471 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8247 which seems to be undefined. Please make sure it is defined" >&5 | 8472 which seems to be undefined. Please make sure it is defined" >&5 |
8248 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 8473 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8249 which seems to be undefined. Please make sure it is defined" >&2;} | 8474 which seems to be undefined. Please make sure it is defined" >&2;} |
8250 | 8475 |
8251 rm -f "$tmp/stdin" | 8476 rm -f "$ac_tmp/stdin" |
8252 case $ac_file in | 8477 case $ac_file in |
8253 -) cat "$tmp/out" && rm -f "$tmp/out";; | 8478 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
8254 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 8479 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
8255 esac \ | 8480 esac \ |
8256 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 8481 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8257 ;; | 8482 ;; |
8258 | 8483 |
8259 | 8484 |
8360 t end | 8585 t end |
8361 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | 8586 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
8362 :end' >>confcache | 8587 :end' >>confcache |
8363 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 8588 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
8364 if test -w "$cache_file"; then | 8589 if test -w "$cache_file"; then |
8365 test "x$cache_file" != "x/dev/null" && | 8590 if test "x$cache_file" != "x/dev/null"; then |
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 8591 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
8367 $as_echo "$as_me: updating cache $cache_file" >&6;} | 8592 $as_echo "$as_me: updating cache $cache_file" >&6;} |
8368 cat confcache >$cache_file | 8593 if test ! -f "$cache_file" || test -h "$cache_file"; then |
8594 cat confcache >"$cache_file" | |
8595 else | |
8596 case $cache_file in #( | |
8597 */* | ?:*) | |
8598 mv -f confcache "$cache_file"$$ && | |
8599 mv -f "$cache_file"$$ "$cache_file" ;; #( | |
8600 *) | |
8601 mv -f confcache "$cache_file" ;; | |
8602 esac | |
8603 fi | |
8604 fi | |
8369 else | 8605 else |
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 8606 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
8371 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 8607 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
8372 fi | 8608 fi |
8373 fi | 8609 fi |
8431 | 8667 |
8432 LTLIBOBJS=$ac_ltlibobjs | 8668 LTLIBOBJS=$ac_ltlibobjs |
8433 | 8669 |
8434 | 8670 |
8435 | 8671 |
8436 : ${CONFIG_STATUS=./config.status} | 8672 : "${CONFIG_STATUS=./config.status}" |
8437 ac_write_fail=0 | 8673 ac_write_fail=0 |
8438 ac_clean_files_save=$ac_clean_files | 8674 ac_clean_files_save=$ac_clean_files |
8439 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 8675 ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
8440 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 | 8676 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
8441 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | 8677 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
8532 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 8768 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
8533 # splitting by setting IFS to empty value.) | 8769 # splitting by setting IFS to empty value.) |
8534 IFS=" "" $as_nl" | 8770 IFS=" "" $as_nl" |
8535 | 8771 |
8536 # Find who we are. Look in the path if we contain no directory separator. | 8772 # Find who we are. Look in the path if we contain no directory separator. |
8773 as_myself= | |
8537 case $0 in #(( | 8774 case $0 in #(( |
8538 *[\\/]* ) as_myself=$0 ;; | 8775 *[\\/]* ) as_myself=$0 ;; |
8539 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 8776 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
8540 for as_dir in $PATH | 8777 for as_dir in $PATH |
8541 do | 8778 do |
8839 # Save the log message, to keep $0 and so on meaningful, and to | 9076 # Save the log message, to keep $0 and so on meaningful, and to |
8840 # report actual input values of CONFIG_FILES etc. instead of their | 9077 # report actual input values of CONFIG_FILES etc. instead of their |
8841 # values after options handling. | 9078 # values after options handling. |
8842 ac_log=" | 9079 ac_log=" |
8843 This file was extended by Sonic Visualiser $as_me 1.9, which was | 9080 This file was extended by Sonic Visualiser $as_me 1.9, which was |
8844 generated by GNU Autoconf 2.67. Invocation command line was | 9081 generated by GNU Autoconf 2.68. Invocation command line was |
8845 | 9082 |
8846 CONFIG_FILES = $CONFIG_FILES | 9083 CONFIG_FILES = $CONFIG_FILES |
8847 CONFIG_HEADERS = $CONFIG_HEADERS | 9084 CONFIG_HEADERS = $CONFIG_HEADERS |
8848 CONFIG_LINKS = $CONFIG_LINKS | 9085 CONFIG_LINKS = $CONFIG_LINKS |
8849 CONFIG_COMMANDS = $CONFIG_COMMANDS | 9086 CONFIG_COMMANDS = $CONFIG_COMMANDS |
8892 _ACEOF | 9129 _ACEOF |
8893 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 9130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8894 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 9131 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
8895 ac_cs_version="\\ | 9132 ac_cs_version="\\ |
8896 Sonic Visualiser config.status 1.9 | 9133 Sonic Visualiser config.status 1.9 |
8897 configured by $0, generated by GNU Autoconf 2.67, | 9134 configured by $0, generated by GNU Autoconf 2.68, |
8898 with options \\"\$ac_cs_config\\" | 9135 with options \\"\$ac_cs_config\\" |
8899 | 9136 |
8900 Copyright (C) 2010 Free Software Foundation, Inc. | 9137 Copyright (C) 2010 Free Software Foundation, Inc. |
8901 This config.status script is free software; the Free Software Foundation | 9138 This config.status script is free software; the Free Software Foundation |
8902 gives unlimited permission to copy, distribute and modify it." | 9139 gives unlimited permission to copy, distribute and modify it." |
9006 do | 9243 do |
9007 case $ac_config_target in | 9244 case $ac_config_target in |
9008 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; | 9245 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; |
9009 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; | 9246 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; |
9010 | 9247 |
9011 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 9248 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
9012 esac | 9249 esac |
9013 done | 9250 done |
9014 | 9251 |
9015 | 9252 |
9016 # If the user did not use the arguments to specify the items to instantiate, | 9253 # If the user did not use the arguments to specify the items to instantiate, |
9027 # Hook for its removal unless debugging. | 9264 # Hook for its removal unless debugging. |
9028 # Note that there is a small window in which the directory will not be cleaned: | 9265 # Note that there is a small window in which the directory will not be cleaned: |
9029 # after its creation but before its name has been assigned to `$tmp'. | 9266 # after its creation but before its name has been assigned to `$tmp'. |
9030 $debug || | 9267 $debug || |
9031 { | 9268 { |
9032 tmp= | 9269 tmp= ac_tmp= |
9033 trap 'exit_status=$? | 9270 trap 'exit_status=$? |
9034 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | 9271 : "${ac_tmp:=$tmp}" |
9272 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | |
9035 ' 0 | 9273 ' 0 |
9036 trap 'as_fn_exit 1' 1 2 13 15 | 9274 trap 'as_fn_exit 1' 1 2 13 15 |
9037 } | 9275 } |
9038 # Create a (secure) tmp directory for tmp files. | 9276 # Create a (secure) tmp directory for tmp files. |
9039 | 9277 |
9040 { | 9278 { |
9041 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 9279 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
9042 test -n "$tmp" && test -d "$tmp" | 9280 test -d "$tmp" |
9043 } || | 9281 } || |
9044 { | 9282 { |
9045 tmp=./conf$$-$RANDOM | 9283 tmp=./conf$$-$RANDOM |
9046 (umask 077 && mkdir "$tmp") | 9284 (umask 077 && mkdir "$tmp") |
9047 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 9285 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
9286 ac_tmp=$tmp | |
9048 | 9287 |
9049 # Set up the scripts for CONFIG_FILES section. | 9288 # Set up the scripts for CONFIG_FILES section. |
9050 # No need to generate them if there are no CONFIG_FILES. | 9289 # No need to generate them if there are no CONFIG_FILES. |
9051 # This happens for instance with `./config.status config.h'. | 9290 # This happens for instance with `./config.status config.h'. |
9052 if test -n "$CONFIG_FILES"; then | 9291 if test -n "$CONFIG_FILES"; then |
9064 ac_cs_awk_cr='\\r' | 9303 ac_cs_awk_cr='\\r' |
9065 else | 9304 else |
9066 ac_cs_awk_cr=$ac_cr | 9305 ac_cs_awk_cr=$ac_cr |
9067 fi | 9306 fi |
9068 | 9307 |
9069 echo 'BEGIN {' >"$tmp/subs1.awk" && | 9308 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
9070 _ACEOF | 9309 _ACEOF |
9071 | 9310 |
9072 | 9311 |
9073 { | 9312 { |
9074 echo "cat >conf$$subs.awk <<_ACEOF" && | 9313 echo "cat >conf$$subs.awk <<_ACEOF" && |
9092 fi | 9331 fi |
9093 done | 9332 done |
9094 rm -f conf$$subs.sh | 9333 rm -f conf$$subs.sh |
9095 | 9334 |
9096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 9335 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
9097 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 9336 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
9098 _ACEOF | 9337 _ACEOF |
9099 sed -n ' | 9338 sed -n ' |
9100 h | 9339 h |
9101 s/^/S["/; s/!.*/"]=/ | 9340 s/^/S["/; s/!.*/"]=/ |
9102 p | 9341 p |
9140 } | 9379 } |
9141 ' >>$CONFIG_STATUS || ac_write_fail=1 | 9380 ' >>$CONFIG_STATUS || ac_write_fail=1 |
9142 rm -f conf$$subs.awk | 9381 rm -f conf$$subs.awk |
9143 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 9382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
9144 _ACAWK | 9383 _ACAWK |
9145 cat >>"\$tmp/subs1.awk" <<_ACAWK && | 9384 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
9146 for (key in S) S_is_set[key] = 1 | 9385 for (key in S) S_is_set[key] = 1 |
9147 FS = "" | 9386 FS = "" |
9148 | 9387 |
9149 } | 9388 } |
9150 { | 9389 { |
9172 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 9411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
9173 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 9412 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
9174 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 9413 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
9175 else | 9414 else |
9176 cat | 9415 cat |
9177 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 9416 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
9178 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 9417 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
9179 _ACEOF | 9418 _ACEOF |
9180 | 9419 |
9181 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 9420 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
9182 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 9421 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
9212 case $ac_tag in | 9451 case $ac_tag in |
9213 :[FHLC]) ac_mode=$ac_tag; continue;; | 9452 :[FHLC]) ac_mode=$ac_tag; continue;; |
9214 esac | 9453 esac |
9215 case $ac_mode$ac_tag in | 9454 case $ac_mode$ac_tag in |
9216 :[FHL]*:*);; | 9455 :[FHL]*:*);; |
9217 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 9456 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
9218 :[FH]-) ac_tag=-:-;; | 9457 :[FH]-) ac_tag=-:-;; |
9219 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 9458 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
9220 esac | 9459 esac |
9221 ac_save_IFS=$IFS | 9460 ac_save_IFS=$IFS |
9222 IFS=: | 9461 IFS=: |
9231 :[FH]) | 9470 :[FH]) |
9232 ac_file_inputs= | 9471 ac_file_inputs= |
9233 for ac_f | 9472 for ac_f |
9234 do | 9473 do |
9235 case $ac_f in | 9474 case $ac_f in |
9236 -) ac_f="$tmp/stdin";; | 9475 -) ac_f="$ac_tmp/stdin";; |
9237 *) # Look for the file first in the build tree, then in the source tree | 9476 *) # Look for the file first in the build tree, then in the source tree |
9238 # (if the path is not absolute). The absolute path cannot be DOS-style, | 9477 # (if the path is not absolute). The absolute path cannot be DOS-style, |
9239 # because $ac_f cannot contain `:'. | 9478 # because $ac_f cannot contain `:'. |
9240 test -f "$ac_f" || | 9479 test -f "$ac_f" || |
9241 case $ac_f in | 9480 case $ac_f in |
9242 [\\/$]*) false;; | 9481 [\\/$]*) false;; |
9243 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 9482 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
9244 esac || | 9483 esac || |
9245 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 9484 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
9246 esac | 9485 esac |
9247 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 9486 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
9248 as_fn_append ac_file_inputs " '$ac_f'" | 9487 as_fn_append ac_file_inputs " '$ac_f'" |
9249 done | 9488 done |
9250 | 9489 |
9266 sed 's/[\\\\&|]/\\\\&/g'`;; #( | 9505 sed 's/[\\\\&|]/\\\\&/g'`;; #( |
9267 *) ac_sed_conf_input=$configure_input;; | 9506 *) ac_sed_conf_input=$configure_input;; |
9268 esac | 9507 esac |
9269 | 9508 |
9270 case $ac_tag in | 9509 case $ac_tag in |
9271 *:-:* | *:-) cat >"$tmp/stdin" \ | 9510 *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
9272 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 9511 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
9273 esac | 9512 esac |
9274 ;; | 9513 ;; |
9275 esac | 9514 esac |
9276 | 9515 |
9277 ac_dir=`$as_dirname -- "$ac_file" || | 9516 ac_dir=`$as_dirname -- "$ac_file" || |
9403 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | 9642 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
9404 s&@INSTALL@&$ac_INSTALL&;t t | 9643 s&@INSTALL@&$ac_INSTALL&;t t |
9405 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 9644 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
9406 $ac_datarootdir_hack | 9645 $ac_datarootdir_hack |
9407 " | 9646 " |
9408 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 9647 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
9409 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 9648 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
9410 | 9649 |
9411 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 9650 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
9412 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 9651 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
9413 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 9652 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
9653 "$ac_tmp/out"`; test -z "$ac_out"; } && | |
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 9654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
9415 which seems to be undefined. Please make sure it is defined" >&5 | 9655 which seems to be undefined. Please make sure it is defined" >&5 |
9416 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 9656 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
9417 which seems to be undefined. Please make sure it is defined" >&2;} | 9657 which seems to be undefined. Please make sure it is defined" >&2;} |
9418 | 9658 |
9419 rm -f "$tmp/stdin" | 9659 rm -f "$ac_tmp/stdin" |
9420 case $ac_file in | 9660 case $ac_file in |
9421 -) cat "$tmp/out" && rm -f "$tmp/out";; | 9661 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
9422 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 9662 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
9423 esac \ | 9663 esac \ |
9424 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 9664 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
9425 ;; | 9665 ;; |
9426 | 9666 |
9427 | 9667 |