Mercurial > masqmail
comparison configure @ 339:e6864daf89f4
removed -dev postfix on version number
and ``received'' an update to autoconf 2.68
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 31 Aug 2011 08:46:00 +0200 |
parents | a777ddf67c86 |
children | 3f1eecd8082d |
comparison
equal
deleted
inserted
replaced
338:75f4a5676808 | 339:e6864daf89f4 |
---|---|
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 masqmail 0.3.3-dev. | 3 # Generated by GNU Autoconf 2.68 for masqmail 0.3.3. |
4 # | 4 # |
5 # Report bugs to <meillo@marmaro.de>. | 5 # Report bugs to <meillo@marmaro.de>. |
6 # | 6 # |
7 # | 7 # |
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
90 # splitting by setting IFS to empty value.) | 90 # splitting by setting IFS to empty value.) |
91 IFS=" "" $as_nl" | 91 IFS=" "" $as_nl" |
92 | 92 |
93 # Find who we are. Look in the path if we contain no directory separator. | 93 # Find who we are. Look in the path if we contain no directory separator. |
94 as_myself= | |
94 case $0 in #(( | 95 case $0 in #(( |
95 *[\\/]* ) as_myself=$0 ;; | 96 *[\\/]* ) as_myself=$0 ;; |
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
97 for as_dir in $PATH | 98 for as_dir in $PATH |
98 do | 99 do |
214 | 215 |
215 if test "x$CONFIG_SHELL" != x; then : | 216 if test "x$CONFIG_SHELL" != x; then : |
216 # We cannot yet assume a decent shell, so we have to provide a | 217 # We cannot yet assume a decent shell, so we have to provide a |
217 # neutralization value for shells without unset; and this also | 218 # neutralization value for shells without unset; and this also |
218 # works around shells that cannot unset nonexistent variables. | 219 # works around shells that cannot unset nonexistent variables. |
220 # Preserve -v and -x to the replacement shell. | |
219 BASH_ENV=/dev/null | 221 BASH_ENV=/dev/null |
220 ENV=/dev/null | 222 ENV=/dev/null |
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
222 export CONFIG_SHELL | 224 export CONFIG_SHELL |
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | 225 case $- in # (((( |
226 *v*x* | *x*v* ) as_opts=-vx ;; | |
227 *v* ) as_opts=-v ;; | |
228 *x* ) as_opts=-x ;; | |
229 * ) as_opts= ;; | |
230 esac | |
231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} | |
224 fi | 232 fi |
225 | 233 |
226 if test x$as_have_required = xno; then : | 234 if test x$as_have_required = xno; then : |
227 $as_echo "$0: This script requires a shell more modern than all" | 235 $as_echo "$0: This script requires a shell more modern than all" |
228 $as_echo "$0: the shells that I found on your system." | 236 $as_echo "$0: the shells that I found on your system." |
550 MAKEFLAGS= | 558 MAKEFLAGS= |
551 | 559 |
552 # Identity of this package. | 560 # Identity of this package. |
553 PACKAGE_NAME='masqmail' | 561 PACKAGE_NAME='masqmail' |
554 PACKAGE_TARNAME='masqmail' | 562 PACKAGE_TARNAME='masqmail' |
555 PACKAGE_VERSION='0.3.3-dev' | 563 PACKAGE_VERSION='0.3.3' |
556 PACKAGE_STRING='masqmail 0.3.3-dev' | 564 PACKAGE_STRING='masqmail 0.3.3' |
557 PACKAGE_BUGREPORT='meillo@marmaro.de' | 565 PACKAGE_BUGREPORT='meillo@marmaro.de' |
558 PACKAGE_URL='' | 566 PACKAGE_URL='' |
559 | 567 |
560 ac_unique_file="src/masqmail.c" | 568 ac_unique_file="src/masqmail.c" |
561 # Factoring default headers for most tests. | 569 # Factoring default headers for most tests. |
1128 *) | 1136 *) |
1129 # FIXME: should be removed in autoconf 3.0. | 1137 # FIXME: should be removed in autoconf 3.0. |
1130 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1138 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1131 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1139 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1132 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1140 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1133 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | 1141 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
1134 ;; | 1142 ;; |
1135 | 1143 |
1136 esac | 1144 esac |
1137 done | 1145 done |
1138 | 1146 |
1266 # | 1274 # |
1267 if test "$ac_init_help" = "long"; then | 1275 if test "$ac_init_help" = "long"; then |
1268 # Omit some internal or obsolete options to make the list less imposing. | 1276 # Omit some internal or obsolete options to make the list less imposing. |
1269 # This message is too long to be a string in the A/UX 3.1 sh. | 1277 # This message is too long to be a string in the A/UX 3.1 sh. |
1270 cat <<_ACEOF | 1278 cat <<_ACEOF |
1271 \`configure' configures masqmail 0.3.3-dev to adapt to many kinds of systems. | 1279 \`configure' configures masqmail 0.3.3 to adapt to many kinds of systems. |
1272 | 1280 |
1273 Usage: $0 [OPTION]... [VAR=VALUE]... | 1281 Usage: $0 [OPTION]... [VAR=VALUE]... |
1274 | 1282 |
1275 To assign environment variables (e.g., CC, CFLAGS...), specify them as | 1283 To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1276 VAR=VALUE. See below for descriptions of some of the useful variables. | 1284 VAR=VALUE. See below for descriptions of some of the useful variables. |
1332 _ACEOF | 1340 _ACEOF |
1333 fi | 1341 fi |
1334 | 1342 |
1335 if test -n "$ac_init_help"; then | 1343 if test -n "$ac_init_help"; then |
1336 case $ac_init_help in | 1344 case $ac_init_help in |
1337 short | recursive ) echo "Configuration of masqmail 0.3.3-dev:";; | 1345 short | recursive ) echo "Configuration of masqmail 0.3.3:";; |
1338 esac | 1346 esac |
1339 cat <<\_ACEOF | 1347 cat <<\_ACEOF |
1340 | 1348 |
1341 Optional Features: | 1349 Optional Features: |
1342 --disable-option-checking ignore unrecognized --enable/--with options | 1350 --disable-option-checking ignore unrecognized --enable/--with options |
1441 fi | 1449 fi |
1442 | 1450 |
1443 test -n "$ac_init_help" && exit $ac_status | 1451 test -n "$ac_init_help" && exit $ac_status |
1444 if $ac_init_version; then | 1452 if $ac_init_version; then |
1445 cat <<\_ACEOF | 1453 cat <<\_ACEOF |
1446 masqmail configure 0.3.3-dev | 1454 masqmail configure 0.3.3 |
1447 generated by GNU Autoconf 2.67 | 1455 generated by GNU Autoconf 2.68 |
1448 | 1456 |
1449 Copyright (C) 2010 Free Software Foundation, Inc. | 1457 Copyright (C) 2010 Free Software Foundation, Inc. |
1450 This configure script is free software; the Free Software Foundation | 1458 This configure script is free software; the Free Software Foundation |
1451 gives unlimited permission to copy, distribute and modify it. | 1459 gives unlimited permission to copy, distribute and modify it. |
1452 _ACEOF | 1460 _ACEOF |
1488 $as_echo "$as_me: failed program was:" >&5 | 1496 $as_echo "$as_me: failed program was:" >&5 |
1489 sed 's/^/| /' conftest.$ac_ext >&5 | 1497 sed 's/^/| /' conftest.$ac_ext >&5 |
1490 | 1498 |
1491 ac_retval=1 | 1499 ac_retval=1 |
1492 fi | 1500 fi |
1493 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1501 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1494 as_fn_set_status $ac_retval | 1502 as_fn_set_status $ac_retval |
1495 | 1503 |
1496 } # ac_fn_c_try_compile | 1504 } # ac_fn_c_try_compile |
1497 | 1505 |
1498 # ac_fn_c_try_link LINENO | 1506 # ac_fn_c_try_link LINENO |
1534 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | 1542 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
1535 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | 1543 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
1536 # interfere with the next link command; also delete a directory that is | 1544 # interfere with the next link command; also delete a directory that is |
1537 # left behind by Apple's compiler. We do this before executing the actions. | 1545 # left behind by Apple's compiler. We do this before executing the actions. |
1538 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1546 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1539 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1547 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1540 as_fn_set_status $ac_retval | 1548 as_fn_set_status $ac_retval |
1541 | 1549 |
1542 } # ac_fn_c_try_link | 1550 } # ac_fn_c_try_link |
1543 | 1551 |
1544 # ac_fn_c_try_cpp LINENO | 1552 # ac_fn_c_try_cpp LINENO |
1571 $as_echo "$as_me: failed program was:" >&5 | 1579 $as_echo "$as_me: failed program was:" >&5 |
1572 sed 's/^/| /' conftest.$ac_ext >&5 | 1580 sed 's/^/| /' conftest.$ac_ext >&5 |
1573 | 1581 |
1574 ac_retval=1 | 1582 ac_retval=1 |
1575 fi | 1583 fi |
1576 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1584 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1577 as_fn_set_status $ac_retval | 1585 as_fn_set_status $ac_retval |
1578 | 1586 |
1579 } # ac_fn_c_try_cpp | 1587 } # ac_fn_c_try_cpp |
1580 | 1588 |
1581 # ac_fn_c_try_run LINENO | 1589 # ac_fn_c_try_run LINENO |
1613 sed 's/^/| /' conftest.$ac_ext >&5 | 1621 sed 's/^/| /' conftest.$ac_ext >&5 |
1614 | 1622 |
1615 ac_retval=$ac_status | 1623 ac_retval=$ac_status |
1616 fi | 1624 fi |
1617 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1625 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1618 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1619 as_fn_set_status $ac_retval | 1627 as_fn_set_status $ac_retval |
1620 | 1628 |
1621 } # ac_fn_c_try_run | 1629 } # ac_fn_c_try_run |
1622 | 1630 |
1623 # ac_fn_c_check_func LINENO FUNC VAR | 1631 # ac_fn_c_check_func LINENO FUNC VAR |
1626 ac_fn_c_check_func () | 1634 ac_fn_c_check_func () |
1627 { | 1635 { |
1628 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1630 $as_echo_n "checking for $2... " >&6; } | 1638 $as_echo_n "checking for $2... " >&6; } |
1631 if eval "test \"\${$3+set}\"" = set; then : | 1639 if eval \${$3+:} false; then : |
1632 $as_echo_n "(cached) " >&6 | 1640 $as_echo_n "(cached) " >&6 |
1633 else | 1641 else |
1634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1635 /* end confdefs.h. */ | 1643 /* end confdefs.h. */ |
1636 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | 1644 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. |
1681 conftest$ac_exeext conftest.$ac_ext | 1689 conftest$ac_exeext conftest.$ac_ext |
1682 fi | 1690 fi |
1683 eval ac_res=\$$3 | 1691 eval ac_res=\$$3 |
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1685 $as_echo "$ac_res" >&6; } | 1693 $as_echo "$ac_res" >&6; } |
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 | 1695 |
1688 } # ac_fn_c_check_func | 1696 } # ac_fn_c_check_func |
1689 | 1697 |
1690 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | 1698 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
1691 # ------------------------------------------------------- | 1699 # ------------------------------------------------------- |
1693 # the include files in INCLUDES and setting the cache variable VAR | 1701 # the include files in INCLUDES and setting the cache variable VAR |
1694 # accordingly. | 1702 # accordingly. |
1695 ac_fn_c_check_header_mongrel () | 1703 ac_fn_c_check_header_mongrel () |
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 if eval "test \"\${$3+set}\"" = set; then : | 1706 if eval \${$3+:} false; then : |
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1700 $as_echo_n "checking for $2... " >&6; } | 1708 $as_echo_n "checking for $2... " >&6; } |
1701 if eval "test \"\${$3+set}\"" = set; then : | 1709 if eval \${$3+:} false; then : |
1702 $as_echo_n "(cached) " >&6 | 1710 $as_echo_n "(cached) " >&6 |
1703 fi | 1711 fi |
1704 eval ac_res=\$$3 | 1712 eval ac_res=\$$3 |
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1706 $as_echo "$ac_res" >&6; } | 1714 $as_echo "$ac_res" >&6; } |
1763 ) | sed "s/^/$as_me: WARNING: /" >&2 | 1771 ) | sed "s/^/$as_me: WARNING: /" >&2 |
1764 ;; | 1772 ;; |
1765 esac | 1773 esac |
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1767 $as_echo_n "checking for $2... " >&6; } | 1775 $as_echo_n "checking for $2... " >&6; } |
1768 if eval "test \"\${$3+set}\"" = set; then : | 1776 if eval \${$3+:} false; then : |
1769 $as_echo_n "(cached) " >&6 | 1777 $as_echo_n "(cached) " >&6 |
1770 else | 1778 else |
1771 eval "$3=\$ac_header_compiler" | 1779 eval "$3=\$ac_header_compiler" |
1772 fi | 1780 fi |
1773 eval ac_res=\$$3 | 1781 eval ac_res=\$$3 |
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1775 $as_echo "$ac_res" >&6; } | 1783 $as_echo "$ac_res" >&6; } |
1776 fi | 1784 fi |
1777 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1785 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1778 | 1786 |
1779 } # ac_fn_c_check_header_mongrel | 1787 } # ac_fn_c_check_header_mongrel |
1780 | 1788 |
1781 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | 1789 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
1782 # ------------------------------------------------------- | 1790 # ------------------------------------------------------- |
1785 ac_fn_c_check_header_compile () | 1793 ac_fn_c_check_header_compile () |
1786 { | 1794 { |
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1795 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1789 $as_echo_n "checking for $2... " >&6; } | 1797 $as_echo_n "checking for $2... " >&6; } |
1790 if eval "test \"\${$3+set}\"" = set; then : | 1798 if eval \${$3+:} false; then : |
1791 $as_echo_n "(cached) " >&6 | 1799 $as_echo_n "(cached) " >&6 |
1792 else | 1800 else |
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1794 /* end confdefs.h. */ | 1802 /* end confdefs.h. */ |
1795 $4 | 1803 $4 |
1803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 1811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1804 fi | 1812 fi |
1805 eval ac_res=\$$3 | 1813 eval ac_res=\$$3 |
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1807 $as_echo "$ac_res" >&6; } | 1815 $as_echo "$ac_res" >&6; } |
1808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1809 | 1817 |
1810 } # ac_fn_c_check_header_compile | 1818 } # ac_fn_c_check_header_compile |
1811 | 1819 |
1812 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES | 1820 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES |
1813 # ------------------------------------------- | 1821 # ------------------------------------------- |
1816 ac_fn_c_check_type () | 1824 ac_fn_c_check_type () |
1817 { | 1825 { |
1818 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1826 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1820 $as_echo_n "checking for $2... " >&6; } | 1828 $as_echo_n "checking for $2... " >&6; } |
1821 if eval "test \"\${$3+set}\"" = set; then : | 1829 if eval \${$3+:} false; then : |
1822 $as_echo_n "(cached) " >&6 | 1830 $as_echo_n "(cached) " >&6 |
1823 else | 1831 else |
1824 eval "$3=no" | 1832 eval "$3=no" |
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1826 /* end confdefs.h. */ | 1834 /* end confdefs.h. */ |
1857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 1865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1858 fi | 1866 fi |
1859 eval ac_res=\$$3 | 1867 eval ac_res=\$$3 |
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1861 $as_echo "$ac_res" >&6; } | 1869 $as_echo "$ac_res" >&6; } |
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 1870 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1863 | 1871 |
1864 } # ac_fn_c_check_type | 1872 } # ac_fn_c_check_type |
1865 cat >config.log <<_ACEOF | 1873 cat >config.log <<_ACEOF |
1866 This file contains any messages produced by compilers while | 1874 This file contains any messages produced by compilers while |
1867 running configure, to aid debugging if configure makes a mistake. | 1875 running configure, to aid debugging if configure makes a mistake. |
1868 | 1876 |
1869 It was created by masqmail $as_me 0.3.3-dev, which was | 1877 It was created by masqmail $as_me 0.3.3, which was |
1870 generated by GNU Autoconf 2.67. Invocation command line was | 1878 generated by GNU Autoconf 2.68. Invocation command line was |
1871 | 1879 |
1872 $ $0 $@ | 1880 $ $0 $@ |
1873 | 1881 |
1874 _ACEOF | 1882 _ACEOF |
1875 exec 5>>config.log | 1883 exec 5>>config.log |
2123 sed 's/^/| /' "$ac_site_file" >&5 | 2131 sed 's/^/| /' "$ac_site_file" >&5 |
2124 . "$ac_site_file" \ | 2132 . "$ac_site_file" \ |
2125 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2133 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2126 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2134 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2127 as_fn_error $? "failed to load site script $ac_site_file | 2135 as_fn_error $? "failed to load site script $ac_site_file |
2128 See \`config.log' for more details" "$LINENO" 5 ; } | 2136 See \`config.log' for more details" "$LINENO" 5; } |
2129 fi | 2137 fi |
2130 done | 2138 done |
2131 | 2139 |
2132 if test -r "$cache_file"; then | 2140 if test -r "$cache_file"; then |
2133 # Some versions of bash will fail to source /dev/null (special files | 2141 # Some versions of bash will fail to source /dev/null (special files |
2263 # ./install, which can be erroneously created by make from ./install.sh. | 2271 # ./install, which can be erroneously created by make from ./install.sh. |
2264 # Reject install programs that cannot install multiple files. | 2272 # Reject install programs that cannot install multiple files. |
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 2273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
2266 $as_echo_n "checking for a BSD-compatible install... " >&6; } | 2274 $as_echo_n "checking for a BSD-compatible install... " >&6; } |
2267 if test -z "$INSTALL"; then | 2275 if test -z "$INSTALL"; then |
2268 if test "${ac_cv_path_install+set}" = set; then : | 2276 if ${ac_cv_path_install+:} false; then : |
2269 $as_echo_n "(cached) " >&6 | 2277 $as_echo_n "(cached) " >&6 |
2270 else | 2278 else |
2271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 2279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2272 for as_dir in $PATH | 2280 for as_dir in $PATH |
2273 do | 2281 do |
2350 # name. Accept space and tab only in the latter. | 2358 # name. Accept space and tab only in the latter. |
2351 am_lf=' | 2359 am_lf=' |
2352 ' | 2360 ' |
2353 case `pwd` in | 2361 case `pwd` in |
2354 *[\\\"\#\$\&\'\`$am_lf]*) | 2362 *[\\\"\#\$\&\'\`$am_lf]*) |
2355 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | 2363 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
2356 esac | 2364 esac |
2357 case $srcdir in | 2365 case $srcdir in |
2358 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 2366 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
2359 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | 2367 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
2360 esac | 2368 esac |
2361 | 2369 |
2362 # Do `set' in a subshell so we don't clobber the current shell's | 2370 # Do `set' in a subshell so we don't clobber the current shell's |
2363 # arguments. Must try -L first in case configure is actually a | 2371 # arguments. Must try -L first in case configure is actually a |
2364 # symlink; some systems play weird games with the mod time of symlinks | 2372 # symlink; some systems play weird games with the mod time of symlinks |
2440 if test -n "$ac_tool_prefix"; then | 2448 if test -n "$ac_tool_prefix"; then |
2441 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 2449 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
2442 set dummy ${ac_tool_prefix}strip; ac_word=$2 | 2450 set dummy ${ac_tool_prefix}strip; ac_word=$2 |
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2444 $as_echo_n "checking for $ac_word... " >&6; } | 2452 $as_echo_n "checking for $ac_word... " >&6; } |
2445 if test "${ac_cv_prog_STRIP+set}" = set; then : | 2453 if ${ac_cv_prog_STRIP+:} false; then : |
2446 $as_echo_n "(cached) " >&6 | 2454 $as_echo_n "(cached) " >&6 |
2447 else | 2455 else |
2448 if test -n "$STRIP"; then | 2456 if test -n "$STRIP"; then |
2449 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | 2457 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
2450 else | 2458 else |
2480 ac_ct_STRIP=$STRIP | 2488 ac_ct_STRIP=$STRIP |
2481 # Extract the first word of "strip", so it can be a program name with args. | 2489 # Extract the first word of "strip", so it can be a program name with args. |
2482 set dummy strip; ac_word=$2 | 2490 set dummy strip; ac_word=$2 |
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2484 $as_echo_n "checking for $ac_word... " >&6; } | 2492 $as_echo_n "checking for $ac_word... " >&6; } |
2485 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | 2493 if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
2486 $as_echo_n "(cached) " >&6 | 2494 $as_echo_n "(cached) " >&6 |
2487 else | 2495 else |
2488 if test -n "$ac_ct_STRIP"; then | 2496 if test -n "$ac_ct_STRIP"; then |
2489 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | 2497 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
2490 else | 2498 else |
2533 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | 2541 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
2534 | 2542 |
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | 2543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
2536 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | 2544 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
2537 if test -z "$MKDIR_P"; then | 2545 if test -z "$MKDIR_P"; then |
2538 if test "${ac_cv_path_mkdir+set}" = set; then : | 2546 if ${ac_cv_path_mkdir+:} false; then : |
2539 $as_echo_n "(cached) " >&6 | 2547 $as_echo_n "(cached) " >&6 |
2540 else | 2548 else |
2541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 2549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2542 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | 2550 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
2543 do | 2551 do |
2584 do | 2592 do |
2585 # Extract the first word of "$ac_prog", so it can be a program name with args. | 2593 # Extract the first word of "$ac_prog", so it can be a program name with args. |
2586 set dummy $ac_prog; ac_word=$2 | 2594 set dummy $ac_prog; ac_word=$2 |
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2588 $as_echo_n "checking for $ac_word... " >&6; } | 2596 $as_echo_n "checking for $ac_word... " >&6; } |
2589 if test "${ac_cv_prog_AWK+set}" = set; then : | 2597 if ${ac_cv_prog_AWK+:} false; then : |
2590 $as_echo_n "(cached) " >&6 | 2598 $as_echo_n "(cached) " >&6 |
2591 else | 2599 else |
2592 if test -n "$AWK"; then | 2600 if test -n "$AWK"; then |
2593 ac_cv_prog_AWK="$AWK" # Let the user override the test. | 2601 ac_cv_prog_AWK="$AWK" # Let the user override the test. |
2594 else | 2602 else |
2624 | 2632 |
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | 2633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
2626 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 2634 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2627 set x ${MAKE-make} | 2635 set x ${MAKE-make} |
2628 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 2636 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2629 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : | 2637 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
2630 $as_echo_n "(cached) " >&6 | 2638 $as_echo_n "(cached) " >&6 |
2631 else | 2639 else |
2632 cat >conftest.make <<\_ACEOF | 2640 cat >conftest.make <<\_ACEOF |
2633 SHELL = /bin/sh | 2641 SHELL = /bin/sh |
2634 all: | 2642 all: |
2682 fi | 2690 fi |
2683 | 2691 |
2684 | 2692 |
2685 # Define the identity of the package. | 2693 # Define the identity of the package. |
2686 PACKAGE='masqmail' | 2694 PACKAGE='masqmail' |
2687 VERSION='0.3.3-dev' | 2695 VERSION='0.3.3' |
2688 | 2696 |
2689 | 2697 |
2690 cat >>confdefs.h <<_ACEOF | 2698 cat >>confdefs.h <<_ACEOF |
2691 #define PACKAGE "$PACKAGE" | 2699 #define PACKAGE "$PACKAGE" |
2692 _ACEOF | 2700 _ACEOF |
2735 if test -n "$ac_tool_prefix"; then | 2743 if test -n "$ac_tool_prefix"; then |
2736 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | 2744 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
2737 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 2745 set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2739 $as_echo_n "checking for $ac_word... " >&6; } | 2747 $as_echo_n "checking for $ac_word... " >&6; } |
2740 if test "${ac_cv_prog_CC+set}" = set; then : | 2748 if ${ac_cv_prog_CC+:} false; then : |
2741 $as_echo_n "(cached) " >&6 | 2749 $as_echo_n "(cached) " >&6 |
2742 else | 2750 else |
2743 if test -n "$CC"; then | 2751 if test -n "$CC"; then |
2744 ac_cv_prog_CC="$CC" # Let the user override the test. | 2752 ac_cv_prog_CC="$CC" # Let the user override the test. |
2745 else | 2753 else |
2775 ac_ct_CC=$CC | 2783 ac_ct_CC=$CC |
2776 # Extract the first word of "gcc", so it can be a program name with args. | 2784 # Extract the first word of "gcc", so it can be a program name with args. |
2777 set dummy gcc; ac_word=$2 | 2785 set dummy gcc; ac_word=$2 |
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2779 $as_echo_n "checking for $ac_word... " >&6; } | 2787 $as_echo_n "checking for $ac_word... " >&6; } |
2780 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 2788 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
2781 $as_echo_n "(cached) " >&6 | 2789 $as_echo_n "(cached) " >&6 |
2782 else | 2790 else |
2783 if test -n "$ac_ct_CC"; then | 2791 if test -n "$ac_ct_CC"; then |
2784 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2792 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2785 else | 2793 else |
2828 if test -n "$ac_tool_prefix"; then | 2836 if test -n "$ac_tool_prefix"; then |
2829 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | 2837 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
2830 set dummy ${ac_tool_prefix}cc; ac_word=$2 | 2838 set dummy ${ac_tool_prefix}cc; ac_word=$2 |
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2832 $as_echo_n "checking for $ac_word... " >&6; } | 2840 $as_echo_n "checking for $ac_word... " >&6; } |
2833 if test "${ac_cv_prog_CC+set}" = set; then : | 2841 if ${ac_cv_prog_CC+:} false; then : |
2834 $as_echo_n "(cached) " >&6 | 2842 $as_echo_n "(cached) " >&6 |
2835 else | 2843 else |
2836 if test -n "$CC"; then | 2844 if test -n "$CC"; then |
2837 ac_cv_prog_CC="$CC" # Let the user override the test. | 2845 ac_cv_prog_CC="$CC" # Let the user override the test. |
2838 else | 2846 else |
2868 if test -z "$CC"; then | 2876 if test -z "$CC"; then |
2869 # Extract the first word of "cc", so it can be a program name with args. | 2877 # Extract the first word of "cc", so it can be a program name with args. |
2870 set dummy cc; ac_word=$2 | 2878 set dummy cc; ac_word=$2 |
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2872 $as_echo_n "checking for $ac_word... " >&6; } | 2880 $as_echo_n "checking for $ac_word... " >&6; } |
2873 if test "${ac_cv_prog_CC+set}" = set; then : | 2881 if ${ac_cv_prog_CC+:} false; then : |
2874 $as_echo_n "(cached) " >&6 | 2882 $as_echo_n "(cached) " >&6 |
2875 else | 2883 else |
2876 if test -n "$CC"; then | 2884 if test -n "$CC"; then |
2877 ac_cv_prog_CC="$CC" # Let the user override the test. | 2885 ac_cv_prog_CC="$CC" # Let the user override the test. |
2878 else | 2886 else |
2927 do | 2935 do |
2928 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 2936 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2929 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 2937 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2931 $as_echo_n "checking for $ac_word... " >&6; } | 2939 $as_echo_n "checking for $ac_word... " >&6; } |
2932 if test "${ac_cv_prog_CC+set}" = set; then : | 2940 if ${ac_cv_prog_CC+:} false; then : |
2933 $as_echo_n "(cached) " >&6 | 2941 $as_echo_n "(cached) " >&6 |
2934 else | 2942 else |
2935 if test -n "$CC"; then | 2943 if test -n "$CC"; then |
2936 ac_cv_prog_CC="$CC" # Let the user override the test. | 2944 ac_cv_prog_CC="$CC" # Let the user override the test. |
2937 else | 2945 else |
2971 do | 2979 do |
2972 # Extract the first word of "$ac_prog", so it can be a program name with args. | 2980 # Extract the first word of "$ac_prog", so it can be a program name with args. |
2973 set dummy $ac_prog; ac_word=$2 | 2981 set dummy $ac_prog; ac_word=$2 |
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2975 $as_echo_n "checking for $ac_word... " >&6; } | 2983 $as_echo_n "checking for $ac_word... " >&6; } |
2976 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 2984 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
2977 $as_echo_n "(cached) " >&6 | 2985 $as_echo_n "(cached) " >&6 |
2978 else | 2986 else |
2979 if test -n "$ac_ct_CC"; then | 2987 if test -n "$ac_ct_CC"; then |
2980 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2988 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2981 else | 2989 else |
3026 | 3034 |
3027 | 3035 |
3028 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3036 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3029 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3037 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3030 as_fn_error $? "no acceptable C compiler found in \$PATH | 3038 as_fn_error $? "no acceptable C compiler found in \$PATH |
3031 See \`config.log' for more details" "$LINENO" 5 ; } | 3039 See \`config.log' for more details" "$LINENO" 5; } |
3032 | 3040 |
3033 # Provide some information about the compiler. | 3041 # Provide some information about the compiler. |
3034 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 3042 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3035 set X $ac_compile | 3043 set X $ac_compile |
3036 ac_compiler=$2 | 3044 ac_compiler=$2 |
3141 sed 's/^/| /' conftest.$ac_ext >&5 | 3149 sed 's/^/| /' conftest.$ac_ext >&5 |
3142 | 3150 |
3143 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3151 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3144 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3152 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3145 as_fn_error 77 "C compiler cannot create executables | 3153 as_fn_error 77 "C compiler cannot create executables |
3146 See \`config.log' for more details" "$LINENO" 5 ; } | 3154 See \`config.log' for more details" "$LINENO" 5; } |
3147 else | 3155 else |
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3149 $as_echo "yes" >&6; } | 3157 $as_echo "yes" >&6; } |
3150 fi | 3158 fi |
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
3184 done | 3192 done |
3185 else | 3193 else |
3186 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3194 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3188 as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 3196 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
3189 See \`config.log' for more details" "$LINENO" 5 ; } | 3197 See \`config.log' for more details" "$LINENO" 5; } |
3190 fi | 3198 fi |
3191 rm -f conftest conftest$ac_cv_exeext | 3199 rm -f conftest conftest$ac_cv_exeext |
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 3200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3193 $as_echo "$ac_cv_exeext" >&6; } | 3201 $as_echo "$ac_cv_exeext" >&6; } |
3194 | 3202 |
3243 else | 3251 else |
3244 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3252 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3245 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3253 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3246 as_fn_error $? "cannot run C compiled programs. | 3254 as_fn_error $? "cannot run C compiled programs. |
3247 If you meant to cross compile, use \`--host'. | 3255 If you meant to cross compile, use \`--host'. |
3248 See \`config.log' for more details" "$LINENO" 5 ; } | 3256 See \`config.log' for more details" "$LINENO" 5; } |
3249 fi | 3257 fi |
3250 fi | 3258 fi |
3251 fi | 3259 fi |
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
3253 $as_echo "$cross_compiling" >&6; } | 3261 $as_echo "$cross_compiling" >&6; } |
3254 | 3262 |
3255 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | 3263 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
3256 ac_clean_files=$ac_clean_files_save | 3264 ac_clean_files=$ac_clean_files_save |
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 3265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3258 $as_echo_n "checking for suffix of object files... " >&6; } | 3266 $as_echo_n "checking for suffix of object files... " >&6; } |
3259 if test "${ac_cv_objext+set}" = set; then : | 3267 if ${ac_cv_objext+:} false; then : |
3260 $as_echo_n "(cached) " >&6 | 3268 $as_echo_n "(cached) " >&6 |
3261 else | 3269 else |
3262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3263 /* end confdefs.h. */ | 3271 /* end confdefs.h. */ |
3264 | 3272 |
3295 sed 's/^/| /' conftest.$ac_ext >&5 | 3303 sed 's/^/| /' conftest.$ac_ext >&5 |
3296 | 3304 |
3297 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3305 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3298 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3306 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3299 as_fn_error $? "cannot compute suffix of object files: cannot compile | 3307 as_fn_error $? "cannot compute suffix of object files: cannot compile |
3300 See \`config.log' for more details" "$LINENO" 5 ; } | 3308 See \`config.log' for more details" "$LINENO" 5; } |
3301 fi | 3309 fi |
3302 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 3310 rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3303 fi | 3311 fi |
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 3312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3305 $as_echo "$ac_cv_objext" >&6; } | 3313 $as_echo "$ac_cv_objext" >&6; } |
3306 OBJEXT=$ac_cv_objext | 3314 OBJEXT=$ac_cv_objext |
3307 ac_objext=$OBJEXT | 3315 ac_objext=$OBJEXT |
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3309 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 3317 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
3310 if test "${ac_cv_c_compiler_gnu+set}" = set; then : | 3318 if ${ac_cv_c_compiler_gnu+:} false; then : |
3311 $as_echo_n "(cached) " >&6 | 3319 $as_echo_n "(cached) " >&6 |
3312 else | 3320 else |
3313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3314 /* end confdefs.h. */ | 3322 /* end confdefs.h. */ |
3315 | 3323 |
3342 fi | 3350 fi |
3343 ac_test_CFLAGS=${CFLAGS+set} | 3351 ac_test_CFLAGS=${CFLAGS+set} |
3344 ac_save_CFLAGS=$CFLAGS | 3352 ac_save_CFLAGS=$CFLAGS |
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3346 $as_echo_n "checking whether $CC accepts -g... " >&6; } | 3354 $as_echo_n "checking whether $CC accepts -g... " >&6; } |
3347 if test "${ac_cv_prog_cc_g+set}" = set; then : | 3355 if ${ac_cv_prog_cc_g+:} false; then : |
3348 $as_echo_n "(cached) " >&6 | 3356 $as_echo_n "(cached) " >&6 |
3349 else | 3357 else |
3350 ac_save_c_werror_flag=$ac_c_werror_flag | 3358 ac_save_c_werror_flag=$ac_c_werror_flag |
3351 ac_c_werror_flag=yes | 3359 ac_c_werror_flag=yes |
3352 ac_cv_prog_cc_g=no | 3360 ac_cv_prog_cc_g=no |
3420 CFLAGS= | 3428 CFLAGS= |
3421 fi | 3429 fi |
3422 fi | 3430 fi |
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 3431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3424 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 3432 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
3425 if test "${ac_cv_prog_cc_c89+set}" = set; then : | 3433 if ${ac_cv_prog_cc_c89+:} false; then : |
3426 $as_echo_n "(cached) " >&6 | 3434 $as_echo_n "(cached) " >&6 |
3427 else | 3435 else |
3428 ac_cv_prog_cc_c89=no | 3436 ac_cv_prog_cc_c89=no |
3429 ac_save_CC=$CC | 3437 ac_save_CC=$CC |
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3581 | 3589 |
3582 depcc="$CC" am_compiler_list= | 3590 depcc="$CC" am_compiler_list= |
3583 | 3591 |
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 | 3592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3585 $as_echo_n "checking dependency style of $depcc... " >&6; } | 3593 $as_echo_n "checking dependency style of $depcc... " >&6; } |
3586 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 3594 if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
3587 $as_echo_n "(cached) " >&6 | 3595 $as_echo_n "(cached) " >&6 |
3588 else | 3596 else |
3589 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | 3597 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
3590 # We make a subdir and do the tests there. Otherwise we can end up | 3598 # We make a subdir and do the tests there. Otherwise we can end up |
3591 # making bogus files that we don't know about and never remove. For | 3599 # making bogus files that we don't know about and never remove. For |
3707 | 3715 |
3708 | 3716 |
3709 | 3717 |
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 | 3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3711 $as_echo_n "checking for library containing strerror... " >&6; } | 3719 $as_echo_n "checking for library containing strerror... " >&6; } |
3712 if test "${ac_cv_search_strerror+set}" = set; then : | 3720 if ${ac_cv_search_strerror+:} false; then : |
3713 $as_echo_n "(cached) " >&6 | 3721 $as_echo_n "(cached) " >&6 |
3714 else | 3722 else |
3715 ac_func_search_save_LIBS=$LIBS | 3723 ac_func_search_save_LIBS=$LIBS |
3716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3717 /* end confdefs.h. */ | 3725 /* end confdefs.h. */ |
3741 if ac_fn_c_try_link "$LINENO"; then : | 3749 if ac_fn_c_try_link "$LINENO"; then : |
3742 ac_cv_search_strerror=$ac_res | 3750 ac_cv_search_strerror=$ac_res |
3743 fi | 3751 fi |
3744 rm -f core conftest.err conftest.$ac_objext \ | 3752 rm -f core conftest.err conftest.$ac_objext \ |
3745 conftest$ac_exeext | 3753 conftest$ac_exeext |
3746 if test "${ac_cv_search_strerror+set}" = set; then : | 3754 if ${ac_cv_search_strerror+:} false; then : |
3747 break | 3755 break |
3748 fi | 3756 fi |
3749 done | 3757 done |
3750 if test "${ac_cv_search_strerror+set}" = set; then : | 3758 if ${ac_cv_search_strerror+:} false; then : |
3751 | 3759 |
3752 else | 3760 else |
3753 ac_cv_search_strerror=no | 3761 ac_cv_search_strerror=no |
3754 fi | 3762 fi |
3755 rm conftest.$ac_ext | 3763 rm conftest.$ac_ext |
3773 # On Suns, sometimes $CPP names a directory. | 3781 # On Suns, sometimes $CPP names a directory. |
3774 if test -n "$CPP" && test -d "$CPP"; then | 3782 if test -n "$CPP" && test -d "$CPP"; then |
3775 CPP= | 3783 CPP= |
3776 fi | 3784 fi |
3777 if test -z "$CPP"; then | 3785 if test -z "$CPP"; then |
3778 if test "${ac_cv_prog_CPP+set}" = set; then : | 3786 if ${ac_cv_prog_CPP+:} false; then : |
3779 $as_echo_n "(cached) " >&6 | 3787 $as_echo_n "(cached) " >&6 |
3780 else | 3788 else |
3781 # Double quotes because CPP needs to be expanded | 3789 # Double quotes because CPP needs to be expanded |
3782 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | 3790 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
3783 do | 3791 do |
3889 | 3897 |
3890 else | 3898 else |
3891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3899 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3892 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3900 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3893 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 3901 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
3894 See \`config.log' for more details" "$LINENO" 5 ; } | 3902 See \`config.log' for more details" "$LINENO" 5; } |
3895 fi | 3903 fi |
3896 | 3904 |
3897 ac_ext=c | 3905 ac_ext=c |
3898 ac_cpp='$CPP $CPPFLAGS' | 3906 ac_cpp='$CPP $CPPFLAGS' |
3899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3907 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3901 ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3909 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3902 | 3910 |
3903 | 3911 |
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 3912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
3905 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 3913 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
3906 if test "${ac_cv_path_GREP+set}" = set; then : | 3914 if ${ac_cv_path_GREP+:} false; then : |
3907 $as_echo_n "(cached) " >&6 | 3915 $as_echo_n "(cached) " >&6 |
3908 else | 3916 else |
3909 if test -z "$GREP"; then | 3917 if test -z "$GREP"; then |
3910 ac_path_GREP_found=false | 3918 ac_path_GREP_found=false |
3911 # Loop through the user's path and test for each of PROGNAME-LIST | 3919 # Loop through the user's path and test for each of PROGNAME-LIST |
3964 GREP="$ac_cv_path_GREP" | 3972 GREP="$ac_cv_path_GREP" |
3965 | 3973 |
3966 | 3974 |
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
3968 $as_echo_n "checking for egrep... " >&6; } | 3976 $as_echo_n "checking for egrep... " >&6; } |
3969 if test "${ac_cv_path_EGREP+set}" = set; then : | 3977 if ${ac_cv_path_EGREP+:} false; then : |
3970 $as_echo_n "(cached) " >&6 | 3978 $as_echo_n "(cached) " >&6 |
3971 else | 3979 else |
3972 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 3980 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
3973 then ac_cv_path_EGREP="$GREP -E" | 3981 then ac_cv_path_EGREP="$GREP -E" |
3974 else | 3982 else |
4031 EGREP="$ac_cv_path_EGREP" | 4039 EGREP="$ac_cv_path_EGREP" |
4032 | 4040 |
4033 | 4041 |
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
4035 $as_echo_n "checking for ANSI C header files... " >&6; } | 4043 $as_echo_n "checking for ANSI C header files... " >&6; } |
4036 if test "${ac_cv_header_stdc+set}" = set; then : | 4044 if ${ac_cv_header_stdc+:} false; then : |
4037 $as_echo_n "(cached) " >&6 | 4045 $as_echo_n "(cached) " >&6 |
4038 else | 4046 else |
4039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4040 /* end confdefs.h. */ | 4048 /* end confdefs.h. */ |
4041 #include <stdlib.h> | 4049 #include <stdlib.h> |
4146 if test -n "$ac_tool_prefix"; then | 4154 if test -n "$ac_tool_prefix"; then |
4147 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | 4155 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
4148 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 4156 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4150 $as_echo_n "checking for $ac_word... " >&6; } | 4158 $as_echo_n "checking for $ac_word... " >&6; } |
4151 if test "${ac_cv_prog_RANLIB+set}" = set; then : | 4159 if ${ac_cv_prog_RANLIB+:} false; then : |
4152 $as_echo_n "(cached) " >&6 | 4160 $as_echo_n "(cached) " >&6 |
4153 else | 4161 else |
4154 if test -n "$RANLIB"; then | 4162 if test -n "$RANLIB"; then |
4155 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | 4163 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
4156 else | 4164 else |
4186 ac_ct_RANLIB=$RANLIB | 4194 ac_ct_RANLIB=$RANLIB |
4187 # Extract the first word of "ranlib", so it can be a program name with args. | 4195 # Extract the first word of "ranlib", so it can be a program name with args. |
4188 set dummy ranlib; ac_word=$2 | 4196 set dummy ranlib; ac_word=$2 |
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4190 $as_echo_n "checking for $ac_word... " >&6; } | 4198 $as_echo_n "checking for $ac_word... " >&6; } |
4191 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | 4199 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
4192 $as_echo_n "(cached) " >&6 | 4200 $as_echo_n "(cached) " >&6 |
4193 else | 4201 else |
4194 if test -n "$ac_ct_RANLIB"; then | 4202 if test -n "$ac_ct_RANLIB"; then |
4195 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | 4203 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
4196 else | 4204 else |
4246 if test -n "$ac_tool_prefix"; then | 4254 if test -n "$ac_tool_prefix"; then |
4247 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 4255 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
4248 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 | 4256 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 |
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4250 $as_echo_n "checking for $ac_word... " >&6; } | 4258 $as_echo_n "checking for $ac_word... " >&6; } |
4251 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 4259 if ${ac_cv_path_PKG_CONFIG+:} false; then : |
4252 $as_echo_n "(cached) " >&6 | 4260 $as_echo_n "(cached) " >&6 |
4253 else | 4261 else |
4254 case $PKG_CONFIG in | 4262 case $PKG_CONFIG in |
4255 [\\/]* | ?:[\\/]*) | 4263 [\\/]* | ?:[\\/]*) |
4256 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | 4264 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
4289 ac_pt_PKG_CONFIG=$PKG_CONFIG | 4297 ac_pt_PKG_CONFIG=$PKG_CONFIG |
4290 # Extract the first word of "pkg-config", so it can be a program name with args. | 4298 # Extract the first word of "pkg-config", so it can be a program name with args. |
4291 set dummy pkg-config; ac_word=$2 | 4299 set dummy pkg-config; ac_word=$2 |
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4293 $as_echo_n "checking for $ac_word... " >&6; } | 4301 $as_echo_n "checking for $ac_word... " >&6; } |
4294 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : | 4302 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : |
4295 $as_echo_n "(cached) " >&6 | 4303 $as_echo_n "(cached) " >&6 |
4296 else | 4304 else |
4297 case $ac_pt_PKG_CONFIG in | 4305 case $ac_pt_PKG_CONFIG in |
4298 [\\/]* | ?:[\\/]*) | 4306 [\\/]* | ?:[\\/]*) |
4299 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. | 4307 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. |
4434 Alternatively, you may set the environment variables GLIB_CFLAGS | 4442 Alternatively, you may set the environment variables GLIB_CFLAGS |
4435 and GLIB_LIBS to avoid the need to call pkg-config. | 4443 and GLIB_LIBS to avoid the need to call pkg-config. |
4436 See the pkg-config man page for more details. | 4444 See the pkg-config man page for more details. |
4437 | 4445 |
4438 To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 4446 To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
4439 See \`config.log' for more details" "$LINENO" 5 ; } | 4447 See \`config.log' for more details" "$LINENO" 5; } |
4440 else | 4448 else |
4441 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS | 4449 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS |
4442 GLIB_LIBS=$pkg_cv_GLIB_LIBS | 4450 GLIB_LIBS=$pkg_cv_GLIB_LIBS |
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4444 $as_echo "yes" >&6; } | 4452 $as_echo "yes" >&6; } |
4463 | 4471 |
4464 $as_echo "#define ENABLE_RESOLVER 1" >>confdefs.h | 4472 $as_echo "#define ENABLE_RESOLVER 1" >>confdefs.h |
4465 | 4473 |
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5 | 4474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5 |
4467 $as_echo_n "checking for res_search in -lc... " >&6; } | 4475 $as_echo_n "checking for res_search in -lc... " >&6; } |
4468 if test "${ac_cv_lib_c_res_search+set}" = set; then : | 4476 if ${ac_cv_lib_c_res_search+:} false; then : |
4469 $as_echo_n "(cached) " >&6 | 4477 $as_echo_n "(cached) " >&6 |
4470 else | 4478 else |
4471 ac_check_lib_save_LIBS=$LIBS | 4479 ac_check_lib_save_LIBS=$LIBS |
4472 LIBS="-lc $LIBS" | 4480 LIBS="-lc $LIBS" |
4473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4497 conftest$ac_exeext conftest.$ac_ext | 4505 conftest$ac_exeext conftest.$ac_ext |
4498 LIBS=$ac_check_lib_save_LIBS | 4506 LIBS=$ac_check_lib_save_LIBS |
4499 fi | 4507 fi |
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5 | 4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5 |
4501 $as_echo "$ac_cv_lib_c_res_search" >&6; } | 4509 $as_echo "$ac_cv_lib_c_res_search" >&6; } |
4502 if test "x$ac_cv_lib_c_res_search" = x""yes; then : | 4510 if test "x$ac_cv_lib_c_res_search" = xyes; then : |
4503 need_resolv=no | 4511 need_resolv=no |
4504 else | 4512 else |
4505 need_resolv=yes | 4513 need_resolv=yes |
4506 fi | 4514 fi |
4507 | 4515 |
4508 if test "$need_resolv" = yes; then | 4516 if test "$need_resolv" = yes; then |
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 | 4517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 |
4510 $as_echo_n "checking for res_search in -lresolv... " >&6; } | 4518 $as_echo_n "checking for res_search in -lresolv... " >&6; } |
4511 if test "${ac_cv_lib_resolv_res_search+set}" = set; then : | 4519 if ${ac_cv_lib_resolv_res_search+:} false; then : |
4512 $as_echo_n "(cached) " >&6 | 4520 $as_echo_n "(cached) " >&6 |
4513 else | 4521 else |
4514 ac_check_lib_save_LIBS=$LIBS | 4522 ac_check_lib_save_LIBS=$LIBS |
4515 LIBS="-lresolv $LIBS" | 4523 LIBS="-lresolv $LIBS" |
4516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4540 conftest$ac_exeext conftest.$ac_ext | 4548 conftest$ac_exeext conftest.$ac_ext |
4541 LIBS=$ac_check_lib_save_LIBS | 4549 LIBS=$ac_check_lib_save_LIBS |
4542 fi | 4550 fi |
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5 | 4551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5 |
4544 $as_echo "$ac_cv_lib_resolv_res_search" >&6; } | 4552 $as_echo "$ac_cv_lib_resolv_res_search" >&6; } |
4545 if test "x$ac_cv_lib_resolv_res_search" = x""yes; then : | 4553 if test "x$ac_cv_lib_resolv_res_search" = xyes; then : |
4546 has_resolv=yes; RESOLV_LIBS="-lresolv" | 4554 has_resolv=yes; RESOLV_LIBS="-lresolv" |
4547 else | 4555 else |
4548 has_resolv=no | 4556 has_resolv=no |
4549 fi | 4557 fi |
4550 | 4558 |
4586 | 4594 |
4587 | 4595 |
4588 for ac_func in getline | 4596 for ac_func in getline |
4589 do : | 4597 do : |
4590 ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" | 4598 ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" |
4591 if test "x$ac_cv_func_getline" = x""yes; then : | 4599 if test "x$ac_cv_func_getline" = xyes; then : |
4592 cat >>confdefs.h <<_ACEOF | 4600 cat >>confdefs.h <<_ACEOF |
4593 #define HAVE_GETLINE 1 | 4601 #define HAVE_GETLINE 1 |
4594 _ACEOF | 4602 _ACEOF |
4595 | 4603 |
4596 fi | 4604 fi |
4598 | 4606 |
4599 | 4607 |
4600 for ac_func in fdatasync | 4608 for ac_func in fdatasync |
4601 do : | 4609 do : |
4602 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync" | 4610 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync" |
4603 if test "x$ac_cv_func_fdatasync" = x""yes; then : | 4611 if test "x$ac_cv_func_fdatasync" = xyes; then : |
4604 cat >>confdefs.h <<_ACEOF | 4612 cat >>confdefs.h <<_ACEOF |
4605 #define HAVE_FDATASYNC 1 | 4613 #define HAVE_FDATASYNC 1 |
4606 _ACEOF | 4614 _ACEOF |
4607 | 4615 |
4608 fi | 4616 fi |
4609 done | 4617 done |
4610 | 4618 |
4611 | 4619 |
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 4620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
4613 $as_echo_n "checking for ANSI C header files... " >&6; } | 4621 $as_echo_n "checking for ANSI C header files... " >&6; } |
4614 if test "${ac_cv_header_stdc+set}" = set; then : | 4622 if ${ac_cv_header_stdc+:} false; then : |
4615 $as_echo_n "(cached) " >&6 | 4623 $as_echo_n "(cached) " >&6 |
4616 else | 4624 else |
4617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4618 /* end confdefs.h. */ | 4626 /* end confdefs.h. */ |
4619 #include <stdlib.h> | 4627 #include <stdlib.h> |
4752 done | 4760 done |
4753 | 4761 |
4754 | 4762 |
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
4756 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 4764 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
4757 if test "${ac_cv_c_const+set}" = set; then : | 4765 if ${ac_cv_c_const+:} false; then : |
4758 $as_echo_n "(cached) " >&6 | 4766 $as_echo_n "(cached) " >&6 |
4759 else | 4767 else |
4760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4761 /* end confdefs.h. */ | 4769 /* end confdefs.h. */ |
4762 | 4770 |
4831 $as_echo "#define const /**/" >>confdefs.h | 4839 $as_echo "#define const /**/" >>confdefs.h |
4832 | 4840 |
4833 fi | 4841 fi |
4834 | 4842 |
4835 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 4843 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
4836 if test "x$ac_cv_type_pid_t" = x""yes; then : | 4844 if test "x$ac_cv_type_pid_t" = xyes; then : |
4837 | 4845 |
4838 else | 4846 else |
4839 | 4847 |
4840 cat >>confdefs.h <<_ACEOF | 4848 cat >>confdefs.h <<_ACEOF |
4841 #define pid_t int | 4849 #define pid_t int |
4842 _ACEOF | 4850 _ACEOF |
4843 | 4851 |
4844 fi | 4852 fi |
4845 | 4853 |
4846 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | 4854 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
4847 if test "x$ac_cv_type_size_t" = x""yes; then : | 4855 if test "x$ac_cv_type_size_t" = xyes; then : |
4848 | 4856 |
4849 else | 4857 else |
4850 | 4858 |
4851 cat >>confdefs.h <<_ACEOF | 4859 cat >>confdefs.h <<_ACEOF |
4852 #define size_t unsigned int | 4860 #define size_t unsigned int |
4854 | 4862 |
4855 fi | 4863 fi |
4856 | 4864 |
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | 4865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
4858 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | 4866 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
4859 if test "${ac_cv_header_time+set}" = set; then : | 4867 if ${ac_cv_header_time+:} false; then : |
4860 $as_echo_n "(cached) " >&6 | 4868 $as_echo_n "(cached) " >&6 |
4861 else | 4869 else |
4862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4863 /* end confdefs.h. */ | 4871 /* end confdefs.h. */ |
4864 #include <sys/types.h> | 4872 #include <sys/types.h> |
4889 | 4897 |
4890 fi | 4898 fi |
4891 | 4899 |
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | 4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 |
4893 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | 4901 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
4894 if test "${ac_cv_struct_tm+set}" = set; then : | 4902 if ${ac_cv_struct_tm+:} false; then : |
4895 $as_echo_n "(cached) " >&6 | 4903 $as_echo_n "(cached) " >&6 |
4896 else | 4904 else |
4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4898 /* end confdefs.h. */ | 4906 /* end confdefs.h. */ |
4899 #include <sys/types.h> | 4907 #include <sys/types.h> |
4925 fi | 4933 fi |
4926 | 4934 |
4927 | 4935 |
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5 | 4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5 |
4929 $as_echo_n "checking for working POSIX fnmatch... " >&6; } | 4937 $as_echo_n "checking for working POSIX fnmatch... " >&6; } |
4930 if test "${ac_cv_func_fnmatch_works+set}" = set; then : | 4938 if ${ac_cv_func_fnmatch_works+:} false; then : |
4931 $as_echo_n "(cached) " >&6 | 4939 $as_echo_n "(cached) " >&6 |
4932 else | 4940 else |
4933 # Some versions of Solaris, SCO, and the GNU C Library | 4941 # Some versions of Solaris, SCO, and the GNU C Library |
4934 # have a broken or incompatible fnmatch. | 4942 # have a broken or incompatible fnmatch. |
4935 # So we run a test program. If we are cross-compiling, take no chance. | 4943 # So we run a test program. If we are cross-compiling, take no chance. |
4977 fi | 4985 fi |
4978 | 4986 |
4979 | 4987 |
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 | 4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 |
4981 $as_echo_n "checking return type of signal handlers... " >&6; } | 4989 $as_echo_n "checking return type of signal handlers... " >&6; } |
4982 if test "${ac_cv_type_signal+set}" = set; then : | 4990 if ${ac_cv_type_signal+:} false; then : |
4983 $as_echo_n "(cached) " >&6 | 4991 $as_echo_n "(cached) " >&6 |
4984 else | 4992 else |
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4986 /* end confdefs.h. */ | 4994 /* end confdefs.h. */ |
4987 #include <sys/types.h> | 4995 #include <sys/types.h> |
5011 | 5019 |
5012 | 5020 |
5013 for ac_func in strftime | 5021 for ac_func in strftime |
5014 do : | 5022 do : |
5015 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" | 5023 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" |
5016 if test "x$ac_cv_func_strftime" = x""yes; then : | 5024 if test "x$ac_cv_func_strftime" = xyes; then : |
5017 cat >>confdefs.h <<_ACEOF | 5025 cat >>confdefs.h <<_ACEOF |
5018 #define HAVE_STRFTIME 1 | 5026 #define HAVE_STRFTIME 1 |
5019 _ACEOF | 5027 _ACEOF |
5020 | 5028 |
5021 else | 5029 else |
5022 # strftime is in -lintl on SCO UNIX. | 5030 # strftime is in -lintl on SCO UNIX. |
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 | 5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 |
5024 $as_echo_n "checking for strftime in -lintl... " >&6; } | 5032 $as_echo_n "checking for strftime in -lintl... " >&6; } |
5025 if test "${ac_cv_lib_intl_strftime+set}" = set; then : | 5033 if ${ac_cv_lib_intl_strftime+:} false; then : |
5026 $as_echo_n "(cached) " >&6 | 5034 $as_echo_n "(cached) " >&6 |
5027 else | 5035 else |
5028 ac_check_lib_save_LIBS=$LIBS | 5036 ac_check_lib_save_LIBS=$LIBS |
5029 LIBS="-lintl $LIBS" | 5037 LIBS="-lintl $LIBS" |
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5054 conftest$ac_exeext conftest.$ac_ext | 5062 conftest$ac_exeext conftest.$ac_ext |
5055 LIBS=$ac_check_lib_save_LIBS | 5063 LIBS=$ac_check_lib_save_LIBS |
5056 fi | 5064 fi |
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 | 5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 |
5058 $as_echo "$ac_cv_lib_intl_strftime" >&6; } | 5066 $as_echo "$ac_cv_lib_intl_strftime" >&6; } |
5059 if test "x$ac_cv_lib_intl_strftime" = x""yes; then : | 5067 if test "x$ac_cv_lib_intl_strftime" = xyes; then : |
5060 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h | 5068 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h |
5061 | 5069 |
5062 LIBS="-lintl $LIBS" | 5070 LIBS="-lintl $LIBS" |
5063 fi | 5071 fi |
5064 | 5072 |
5066 done | 5074 done |
5067 | 5075 |
5068 for ac_func in vprintf | 5076 for ac_func in vprintf |
5069 do : | 5077 do : |
5070 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" | 5078 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" |
5071 if test "x$ac_cv_func_vprintf" = x""yes; then : | 5079 if test "x$ac_cv_func_vprintf" = xyes; then : |
5072 cat >>confdefs.h <<_ACEOF | 5080 cat >>confdefs.h <<_ACEOF |
5073 #define HAVE_VPRINTF 1 | 5081 #define HAVE_VPRINTF 1 |
5074 _ACEOF | 5082 _ACEOF |
5075 | 5083 |
5076 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" | 5084 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" |
5077 if test "x$ac_cv_func__doprnt" = x""yes; then : | 5085 if test "x$ac_cv_func__doprnt" = xyes; then : |
5078 | 5086 |
5079 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h | 5087 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h |
5080 | 5088 |
5081 fi | 5089 fi |
5082 | 5090 |
5177 | 5185 |
5178 if test "x$need_md5" = 'xyes'; then | 5186 if test "x$need_md5" = 'xyes'; then |
5179 if test "x$with_libcrypto" = "xyes"; then | 5187 if test "x$with_libcrypto" = "xyes"; then |
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5 | 5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5 |
5181 $as_echo_n "checking for MD5 in -lcrypto... " >&6; } | 5189 $as_echo_n "checking for MD5 in -lcrypto... " >&6; } |
5182 if test "${ac_cv_lib_crypto_MD5+set}" = set; then : | 5190 if ${ac_cv_lib_crypto_MD5+:} false; then : |
5183 $as_echo_n "(cached) " >&6 | 5191 $as_echo_n "(cached) " >&6 |
5184 else | 5192 else |
5185 ac_check_lib_save_LIBS=$LIBS | 5193 ac_check_lib_save_LIBS=$LIBS |
5186 LIBS="-lcrypto $LIBS" | 5194 LIBS="-lcrypto $LIBS" |
5187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5211 conftest$ac_exeext conftest.$ac_ext | 5219 conftest$ac_exeext conftest.$ac_ext |
5212 LIBS=$ac_check_lib_save_LIBS | 5220 LIBS=$ac_check_lib_save_LIBS |
5213 fi | 5221 fi |
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5 | 5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5 |
5215 $as_echo "$ac_cv_lib_crypto_MD5" >&6; } | 5223 $as_echo "$ac_cv_lib_crypto_MD5" >&6; } |
5216 if test "x$ac_cv_lib_crypto_MD5" = x""yes; then : | 5224 if test "x$ac_cv_lib_crypto_MD5" = xyes; then : |
5217 has_crypto='yes' | 5225 has_crypto='yes' |
5218 else | 5226 else |
5219 as_fn_error $? "'no libcrypto'" "$LINENO" 5 | 5227 as_fn_error $? "'no libcrypto'" "$LINENO" 5 |
5220 fi | 5228 fi |
5221 | 5229 |
5244 | 5252 |
5245 $as_echo "#define ENABLE_IDENT 1" >>confdefs.h | 5253 $as_echo "#define ENABLE_IDENT 1" >>confdefs.h |
5246 | 5254 |
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5 | 5255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5 |
5248 $as_echo_n "checking for ident_id in -lident... " >&6; } | 5256 $as_echo_n "checking for ident_id in -lident... " >&6; } |
5249 if test "${ac_cv_lib_ident_ident_id+set}" = set; then : | 5257 if ${ac_cv_lib_ident_ident_id+:} false; then : |
5250 $as_echo_n "(cached) " >&6 | 5258 $as_echo_n "(cached) " >&6 |
5251 else | 5259 else |
5252 ac_check_lib_save_LIBS=$LIBS | 5260 ac_check_lib_save_LIBS=$LIBS |
5253 LIBS="-lident $LIBS" | 5261 LIBS="-lident $LIBS" |
5254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5278 conftest$ac_exeext conftest.$ac_ext | 5286 conftest$ac_exeext conftest.$ac_ext |
5279 LIBS=$ac_check_lib_save_LIBS | 5287 LIBS=$ac_check_lib_save_LIBS |
5280 fi | 5288 fi |
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5 | 5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5 |
5282 $as_echo "$ac_cv_lib_ident_ident_id" >&6; } | 5290 $as_echo "$ac_cv_lib_ident_ident_id" >&6; } |
5283 if test "x$ac_cv_lib_ident_ident_id" = x""yes; then : | 5291 if test "x$ac_cv_lib_ident_ident_id" = xyes; then : |
5284 IDENT_LIBS='-lident' | 5292 IDENT_LIBS='-lident' |
5285 else | 5293 else |
5286 IDENT_LIBS='libident/libident.a' | 5294 IDENT_LIBS='libident/libident.a' |
5287 fi | 5295 fi |
5288 | 5296 |
5302 with_liblockfile='yes' | 5310 with_liblockfile='yes' |
5303 fi | 5311 fi |
5304 if test "x$with_liblockfile" = xyes; then | 5312 if test "x$with_liblockfile" = xyes; then |
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 | 5313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
5306 $as_echo_n "checking for maillock in -llockfile... " >&6; } | 5314 $as_echo_n "checking for maillock in -llockfile... " >&6; } |
5307 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : | 5315 if ${ac_cv_lib_lockfile_maillock+:} false; then : |
5308 $as_echo_n "(cached) " >&6 | 5316 $as_echo_n "(cached) " >&6 |
5309 else | 5317 else |
5310 ac_check_lib_save_LIBS=$LIBS | 5318 ac_check_lib_save_LIBS=$LIBS |
5311 LIBS="-llockfile $LIBS" | 5319 LIBS="-llockfile $LIBS" |
5312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5336 conftest$ac_exeext conftest.$ac_ext | 5344 conftest$ac_exeext conftest.$ac_ext |
5337 LIBS=$ac_check_lib_save_LIBS | 5345 LIBS=$ac_check_lib_save_LIBS |
5338 fi | 5346 fi |
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 | 5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
5340 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | 5348 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } |
5341 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : | 5349 if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : |
5342 has_lockfile=yes | 5350 has_lockfile=yes |
5343 else | 5351 else |
5344 as_fn_error $? "\"no liblockfile\"" "$LINENO" 5 | 5352 as_fn_error $? "\"no liblockfile\"" "$LINENO" 5 |
5345 fi | 5353 fi |
5346 | 5354 |
5494 t end | 5502 t end |
5495 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | 5503 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
5496 :end' >>confcache | 5504 :end' >>confcache |
5497 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 5505 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
5498 if test -w "$cache_file"; then | 5506 if test -w "$cache_file"; then |
5499 test "x$cache_file" != "x/dev/null" && | 5507 if test "x$cache_file" != "x/dev/null"; then |
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 5508 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
5501 $as_echo "$as_me: updating cache $cache_file" >&6;} | 5509 $as_echo "$as_me: updating cache $cache_file" >&6;} |
5502 cat confcache >$cache_file | 5510 if test ! -f "$cache_file" || test -h "$cache_file"; then |
5511 cat confcache >"$cache_file" | |
5512 else | |
5513 case $cache_file in #( | |
5514 */* | ?:*) | |
5515 mv -f confcache "$cache_file"$$ && | |
5516 mv -f "$cache_file"$$ "$cache_file" ;; #( | |
5517 *) | |
5518 mv -f confcache "$cache_file" ;; | |
5519 esac | |
5520 fi | |
5521 fi | |
5503 else | 5522 else |
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 5523 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
5505 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 5524 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
5506 fi | 5525 fi |
5507 fi | 5526 fi |
5545 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 5564 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
5546 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 5565 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
5547 Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 5566 Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
5548 fi | 5567 fi |
5549 | 5568 |
5550 : ${CONFIG_STATUS=./config.status} | 5569 : "${CONFIG_STATUS=./config.status}" |
5551 ac_write_fail=0 | 5570 ac_write_fail=0 |
5552 ac_clean_files_save=$ac_clean_files | 5571 ac_clean_files_save=$ac_clean_files |
5553 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 5572 ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 | 5573 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
5555 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | 5574 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
5646 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 5665 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
5647 # splitting by setting IFS to empty value.) | 5666 # splitting by setting IFS to empty value.) |
5648 IFS=" "" $as_nl" | 5667 IFS=" "" $as_nl" |
5649 | 5668 |
5650 # Find who we are. Look in the path if we contain no directory separator. | 5669 # Find who we are. Look in the path if we contain no directory separator. |
5670 as_myself= | |
5651 case $0 in #(( | 5671 case $0 in #(( |
5652 *[\\/]* ) as_myself=$0 ;; | 5672 *[\\/]* ) as_myself=$0 ;; |
5653 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 5673 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
5654 for as_dir in $PATH | 5674 for as_dir in $PATH |
5655 do | 5675 do |
5952 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 5972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5953 # Save the log message, to keep $0 and so on meaningful, and to | 5973 # Save the log message, to keep $0 and so on meaningful, and to |
5954 # report actual input values of CONFIG_FILES etc. instead of their | 5974 # report actual input values of CONFIG_FILES etc. instead of their |
5955 # values after options handling. | 5975 # values after options handling. |
5956 ac_log=" | 5976 ac_log=" |
5957 This file was extended by masqmail $as_me 0.3.3-dev, which was | 5977 This file was extended by masqmail $as_me 0.3.3, which was |
5958 generated by GNU Autoconf 2.67. Invocation command line was | 5978 generated by GNU Autoconf 2.68. Invocation command line was |
5959 | 5979 |
5960 CONFIG_FILES = $CONFIG_FILES | 5980 CONFIG_FILES = $CONFIG_FILES |
5961 CONFIG_HEADERS = $CONFIG_HEADERS | 5981 CONFIG_HEADERS = $CONFIG_HEADERS |
5962 CONFIG_LINKS = $CONFIG_LINKS | 5982 CONFIG_LINKS = $CONFIG_LINKS |
5963 CONFIG_COMMANDS = $CONFIG_COMMANDS | 5983 CONFIG_COMMANDS = $CONFIG_COMMANDS |
6018 | 6038 |
6019 _ACEOF | 6039 _ACEOF |
6020 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 6040 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6021 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 6041 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
6022 ac_cs_version="\\ | 6042 ac_cs_version="\\ |
6023 masqmail config.status 0.3.3-dev | 6043 masqmail config.status 0.3.3 |
6024 configured by $0, generated by GNU Autoconf 2.67, | 6044 configured by $0, generated by GNU Autoconf 2.68, |
6025 with options \\"\$ac_cs_config\\" | 6045 with options \\"\$ac_cs_config\\" |
6026 | 6046 |
6027 Copyright (C) 2010 Free Software Foundation, Inc. | 6047 Copyright (C) 2010 Free Software Foundation, Inc. |
6028 This config.status script is free software; the Free Software Foundation | 6048 This config.status script is free software; the Free Software Foundation |
6029 gives unlimited permission to copy, distribute and modify it." | 6049 gives unlimited permission to copy, distribute and modify it." |
6156 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; | 6176 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; |
6157 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; | 6177 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; |
6158 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; | 6178 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; |
6159 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; | 6179 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; |
6160 | 6180 |
6161 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 6181 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
6162 esac | 6182 esac |
6163 done | 6183 done |
6164 | 6184 |
6165 | 6185 |
6166 # If the user did not use the arguments to specify the items to instantiate, | 6186 # If the user did not use the arguments to specify the items to instantiate, |
6179 # Hook for its removal unless debugging. | 6199 # Hook for its removal unless debugging. |
6180 # Note that there is a small window in which the directory will not be cleaned: | 6200 # Note that there is a small window in which the directory will not be cleaned: |
6181 # after its creation but before its name has been assigned to `$tmp'. | 6201 # after its creation but before its name has been assigned to `$tmp'. |
6182 $debug || | 6202 $debug || |
6183 { | 6203 { |
6184 tmp= | 6204 tmp= ac_tmp= |
6185 trap 'exit_status=$? | 6205 trap 'exit_status=$? |
6186 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | 6206 : "${ac_tmp:=$tmp}" |
6207 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | |
6187 ' 0 | 6208 ' 0 |
6188 trap 'as_fn_exit 1' 1 2 13 15 | 6209 trap 'as_fn_exit 1' 1 2 13 15 |
6189 } | 6210 } |
6190 # Create a (secure) tmp directory for tmp files. | 6211 # Create a (secure) tmp directory for tmp files. |
6191 | 6212 |
6192 { | 6213 { |
6193 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 6214 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
6194 test -n "$tmp" && test -d "$tmp" | 6215 test -d "$tmp" |
6195 } || | 6216 } || |
6196 { | 6217 { |
6197 tmp=./conf$$-$RANDOM | 6218 tmp=./conf$$-$RANDOM |
6198 (umask 077 && mkdir "$tmp") | 6219 (umask 077 && mkdir "$tmp") |
6199 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 6220 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
6221 ac_tmp=$tmp | |
6200 | 6222 |
6201 # Set up the scripts for CONFIG_FILES section. | 6223 # Set up the scripts for CONFIG_FILES section. |
6202 # No need to generate them if there are no CONFIG_FILES. | 6224 # No need to generate them if there are no CONFIG_FILES. |
6203 # This happens for instance with `./config.status config.h'. | 6225 # This happens for instance with `./config.status config.h'. |
6204 if test -n "$CONFIG_FILES"; then | 6226 if test -n "$CONFIG_FILES"; then |
6216 ac_cs_awk_cr='\\r' | 6238 ac_cs_awk_cr='\\r' |
6217 else | 6239 else |
6218 ac_cs_awk_cr=$ac_cr | 6240 ac_cs_awk_cr=$ac_cr |
6219 fi | 6241 fi |
6220 | 6242 |
6221 echo 'BEGIN {' >"$tmp/subs1.awk" && | 6243 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
6222 _ACEOF | 6244 _ACEOF |
6223 | 6245 |
6224 | 6246 |
6225 { | 6247 { |
6226 echo "cat >conf$$subs.awk <<_ACEOF" && | 6248 echo "cat >conf$$subs.awk <<_ACEOF" && |
6244 fi | 6266 fi |
6245 done | 6267 done |
6246 rm -f conf$$subs.sh | 6268 rm -f conf$$subs.sh |
6247 | 6269 |
6248 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 6270 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6249 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 6271 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
6250 _ACEOF | 6272 _ACEOF |
6251 sed -n ' | 6273 sed -n ' |
6252 h | 6274 h |
6253 s/^/S["/; s/!.*/"]=/ | 6275 s/^/S["/; s/!.*/"]=/ |
6254 p | 6276 p |
6292 } | 6314 } |
6293 ' >>$CONFIG_STATUS || ac_write_fail=1 | 6315 ' >>$CONFIG_STATUS || ac_write_fail=1 |
6294 rm -f conf$$subs.awk | 6316 rm -f conf$$subs.awk |
6295 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 6317 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6296 _ACAWK | 6318 _ACAWK |
6297 cat >>"\$tmp/subs1.awk" <<_ACAWK && | 6319 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
6298 for (key in S) S_is_set[key] = 1 | 6320 for (key in S) S_is_set[key] = 1 |
6299 FS = "" | 6321 FS = "" |
6300 | 6322 |
6301 } | 6323 } |
6302 { | 6324 { |
6324 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 6346 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6325 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 6347 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
6326 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 6348 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
6327 else | 6349 else |
6328 cat | 6350 cat |
6329 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 6351 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
6330 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 6352 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
6331 _ACEOF | 6353 _ACEOF |
6332 | 6354 |
6333 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 6355 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
6334 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 6356 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
6358 | 6380 |
6359 # Set up the scripts for CONFIG_HEADERS section. | 6381 # Set up the scripts for CONFIG_HEADERS section. |
6360 # No need to generate them if there are no CONFIG_HEADERS. | 6382 # No need to generate them if there are no CONFIG_HEADERS. |
6361 # This happens for instance with `./config.status Makefile'. | 6383 # This happens for instance with `./config.status Makefile'. |
6362 if test -n "$CONFIG_HEADERS"; then | 6384 if test -n "$CONFIG_HEADERS"; then |
6363 cat >"$tmp/defines.awk" <<\_ACAWK || | 6385 cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
6364 BEGIN { | 6386 BEGIN { |
6365 _ACEOF | 6387 _ACEOF |
6366 | 6388 |
6367 # Transform confdefs.h into an awk script `defines.awk', embedded as | 6389 # Transform confdefs.h into an awk script `defines.awk', embedded as |
6368 # here-document in config.status, that substitutes the proper values into | 6390 # here-document in config.status, that substitutes the proper values into |
6370 | 6392 |
6371 # Create a delimiter string that does not exist in confdefs.h, to ease | 6393 # Create a delimiter string that does not exist in confdefs.h, to ease |
6372 # handling of long lines. | 6394 # handling of long lines. |
6373 ac_delim='%!_!# ' | 6395 ac_delim='%!_!# ' |
6374 for ac_last_try in false false :; do | 6396 for ac_last_try in false false :; do |
6375 ac_t=`sed -n "/$ac_delim/p" confdefs.h` | 6397 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
6376 if test -z "$ac_t"; then | 6398 if test -z "$ac_tt"; then |
6377 break | 6399 break |
6378 elif $ac_last_try; then | 6400 elif $ac_last_try; then |
6379 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 6401 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
6380 else | 6402 else |
6381 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 6403 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
6472 case $ac_tag in | 6494 case $ac_tag in |
6473 :[FHLC]) ac_mode=$ac_tag; continue;; | 6495 :[FHLC]) ac_mode=$ac_tag; continue;; |
6474 esac | 6496 esac |
6475 case $ac_mode$ac_tag in | 6497 case $ac_mode$ac_tag in |
6476 :[FHL]*:*);; | 6498 :[FHL]*:*);; |
6477 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 6499 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
6478 :[FH]-) ac_tag=-:-;; | 6500 :[FH]-) ac_tag=-:-;; |
6479 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 6501 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
6480 esac | 6502 esac |
6481 ac_save_IFS=$IFS | 6503 ac_save_IFS=$IFS |
6482 IFS=: | 6504 IFS=: |
6491 :[FH]) | 6513 :[FH]) |
6492 ac_file_inputs= | 6514 ac_file_inputs= |
6493 for ac_f | 6515 for ac_f |
6494 do | 6516 do |
6495 case $ac_f in | 6517 case $ac_f in |
6496 -) ac_f="$tmp/stdin";; | 6518 -) ac_f="$ac_tmp/stdin";; |
6497 *) # Look for the file first in the build tree, then in the source tree | 6519 *) # Look for the file first in the build tree, then in the source tree |
6498 # (if the path is not absolute). The absolute path cannot be DOS-style, | 6520 # (if the path is not absolute). The absolute path cannot be DOS-style, |
6499 # because $ac_f cannot contain `:'. | 6521 # because $ac_f cannot contain `:'. |
6500 test -f "$ac_f" || | 6522 test -f "$ac_f" || |
6501 case $ac_f in | 6523 case $ac_f in |
6502 [\\/$]*) false;; | 6524 [\\/$]*) false;; |
6503 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 6525 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
6504 esac || | 6526 esac || |
6505 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 6527 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
6506 esac | 6528 esac |
6507 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 6529 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
6508 as_fn_append ac_file_inputs " '$ac_f'" | 6530 as_fn_append ac_file_inputs " '$ac_f'" |
6509 done | 6531 done |
6510 | 6532 |
6526 sed 's/[\\\\&|]/\\\\&/g'`;; #( | 6548 sed 's/[\\\\&|]/\\\\&/g'`;; #( |
6527 *) ac_sed_conf_input=$configure_input;; | 6549 *) ac_sed_conf_input=$configure_input;; |
6528 esac | 6550 esac |
6529 | 6551 |
6530 case $ac_tag in | 6552 case $ac_tag in |
6531 *:-:* | *:-) cat >"$tmp/stdin" \ | 6553 *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
6532 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 6554 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
6533 esac | 6555 esac |
6534 ;; | 6556 ;; |
6535 esac | 6557 esac |
6536 | 6558 |
6537 ac_dir=`$as_dirname -- "$ac_file" || | 6559 ac_dir=`$as_dirname -- "$ac_file" || |
6663 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | 6685 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
6664 s&@INSTALL@&$ac_INSTALL&;t t | 6686 s&@INSTALL@&$ac_INSTALL&;t t |
6665 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 6687 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
6666 $ac_datarootdir_hack | 6688 $ac_datarootdir_hack |
6667 " | 6689 " |
6668 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 6690 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
6669 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 6691 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
6670 | 6692 |
6671 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 6693 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
6672 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 6694 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
6673 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 6695 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
6696 "$ac_tmp/out"`; test -z "$ac_out"; } && | |
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 6697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
6675 which seems to be undefined. Please make sure it is defined" >&5 | 6698 which seems to be undefined. Please make sure it is defined" >&5 |
6676 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 6699 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
6677 which seems to be undefined. Please make sure it is defined" >&2;} | 6700 which seems to be undefined. Please make sure it is defined" >&2;} |
6678 | 6701 |
6679 rm -f "$tmp/stdin" | 6702 rm -f "$ac_tmp/stdin" |
6680 case $ac_file in | 6703 case $ac_file in |
6681 -) cat "$tmp/out" && rm -f "$tmp/out";; | 6704 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
6682 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 6705 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
6683 esac \ | 6706 esac \ |
6684 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 6707 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
6685 ;; | 6708 ;; |
6686 :H) | 6709 :H) |
6687 # | 6710 # |
6688 # CONFIG_HEADER | 6711 # CONFIG_HEADER |
6689 # | 6712 # |
6690 if test x"$ac_file" != x-; then | 6713 if test x"$ac_file" != x-; then |
6691 { | 6714 { |
6692 $as_echo "/* $configure_input */" \ | 6715 $as_echo "/* $configure_input */" \ |
6693 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 6716 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
6694 } >"$tmp/config.h" \ | 6717 } >"$ac_tmp/config.h" \ |
6695 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 6718 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
6696 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 6719 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then |
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 6720 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
6698 $as_echo "$as_me: $ac_file is unchanged" >&6;} | 6721 $as_echo "$as_me: $ac_file is unchanged" >&6;} |
6699 else | 6722 else |
6700 rm -f "$ac_file" | 6723 rm -f "$ac_file" |
6701 mv "$tmp/config.h" "$ac_file" \ | 6724 mv "$ac_tmp/config.h" "$ac_file" \ |
6702 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 6725 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
6703 fi | 6726 fi |
6704 else | 6727 else |
6705 $as_echo "/* $configure_input */" \ | 6728 $as_echo "/* $configure_input */" \ |
6706 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 6729 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
6707 || as_fn_error $? "could not create -" "$LINENO" 5 | 6730 || as_fn_error $? "could not create -" "$LINENO" 5 |
6708 fi | 6731 fi |
6709 # Compute "$ac_file"'s index in $config_headers. | 6732 # Compute "$ac_file"'s index in $config_headers. |
6710 _am_arg="$ac_file" | 6733 _am_arg="$ac_file" |
6711 _am_stamp_count=1 | 6734 _am_stamp_count=1 |