comparison configure @ 1599:252e05bf199d

Regenerate proper Autotools files; fix JS stringToTime and add stringToTime_error
author Adam Chlipala <adam@chlipala.net>
date Fri, 18 Nov 2011 17:17:22 -0500
parents e283ca05c829
children 3a33cd0b61d9
comparison
equal deleted inserted replaced
1598:cdca9691434a 1599:252e05bf199d
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 urweb 20110917. 3 # Generated by GNU Autoconf 2.68 for urweb 20110917.
4 # 4 #
5 # 5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8 # Foundation, Inc. 8 # Foundation, Inc.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.) 88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl" 89 IFS=" "" $as_nl"
90 90
91 # Find who we are. Look in the path if we contain no directory separator. 91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
92 case $0 in #(( 93 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH 96 for as_dir in $PATH
96 do 97 do
220 221
221 if test "x$CONFIG_SHELL" != x; then : 222 if test "x$CONFIG_SHELL" != x; then :
222 # We cannot yet assume a decent shell, so we have to provide a 223 # We cannot yet assume a decent shell, so we have to provide a
223 # neutralization value for shells without unset; and this also 224 # neutralization value for shells without unset; and this also
224 # works around shells that cannot unset nonexistent variables. 225 # works around shells that cannot unset nonexistent variables.
226 # Preserve -v and -x to the replacement shell.
225 BASH_ENV=/dev/null 227 BASH_ENV=/dev/null
226 ENV=/dev/null 228 ENV=/dev/null
227 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 229 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
228 export CONFIG_SHELL 230 export CONFIG_SHELL
229 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 231 case $- in # ((((
232 *v*x* | *x*v* ) as_opts=-vx ;;
233 *v* ) as_opts=-v ;;
234 *x* ) as_opts=-x ;;
235 * ) as_opts= ;;
236 esac
237 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
230 fi 238 fi
231 239
232 if test x$as_have_required = xno; then : 240 if test x$as_have_required = xno; then :
233 $as_echo "$0: This script requires a shell more modern than all" 241 $as_echo "$0: This script requires a shell more modern than all"
234 $as_echo "$0: the shells that I found on your system." 242 $as_echo "$0: the shells that I found on your system."
1157 *) 1165 *)
1158 # FIXME: should be removed in autoconf 3.0. 1166 # FIXME: should be removed in autoconf 3.0.
1159 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1167 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1160 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1168 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1161 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1169 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1162 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1170 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1163 ;; 1171 ;;
1164 1172
1165 esac 1173 esac
1166 done 1174 done
1167 1175
1384 --disable-libtool-lock avoid locking (might break parallel builds) 1392 --disable-libtool-lock avoid locking (might break parallel builds)
1385 1393
1386 Optional Packages: 1394 Optional Packages:
1387 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1395 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1388 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1396 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1389 --with-pic try to use only PIC/non-PIC objects [default=use 1397 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1390 both] 1398 both]
1391 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1399 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1392 --with-sysroot=DIR Search for dependent libraries within DIR 1400 --with-sysroot=DIR Search for dependent libraries within DIR
1393 (or the compiler's sysroot if not specified). 1401 (or the compiler's sysroot if not specified).
1394 --with-openssl=DIR root of the OpenSSL directory 1402 --with-openssl=DIR root of the OpenSSL directory
1469 1477
1470 test -n "$ac_init_help" && exit $ac_status 1478 test -n "$ac_init_help" && exit $ac_status
1471 if $ac_init_version; then 1479 if $ac_init_version; then
1472 cat <<\_ACEOF 1480 cat <<\_ACEOF
1473 urweb configure 20110917 1481 urweb configure 20110917
1474 generated by GNU Autoconf 2.67 1482 generated by GNU Autoconf 2.68
1475 1483
1476 Copyright (C) 2010 Free Software Foundation, Inc. 1484 Copyright (C) 2010 Free Software Foundation, Inc.
1477 This configure script is free software; the Free Software Foundation 1485 This configure script is free software; the Free Software Foundation
1478 gives unlimited permission to copy, distribute and modify it. 1486 gives unlimited permission to copy, distribute and modify it.
1479 _ACEOF 1487 _ACEOF
1515 $as_echo "$as_me: failed program was:" >&5 1523 $as_echo "$as_me: failed program was:" >&5
1516 sed 's/^/| /' conftest.$ac_ext >&5 1524 sed 's/^/| /' conftest.$ac_ext >&5
1517 1525
1518 ac_retval=1 1526 ac_retval=1
1519 fi 1527 fi
1520 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1528 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1521 as_fn_set_status $ac_retval 1529 as_fn_set_status $ac_retval
1522 1530
1523 } # ac_fn_c_try_compile 1531 } # ac_fn_c_try_compile
1524 1532
1525 # ac_fn_c_try_cpp LINENO 1533 # ac_fn_c_try_cpp LINENO
1552 $as_echo "$as_me: failed program was:" >&5 1560 $as_echo "$as_me: failed program was:" >&5
1553 sed 's/^/| /' conftest.$ac_ext >&5 1561 sed 's/^/| /' conftest.$ac_ext >&5
1554 1562
1555 ac_retval=1 1563 ac_retval=1
1556 fi 1564 fi
1557 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1565 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1558 as_fn_set_status $ac_retval 1566 as_fn_set_status $ac_retval
1559 1567
1560 } # ac_fn_c_try_cpp 1568 } # ac_fn_c_try_cpp
1561 1569
1562 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1570 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1565 # the include files in INCLUDES and setting the cache variable VAR 1573 # the include files in INCLUDES and setting the cache variable VAR
1566 # accordingly. 1574 # accordingly.
1567 ac_fn_c_check_header_mongrel () 1575 ac_fn_c_check_header_mongrel ()
1568 { 1576 {
1569 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1577 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1570 if eval "test \"\${$3+set}\"" = set; then : 1578 if eval \${$3+:} false; then :
1571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1572 $as_echo_n "checking for $2... " >&6; } 1580 $as_echo_n "checking for $2... " >&6; }
1573 if eval "test \"\${$3+set}\"" = set; then : 1581 if eval \${$3+:} false; then :
1574 $as_echo_n "(cached) " >&6 1582 $as_echo_n "(cached) " >&6
1575 fi 1583 fi
1576 eval ac_res=\$$3 1584 eval ac_res=\$$3
1577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1578 $as_echo "$ac_res" >&6; } 1586 $as_echo "$ac_res" >&6; }
1631 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1639 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1632 ;; 1640 ;;
1633 esac 1641 esac
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1635 $as_echo_n "checking for $2... " >&6; } 1643 $as_echo_n "checking for $2... " >&6; }
1636 if eval "test \"\${$3+set}\"" = set; then : 1644 if eval \${$3+:} false; then :
1637 $as_echo_n "(cached) " >&6 1645 $as_echo_n "(cached) " >&6
1638 else 1646 else
1639 eval "$3=\$ac_header_compiler" 1647 eval "$3=\$ac_header_compiler"
1640 fi 1648 fi
1641 eval ac_res=\$$3 1649 eval ac_res=\$$3
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1643 $as_echo "$ac_res" >&6; } 1651 $as_echo "$ac_res" >&6; }
1644 fi 1652 fi
1645 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1653 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1646 1654
1647 } # ac_fn_c_check_header_mongrel 1655 } # ac_fn_c_check_header_mongrel
1648 1656
1649 # ac_fn_c_try_run LINENO 1657 # ac_fn_c_try_run LINENO
1650 # ---------------------- 1658 # ----------------------
1681 sed 's/^/| /' conftest.$ac_ext >&5 1689 sed 's/^/| /' conftest.$ac_ext >&5
1682 1690
1683 ac_retval=$ac_status 1691 ac_retval=$ac_status
1684 fi 1692 fi
1685 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1686 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1694 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1687 as_fn_set_status $ac_retval 1695 as_fn_set_status $ac_retval
1688 1696
1689 } # ac_fn_c_try_run 1697 } # ac_fn_c_try_run
1690 1698
1691 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1699 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1695 ac_fn_c_check_header_compile () 1703 ac_fn_c_check_header_compile ()
1696 { 1704 {
1697 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1705 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699 $as_echo_n "checking for $2... " >&6; } 1707 $as_echo_n "checking for $2... " >&6; }
1700 if eval "test \"\${$3+set}\"" = set; then : 1708 if eval \${$3+:} false; then :
1701 $as_echo_n "(cached) " >&6 1709 $as_echo_n "(cached) " >&6
1702 else 1710 else
1703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704 /* end confdefs.h. */ 1712 /* end confdefs.h. */
1705 $4 1713 $4
1713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1714 fi 1722 fi
1715 eval ac_res=\$$3 1723 eval ac_res=\$$3
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1717 $as_echo "$ac_res" >&6; } 1725 $as_echo "$ac_res" >&6; }
1718 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1719 1727
1720 } # ac_fn_c_check_header_compile 1728 } # ac_fn_c_check_header_compile
1721 1729
1722 # ac_fn_c_try_link LINENO 1730 # ac_fn_c_try_link LINENO
1723 # ----------------------- 1731 # -----------------------
1758 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1766 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1759 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1767 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1760 # interfere with the next link command; also delete a directory that is 1768 # interfere with the next link command; also delete a directory that is
1761 # left behind by Apple's compiler. We do this before executing the actions. 1769 # left behind by Apple's compiler. We do this before executing the actions.
1762 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1770 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1763 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1771 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1764 as_fn_set_status $ac_retval 1772 as_fn_set_status $ac_retval
1765 1773
1766 } # ac_fn_c_try_link 1774 } # ac_fn_c_try_link
1767 1775
1768 # ac_fn_c_check_func LINENO FUNC VAR 1776 # ac_fn_c_check_func LINENO FUNC VAR
1771 ac_fn_c_check_func () 1779 ac_fn_c_check_func ()
1772 { 1780 {
1773 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1781 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1775 $as_echo_n "checking for $2... " >&6; } 1783 $as_echo_n "checking for $2... " >&6; }
1776 if eval "test \"\${$3+set}\"" = set; then : 1784 if eval \${$3+:} false; then :
1777 $as_echo_n "(cached) " >&6 1785 $as_echo_n "(cached) " >&6
1778 else 1786 else
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780 /* end confdefs.h. */ 1788 /* end confdefs.h. */
1781 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1789 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 conftest$ac_exeext conftest.$ac_ext 1834 conftest$ac_exeext conftest.$ac_ext
1827 fi 1835 fi
1828 eval ac_res=\$$3 1836 eval ac_res=\$$3
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1830 $as_echo "$ac_res" >&6; } 1838 $as_echo "$ac_res" >&6; }
1831 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1839 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1832 1840
1833 } # ac_fn_c_check_func 1841 } # ac_fn_c_check_func
1834 cat >config.log <<_ACEOF 1842 cat >config.log <<_ACEOF
1835 This file contains any messages produced by compilers while 1843 This file contains any messages produced by compilers while
1836 running configure, to aid debugging if configure makes a mistake. 1844 running configure, to aid debugging if configure makes a mistake.
1837 1845
1838 It was created by urweb $as_me 20110917, which was 1846 It was created by urweb $as_me 20110917, which was
1839 generated by GNU Autoconf 2.67. Invocation command line was 1847 generated by GNU Autoconf 2.68. Invocation command line was
1840 1848
1841 $ $0 $@ 1849 $ $0 $@
1842 1850
1843 _ACEOF 1851 _ACEOF
1844 exec 5>>config.log 1852 exec 5>>config.log
2092 sed 's/^/| /' "$ac_site_file" >&5 2100 sed 's/^/| /' "$ac_site_file" >&5
2093 . "$ac_site_file" \ 2101 . "$ac_site_file" \
2094 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2102 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2095 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2103 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2096 as_fn_error $? "failed to load site script $ac_site_file 2104 as_fn_error $? "failed to load site script $ac_site_file
2097 See \`config.log' for more details" "$LINENO" 5 ; } 2105 See \`config.log' for more details" "$LINENO" 5; }
2098 fi 2106 fi
2099 done 2107 done
2100 2108
2101 if test -r "$cache_file"; then 2109 if test -r "$cache_file"; then
2102 # Some versions of bash will fail to source /dev/null (special files 2110 # Some versions of bash will fail to source /dev/null (special files
2192 if test -n "$ac_tool_prefix"; then 2200 if test -n "$ac_tool_prefix"; then
2193 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2201 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2194 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2202 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2196 $as_echo_n "checking for $ac_word... " >&6; } 2204 $as_echo_n "checking for $ac_word... " >&6; }
2197 if test "${ac_cv_prog_CC+set}" = set; then : 2205 if ${ac_cv_prog_CC+:} false; then :
2198 $as_echo_n "(cached) " >&6 2206 $as_echo_n "(cached) " >&6
2199 else 2207 else
2200 if test -n "$CC"; then 2208 if test -n "$CC"; then
2201 ac_cv_prog_CC="$CC" # Let the user override the test. 2209 ac_cv_prog_CC="$CC" # Let the user override the test.
2202 else 2210 else
2232 ac_ct_CC=$CC 2240 ac_ct_CC=$CC
2233 # Extract the first word of "gcc", so it can be a program name with args. 2241 # Extract the first word of "gcc", so it can be a program name with args.
2234 set dummy gcc; ac_word=$2 2242 set dummy gcc; ac_word=$2
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2236 $as_echo_n "checking for $ac_word... " >&6; } 2244 $as_echo_n "checking for $ac_word... " >&6; }
2237 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2245 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2238 $as_echo_n "(cached) " >&6 2246 $as_echo_n "(cached) " >&6
2239 else 2247 else
2240 if test -n "$ac_ct_CC"; then 2248 if test -n "$ac_ct_CC"; then
2241 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2249 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2242 else 2250 else
2285 if test -n "$ac_tool_prefix"; then 2293 if test -n "$ac_tool_prefix"; then
2286 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2294 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2287 set dummy ${ac_tool_prefix}cc; ac_word=$2 2295 set dummy ${ac_tool_prefix}cc; ac_word=$2
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2289 $as_echo_n "checking for $ac_word... " >&6; } 2297 $as_echo_n "checking for $ac_word... " >&6; }
2290 if test "${ac_cv_prog_CC+set}" = set; then : 2298 if ${ac_cv_prog_CC+:} false; then :
2291 $as_echo_n "(cached) " >&6 2299 $as_echo_n "(cached) " >&6
2292 else 2300 else
2293 if test -n "$CC"; then 2301 if test -n "$CC"; then
2294 ac_cv_prog_CC="$CC" # Let the user override the test. 2302 ac_cv_prog_CC="$CC" # Let the user override the test.
2295 else 2303 else
2325 if test -z "$CC"; then 2333 if test -z "$CC"; then
2326 # Extract the first word of "cc", so it can be a program name with args. 2334 # Extract the first word of "cc", so it can be a program name with args.
2327 set dummy cc; ac_word=$2 2335 set dummy cc; ac_word=$2
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2329 $as_echo_n "checking for $ac_word... " >&6; } 2337 $as_echo_n "checking for $ac_word... " >&6; }
2330 if test "${ac_cv_prog_CC+set}" = set; then : 2338 if ${ac_cv_prog_CC+:} false; then :
2331 $as_echo_n "(cached) " >&6 2339 $as_echo_n "(cached) " >&6
2332 else 2340 else
2333 if test -n "$CC"; then 2341 if test -n "$CC"; then
2334 ac_cv_prog_CC="$CC" # Let the user override the test. 2342 ac_cv_prog_CC="$CC" # Let the user override the test.
2335 else 2343 else
2384 do 2392 do
2385 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2393 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2386 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2394 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2388 $as_echo_n "checking for $ac_word... " >&6; } 2396 $as_echo_n "checking for $ac_word... " >&6; }
2389 if test "${ac_cv_prog_CC+set}" = set; then : 2397 if ${ac_cv_prog_CC+:} false; then :
2390 $as_echo_n "(cached) " >&6 2398 $as_echo_n "(cached) " >&6
2391 else 2399 else
2392 if test -n "$CC"; then 2400 if test -n "$CC"; then
2393 ac_cv_prog_CC="$CC" # Let the user override the test. 2401 ac_cv_prog_CC="$CC" # Let the user override the test.
2394 else 2402 else
2428 do 2436 do
2429 # Extract the first word of "$ac_prog", so it can be a program name with args. 2437 # Extract the first word of "$ac_prog", so it can be a program name with args.
2430 set dummy $ac_prog; ac_word=$2 2438 set dummy $ac_prog; ac_word=$2
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2432 $as_echo_n "checking for $ac_word... " >&6; } 2440 $as_echo_n "checking for $ac_word... " >&6; }
2433 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2441 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2434 $as_echo_n "(cached) " >&6 2442 $as_echo_n "(cached) " >&6
2435 else 2443 else
2436 if test -n "$ac_ct_CC"; then 2444 if test -n "$ac_ct_CC"; then
2437 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2445 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2438 else 2446 else
2483 2491
2484 2492
2485 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2493 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2486 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2494 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2487 as_fn_error $? "no acceptable C compiler found in \$PATH 2495 as_fn_error $? "no acceptable C compiler found in \$PATH
2488 See \`config.log' for more details" "$LINENO" 5 ; } 2496 See \`config.log' for more details" "$LINENO" 5; }
2489 2497
2490 # Provide some information about the compiler. 2498 # Provide some information about the compiler.
2491 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2499 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2492 set X $ac_compile 2500 set X $ac_compile
2493 ac_compiler=$2 2501 ac_compiler=$2
2598 sed 's/^/| /' conftest.$ac_ext >&5 2606 sed 's/^/| /' conftest.$ac_ext >&5
2599 2607
2600 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2608 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2601 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2609 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2602 as_fn_error 77 "C compiler cannot create executables 2610 as_fn_error 77 "C compiler cannot create executables
2603 See \`config.log' for more details" "$LINENO" 5 ; } 2611 See \`config.log' for more details" "$LINENO" 5; }
2604 else 2612 else
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2606 $as_echo "yes" >&6; } 2614 $as_echo "yes" >&6; }
2607 fi 2615 fi
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2641 done 2649 done
2642 else 2650 else
2643 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2651 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2652 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2645 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2653 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2646 See \`config.log' for more details" "$LINENO" 5 ; } 2654 See \`config.log' for more details" "$LINENO" 5; }
2647 fi 2655 fi
2648 rm -f conftest conftest$ac_cv_exeext 2656 rm -f conftest conftest$ac_cv_exeext
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2650 $as_echo "$ac_cv_exeext" >&6; } 2658 $as_echo "$ac_cv_exeext" >&6; }
2651 2659
2700 else 2708 else
2701 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2709 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2702 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2710 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2703 as_fn_error $? "cannot run C compiled programs. 2711 as_fn_error $? "cannot run C compiled programs.
2704 If you meant to cross compile, use \`--host'. 2712 If you meant to cross compile, use \`--host'.
2705 See \`config.log' for more details" "$LINENO" 5 ; } 2713 See \`config.log' for more details" "$LINENO" 5; }
2706 fi 2714 fi
2707 fi 2715 fi
2708 fi 2716 fi
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 2717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2710 $as_echo "$cross_compiling" >&6; } 2718 $as_echo "$cross_compiling" >&6; }
2711 2719
2712 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 2720 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2713 ac_clean_files=$ac_clean_files_save 2721 ac_clean_files=$ac_clean_files_save
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2715 $as_echo_n "checking for suffix of object files... " >&6; } 2723 $as_echo_n "checking for suffix of object files... " >&6; }
2716 if test "${ac_cv_objext+set}" = set; then : 2724 if ${ac_cv_objext+:} false; then :
2717 $as_echo_n "(cached) " >&6 2725 $as_echo_n "(cached) " >&6
2718 else 2726 else
2719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2720 /* end confdefs.h. */ 2728 /* end confdefs.h. */
2721 2729
2752 sed 's/^/| /' conftest.$ac_ext >&5 2760 sed 's/^/| /' conftest.$ac_ext >&5
2753 2761
2754 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2762 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2755 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2763 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2756 as_fn_error $? "cannot compute suffix of object files: cannot compile 2764 as_fn_error $? "cannot compute suffix of object files: cannot compile
2757 See \`config.log' for more details" "$LINENO" 5 ; } 2765 See \`config.log' for more details" "$LINENO" 5; }
2758 fi 2766 fi
2759 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2767 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2760 fi 2768 fi
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2762 $as_echo "$ac_cv_objext" >&6; } 2770 $as_echo "$ac_cv_objext" >&6; }
2763 OBJEXT=$ac_cv_objext 2771 OBJEXT=$ac_cv_objext
2764 ac_objext=$OBJEXT 2772 ac_objext=$OBJEXT
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2766 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2774 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2767 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 2775 if ${ac_cv_c_compiler_gnu+:} false; then :
2768 $as_echo_n "(cached) " >&6 2776 $as_echo_n "(cached) " >&6
2769 else 2777 else
2770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2771 /* end confdefs.h. */ 2779 /* end confdefs.h. */
2772 2780
2799 fi 2807 fi
2800 ac_test_CFLAGS=${CFLAGS+set} 2808 ac_test_CFLAGS=${CFLAGS+set}
2801 ac_save_CFLAGS=$CFLAGS 2809 ac_save_CFLAGS=$CFLAGS
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 2810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2803 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2811 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2804 if test "${ac_cv_prog_cc_g+set}" = set; then : 2812 if ${ac_cv_prog_cc_g+:} false; then :
2805 $as_echo_n "(cached) " >&6 2813 $as_echo_n "(cached) " >&6
2806 else 2814 else
2807 ac_save_c_werror_flag=$ac_c_werror_flag 2815 ac_save_c_werror_flag=$ac_c_werror_flag
2808 ac_c_werror_flag=yes 2816 ac_c_werror_flag=yes
2809 ac_cv_prog_cc_g=no 2817 ac_cv_prog_cc_g=no
2877 CFLAGS= 2885 CFLAGS=
2878 fi 2886 fi
2879 fi 2887 fi
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 2888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2881 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2889 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2882 if test "${ac_cv_prog_cc_c89+set}" = set; then : 2890 if ${ac_cv_prog_cc_c89+:} false; then :
2883 $as_echo_n "(cached) " >&6 2891 $as_echo_n "(cached) " >&6
2884 else 2892 else
2885 ac_cv_prog_cc_c89=no 2893 ac_cv_prog_cc_c89=no
2886 ac_save_CC=$CC 2894 ac_save_CC=$CC
2887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2985 # On Suns, sometimes $CPP names a directory. 2993 # On Suns, sometimes $CPP names a directory.
2986 if test -n "$CPP" && test -d "$CPP"; then 2994 if test -n "$CPP" && test -d "$CPP"; then
2987 CPP= 2995 CPP=
2988 fi 2996 fi
2989 if test -z "$CPP"; then 2997 if test -z "$CPP"; then
2990 if test "${ac_cv_prog_CPP+set}" = set; then : 2998 if ${ac_cv_prog_CPP+:} false; then :
2991 $as_echo_n "(cached) " >&6 2999 $as_echo_n "(cached) " >&6
2992 else 3000 else
2993 # Double quotes because CPP needs to be expanded 3001 # Double quotes because CPP needs to be expanded
2994 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3002 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2995 do 3003 do
3101 3109
3102 else 3110 else
3103 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3111 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3104 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3112 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3105 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3113 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3106 See \`config.log' for more details" "$LINENO" 5 ; } 3114 See \`config.log' for more details" "$LINENO" 5; }
3107 fi 3115 fi
3108 3116
3109 ac_ext=c 3117 ac_ext=c
3110 ac_cpp='$CPP $CPPFLAGS' 3118 ac_cpp='$CPP $CPPFLAGS'
3111 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3119 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3113 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3121 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3114 3122
3115 3123
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3117 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3125 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3118 if test "${ac_cv_path_GREP+set}" = set; then : 3126 if ${ac_cv_path_GREP+:} false; then :
3119 $as_echo_n "(cached) " >&6 3127 $as_echo_n "(cached) " >&6
3120 else 3128 else
3121 if test -z "$GREP"; then 3129 if test -z "$GREP"; then
3122 ac_path_GREP_found=false 3130 ac_path_GREP_found=false
3123 # Loop through the user's path and test for each of PROGNAME-LIST 3131 # Loop through the user's path and test for each of PROGNAME-LIST
3176 GREP="$ac_cv_path_GREP" 3184 GREP="$ac_cv_path_GREP"
3177 3185
3178 3186
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3180 $as_echo_n "checking for egrep... " >&6; } 3188 $as_echo_n "checking for egrep... " >&6; }
3181 if test "${ac_cv_path_EGREP+set}" = set; then : 3189 if ${ac_cv_path_EGREP+:} false; then :
3182 $as_echo_n "(cached) " >&6 3190 $as_echo_n "(cached) " >&6
3183 else 3191 else
3184 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3192 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3185 then ac_cv_path_EGREP="$GREP -E" 3193 then ac_cv_path_EGREP="$GREP -E"
3186 else 3194 else
3243 EGREP="$ac_cv_path_EGREP" 3251 EGREP="$ac_cv_path_EGREP"
3244 3252
3245 3253
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3247 $as_echo_n "checking for ANSI C header files... " >&6; } 3255 $as_echo_n "checking for ANSI C header files... " >&6; }
3248 if test "${ac_cv_header_stdc+set}" = set; then : 3256 if ${ac_cv_header_stdc+:} false; then :
3249 $as_echo_n "(cached) " >&6 3257 $as_echo_n "(cached) " >&6
3250 else 3258 else
3251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3252 /* end confdefs.h. */ 3260 /* end confdefs.h. */
3253 #include <stdlib.h> 3261 #include <stdlib.h>
3372 done 3380 done
3373 3381
3374 3382
3375 3383
3376 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 3384 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3377 if test "x$ac_cv_header_minix_config_h" = x""yes; then : 3385 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3378 MINIX=yes 3386 MINIX=yes
3379 else 3387 else
3380 MINIX= 3388 MINIX=
3381 fi 3389 fi
3382 3390
3394 fi 3402 fi
3395 3403
3396 3404
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 3405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3398 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 3406 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3399 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 3407 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3400 $as_echo_n "(cached) " >&6 3408 $as_echo_n "(cached) " >&6
3401 else 3409 else
3402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403 /* end confdefs.h. */ 3411 /* end confdefs.h. */
3404 3412
3479 # ./install, which can be erroneously created by make from ./install.sh. 3487 # ./install, which can be erroneously created by make from ./install.sh.
3480 # Reject install programs that cannot install multiple files. 3488 # Reject install programs that cannot install multiple files.
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3482 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3483 if test -z "$INSTALL"; then 3491 if test -z "$INSTALL"; then
3484 if test "${ac_cv_path_install+set}" = set; then : 3492 if ${ac_cv_path_install+:} false; then :
3485 $as_echo_n "(cached) " >&6 3493 $as_echo_n "(cached) " >&6
3486 else 3494 else
3487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3488 for as_dir in $PATH 3496 for as_dir in $PATH
3489 do 3497 do
3566 # name. Accept space and tab only in the latter. 3574 # name. Accept space and tab only in the latter.
3567 am_lf=' 3575 am_lf='
3568 ' 3576 '
3569 case `pwd` in 3577 case `pwd` in
3570 *[\\\"\#\$\&\'\`$am_lf]*) 3578 *[\\\"\#\$\&\'\`$am_lf]*)
3571 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; 3579 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3572 esac 3580 esac
3573 case $srcdir in 3581 case $srcdir in
3574 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3582 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3575 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; 3583 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3576 esac 3584 esac
3577 3585
3578 # Do `set' in a subshell so we don't clobber the current shell's 3586 # Do `set' in a subshell so we don't clobber the current shell's
3579 # arguments. Must try -L first in case configure is actually a 3587 # arguments. Must try -L first in case configure is actually a
3580 # symlink; some systems play weird games with the mod time of symlinks 3588 # symlink; some systems play weird games with the mod time of symlinks
3656 if test -n "$ac_tool_prefix"; then 3664 if test -n "$ac_tool_prefix"; then
3657 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 3665 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3658 set dummy ${ac_tool_prefix}strip; ac_word=$2 3666 set dummy ${ac_tool_prefix}strip; ac_word=$2
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3660 $as_echo_n "checking for $ac_word... " >&6; } 3668 $as_echo_n "checking for $ac_word... " >&6; }
3661 if test "${ac_cv_prog_STRIP+set}" = set; then : 3669 if ${ac_cv_prog_STRIP+:} false; then :
3662 $as_echo_n "(cached) " >&6 3670 $as_echo_n "(cached) " >&6
3663 else 3671 else
3664 if test -n "$STRIP"; then 3672 if test -n "$STRIP"; then
3665 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3673 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3666 else 3674 else
3696 ac_ct_STRIP=$STRIP 3704 ac_ct_STRIP=$STRIP
3697 # Extract the first word of "strip", so it can be a program name with args. 3705 # Extract the first word of "strip", so it can be a program name with args.
3698 set dummy strip; ac_word=$2 3706 set dummy strip; ac_word=$2
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3700 $as_echo_n "checking for $ac_word... " >&6; } 3708 $as_echo_n "checking for $ac_word... " >&6; }
3701 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3709 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3702 $as_echo_n "(cached) " >&6 3710 $as_echo_n "(cached) " >&6
3703 else 3711 else
3704 if test -n "$ac_ct_STRIP"; then 3712 if test -n "$ac_ct_STRIP"; then
3705 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 3713 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3706 else 3714 else
3749 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3757 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3750 3758
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3752 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3760 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3753 if test -z "$MKDIR_P"; then 3761 if test -z "$MKDIR_P"; then
3754 if test "${ac_cv_path_mkdir+set}" = set; then : 3762 if ${ac_cv_path_mkdir+:} false; then :
3755 $as_echo_n "(cached) " >&6 3763 $as_echo_n "(cached) " >&6
3756 else 3764 else
3757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3758 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 3766 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3759 do 3767 do
3800 do 3808 do
3801 # Extract the first word of "$ac_prog", so it can be a program name with args. 3809 # Extract the first word of "$ac_prog", so it can be a program name with args.
3802 set dummy $ac_prog; ac_word=$2 3810 set dummy $ac_prog; ac_word=$2
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3804 $as_echo_n "checking for $ac_word... " >&6; } 3812 $as_echo_n "checking for $ac_word... " >&6; }
3805 if test "${ac_cv_prog_AWK+set}" = set; then : 3813 if ${ac_cv_prog_AWK+:} false; then :
3806 $as_echo_n "(cached) " >&6 3814 $as_echo_n "(cached) " >&6
3807 else 3815 else
3808 if test -n "$AWK"; then 3816 if test -n "$AWK"; then
3809 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3817 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3810 else 3818 else
3840 3848
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3842 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3850 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3843 set x ${MAKE-make} 3851 set x ${MAKE-make}
3844 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3852 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3845 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 3853 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3846 $as_echo_n "(cached) " >&6 3854 $as_echo_n "(cached) " >&6
3847 else 3855 else
3848 cat >conftest.make <<\_ACEOF 3856 cat >conftest.make <<\_ACEOF
3849 SHELL = /bin/sh 3857 SHELL = /bin/sh
3850 all: 3858 all:
3994 4002
3995 depcc="$CC" am_compiler_list= 4003 depcc="$CC" am_compiler_list=
3996 4004
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3998 $as_echo_n "checking dependency style of $depcc... " >&6; } 4006 $as_echo_n "checking dependency style of $depcc... " >&6; }
3999 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4007 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4000 $as_echo_n "(cached) " >&6 4008 $as_echo_n "(cached) " >&6
4001 else 4009 else
4002 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4010 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4003 # We make a subdir and do the tests there. Otherwise we can end up 4011 # We make a subdir and do the tests there. Otherwise we can end up
4004 # making bogus files that we don't know about and never remove. For 4012 # making bogus files that we don't know about and never remove. For
4128 if test -n "$ac_tool_prefix"; then 4136 if test -n "$ac_tool_prefix"; then
4129 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 4137 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4130 set dummy ${ac_tool_prefix}gcc; ac_word=$2 4138 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4132 $as_echo_n "checking for $ac_word... " >&6; } 4140 $as_echo_n "checking for $ac_word... " >&6; }
4133 if test "${ac_cv_prog_CC+set}" = set; then : 4141 if ${ac_cv_prog_CC+:} false; then :
4134 $as_echo_n "(cached) " >&6 4142 $as_echo_n "(cached) " >&6
4135 else 4143 else
4136 if test -n "$CC"; then 4144 if test -n "$CC"; then
4137 ac_cv_prog_CC="$CC" # Let the user override the test. 4145 ac_cv_prog_CC="$CC" # Let the user override the test.
4138 else 4146 else
4168 ac_ct_CC=$CC 4176 ac_ct_CC=$CC
4169 # Extract the first word of "gcc", so it can be a program name with args. 4177 # Extract the first word of "gcc", so it can be a program name with args.
4170 set dummy gcc; ac_word=$2 4178 set dummy gcc; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; } 4180 $as_echo_n "checking for $ac_word... " >&6; }
4173 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4181 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4174 $as_echo_n "(cached) " >&6 4182 $as_echo_n "(cached) " >&6
4175 else 4183 else
4176 if test -n "$ac_ct_CC"; then 4184 if test -n "$ac_ct_CC"; then
4177 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4185 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4178 else 4186 else
4221 if test -n "$ac_tool_prefix"; then 4229 if test -n "$ac_tool_prefix"; then
4222 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 4230 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4223 set dummy ${ac_tool_prefix}cc; ac_word=$2 4231 set dummy ${ac_tool_prefix}cc; ac_word=$2
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4225 $as_echo_n "checking for $ac_word... " >&6; } 4233 $as_echo_n "checking for $ac_word... " >&6; }
4226 if test "${ac_cv_prog_CC+set}" = set; then : 4234 if ${ac_cv_prog_CC+:} false; then :
4227 $as_echo_n "(cached) " >&6 4235 $as_echo_n "(cached) " >&6
4228 else 4236 else
4229 if test -n "$CC"; then 4237 if test -n "$CC"; then
4230 ac_cv_prog_CC="$CC" # Let the user override the test. 4238 ac_cv_prog_CC="$CC" # Let the user override the test.
4231 else 4239 else
4261 if test -z "$CC"; then 4269 if test -z "$CC"; then
4262 # Extract the first word of "cc", so it can be a program name with args. 4270 # Extract the first word of "cc", so it can be a program name with args.
4263 set dummy cc; ac_word=$2 4271 set dummy cc; ac_word=$2
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4265 $as_echo_n "checking for $ac_word... " >&6; } 4273 $as_echo_n "checking for $ac_word... " >&6; }
4266 if test "${ac_cv_prog_CC+set}" = set; then : 4274 if ${ac_cv_prog_CC+:} false; then :
4267 $as_echo_n "(cached) " >&6 4275 $as_echo_n "(cached) " >&6
4268 else 4276 else
4269 if test -n "$CC"; then 4277 if test -n "$CC"; then
4270 ac_cv_prog_CC="$CC" # Let the user override the test. 4278 ac_cv_prog_CC="$CC" # Let the user override the test.
4271 else 4279 else
4320 do 4328 do
4321 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4329 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4322 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4330 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4324 $as_echo_n "checking for $ac_word... " >&6; } 4332 $as_echo_n "checking for $ac_word... " >&6; }
4325 if test "${ac_cv_prog_CC+set}" = set; then : 4333 if ${ac_cv_prog_CC+:} false; then :
4326 $as_echo_n "(cached) " >&6 4334 $as_echo_n "(cached) " >&6
4327 else 4335 else
4328 if test -n "$CC"; then 4336 if test -n "$CC"; then
4329 ac_cv_prog_CC="$CC" # Let the user override the test. 4337 ac_cv_prog_CC="$CC" # Let the user override the test.
4330 else 4338 else
4364 do 4372 do
4365 # Extract the first word of "$ac_prog", so it can be a program name with args. 4373 # Extract the first word of "$ac_prog", so it can be a program name with args.
4366 set dummy $ac_prog; ac_word=$2 4374 set dummy $ac_prog; ac_word=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; } 4376 $as_echo_n "checking for $ac_word... " >&6; }
4369 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4377 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4370 $as_echo_n "(cached) " >&6 4378 $as_echo_n "(cached) " >&6
4371 else 4379 else
4372 if test -n "$ac_ct_CC"; then 4380 if test -n "$ac_ct_CC"; then
4373 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4381 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4374 else 4382 else
4419 4427
4420 4428
4421 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4429 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4422 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4423 as_fn_error $? "no acceptable C compiler found in \$PATH 4431 as_fn_error $? "no acceptable C compiler found in \$PATH
4424 See \`config.log' for more details" "$LINENO" 5 ; } 4432 See \`config.log' for more details" "$LINENO" 5; }
4425 4433
4426 # Provide some information about the compiler. 4434 # Provide some information about the compiler.
4427 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4435 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4428 set X $ac_compile 4436 set X $ac_compile
4429 ac_compiler=$2 4437 ac_compiler=$2
4448 test $ac_status = 0; } 4456 test $ac_status = 0; }
4449 done 4457 done
4450 4458
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4452 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4460 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4453 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 4461 if ${ac_cv_c_compiler_gnu+:} false; then :
4454 $as_echo_n "(cached) " >&6 4462 $as_echo_n "(cached) " >&6
4455 else 4463 else
4456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4457 /* end confdefs.h. */ 4465 /* end confdefs.h. */
4458 4466
4485 fi 4493 fi
4486 ac_test_CFLAGS=${CFLAGS+set} 4494 ac_test_CFLAGS=${CFLAGS+set}
4487 ac_save_CFLAGS=$CFLAGS 4495 ac_save_CFLAGS=$CFLAGS
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4489 $as_echo_n "checking whether $CC accepts -g... " >&6; } 4497 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4490 if test "${ac_cv_prog_cc_g+set}" = set; then : 4498 if ${ac_cv_prog_cc_g+:} false; then :
4491 $as_echo_n "(cached) " >&6 4499 $as_echo_n "(cached) " >&6
4492 else 4500 else
4493 ac_save_c_werror_flag=$ac_c_werror_flag 4501 ac_save_c_werror_flag=$ac_c_werror_flag
4494 ac_c_werror_flag=yes 4502 ac_c_werror_flag=yes
4495 ac_cv_prog_cc_g=no 4503 ac_cv_prog_cc_g=no
4563 CFLAGS= 4571 CFLAGS=
4564 fi 4572 fi
4565 fi 4573 fi
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4567 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4575 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4568 if test "${ac_cv_prog_cc_c89+set}" = set; then : 4576 if ${ac_cv_prog_cc_c89+:} false; then :
4569 $as_echo_n "(cached) " >&6 4577 $as_echo_n "(cached) " >&6
4570 else 4578 else
4571 ac_cv_prog_cc_c89=no 4579 ac_cv_prog_cc_c89=no
4572 ac_save_CC=$CC 4580 ac_save_CC=$CC
4573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4666 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; 4674 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4667 esac 4675 esac
4668 4676
4669 4677
4670 4678
4671 macro_version='2.4' 4679 macro_version='2.4.2'
4672 macro_revision='1.3293' 4680 macro_revision='1.3337'
4673 4681
4674 4682
4675 4683
4676 4684
4677 4685
4689 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4697 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4690 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4698 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4691 4699
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4693 $as_echo_n "checking build system type... " >&6; } 4701 $as_echo_n "checking build system type... " >&6; }
4694 if test "${ac_cv_build+set}" = set; then : 4702 if ${ac_cv_build+:} false; then :
4695 $as_echo_n "(cached) " >&6 4703 $as_echo_n "(cached) " >&6
4696 else 4704 else
4697 ac_build_alias=$build_alias 4705 ac_build_alias=$build_alias
4698 test "x$ac_build_alias" = x && 4706 test "x$ac_build_alias" = x &&
4699 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4707 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4705 fi 4713 fi
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4707 $as_echo "$ac_cv_build" >&6; } 4715 $as_echo "$ac_cv_build" >&6; }
4708 case $ac_cv_build in 4716 case $ac_cv_build in
4709 *-*-*) ;; 4717 *-*-*) ;;
4710 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 4718 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4711 esac 4719 esac
4712 build=$ac_cv_build 4720 build=$ac_cv_build
4713 ac_save_IFS=$IFS; IFS='-' 4721 ac_save_IFS=$IFS; IFS='-'
4714 set x $ac_cv_build 4722 set x $ac_cv_build
4715 shift 4723 shift
4723 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 4731 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4724 4732
4725 4733
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4727 $as_echo_n "checking host system type... " >&6; } 4735 $as_echo_n "checking host system type... " >&6; }
4728 if test "${ac_cv_host+set}" = set; then : 4736 if ${ac_cv_host+:} false; then :
4729 $as_echo_n "(cached) " >&6 4737 $as_echo_n "(cached) " >&6
4730 else 4738 else
4731 if test "x$host_alias" = x; then 4739 if test "x$host_alias" = x; then
4732 ac_cv_host=$ac_cv_build 4740 ac_cv_host=$ac_cv_build
4733 else 4741 else
4738 fi 4746 fi
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4740 $as_echo "$ac_cv_host" >&6; } 4748 $as_echo "$ac_cv_host" >&6; }
4741 case $ac_cv_host in 4749 case $ac_cv_host in
4742 *-*-*) ;; 4750 *-*-*) ;;
4743 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 4751 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4744 esac 4752 esac
4745 host=$ac_cv_host 4753 host=$ac_cv_host
4746 ac_save_IFS=$IFS; IFS='-' 4754 ac_save_IFS=$IFS; IFS='-'
4747 set x $ac_cv_host 4755 set x $ac_cv_host
4748 shift 4756 shift
4825 4833
4826 4834
4827 4835
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 4836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4829 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 4837 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4830 if test "${ac_cv_path_SED+set}" = set; then : 4838 if ${ac_cv_path_SED+:} false; then :
4831 $as_echo_n "(cached) " >&6 4839 $as_echo_n "(cached) " >&6
4832 else 4840 else
4833 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 4841 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4834 for ac_i in 1 2 3 4 5 6 7; do 4842 for ac_i in 1 2 3 4 5 6 7; do
4835 ac_script="$ac_script$as_nl$ac_script" 4843 ac_script="$ac_script$as_nl$ac_script"
4907 4915
4908 4916
4909 4917
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4911 $as_echo_n "checking for fgrep... " >&6; } 4919 $as_echo_n "checking for fgrep... " >&6; }
4912 if test "${ac_cv_path_FGREP+set}" = set; then : 4920 if ${ac_cv_path_FGREP+:} false; then :
4913 $as_echo_n "(cached) " >&6 4921 $as_echo_n "(cached) " >&6
4914 else 4922 else
4915 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 4923 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4916 then ac_cv_path_FGREP="$GREP -F" 4924 then ac_cv_path_FGREP="$GREP -F"
4917 else 4925 else
5038 $as_echo_n "checking for GNU ld... " >&6; } 5046 $as_echo_n "checking for GNU ld... " >&6; }
5039 else 5047 else
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 5048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5041 $as_echo_n "checking for non-GNU ld... " >&6; } 5049 $as_echo_n "checking for non-GNU ld... " >&6; }
5042 fi 5050 fi
5043 if test "${lt_cv_path_LD+set}" = set; then : 5051 if ${lt_cv_path_LD+:} false; then :
5044 $as_echo_n "(cached) " >&6 5052 $as_echo_n "(cached) " >&6
5045 else 5053 else
5046 if test -z "$LD"; then 5054 if test -z "$LD"; then
5047 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 5055 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5048 for ac_dir in $PATH; do 5056 for ac_dir in $PATH; do
5078 $as_echo "no" >&6; } 5086 $as_echo "no" >&6; }
5079 fi 5087 fi
5080 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 5088 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5082 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 5090 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5083 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 5091 if ${lt_cv_prog_gnu_ld+:} false; then :
5084 $as_echo_n "(cached) " >&6 5092 $as_echo_n "(cached) " >&6
5085 else 5093 else
5086 # I'd rather use --version here, but apparently some GNU lds only accept -v. 5094 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5087 case `$LD -v 2>&1 </dev/null` in 5095 case `$LD -v 2>&1 </dev/null` in
5088 *GNU* | *'with BFD'*) 5096 *GNU* | *'with BFD'*)
5105 5113
5106 5114
5107 5115
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 5116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5109 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 5117 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5110 if test "${lt_cv_path_NM+set}" = set; then : 5118 if ${lt_cv_path_NM+:} false; then :
5111 $as_echo_n "(cached) " >&6 5119 $as_echo_n "(cached) " >&6
5112 else 5120 else
5113 if test -n "$NM"; then 5121 if test -n "$NM"; then
5114 # Let the user override the test. 5122 # Let the user override the test.
5115 lt_cv_path_NM="$NM" 5123 lt_cv_path_NM="$NM"
5168 do 5176 do
5169 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5177 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5170 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5178 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5172 $as_echo_n "checking for $ac_word... " >&6; } 5180 $as_echo_n "checking for $ac_word... " >&6; }
5173 if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 5181 if ${ac_cv_prog_DUMPBIN+:} false; then :
5174 $as_echo_n "(cached) " >&6 5182 $as_echo_n "(cached) " >&6
5175 else 5183 else
5176 if test -n "$DUMPBIN"; then 5184 if test -n "$DUMPBIN"; then
5177 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 5185 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5178 else 5186 else
5212 do 5220 do
5213 # Extract the first word of "$ac_prog", so it can be a program name with args. 5221 # Extract the first word of "$ac_prog", so it can be a program name with args.
5214 set dummy $ac_prog; ac_word=$2 5222 set dummy $ac_prog; ac_word=$2
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5216 $as_echo_n "checking for $ac_word... " >&6; } 5224 $as_echo_n "checking for $ac_word... " >&6; }
5217 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 5225 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5218 $as_echo_n "(cached) " >&6 5226 $as_echo_n "(cached) " >&6
5219 else 5227 else
5220 if test -n "$ac_ct_DUMPBIN"; then 5228 if test -n "$ac_ct_DUMPBIN"; then
5221 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 5229 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5222 else 5230 else
5284 5292
5285 5293
5286 5294
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5288 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5296 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5289 if test "${lt_cv_nm_interface+set}" = set; then : 5297 if ${lt_cv_nm_interface+:} false; then :
5290 $as_echo_n "(cached) " >&6 5298 $as_echo_n "(cached) " >&6
5291 else 5299 else
5292 lt_cv_nm_interface="BSD nm" 5300 lt_cv_nm_interface="BSD nm"
5293 echo "int some_variable = 0;" > conftest.$ac_ext 5301 echo "int some_variable = 0;" > conftest.$ac_ext
5294 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) 5302 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5319 fi 5327 fi
5320 5328
5321 # find the maximum length of command line arguments 5329 # find the maximum length of command line arguments
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5323 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 5331 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5324 if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 5332 if ${lt_cv_sys_max_cmd_len+:} false; then :
5325 $as_echo_n "(cached) " >&6 5333 $as_echo_n "(cached) " >&6
5326 else 5334 else
5327 i=0 5335 i=0
5328 teststring="ABCD" 5336 teststring="ABCD"
5329 5337
5380 ;; 5388 ;;
5381 5389
5382 interix*) 5390 interix*)
5383 # We know the value 262144 and hardcode it with a safety zone (like BSD) 5391 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5384 lt_cv_sys_max_cmd_len=196608 5392 lt_cv_sys_max_cmd_len=196608
5393 ;;
5394
5395 os2*)
5396 # The test takes a long time on OS/2.
5397 lt_cv_sys_max_cmd_len=8192
5385 ;; 5398 ;;
5386 5399
5387 osf*) 5400 osf*)
5388 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure 5401 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5389 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not 5402 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5421 done 5434 done
5422 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} 5435 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5423 # If test is not a shell built-in, we'll probably end up computing a 5436 # If test is not a shell built-in, we'll probably end up computing a
5424 # maximum length that is only half of the actual maximum length, but 5437 # maximum length that is only half of the actual maximum length, but
5425 # we can't tell. 5438 # we can't tell.
5426 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ 5439 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5427 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5440 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5428 test $i != 17 # 1/2 MB should be enough 5441 test $i != 17 # 1/2 MB should be enough
5429 do 5442 do
5430 i=`expr $i + 1` 5443 i=`expr $i + 1`
5431 teststring=$teststring$teststring 5444 teststring=$teststring$teststring
5516 5529
5517 5530
5518 5531
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5520 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } 5533 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5521 if test "${lt_cv_to_host_file_cmd+set}" = set; then : 5534 if ${lt_cv_to_host_file_cmd+:} false; then :
5522 $as_echo_n "(cached) " >&6 5535 $as_echo_n "(cached) " >&6
5523 else 5536 else
5524 case $host in 5537 case $host in
5525 *-*-mingw* ) 5538 *-*-mingw* )
5526 case $build in 5539 case $build in
5563 5576
5564 5577
5565 5578
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5567 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } 5580 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5568 if test "${lt_cv_to_tool_file_cmd+set}" = set; then : 5581 if ${lt_cv_to_tool_file_cmd+:} false; then :
5569 $as_echo_n "(cached) " >&6 5582 $as_echo_n "(cached) " >&6
5570 else 5583 else
5571 #assume ordinary cross tools, or native build. 5584 #assume ordinary cross tools, or native build.
5572 lt_cv_to_tool_file_cmd=func_convert_file_noop 5585 lt_cv_to_tool_file_cmd=func_convert_file_noop
5573 case $host in 5586 case $host in
5590 5603
5591 5604
5592 5605
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 5606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5594 $as_echo_n "checking for $LD option to reload object files... " >&6; } 5607 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5595 if test "${lt_cv_ld_reload_flag+set}" = set; then : 5608 if ${lt_cv_ld_reload_flag+:} false; then :
5596 $as_echo_n "(cached) " >&6 5609 $as_echo_n "(cached) " >&6
5597 else 5610 else
5598 lt_cv_ld_reload_flag='-r' 5611 lt_cv_ld_reload_flag='-r'
5599 fi 5612 fi
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 5613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5631 if test -n "$ac_tool_prefix"; then 5644 if test -n "$ac_tool_prefix"; then
5632 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 5645 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5633 set dummy ${ac_tool_prefix}objdump; ac_word=$2 5646 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5635 $as_echo_n "checking for $ac_word... " >&6; } 5648 $as_echo_n "checking for $ac_word... " >&6; }
5636 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 5649 if ${ac_cv_prog_OBJDUMP+:} false; then :
5637 $as_echo_n "(cached) " >&6 5650 $as_echo_n "(cached) " >&6
5638 else 5651 else
5639 if test -n "$OBJDUMP"; then 5652 if test -n "$OBJDUMP"; then
5640 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 5653 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5641 else 5654 else
5671 ac_ct_OBJDUMP=$OBJDUMP 5684 ac_ct_OBJDUMP=$OBJDUMP
5672 # Extract the first word of "objdump", so it can be a program name with args. 5685 # Extract the first word of "objdump", so it can be a program name with args.
5673 set dummy objdump; ac_word=$2 5686 set dummy objdump; ac_word=$2
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5675 $as_echo_n "checking for $ac_word... " >&6; } 5688 $as_echo_n "checking for $ac_word... " >&6; }
5676 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 5689 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5677 $as_echo_n "(cached) " >&6 5690 $as_echo_n "(cached) " >&6
5678 else 5691 else
5679 if test -n "$ac_ct_OBJDUMP"; then 5692 if test -n "$ac_ct_OBJDUMP"; then
5680 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 5693 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5681 else 5694 else
5730 5743
5731 5744
5732 5745
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5734 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 5747 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5735 if test "${lt_cv_deplibs_check_method+set}" = set; then : 5748 if ${lt_cv_deplibs_check_method+:} false; then :
5736 $as_echo_n "(cached) " >&6 5749 $as_echo_n "(cached) " >&6
5737 else 5750 else
5738 lt_cv_file_magic_cmd='$MAGIC_CMD' 5751 lt_cv_file_magic_cmd='$MAGIC_CMD'
5739 lt_cv_file_magic_test_file= 5752 lt_cv_file_magic_test_file=
5740 lt_cv_deplibs_check_method='unknown' 5753 lt_cv_deplibs_check_method='unknown'
5850 *) libmagic=never-match;; 5863 *) libmagic=never-match;;
5851 esac 5864 esac
5852 lt_cv_deplibs_check_method=pass_all 5865 lt_cv_deplibs_check_method=pass_all
5853 ;; 5866 ;;
5854 5867
5855 # This must be Linux ELF. 5868 # This must be glibc/ELF.
5856 linux* | k*bsd*-gnu | kopensolaris*-gnu) 5869 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5857 lt_cv_deplibs_check_method=pass_all 5870 lt_cv_deplibs_check_method=pass_all
5858 ;; 5871 ;;
5859 5872
5860 netbsd* | netbsdelf*-gnu) 5873 netbsd* | netbsdelf*-gnu)
5977 if test -n "$ac_tool_prefix"; then 5990 if test -n "$ac_tool_prefix"; then
5978 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 5991 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5979 set dummy ${ac_tool_prefix}dlltool; ac_word=$2 5992 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5981 $as_echo_n "checking for $ac_word... " >&6; } 5994 $as_echo_n "checking for $ac_word... " >&6; }
5982 if test "${ac_cv_prog_DLLTOOL+set}" = set; then : 5995 if ${ac_cv_prog_DLLTOOL+:} false; then :
5983 $as_echo_n "(cached) " >&6 5996 $as_echo_n "(cached) " >&6
5984 else 5997 else
5985 if test -n "$DLLTOOL"; then 5998 if test -n "$DLLTOOL"; then
5986 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 5999 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5987 else 6000 else
6017 ac_ct_DLLTOOL=$DLLTOOL 6030 ac_ct_DLLTOOL=$DLLTOOL
6018 # Extract the first word of "dlltool", so it can be a program name with args. 6031 # Extract the first word of "dlltool", so it can be a program name with args.
6019 set dummy dlltool; ac_word=$2 6032 set dummy dlltool; ac_word=$2
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6021 $as_echo_n "checking for $ac_word... " >&6; } 6034 $as_echo_n "checking for $ac_word... " >&6; }
6022 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then : 6035 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6023 $as_echo_n "(cached) " >&6 6036 $as_echo_n "(cached) " >&6
6024 else 6037 else
6025 if test -n "$ac_ct_DLLTOOL"; then 6038 if test -n "$ac_ct_DLLTOOL"; then
6026 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. 6039 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6027 else 6040 else
6077 6090
6078 6091
6079 6092
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6081 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } 6094 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
6082 if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then : 6095 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
6083 $as_echo_n "(cached) " >&6 6096 $as_echo_n "(cached) " >&6
6084 else 6097 else
6085 lt_cv_sharedlib_from_linklib_cmd='unknown' 6098 lt_cv_sharedlib_from_linklib_cmd='unknown'
6086 6099
6087 case $host_os in 6100 case $host_os in
6120 do 6133 do
6121 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 6134 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6122 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 6135 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6124 $as_echo_n "checking for $ac_word... " >&6; } 6137 $as_echo_n "checking for $ac_word... " >&6; }
6125 if test "${ac_cv_prog_AR+set}" = set; then : 6138 if ${ac_cv_prog_AR+:} false; then :
6126 $as_echo_n "(cached) " >&6 6139 $as_echo_n "(cached) " >&6
6127 else 6140 else
6128 if test -n "$AR"; then 6141 if test -n "$AR"; then
6129 ac_cv_prog_AR="$AR" # Let the user override the test. 6142 ac_cv_prog_AR="$AR" # Let the user override the test.
6130 else 6143 else
6164 do 6177 do
6165 # Extract the first word of "$ac_prog", so it can be a program name with args. 6178 # Extract the first word of "$ac_prog", so it can be a program name with args.
6166 set dummy $ac_prog; ac_word=$2 6179 set dummy $ac_prog; ac_word=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; } 6181 $as_echo_n "checking for $ac_word... " >&6; }
6169 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 6182 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6170 $as_echo_n "(cached) " >&6 6183 $as_echo_n "(cached) " >&6
6171 else 6184 else
6172 if test -n "$ac_ct_AR"; then 6185 if test -n "$ac_ct_AR"; then
6173 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 6186 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6174 else 6187 else
6228 6241
6229 6242
6230 6243
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 6244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6232 $as_echo_n "checking for archiver @FILE support... " >&6; } 6245 $as_echo_n "checking for archiver @FILE support... " >&6; }
6233 if test "${lt_cv_ar_at_file+set}" = set; then : 6246 if ${lt_cv_ar_at_file+:} false; then :
6234 $as_echo_n "(cached) " >&6 6247 $as_echo_n "(cached) " >&6
6235 else 6248 else
6236 lt_cv_ar_at_file=no 6249 lt_cv_ar_at_file=no
6237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6238 /* end confdefs.h. */ 6251 /* end confdefs.h. */
6289 if test -n "$ac_tool_prefix"; then 6302 if test -n "$ac_tool_prefix"; then
6290 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 6303 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6291 set dummy ${ac_tool_prefix}strip; ac_word=$2 6304 set dummy ${ac_tool_prefix}strip; ac_word=$2
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6293 $as_echo_n "checking for $ac_word... " >&6; } 6306 $as_echo_n "checking for $ac_word... " >&6; }
6294 if test "${ac_cv_prog_STRIP+set}" = set; then : 6307 if ${ac_cv_prog_STRIP+:} false; then :
6295 $as_echo_n "(cached) " >&6 6308 $as_echo_n "(cached) " >&6
6296 else 6309 else
6297 if test -n "$STRIP"; then 6310 if test -n "$STRIP"; then
6298 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 6311 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6299 else 6312 else
6329 ac_ct_STRIP=$STRIP 6342 ac_ct_STRIP=$STRIP
6330 # Extract the first word of "strip", so it can be a program name with args. 6343 # Extract the first word of "strip", so it can be a program name with args.
6331 set dummy strip; ac_word=$2 6344 set dummy strip; ac_word=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; } 6346 $as_echo_n "checking for $ac_word... " >&6; }
6334 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 6347 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6335 $as_echo_n "(cached) " >&6 6348 $as_echo_n "(cached) " >&6
6336 else 6349 else
6337 if test -n "$ac_ct_STRIP"; then 6350 if test -n "$ac_ct_STRIP"; then
6338 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 6351 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6339 else 6352 else
6388 if test -n "$ac_tool_prefix"; then 6401 if test -n "$ac_tool_prefix"; then
6389 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6402 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6390 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6403 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6392 $as_echo_n "checking for $ac_word... " >&6; } 6405 $as_echo_n "checking for $ac_word... " >&6; }
6393 if test "${ac_cv_prog_RANLIB+set}" = set; then : 6406 if ${ac_cv_prog_RANLIB+:} false; then :
6394 $as_echo_n "(cached) " >&6 6407 $as_echo_n "(cached) " >&6
6395 else 6408 else
6396 if test -n "$RANLIB"; then 6409 if test -n "$RANLIB"; then
6397 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6410 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6398 else 6411 else
6428 ac_ct_RANLIB=$RANLIB 6441 ac_ct_RANLIB=$RANLIB
6429 # Extract the first word of "ranlib", so it can be a program name with args. 6442 # Extract the first word of "ranlib", so it can be a program name with args.
6430 set dummy ranlib; ac_word=$2 6443 set dummy ranlib; ac_word=$2
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6432 $as_echo_n "checking for $ac_word... " >&6; } 6445 $as_echo_n "checking for $ac_word... " >&6; }
6433 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6446 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6434 $as_echo_n "(cached) " >&6 6447 $as_echo_n "(cached) " >&6
6435 else 6448 else
6436 if test -n "$ac_ct_RANLIB"; then 6449 if test -n "$ac_ct_RANLIB"; then
6437 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6450 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6438 else 6451 else
6490 old_postuninstall_cmds= 6503 old_postuninstall_cmds=
6491 6504
6492 if test -n "$RANLIB"; then 6505 if test -n "$RANLIB"; then
6493 case $host_os in 6506 case $host_os in
6494 openbsd*) 6507 openbsd*)
6495 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" 6508 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6496 ;; 6509 ;;
6497 *) 6510 *)
6498 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" 6511 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6499 ;; 6512 ;;
6500 esac 6513 esac
6501 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" 6514 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6502 fi 6515 fi
6503 6516
6504 case $host_os in 6517 case $host_os in
6505 darwin*) 6518 darwin*)
6506 lock_old_archive_extraction=yes ;; 6519 lock_old_archive_extraction=yes ;;
6557 6570
6558 6571
6559 # Check for command to grab the raw symbol name followed by C symbol from nm. 6572 # Check for command to grab the raw symbol name followed by C symbol from nm.
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 6573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6561 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 6574 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6562 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 6575 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6563 $as_echo_n "(cached) " >&6 6576 $as_echo_n "(cached) " >&6
6564 else 6577 else
6565 6578
6566 # These are sane defaults that work on at least a few old systems. 6579 # These are sane defaults that work on at least a few old systems.
6567 # [They come from Ultrix. What could be older than Ultrix?!! ;)] 6580 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6643 # and D for any global variable. 6656 # and D for any global variable.
6644 # Also find C++ and __fastcall symbols from MSVC++, 6657 # Also find C++ and __fastcall symbols from MSVC++,
6645 # which start with @ or ?. 6658 # which start with @ or ?.
6646 lt_cv_sys_global_symbol_pipe="$AWK '"\ 6659 lt_cv_sys_global_symbol_pipe="$AWK '"\
6647 " {last_section=section; section=\$ 3};"\ 6660 " {last_section=section; section=\$ 3};"\
6661 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6648 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ 6662 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6649 " \$ 0!~/External *\|/{next};"\ 6663 " \$ 0!~/External *\|/{next};"\
6650 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ 6664 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6651 " {if(hide[section]) next};"\ 6665 " {if(hide[section]) next};"\
6652 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ 6666 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6990 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 7004 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6991 SAVE_CFLAGS="$CFLAGS" 7005 SAVE_CFLAGS="$CFLAGS"
6992 CFLAGS="$CFLAGS -belf" 7006 CFLAGS="$CFLAGS -belf"
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6994 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 7008 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6995 if test "${lt_cv_cc_needs_belf+set}" = set; then : 7009 if ${lt_cv_cc_needs_belf+:} false; then :
6996 $as_echo_n "(cached) " >&6 7010 $as_echo_n "(cached) " >&6
6997 else 7011 else
6998 ac_ext=c 7012 ac_ext=c
6999 ac_cpp='$CPP $CPPFLAGS' 7013 ac_cpp='$CPP $CPPFLAGS'
7000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 7014 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7031 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 7045 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7032 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 7046 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7033 CFLAGS="$SAVE_CFLAGS" 7047 CFLAGS="$SAVE_CFLAGS"
7034 fi 7048 fi
7035 ;; 7049 ;;
7036 sparc*-*solaris*) 7050 *-*solaris*)
7037 # Find out which ABI we are using. 7051 # Find out which ABI we are using.
7038 echo 'int i;' > conftest.$ac_ext 7052 echo 'int i;' > conftest.$ac_ext
7039 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 7053 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7040 (eval $ac_compile) 2>&5 7054 (eval $ac_compile) 2>&5
7041 ac_status=$? 7055 ac_status=$?
7042 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 7056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7043 test $ac_status = 0; }; then 7057 test $ac_status = 0; }; then
7044 case `/usr/bin/file conftest.o` in 7058 case `/usr/bin/file conftest.o` in
7045 *64-bit*) 7059 *64-bit*)
7046 case $lt_cv_prog_gnu_ld in 7060 case $lt_cv_prog_gnu_ld in
7047 yes*) LD="${LD-ld} -m elf64_sparc" ;; 7061 yes*)
7062 case $host in
7063 i?86-*-solaris*)
7064 LD="${LD-ld} -m elf_x86_64"
7065 ;;
7066 sparc*-*-solaris*)
7067 LD="${LD-ld} -m elf64_sparc"
7068 ;;
7069 esac
7070 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
7071 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
7072 LD="${LD-ld}_sol2"
7073 fi
7074 ;;
7048 *) 7075 *)
7049 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then 7076 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7050 LD="${LD-ld} -64" 7077 LD="${LD-ld} -64"
7051 fi 7078 fi
7052 ;; 7079 ;;
7063 if test -n "$ac_tool_prefix"; then 7090 if test -n "$ac_tool_prefix"; then
7064 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. 7091 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
7065 set dummy ${ac_tool_prefix}mt; ac_word=$2 7092 set dummy ${ac_tool_prefix}mt; ac_word=$2
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7067 $as_echo_n "checking for $ac_word... " >&6; } 7094 $as_echo_n "checking for $ac_word... " >&6; }
7068 if test "${ac_cv_prog_MANIFEST_TOOL+set}" = set; then : 7095 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
7069 $as_echo_n "(cached) " >&6 7096 $as_echo_n "(cached) " >&6
7070 else 7097 else
7071 if test -n "$MANIFEST_TOOL"; then 7098 if test -n "$MANIFEST_TOOL"; then
7072 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. 7099 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
7073 else 7100 else
7103 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL 7130 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
7104 # Extract the first word of "mt", so it can be a program name with args. 7131 # Extract the first word of "mt", so it can be a program name with args.
7105 set dummy mt; ac_word=$2 7132 set dummy mt; ac_word=$2
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7107 $as_echo_n "checking for $ac_word... " >&6; } 7134 $as_echo_n "checking for $ac_word... " >&6; }
7108 if test "${ac_cv_prog_ac_ct_MANIFEST_TOOL+set}" = set; then : 7135 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7109 $as_echo_n "(cached) " >&6 7136 $as_echo_n "(cached) " >&6
7110 else 7137 else
7111 if test -n "$ac_ct_MANIFEST_TOOL"; then 7138 if test -n "$ac_ct_MANIFEST_TOOL"; then
7112 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. 7139 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
7113 else 7140 else
7153 fi 7180 fi
7154 7181
7155 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt 7182 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 7183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7157 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } 7184 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7158 if test "${lt_cv_path_mainfest_tool+set}" = set; then : 7185 if ${lt_cv_path_mainfest_tool+:} false; then :
7159 $as_echo_n "(cached) " >&6 7186 $as_echo_n "(cached) " >&6
7160 else 7187 else
7161 lt_cv_path_mainfest_tool=no 7188 lt_cv_path_mainfest_tool=no
7162 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 7189 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
7163 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out 7190 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
7183 if test -n "$ac_tool_prefix"; then 7210 if test -n "$ac_tool_prefix"; then
7184 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 7211 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7185 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 7212 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7187 $as_echo_n "checking for $ac_word... " >&6; } 7214 $as_echo_n "checking for $ac_word... " >&6; }
7188 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 7215 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7189 $as_echo_n "(cached) " >&6 7216 $as_echo_n "(cached) " >&6
7190 else 7217 else
7191 if test -n "$DSYMUTIL"; then 7218 if test -n "$DSYMUTIL"; then
7192 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 7219 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7193 else 7220 else
7223 ac_ct_DSYMUTIL=$DSYMUTIL 7250 ac_ct_DSYMUTIL=$DSYMUTIL
7224 # Extract the first word of "dsymutil", so it can be a program name with args. 7251 # Extract the first word of "dsymutil", so it can be a program name with args.
7225 set dummy dsymutil; ac_word=$2 7252 set dummy dsymutil; ac_word=$2
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7227 $as_echo_n "checking for $ac_word... " >&6; } 7254 $as_echo_n "checking for $ac_word... " >&6; }
7228 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 7255 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7229 $as_echo_n "(cached) " >&6 7256 $as_echo_n "(cached) " >&6
7230 else 7257 else
7231 if test -n "$ac_ct_DSYMUTIL"; then 7258 if test -n "$ac_ct_DSYMUTIL"; then
7232 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 7259 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7233 else 7260 else
7275 if test -n "$ac_tool_prefix"; then 7302 if test -n "$ac_tool_prefix"; then
7276 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 7303 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7277 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 7304 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7279 $as_echo_n "checking for $ac_word... " >&6; } 7306 $as_echo_n "checking for $ac_word... " >&6; }
7280 if test "${ac_cv_prog_NMEDIT+set}" = set; then : 7307 if ${ac_cv_prog_NMEDIT+:} false; then :
7281 $as_echo_n "(cached) " >&6 7308 $as_echo_n "(cached) " >&6
7282 else 7309 else
7283 if test -n "$NMEDIT"; then 7310 if test -n "$NMEDIT"; then
7284 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 7311 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7285 else 7312 else
7315 ac_ct_NMEDIT=$NMEDIT 7342 ac_ct_NMEDIT=$NMEDIT
7316 # Extract the first word of "nmedit", so it can be a program name with args. 7343 # Extract the first word of "nmedit", so it can be a program name with args.
7317 set dummy nmedit; ac_word=$2 7344 set dummy nmedit; ac_word=$2
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7319 $as_echo_n "checking for $ac_word... " >&6; } 7346 $as_echo_n "checking for $ac_word... " >&6; }
7320 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 7347 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7321 $as_echo_n "(cached) " >&6 7348 $as_echo_n "(cached) " >&6
7322 else 7349 else
7323 if test -n "$ac_ct_NMEDIT"; then 7350 if test -n "$ac_ct_NMEDIT"; then
7324 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 7351 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7325 else 7352 else
7367 if test -n "$ac_tool_prefix"; then 7394 if test -n "$ac_tool_prefix"; then
7368 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 7395 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7369 set dummy ${ac_tool_prefix}lipo; ac_word=$2 7396 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7371 $as_echo_n "checking for $ac_word... " >&6; } 7398 $as_echo_n "checking for $ac_word... " >&6; }
7372 if test "${ac_cv_prog_LIPO+set}" = set; then : 7399 if ${ac_cv_prog_LIPO+:} false; then :
7373 $as_echo_n "(cached) " >&6 7400 $as_echo_n "(cached) " >&6
7374 else 7401 else
7375 if test -n "$LIPO"; then 7402 if test -n "$LIPO"; then
7376 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 7403 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7377 else 7404 else
7407 ac_ct_LIPO=$LIPO 7434 ac_ct_LIPO=$LIPO
7408 # Extract the first word of "lipo", so it can be a program name with args. 7435 # Extract the first word of "lipo", so it can be a program name with args.
7409 set dummy lipo; ac_word=$2 7436 set dummy lipo; ac_word=$2
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7411 $as_echo_n "checking for $ac_word... " >&6; } 7438 $as_echo_n "checking for $ac_word... " >&6; }
7412 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 7439 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7413 $as_echo_n "(cached) " >&6 7440 $as_echo_n "(cached) " >&6
7414 else 7441 else
7415 if test -n "$ac_ct_LIPO"; then 7442 if test -n "$ac_ct_LIPO"; then
7416 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 7443 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7417 else 7444 else
7459 if test -n "$ac_tool_prefix"; then 7486 if test -n "$ac_tool_prefix"; then
7460 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 7487 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7461 set dummy ${ac_tool_prefix}otool; ac_word=$2 7488 set dummy ${ac_tool_prefix}otool; ac_word=$2
7462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7463 $as_echo_n "checking for $ac_word... " >&6; } 7490 $as_echo_n "checking for $ac_word... " >&6; }
7464 if test "${ac_cv_prog_OTOOL+set}" = set; then : 7491 if ${ac_cv_prog_OTOOL+:} false; then :
7465 $as_echo_n "(cached) " >&6 7492 $as_echo_n "(cached) " >&6
7466 else 7493 else
7467 if test -n "$OTOOL"; then 7494 if test -n "$OTOOL"; then
7468 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 7495 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7469 else 7496 else
7499 ac_ct_OTOOL=$OTOOL 7526 ac_ct_OTOOL=$OTOOL
7500 # Extract the first word of "otool", so it can be a program name with args. 7527 # Extract the first word of "otool", so it can be a program name with args.
7501 set dummy otool; ac_word=$2 7528 set dummy otool; ac_word=$2
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7503 $as_echo_n "checking for $ac_word... " >&6; } 7530 $as_echo_n "checking for $ac_word... " >&6; }
7504 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 7531 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7505 $as_echo_n "(cached) " >&6 7532 $as_echo_n "(cached) " >&6
7506 else 7533 else
7507 if test -n "$ac_ct_OTOOL"; then 7534 if test -n "$ac_ct_OTOOL"; then
7508 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 7535 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7509 else 7536 else
7551 if test -n "$ac_tool_prefix"; then 7578 if test -n "$ac_tool_prefix"; then
7552 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 7579 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7553 set dummy ${ac_tool_prefix}otool64; ac_word=$2 7580 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7555 $as_echo_n "checking for $ac_word... " >&6; } 7582 $as_echo_n "checking for $ac_word... " >&6; }
7556 if test "${ac_cv_prog_OTOOL64+set}" = set; then : 7583 if ${ac_cv_prog_OTOOL64+:} false; then :
7557 $as_echo_n "(cached) " >&6 7584 $as_echo_n "(cached) " >&6
7558 else 7585 else
7559 if test -n "$OTOOL64"; then 7586 if test -n "$OTOOL64"; then
7560 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 7587 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7561 else 7588 else
7591 ac_ct_OTOOL64=$OTOOL64 7618 ac_ct_OTOOL64=$OTOOL64
7592 # Extract the first word of "otool64", so it can be a program name with args. 7619 # Extract the first word of "otool64", so it can be a program name with args.
7593 set dummy otool64; ac_word=$2 7620 set dummy otool64; ac_word=$2
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7595 $as_echo_n "checking for $ac_word... " >&6; } 7622 $as_echo_n "checking for $ac_word... " >&6; }
7596 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 7623 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7597 $as_echo_n "(cached) " >&6 7624 $as_echo_n "(cached) " >&6
7598 else 7625 else
7599 if test -n "$ac_ct_OTOOL64"; then 7626 if test -n "$ac_ct_OTOOL64"; then
7600 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 7627 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7601 else 7628 else
7666 7693
7667 7694
7668 7695
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 7696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7670 $as_echo_n "checking for -single_module linker flag... " >&6; } 7697 $as_echo_n "checking for -single_module linker flag... " >&6; }
7671 if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 7698 if ${lt_cv_apple_cc_single_mod+:} false; then :
7672 $as_echo_n "(cached) " >&6 7699 $as_echo_n "(cached) " >&6
7673 else 7700 else
7674 lt_cv_apple_cc_single_mod=no 7701 lt_cv_apple_cc_single_mod=no
7675 if test -z "${LT_MULTI_MODULE}"; then 7702 if test -z "${LT_MULTI_MODULE}"; then
7676 # By default we will add the -single_module flag. You can override 7703 # By default we will add the -single_module flag. You can override
7682 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 7709 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7683 -dynamiclib -Wl,-single_module conftest.c" >&5 7710 -dynamiclib -Wl,-single_module conftest.c" >&5
7684 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 7711 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7685 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err 7712 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7686 _lt_result=$? 7713 _lt_result=$?
7687 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then 7714 # If there is a non-empty error log, and "single_module"
7715 # appears in it, assume the flag caused a linker warning
7716 if test -s conftest.err && $GREP single_module conftest.err; then
7717 cat conftest.err >&5
7718 # Otherwise, if the output was created with a 0 exit code from
7719 # the compiler, it worked.
7720 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7688 lt_cv_apple_cc_single_mod=yes 7721 lt_cv_apple_cc_single_mod=yes
7689 else 7722 else
7690 cat conftest.err >&5 7723 cat conftest.err >&5
7691 fi 7724 fi
7692 rm -rf libconftest.dylib* 7725 rm -rf libconftest.dylib*
7693 rm -f conftest.* 7726 rm -f conftest.*
7694 fi 7727 fi
7695 fi 7728 fi
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7697 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 7730 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7731
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7699 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7733 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7700 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 7734 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7701 $as_echo_n "(cached) " >&6 7735 $as_echo_n "(cached) " >&6
7702 else 7736 else
7703 lt_cv_ld_exported_symbols_list=no 7737 lt_cv_ld_exported_symbols_list=no
7704 save_LDFLAGS=$LDFLAGS 7738 save_LDFLAGS=$LDFLAGS
7705 echo "_main" > conftest.sym 7739 echo "_main" > conftest.sym
7725 LDFLAGS="$save_LDFLAGS" 7759 LDFLAGS="$save_LDFLAGS"
7726 7760
7727 fi 7761 fi
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7729 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 7763 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7764
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7731 $as_echo_n "checking for -force_load linker flag... " >&6; } 7766 $as_echo_n "checking for -force_load linker flag... " >&6; }
7732 if test "${lt_cv_ld_force_load+set}" = set; then : 7767 if ${lt_cv_ld_force_load+:} false; then :
7733 $as_echo_n "(cached) " >&6 7768 $as_echo_n "(cached) " >&6
7734 else 7769 else
7735 lt_cv_ld_force_load=no 7770 lt_cv_ld_force_load=no
7736 cat > conftest.c << _LT_EOF 7771 cat > conftest.c << _LT_EOF
7737 int forced_loaded() { return 2;} 7772 int forced_loaded() { return 2;}
7746 int main() { return 0;} 7781 int main() { return 0;}
7747 _LT_EOF 7782 _LT_EOF
7748 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 7783 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7749 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err 7784 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7750 _lt_result=$? 7785 _lt_result=$?
7751 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then 7786 if test -s conftest.err && $GREP force_load conftest.err; then
7787 cat conftest.err >&5
7788 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7752 lt_cv_ld_force_load=yes 7789 lt_cv_ld_force_load=yes
7753 else 7790 else
7754 cat conftest.err >&5 7791 cat conftest.err >&5
7755 fi 7792 fi
7756 rm -f conftest.err libconftest.a conftest conftest.c 7793 rm -f conftest.err libconftest.a conftest conftest.c
7796 7833
7797 for ac_header in dlfcn.h 7834 for ac_header in dlfcn.h
7798 do : 7835 do :
7799 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 7836 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7800 " 7837 "
7801 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 7838 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7802 cat >>confdefs.h <<_ACEOF 7839 cat >>confdefs.h <<_ACEOF
7803 #define HAVE_DLFCN_H 1 7840 #define HAVE_DLFCN_H 1
7804 _ACEOF 7841 _ACEOF
7805 7842
7806 fi 7843 fi
7884 7921
7885 7922
7886 7923
7887 # Check whether --with-pic was given. 7924 # Check whether --with-pic was given.
7888 if test "${with_pic+set}" = set; then : 7925 if test "${with_pic+set}" = set; then :
7889 withval=$with_pic; pic_mode="$withval" 7926 withval=$with_pic; lt_p=${PACKAGE-default}
7927 case $withval in
7928 yes|no) pic_mode=$withval ;;
7929 *)
7930 pic_mode=default
7931 # Look at the argument we got. We use all the common list separators.
7932 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7933 for lt_pkg in $withval; do
7934 IFS="$lt_save_ifs"
7935 if test "X$lt_pkg" = "X$lt_p"; then
7936 pic_mode=yes
7937 fi
7938 done
7939 IFS="$lt_save_ifs"
7940 ;;
7941 esac
7890 else 7942 else
7891 pic_mode=default 7943 pic_mode=default
7892 fi 7944 fi
7893 7945
7894 7946
7962 8014
7963 8015
7964 8016
7965 8017
7966 8018
8019
8020
8021
8022
7967 test -z "$LN_S" && LN_S="ln -s" 8023 test -z "$LN_S" && LN_S="ln -s"
7968 8024
7969 8025
7970 8026
7971 8027
7983 setopt NO_GLOB_SUBST 8039 setopt NO_GLOB_SUBST
7984 fi 8040 fi
7985 8041
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7987 $as_echo_n "checking for objdir... " >&6; } 8043 $as_echo_n "checking for objdir... " >&6; }
7988 if test "${lt_cv_objdir+set}" = set; then : 8044 if ${lt_cv_objdir+:} false; then :
7989 $as_echo_n "(cached) " >&6 8045 $as_echo_n "(cached) " >&6
7990 else 8046 else
7991 rm -f .libs 2>/dev/null 8047 rm -f .libs 2>/dev/null
7992 mkdir .libs 2>/dev/null 8048 mkdir .libs 2>/dev/null
7993 if test -d .libs; then 8049 if test -d .libs; then
8061 case $deplibs_check_method in 8117 case $deplibs_check_method in
8062 file_magic*) 8118 file_magic*)
8063 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 8119 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 8120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8065 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 8121 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8066 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 8122 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8067 $as_echo_n "(cached) " >&6 8123 $as_echo_n "(cached) " >&6
8068 else 8124 else
8069 case $MAGIC_CMD in 8125 case $MAGIC_CMD in
8070 [\\/*] | ?:[\\/]*) 8126 [\\/*] | ?:[\\/]*)
8071 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 8127 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8127 8183
8128 if test -z "$lt_cv_path_MAGIC_CMD"; then 8184 if test -z "$lt_cv_path_MAGIC_CMD"; then
8129 if test -n "$ac_tool_prefix"; then 8185 if test -n "$ac_tool_prefix"; then
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8131 $as_echo_n "checking for file... " >&6; } 8187 $as_echo_n "checking for file... " >&6; }
8132 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 8188 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8133 $as_echo_n "(cached) " >&6 8189 $as_echo_n "(cached) " >&6
8134 else 8190 else
8135 case $MAGIC_CMD in 8191 case $MAGIC_CMD in
8136 [\\/*] | ?:[\\/]*) 8192 [\\/*] | ?:[\\/]*)
8137 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 8193 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8269 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; 8325 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8270 esac 8326 esac
8271 8327
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 8328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8273 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 8329 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8274 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 8330 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8275 $as_echo_n "(cached) " >&6 8331 $as_echo_n "(cached) " >&6
8276 else 8332 else
8277 lt_cv_prog_compiler_rtti_exceptions=no 8333 lt_cv_prog_compiler_rtti_exceptions=no
8278 ac_outfile=conftest.$ac_objext 8334 ac_outfile=conftest.$ac_objext
8279 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8335 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8421 esac 8477 esac
8422 8478
8423 case $cc_basename in 8479 case $cc_basename in
8424 nvcc*) # Cuda Compiler Driver 2.2 8480 nvcc*) # Cuda Compiler Driver 2.2
8425 lt_prog_compiler_wl='-Xlinker ' 8481 lt_prog_compiler_wl='-Xlinker '
8426 lt_prog_compiler_pic='-Xcompiler -fPIC' 8482 if test -n "$lt_prog_compiler_pic"; then
8483 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8484 fi
8427 ;; 8485 ;;
8428 esac 8486 esac
8429 else 8487 else
8430 # PORTME Check for flag to pass linker flags through the system compiler. 8488 # PORTME Check for flag to pass linker flags through the system compiler.
8431 case $host_os in 8489 case $host_os in
8512 lt_prog_compiler_pic='-qpic' 8570 lt_prog_compiler_pic='-qpic'
8513 lt_prog_compiler_static='-qstaticlink' 8571 lt_prog_compiler_static='-qstaticlink'
8514 ;; 8572 ;;
8515 *) 8573 *)
8516 case `$CC -V 2>&1 | sed 5q` in 8574 case `$CC -V 2>&1 | sed 5q` in
8517 *Sun\ F* | *Sun*Fortran*) 8575 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8518 # Sun Fortran 8.3 passes all unrecognized flags to the linker 8576 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8519 lt_prog_compiler_pic='-KPIC' 8577 lt_prog_compiler_pic='-KPIC'
8520 lt_prog_compiler_static='-Bstatic' 8578 lt_prog_compiler_static='-Bstatic'
8521 lt_prog_compiler_wl='' 8579 lt_prog_compiler_wl=''
8580 ;;
8581 *Sun\ F* | *Sun*Fortran*)
8582 lt_prog_compiler_pic='-KPIC'
8583 lt_prog_compiler_static='-Bstatic'
8584 lt_prog_compiler_wl='-Qoption ld '
8522 ;; 8585 ;;
8523 *Sun\ C*) 8586 *Sun\ C*)
8524 # Sun C 5.9 8587 # Sun C 5.9
8525 lt_prog_compiler_pic='-KPIC' 8588 lt_prog_compiler_pic='-KPIC'
8526 lt_prog_compiler_static='-Bstatic' 8589 lt_prog_compiler_static='-Bstatic'
8527 lt_prog_compiler_wl='-Wl,' 8590 lt_prog_compiler_wl='-Wl,'
8591 ;;
8592 *Intel*\ [CF]*Compiler*)
8593 lt_prog_compiler_wl='-Wl,'
8594 lt_prog_compiler_pic='-fPIC'
8595 lt_prog_compiler_static='-static'
8596 ;;
8597 *Portland\ Group*)
8598 lt_prog_compiler_wl='-Wl,'
8599 lt_prog_compiler_pic='-fpic'
8600 lt_prog_compiler_static='-Bstatic'
8528 ;; 8601 ;;
8529 esac 8602 esac
8530 ;; 8603 ;;
8531 esac 8604 esac
8532 ;; 8605 ;;
8614 ;; 8687 ;;
8615 esac 8688 esac
8616 8689
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 8690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8618 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 8691 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8619 if test "${lt_cv_prog_compiler_pic+set}" = set; then : 8692 if ${lt_cv_prog_compiler_pic+:} false; then :
8620 $as_echo_n "(cached) " >&6 8693 $as_echo_n "(cached) " >&6
8621 else 8694 else
8622 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic 8695 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8623 fi 8696 fi
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8629 # Check to make sure the PIC flag actually works. 8702 # Check to make sure the PIC flag actually works.
8630 # 8703 #
8631 if test -n "$lt_prog_compiler_pic"; then 8704 if test -n "$lt_prog_compiler_pic"; then
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8633 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 8706 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8634 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 8707 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8635 $as_echo_n "(cached) " >&6 8708 $as_echo_n "(cached) " >&6
8636 else 8709 else
8637 lt_cv_prog_compiler_pic_works=no 8710 lt_cv_prog_compiler_pic_works=no
8638 ac_outfile=conftest.$ac_objext 8711 ac_outfile=conftest.$ac_objext
8639 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8712 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8693 # Check to make sure the static flag actually works. 8766 # Check to make sure the static flag actually works.
8694 # 8767 #
8695 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 8768 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8697 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 8770 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8698 if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 8771 if ${lt_cv_prog_compiler_static_works+:} false; then :
8699 $as_echo_n "(cached) " >&6 8772 $as_echo_n "(cached) " >&6
8700 else 8773 else
8701 lt_cv_prog_compiler_static_works=no 8774 lt_cv_prog_compiler_static_works=no
8702 save_LDFLAGS="$LDFLAGS" 8775 save_LDFLAGS="$LDFLAGS"
8703 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 8776 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8736 8809
8737 8810
8738 8811
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8740 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8813 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8741 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8814 if ${lt_cv_prog_compiler_c_o+:} false; then :
8742 $as_echo_n "(cached) " >&6 8815 $as_echo_n "(cached) " >&6
8743 else 8816 else
8744 lt_cv_prog_compiler_c_o=no 8817 lt_cv_prog_compiler_c_o=no
8745 $RM -r conftest 2>/dev/null 8818 $RM -r conftest 2>/dev/null
8746 mkdir conftest 8819 mkdir conftest
8791 8864
8792 8865
8793 8866
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8795 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8868 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8796 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8869 if ${lt_cv_prog_compiler_c_o+:} false; then :
8797 $as_echo_n "(cached) " >&6 8870 $as_echo_n "(cached) " >&6
8798 else 8871 else
8799 lt_cv_prog_compiler_c_o=no 8872 lt_cv_prog_compiler_c_o=no
8800 $RM -r conftest 2>/dev/null 8873 $RM -r conftest 2>/dev/null
8801 mkdir conftest 8874 mkdir conftest
8885 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 8958 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8886 hardcode_automatic=no 8959 hardcode_automatic=no
8887 hardcode_direct=no 8960 hardcode_direct=no
8888 hardcode_direct_absolute=no 8961 hardcode_direct_absolute=no
8889 hardcode_libdir_flag_spec= 8962 hardcode_libdir_flag_spec=
8890 hardcode_libdir_flag_spec_ld=
8891 hardcode_libdir_separator= 8963 hardcode_libdir_separator=
8892 hardcode_minus_L=no 8964 hardcode_minus_L=no
8893 hardcode_shlibpath_var=unsupported 8965 hardcode_shlibpath_var=unsupported
8894 inherit_rpath=no 8966 inherit_rpath=no
8895 link_all_deplibs=unknown 8967 link_all_deplibs=unknown
9138 9210
9139 case $cc_basename in 9211 case $cc_basename in
9140 xlf* | bgf* | bgxlf* | mpixlf*) 9212 xlf* | bgf* | bgxlf* | mpixlf*)
9141 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself 9213 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9142 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' 9214 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9143 hardcode_libdir_flag_spec= 9215 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9144 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9145 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' 9216 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9146 if test "x$supports_anon_versioning" = xyes; then 9217 if test "x$supports_anon_versioning" = xyes; then
9147 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 9218 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9148 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 9219 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9149 echo "local: *; };" >> $output_objdir/$libname.ver~ 9220 echo "local: *; };" >> $output_objdir/$libname.ver~
9360 # Determine the default libpath from the value encoded in an 9431 # Determine the default libpath from the value encoded in an
9361 # empty executable. 9432 # empty executable.
9362 if test "${lt_cv_aix_libpath+set}" = set; then 9433 if test "${lt_cv_aix_libpath+set}" = set; then
9363 aix_libpath=$lt_cv_aix_libpath 9434 aix_libpath=$lt_cv_aix_libpath
9364 else 9435 else
9365 if test "${lt_cv_aix_libpath_+set}" = set; then : 9436 if ${lt_cv_aix_libpath_+:} false; then :
9366 $as_echo_n "(cached) " >&6 9437 $as_echo_n "(cached) " >&6
9367 else 9438 else
9368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9369 /* end confdefs.h. */ 9440 /* end confdefs.h. */
9370 9441
9413 # Determine the default libpath from the value encoded in an 9484 # Determine the default libpath from the value encoded in an
9414 # empty executable. 9485 # empty executable.
9415 if test "${lt_cv_aix_libpath+set}" = set; then 9486 if test "${lt_cv_aix_libpath+set}" = set; then
9416 aix_libpath=$lt_cv_aix_libpath 9487 aix_libpath=$lt_cv_aix_libpath
9417 else 9488 else
9418 if test "${lt_cv_aix_libpath_+set}" = set; then : 9489 if ${lt_cv_aix_libpath_+:} false; then :
9419 $as_echo_n "(cached) " >&6 9490 $as_echo_n "(cached) " >&6
9420 else 9491 else
9421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9422 /* end confdefs.h. */ 9493 /* end confdefs.h. */
9423 9494
9519 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ 9590 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9520 linknames=' 9591 linknames='
9521 # The linker will not automatically build a static lib if we build a DLL. 9592 # The linker will not automatically build a static lib if we build a DLL.
9522 # _LT_TAGVAR(old_archive_from_new_cmds, )='true' 9593 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9523 enable_shared_with_static_runtimes=yes 9594 enable_shared_with_static_runtimes=yes
9595 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9524 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' 9596 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9525 # Don't use ranlib 9597 # Don't use ranlib
9526 old_postinstall_cmds='chmod 644 $oldlib' 9598 old_postinstall_cmds='chmod 644 $oldlib'
9527 postlink_cmds='lt_outputfile="@OUTPUT@"~ 9599 postlink_cmds='lt_outputfile="@OUTPUT@"~
9528 lt_tool_outputfile="@TOOL_OUTPUT@"~ 9600 lt_tool_outputfile="@TOOL_OUTPUT@"~
9564 hardcode_direct=no 9636 hardcode_direct=no
9565 hardcode_automatic=yes 9637 hardcode_automatic=yes
9566 hardcode_shlibpath_var=unsupported 9638 hardcode_shlibpath_var=unsupported
9567 if test "$lt_cv_ld_force_load" = "yes"; then 9639 if test "$lt_cv_ld_force_load" = "yes"; then
9568 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' 9640 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9641
9569 else 9642 else
9570 whole_archive_flag_spec='' 9643 whole_archive_flag_spec=''
9571 fi 9644 fi
9572 link_all_deplibs=yes 9645 link_all_deplibs=yes
9573 allow_undefined_flag="$_lt_dar_allow_undefined" 9646 allow_undefined_flag="$_lt_dar_allow_undefined"
9592 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 9665 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9593 hardcode_libdir_flag_spec='-L$libdir' 9666 hardcode_libdir_flag_spec='-L$libdir'
9594 hardcode_shlibpath_var=no 9667 hardcode_shlibpath_var=no
9595 ;; 9668 ;;
9596 9669
9597 freebsd1*)
9598 ld_shlibs=no
9599 ;;
9600
9601 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 9670 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9602 # support. Future versions do this automatically, but an explicit c++rt0.o 9671 # support. Future versions do this automatically, but an explicit c++rt0.o
9603 # does not break anything, and helps significantly (at the cost of a little 9672 # does not break anything, and helps significantly (at the cost of a little
9604 # extra space). 9673 # extra space).
9605 freebsd2.2*) 9674 freebsd2.2*)
9608 hardcode_direct=yes 9677 hardcode_direct=yes
9609 hardcode_shlibpath_var=no 9678 hardcode_shlibpath_var=no
9610 ;; 9679 ;;
9611 9680
9612 # Unfortunately, older versions of FreeBSD 2 do not have this feature. 9681 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9613 freebsd2*) 9682 freebsd2.*)
9614 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 9683 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9615 hardcode_direct=yes 9684 hardcode_direct=yes
9616 hardcode_minus_L=yes 9685 hardcode_minus_L=yes
9617 hardcode_shlibpath_var=no 9686 hardcode_shlibpath_var=no
9618 ;; 9687 ;;
9647 else 9716 else
9648 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 9717 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9649 fi 9718 fi
9650 if test "$with_gnu_ld" = no; then 9719 if test "$with_gnu_ld" = no; then
9651 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 9720 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9652 hardcode_libdir_flag_spec_ld='+b $libdir'
9653 hardcode_libdir_separator=: 9721 hardcode_libdir_separator=:
9654 hardcode_direct=yes 9722 hardcode_direct=yes
9655 hardcode_direct_absolute=yes 9723 hardcode_direct_absolute=yes
9656 export_dynamic_flag_spec='${wl}-E' 9724 export_dynamic_flag_spec='${wl}-E'
9657 # hardcode_minus_L: Not really in the search PATH, 9725 # hardcode_minus_L: Not really in the search PATH,
9685 9753
9686 # Older versions of the 11.00 compiler do not understand -b yet 9754 # Older versions of the 11.00 compiler do not understand -b yet
9687 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) 9755 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 9756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9689 $as_echo_n "checking if $CC understands -b... " >&6; } 9757 $as_echo_n "checking if $CC understands -b... " >&6; }
9690 if test "${lt_cv_prog_compiler__b+set}" = set; then : 9758 if ${lt_cv_prog_compiler__b+:} false; then :
9691 $as_echo_n "(cached) " >&6 9759 $as_echo_n "(cached) " >&6
9692 else 9760 else
9693 lt_cv_prog_compiler__b=no 9761 lt_cv_prog_compiler__b=no
9694 save_LDFLAGS="$LDFLAGS" 9762 save_LDFLAGS="$LDFLAGS"
9695 LDFLAGS="$LDFLAGS -b" 9763 LDFLAGS="$LDFLAGS -b"
9754 # work, assume that -exports_file does not work either and 9822 # work, assume that -exports_file does not work either and
9755 # implicitly export all symbols. 9823 # implicitly export all symbols.
9756 # This should be the same for all languages, so no per-tag cache variable. 9824 # This should be the same for all languages, so no per-tag cache variable.
9757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9758 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } 9826 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9759 if test "${lt_cv_irix_exported_symbol+set}" = set; then : 9827 if ${lt_cv_irix_exported_symbol+:} false; then :
9760 $as_echo_n "(cached) " >&6 9828 $as_echo_n "(cached) " >&6
9761 else 9829 else
9762 save_LDFLAGS="$LDFLAGS" 9830 save_LDFLAGS="$LDFLAGS"
9763 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" 9831 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10070 # Test whether the compiler implicitly links with -lc since on some 10138 # Test whether the compiler implicitly links with -lc since on some
10071 # systems, -lgcc has to come before -lc. If gcc already passes -lc 10139 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10072 # to ld, don't add -lc before -lgcc. 10140 # to ld, don't add -lc before -lgcc.
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 10141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10074 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 10142 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10075 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : 10143 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10076 $as_echo_n "(cached) " >&6 10144 $as_echo_n "(cached) " >&6
10077 else 10145 else
10078 $RM conftest* 10146 $RM conftest*
10079 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 10147 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10080 10148
10119 ;; 10187 ;;
10120 esac 10188 esac
10121 fi 10189 fi
10122 ;; 10190 ;;
10123 esac 10191 esac
10124
10125
10126
10127
10128
10129 10192
10130 10193
10131 10194
10132 10195
10133 10196
10365 # flags to be left without arguments 10428 # flags to be left without arguments
10366 need_version=unknown 10429 need_version=unknown
10367 10430
10368 case $host_os in 10431 case $host_os in
10369 aix3*) 10432 aix3*)
10370 version_type=linux 10433 version_type=linux # correct to gnu/linux during the next big refactor
10371 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 10434 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10372 shlibpath_var=LIBPATH 10435 shlibpath_var=LIBPATH
10373 10436
10374 # AIX 3 has no versioning support, so we append a major version to the name. 10437 # AIX 3 has no versioning support, so we append a major version to the name.
10375 soname_spec='${libname}${release}${shared_ext}$major' 10438 soname_spec='${libname}${release}${shared_ext}$major'
10376 ;; 10439 ;;
10377 10440
10378 aix[4-9]*) 10441 aix[4-9]*)
10379 version_type=linux 10442 version_type=linux # correct to gnu/linux during the next big refactor
10380 need_lib_prefix=no 10443 need_lib_prefix=no
10381 need_version=no 10444 need_version=no
10382 hardcode_into_libs=yes 10445 hardcode_into_libs=yes
10383 if test "$host_cpu" = ia64; then 10446 if test "$host_cpu" = ia64; then
10384 # AIX 5 supports IA64 10447 # AIX 5 supports IA64
10439 dynamic_linker="$host_os ld.so" 10502 dynamic_linker="$host_os ld.so"
10440 shlibpath_var=LIBRARY_PATH 10503 shlibpath_var=LIBRARY_PATH
10441 ;; 10504 ;;
10442 10505
10443 bsdi[45]*) 10506 bsdi[45]*)
10444 version_type=linux 10507 version_type=linux # correct to gnu/linux during the next big refactor
10445 need_version=no 10508 need_version=no
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 soname_spec='${libname}${release}${shared_ext}$major' 10510 soname_spec='${libname}${release}${shared_ext}$major'
10448 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 10511 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10449 shlibpath_var=LD_LIBRARY_PATH 10512 shlibpath_var=LD_LIBRARY_PATH
10578 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" 10641 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10579 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 10642 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10580 ;; 10643 ;;
10581 10644
10582 dgux*) 10645 dgux*)
10583 version_type=linux 10646 version_type=linux # correct to gnu/linux during the next big refactor
10584 need_lib_prefix=no 10647 need_lib_prefix=no
10585 need_version=no 10648 need_version=no
10586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10587 soname_spec='${libname}${release}${shared_ext}$major' 10650 soname_spec='${libname}${release}${shared_ext}$major'
10588 shlibpath_var=LD_LIBRARY_PATH 10651 shlibpath_var=LD_LIBRARY_PATH
10589 ;;
10590
10591 freebsd1*)
10592 dynamic_linker=no
10593 ;; 10652 ;;
10594 10653
10595 freebsd* | dragonfly*) 10654 freebsd* | dragonfly*)
10596 # DragonFly does not have aout. When/if they implement a new 10655 # DragonFly does not have aout. When/if they implement a new
10597 # versioning mechanism, adjust this. 10656 # versioning mechanism, adjust this.
10598 if test -x /usr/bin/objformat; then 10657 if test -x /usr/bin/objformat; then
10599 objformat=`/usr/bin/objformat` 10658 objformat=`/usr/bin/objformat`
10600 else 10659 else
10601 case $host_os in 10660 case $host_os in
10602 freebsd[123]*) objformat=aout ;; 10661 freebsd[23].*) objformat=aout ;;
10603 *) objformat=elf ;; 10662 *) objformat=elf ;;
10604 esac 10663 esac
10605 fi 10664 fi
10606 version_type=freebsd-$objformat 10665 version_type=freebsd-$objformat
10607 case $version_type in 10666 case $version_type in
10615 need_version=yes 10674 need_version=yes
10616 ;; 10675 ;;
10617 esac 10676 esac
10618 shlibpath_var=LD_LIBRARY_PATH 10677 shlibpath_var=LD_LIBRARY_PATH
10619 case $host_os in 10678 case $host_os in
10620 freebsd2*) 10679 freebsd2.*)
10621 shlibpath_overrides_runpath=yes 10680 shlibpath_overrides_runpath=yes
10622 ;; 10681 ;;
10623 freebsd3.[01]* | freebsdelf3.[01]*) 10682 freebsd3.[01]* | freebsdelf3.[01]*)
10624 shlibpath_overrides_runpath=yes 10683 shlibpath_overrides_runpath=yes
10625 hardcode_into_libs=yes 10684 hardcode_into_libs=yes
10635 ;; 10694 ;;
10636 esac 10695 esac
10637 ;; 10696 ;;
10638 10697
10639 gnu*) 10698 gnu*)
10640 version_type=linux 10699 version_type=linux # correct to gnu/linux during the next big refactor
10641 need_lib_prefix=no 10700 need_lib_prefix=no
10642 need_version=no 10701 need_version=no
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major' 10703 soname_spec='${libname}${release}${shared_ext}$major'
10645 shlibpath_var=LD_LIBRARY_PATH 10704 shlibpath_var=LD_LIBRARY_PATH
10646 shlibpath_overrides_runpath=no 10705 shlibpath_overrides_runpath=no
10647 hardcode_into_libs=yes 10706 hardcode_into_libs=yes
10648 ;; 10707 ;;
10649 10708
10650 haiku*) 10709 haiku*)
10651 version_type=linux 10710 version_type=linux # correct to gnu/linux during the next big refactor
10652 need_lib_prefix=no 10711 need_lib_prefix=no
10653 need_version=no 10712 need_version=no
10654 dynamic_linker="$host_os runtime_loader" 10713 dynamic_linker="$host_os runtime_loader"
10655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10656 soname_spec='${libname}${release}${shared_ext}$major' 10715 soname_spec='${libname}${release}${shared_ext}$major'
10707 # or fails outright, so override atomically: 10766 # or fails outright, so override atomically:
10708 install_override_mode=555 10767 install_override_mode=555
10709 ;; 10768 ;;
10710 10769
10711 interix[3-9]*) 10770 interix[3-9]*)
10712 version_type=linux 10771 version_type=linux # correct to gnu/linux during the next big refactor
10713 need_lib_prefix=no 10772 need_lib_prefix=no
10714 need_version=no 10773 need_version=no
10715 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 10774 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10716 soname_spec='${libname}${release}${shared_ext}$major' 10775 soname_spec='${libname}${release}${shared_ext}$major'
10717 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' 10776 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10723 irix5* | irix6* | nonstopux*) 10782 irix5* | irix6* | nonstopux*)
10724 case $host_os in 10783 case $host_os in
10725 nonstopux*) version_type=nonstopux ;; 10784 nonstopux*) version_type=nonstopux ;;
10726 *) 10785 *)
10727 if test "$lt_cv_prog_gnu_ld" = yes; then 10786 if test "$lt_cv_prog_gnu_ld" = yes; then
10728 version_type=linux 10787 version_type=linux # correct to gnu/linux during the next big refactor
10729 else 10788 else
10730 version_type=irix 10789 version_type=irix
10731 fi ;; 10790 fi ;;
10732 esac 10791 esac
10733 need_lib_prefix=no 10792 need_lib_prefix=no
10760 # No shared lib support for Linux oldld, aout, or coff. 10819 # No shared lib support for Linux oldld, aout, or coff.
10761 linux*oldld* | linux*aout* | linux*coff*) 10820 linux*oldld* | linux*aout* | linux*coff*)
10762 dynamic_linker=no 10821 dynamic_linker=no
10763 ;; 10822 ;;
10764 10823
10765 # This must be Linux ELF. 10824 # This must be glibc/ELF.
10766 linux* | k*bsd*-gnu | kopensolaris*-gnu) 10825 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10767 version_type=linux 10826 version_type=linux # correct to gnu/linux during the next big refactor
10768 need_lib_prefix=no 10827 need_lib_prefix=no
10769 need_version=no 10828 need_version=no
10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10829 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771 soname_spec='${libname}${release}${shared_ext}$major' 10830 soname_spec='${libname}${release}${shared_ext}$major'
10772 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 10831 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10773 shlibpath_var=LD_LIBRARY_PATH 10832 shlibpath_var=LD_LIBRARY_PATH
10774 shlibpath_overrides_runpath=no 10833 shlibpath_overrides_runpath=no
10775 10834
10776 # Some binutils ld are patched to set DT_RUNPATH 10835 # Some binutils ld are patched to set DT_RUNPATH
10777 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : 10836 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10778 $as_echo_n "(cached) " >&6 10837 $as_echo_n "(cached) " >&6
10779 else 10838 else
10780 lt_cv_shlibpath_overrides_runpath=no 10839 lt_cv_shlibpath_overrides_runpath=no
10781 save_LDFLAGS=$LDFLAGS 10840 save_LDFLAGS=$LDFLAGS
10782 save_libdir=$libdir 10841 save_libdir=$libdir
10856 shlibpath_overrides_runpath=yes 10915 shlibpath_overrides_runpath=yes
10857 hardcode_into_libs=yes 10916 hardcode_into_libs=yes
10858 ;; 10917 ;;
10859 10918
10860 newsos6) 10919 newsos6)
10861 version_type=linux 10920 version_type=linux # correct to gnu/linux during the next big refactor
10862 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10921 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10863 shlibpath_var=LD_LIBRARY_PATH 10922 shlibpath_var=LD_LIBRARY_PATH
10864 shlibpath_overrides_runpath=yes 10923 shlibpath_overrides_runpath=yes
10865 ;; 10924 ;;
10866 10925
10925 rdos*) 10984 rdos*)
10926 dynamic_linker=no 10985 dynamic_linker=no
10927 ;; 10986 ;;
10928 10987
10929 solaris*) 10988 solaris*)
10930 version_type=linux 10989 version_type=linux # correct to gnu/linux during the next big refactor
10931 need_lib_prefix=no 10990 need_lib_prefix=no
10932 need_version=no 10991 need_version=no
10933 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10934 soname_spec='${libname}${release}${shared_ext}$major' 10993 soname_spec='${libname}${release}${shared_ext}$major'
10935 shlibpath_var=LD_LIBRARY_PATH 10994 shlibpath_var=LD_LIBRARY_PATH
10950 fi 11009 fi
10951 need_version=yes 11010 need_version=yes
10952 ;; 11011 ;;
10953 11012
10954 sysv4 | sysv4.3*) 11013 sysv4 | sysv4.3*)
10955 version_type=linux 11014 version_type=linux # correct to gnu/linux during the next big refactor
10956 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 11015 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10957 soname_spec='${libname}${release}${shared_ext}$major' 11016 soname_spec='${libname}${release}${shared_ext}$major'
10958 shlibpath_var=LD_LIBRARY_PATH 11017 shlibpath_var=LD_LIBRARY_PATH
10959 case $host_vendor in 11018 case $host_vendor in
10960 sni) 11019 sni)
10974 esac 11033 esac
10975 ;; 11034 ;;
10976 11035
10977 sysv4*MP*) 11036 sysv4*MP*)
10978 if test -d /usr/nec ;then 11037 if test -d /usr/nec ;then
10979 version_type=linux 11038 version_type=linux # correct to gnu/linux during the next big refactor
10980 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 11039 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10981 soname_spec='$libname${shared_ext}.$major' 11040 soname_spec='$libname${shared_ext}.$major'
10982 shlibpath_var=LD_LIBRARY_PATH 11041 shlibpath_var=LD_LIBRARY_PATH
10983 fi 11042 fi
10984 ;; 11043 ;;
11005 sys_lib_dlsearch_path_spec='/usr/lib' 11064 sys_lib_dlsearch_path_spec='/usr/lib'
11006 ;; 11065 ;;
11007 11066
11008 tpf*) 11067 tpf*)
11009 # TPF is a cross-target only. Preferred cross-host = GNU/Linux. 11068 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11010 version_type=linux 11069 version_type=linux # correct to gnu/linux during the next big refactor
11011 need_lib_prefix=no 11070 need_lib_prefix=no
11012 need_version=no 11071 need_version=no
11013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 11072 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11014 shlibpath_var=LD_LIBRARY_PATH 11073 shlibpath_var=LD_LIBRARY_PATH
11015 shlibpath_overrides_runpath=no 11074 shlibpath_overrides_runpath=no
11016 hardcode_into_libs=yes 11075 hardcode_into_libs=yes
11017 ;; 11076 ;;
11018 11077
11019 uts4*) 11078 uts4*)
11020 version_type=linux 11079 version_type=linux # correct to gnu/linux during the next big refactor
11021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 11080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11022 soname_spec='${libname}${release}${shared_ext}$major' 11081 soname_spec='${libname}${release}${shared_ext}$major'
11023 shlibpath_var=LD_LIBRARY_PATH 11082 shlibpath_var=LD_LIBRARY_PATH
11024 ;; 11083 ;;
11025 11084
11204 11263
11205 darwin*) 11264 darwin*)
11206 # if libdl is installed we need to link against it 11265 # if libdl is installed we need to link against it
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11208 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11267 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11209 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 11268 if ${ac_cv_lib_dl_dlopen+:} false; then :
11210 $as_echo_n "(cached) " >&6 11269 $as_echo_n "(cached) " >&6
11211 else 11270 else
11212 ac_check_lib_save_LIBS=$LIBS 11271 ac_check_lib_save_LIBS=$LIBS
11213 LIBS="-ldl $LIBS" 11272 LIBS="-ldl $LIBS"
11214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11238 conftest$ac_exeext conftest.$ac_ext 11297 conftest$ac_exeext conftest.$ac_ext
11239 LIBS=$ac_check_lib_save_LIBS 11298 LIBS=$ac_check_lib_save_LIBS
11240 fi 11299 fi
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11242 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11301 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11243 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 11302 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11244 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11303 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11245 else 11304 else
11246 11305
11247 lt_cv_dlopen="dyld" 11306 lt_cv_dlopen="dyld"
11248 lt_cv_dlopen_libs= 11307 lt_cv_dlopen_libs=
11252 11311
11253 ;; 11312 ;;
11254 11313
11255 *) 11314 *)
11256 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 11315 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11257 if test "x$ac_cv_func_shl_load" = x""yes; then : 11316 if test "x$ac_cv_func_shl_load" = xyes; then :
11258 lt_cv_dlopen="shl_load" 11317 lt_cv_dlopen="shl_load"
11259 else 11318 else
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11261 $as_echo_n "checking for shl_load in -ldld... " >&6; } 11320 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11262 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 11321 if ${ac_cv_lib_dld_shl_load+:} false; then :
11263 $as_echo_n "(cached) " >&6 11322 $as_echo_n "(cached) " >&6
11264 else 11323 else
11265 ac_check_lib_save_LIBS=$LIBS 11324 ac_check_lib_save_LIBS=$LIBS
11266 LIBS="-ldld $LIBS" 11325 LIBS="-ldld $LIBS"
11267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11291 conftest$ac_exeext conftest.$ac_ext 11350 conftest$ac_exeext conftest.$ac_ext
11292 LIBS=$ac_check_lib_save_LIBS 11351 LIBS=$ac_check_lib_save_LIBS
11293 fi 11352 fi
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11295 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 11354 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11296 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 11355 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11297 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 11356 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11298 else 11357 else
11299 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 11358 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11300 if test "x$ac_cv_func_dlopen" = x""yes; then : 11359 if test "x$ac_cv_func_dlopen" = xyes; then :
11301 lt_cv_dlopen="dlopen" 11360 lt_cv_dlopen="dlopen"
11302 else 11361 else
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11304 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11363 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11305 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 11364 if ${ac_cv_lib_dl_dlopen+:} false; then :
11306 $as_echo_n "(cached) " >&6 11365 $as_echo_n "(cached) " >&6
11307 else 11366 else
11308 ac_check_lib_save_LIBS=$LIBS 11367 ac_check_lib_save_LIBS=$LIBS
11309 LIBS="-ldl $LIBS" 11368 LIBS="-ldl $LIBS"
11310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11334 conftest$ac_exeext conftest.$ac_ext 11393 conftest$ac_exeext conftest.$ac_ext
11335 LIBS=$ac_check_lib_save_LIBS 11394 LIBS=$ac_check_lib_save_LIBS
11336 fi 11395 fi
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11338 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11397 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11339 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 11398 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11340 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11399 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11341 else 11400 else
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11343 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 11402 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11344 if test "${ac_cv_lib_svld_dlopen+set}" = set; then : 11403 if ${ac_cv_lib_svld_dlopen+:} false; then :
11345 $as_echo_n "(cached) " >&6 11404 $as_echo_n "(cached) " >&6
11346 else 11405 else
11347 ac_check_lib_save_LIBS=$LIBS 11406 ac_check_lib_save_LIBS=$LIBS
11348 LIBS="-lsvld $LIBS" 11407 LIBS="-lsvld $LIBS"
11349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11373 conftest$ac_exeext conftest.$ac_ext 11432 conftest$ac_exeext conftest.$ac_ext
11374 LIBS=$ac_check_lib_save_LIBS 11433 LIBS=$ac_check_lib_save_LIBS
11375 fi 11434 fi
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 11435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11377 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 11436 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11378 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : 11437 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11379 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 11438 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11380 else 11439 else
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 11440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11382 $as_echo_n "checking for dld_link in -ldld... " >&6; } 11441 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11383 if test "${ac_cv_lib_dld_dld_link+set}" = set; then : 11442 if ${ac_cv_lib_dld_dld_link+:} false; then :
11384 $as_echo_n "(cached) " >&6 11443 $as_echo_n "(cached) " >&6
11385 else 11444 else
11386 ac_check_lib_save_LIBS=$LIBS 11445 ac_check_lib_save_LIBS=$LIBS
11387 LIBS="-ldld $LIBS" 11446 LIBS="-ldld $LIBS"
11388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11412 conftest$ac_exeext conftest.$ac_ext 11471 conftest$ac_exeext conftest.$ac_ext
11413 LIBS=$ac_check_lib_save_LIBS 11472 LIBS=$ac_check_lib_save_LIBS
11414 fi 11473 fi
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11416 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 11475 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11417 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : 11476 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11418 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 11477 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11419 fi 11478 fi
11420 11479
11421 11480
11422 fi 11481 fi
11453 save_LIBS="$LIBS" 11512 save_LIBS="$LIBS"
11454 LIBS="$lt_cv_dlopen_libs $LIBS" 11513 LIBS="$lt_cv_dlopen_libs $LIBS"
11455 11514
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 11515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11457 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 11516 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11458 if test "${lt_cv_dlopen_self+set}" = set; then : 11517 if ${lt_cv_dlopen_self+:} false; then :
11459 $as_echo_n "(cached) " >&6 11518 $as_echo_n "(cached) " >&6
11460 else 11519 else
11461 if test "$cross_compiling" = yes; then : 11520 if test "$cross_compiling" = yes; then :
11462 lt_cv_dlopen_self=cross 11521 lt_cv_dlopen_self=cross
11463 else 11522 else
11559 11618
11560 if test "x$lt_cv_dlopen_self" = xyes; then 11619 if test "x$lt_cv_dlopen_self" = xyes; then
11561 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 11620 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11563 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11622 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11564 if test "${lt_cv_dlopen_self_static+set}" = set; then : 11623 if ${lt_cv_dlopen_self_static+:} false; then :
11565 $as_echo_n "(cached) " >&6 11624 $as_echo_n "(cached) " >&6
11566 else 11625 else
11567 if test "$cross_compiling" = yes; then : 11626 if test "$cross_compiling" = yes; then :
11568 lt_cv_dlopen_self_static=cross 11627 lt_cv_dlopen_self_static=cross
11569 else 11628 else
11797 11856
11798 11857
11799 11858
11800 11859
11801 11860
11861
11862
11802 ac_config_commands="$ac_config_commands libtool" 11863 ac_config_commands="$ac_config_commands libtool"
11803 11864
11804 11865
11805 11866
11806 11867
11937 pthread-config) 11998 pthread-config)
11938 # Extract the first word of "pthread-config", so it can be a program name with args. 11999 # Extract the first word of "pthread-config", so it can be a program name with args.
11939 set dummy pthread-config; ac_word=$2 12000 set dummy pthread-config; ac_word=$2
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11941 $as_echo_n "checking for $ac_word... " >&6; } 12002 $as_echo_n "checking for $ac_word... " >&6; }
11942 if test "${ac_cv_prog_ax_pthread_config+set}" = set; then : 12003 if ${ac_cv_prog_ax_pthread_config+:} false; then :
11943 $as_echo_n "(cached) " >&6 12004 $as_echo_n "(cached) " >&6
11944 else 12005 else
11945 if test -n "$ax_pthread_config"; then 12006 if test -n "$ax_pthread_config"; then
11946 ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. 12007 ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test.
11947 else 12008 else
12089 PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" 12150 PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
12090 fi 12151 fi
12091 12152
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5 12153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5
12093 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; } 12154 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; }
12094 if test "${ax_cv_PTHREAD_PRIO_INHERIT+set}" = set; then : 12155 if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false; then :
12095 $as_echo_n "(cached) " >&6 12156 $as_echo_n "(cached) " >&6
12096 else 12157 else
12097 12158
12098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12099 /* end confdefs.h. */ 12160 /* end confdefs.h. */
12133 do 12194 do
12134 # Extract the first word of "$ac_prog", so it can be a program name with args. 12195 # Extract the first word of "$ac_prog", so it can be a program name with args.
12135 set dummy $ac_prog; ac_word=$2 12196 set dummy $ac_prog; ac_word=$2
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12137 $as_echo_n "checking for $ac_word... " >&6; } 12198 $as_echo_n "checking for $ac_word... " >&6; }
12138 if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then : 12199 if ${ac_cv_prog_PTHREAD_CC+:} false; then :
12139 $as_echo_n "(cached) " >&6 12200 $as_echo_n "(cached) " >&6
12140 else 12201 else
12141 if test -n "$PTHREAD_CC"; then 12202 if test -n "$PTHREAD_CC"; then
12142 ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. 12203 ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test.
12143 else 12204 else
12219 # then use that information and don't search ssldirs 12280 # then use that information and don't search ssldirs
12220 # Extract the first word of "pkg-config", so it can be a program name with args. 12281 # Extract the first word of "pkg-config", so it can be a program name with args.
12221 set dummy pkg-config; ac_word=$2 12282 set dummy pkg-config; ac_word=$2
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12223 $as_echo_n "checking for $ac_word... " >&6; } 12284 $as_echo_n "checking for $ac_word... " >&6; }
12224 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12285 if ${ac_cv_path_PKG_CONFIG+:} false; then :
12225 $as_echo_n "(cached) " >&6 12286 $as_echo_n "(cached) " >&6
12226 else 12287 else
12227 case $PKG_CONFIG in 12288 case $PKG_CONFIG in
12228 [\\/]* | ?:[\\/]*) 12289 [\\/]* | ?:[\\/]*)
12229 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 12290 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12353 12414
12354 # Extract the first word of "mlton", so it can be a program name with args. 12415 # Extract the first word of "mlton", so it can be a program name with args.
12355 set dummy mlton; ac_word=$2 12416 set dummy mlton; ac_word=$2
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12357 $as_echo_n "checking for $ac_word... " >&6; } 12418 $as_echo_n "checking for $ac_word... " >&6; }
12358 if test "${ac_cv_prog_MLTON+set}" = set; then : 12419 if ${ac_cv_prog_MLTON+:} false; then :
12359 $as_echo_n "(cached) " >&6 12420 $as_echo_n "(cached) " >&6
12360 else 12421 else
12361 if test -n "$MLTON"; then 12422 if test -n "$MLTON"; then
12362 ac_cv_prog_MLTON="$MLTON" # Let the user override the test. 12423 ac_cv_prog_MLTON="$MLTON" # Let the user override the test.
12363 else 12424 else
12396 12457
12397 # Extract the first word of "mllex", so it can be a program name with args. 12458 # Extract the first word of "mllex", so it can be a program name with args.
12398 set dummy mllex; ac_word=$2 12459 set dummy mllex; ac_word=$2
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12400 $as_echo_n "checking for $ac_word... " >&6; } 12461 $as_echo_n "checking for $ac_word... " >&6; }
12401 if test "${ac_cv_prog_MLLEX+set}" = set; then : 12462 if ${ac_cv_prog_MLLEX+:} false; then :
12402 $as_echo_n "(cached) " >&6 12463 $as_echo_n "(cached) " >&6
12403 else 12464 else
12404 if test -n "$MLLEX"; then 12465 if test -n "$MLLEX"; then
12405 ac_cv_prog_MLLEX="$MLLEX" # Let the user override the test. 12466 ac_cv_prog_MLLEX="$MLLEX" # Let the user override the test.
12406 else 12467 else
12439 12500
12440 # Extract the first word of "mlyacc", so it can be a program name with args. 12501 # Extract the first word of "mlyacc", so it can be a program name with args.
12441 set dummy mlyacc; ac_word=$2 12502 set dummy mlyacc; ac_word=$2
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12443 $as_echo_n "checking for $ac_word... " >&6; } 12504 $as_echo_n "checking for $ac_word... " >&6; }
12444 if test "${ac_cv_prog_MLYACC+set}" = set; then : 12505 if ${ac_cv_prog_MLYACC+:} false; then :
12445 $as_echo_n "(cached) " >&6 12506 $as_echo_n "(cached) " >&6
12446 else 12507 else
12447 if test -n "$MLYACC"; then 12508 if test -n "$MLYACC"; then
12448 ac_cv_prog_MLYACC="$MLYACC" # Let the user override the test. 12509 ac_cv_prog_MLYACC="$MLYACC" # Let the user override the test.
12449 else 12510 else
12520 12581
12521 if test -z $PGHEADER; then 12582 if test -z $PGHEADER; then
12522 for ac_header in postgresql/libpq-fe.h 12583 for ac_header in postgresql/libpq-fe.h
12523 do : 12584 do :
12524 ac_fn_c_check_header_mongrel "$LINENO" "postgresql/libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default" 12585 ac_fn_c_check_header_mongrel "$LINENO" "postgresql/libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
12525 if test "x$ac_cv_header_postgresql_libpq_fe_h" = x""yes; then : 12586 if test "x$ac_cv_header_postgresql_libpq_fe_h" = xyes; then :
12526 cat >>confdefs.h <<_ACEOF 12587 cat >>confdefs.h <<_ACEOF
12527 #define HAVE_POSTGRESQL_LIBPQ_FE_H 1 12588 #define HAVE_POSTGRESQL_LIBPQ_FE_H 1
12528 _ACEOF 12589 _ACEOF
12529 PGHEADER=postgresql/libpq-fe.h 12590 PGHEADER=postgresql/libpq-fe.h
12530 fi 12591 fi
12539 12600
12540 if test -z $MSHEADER; then 12601 if test -z $MSHEADER; then
12541 for ac_header in mysql/mysql.h 12602 for ac_header in mysql/mysql.h
12542 do : 12603 do :
12543 ac_fn_c_check_header_mongrel "$LINENO" "mysql/mysql.h" "ac_cv_header_mysql_mysql_h" "$ac_includes_default" 12604 ac_fn_c_check_header_mongrel "$LINENO" "mysql/mysql.h" "ac_cv_header_mysql_mysql_h" "$ac_includes_default"
12544 if test "x$ac_cv_header_mysql_mysql_h" = x""yes; then : 12605 if test "x$ac_cv_header_mysql_mysql_h" = xyes; then :
12545 cat >>confdefs.h <<_ACEOF 12606 cat >>confdefs.h <<_ACEOF
12546 #define HAVE_MYSQL_MYSQL_H 1 12607 #define HAVE_MYSQL_MYSQL_H 1
12547 _ACEOF 12608 _ACEOF
12548 MSHEADER=mysql/mysql.h 12609 MSHEADER=mysql/mysql.h
12549 fi 12610 fi
12642 t end 12703 t end
12643 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 12704 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12644 :end' >>confcache 12705 :end' >>confcache
12645 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 12706 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12646 if test -w "$cache_file"; then 12707 if test -w "$cache_file"; then
12647 test "x$cache_file" != "x/dev/null" && 12708 if test "x$cache_file" != "x/dev/null"; then
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 12709 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12649 $as_echo "$as_me: updating cache $cache_file" >&6;} 12710 $as_echo "$as_me: updating cache $cache_file" >&6;}
12650 cat confcache >$cache_file 12711 if test ! -f "$cache_file" || test -h "$cache_file"; then
12712 cat confcache >"$cache_file"
12713 else
12714 case $cache_file in #(
12715 */* | ?:*)
12716 mv -f confcache "$cache_file"$$ &&
12717 mv -f "$cache_file"$$ "$cache_file" ;; #(
12718 *)
12719 mv -f confcache "$cache_file" ;;
12720 esac
12721 fi
12722 fi
12651 else 12723 else
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 12724 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12653 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 12725 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12654 fi 12726 fi
12655 fi 12727 fi
12697 if test -z "${USE_EMACS_TRUE}" && test -z "${USE_EMACS_FALSE}"; then 12769 if test -z "${USE_EMACS_TRUE}" && test -z "${USE_EMACS_FALSE}"; then
12698 as_fn_error $? "conditional \"USE_EMACS\" was never defined. 12770 as_fn_error $? "conditional \"USE_EMACS\" was never defined.
12699 Usually this means the macro was only invoked conditionally." "$LINENO" 5 12771 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12700 fi 12772 fi
12701 12773
12702 : ${CONFIG_STATUS=./config.status} 12774 : "${CONFIG_STATUS=./config.status}"
12703 ac_write_fail=0 12775 ac_write_fail=0
12704 ac_clean_files_save=$ac_clean_files 12776 ac_clean_files_save=$ac_clean_files
12705 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12777 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 12778 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12707 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 12779 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12798 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 12870 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12799 # splitting by setting IFS to empty value.) 12871 # splitting by setting IFS to empty value.)
12800 IFS=" "" $as_nl" 12872 IFS=" "" $as_nl"
12801 12873
12802 # Find who we are. Look in the path if we contain no directory separator. 12874 # Find who we are. Look in the path if we contain no directory separator.
12875 as_myself=
12803 case $0 in #(( 12876 case $0 in #((
12804 *[\\/]* ) as_myself=$0 ;; 12877 *[\\/]* ) as_myself=$0 ;;
12805 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12878 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12806 for as_dir in $PATH 12879 for as_dir in $PATH
12807 do 12880 do
13105 # Save the log message, to keep $0 and so on meaningful, and to 13178 # Save the log message, to keep $0 and so on meaningful, and to
13106 # report actual input values of CONFIG_FILES etc. instead of their 13179 # report actual input values of CONFIG_FILES etc. instead of their
13107 # values after options handling. 13180 # values after options handling.
13108 ac_log=" 13181 ac_log="
13109 This file was extended by urweb $as_me 20110917, which was 13182 This file was extended by urweb $as_me 20110917, which was
13110 generated by GNU Autoconf 2.67. Invocation command line was 13183 generated by GNU Autoconf 2.68. Invocation command line was
13111 13184
13112 CONFIG_FILES = $CONFIG_FILES 13185 CONFIG_FILES = $CONFIG_FILES
13113 CONFIG_HEADERS = $CONFIG_HEADERS 13186 CONFIG_HEADERS = $CONFIG_HEADERS
13114 CONFIG_LINKS = $CONFIG_LINKS 13187 CONFIG_LINKS = $CONFIG_LINKS
13115 CONFIG_COMMANDS = $CONFIG_COMMANDS 13188 CONFIG_COMMANDS = $CONFIG_COMMANDS
13171 _ACEOF 13244 _ACEOF
13172 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13245 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13173 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 13246 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13174 ac_cs_version="\\ 13247 ac_cs_version="\\
13175 urweb config.status 20110917 13248 urweb config.status 20110917
13176 configured by $0, generated by GNU Autoconf 2.67, 13249 configured by $0, generated by GNU Autoconf 2.68,
13177 with options \\"\$ac_cs_config\\" 13250 with options \\"\$ac_cs_config\\"
13178 13251
13179 Copyright (C) 2010 Free Software Foundation, Inc. 13252 Copyright (C) 2010 Free Software Foundation, Inc.
13180 This config.status script is free software; the Free Software Foundation 13253 This config.status script is free software; the Free Software Foundation
13181 gives unlimited permission to copy, distribute and modify it." 13254 gives unlimited permission to copy, distribute and modify it."
13307 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' 13380 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13308 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' 13381 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13309 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' 13382 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13310 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' 13383 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13311 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' 13384 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13385 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
13312 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' 13386 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13313 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' 13387 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13314 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' 13388 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13315 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' 13389 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13316 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' 13390 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13389 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' 13463 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13390 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' 13464 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13391 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' 13465 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13392 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' 13466 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13393 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' 13467 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13394 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13395 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' 13468 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13396 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' 13469 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13397 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' 13470 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13398 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' 13471 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13399 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' 13472 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13445 } 13518 }
13446 13519
13447 # Quote evaled strings. 13520 # Quote evaled strings.
13448 for var in SHELL \ 13521 for var in SHELL \
13449 ECHO \ 13522 ECHO \
13523 PATH_SEPARATOR \
13450 SED \ 13524 SED \
13451 GREP \ 13525 GREP \
13452 EGREP \ 13526 EGREP \
13453 FGREP \ 13527 FGREP \
13454 LD \ 13528 LD \
13495 compiler_needs_object \ 13569 compiler_needs_object \
13496 with_gnu_ld \ 13570 with_gnu_ld \
13497 allow_undefined_flag \ 13571 allow_undefined_flag \
13498 no_undefined_flag \ 13572 no_undefined_flag \
13499 hardcode_libdir_flag_spec \ 13573 hardcode_libdir_flag_spec \
13500 hardcode_libdir_flag_spec_ld \
13501 hardcode_libdir_separator \ 13574 hardcode_libdir_separator \
13502 exclude_expsyms \ 13575 exclude_expsyms \
13503 include_expsyms \ 13576 include_expsyms \
13504 file_list_spec \ 13577 file_list_spec \
13505 variables_saved_for_relink \ 13578 variables_saved_for_relink \
13583 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 13656 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
13584 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13657 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13585 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;; 13658 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;;
13586 "src/config.sml") CONFIG_FILES="$CONFIG_FILES src/config.sml" ;; 13659 "src/config.sml") CONFIG_FILES="$CONFIG_FILES src/config.sml" ;;
13587 13660
13588 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 13661 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13589 esac 13662 esac
13590 done 13663 done
13591 13664
13592 13665
13593 # If the user did not use the arguments to specify the items to instantiate, 13666 # If the user did not use the arguments to specify the items to instantiate,
13606 # Hook for its removal unless debugging. 13679 # Hook for its removal unless debugging.
13607 # Note that there is a small window in which the directory will not be cleaned: 13680 # Note that there is a small window in which the directory will not be cleaned:
13608 # after its creation but before its name has been assigned to `$tmp'. 13681 # after its creation but before its name has been assigned to `$tmp'.
13609 $debug || 13682 $debug ||
13610 { 13683 {
13611 tmp= 13684 tmp= ac_tmp=
13612 trap 'exit_status=$? 13685 trap 'exit_status=$?
13613 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 13686 : "${ac_tmp:=$tmp}"
13687 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13614 ' 0 13688 ' 0
13615 trap 'as_fn_exit 1' 1 2 13 15 13689 trap 'as_fn_exit 1' 1 2 13 15
13616 } 13690 }
13617 # Create a (secure) tmp directory for tmp files. 13691 # Create a (secure) tmp directory for tmp files.
13618 13692
13619 { 13693 {
13620 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 13694 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13621 test -n "$tmp" && test -d "$tmp" 13695 test -d "$tmp"
13622 } || 13696 } ||
13623 { 13697 {
13624 tmp=./conf$$-$RANDOM 13698 tmp=./conf$$-$RANDOM
13625 (umask 077 && mkdir "$tmp") 13699 (umask 077 && mkdir "$tmp")
13626 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 13700 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13701 ac_tmp=$tmp
13627 13702
13628 # Set up the scripts for CONFIG_FILES section. 13703 # Set up the scripts for CONFIG_FILES section.
13629 # No need to generate them if there are no CONFIG_FILES. 13704 # No need to generate them if there are no CONFIG_FILES.
13630 # This happens for instance with `./config.status config.h'. 13705 # This happens for instance with `./config.status config.h'.
13631 if test -n "$CONFIG_FILES"; then 13706 if test -n "$CONFIG_FILES"; then
13643 ac_cs_awk_cr='\\r' 13718 ac_cs_awk_cr='\\r'
13644 else 13719 else
13645 ac_cs_awk_cr=$ac_cr 13720 ac_cs_awk_cr=$ac_cr
13646 fi 13721 fi
13647 13722
13648 echo 'BEGIN {' >"$tmp/subs1.awk" && 13723 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13649 _ACEOF 13724 _ACEOF
13650 13725
13651 13726
13652 { 13727 {
13653 echo "cat >conf$$subs.awk <<_ACEOF" && 13728 echo "cat >conf$$subs.awk <<_ACEOF" &&
13671 fi 13746 fi
13672 done 13747 done
13673 rm -f conf$$subs.sh 13748 rm -f conf$$subs.sh
13674 13749
13675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13750 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13676 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 13751 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13677 _ACEOF 13752 _ACEOF
13678 sed -n ' 13753 sed -n '
13679 h 13754 h
13680 s/^/S["/; s/!.*/"]=/ 13755 s/^/S["/; s/!.*/"]=/
13681 p 13756 p
13719 } 13794 }
13720 ' >>$CONFIG_STATUS || ac_write_fail=1 13795 ' >>$CONFIG_STATUS || ac_write_fail=1
13721 rm -f conf$$subs.awk 13796 rm -f conf$$subs.awk
13722 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13797 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13723 _ACAWK 13798 _ACAWK
13724 cat >>"\$tmp/subs1.awk" <<_ACAWK && 13799 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13725 for (key in S) S_is_set[key] = 1 13800 for (key in S) S_is_set[key] = 1
13726 FS = "" 13801 FS = ""
13727 13802
13728 } 13803 }
13729 { 13804 {
13751 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 13826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13752 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 13827 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13753 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 13828 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13754 else 13829 else
13755 cat 13830 cat
13756 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 13831 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13757 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 13832 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13758 _ACEOF 13833 _ACEOF
13759 13834
13760 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 13835 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13761 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 13836 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13785 13860
13786 # Set up the scripts for CONFIG_HEADERS section. 13861 # Set up the scripts for CONFIG_HEADERS section.
13787 # No need to generate them if there are no CONFIG_HEADERS. 13862 # No need to generate them if there are no CONFIG_HEADERS.
13788 # This happens for instance with `./config.status Makefile'. 13863 # This happens for instance with `./config.status Makefile'.
13789 if test -n "$CONFIG_HEADERS"; then 13864 if test -n "$CONFIG_HEADERS"; then
13790 cat >"$tmp/defines.awk" <<\_ACAWK || 13865 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13791 BEGIN { 13866 BEGIN {
13792 _ACEOF 13867 _ACEOF
13793 13868
13794 # Transform confdefs.h into an awk script `defines.awk', embedded as 13869 # Transform confdefs.h into an awk script `defines.awk', embedded as
13795 # here-document in config.status, that substitutes the proper values into 13870 # here-document in config.status, that substitutes the proper values into
13797 13872
13798 # Create a delimiter string that does not exist in confdefs.h, to ease 13873 # Create a delimiter string that does not exist in confdefs.h, to ease
13799 # handling of long lines. 13874 # handling of long lines.
13800 ac_delim='%!_!# ' 13875 ac_delim='%!_!# '
13801 for ac_last_try in false false :; do 13876 for ac_last_try in false false :; do
13802 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 13877 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13803 if test -z "$ac_t"; then 13878 if test -z "$ac_tt"; then
13804 break 13879 break
13805 elif $ac_last_try; then 13880 elif $ac_last_try; then
13806 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 13881 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13807 else 13882 else
13808 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 13883 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13899 case $ac_tag in 13974 case $ac_tag in
13900 :[FHLC]) ac_mode=$ac_tag; continue;; 13975 :[FHLC]) ac_mode=$ac_tag; continue;;
13901 esac 13976 esac
13902 case $ac_mode$ac_tag in 13977 case $ac_mode$ac_tag in
13903 :[FHL]*:*);; 13978 :[FHL]*:*);;
13904 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 13979 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13905 :[FH]-) ac_tag=-:-;; 13980 :[FH]-) ac_tag=-:-;;
13906 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 13981 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13907 esac 13982 esac
13908 ac_save_IFS=$IFS 13983 ac_save_IFS=$IFS
13909 IFS=: 13984 IFS=:
13918 :[FH]) 13993 :[FH])
13919 ac_file_inputs= 13994 ac_file_inputs=
13920 for ac_f 13995 for ac_f
13921 do 13996 do
13922 case $ac_f in 13997 case $ac_f in
13923 -) ac_f="$tmp/stdin";; 13998 -) ac_f="$ac_tmp/stdin";;
13924 *) # Look for the file first in the build tree, then in the source tree 13999 *) # Look for the file first in the build tree, then in the source tree
13925 # (if the path is not absolute). The absolute path cannot be DOS-style, 14000 # (if the path is not absolute). The absolute path cannot be DOS-style,
13926 # because $ac_f cannot contain `:'. 14001 # because $ac_f cannot contain `:'.
13927 test -f "$ac_f" || 14002 test -f "$ac_f" ||
13928 case $ac_f in 14003 case $ac_f in
13929 [\\/$]*) false;; 14004 [\\/$]*) false;;
13930 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 14005 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13931 esac || 14006 esac ||
13932 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 14007 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13933 esac 14008 esac
13934 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 14009 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13935 as_fn_append ac_file_inputs " '$ac_f'" 14010 as_fn_append ac_file_inputs " '$ac_f'"
13936 done 14011 done
13937 14012
13953 sed 's/[\\\\&|]/\\\\&/g'`;; #( 14028 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13954 *) ac_sed_conf_input=$configure_input;; 14029 *) ac_sed_conf_input=$configure_input;;
13955 esac 14030 esac
13956 14031
13957 case $ac_tag in 14032 case $ac_tag in
13958 *:-:* | *:-) cat >"$tmp/stdin" \ 14033 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13959 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 14034 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13960 esac 14035 esac
13961 ;; 14036 ;;
13962 esac 14037 esac
13963 14038
13964 ac_dir=`$as_dirname -- "$ac_file" || 14039 ac_dir=`$as_dirname -- "$ac_file" ||
14090 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 14165 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14091 s&@INSTALL@&$ac_INSTALL&;t t 14166 s&@INSTALL@&$ac_INSTALL&;t t
14092 s&@MKDIR_P@&$ac_MKDIR_P&;t t 14167 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14093 $ac_datarootdir_hack 14168 $ac_datarootdir_hack
14094 " 14169 "
14095 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 14170 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14096 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14171 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14097 14172
14098 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 14173 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14099 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 14174 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14100 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 14175 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14176 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14102 which seems to be undefined. Please make sure it is defined" >&5 14178 which seems to be undefined. Please make sure it is defined" >&5
14103 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14179 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14104 which seems to be undefined. Please make sure it is defined" >&2;} 14180 which seems to be undefined. Please make sure it is defined" >&2;}
14105 14181
14106 rm -f "$tmp/stdin" 14182 rm -f "$ac_tmp/stdin"
14107 case $ac_file in 14183 case $ac_file in
14108 -) cat "$tmp/out" && rm -f "$tmp/out";; 14184 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14109 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 14185 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14110 esac \ 14186 esac \
14111 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14187 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14112 ;; 14188 ;;
14113 :H) 14189 :H)
14114 # 14190 #
14115 # CONFIG_HEADER 14191 # CONFIG_HEADER
14116 # 14192 #
14117 if test x"$ac_file" != x-; then 14193 if test x"$ac_file" != x-; then
14118 { 14194 {
14119 $as_echo "/* $configure_input */" \ 14195 $as_echo "/* $configure_input */" \
14120 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 14196 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14121 } >"$tmp/config.h" \ 14197 } >"$ac_tmp/config.h" \
14122 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14198 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14123 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 14199 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 14200 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14125 $as_echo "$as_me: $ac_file is unchanged" >&6;} 14201 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14126 else 14202 else
14127 rm -f "$ac_file" 14203 rm -f "$ac_file"
14128 mv "$tmp/config.h" "$ac_file" \ 14204 mv "$ac_tmp/config.h" "$ac_file" \
14129 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14205 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14130 fi 14206 fi
14131 else 14207 else
14132 $as_echo "/* $configure_input */" \ 14208 $as_echo "/* $configure_input */" \
14133 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 14209 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14134 || as_fn_error $? "could not create -" "$LINENO" 5 14210 || as_fn_error $? "could not create -" "$LINENO" 5
14135 fi 14211 fi
14136 # Compute "$ac_file"'s index in $config_headers. 14212 # Compute "$ac_file"'s index in $config_headers.
14137 _am_arg="$ac_file" 14213 _am_arg="$ac_file"
14138 _am_stamp_count=1 14214 _am_stamp_count=1
14290 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION 14366 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14291 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 14367 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14292 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 14368 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14293 # 14369 #
14294 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 14370 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14295 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 14371 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
14296 # Inc. 14372 # Foundation, Inc.
14297 # Written by Gordon Matzigkeit, 1996 14373 # Written by Gordon Matzigkeit, 1996
14298 # 14374 #
14299 # This file is part of GNU Libtool. 14375 # This file is part of GNU Libtool.
14300 # 14376 #
14301 # GNU Libtool is free software; you can redistribute it and/or 14377 # GNU Libtool is free software; you can redistribute it and/or
14345 SHELL=$lt_SHELL 14421 SHELL=$lt_SHELL
14346 14422
14347 # An echo program that protects backslashes. 14423 # An echo program that protects backslashes.
14348 ECHO=$lt_ECHO 14424 ECHO=$lt_ECHO
14349 14425
14426 # The PATH separator for the build system.
14427 PATH_SEPARATOR=$lt_PATH_SEPARATOR
14428
14350 # The host system. 14429 # The host system.
14351 host_alias=$host_alias 14430 host_alias=$host_alias
14352 host=$host 14431 host=$host
14353 host_os=$host_os 14432 host_os=$host_os
14354 14433
14645 no_undefined_flag=$lt_no_undefined_flag 14724 no_undefined_flag=$lt_no_undefined_flag
14646 14725
14647 # Flag to hardcode \$libdir into a binary during linking. 14726 # Flag to hardcode \$libdir into a binary during linking.
14648 # This must work even if \$libdir does not exist 14727 # This must work even if \$libdir does not exist
14649 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec 14728 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14650
14651 # If ld is used when linking, flag to hardcode \$libdir into a binary
14652 # during linking. This must work even if \$libdir does not exist.
14653 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14654 14729
14655 # Whether we need a single "-rpath" flag with a separated argument. 14730 # Whether we need a single "-rpath" flag with a separated argument.
14656 hardcode_libdir_separator=$lt_hardcode_libdir_separator 14731 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14657 14732
14658 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes 14733 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes