- Timestamp:
- Jul 24, 2009, 1:30:28 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b763d06
- Parents:
- 58d7fd7
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/ncurses-5.7-branch_update-18.patch
r58d7fd7 rf3a8d18 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 6-05-20092 Date: 07-19-2009 3 3 Initial Package Version: 5.7 4 4 Origin: Upstream 5 5 Upstream Status: Applied 6 6 Description: This is a branch update for NCurses-5.7, and should be 7 rechecked periodically. This patch covers up to 5.7-20090 530.7 rechecked periodically. This patch covers up to 5.7-20090718. 8 8 9 9 diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4 10 10 --- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700 11 +++ ncurses-5.7/aclocal.m4 2009-0 6-05 14:01:31.000000000 -070011 +++ ncurses-5.7/aclocal.m4 2009-07-19 15:04:17.000000000 -0700 12 12 @@ -1,5 +1,5 @@ 13 13 dnl*************************************************************************** … … 22 22 dnl 23 23 -dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $ 24 +dnl $Id: aclocal.m4,v 1.48 7 2009/04/04 22:32:42tom Exp $24 +dnl $Id: aclocal.m4,v 1.488 2009/07/17 09:14:49 tom Exp $ 25 25 dnl Macros used in NCURSES auto-configuration script. 26 26 dnl … … 933 933 dnl --------------------------------------------------------------------------- 934 934 -dnl CF_XOPEN_SOURCE version: 26 updated: 2008/07/27 11:26:57 935 +dnl CF_XOPEN_SOURCE version: 2 8 updated: 2008/12/27 12:30:03935 +dnl CF_XOPEN_SOURCE version: 29 updated: 2009/07/16 21:07:04 936 936 dnl --------------- 937 937 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, … … 946 946 ;; 947 947 freebsd*|dragonfly*) #(vi 948 @@ -5569,7 +5727,7 @@ 948 @@ -5563,13 +5721,16 @@ 949 cf_XOPEN_SOURCE=600 950 CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 951 ;; 952 +hpux11*) #(vi 953 + CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE=500" 954 + ;; 955 hpux*) #(vi 956 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE" 957 ;; 949 958 irix[[56]].*) #(vi 950 959 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 957 966 diff -Naur ncurses-5.7.orig/Ada95/gen/adacurses-config.in ncurses-5.7/Ada95/gen/adacurses-config.in 958 967 --- ncurses-5.7.orig/Ada95/gen/adacurses-config.in 2007-04-07 14:06:50.000000000 -0700 959 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-0 6-05 14:01:07.000000000 -0700968 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-07-19 15:02:13.000000000 -0700 960 969 @@ -1,18 +1,47 @@ 961 970 #! /bin/sh … … 1031 1040 diff -Naur ncurses-5.7.orig/Ada95/gen/gen.c ncurses-5.7/Ada95/gen/gen.c 1032 1041 --- ncurses-5.7.orig/Ada95/gen/gen.c 2008-10-04 14:59:37.000000000 -0700 1033 +++ ncurses-5.7/Ada95/gen/gen.c 2009-0 6-05 14:01:24.000000000 -07001042 +++ ncurses-5.7/Ada95/gen/gen.c 2009-07-19 15:03:45.000000000 -0700 1034 1043 @@ -1,5 +1,5 @@ 1035 1044 /**************************************************************************** … … 1070 1079 diff -Naur ncurses-5.7.orig/Ada95/gen/Makefile.in ncurses-5.7/Ada95/gen/Makefile.in 1071 1080 --- ncurses-5.7.orig/Ada95/gen/Makefile.in 2008-10-04 15:58:31.000000000 -0700 1072 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-0 6-05 14:01:07.000000000 -07001081 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-07-19 15:02:13.000000000 -0700 1073 1082 @@ -1,5 +1,5 @@ 1074 1083 ############################################################################## … … 1126 1135 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 1127 1136 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 1128 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-0 6-05 14:01:07.000000000 -07001137 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-07-19 15:02:13.000000000 -0700 1129 1138 @@ -1,5 +1,5 @@ 1130 1139 ############################################################################## … … 1165 1174 diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in 1166 1175 --- ncurses-5.7.orig/Ada95/src/Makefile.in 2007-09-15 11:22:24.000000000 -0700 1167 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-0 6-05 14:01:07.000000000 -07001176 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-07-19 15:02:13.000000000 -0700 1168 1177 @@ -1,5 +1,5 @@ 1169 1178 ############################################################################## … … 1257 1266 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 1258 1267 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 1259 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-0 6-05 14:00:52.000000000 -07001268 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-07-19 15:01:57.000000000 -0700 1260 1269 @@ -35,8 +35,8 @@ 1261 1270 ------------------------------------------------------------------------------ … … 1280 1289 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 1281 1290 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 1282 +++ ncurses-5.7/c++/cursesw.cc 2009-0 6-05 14:01:30.000000000 -07001291 +++ ncurses-5.7/c++/cursesw.cc 2009-07-19 15:03:48.000000000 -0700 1283 1292 @@ -1,6 +1,6 @@ 1284 1293 // * this is for making emacs happy: -*-Mode: C++;-*- … … 1327 1336 diff -Naur ncurses-5.7.orig/c++/demo.cc ncurses-5.7/c++/demo.cc 1328 1337 --- ncurses-5.7.orig/c++/demo.cc 2008-08-04 10:16:57.000000000 -0700 1329 +++ ncurses-5.7/c++/demo.cc 2009-0 6-05 14:01:49.000000000 -07001338 +++ ncurses-5.7/c++/demo.cc 2009-07-19 15:03:58.000000000 -0700 1330 1339 @@ -35,7 +35,7 @@ 1331 1340 * Demo code for NCursesMenu and NCursesForm written by … … 1353 1362 diff -Naur ncurses-5.7.orig/c++/internal.h ncurses-5.7/c++/internal.h 1354 1363 --- ncurses-5.7.orig/c++/internal.h 2008-10-25 14:35:44.000000000 -0700 1355 +++ ncurses-5.7/c++/internal.h 2009-0 6-05 14:01:49.000000000 -07001364 +++ ncurses-5.7/c++/internal.h 2009-07-19 15:03:58.000000000 -0700 1356 1365 @@ -31,7 +31,7 @@ 1357 1366 * Author: Juergen Pfeifer, 1997 * … … 1377 1386 diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in 1378 1387 --- ncurses-5.7.orig/c++/Makefile.in 2007-04-28 08:29:12.000000000 -0700 1379 +++ ncurses-5.7/c++/Makefile.in 2009-0 6-05 14:01:30.000000000 -07001388 +++ ncurses-5.7/c++/Makefile.in 2009-07-19 15:03:48.000000000 -0700 1380 1389 @@ -1,6 +1,6 @@ 1381 1390 -# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $ … … 1435 1444 diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess 1436 1445 --- ncurses-5.7.orig/config.guess 2008-08-30 13:25:07.000000000 -0700 1437 +++ ncurses-5.7/config.guess 2009-0 6-05 14:01:03.000000000 -07001446 +++ ncurses-5.7/config.guess 2009-07-19 15:02:08.000000000 -0700 1438 1447 @@ -4,7 +4,7 @@ 1439 1448 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1505 1514 diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub 1506 1515 --- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700 1507 +++ ncurses-5.7/config.sub 2009-0 6-05 14:01:03.000000000 -07001516 +++ ncurses-5.7/config.sub 2009-07-19 15:02:08.000000000 -0700 1508 1517 @@ -4,7 +4,7 @@ 1509 1518 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1589 1598 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 1590 1599 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 1591 +++ ncurses-5.7/configure 2009-0 6-05 14:01:31.000000000 -07001600 +++ ncurses-5.7/configure 2009-07-19 15:04:17.000000000 -0700 1592 1601 @@ -1,7 +1,7 @@ 1593 1602 #! /bin/sh 1594 1603 -# From configure.in Revision: 1.454 . 1595 +# From configure.in Revision: 1.47 0.1604 +# From configure.in Revision: 1.472 . 1596 1605 # Guess values for system-dependent variables and create Makefiles. 1597 1606 -# Generated by Autoconf 2.52.20080325. … … 1612 1621 --with-install-prefix prefixes actual install-location ($DESTDIR) 1613 1622 Build-Tools Needed to Compile Temporary Applications for Cross-compiling: 1614 @@ -762,6 +765,7 @@ 1623 @@ -752,6 +755,7 @@ 1624 --with-chtype=TYPE override type of chtype 1625 --with-ospeed=TYPE override type of ospeed variable 1626 --with-mmask-t=TYPE override type of mmask_t 1627 + --with-ccharw-max=XXX override size CCHARW_MAX 1628 --with-rcs-ids compile-in RCS identifiers 1629 Options to Specify How Manpages are Installed: 1630 --with-manpage-format specify manpage-format: gzip/compress/BSDI/normal and 1631 @@ -762,6 +766,7 @@ 1615 1632 --with-manpage-tbl specify manpage processing with tbl 1616 1633 Extensions: … … 1620 1637 --enable-ext-colors compile for 256-color support 1621 1638 --enable-ext-mouse compile for extended mouse-encoding 1622 @@ -780,6 +78 4,7 @@1639 @@ -780,6 +785,7 @@ 1623 1640 --with-pthread use POSIX thread library 1624 1641 --enable-weak-symbols enable weak-symbols for pthreads … … 1628 1645 --disable-scroll-hints compile without scroll-hints code 1629 1646 --enable-wgetch-events compile with experimental wgetch-events code 1630 @@ -870,7 +87 5,7 @@1647 @@ -870,7 +876,7 @@ 1631 1648 running configure, to aid debugging if configure makes a mistake. 1632 1649 … … 1637 1654 $ $0 $@ 1638 1655 1639 @@ -994,7 + 999,7 @@1656 @@ -994,7 +1000,7 @@ 1640 1657 fi 1641 1658 for ac_site_file in $CONFIG_SITE; do 1642 1659 if test -r "$ac_site_file"; then 1643 1660 - { echo "$as_me:997: loading site script $ac_site_file" >&5 1644 + { echo "$as_me:100 2: loading site script $ac_site_file" >&51661 + { echo "$as_me:1003: loading site script $ac_site_file" >&5 1645 1662 echo "$as_me: loading site script $ac_site_file" >&6;} 1646 1663 cat "$ac_site_file" >&5 1647 1664 . "$ac_site_file" 1648 @@ -1005,7 +101 0,7 @@1665 @@ -1005,7 +1011,7 @@ 1649 1666 # Some versions of bash will fail to source /dev/null (special 1650 1667 # files actually), so we avoid doing that. 1651 1668 if test -f "$cache_file"; then 1652 1669 - { echo "$as_me:1008: loading cache $cache_file" >&5 1653 + { echo "$as_me:101 3: loading cache $cache_file" >&51670 + { echo "$as_me:1014: loading cache $cache_file" >&5 1654 1671 echo "$as_me: loading cache $cache_file" >&6;} 1655 1672 case $cache_file in 1656 1673 [\\/]* | ?:[\\/]* ) . $cache_file;; 1657 @@ -1013,7 +101 8,7 @@1674 @@ -1013,7 +1019,7 @@ 1658 1675 esac 1659 1676 fi 1660 1677 else 1661 1678 - { echo "$as_me:1016: creating cache $cache_file" >&5 1662 + { echo "$as_me:102 1: creating cache $cache_file" >&51679 + { echo "$as_me:1022: creating cache $cache_file" >&5 1663 1680 echo "$as_me: creating cache $cache_file" >&6;} 1664 1681 >$cache_file 1665 1682 fi 1666 @@ -1029,21 +103 4,21 @@1683 @@ -1029,21 +1035,21 @@ 1667 1684 eval ac_new_val="\$ac_env_${ac_var}_value" 1668 1685 case $ac_old_set,$ac_new_set in 1669 1686 set,) 1670 1687 - { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1671 + { echo "$as_me:103 7: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51688 + { echo "$as_me:1038: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1672 1689 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1673 1690 ac_cache_corrupted=: ;; 1674 1691 ,set) 1675 1692 - { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5 1676 + { echo "$as_me:104 1: error: \`$ac_var' was not set in the previous run" >&51693 + { echo "$as_me:1042: error: \`$ac_var' was not set in the previous run" >&5 1677 1694 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1678 1695 ac_cache_corrupted=: ;; … … 1681 1698 if test "x$ac_old_val" != "x$ac_new_val"; then 1682 1699 - { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5 1683 + { echo "$as_me:104 7: error: \`$ac_var' has changed since the previous run:" >&51700 + { echo "$as_me:1048: error: \`$ac_var' has changed since the previous run:" >&5 1684 1701 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1685 1702 - { echo "$as_me:1044: former value: $ac_old_val" >&5 1686 + { echo "$as_me:10 49: former value: $ac_old_val" >&51703 + { echo "$as_me:1050: former value: $ac_old_val" >&5 1687 1704 echo "$as_me: former value: $ac_old_val" >&2;} 1688 1705 - { echo "$as_me:1046: current value: $ac_new_val" >&5 1689 + { echo "$as_me:105 1: current value: $ac_new_val" >&51706 + { echo "$as_me:1052: current value: $ac_new_val" >&5 1690 1707 echo "$as_me: current value: $ac_new_val" >&2;} 1691 1708 ac_cache_corrupted=: 1692 1709 fi;; 1693 @@ -1062,9 +106 7,9 @@1710 @@ -1062,9 +1068,9 @@ 1694 1711 fi 1695 1712 done 1696 1713 if $ac_cache_corrupted; then 1697 1714 - { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5 1698 + { echo "$as_me:107 0: error: changes in the environment can compromise the build" >&51715 + { echo "$as_me:1071: error: changes in the environment can compromise the build" >&5 1699 1716 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1700 1717 - { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1701 + { { echo "$as_me:107 2: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51718 + { { echo "$as_me:1073: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1702 1719 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1703 1720 { (exit 1); exit 1; }; } 1704 1721 fi 1705 @@ -1085,10 +109 0,10 @@1722 @@ -1085,10 +1091,10 @@ 1706 1723 echo "#! $SHELL" >conftest.sh 1707 1724 echo "exit 0" >>conftest.sh 1708 1725 chmod +x conftest.sh 1709 1726 -if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5 1710 +if { (echo "$as_me:109 3: PATH=\".;.\"; conftest.sh") >&51727 +if { (echo "$as_me:1094: PATH=\".;.\"; conftest.sh") >&5 1711 1728 (PATH=".;."; conftest.sh) 2>&5 1712 1729 ac_status=$? 1713 1730 - echo "$as_me:1091: \$? = $ac_status" >&5 1714 + echo "$as_me:109 6: \$? = $ac_status" >&51731 + echo "$as_me:1097: \$? = $ac_status" >&5 1715 1732 (exit $ac_status); }; then 1716 1733 ac_path_separator=';' 1717 1734 else 1718 @@ -1101,7 +110 6,7 @@1735 @@ -1101,7 +1107,7 @@ 1719 1736 1720 1737 top_builddir=`pwd` 1721 1738 1722 1739 -echo "$as_me:1104: checking for egrep" >&5 1723 +echo "$as_me:11 09: checking for egrep" >&51740 +echo "$as_me:1110: checking for egrep" >&5 1724 1741 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 1725 1742 if test "${ac_cv_prog_egrep+set}" = set; then 1726 1743 echo $ECHO_N "(cached) $ECHO_C" >&6 1727 @@ -1111,11 +111 6,11 @@1744 @@ -1111,11 +1117,11 @@ 1728 1745 else ac_cv_prog_egrep='egrep' 1729 1746 fi 1730 1747 fi 1731 1748 -echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5 1732 +echo "$as_me:11 19: result: $ac_cv_prog_egrep" >&51749 +echo "$as_me:1120: result: $ac_cv_prog_egrep" >&5 1733 1750 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 1734 1751 EGREP=$ac_cv_prog_egrep 1735 1752 1736 1753 -test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5 1737 +test -z "$EGREP" && { { echo "$as_me:112 3: error: No egrep program found" >&51754 +test -z "$EGREP" && { { echo "$as_me:1124: error: No egrep program found" >&5 1738 1755 echo "$as_me: error: No egrep program found" >&2;} 1739 1756 { (exit 1); exit 1; }; } 1740 1757 1741 @@ -1125,7 +113 0,7 @@1758 @@ -1125,7 +1131,7 @@ 1742 1759 cf_cv_abi_version=${NCURSES_MAJOR} 1743 1760 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR} 1744 1761 cf_cv_timestamp=`date` 1745 1762 -echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1746 +echo "$as_me:113 3: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&51763 +echo "$as_me:1134: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1747 1764 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6 1748 1765 1749 1766 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0 1750 @@ -1133,7 +113 8,7 @@1767 @@ -1133,7 +1139,7 @@ 1751 1768 # Check whether --with-rel-version or --without-rel-version was given. 1752 1769 if test "${with_rel_version+set}" = set; then 1753 1770 withval="$with_rel_version" 1754 1771 - { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1755 + { echo "$as_me:114 1: WARNING: overriding release version $cf_cv_rel_version to $withval" >&51772 + { echo "$as_me:1142: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1756 1773 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} 1757 1774 cf_cv_rel_version=$withval 1758 1775 fi; 1759 @@ -1146,13 +115 1,13 @@1776 @@ -1146,13 +1152,13 @@ 1760 1777 [0-9]*) #(vi 1761 1778 ;; 1762 1779 *) 1763 1780 - { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1764 + { { echo "$as_me:115 4: error: Release major-version is not a number: $NCURSES_MAJOR" >&51781 + { { echo "$as_me:1155: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1765 1782 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;} 1766 1783 { (exit 1); exit 1; }; } … … 1769 1786 else 1770 1787 - { { echo "$as_me:1155: error: Release major-version value is empty" >&5 1771 + { { echo "$as_me:116 0: error: Release major-version value is empty" >&51788 + { { echo "$as_me:1161: error: Release major-version value is empty" >&5 1772 1789 echo "$as_me: error: Release major-version value is empty" >&2;} 1773 1790 { (exit 1); exit 1; }; } 1774 1791 fi 1775 @@ -1162,13 +116 7,13 @@1792 @@ -1162,13 +1168,13 @@ 1776 1793 [0-9]*) #(vi 1777 1794 ;; 1778 1795 *) 1779 1796 - { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1780 + { { echo "$as_me:117 0: error: Release minor-version is not a number: $NCURSES_MINOR" >&51797 + { { echo "$as_me:1171: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1781 1798 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;} 1782 1799 { (exit 1); exit 1; }; } … … 1785 1802 else 1786 1803 - { { echo "$as_me:1171: error: Release minor-version value is empty" >&5 1787 + { { echo "$as_me:117 6: error: Release minor-version value is empty" >&51804 + { { echo "$as_me:1177: error: Release minor-version value is empty" >&5 1788 1805 echo "$as_me: error: Release minor-version value is empty" >&2;} 1789 1806 { (exit 1); exit 1; }; } 1790 1807 fi 1791 @@ -1178,7 +118 3,7 @@1808 @@ -1178,7 +1184,7 @@ 1792 1809 # Check whether --with-abi-version or --without-abi-version was given. 1793 1810 if test "${with_abi_version+set}" = set; then 1794 1811 withval="$with_abi_version" 1795 1812 - { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1796 + { echo "$as_me:118 6: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&51813 + { echo "$as_me:1187: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1797 1814 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} 1798 1815 cf_cv_abi_version=$withval 1799 1816 fi; 1800 @@ -1188,13 +119 3,13 @@1817 @@ -1188,13 +1194,13 @@ 1801 1818 [0-9]*) #(vi 1802 1819 ;; 1803 1820 *) 1804 1821 - { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5 1805 + { { echo "$as_me:119 6: error: ABI version is not a number: $cf_cv_abi_version" >&51822 + { { echo "$as_me:1197: error: ABI version is not a number: $cf_cv_abi_version" >&5 1806 1823 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;} 1807 1824 { (exit 1); exit 1; }; } … … 1810 1827 else 1811 1828 - { { echo "$as_me:1197: error: ABI version value is empty" >&5 1812 + { { echo "$as_me:120 2: error: ABI version value is empty" >&51829 + { { echo "$as_me:1203: error: ABI version value is empty" >&5 1813 1830 echo "$as_me: error: ABI version value is empty" >&2;} 1814 1831 { (exit 1); exit 1; }; } 1815 1832 fi 1816 @@ -1216,7 +122 1,7 @@1833 @@ -1216,7 +1222,7 @@ 1817 1834 fi 1818 1835 done 1819 1836 if test -z "$ac_aux_dir"; then 1820 1837 - { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1821 + { { echo "$as_me:122 4: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51838 + { { echo "$as_me:1225: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1822 1839 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1823 1840 { (exit 1); exit 1; }; } 1824 1841 fi 1825 @@ -1226,11 +123 1,11 @@1842 @@ -1226,11 +1232,11 @@ 1826 1843 1827 1844 # Make sure we can run config.sub. 1828 1845 $ac_config_sub sun4 >/dev/null 2>&1 || 1829 1846 - { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5 1830 + { { echo "$as_me:123 4: error: cannot run $ac_config_sub" >&51847 + { { echo "$as_me:1235: error: cannot run $ac_config_sub" >&5 1831 1848 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1832 1849 { (exit 1); exit 1; }; } 1833 1850 1834 1851 -echo "$as_me:1233: checking build system type" >&5 1835 +echo "$as_me:123 8: checking build system type" >&51852 +echo "$as_me:1239: checking build system type" >&5 1836 1853 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1837 1854 if test "${ac_cv_build+set}" = set; then 1838 1855 echo $ECHO_N "(cached) $ECHO_C" >&6 1839 @@ -1239,23 +124 4,23 @@1856 @@ -1239,23 +1245,23 @@ 1840 1857 test -z "$ac_cv_build_alias" && 1841 1858 ac_cv_build_alias=`$ac_config_guess` 1842 1859 test -z "$ac_cv_build_alias" && 1843 1860 - { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5 1844 + { { echo "$as_me:124 7: error: cannot guess build type; you must specify one" >&51861 + { { echo "$as_me:1248: error: cannot guess build type; you must specify one" >&5 1845 1862 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1846 1863 { (exit 1); exit 1; }; } 1847 1864 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1848 1865 - { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1849 + { { echo "$as_me:125 1: error: $ac_config_sub $ac_cv_build_alias failed." >&51866 + { { echo "$as_me:1252: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1850 1867 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1851 1868 { (exit 1); exit 1; }; } … … 1853 1870 fi 1854 1871 -echo "$as_me:1251: result: $ac_cv_build" >&5 1855 +echo "$as_me:125 6: result: $ac_cv_build" >&51872 +echo "$as_me:1257: result: $ac_cv_build" >&5 1856 1873 echo "${ECHO_T}$ac_cv_build" >&6 1857 1874 build=$ac_cv_build … … 1861 1878 1862 1879 -echo "$as_me:1258: checking host system type" >&5 1863 +echo "$as_me:126 3: checking host system type" >&51880 +echo "$as_me:1264: checking host system type" >&5 1864 1881 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1865 1882 if test "${ac_cv_host+set}" = set; then 1866 1883 echo $ECHO_N "(cached) $ECHO_C" >&6 1867 @@ -1264,12 +12 69,12 @@1884 @@ -1264,12 +1270,12 @@ 1868 1885 test -z "$ac_cv_host_alias" && 1869 1886 ac_cv_host_alias=$ac_cv_build_alias 1870 1887 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1871 1888 - { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1872 + { { echo "$as_me:127 2: error: $ac_config_sub $ac_cv_host_alias failed" >&51889 + { { echo "$as_me:1273: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1873 1890 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1874 1891 { (exit 1); exit 1; }; } … … 1876 1893 fi 1877 1894 -echo "$as_me:1272: result: $ac_cv_host" >&5 1878 +echo "$as_me:127 7: result: $ac_cv_host" >&51895 +echo "$as_me:1278: result: $ac_cv_host" >&5 1879 1896 echo "${ECHO_T}$ac_cv_host" >&6 1880 1897 host=$ac_cv_host 1881 1898 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1882 @@ -1277,7 +128 2,7 @@1899 @@ -1277,7 +1283,7 @@ 1883 1900 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1884 1901 1885 1902 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then 1886 1903 - echo "$as_me:1280: checking target system type" >&5 1887 + echo "$as_me:128 5: checking target system type" >&51904 + echo "$as_me:1286: checking target system type" >&5 1888 1905 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1889 1906 if test "${ac_cv_target+set}" = set; then 1890 1907 echo $ECHO_N "(cached) $ECHO_C" >&6 1891 @@ -1286,12 +129 1,12 @@1908 @@ -1286,12 +1292,12 @@ 1892 1909 test "x$ac_cv_target_alias" = "x" && 1893 1910 ac_cv_target_alias=$ac_cv_host_alias 1894 1911 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 1895 1912 - { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1896 + { { echo "$as_me:129 4: error: $ac_config_sub $ac_cv_target_alias failed" >&51913 + { { echo "$as_me:1295: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1897 1914 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 1898 1915 { (exit 1); exit 1; }; } … … 1900 1917 fi 1901 1918 -echo "$as_me:1294: result: $ac_cv_target" >&5 1902 +echo "$as_me:1 299: result: $ac_cv_target" >&51919 +echo "$as_me:1300: result: $ac_cv_target" >&5 1903 1920 echo "${ECHO_T}$ac_cv_target" >&6 1904 1921 target=$ac_cv_target 1905 1922 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1906 @@ -1322,13 +132 7,13 @@1923 @@ -1322,13 +1328,13 @@ 1907 1924 fi 1908 1925 1909 1926 test -z "$system_name" && system_name="$cf_cv_system_name" 1910 1927 -test -n "$cf_cv_system_name" && echo "$as_me:1325: result: Configuring for $cf_cv_system_name" >&5 1911 +test -n "$cf_cv_system_name" && echo "$as_me:133 0: result: Configuring for $cf_cv_system_name" >&51928 +test -n "$cf_cv_system_name" && echo "$as_me:1331: result: Configuring for $cf_cv_system_name" >&5 1912 1929 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 1913 1930 1914 1931 if test ".$system_name" != ".$cf_cv_system_name" ; then 1915 1932 - echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1916 + echo "$as_me:133 4: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&51933 + echo "$as_me:1335: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1917 1934 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 1918 1935 - { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5 1919 + { { echo "$as_me:133 6: error: \"Please remove config.cache and try again.\"" >&51936 + { { echo "$as_me:1337: error: \"Please remove config.cache and try again.\"" >&5 1920 1937 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} 1921 1938 { (exit 1); exit 1; }; } 1922 1939 fi 1923 @@ -1336,7 +134 1,7 @@1940 @@ -1336,7 +1342,7 @@ 1924 1941 # Check whether --with-system-type or --without-system-type was given. 1925 1942 if test "${with_system_type+set}" = set; then 1926 1943 withval="$with_system_type" 1927 1944 - { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5 1928 + { echo "$as_me:134 4: WARNING: overriding system type to $withval" >&51945 + { echo "$as_me:1345: WARNING: overriding system type to $withval" >&5 1929 1946 echo "$as_me: WARNING: overriding system type to $withval" >&2;} 1930 1947 cf_cv_system_name=$withval 1931 1948 fi; 1932 @@ -1346,7 +135 1,7 @@1949 @@ -1346,7 +1352,7 @@ 1933 1950 1934 1951 ### Default install-location 1935 1952 1936 1953 -echo "$as_me:1349: checking for prefix" >&5 1937 +echo "$as_me:135 4: checking for prefix" >&51954 +echo "$as_me:1355: checking for prefix" >&5 1938 1955 echo $ECHO_N "checking for prefix... $ECHO_C" >&6 1939 1956 if test "x$prefix" = "xNONE" ; then 1940 1957 case "$cf_cv_system_name" in 1941 @@ -1358,11 +136 3,11 @@1958 @@ -1358,11 +1364,11 @@ 1942 1959 ;; 1943 1960 esac 1944 1961 fi 1945 1962 -echo "$as_me:1361: result: $prefix" >&5 1946 +echo "$as_me:136 6: result: $prefix" >&51963 +echo "$as_me:1367: result: $prefix" >&5 1947 1964 echo "${ECHO_T}$prefix" >&6 1948 1965 1949 1966 if test "x$prefix" = "xNONE" ; then 1950 1967 -echo "$as_me:1365: checking for default include-directory" >&5 1951 +echo "$as_me:137 0: checking for default include-directory" >&51968 +echo "$as_me:1371: checking for default include-directory" >&5 1952 1969 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6 1953 1970 test -n "$verbose" && echo 1>&6 1954 1971 for cf_symbol in \ 1955 @@ -1385,7 +139 0,7 @@1972 @@ -1385,7 +1391,7 @@ 1956 1973 fi 1957 1974 test -n "$verbose" && echo " tested $cf_dir" 1>&6 1958 1975 done 1959 1976 -echo "$as_me:1388: result: $includedir" >&5 1960 +echo "$as_me:139 3: result: $includedir" >&51977 +echo "$as_me:1394: result: $includedir" >&5 1961 1978 echo "${ECHO_T}$includedir" >&6 1962 1979 fi 1963 1980 1964 @@ -1399,7 +140 4,7 @@1981 @@ -1399,7 +1405,7 @@ 1965 1982 if test -n "$ac_tool_prefix"; then 1966 1983 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1967 1984 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1968 1985 -echo "$as_me:1402: checking for $ac_word" >&5 1969 +echo "$as_me:140 7: checking for $ac_word" >&51986 +echo "$as_me:1408: checking for $ac_word" >&5 1970 1987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1971 1988 if test "${ac_cv_prog_CC+set}" = set; then 1972 1989 echo $ECHO_N "(cached) $ECHO_C" >&6 1973 @@ -1414,7 +14 19,7 @@1990 @@ -1414,7 +1420,7 @@ 1974 1991 test -z "$ac_dir" && ac_dir=. 1975 1992 $as_executable_p "$ac_dir/$ac_word" || continue 1976 1993 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1977 1994 -echo "$as_me:1417: found $ac_dir/$ac_word" >&5 1978 +echo "$as_me:142 2: found $ac_dir/$ac_word" >&51995 +echo "$as_me:1423: found $ac_dir/$ac_word" >&5 1979 1996 break 1980 1997 done 1981 1998 1982 @@ -1422,10 +142 7,10 @@1999 @@ -1422,10 +1428,10 @@ 1983 2000 fi 1984 2001 CC=$ac_cv_prog_CC 1985 2002 if test -n "$CC"; then 1986 2003 - echo "$as_me:1425: result: $CC" >&5 1987 + echo "$as_me:143 0: result: $CC" >&52004 + echo "$as_me:1431: result: $CC" >&5 1988 2005 echo "${ECHO_T}$CC" >&6 1989 2006 else 1990 2007 - echo "$as_me:1428: result: no" >&5 1991 + echo "$as_me:143 3: result: no" >&52008 + echo "$as_me:1434: result: no" >&5 1992 2009 echo "${ECHO_T}no" >&6 1993 2010 fi 1994 2011 1995 @@ -1434,7 +14 39,7 @@2012 @@ -1434,7 +1440,7 @@ 1996 2013 ac_ct_CC=$CC 1997 2014 # Extract the first word of "gcc", so it can be a program name with args. 1998 2015 set dummy gcc; ac_word=$2 1999 2016 -echo "$as_me:1437: checking for $ac_word" >&5 2000 +echo "$as_me:144 2: checking for $ac_word" >&52017 +echo "$as_me:1443: checking for $ac_word" >&5 2001 2018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2002 2019 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2003 2020 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 @@ -1449,7 +145 4,7 @@2021 @@ -1449,7 +1455,7 @@ 2005 2022 test -z "$ac_dir" && ac_dir=. 2006 2023 $as_executable_p "$ac_dir/$ac_word" || continue 2007 2024 ac_cv_prog_ac_ct_CC="gcc" 2008 2025 -echo "$as_me:1452: found $ac_dir/$ac_word" >&5 2009 +echo "$as_me:145 7: found $ac_dir/$ac_word" >&52026 +echo "$as_me:1458: found $ac_dir/$ac_word" >&5 2010 2027 break 2011 2028 done 2012 2029 2013 @@ -1457,10 +146 2,10 @@2030 @@ -1457,10 +1463,10 @@ 2014 2031 fi 2015 2032 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2016 2033 if test -n "$ac_ct_CC"; then 2017 2034 - echo "$as_me:1460: result: $ac_ct_CC" >&5 2018 + echo "$as_me:146 5: result: $ac_ct_CC" >&52035 + echo "$as_me:1466: result: $ac_ct_CC" >&5 2019 2036 echo "${ECHO_T}$ac_ct_CC" >&6 2020 2037 else 2021 2038 - echo "$as_me:1463: result: no" >&5 2022 + echo "$as_me:146 8: result: no" >&52039 + echo "$as_me:1469: result: no" >&5 2023 2040 echo "${ECHO_T}no" >&6 2024 2041 fi 2025 2042 2026 @@ -1473,7 +147 8,7 @@2043 @@ -1473,7 +1479,7 @@ 2027 2044 if test -n "$ac_tool_prefix"; then 2028 2045 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2029 2046 set dummy ${ac_tool_prefix}cc; ac_word=$2 2030 2047 -echo "$as_me:1476: checking for $ac_word" >&5 2031 +echo "$as_me:148 1: checking for $ac_word" >&52048 +echo "$as_me:1482: checking for $ac_word" >&5 2032 2049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2033 2050 if test "${ac_cv_prog_CC+set}" = set; then 2034 2051 echo $ECHO_N "(cached) $ECHO_C" >&6 2035 @@ -1488,7 +149 3,7 @@2052 @@ -1488,7 +1494,7 @@ 2036 2053 test -z "$ac_dir" && ac_dir=. 2037 2054 $as_executable_p "$ac_dir/$ac_word" || continue 2038 2055 ac_cv_prog_CC="${ac_tool_prefix}cc" 2039 2056 -echo "$as_me:1491: found $ac_dir/$ac_word" >&5 2040 +echo "$as_me:149 6: found $ac_dir/$ac_word" >&52057 +echo "$as_me:1497: found $ac_dir/$ac_word" >&5 2041 2058 break 2042 2059 done 2043 2060 2044 @@ -1496,10 +150 1,10 @@2061 @@ -1496,10 +1502,10 @@ 2045 2062 fi 2046 2063 CC=$ac_cv_prog_CC 2047 2064 if test -n "$CC"; then 2048 2065 - echo "$as_me:1499: result: $CC" >&5 2049 + echo "$as_me:150 4: result: $CC" >&52066 + echo "$as_me:1505: result: $CC" >&5 2050 2067 echo "${ECHO_T}$CC" >&6 2051 2068 else 2052 2069 - echo "$as_me:1502: result: no" >&5 2053 + echo "$as_me:150 7: result: no" >&52070 + echo "$as_me:1508: result: no" >&5 2054 2071 echo "${ECHO_T}no" >&6 2055 2072 fi 2056 2073 2057 @@ -1508,7 +151 3,7 @@2074 @@ -1508,7 +1514,7 @@ 2058 2075 ac_ct_CC=$CC 2059 2076 # Extract the first word of "cc", so it can be a program name with args. 2060 2077 set dummy cc; ac_word=$2 2061 2078 -echo "$as_me:1511: checking for $ac_word" >&5 2062 +echo "$as_me:151 6: checking for $ac_word" >&52079 +echo "$as_me:1517: checking for $ac_word" >&5 2063 2080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2064 2081 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2065 2082 echo $ECHO_N "(cached) $ECHO_C" >&6 2066 @@ -1523,7 +152 8,7 @@2083 @@ -1523,7 +1529,7 @@ 2067 2084 test -z "$ac_dir" && ac_dir=. 2068 2085 $as_executable_p "$ac_dir/$ac_word" || continue 2069 2086 ac_cv_prog_ac_ct_CC="cc" 2070 2087 -echo "$as_me:1526: found $ac_dir/$ac_word" >&5 2071 +echo "$as_me:153 1: found $ac_dir/$ac_word" >&52088 +echo "$as_me:1532: found $ac_dir/$ac_word" >&5 2072 2089 break 2073 2090 done 2074 2091 2075 @@ -1531,10 +153 6,10 @@2092 @@ -1531,10 +1537,10 @@ 2076 2093 fi 2077 2094 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2078 2095 if test -n "$ac_ct_CC"; then 2079 2096 - echo "$as_me:1534: result: $ac_ct_CC" >&5 2080 + echo "$as_me:15 39: result: $ac_ct_CC" >&52097 + echo "$as_me:1540: result: $ac_ct_CC" >&5 2081 2098 echo "${ECHO_T}$ac_ct_CC" >&6 2082 2099 else 2083 2100 - echo "$as_me:1537: result: no" >&5 2084 + echo "$as_me:154 2: result: no" >&52101 + echo "$as_me:1543: result: no" >&5 2085 2102 echo "${ECHO_T}no" >&6 2086 2103 fi 2087 2104 2088 @@ -1547,7 +155 2,7 @@2105 @@ -1547,7 +1553,7 @@ 2089 2106 if test -z "$CC"; then 2090 2107 # Extract the first word of "cc", so it can be a program name with args. 2091 2108 set dummy cc; ac_word=$2 2092 2109 -echo "$as_me:1550: checking for $ac_word" >&5 2093 +echo "$as_me:155 5: checking for $ac_word" >&52110 +echo "$as_me:1556: checking for $ac_word" >&5 2094 2111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2095 2112 if test "${ac_cv_prog_CC+set}" = set; then 2096 2113 echo $ECHO_N "(cached) $ECHO_C" >&6 2097 @@ -1567,7 +157 2,7 @@2114 @@ -1567,7 +1573,7 @@ 2098 2115 continue 2099 2116 fi 2100 2117 ac_cv_prog_CC="cc" 2101 2118 -echo "$as_me:1570: found $ac_dir/$ac_word" >&5 2102 +echo "$as_me:157 5: found $ac_dir/$ac_word" >&52119 +echo "$as_me:1576: found $ac_dir/$ac_word" >&5 2103 2120 break 2104 2121 done 2105 2122 2106 @@ -1589,10 +159 4,10 @@2123 @@ -1589,10 +1595,10 @@ 2107 2124 fi 2108 2125 CC=$ac_cv_prog_CC 2109 2126 if test -n "$CC"; then 2110 2127 - echo "$as_me:1592: result: $CC" >&5 2111 + echo "$as_me:159 7: result: $CC" >&52128 + echo "$as_me:1598: result: $CC" >&5 2112 2129 echo "${ECHO_T}$CC" >&6 2113 2130 else 2114 2131 - echo "$as_me:1595: result: no" >&5 2115 + echo "$as_me:160 0: result: no" >&52132 + echo "$as_me:1601: result: no" >&5 2116 2133 echo "${ECHO_T}no" >&6 2117 2134 fi 2118 2135 2119 @@ -1603,7 +160 8,7 @@2136 @@ -1603,7 +1609,7 @@ 2120 2137 do 2121 2138 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2122 2139 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2123 2140 -echo "$as_me:1606: checking for $ac_word" >&5 2124 +echo "$as_me:161 1: checking for $ac_word" >&52141 +echo "$as_me:1612: checking for $ac_word" >&5 2125 2142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2126 2143 if test "${ac_cv_prog_CC+set}" = set; then 2127 2144 echo $ECHO_N "(cached) $ECHO_C" >&6 2128 @@ -1618,7 +162 3,7 @@2145 @@ -1618,7 +1624,7 @@ 2129 2146 test -z "$ac_dir" && ac_dir=. 2130 2147 $as_executable_p "$ac_dir/$ac_word" || continue 2131 2148 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2132 2149 -echo "$as_me:1621: found $ac_dir/$ac_word" >&5 2133 +echo "$as_me:162 6: found $ac_dir/$ac_word" >&52150 +echo "$as_me:1627: found $ac_dir/$ac_word" >&5 2134 2151 break 2135 2152 done 2136 2153 2137 @@ -1626,10 +163 1,10 @@2154 @@ -1626,10 +1632,10 @@ 2138 2155 fi 2139 2156 CC=$ac_cv_prog_CC 2140 2157 if test -n "$CC"; then 2141 2158 - echo "$as_me:1629: result: $CC" >&5 2142 + echo "$as_me:163 4: result: $CC" >&52159 + echo "$as_me:1635: result: $CC" >&5 2143 2160 echo "${ECHO_T}$CC" >&6 2144 2161 else 2145 2162 - echo "$as_me:1632: result: no" >&5 2146 + echo "$as_me:163 7: result: no" >&52163 + echo "$as_me:1638: result: no" >&5 2147 2164 echo "${ECHO_T}no" >&6 2148 2165 fi 2149 2166 2150 @@ -1642,7 +164 7,7 @@2167 @@ -1642,7 +1648,7 @@ 2151 2168 do 2152 2169 # Extract the first word of "$ac_prog", so it can be a program name with args. 2153 2170 set dummy $ac_prog; ac_word=$2 2154 2171 -echo "$as_me:1645: checking for $ac_word" >&5 2155 +echo "$as_me:165 0: checking for $ac_word" >&52172 +echo "$as_me:1651: checking for $ac_word" >&5 2156 2173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2157 2174 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2158 2175 echo $ECHO_N "(cached) $ECHO_C" >&6 2159 @@ -1657,7 +166 2,7 @@2176 @@ -1657,7 +1663,7 @@ 2160 2177 test -z "$ac_dir" && ac_dir=. 2161 2178 $as_executable_p "$ac_dir/$ac_word" || continue 2162 2179 ac_cv_prog_ac_ct_CC="$ac_prog" 2163 2180 -echo "$as_me:1660: found $ac_dir/$ac_word" >&5 2164 +echo "$as_me:166 5: found $ac_dir/$ac_word" >&52181 +echo "$as_me:1666: found $ac_dir/$ac_word" >&5 2165 2182 break 2166 2183 done 2167 2184 2168 @@ -1665,10 +167 0,10 @@2185 @@ -1665,10 +1671,10 @@ 2169 2186 fi 2170 2187 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2171 2188 if test -n "$ac_ct_CC"; then 2172 2189 - echo "$as_me:1668: result: $ac_ct_CC" >&5 2173 + echo "$as_me:167 3: result: $ac_ct_CC" >&52190 + echo "$as_me:1674: result: $ac_ct_CC" >&5 2174 2191 echo "${ECHO_T}$ac_ct_CC" >&6 2175 2192 else 2176 2193 - echo "$as_me:1671: result: no" >&5 2177 + echo "$as_me:167 6: result: no" >&52194 + echo "$as_me:1677: result: no" >&5 2178 2195 echo "${ECHO_T}no" >&6 2179 2196 fi 2180 2197 2181 @@ -1680,32 +168 5,32 @@2198 @@ -1680,32 +1686,32 @@ 2182 2199 2183 2200 fi 2184 2201 2185 2202 -test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5 2186 +test -z "$CC" && { { echo "$as_me:168 8: error: no acceptable cc found in \$PATH" >&52203 +test -z "$CC" && { { echo "$as_me:1689: error: no acceptable cc found in \$PATH" >&5 2187 2204 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2188 2205 { (exit 1); exit 1; }; } … … 2190 2207 # Provide some information about the compiler. 2191 2208 -echo "$as_me:1688:" \ 2192 +echo "$as_me:169 3:" \2209 +echo "$as_me:1694:" \ 2193 2210 "checking for C compiler version" >&5 2194 2211 ac_compiler=`set X $ac_compile; echo $2` 2195 2212 -{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5 2196 +{ (eval echo "$as_me:169 6: \"$ac_compiler --version </dev/null >&5\"") >&52213 +{ (eval echo "$as_me:1697: \"$ac_compiler --version </dev/null >&5\"") >&5 2197 2214 (eval $ac_compiler --version </dev/null >&5) 2>&5 2198 2215 ac_status=$? 2199 2216 - echo "$as_me:1694: \$? = $ac_status" >&5 2200 + echo "$as_me:1 699: \$? = $ac_status" >&52217 + echo "$as_me:1700: \$? = $ac_status" >&5 2201 2218 (exit $ac_status); } 2202 2219 -{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5 2203 +{ (eval echo "$as_me:170 1: \"$ac_compiler -v </dev/null >&5\"") >&52220 +{ (eval echo "$as_me:1702: \"$ac_compiler -v </dev/null >&5\"") >&5 2204 2221 (eval $ac_compiler -v </dev/null >&5) 2>&5 2205 2222 ac_status=$? 2206 2223 - echo "$as_me:1699: \$? = $ac_status" >&5 2207 + echo "$as_me:170 4: \$? = $ac_status" >&52224 + echo "$as_me:1705: \$? = $ac_status" >&5 2208 2225 (exit $ac_status); } 2209 2226 -{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5 2210 +{ (eval echo "$as_me:170 6: \"$ac_compiler -V </dev/null >&5\"") >&52227 +{ (eval echo "$as_me:1707: \"$ac_compiler -V </dev/null >&5\"") >&5 2211 2228 (eval $ac_compiler -V </dev/null >&5) 2>&5 2212 2229 ac_status=$? 2213 2230 - echo "$as_me:1704: \$? = $ac_status" >&5 2214 + echo "$as_me:17 09: \$? = $ac_status" >&52231 + echo "$as_me:1710: \$? = $ac_status" >&5 2215 2232 (exit $ac_status); } 2216 2233 2217 2234 cat >conftest.$ac_ext <<_ACEOF 2218 2235 -#line 1708 "configure" 2219 +#line 171 3"configure"2236 +#line 1714 "configure" 2220 2237 #include "confdefs.h" 2221 2238 2222 2239 int 2223 @@ -1721,13 +172 6,13 @@2240 @@ -1721,13 +1727,13 @@ 2224 2241 # Try to create an executable without -o first, disregard a.out. 2225 2242 # It will help us diagnose broken compilers, and finding out an intuition 2226 2243 # of exeext. 2227 2244 -echo "$as_me:1724: checking for C compiler default output" >&5 2228 +echo "$as_me:17 29: checking for C compiler default output" >&52245 +echo "$as_me:1730: checking for C compiler default output" >&5 2229 2246 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2230 2247 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2231 2248 -if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5 2232 +if { (eval echo "$as_me:173 2: \"$ac_link_default\"") >&52249 +if { (eval echo "$as_me:1733: \"$ac_link_default\"") >&5 2233 2250 (eval $ac_link_default) 2>&5 2234 2251 ac_status=$? 2235 2252 - echo "$as_me:1730: \$? = $ac_status" >&5 2236 + echo "$as_me:173 5: \$? = $ac_status" >&52253 + echo "$as_me:1736: \$? = $ac_status" >&5 2237 2254 (exit $ac_status); }; then 2238 2255 # Find the output, starting from the most likely. This scheme is 2239 2256 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 2240 @@ -1736,7 +174 1,7 @@2257 @@ -1736,7 +1742,7 @@ 2241 2258 ls a.out conftest 2>/dev/null; 2242 2259 ls a.* conftest.* 2>/dev/null`; do … … 2247 2264 # certainly right. 2248 2265 break;; 2249 @@ -1750,34 +175 5,34 @@2266 @@ -1750,34 +1756,34 @@ 2250 2267 else 2251 2268 echo "$as_me: failed program was:" >&5 2252 2269 cat conftest.$ac_ext >&5 2253 2270 -{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5 2254 +{ { echo "$as_me:175 8: error: C compiler cannot create executables" >&52271 +{ { echo "$as_me:1759: error: C compiler cannot create executables" >&5 2255 2272 echo "$as_me: error: C compiler cannot create executables" >&2;} 2256 2273 { (exit 77); exit 77; }; } … … 2259 2276 ac_exeext=$ac_cv_exeext 2260 2277 -echo "$as_me:1759: result: $ac_file" >&5 2261 +echo "$as_me:176 4: result: $ac_file" >&52278 +echo "$as_me:1765: result: $ac_file" >&5 2262 2279 echo "${ECHO_T}$ac_file" >&6 2263 2280 … … 2265 2282 # the compiler is broken, or we cross compile. 2266 2283 -echo "$as_me:1764: checking whether the C compiler works" >&5 2267 +echo "$as_me:17 69: checking whether the C compiler works" >&52284 +echo "$as_me:1770: checking whether the C compiler works" >&5 2268 2285 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2269 2286 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 … … 2272 2289 if { ac_try='./$ac_file' 2273 2290 - { (eval echo "$as_me:1770: \"$ac_try\"") >&5 2274 + { (eval echo "$as_me:177 5: \"$ac_try\"") >&52291 + { (eval echo "$as_me:1776: \"$ac_try\"") >&5 2275 2292 (eval $ac_try) 2>&5 2276 2293 ac_status=$? 2277 2294 - echo "$as_me:1773: \$? = $ac_status" >&5 2278 + echo "$as_me:177 8: \$? = $ac_status" >&52295 + echo "$as_me:1779: \$? = $ac_status" >&5 2279 2296 (exit $ac_status); }; }; then 2280 2297 cross_compiling=no … … 2284 2301 else 2285 2302 - { { echo "$as_me:1780: error: cannot run C compiled programs. 2286 + { { echo "$as_me:178 5: error: cannot run C compiled programs.2303 + { { echo "$as_me:1786: error: cannot run C compiled programs. 2287 2304 If you meant to cross compile, use \`--host'." >&5 2288 2305 echo "$as_me: error: cannot run C compiled programs. 2289 2306 If you meant to cross compile, use \`--host'." >&2;} 2290 @@ -1785,24 +179 0,24 @@2307 @@ -1785,24 +1791,24 @@ 2291 2308 fi 2292 2309 fi 2293 2310 fi 2294 2311 -echo "$as_me:1788: result: yes" >&5 2295 +echo "$as_me:179 3: result: yes" >&52312 +echo "$as_me:1794: result: yes" >&5 2296 2313 echo "${ECHO_T}yes" >&6 2297 2314 … … 2301 2318 # the compiler is broken, or we cross compile. 2302 2319 -echo "$as_me:1795: checking whether we are cross compiling" >&5 2303 +echo "$as_me:180 0: checking whether we are cross compiling" >&52320 +echo "$as_me:1801: checking whether we are cross compiling" >&5 2304 2321 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2305 2322 -echo "$as_me:1797: result: $cross_compiling" >&5 2306 +echo "$as_me:180 2: result: $cross_compiling" >&52323 +echo "$as_me:1803: result: $cross_compiling" >&5 2307 2324 echo "${ECHO_T}$cross_compiling" >&6 2308 2325 2309 2326 -echo "$as_me:1800: checking for executable suffix" >&5 2310 +echo "$as_me:180 5: checking for executable suffix" >&52327 +echo "$as_me:1806: checking for executable suffix" >&5 2311 2328 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2312 2329 -if { (eval echo "$as_me:1802: \"$ac_link\"") >&5 2313 +if { (eval echo "$as_me:180 7: \"$ac_link\"") >&52330 +if { (eval echo "$as_me:1808: \"$ac_link\"") >&5 2314 2331 (eval $ac_link) 2>&5 2315 2332 ac_status=$? 2316 2333 - echo "$as_me:1805: \$? = $ac_status" >&5 2317 + echo "$as_me:181 0: \$? = $ac_status" >&52334 + echo "$as_me:1811: \$? = $ac_status" >&5 2318 2335 (exit $ac_status); }; then 2319 2336 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2320 2337 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2321 @@ -1810,7 +181 5,7 @@2338 @@ -1810,7 +1816,7 @@ 2322 2339 # `rm'. 2323 2340 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do … … 2328 2345 export ac_cv_exeext 2329 2346 break;; 2330 @@ -1818,25 +182 3,25 @@2347 @@ -1818,25 +1824,25 @@ 2331 2348 esac 2332 2349 done 2333 2350 else 2334 2351 - { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5 2335 + { { echo "$as_me:182 6: error: cannot compute EXEEXT: cannot compile and link" >&52352 + { { echo "$as_me:1827: error: cannot compute EXEEXT: cannot compile and link" >&5 2336 2353 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2337 2354 { (exit 1); exit 1; }; } … … 2340 2357 rm -f conftest$ac_cv_exeext 2341 2358 -echo "$as_me:1827: result: $ac_cv_exeext" >&5 2342 +echo "$as_me:183 2: result: $ac_cv_exeext" >&52359 +echo "$as_me:1833: result: $ac_cv_exeext" >&5 2343 2360 echo "${ECHO_T}$ac_cv_exeext" >&6 2344 2361 … … 2347 2364 ac_exeext=$EXEEXT 2348 2365 -echo "$as_me:1833: checking for object suffix" >&5 2349 +echo "$as_me:183 8: checking for object suffix" >&52366 +echo "$as_me:1839: checking for object suffix" >&5 2350 2367 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2351 2368 if test "${ac_cv_objext+set}" = set; then … … 2354 2371 cat >conftest.$ac_ext <<_ACEOF 2355 2372 -#line 1839 "configure" 2356 +#line 184 4"configure"2373 +#line 1845 "configure" 2357 2374 #include "confdefs.h" 2358 2375 2359 2376 int 2360 @@ -1848,14 +185 3,14 @@2377 @@ -1848,14 +1854,14 @@ 2361 2378 } 2362 2379 _ACEOF 2363 2380 rm -f conftest.o conftest.obj 2364 2381 -if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5 2365 +if { (eval echo "$as_me:185 6: \"$ac_compile\"") >&52382 +if { (eval echo "$as_me:1857: \"$ac_compile\"") >&5 2366 2383 (eval $ac_compile) 2>&5 2367 2384 ac_status=$? 2368 2385 - echo "$as_me:1854: \$? = $ac_status" >&5 2369 + echo "$as_me:18 59: \$? = $ac_status" >&52386 + echo "$as_me:1860: \$? = $ac_status" >&5 2370 2387 (exit $ac_status); }; then 2371 2388 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do … … 2376 2393 break;; 2377 2394 esac 2378 @@ -1863,24 +186 8,24 @@2395 @@ -1863,24 +1869,24 @@ 2379 2396 else 2380 2397 echo "$as_me: failed program was:" >&5 2381 2398 cat conftest.$ac_ext >&5 2382 2399 -{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5 2383 +{ { echo "$as_me:187 1: error: cannot compute OBJEXT: cannot compile" >&52400 +{ { echo "$as_me:1872: error: cannot compute OBJEXT: cannot compile" >&5 2384 2401 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2385 2402 { (exit 1); exit 1; }; } … … 2389 2406 fi 2390 2407 -echo "$as_me:1873: result: $ac_cv_objext" >&5 2391 +echo "$as_me:187 8: result: $ac_cv_objext" >&52408 +echo "$as_me:1879: result: $ac_cv_objext" >&5 2392 2409 echo "${ECHO_T}$ac_cv_objext" >&6 2393 2410 OBJEXT=$ac_cv_objext 2394 2411 ac_objext=$OBJEXT 2395 2412 -echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5 2396 +echo "$as_me:188 2: checking whether we are using the GNU C compiler" >&52413 +echo "$as_me:1883: checking whether we are using the GNU C compiler" >&5 2397 2414 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2398 2415 if test "${ac_cv_c_compiler_gnu+set}" = set; then … … 2401 2418 cat >conftest.$ac_ext <<_ACEOF 2402 2419 -#line 1883 "configure" 2403 +#line 188 8"configure"2420 +#line 1889 "configure" 2404 2421 #include "confdefs.h" 2405 2422 2406 2423 int 2407 @@ -1895,16 +190 0,16 @@2424 @@ -1895,16 +1901,16 @@ 2408 2425 } 2409 2426 _ACEOF 2410 2427 rm -f conftest.$ac_objext 2411 2428 -if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5 2412 +if { (eval echo "$as_me:190 3: \"$ac_compile\"") >&52429 +if { (eval echo "$as_me:1904: \"$ac_compile\"") >&5 2413 2430 (eval $ac_compile) 2>&5 2414 2431 ac_status=$? 2415 2432 - echo "$as_me:1901: \$? = $ac_status" >&5 2416 + echo "$as_me:190 6: \$? = $ac_status" >&52433 + echo "$as_me:1907: \$? = $ac_status" >&5 2417 2434 (exit $ac_status); } && 2418 2435 { ac_try='test -s conftest.$ac_objext' 2419 2436 - { (eval echo "$as_me:1904: \"$ac_try\"") >&5 2420 + { (eval echo "$as_me:19 09: \"$ac_try\"") >&52437 + { (eval echo "$as_me:1910: \"$ac_try\"") >&5 2421 2438 (eval $ac_try) 2>&5 2422 2439 ac_status=$? 2423 2440 - echo "$as_me:1907: \$? = $ac_status" >&5 2424 + echo "$as_me:191 2: \$? = $ac_status" >&52441 + echo "$as_me:1913: \$? = $ac_status" >&5 2425 2442 (exit $ac_status); }; }; then 2426 2443 ac_compiler_gnu=yes 2427 2444 else 2428 @@ -1916,19 +192 1,19 @@2445 @@ -1916,19 +1922,19 @@ 2429 2446 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2430 2447 2431 2448 fi 2432 2449 -echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5 2433 +echo "$as_me:192 4: result: $ac_cv_c_compiler_gnu" >&52450 +echo "$as_me:1925: result: $ac_cv_c_compiler_gnu" >&5 2434 2451 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2435 2452 GCC=`test $ac_compiler_gnu = yes && echo yes` … … 2438 2455 CFLAGS="-g" 2439 2456 -echo "$as_me:1925: checking whether $CC accepts -g" >&5 2440 +echo "$as_me:193 0: checking whether $CC accepts -g" >&52457 +echo "$as_me:1931: checking whether $CC accepts -g" >&5 2441 2458 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2442 2459 if test "${ac_cv_prog_cc_g+set}" = set; then … … 2445 2462 cat >conftest.$ac_ext <<_ACEOF 2446 2463 -#line 1931 "configure" 2447 +#line 193 6"configure"2464 +#line 1937 "configure" 2448 2465 #include "confdefs.h" 2449 2466 2450 2467 int 2451 @@ -1940,16 +194 5,16 @@2468 @@ -1940,16 +1946,16 @@ 2452 2469 } 2453 2470 _ACEOF 2454 2471 rm -f conftest.$ac_objext 2455 2472 -if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5 2456 +if { (eval echo "$as_me:194 8: \"$ac_compile\"") >&52473 +if { (eval echo "$as_me:1949: \"$ac_compile\"") >&5 2457 2474 (eval $ac_compile) 2>&5 2458 2475 ac_status=$? 2459 2476 - echo "$as_me:1946: \$? = $ac_status" >&5 2460 + echo "$as_me:195 1: \$? = $ac_status" >&52477 + echo "$as_me:1952: \$? = $ac_status" >&5 2461 2478 (exit $ac_status); } && 2462 2479 { ac_try='test -s conftest.$ac_objext' 2463 2480 - { (eval echo "$as_me:1949: \"$ac_try\"") >&5 2464 + { (eval echo "$as_me:195 4: \"$ac_try\"") >&52481 + { (eval echo "$as_me:1955: \"$ac_try\"") >&5 2465 2482 (eval $ac_try) 2>&5 2466 2483 ac_status=$? 2467 2484 - echo "$as_me:1952: \$? = $ac_status" >&5 2468 + echo "$as_me:195 7: \$? = $ac_status" >&52485 + echo "$as_me:1958: \$? = $ac_status" >&5 2469 2486 (exit $ac_status); }; }; then 2470 2487 ac_cv_prog_cc_g=yes 2471 2488 else 2472 @@ -1959,7 +196 4,7 @@2489 @@ -1959,7 +1965,7 @@ 2473 2490 fi 2474 2491 rm -f conftest.$ac_objext conftest.$ac_ext 2475 2492 fi 2476 2493 -echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5 2477 +echo "$as_me:196 7: result: $ac_cv_prog_cc_g" >&52494 +echo "$as_me:1968: result: $ac_cv_prog_cc_g" >&5 2478 2495 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2479 2496 if test "$ac_test_CFLAGS" = set; then 2480 2497 CFLAGS=$ac_save_CFLAGS 2481 @@ -1986,16 +199 1,16 @@2498 @@ -1986,16 +1992,16 @@ 2482 2499 #endif 2483 2500 _ACEOF 2484 2501 rm -f conftest.$ac_objext 2485 2502 -if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5 2486 +if { (eval echo "$as_me:199 4: \"$ac_compile\"") >&52503 +if { (eval echo "$as_me:1995: \"$ac_compile\"") >&5 2487 2504 (eval $ac_compile) 2>&5 2488 2505 ac_status=$? 2489 2506 - echo "$as_me:1992: \$? = $ac_status" >&5 2490 + echo "$as_me:199 7: \$? = $ac_status" >&52507 + echo "$as_me:1998: \$? = $ac_status" >&5 2491 2508 (exit $ac_status); } && 2492 2509 { ac_try='test -s conftest.$ac_objext' 2493 2510 - { (eval echo "$as_me:1995: \"$ac_try\"") >&5 2494 + { (eval echo "$as_me:200 0: \"$ac_try\"") >&52511 + { (eval echo "$as_me:2001: \"$ac_try\"") >&5 2495 2512 (eval $ac_try) 2>&5 2496 2513 ac_status=$? 2497 2514 - echo "$as_me:1998: \$? = $ac_status" >&5 2498 + echo "$as_me:200 3: \$? = $ac_status" >&52515 + echo "$as_me:2004: \$? = $ac_status" >&5 2499 2516 (exit $ac_status); }; }; then 2500 2517 for ac_declaration in \ 2501 2518 ''\ 2502 @@ -2007,7 +201 2,7 @@2519 @@ -2007,7 +2013,7 @@ 2503 2520 'void exit (int);' 2504 2521 do 2505 2522 cat >conftest.$ac_ext <<_ACEOF 2506 2523 -#line 2010 "configure" 2507 +#line 201 5"configure"2524 +#line 2016 "configure" 2508 2525 #include "confdefs.h" 2509 2526 #include <stdlib.h> 2510 2527 $ac_declaration 2511 @@ -2020,16 +202 5,16 @@2528 @@ -2020,16 +2026,16 @@ 2512 2529 } 2513 2530 _ACEOF 2514 2531 rm -f conftest.$ac_objext 2515 2532 -if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5 2516 +if { (eval echo "$as_me:202 8: \"$ac_compile\"") >&52533 +if { (eval echo "$as_me:2029: \"$ac_compile\"") >&5 2517 2534 (eval $ac_compile) 2>&5 2518 2535 ac_status=$? 2519 2536 - echo "$as_me:2026: \$? = $ac_status" >&5 2520 + echo "$as_me:203 1: \$? = $ac_status" >&52537 + echo "$as_me:2032: \$? = $ac_status" >&5 2521 2538 (exit $ac_status); } && 2522 2539 { ac_try='test -s conftest.$ac_objext' 2523 2540 - { (eval echo "$as_me:2029: \"$ac_try\"") >&5 2524 + { (eval echo "$as_me:203 4: \"$ac_try\"") >&52541 + { (eval echo "$as_me:2035: \"$ac_try\"") >&5 2525 2542 (eval $ac_try) 2>&5 2526 2543 ac_status=$? 2527 2544 - echo "$as_me:2032: \$? = $ac_status" >&5 2528 + echo "$as_me:203 7: \$? = $ac_status" >&52545 + echo "$as_me:2038: \$? = $ac_status" >&5 2529 2546 (exit $ac_status); }; }; then 2530 2547 : 2531 2548 else 2532 @@ -2039,7 +204 4,7 @@2549 @@ -2039,7 +2045,7 @@ 2533 2550 fi 2534 2551 rm -f conftest.$ac_objext conftest.$ac_ext 2535 2552 cat >conftest.$ac_ext <<_ACEOF 2536 2553 -#line 2042 "configure" 2537 +#line 204 7"configure"2554 +#line 2048 "configure" 2538 2555 #include "confdefs.h" 2539 2556 $ac_declaration 2540 2557 int 2541 @@ -2051,16 +205 6,16 @@2558 @@ -2051,16 +2057,16 @@ 2542 2559 } 2543 2560 _ACEOF 2544 2561 rm -f conftest.$ac_objext 2545 2562 -if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5 2546 +if { (eval echo "$as_me:20 59: \"$ac_compile\"") >&52563 +if { (eval echo "$as_me:2060: \"$ac_compile\"") >&5 2547 2564 (eval $ac_compile) 2>&5 2548 2565 ac_status=$? 2549 2566 - echo "$as_me:2057: \$? = $ac_status" >&5 2550 + echo "$as_me:206 2: \$? = $ac_status" >&52567 + echo "$as_me:2063: \$? = $ac_status" >&5 2551 2568 (exit $ac_status); } && 2552 2569 { ac_try='test -s conftest.$ac_objext' 2553 2570 - { (eval echo "$as_me:2060: \"$ac_try\"") >&5 2554 + { (eval echo "$as_me:206 5: \"$ac_try\"") >&52571 + { (eval echo "$as_me:2066: \"$ac_try\"") >&5 2555 2572 (eval $ac_try) 2>&5 2556 2573 ac_status=$? 2557 2574 - echo "$as_me:2063: \$? = $ac_status" >&5 2558 + echo "$as_me:206 8: \$? = $ac_status" >&52575 + echo "$as_me:2069: \$? = $ac_status" >&5 2559 2576 (exit $ac_status); }; }; then 2560 2577 break 2561 2578 else 2562 @@ -2090,11 +209 5,11 @@2579 @@ -2090,11 +2096,11 @@ 2563 2580 2564 2581 GCC_VERSION=none 2565 2582 if test "$GCC" = yes ; then 2566 2583 - echo "$as_me:2093: checking version of $CC" >&5 2567 + echo "$as_me:209 8: checking version of $CC" >&52584 + echo "$as_me:2099: checking version of $CC" >&5 2568 2585 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 2569 2586 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2570 2587 test -z "$GCC_VERSION" && GCC_VERSION=unknown 2571 2588 - echo "$as_me:2097: result: $GCC_VERSION" >&5 2572 + echo "$as_me:210 2: result: $GCC_VERSION" >&52589 + echo "$as_me:2103: result: $GCC_VERSION" >&5 2573 2590 echo "${ECHO_T}$GCC_VERSION" >&6 2574 2591 fi 2575 2592 2576 @@ -2104,7 +21 09,7 @@2593 @@ -2104,7 +2110,7 @@ 2577 2594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2578 2595 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2579 2596 ac_main_return=return 2580 2597 -echo "$as_me:2107: checking how to run the C preprocessor" >&5 2581 +echo "$as_me:211 2: checking how to run the C preprocessor" >&52598 +echo "$as_me:2113: checking how to run the C preprocessor" >&5 2582 2599 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2583 2600 # On Suns, sometimes $CPP names a directory. 2584 2601 if test -n "$CPP" && test -d "$CPP"; then 2585 @@ -2125,18 +213 0,18 @@2602 @@ -2125,18 +2131,18 @@ 2586 2603 # On the NeXT, cc -E runs the code through the compiler's parser, 2587 2604 # not just through cpp. "Syntax error" is here to catch this case. 2588 2605 cat >conftest.$ac_ext <<_ACEOF 2589 2606 -#line 2128 "configure" 2590 +#line 213 3"configure"2607 +#line 2134 "configure" 2591 2608 #include "confdefs.h" 2592 2609 #include <assert.h> … … 2594 2611 _ACEOF 2595 2612 -if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5 2596 +if { (eval echo "$as_me:213 8: \"$ac_cpp conftest.$ac_ext\"") >&52613 +if { (eval echo "$as_me:2139: \"$ac_cpp conftest.$ac_ext\"") >&5 2597 2614 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2598 2615 ac_status=$? … … 2601 2618 cat conftest.err >&5 2602 2619 - echo "$as_me:2139: \$? = $ac_status" >&5 2603 + echo "$as_me:214 4: \$? = $ac_status" >&52620 + echo "$as_me:2145: \$? = $ac_status" >&5 2604 2621 (exit $ac_status); } >/dev/null; then 2605 2622 if test -s conftest.err; then 2606 2623 ac_cpp_err=$ac_c_preproc_warn_flag 2607 @@ -2159,17 +216 4,17 @@2624 @@ -2159,17 +2165,17 @@ 2608 2625 # OK, works on sane cases. Now check whether non-existent headers 2609 2626 # can be detected and how. 2610 2627 cat >conftest.$ac_ext <<_ACEOF 2611 2628 -#line 2162 "configure" 2612 +#line 216 7"configure"2629 +#line 2168 "configure" 2613 2630 #include "confdefs.h" 2614 2631 #include <ac_nonexistent.h> 2615 2632 _ACEOF 2616 2633 -if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5 2617 +if { (eval echo "$as_me:217 1: \"$ac_cpp conftest.$ac_ext\"") >&52634 +if { (eval echo "$as_me:2172: \"$ac_cpp conftest.$ac_ext\"") >&5 2618 2635 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2619 2636 ac_status=$? … … 2622 2639 cat conftest.err >&5 2623 2640 - echo "$as_me:2172: \$? = $ac_status" >&5 2624 + echo "$as_me:217 7: \$? = $ac_status" >&52641 + echo "$as_me:2178: \$? = $ac_status" >&5 2625 2642 (exit $ac_status); } >/dev/null; then 2626 2643 if test -s conftest.err; then 2627 2644 ac_cpp_err=$ac_c_preproc_warn_flag 2628 @@ -2206,7 +221 1,7 @@2645 @@ -2206,7 +2212,7 @@ 2629 2646 else 2630 2647 ac_cv_prog_CPP=$CPP 2631 2648 fi 2632 2649 -echo "$as_me:2209: result: $CPP" >&5 2633 +echo "$as_me:221 4: result: $CPP" >&52650 +echo "$as_me:2215: result: $CPP" >&5 2634 2651 echo "${ECHO_T}$CPP" >&6 2635 2652 ac_preproc_ok=false 2636 2653 for ac_c_preproc_warn_flag in '' yes 2637 @@ -2216,18 +222 1,18 @@2654 @@ -2216,18 +2222,18 @@ 2638 2655 # On the NeXT, cc -E runs the code through the compiler's parser, 2639 2656 # not just through cpp. "Syntax error" is here to catch this case. 2640 2657 cat >conftest.$ac_ext <<_ACEOF 2641 2658 -#line 2219 "configure" 2642 +#line 222 4"configure"2659 +#line 2225 "configure" 2643 2660 #include "confdefs.h" 2644 2661 #include <assert.h> … … 2646 2663 _ACEOF 2647 2664 -if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5 2648 +if { (eval echo "$as_me:22 29: \"$ac_cpp conftest.$ac_ext\"") >&52665 +if { (eval echo "$as_me:2230: \"$ac_cpp conftest.$ac_ext\"") >&5 2649 2666 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2650 2667 ac_status=$? … … 2653 2670 cat conftest.err >&5 2654 2671 - echo "$as_me:2230: \$? = $ac_status" >&5 2655 + echo "$as_me:223 5: \$? = $ac_status" >&52672 + echo "$as_me:2236: \$? = $ac_status" >&5 2656 2673 (exit $ac_status); } >/dev/null; then 2657 2674 if test -s conftest.err; then 2658 2675 ac_cpp_err=$ac_c_preproc_warn_flag 2659 @@ -2250,17 +225 5,17 @@2676 @@ -2250,17 +2256,17 @@ 2660 2677 # OK, works on sane cases. Now check whether non-existent headers 2661 2678 # can be detected and how. 2662 2679 cat >conftest.$ac_ext <<_ACEOF 2663 2680 -#line 2253 "configure" 2664 +#line 225 8"configure"2681 +#line 2259 "configure" 2665 2682 #include "confdefs.h" 2666 2683 #include <ac_nonexistent.h> 2667 2684 _ACEOF 2668 2685 -if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5 2669 +if { (eval echo "$as_me:226 2: \"$ac_cpp conftest.$ac_ext\"") >&52686 +if { (eval echo "$as_me:2263: \"$ac_cpp conftest.$ac_ext\"") >&5 2670 2687 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2671 2688 ac_status=$? … … 2674 2691 cat conftest.err >&5 2675 2692 - echo "$as_me:2263: \$? = $ac_status" >&5 2676 + echo "$as_me:226 8: \$? = $ac_status" >&52693 + echo "$as_me:2269: \$? = $ac_status" >&5 2677 2694 (exit $ac_status); } >/dev/null; then 2678 2695 if test -s conftest.err; then 2679 2696 ac_cpp_err=$ac_c_preproc_warn_flag 2680 @@ -2288,7 +229 3,7 @@2697 @@ -2288,7 +2294,7 @@ 2681 2698 if $ac_preproc_ok; then 2682 2699 : 2683 2700 else 2684 2701 - { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5 2685 + { { echo "$as_me:229 6: error: C preprocessor \"$CPP\" fails sanity check" >&52702 + { { echo "$as_me:2297: error: C preprocessor \"$CPP\" fails sanity check" >&5 2686 2703 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 2687 2704 { (exit 1); exit 1; }; } 2688 2705 fi 2689 @@ -2301,14 +230 6,14 @@2706 @@ -2301,14 +2307,14 @@ 2690 2707 ac_main_return=return 2691 2708 2692 2709 if test $ac_cv_c_compiler_gnu = yes; then 2693 2710 - echo "$as_me:2304: checking whether $CC needs -traditional" >&5 2694 + echo "$as_me:23 09: checking whether $CC needs -traditional" >&52711 + echo "$as_me:2310: checking whether $CC needs -traditional" >&5 2695 2712 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 2696 2713 if test "${ac_cv_prog_gcc_traditional+set}" = set; then … … 2700 2717 cat >conftest.$ac_ext <<_ACEOF 2701 2718 -#line 2311 "configure" 2702 +#line 231 6"configure"2719 +#line 2317 "configure" 2703 2720 #include "confdefs.h" 2704 2721 #include <sgtty.h> 2705 2722 int Autoconf = TIOCGETP; 2706 @@ -2323,7 +232 8,7 @@2723 @@ -2323,7 +2329,7 @@ 2707 2724 2708 2725 if test $ac_cv_prog_gcc_traditional = no; then 2709 2726 cat >conftest.$ac_ext <<_ACEOF 2710 2727 -#line 2326 "configure" 2711 +#line 233 1"configure"2728 +#line 2332 "configure" 2712 2729 #include "confdefs.h" 2713 2730 #include <termio.h> 2714 2731 int Autoconf = TCGETA; 2715 @@ -2336,14 +234 1,14 @@2732 @@ -2336,14 +2342,14 @@ 2716 2733 2717 2734 fi 2718 2735 fi 2719 2736 -echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5 2720 +echo "$as_me:234 4: result: $ac_cv_prog_gcc_traditional" >&52737 +echo "$as_me:2345: result: $ac_cv_prog_gcc_traditional" >&5 2721 2738 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 2722 2739 if test $ac_cv_prog_gcc_traditional = yes; then … … 2726 2743 2727 2744 -echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5 2728 +echo "$as_me:235 1: checking whether $CC understands -c and -o together" >&52745 +echo "$as_me:2352: checking whether $CC understands -c and -o together" >&5 2729 2746 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6 2730 2747 if test "${cf_cv_prog_CC_c_o+set}" = set; then 2731 2748 echo $ECHO_N "(cached) $ECHO_C" >&6 2732 @@ -2359,15 +236 4,15 @@2749 @@ -2359,15 +2365,15 @@ 2733 2750 # We do the test twice because some compilers refuse to overwrite an 2734 2751 # existing .o file with -o, though they will create one. 2735 2752 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 2736 2753 -if { (eval echo "$as_me:2362: \"$ac_try\"") >&5 2737 +if { (eval echo "$as_me:236 7: \"$ac_try\"") >&52754 +if { (eval echo "$as_me:2368: \"$ac_try\"") >&5 2738 2755 (eval $ac_try) 2>&5 2739 2756 ac_status=$? 2740 2757 - echo "$as_me:2365: \$? = $ac_status" >&5 2741 + echo "$as_me:237 0: \$? = $ac_status" >&52758 + echo "$as_me:2371: \$? = $ac_status" >&5 2742 2759 (exit $ac_status); } && 2743 2760 - test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5 2744 + test -f conftest2.$ac_objext && { (eval echo "$as_me:237 2: \"$ac_try\"") >&52761 + test -f conftest2.$ac_objext && { (eval echo "$as_me:2373: \"$ac_try\"") >&5 2745 2762 (eval $ac_try) 2>&5 2746 2763 ac_status=$? 2747 2764 - echo "$as_me:2370: \$? = $ac_status" >&5 2748 + echo "$as_me:237 5: \$? = $ac_status" >&52765 + echo "$as_me:2376: \$? = $ac_status" >&5 2749 2766 (exit $ac_status); }; 2750 2767 then 2751 2768 eval cf_cv_prog_CC_c_o=yes 2752 @@ -2378,19 +238 3,19 @@2769 @@ -2378,19 +2384,19 @@ 2753 2770 2754 2771 fi 2755 2772 if test $cf_cv_prog_CC_c_o = yes; then 2756 2773 - echo "$as_me:2381: result: yes" >&5 2757 + echo "$as_me:238 6: result: yes" >&52774 + echo "$as_me:2387: result: yes" >&5 2758 2775 echo "${ECHO_T}yes" >&6 2759 2776 else 2760 2777 - echo "$as_me:2384: result: no" >&5 2761 + echo "$as_me:23 89: result: no" >&52778 + echo "$as_me:2390: result: no" >&5 2762 2779 echo "${ECHO_T}no" >&6 2763 2780 fi 2764 2781 2765 2782 -echo "$as_me:2388: checking for POSIXized ISC" >&5 2766 +echo "$as_me:239 3: checking for POSIXized ISC" >&52783 +echo "$as_me:2394: checking for POSIXized ISC" >&5 2767 2784 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 2768 2785 if test -d /etc/conf/kconfig.d && … … 2770 2787 then 2771 2788 - echo "$as_me:2393: result: yes" >&5 2772 + echo "$as_me:239 8: result: yes" >&52789 + echo "$as_me:2399: result: yes" >&5 2773 2790 echo "${ECHO_T}yes" >&6 2774 2791 ISC=yes # If later tests want to check for ISC. 2775 2792 2776 @@ -2404,12 +24 09,12 @@2793 @@ -2404,12 +2410,12 @@ 2777 2794 CC="$CC -Xp" 2778 2795 fi 2779 2796 else 2780 2797 - echo "$as_me:2407: result: no" >&5 2781 + echo "$as_me:241 2: result: no" >&52798 + echo "$as_me:2413: result: no" >&5 2782 2799 echo "${ECHO_T}no" >&6 2783 2800 ISC= … … 2785 2802 2786 2803 -echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5 2787 +echo "$as_me:241 7: checking for ${CC-cc} option to accept ANSI C" >&52804 +echo "$as_me:2418: checking for ${CC-cc} option to accept ANSI C" >&5 2788 2805 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 2789 2806 if test "${cf_cv_ansi_cc+set}" = set; then 2790 2807 echo $ECHO_N "(cached) $ECHO_C" >&6 2791 @@ -2494,7 +2 499,7 @@2808 @@ -2494,7 +2500,7 @@ 2792 2809 2793 2810 if test -n "$cf_new_cppflags" ; then … … 2798 2815 2799 2816 if test -n "$cf_new_extra_cppflags" ; then 2800 @@ -2503,7 +250 8,7 @@2817 @@ -2503,7 +2509,7 @@ 2801 2818 fi 2802 2819 2803 2820 cat >conftest.$ac_ext <<_ACEOF 2804 2821 -#line 2506 "configure" 2805 +#line 251 1"configure"2822 +#line 2512 "configure" 2806 2823 #include "confdefs.h" 2807 2824 2808 2825 #ifndef CC_HAS_PROTOS 2809 @@ -2524,16 +25 29,16 @@2826 @@ -2524,16 +2530,16 @@ 2810 2827 } 2811 2828 _ACEOF 2812 2829 rm -f conftest.$ac_objext 2813 2830 -if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5 2814 +if { (eval echo "$as_me:253 2: \"$ac_compile\"") >&52831 +if { (eval echo "$as_me:2533: \"$ac_compile\"") >&5 2815 2832 (eval $ac_compile) 2>&5 2816 2833 ac_status=$? 2817 2834 - echo "$as_me:2530: \$? = $ac_status" >&5 2818 + echo "$as_me:253 5: \$? = $ac_status" >&52835 + echo "$as_me:2536: \$? = $ac_status" >&5 2819 2836 (exit $ac_status); } && 2820 2837 { ac_try='test -s conftest.$ac_objext' 2821 2838 - { (eval echo "$as_me:2533: \"$ac_try\"") >&5 2822 + { (eval echo "$as_me:253 8: \"$ac_try\"") >&52839 + { (eval echo "$as_me:2539: \"$ac_try\"") >&5 2823 2840 (eval $ac_try) 2>&5 2824 2841 ac_status=$? 2825 2842 - echo "$as_me:2536: \$? = $ac_status" >&5 2826 + echo "$as_me:254 1: \$? = $ac_status" >&52843 + echo "$as_me:2542: \$? = $ac_status" >&5 2827 2844 (exit $ac_status); }; }; then 2828 2845 cf_cv_ansi_cc="$cf_arg"; break 2829 2846 else 2830 @@ -2546,7 +255 1,7 @@2847 @@ -2546,7 +2552,7 @@ 2831 2848 CPPFLAGS="$cf_save_CPPFLAGS" 2832 2849 2833 2850 fi 2834 2851 -echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5 2835 +echo "$as_me:255 4: result: $cf_cv_ansi_cc" >&52852 +echo "$as_me:2555: result: $cf_cv_ansi_cc" >&5 2836 2853 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 2837 2854 2838 2855 if test "$cf_cv_ansi_cc" != "no"; then 2839 @@ -2612,7 +261 7,7 @@2856 @@ -2612,7 +2618,7 @@ 2840 2857 2841 2858 if test -n "$cf_new_cppflags" ; then … … 2846 2863 2847 2864 if test -n "$cf_new_extra_cppflags" ; then 2848 @@ -2629,7 +263 4,7 @@2865 @@ -2629,7 +2635,7 @@ 2849 2866 fi 2850 2867 2851 2868 if test "$cf_cv_ansi_cc" = "no"; then 2852 2869 - { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes. 2853 + { { echo "$as_me:263 7: error: Your compiler does not appear to recognize prototypes.2870 + { { echo "$as_me:2638: error: Your compiler does not appear to recognize prototypes. 2854 2871 You have the following choices: 2855 2872 a. adjust your compiler options 2856 2873 b. get an up-to-date compiler 2857 @@ -2663,13 +266 8,13 @@2874 @@ -2663,13 +2669,13 @@ 2858 2875 LDCONFIG=: 2859 2876 else … … 2867 2884 set dummy ldconfig; ac_word=$2 2868 2885 -echo "$as_me:2672: checking for $ac_word" >&5 2869 +echo "$as_me:267 7: checking for $ac_word" >&52886 +echo "$as_me:2678: checking for $ac_word" >&5 2870 2887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2871 2888 if test "${ac_cv_path_LDCONFIG+set}" = set; then 2872 2889 echo $ECHO_N "(cached) $ECHO_C" >&6 2873 @@ -2686,7 +269 1,7 @@2890 @@ -2686,7 +2692,7 @@ 2874 2891 test -z "$ac_dir" && ac_dir=. 2875 2892 if $as_executable_p "$ac_dir/$ac_word"; then 2876 2893 ac_cv_path_LDCONFIG="$ac_dir/$ac_word" 2877 2894 - echo "$as_me:2689: found $ac_dir/$ac_word" >&5 2878 + echo "$as_me:269 4: found $ac_dir/$ac_word" >&52895 + echo "$as_me:2695: found $ac_dir/$ac_word" >&5 2879 2896 break 2880 2897 fi 2881 2898 done 2882 @@ -2697,10 +270 2,10 @@2899 @@ -2697,10 +2703,10 @@ 2883 2900 LDCONFIG=$ac_cv_path_LDCONFIG 2884 2901 2885 2902 if test -n "$LDCONFIG"; then 2886 2903 - echo "$as_me:2700: result: $LDCONFIG" >&5 2887 + echo "$as_me:270 5: result: $LDCONFIG" >&52904 + echo "$as_me:2706: result: $LDCONFIG" >&5 2888 2905 echo "${ECHO_T}$LDCONFIG" >&6 2889 2906 else 2890 2907 - echo "$as_me:2703: result: no" >&5 2891 + echo "$as_me:270 8: result: no" >&52908 + echo "$as_me:2709: result: no" >&5 2892 2909 echo "${ECHO_T}no" >&6 2893 2910 fi 2894 2911 2895 @@ -2708,7 +271 3,7 @@2912 @@ -2708,7 +2714,7 @@ 2896 2913 esac 2897 2914 fi 2898 2915 2899 2916 -echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5 2900 +echo "$as_me:271 6: checking if you want to ensure bool is consistent with C++" >&52917 +echo "$as_me:2717: checking if you want to ensure bool is consistent with C++" >&5 2901 2918 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6 2902 2919 2903 2920 # Check whether --with-cxx or --without-cxx was given. 2904 @@ -2718,7 +272 3,7 @@2921 @@ -2718,7 +2724,7 @@ 2905 2922 else 2906 2923 cf_with_cxx=yes 2907 2924 fi; 2908 2925 -echo "$as_me:2721: result: $cf_with_cxx" >&5 2909 +echo "$as_me:272 6: result: $cf_with_cxx" >&52926 +echo "$as_me:2727: result: $cf_with_cxx" >&5 2910 2927 echo "${ECHO_T}$cf_with_cxx" >&6 2911 2928 if test "X$cf_with_cxx" = Xno ; then 2912 2929 CXX="" 2913 @@ -2736,7 +274 1,7 @@2930 @@ -2736,7 +2742,7 @@ 2914 2931 do 2915 2932 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2916 2933 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2917 2934 -echo "$as_me:2739: checking for $ac_word" >&5 2918 +echo "$as_me:274 4: checking for $ac_word" >&52935 +echo "$as_me:2745: checking for $ac_word" >&5 2919 2936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2920 2937 if test "${ac_cv_prog_CXX+set}" = set; then 2921 2938 echo $ECHO_N "(cached) $ECHO_C" >&6 2922 @@ -2751,7 +275 6,7 @@2939 @@ -2751,7 +2757,7 @@ 2923 2940 test -z "$ac_dir" && ac_dir=. 2924 2941 $as_executable_p "$ac_dir/$ac_word" || continue 2925 2942 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2926 2943 -echo "$as_me:2754: found $ac_dir/$ac_word" >&5 2927 +echo "$as_me:27 59: found $ac_dir/$ac_word" >&52944 +echo "$as_me:2760: found $ac_dir/$ac_word" >&5 2928 2945 break 2929 2946 done 2930 2947 2931 @@ -2759,10 +276 4,10 @@2948 @@ -2759,10 +2765,10 @@ 2932 2949 fi 2933 2950 CXX=$ac_cv_prog_CXX 2934 2951 if test -n "$CXX"; then 2935 2952 - echo "$as_me:2762: result: $CXX" >&5 2936 + echo "$as_me:276 7: result: $CXX" >&52953 + echo "$as_me:2768: result: $CXX" >&5 2937 2954 echo "${ECHO_T}$CXX" >&6 2938 2955 else 2939 2956 - echo "$as_me:2765: result: no" >&5 2940 + echo "$as_me:277 0: result: no" >&52957 + echo "$as_me:2771: result: no" >&5 2941 2958 echo "${ECHO_T}no" >&6 2942 2959 fi 2943 2960 2944 @@ -2775,7 +278 0,7 @@2961 @@ -2775,7 +2781,7 @@ 2945 2962 do 2946 2963 # Extract the first word of "$ac_prog", so it can be a program name with args. 2947 2964 set dummy $ac_prog; ac_word=$2 2948 2965 -echo "$as_me:2778: checking for $ac_word" >&5 2949 +echo "$as_me:278 3: checking for $ac_word" >&52966 +echo "$as_me:2784: checking for $ac_word" >&5 2950 2967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2951 2968 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2952 2969 echo $ECHO_N "(cached) $ECHO_C" >&6 2953 @@ -2790,7 +279 5,7 @@2970 @@ -2790,7 +2796,7 @@ 2954 2971 test -z "$ac_dir" && ac_dir=. 2955 2972 $as_executable_p "$ac_dir/$ac_word" || continue 2956 2973 ac_cv_prog_ac_ct_CXX="$ac_prog" 2957 2974 -echo "$as_me:2793: found $ac_dir/$ac_word" >&5 2958 +echo "$as_me:279 8: found $ac_dir/$ac_word" >&52975 +echo "$as_me:2799: found $ac_dir/$ac_word" >&5 2959 2976 break 2960 2977 done 2961 2978 2962 @@ -2798,10 +280 3,10 @@2979 @@ -2798,10 +2804,10 @@ 2963 2980 fi 2964 2981 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2965 2982 if test -n "$ac_ct_CXX"; then 2966 2983 - echo "$as_me:2801: result: $ac_ct_CXX" >&5 2967 + echo "$as_me:280 6: result: $ac_ct_CXX" >&52984 + echo "$as_me:2807: result: $ac_ct_CXX" >&5 2968 2985 echo "${ECHO_T}$ac_ct_CXX" >&6 2969 2986 else 2970 2987 - echo "$as_me:2804: result: no" >&5 2971 + echo "$as_me:28 09: result: no" >&52988 + echo "$as_me:2810: result: no" >&5 2972 2989 echo "${ECHO_T}no" >&6 2973 2990 fi 2974 2991 2975 @@ -2813,32 +281 8,32 @@2992 @@ -2813,32 +2819,32 @@ 2976 2993 fi 2977 2994 2978 2995 # Provide some information about the compiler. 2979 2996 -echo "$as_me:2816:" \ 2980 +echo "$as_me:282 1:" \2997 +echo "$as_me:2822:" \ 2981 2998 "checking for C++ compiler version" >&5 2982 2999 ac_compiler=`set X $ac_compile; echo $2` 2983 3000 -{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5 2984 +{ (eval echo "$as_me:282 4: \"$ac_compiler --version </dev/null >&5\"") >&53001 +{ (eval echo "$as_me:2825: \"$ac_compiler --version </dev/null >&5\"") >&5 2985 3002 (eval $ac_compiler --version </dev/null >&5) 2>&5 2986 3003 ac_status=$? 2987 3004 - echo "$as_me:2822: \$? = $ac_status" >&5 2988 + echo "$as_me:282 7: \$? = $ac_status" >&53005 + echo "$as_me:2828: \$? = $ac_status" >&5 2989 3006 (exit $ac_status); } 2990 3007 -{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5 2991 +{ (eval echo "$as_me:28 29: \"$ac_compiler -v </dev/null >&5\"") >&53008 +{ (eval echo "$as_me:2830: \"$ac_compiler -v </dev/null >&5\"") >&5 2992 3009 (eval $ac_compiler -v </dev/null >&5) 2>&5 2993 3010 ac_status=$? 2994 3011 - echo "$as_me:2827: \$? = $ac_status" >&5 2995 + echo "$as_me:283 2: \$? = $ac_status" >&53012 + echo "$as_me:2833: \$? = $ac_status" >&5 2996 3013 (exit $ac_status); } 2997 3014 -{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5 2998 +{ (eval echo "$as_me:283 4: \"$ac_compiler -V </dev/null >&5\"") >&53015 +{ (eval echo "$as_me:2835: \"$ac_compiler -V </dev/null >&5\"") >&5 2999 3016 (eval $ac_compiler -V </dev/null >&5) 2>&5 3000 3017 ac_status=$? 3001 3018 - echo "$as_me:2832: \$? = $ac_status" >&5 3002 + echo "$as_me:283 7: \$? = $ac_status" >&53019 + echo "$as_me:2838: \$? = $ac_status" >&5 3003 3020 (exit $ac_status); } 3004 3021 3005 3022 -echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5 3006 +echo "$as_me:284 0: checking whether we are using the GNU C++ compiler" >&53023 +echo "$as_me:2841: checking whether we are using the GNU C++ compiler" >&5 3007 3024 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 3008 3025 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then … … 3011 3028 cat >conftest.$ac_ext <<_ACEOF 3012 3029 -#line 2841 "configure" 3013 +#line 284 6"configure"3030 +#line 2847 "configure" 3014 3031 #include "confdefs.h" 3015 3032 3016 3033 int 3017 @@ -2853,16 +285 8,16 @@3034 @@ -2853,16 +2859,16 @@ 3018 3035 } 3019 3036 _ACEOF 3020 3037 rm -f conftest.$ac_objext 3021 3038 -if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5 3022 +if { (eval echo "$as_me:286 1: \"$ac_compile\"") >&53039 +if { (eval echo "$as_me:2862: \"$ac_compile\"") >&5 3023 3040 (eval $ac_compile) 2>&5 3024 3041 ac_status=$? 3025 3042 - echo "$as_me:2859: \$? = $ac_status" >&5 3026 + echo "$as_me:286 4: \$? = $ac_status" >&53043 + echo "$as_me:2865: \$? = $ac_status" >&5 3027 3044 (exit $ac_status); } && 3028 3045 { ac_try='test -s conftest.$ac_objext' 3029 3046 - { (eval echo "$as_me:2862: \"$ac_try\"") >&5 3030 + { (eval echo "$as_me:286 7: \"$ac_try\"") >&53047 + { (eval echo "$as_me:2868: \"$ac_try\"") >&5 3031 3048 (eval $ac_try) 2>&5 3032 3049 ac_status=$? 3033 3050 - echo "$as_me:2865: \$? = $ac_status" >&5 3034 + echo "$as_me:287 0: \$? = $ac_status" >&53051 + echo "$as_me:2871: \$? = $ac_status" >&5 3035 3052 (exit $ac_status); }; }; then 3036 3053 ac_compiler_gnu=yes 3037 3054 else 3038 @@ -2874,19 +28 79,19 @@3055 @@ -2874,19 +2880,19 @@ 3039 3056 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3040 3057 3041 3058 fi 3042 3059 -echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5 3043 +echo "$as_me:288 2: result: $ac_cv_cxx_compiler_gnu" >&53060 +echo "$as_me:2883: result: $ac_cv_cxx_compiler_gnu" >&5 3044 3061 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 3045 3062 GXX=`test $ac_compiler_gnu = yes && echo yes` … … 3048 3065 CXXFLAGS="-g" 3049 3066 -echo "$as_me:2883: checking whether $CXX accepts -g" >&5 3050 +echo "$as_me:288 8: checking whether $CXX accepts -g" >&53067 +echo "$as_me:2889: checking whether $CXX accepts -g" >&5 3051 3068 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 3052 3069 if test "${ac_cv_prog_cxx_g+set}" = set; then … … 3055 3072 cat >conftest.$ac_ext <<_ACEOF 3056 3073 -#line 2889 "configure" 3057 +#line 289 4"configure"3074 +#line 2895 "configure" 3058 3075 #include "confdefs.h" 3059 3076 3060 3077 int 3061 @@ -2898,16 +290 3,16 @@3078 @@ -2898,16 +2904,16 @@ 3062 3079 } 3063 3080 _ACEOF 3064 3081 rm -f conftest.$ac_objext 3065 3082 -if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5 3066 +if { (eval echo "$as_me:290 6: \"$ac_compile\"") >&53083 +if { (eval echo "$as_me:2907: \"$ac_compile\"") >&5 3067 3084 (eval $ac_compile) 2>&5 3068 3085 ac_status=$? 3069 3086 - echo "$as_me:2904: \$? = $ac_status" >&5 3070 + echo "$as_me:29 09: \$? = $ac_status" >&53087 + echo "$as_me:2910: \$? = $ac_status" >&5 3071 3088 (exit $ac_status); } && 3072 3089 { ac_try='test -s conftest.$ac_objext' 3073 3090 - { (eval echo "$as_me:2907: \"$ac_try\"") >&5 3074 + { (eval echo "$as_me:291 2: \"$ac_try\"") >&53091 + { (eval echo "$as_me:2913: \"$ac_try\"") >&5 3075 3092 (eval $ac_try) 2>&5 3076 3093 ac_status=$? 3077 3094 - echo "$as_me:2910: \$? = $ac_status" >&5 3078 + echo "$as_me:291 5: \$? = $ac_status" >&53095 + echo "$as_me:2916: \$? = $ac_status" >&5 3079 3096 (exit $ac_status); }; }; then 3080 3097 ac_cv_prog_cxx_g=yes 3081 3098 else 3082 @@ -2917,7 +292 2,7 @@3099 @@ -2917,7 +2923,7 @@ 3083 3100 fi 3084 3101 rm -f conftest.$ac_objext conftest.$ac_ext 3085 3102 fi 3086 3103 -echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5 3087 +echo "$as_me:292 5: result: $ac_cv_prog_cxx_g" >&53104 +echo "$as_me:2926: result: $ac_cv_prog_cxx_g" >&5 3088 3105 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 3089 3106 if test "$ac_test_CXXFLAGS" = set; then 3090 3107 CXXFLAGS=$ac_save_CXXFLAGS 3091 @@ -2944,7 +29 49,7 @@3108 @@ -2944,7 +2950,7 @@ 3092 3109 'void exit (int);' 3093 3110 do 3094 3111 cat >conftest.$ac_ext <<_ACEOF 3095 3112 -#line 2947 "configure" 3096 +#line 295 2"configure"3113 +#line 2953 "configure" 3097 3114 #include "confdefs.h" 3098 3115 #include <stdlib.h> 3099 3116 $ac_declaration 3100 @@ -2957,16 +296 2,16 @@3117 @@ -2957,16 +2963,16 @@ 3101 3118 } 3102 3119 _ACEOF 3103 3120 rm -f conftest.$ac_objext 3104 3121 -if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5 3105 +if { (eval echo "$as_me:296 5: \"$ac_compile\"") >&53122 +if { (eval echo "$as_me:2966: \"$ac_compile\"") >&5 3106 3123 (eval $ac_compile) 2>&5 3107 3124 ac_status=$? 3108 3125 - echo "$as_me:2963: \$? = $ac_status" >&5 3109 + echo "$as_me:296 8: \$? = $ac_status" >&53126 + echo "$as_me:2969: \$? = $ac_status" >&5 3110 3127 (exit $ac_status); } && 3111 3128 { ac_try='test -s conftest.$ac_objext' 3112 3129 - { (eval echo "$as_me:2966: \"$ac_try\"") >&5 3113 + { (eval echo "$as_me:297 1: \"$ac_try\"") >&53130 + { (eval echo "$as_me:2972: \"$ac_try\"") >&5 3114 3131 (eval $ac_try) 2>&5 3115 3132 ac_status=$? 3116 3133 - echo "$as_me:2969: \$? = $ac_status" >&5 3117 + echo "$as_me:297 4: \$? = $ac_status" >&53134 + echo "$as_me:2975: \$? = $ac_status" >&5 3118 3135 (exit $ac_status); }; }; then 3119 3136 : 3120 3137 else 3121 @@ -2976,7 +298 1,7 @@3138 @@ -2976,7 +2982,7 @@ 3122 3139 fi 3123 3140 rm -f conftest.$ac_objext conftest.$ac_ext 3124 3141 cat >conftest.$ac_ext <<_ACEOF 3125 3142 -#line 2979 "configure" 3126 +#line 298 4"configure"3143 +#line 2985 "configure" 3127 3144 #include "confdefs.h" 3128 3145 $ac_declaration 3129 3146 int 3130 @@ -2988,16 +299 3,16 @@3147 @@ -2988,16 +2994,16 @@ 3131 3148 } 3132 3149 _ACEOF 3133 3150 rm -f conftest.$ac_objext 3134 3151 -if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5 3135 +if { (eval echo "$as_me:299 6: \"$ac_compile\"") >&53152 +if { (eval echo "$as_me:2997: \"$ac_compile\"") >&5 3136 3153 (eval $ac_compile) 2>&5 3137 3154 ac_status=$? 3138 3155 - echo "$as_me:2994: \$? = $ac_status" >&5 3139 + echo "$as_me: 2999: \$? = $ac_status" >&53156 + echo "$as_me:3000: \$? = $ac_status" >&5 3140 3157 (exit $ac_status); } && 3141 3158 { ac_try='test -s conftest.$ac_objext' 3142 3159 - { (eval echo "$as_me:2997: \"$ac_try\"") >&5 3143 + { (eval echo "$as_me:300 2: \"$ac_try\"") >&53160 + { (eval echo "$as_me:3003: \"$ac_try\"") >&5 3144 3161 (eval $ac_try) 2>&5 3145 3162 ac_status=$? 3146 3163 - echo "$as_me:3000: \$? = $ac_status" >&5 3147 + echo "$as_me:300 5: \$? = $ac_status" >&53164 + echo "$as_me:3006: \$? = $ac_status" >&5 3148 3165 (exit $ac_status); }; }; then 3149 3166 break 3150 3167 else 3151 @@ -3024,7 +30 29,7 @@3168 @@ -3024,7 +3030,7 @@ 3152 3169 if test "$CXX" = "g++" ; then 3153 3170 # Extract the first word of "g++", so it can be a program name with args. 3154 3171 set dummy g++; ac_word=$2 3155 3172 -echo "$as_me:3027: checking for $ac_word" >&5 3156 +echo "$as_me:303 2: checking for $ac_word" >&53173 +echo "$as_me:3033: checking for $ac_word" >&5 3157 3174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3158 3175 if test "${ac_cv_path_CXX+set}" = set; then 3159 3176 echo $ECHO_N "(cached) $ECHO_C" >&6 3160 @@ -3041,7 +304 6,7 @@3177 @@ -3041,7 +3047,7 @@ 3161 3178 test -z "$ac_dir" && ac_dir=. 3162 3179 if $as_executable_p "$ac_dir/$ac_word"; then 3163 3180 ac_cv_path_CXX="$ac_dir/$ac_word" 3164 3181 - echo "$as_me:3044: found $ac_dir/$ac_word" >&5 3165 + echo "$as_me:30 49: found $ac_dir/$ac_word" >&53182 + echo "$as_me:3050: found $ac_dir/$ac_word" >&5 3166 3183 break 3167 3184 fi 3168 3185 done 3169 @@ -3052,16 +305 7,16 @@3186 @@ -3052,16 +3058,16 @@ 3170 3187 CXX=$ac_cv_path_CXX 3171 3188 3172 3189 if test -n "$CXX"; then 3173 3190 - echo "$as_me:3055: result: $CXX" >&5 3174 + echo "$as_me:306 0: result: $CXX" >&53191 + echo "$as_me:3061: result: $CXX" >&5 3175 3192 echo "${ECHO_T}$CXX" >&6 3176 3193 else 3177 3194 - echo "$as_me:3058: result: no" >&5 3178 + echo "$as_me:306 3: result: no" >&53195 + echo "$as_me:3064: result: no" >&5 3179 3196 echo "${ECHO_T}no" >&6 3180 3197 fi … … 3183 3200 if test "$CXX" = "g++" ; then 3184 3201 - { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5 3185 + { echo "$as_me:30 69: WARNING: ignoring hardcoded g++" >&53202 + { echo "$as_me:3070: WARNING: ignoring hardcoded g++" >&5 3186 3203 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;} 3187 3204 cf_with_cxx=no; CXX=""; GXX=""; 3188 3205 fi 3189 @@ -3069,11 +307 4,11 @@3206 @@ -3069,11 +3075,11 @@ 3190 3207 3191 3208 GXX_VERSION=none 3192 3209 if test "$GXX" = yes; then 3193 3210 - echo "$as_me:3072: checking version of g++" >&5 3194 + echo "$as_me:307 7: checking version of g++" >&53211 + echo "$as_me:3078: checking version of g++" >&5 3195 3212 echo $ECHO_N "checking version of g++... $ECHO_C" >&6 3196 3213 GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 3197 3214 test -z "$GXX_VERSION" && GXX_VERSION=unknown 3198 3215 - echo "$as_me:3076: result: $GXX_VERSION" >&5 3199 + echo "$as_me:308 1: result: $GXX_VERSION" >&53216 + echo "$as_me:3082: result: $GXX_VERSION" >&5 3200 3217 echo "${ECHO_T}$GXX_VERSION" >&6 3201 3218 fi 3202 3219 3203 @@ -3081,12 +308 6,12 @@3220 @@ -3081,12 +3087,12 @@ 3204 3221 1*|2.[0-6]*) 3205 3222 # GXX=""; CXX=""; ac_cv_prog_gxx=no 3206 3223 # cf_cxx_library=no 3207 3224 - { echo "$as_me:3084: WARNING: templates do not work" >&5 3208 + { echo "$as_me:30 89: WARNING: templates do not work" >&53225 + { echo "$as_me:3090: WARNING: templates do not work" >&5 3209 3226 echo "$as_me: WARNING: templates do not work" >&2;} 3210 3227 ;; … … 3212 3229 3213 3230 -echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5 3214 +echo "$as_me:309 4: checking if you want to build C++ binding and demo" >&53231 +echo "$as_me:3095: checking if you want to build C++ binding and demo" >&5 3215 3232 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6 3216 3233 3217 3234 # Check whether --with-cxx-binding or --without-cxx-binding was given. 3218 @@ -3096,10 +310 1,10 @@3235 @@ -3096,10 +3102,10 @@ 3219 3236 else 3220 3237 cf_with_cxx_binding=$cf_with_cxx 3221 3238 fi; 3222 3239 -echo "$as_me:3099: result: $cf_with_cxx_binding" >&5 3223 +echo "$as_me:310 4: result: $cf_with_cxx_binding" >&53240 +echo "$as_me:3105: result: $cf_with_cxx_binding" >&5 3224 3241 echo "${ECHO_T}$cf_with_cxx_binding" >&6 3225 3242 3226 3243 -echo "$as_me:3102: checking if you want to build with Ada95" >&5 3227 +echo "$as_me:310 7: checking if you want to build with Ada95" >&53244 +echo "$as_me:3108: checking if you want to build with Ada95" >&5 3228 3245 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6 3229 3246 3230 3247 # Check whether --with-ada or --without-ada was given. 3231 @@ -3109,10 +311 4,23 @@3248 @@ -3109,10 +3115,23 @@ 3232 3249 else 3233 3250 cf_with_ada=yes 3234 3251 fi; 3235 3252 -echo "$as_me:3112: result: $cf_with_ada" >&5 3236 +echo "$as_me:311 7: result: $cf_with_ada" >&53253 +echo "$as_me:3118: result: $cf_with_ada" >&5 3237 3254 echo "${ECHO_T}$cf_with_ada" >&6 3238 3255 3239 3256 -echo "$as_me:3115: checking if you want to build programs such as tic" >&5 3240 +echo "$as_me:312 0: checking if you want to install manpages" >&53257 +echo "$as_me:3121: checking if you want to install manpages" >&5 3241 3258 +echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6 3242 3259 + … … 3248 3265 + cf_with_manpages=yes 3249 3266 +fi; 3250 +echo "$as_me:313 0: result: $cf_with_manpages" >&53267 +echo "$as_me:3131: result: $cf_with_manpages" >&5 3251 3268 +echo "${ECHO_T}$cf_with_manpages" >&6 3252 3269 + 3253 +echo "$as_me:313 3: checking if you want to build programs such as tic" >&53270 +echo "$as_me:3134: checking if you want to build programs such as tic" >&5 3254 3271 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6 3255 3272 3256 3273 # Check whether --with-progs or --without-progs was given. 3257 @@ -3122,10 +314 0,10 @@3274 @@ -3122,10 +3141,10 @@ 3258 3275 else 3259 3276 cf_with_progs=yes 3260 3277 fi; 3261 3278 -echo "$as_me:3125: result: $cf_with_progs" >&5 3262 +echo "$as_me:314 3: result: $cf_with_progs" >&53279 +echo "$as_me:3144: result: $cf_with_progs" >&5 3263 3280 echo "${ECHO_T}$cf_with_progs" >&6 3264 3281 3265 3282 -echo "$as_me:3128: checking if you wish to install curses.h" >&5 3266 +echo "$as_me:314 6: checking if you wish to install curses.h" >&53283 +echo "$as_me:3147: checking if you wish to install curses.h" >&5 3267 3284 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6 3268 3285 3269 3286 # Check whether --with-curses-h or --without-curses-h was given. 3270 @@ -3135,7 +315 3,7 @@3287 @@ -3135,7 +3154,7 @@ 3271 3288 else 3272 3289 with_curses_h=yes 3273 3290 fi; 3274 3291 -echo "$as_me:3138: result: $with_curses_h" >&5 3275 +echo "$as_me:315 6: result: $with_curses_h" >&53292 +echo "$as_me:3157: result: $with_curses_h" >&5 3276 3293 echo "${ECHO_T}$with_curses_h" >&6 3277 3294 3278 3295 modules_to_build="ncurses" 3279 @@ -3161,7 +31 79,7 @@3296 @@ -3161,7 +3180,7 @@ 3280 3297 do 3281 3298 # Extract the first word of "$ac_prog", so it can be a program name with args. 3282 3299 set dummy $ac_prog; ac_word=$2 3283 3300 -echo "$as_me:3164: checking for $ac_word" >&5 3284 +echo "$as_me:318 2: checking for $ac_word" >&53301 +echo "$as_me:3183: checking for $ac_word" >&5 3285 3302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3286 3303 if test "${ac_cv_prog_AWK+set}" = set; then 3287 3304 echo $ECHO_N "(cached) $ECHO_C" >&6 3288 @@ -3176,7 +319 4,7 @@3305 @@ -3176,7 +3195,7 @@ 3289 3306 test -z "$ac_dir" && ac_dir=. 3290 3307 $as_executable_p "$ac_dir/$ac_word" || continue 3291 3308 ac_cv_prog_AWK="$ac_prog" 3292 3309 -echo "$as_me:3179: found $ac_dir/$ac_word" >&5 3293 +echo "$as_me:319 7: found $ac_dir/$ac_word" >&53310 +echo "$as_me:3198: found $ac_dir/$ac_word" >&5 3294 3311 break 3295 3312 done 3296 3313 3297 @@ -3184,21 +320 2,21 @@3314 @@ -3184,21 +3203,21 @@ 3298 3315 fi 3299 3316 AWK=$ac_cv_prog_AWK 3300 3317 if test -n "$AWK"; then 3301 3318 - echo "$as_me:3187: result: $AWK" >&5 3302 + echo "$as_me:320 5: result: $AWK" >&53319 + echo "$as_me:3206: result: $AWK" >&5 3303 3320 echo "${ECHO_T}$AWK" >&6 3304 3321 else 3305 3322 - echo "$as_me:3190: result: no" >&5 3306 + echo "$as_me:320 8: result: no" >&53323 + echo "$as_me:3209: result: no" >&5 3307 3324 echo "${ECHO_T}no" >&6 3308 3325 fi … … 3312 3329 3313 3330 -test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5 3314 +test -z "$AWK" && { { echo "$as_me:321 5: error: No awk program found" >&53331 +test -z "$AWK" && { { echo "$as_me:3216: error: No awk program found" >&5 3315 3332 echo "$as_me: error: No awk program found" >&2;} 3316 3333 { (exit 1); exit 1; }; } 3317 3334 3318 3335 -echo "$as_me:3201: checking for egrep" >&5 3319 +echo "$as_me:32 19: checking for egrep" >&53336 +echo "$as_me:3220: checking for egrep" >&5 3320 3337 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3321 3338 if test "${ac_cv_prog_egrep+set}" = set; then 3322 3339 echo $ECHO_N "(cached) $ECHO_C" >&6 3323 @@ -3208,11 +322 6,11 @@3340 @@ -3208,11 +3227,11 @@ 3324 3341 else ac_cv_prog_egrep='egrep' 3325 3342 fi 3326 3343 fi 3327 3344 -echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5 3328 +echo "$as_me:32 29: result: $ac_cv_prog_egrep" >&53345 +echo "$as_me:3230: result: $ac_cv_prog_egrep" >&5 3329 3346 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 3330 3347 EGREP=$ac_cv_prog_egrep 3331 3348 3332 3349 -test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5 3333 +test -z "$EGREP" && { { echo "$as_me:323 3: error: No egrep program found" >&53350 +test -z "$EGREP" && { { echo "$as_me:3234: error: No egrep program found" >&5 3334 3351 echo "$as_me: error: No egrep program found" >&2;} 3335 3352 { (exit 1); exit 1; }; } 3336 3353 3337 @@ -3228,7 +324 6,7 @@3354 @@ -3228,7 +3247,7 @@ 3338 3355 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 3339 3356 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3340 3357 # ./install, which can be erroneously created by make from ./install.sh. 3341 3358 -echo "$as_me:3231: checking for a BSD compatible install" >&5 3342 +echo "$as_me:32 49: checking for a BSD compatible install" >&53359 +echo "$as_me:3250: checking for a BSD compatible install" >&5 3343 3360 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3344 3361 if test -z "$INSTALL"; then 3345 3362 if test "${ac_cv_path_install+set}" = set; then 3346 @@ -3277,7 +329 5,7 @@3363 @@ -3277,7 +3296,7 @@ 3347 3364 INSTALL=$ac_install_sh 3348 3365 fi 3349 3366 fi 3350 3367 -echo "$as_me:3280: result: $INSTALL" >&5 3351 +echo "$as_me:329 8: result: $INSTALL" >&53368 +echo "$as_me:3299: result: $INSTALL" >&5 3352 3369 echo "${ECHO_T}$INSTALL" >&6 3353 3370 3354 3371 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3355 @@ -3302,7 +332 0,7 @@3372 @@ -3302,7 +3321,7 @@ 3356 3373 do 3357 3374 # Extract the first word of "$ac_prog", so it can be a program name with args. 3358 3375 set dummy $ac_prog; ac_word=$2 3359 3376 -echo "$as_me:3305: checking for $ac_word" >&5 3360 +echo "$as_me:332 3: checking for $ac_word" >&53377 +echo "$as_me:3324: checking for $ac_word" >&5 3361 3378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3362 3379 if test "${ac_cv_prog_LINT+set}" = set; then 3363 3380 echo $ECHO_N "(cached) $ECHO_C" >&6 3364 @@ -3317,7 +333 5,7 @@3381 @@ -3317,7 +3336,7 @@ 3365 3382 test -z "$ac_dir" && ac_dir=. 3366 3383 $as_executable_p "$ac_dir/$ac_word" || continue 3367 3384 ac_cv_prog_LINT="$ac_prog" 3368 3385 -echo "$as_me:3320: found $ac_dir/$ac_word" >&5 3369 +echo "$as_me:333 8: found $ac_dir/$ac_word" >&53386 +echo "$as_me:3339: found $ac_dir/$ac_word" >&5 3370 3387 break 3371 3388 done 3372 3389 3373 @@ -3325,28 +334 3,28 @@3390 @@ -3325,28 +3344,28 @@ 3374 3391 fi 3375 3392 LINT=$ac_cv_prog_LINT 3376 3393 if test -n "$LINT"; then 3377 3394 - echo "$as_me:3328: result: $LINT" >&5 3378 + echo "$as_me:334 6: result: $LINT" >&53395 + echo "$as_me:3347: result: $LINT" >&5 3379 3396 echo "${ECHO_T}$LINT" >&6 3380 3397 else 3381 3398 - echo "$as_me:3331: result: no" >&5 3382 + echo "$as_me:33 49: result: no" >&53399 + echo "$as_me:3350: result: no" >&5 3383 3400 echo "${ECHO_T}no" >&6 3384 3401 fi … … 3388 3405 3389 3406 -echo "$as_me:3338: checking whether ln -s works" >&5 3390 +echo "$as_me:335 6: checking whether ln -s works" >&53407 +echo "$as_me:3357: checking whether ln -s works" >&5 3391 3408 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3392 3409 LN_S=$as_ln_s 3393 3410 if test "$LN_S" = "ln -s"; then 3394 3411 - echo "$as_me:3342: result: yes" >&5 3395 + echo "$as_me:336 0: result: yes" >&53412 + echo "$as_me:3361: result: yes" >&5 3396 3413 echo "${ECHO_T}yes" >&6 3397 3414 else 3398 3415 - echo "$as_me:3345: result: no, using $LN_S" >&5 3399 + echo "$as_me:336 3: result: no, using $LN_S" >&53416 + echo "$as_me:3364: result: no, using $LN_S" >&5 3400 3417 echo "${ECHO_T}no, using $LN_S" >&6 3401 3418 fi 3402 3419 3403 3420 -echo "$as_me:3349: checking for long file names" >&5 3404 +echo "$as_me:336 7: checking for long file names" >&53421 +echo "$as_me:3368: checking for long file names" >&5 3405 3422 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 3406 3423 if test "${ac_cv_sys_long_file_names+set}" = set; then 3407 3424 echo $ECHO_N "(cached) $ECHO_C" >&6 3408 @@ -3385,7 +340 3,7 @@3425 @@ -3385,7 +3404,7 @@ 3409 3426 rm -rf $ac_xdir 2>/dev/null 3410 3427 done 3411 3428 fi 3412 3429 -echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5 3413 +echo "$as_me:340 6: result: $ac_cv_sys_long_file_names" >&53430 +echo "$as_me:3407: result: $ac_cv_sys_long_file_names" >&5 3414 3431 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 3415 3432 if test $ac_cv_sys_long_file_names = yes; then 3416 3433 3417 @@ -3395,7 +341 3,136 @@3434 @@ -3395,7 +3414,136 @@ 3418 3435 3419 3436 fi … … 3422 3439 +# if we find pkg-config, check if we should install the ".pc" files. 3423 3440 + 3424 +echo "$as_me:341 8: checking if you want to use pkg-config" >&53441 +echo "$as_me:3419: checking if you want to use pkg-config" >&5 3425 3442 +echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6 3426 3443 + … … 3432 3449 + cf_pkg_config=yes 3433 3450 +fi; 3434 +echo "$as_me:342 8: result: $cf_pkg_config" >&53451 +echo "$as_me:3429: result: $cf_pkg_config" >&5 3435 3452 +echo "${ECHO_T}$cf_pkg_config" >&6 3436 3453 + … … 3442 3459 + # Extract the first word of "pkg-config", so it can be a program name with args. 3443 3460 +set dummy pkg-config; ac_word=$2 3444 +echo "$as_me:343 8: checking for $ac_word" >&53461 +echo "$as_me:3439: checking for $ac_word" >&5 3445 3462 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3446 3463 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then … … 3459 3476 + if $as_executable_p "$ac_dir/$ac_word"; then 3460 3477 + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" 3461 + echo "$as_me:345 5: found $ac_dir/$ac_word" >&53478 + echo "$as_me:3456: found $ac_dir/$ac_word" >&5 3462 3479 + break 3463 3480 +fi … … 3471 3488 + 3472 3489 +if test -n "$PKG_CONFIG"; then 3473 + echo "$as_me:346 7: result: $PKG_CONFIG" >&53490 + echo "$as_me:3468: result: $PKG_CONFIG" >&5 3474 3491 +echo "${ECHO_T}$PKG_CONFIG" >&6 3475 3492 +else 3476 + echo "$as_me:347 0: result: no" >&53493 + echo "$as_me:3471: result: no" >&5 3477 3494 +echo "${ECHO_T}no" >&6 3478 3495 +fi … … 3512 3529 + ;; 3513 3530 +*) 3514 + { { echo "$as_me:350 8: error: expected a pathname, not \"$PKG_CONFIG\"" >&53531 + { { echo "$as_me:3509: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 3515 3532 +echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;} 3516 3533 + { (exit 1); exit 1; }; } … … 3521 3538 + 3522 3539 +if test "$PKG_CONFIG" != no ; then 3523 + echo "$as_me:351 7: checking if we should install .pc files for $PKG_CONFIG" >&53540 + echo "$as_me:3518: checking if we should install .pc files for $PKG_CONFIG" >&5 3524 3541 +echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6 3525 3542 + … … 3538 3555 + enable_pc_files=no 3539 3556 +fi; 3540 + echo "$as_me:353 4: result: $enable_pc_files" >&53557 + echo "$as_me:3535: result: $enable_pc_files" >&5 3541 3558 +echo "${ECHO_T}$enable_pc_files" >&6 3542 3559 + else 3543 + echo "$as_me:353 7: result: no" >&53560 + echo "$as_me:3538: result: no" >&5 3544 3561 +echo "${ECHO_T}no" >&6 3545 + { echo "$as_me:35 39: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&53562 + { echo "$as_me:3540: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5 3546 3563 +echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;} 3547 3564 + enable_pc_files=no … … 3549 3566 +fi 3550 3567 + 3551 +echo "$as_me:354 5: checking if we should assume mixed-case filenames" >&53568 +echo "$as_me:3546: checking if we should assume mixed-case filenames" >&5 3552 3569 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6 3553 3570 3554 3571 # Check whether --enable-mixed-case or --disable-mixed-case was given. 3555 @@ -3405,11 +355 2,11 @@3572 @@ -3405,11 +3553,11 @@ 3556 3573 else 3557 3574 enable_mixedcase=auto 3558 3575 fi; 3559 3576 -echo "$as_me:3408: result: $enable_mixedcase" >&5 3560 +echo "$as_me:355 5: result: $enable_mixedcase" >&53577 +echo "$as_me:3556: result: $enable_mixedcase" >&5 3561 3578 echo "${ECHO_T}$enable_mixedcase" >&6 3562 3579 if test "$enable_mixedcase" = "auto" ; then 3563 3580 3564 3581 -echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5 3565 +echo "$as_me:35 59: checking if filesystem supports mixed-case filenames" >&53582 +echo "$as_me:3560: checking if filesystem supports mixed-case filenames" >&5 3566 3583 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6 3567 3584 if test "${cf_cv_mixedcase+set}" = set; then 3568 3585 echo $ECHO_N "(cached) $ECHO_C" >&6 3569 @@ -3436,7 +358 3,7 @@3586 @@ -3436,7 +3584,7 @@ 3570 3587 fi 3571 3588 3572 3589 fi 3573 3590 -echo "$as_me:3439: result: $cf_cv_mixedcase" >&5 3574 +echo "$as_me:358 6: result: $cf_cv_mixedcase" >&53591 +echo "$as_me:3587: result: $cf_cv_mixedcase" >&5 3575 3592 echo "${ECHO_T}$cf_cv_mixedcase" >&6 3576 3593 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF 3577 3594 #define MIXEDCASE_FILENAMES 1 3578 @@ -3453,7 +360 0,7 @@3595 @@ -3453,7 +3601,7 @@ 3579 3596 fi 3580 3597 3581 3598 # do this after mixed-case option (tags/TAGS is not as important as tic). 3582 3599 -echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5 3583 +echo "$as_me:360 3: checking whether ${MAKE-make} sets \${MAKE}" >&53600 +echo "$as_me:3604: checking whether ${MAKE-make} sets \${MAKE}" >&5 3584 3601 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 3585 3602 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 3586 3603 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 3587 @@ -3473,18 +362 0,18 @@3604 @@ -3473,18 +3621,18 @@ 3588 3605 rm -f conftest.make 3589 3606 fi 3590 3607 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 3591 3608 - echo "$as_me:3476: result: yes" >&5 3592 + echo "$as_me:362 3: result: yes" >&53609 + echo "$as_me:3624: result: yes" >&5 3593 3610 echo "${ECHO_T}yes" >&6 3594 3611 SET_MAKE= 3595 3612 else 3596 3613 - echo "$as_me:3480: result: no" >&5 3597 + echo "$as_me:362 7: result: no" >&53614 + echo "$as_me:3628: result: no" >&5 3598 3615 echo "${ECHO_T}no" >&6 3599 3616 SET_MAKE="MAKE=${MAKE-make}" … … 3603 3620 set dummy ctags; ac_word=$2 3604 3621 -echo "$as_me:3487: checking for $ac_word" >&5 3605 +echo "$as_me:363 4: checking for $ac_word" >&53622 +echo "$as_me:3635: checking for $ac_word" >&5 3606 3623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3607 3624 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then 3608 3625 echo $ECHO_N "(cached) $ECHO_C" >&6 3609 @@ -3499,7 +364 6,7 @@3626 @@ -3499,7 +3647,7 @@ 3610 3627 test -z "$ac_dir" && ac_dir=. 3611 3628 $as_executable_p "$ac_dir/$ac_word" || continue 3612 3629 ac_cv_prog_MAKE_LOWER_TAGS="yes" 3613 3630 -echo "$as_me:3502: found $ac_dir/$ac_word" >&5 3614 +echo "$as_me:36 49: found $ac_dir/$ac_word" >&53631 +echo "$as_me:3650: found $ac_dir/$ac_word" >&5 3615 3632 break 3616 3633 done 3617 3634 3618 @@ -3508,17 +365 5,17 @@3635 @@ -3508,17 +3656,17 @@ 3619 3636 fi 3620 3637 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS 3621 3638 if test -n "$MAKE_LOWER_TAGS"; then 3622 3639 - echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5 3623 + echo "$as_me:365 8: result: $MAKE_LOWER_TAGS" >&53640 + echo "$as_me:3659: result: $MAKE_LOWER_TAGS" >&5 3624 3641 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6 3625 3642 else 3626 3643 - echo "$as_me:3514: result: no" >&5 3627 + echo "$as_me:366 1: result: no" >&53644 + echo "$as_me:3662: result: no" >&5 3628 3645 echo "${ECHO_T}no" >&6 3629 3646 fi … … 3633 3650 set dummy etags; ac_word=$2 3634 3651 -echo "$as_me:3521: checking for $ac_word" >&5 3635 +echo "$as_me:366 8: checking for $ac_word" >&53652 +echo "$as_me:3669: checking for $ac_word" >&5 3636 3653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3637 3654 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then 3638 3655 echo $ECHO_N "(cached) $ECHO_C" >&6 3639 @@ -3533,7 +368 0,7 @@3656 @@ -3533,7 +3681,7 @@ 3640 3657 test -z "$ac_dir" && ac_dir=. 3641 3658 $as_executable_p "$ac_dir/$ac_word" || continue 3642 3659 ac_cv_prog_MAKE_UPPER_TAGS="yes" 3643 3660 -echo "$as_me:3536: found $ac_dir/$ac_word" >&5 3644 +echo "$as_me:368 3: found $ac_dir/$ac_word" >&53661 +echo "$as_me:3684: found $ac_dir/$ac_word" >&5 3645 3662 break 3646 3663 done 3647 3664 3648 @@ -3542,10 +36 89,10 @@3665 @@ -3542,10 +3690,10 @@ 3649 3666 fi 3650 3667 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS 3651 3668 if test -n "$MAKE_UPPER_TAGS"; then 3652 3669 - echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5 3653 + echo "$as_me:369 2: result: $MAKE_UPPER_TAGS" >&53670 + echo "$as_me:3693: result: $MAKE_UPPER_TAGS" >&5 3654 3671 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6 3655 3672 else 3656 3673 - echo "$as_me:3548: result: no" >&5 3657 + echo "$as_me:369 5: result: no" >&53674 + echo "$as_me:3696: result: no" >&5 3658 3675 echo "${ECHO_T}no" >&6 3659 3676 fi 3660 3677 3661 @@ -3565,7 +371 2,7 @@3678 @@ -3565,7 +3713,7 @@ 3662 3679 MAKE_LOWER_TAGS="#" 3663 3680 fi 3664 3681 3665 3682 -echo "$as_me:3568: checking for makeflags variable" >&5 3666 +echo "$as_me:371 5: checking for makeflags variable" >&53683 +echo "$as_me:3716: checking for makeflags variable" >&5 3667 3684 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6 3668 3685 if test "${cf_cv_makeflags+set}" = set; then 3669 3686 echo $ECHO_N "(cached) $ECHO_C" >&6 3670 @@ -3599,13 +374 6,13 @@3687 @@ -3599,13 +3747,13 @@ 3671 3688 rm -f cf_makeflags.tmp 3672 3689 3673 3690 fi 3674 3691 -echo "$as_me:3602: result: $cf_cv_makeflags" >&5 3675 +echo "$as_me:37 49: result: $cf_cv_makeflags" >&53692 +echo "$as_me:3750: result: $cf_cv_makeflags" >&5 3676 3693 echo "${ECHO_T}$cf_cv_makeflags" >&6 3677 3694 … … 3680 3697 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3681 3698 -echo "$as_me:3608: checking for $ac_word" >&5 3682 +echo "$as_me:375 5: checking for $ac_word" >&53699 +echo "$as_me:3756: checking for $ac_word" >&5 3683 3700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3684 3701 if test "${ac_cv_prog_RANLIB+set}" = set; then 3685 3702 echo $ECHO_N "(cached) $ECHO_C" >&6 3686 @@ -3620,7 +376 7,7 @@3703 @@ -3620,7 +3768,7 @@ 3687 3704 test -z "$ac_dir" && ac_dir=. 3688 3705 $as_executable_p "$ac_dir/$ac_word" || continue 3689 3706 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3690 3707 -echo "$as_me:3623: found $ac_dir/$ac_word" >&5 3691 +echo "$as_me:377 0: found $ac_dir/$ac_word" >&53708 +echo "$as_me:3771: found $ac_dir/$ac_word" >&5 3692 3709 break 3693 3710 done 3694 3711 3695 @@ -3628,10 +377 5,10 @@3712 @@ -3628,10 +3776,10 @@ 3696 3713 fi 3697 3714 RANLIB=$ac_cv_prog_RANLIB 3698 3715 if test -n "$RANLIB"; then 3699 3716 - echo "$as_me:3631: result: $RANLIB" >&5 3700 + echo "$as_me:377 8: result: $RANLIB" >&53717 + echo "$as_me:3779: result: $RANLIB" >&5 3701 3718 echo "${ECHO_T}$RANLIB" >&6 3702 3719 else 3703 3720 - echo "$as_me:3634: result: no" >&5 3704 + echo "$as_me:378 1: result: no" >&53721 + echo "$as_me:3782: result: no" >&5 3705 3722 echo "${ECHO_T}no" >&6 3706 3723 fi 3707 3724 3708 @@ -3640,7 +378 7,7 @@3725 @@ -3640,7 +3788,7 @@ 3709 3726 ac_ct_RANLIB=$RANLIB 3710 3727 # Extract the first word of "ranlib", so it can be a program name with args. 3711 3728 set dummy ranlib; ac_word=$2 3712 3729 -echo "$as_me:3643: checking for $ac_word" >&5 3713 +echo "$as_me:379 0: checking for $ac_word" >&53730 +echo "$as_me:3791: checking for $ac_word" >&5 3714 3731 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3715 3732 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3716 3733 echo $ECHO_N "(cached) $ECHO_C" >&6 3717 @@ -3655,7 +380 2,7 @@3734 @@ -3655,7 +3803,7 @@ 3718 3735 test -z "$ac_dir" && ac_dir=. 3719 3736 $as_executable_p "$ac_dir/$ac_word" || continue 3720 3737 ac_cv_prog_ac_ct_RANLIB="ranlib" 3721 3738 -echo "$as_me:3658: found $ac_dir/$ac_word" >&5 3722 +echo "$as_me:380 5: found $ac_dir/$ac_word" >&53739 +echo "$as_me:3806: found $ac_dir/$ac_word" >&5 3723 3740 break 3724 3741 done 3725 3742 3726 @@ -3664,10 +381 1,10 @@3743 @@ -3664,10 +3812,10 @@ 3727 3744 fi 3728 3745 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3729 3746 if test -n "$ac_ct_RANLIB"; then 3730 3747 - echo "$as_me:3667: result: $ac_ct_RANLIB" >&5 3731 + echo "$as_me:381 4: result: $ac_ct_RANLIB" >&53748 + echo "$as_me:3815: result: $ac_ct_RANLIB" >&5 3732 3749 echo "${ECHO_T}$ac_ct_RANLIB" >&6 3733 3750 else 3734 3751 - echo "$as_me:3670: result: no" >&5 3735 + echo "$as_me:381 7: result: no" >&53752 + echo "$as_me:3818: result: no" >&5 3736 3753 echo "${ECHO_T}no" >&6 3737 3754 fi 3738 3755 3739 @@ -3679,7 +382 6,7 @@3756 @@ -3679,7 +3827,7 @@ 3740 3757 if test -n "$ac_tool_prefix"; then 3741 3758 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. 3742 3759 set dummy ${ac_tool_prefix}ld; ac_word=$2 3743 3760 -echo "$as_me:3682: checking for $ac_word" >&5 3744 +echo "$as_me:38 29: checking for $ac_word" >&53761 +echo "$as_me:3830: checking for $ac_word" >&5 3745 3762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3746 3763 if test "${ac_cv_prog_LD+set}" = set; then 3747 3764 echo $ECHO_N "(cached) $ECHO_C" >&6 3748 @@ -3694,7 +384 1,7 @@3765 @@ -3694,7 +3842,7 @@ 3749 3766 test -z "$ac_dir" && ac_dir=. 3750 3767 $as_executable_p "$ac_dir/$ac_word" || continue 3751 3768 ac_cv_prog_LD="${ac_tool_prefix}ld" 3752 3769 -echo "$as_me:3697: found $ac_dir/$ac_word" >&5 3753 +echo "$as_me:384 4: found $ac_dir/$ac_word" >&53770 +echo "$as_me:3845: found $ac_dir/$ac_word" >&5 3754 3771 break 3755 3772 done 3756 3773 3757 @@ -3702,10 +38 49,10 @@3774 @@ -3702,10 +3850,10 @@ 3758 3775 fi 3759 3776 LD=$ac_cv_prog_LD 3760 3777 if test -n "$LD"; then 3761 3778 - echo "$as_me:3705: result: $LD" >&5 3762 + echo "$as_me:385 2: result: $LD" >&53779 + echo "$as_me:3853: result: $LD" >&5 3763 3780 echo "${ECHO_T}$LD" >&6 3764 3781 else 3765 3782 - echo "$as_me:3708: result: no" >&5 3766 + echo "$as_me:385 5: result: no" >&53783 + echo "$as_me:3856: result: no" >&5 3767 3784 echo "${ECHO_T}no" >&6 3768 3785 fi 3769 3786 3770 @@ -3714,7 +386 1,7 @@3787 @@ -3714,7 +3862,7 @@ 3771 3788 ac_ct_LD=$LD 3772 3789 # Extract the first word of "ld", so it can be a program name with args. 3773 3790 set dummy ld; ac_word=$2 3774 3791 -echo "$as_me:3717: checking for $ac_word" >&5 3775 +echo "$as_me:386 4: checking for $ac_word" >&53792 +echo "$as_me:3865: checking for $ac_word" >&5 3776 3793 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3777 3794 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 3778 3795 echo $ECHO_N "(cached) $ECHO_C" >&6 3779 @@ -3729,7 +387 6,7 @@3796 @@ -3729,7 +3877,7 @@ 3780 3797 test -z "$ac_dir" && ac_dir=. 3781 3798 $as_executable_p "$ac_dir/$ac_word" || continue 3782 3799 ac_cv_prog_ac_ct_LD="ld" 3783 3800 -echo "$as_me:3732: found $ac_dir/$ac_word" >&5 3784 +echo "$as_me:38 79: found $ac_dir/$ac_word" >&53801 +echo "$as_me:3880: found $ac_dir/$ac_word" >&5 3785 3802 break 3786 3803 done 3787 3804 3788 @@ -3738,10 +388 5,10 @@3805 @@ -3738,10 +3886,10 @@ 3789 3806 fi 3790 3807 ac_ct_LD=$ac_cv_prog_ac_ct_LD 3791 3808 if test -n "$ac_ct_LD"; then 3792 3809 - echo "$as_me:3741: result: $ac_ct_LD" >&5 3793 + echo "$as_me:388 8: result: $ac_ct_LD" >&53810 + echo "$as_me:3889: result: $ac_ct_LD" >&5 3794 3811 echo "${ECHO_T}$ac_ct_LD" >&6 3795 3812 else 3796 3813 - echo "$as_me:3744: result: no" >&5 3797 + echo "$as_me:389 1: result: no" >&53814 + echo "$as_me:3892: result: no" >&5 3798 3815 echo "${ECHO_T}no" >&6 3799 3816 fi 3800 3817 3801 @@ -3753,7 +390 0,7 @@3818 @@ -3753,7 +3901,7 @@ 3802 3819 if test -n "$ac_tool_prefix"; then 3803 3820 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3804 3821 set dummy ${ac_tool_prefix}ar; ac_word=$2 3805 3822 -echo "$as_me:3756: checking for $ac_word" >&5 3806 +echo "$as_me:390 3: checking for $ac_word" >&53823 +echo "$as_me:3904: checking for $ac_word" >&5 3807 3824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3808 3825 if test "${ac_cv_prog_AR+set}" = set; then 3809 3826 echo $ECHO_N "(cached) $ECHO_C" >&6 3810 @@ -3768,7 +391 5,7 @@3827 @@ -3768,7 +3916,7 @@ 3811 3828 test -z "$ac_dir" && ac_dir=. 3812 3829 $as_executable_p "$ac_dir/$ac_word" || continue 3813 3830 ac_cv_prog_AR="${ac_tool_prefix}ar" 3814 3831 -echo "$as_me:3771: found $ac_dir/$ac_word" >&5 3815 +echo "$as_me:391 8: found $ac_dir/$ac_word" >&53832 +echo "$as_me:3919: found $ac_dir/$ac_word" >&5 3816 3833 break 3817 3834 done 3818 3835 3819 @@ -3776,10 +392 3,10 @@3836 @@ -3776,10 +3924,10 @@ 3820 3837 fi 3821 3838 AR=$ac_cv_prog_AR 3822 3839 if test -n "$AR"; then 3823 3840 - echo "$as_me:3779: result: $AR" >&5 3824 + echo "$as_me:392 6: result: $AR" >&53841 + echo "$as_me:3927: result: $AR" >&5 3825 3842 echo "${ECHO_T}$AR" >&6 3826 3843 else 3827 3844 - echo "$as_me:3782: result: no" >&5 3828 + echo "$as_me:39 29: result: no" >&53845 + echo "$as_me:3930: result: no" >&5 3829 3846 echo "${ECHO_T}no" >&6 3830 3847 fi 3831 3848 3832 @@ -3788,7 +393 5,7 @@3849 @@ -3788,7 +3936,7 @@ 3833 3850 ac_ct_AR=$AR 3834 3851 # Extract the first word of "ar", so it can be a program name with args. 3835 3852 set dummy ar; ac_word=$2 3836 3853 -echo "$as_me:3791: checking for $ac_word" >&5 3837 +echo "$as_me:393 8: checking for $ac_word" >&53854 +echo "$as_me:3939: checking for $ac_word" >&5 3838 3855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3839 3856 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 3840 3857 echo $ECHO_N "(cached) $ECHO_C" >&6 3841 @@ -3803,7 +395 0,7 @@3858 @@ -3803,7 +3951,7 @@ 3842 3859 test -z "$ac_dir" && ac_dir=. 3843 3860 $as_executable_p "$ac_dir/$ac_word" || continue 3844 3861 ac_cv_prog_ac_ct_AR="ar" 3845 3862 -echo "$as_me:3806: found $ac_dir/$ac_word" >&5 3846 +echo "$as_me:395 3: found $ac_dir/$ac_word" >&53863 +echo "$as_me:3954: found $ac_dir/$ac_word" >&5 3847 3864 break 3848 3865 done 3849 3866 3850 @@ -3812,10 +39 59,10 @@3867 @@ -3812,10 +3960,10 @@ 3851 3868 fi 3852 3869 ac_ct_AR=$ac_cv_prog_ac_ct_AR 3853 3870 if test -n "$ac_ct_AR"; then 3854 3871 - echo "$as_me:3815: result: $ac_ct_AR" >&5 3855 + echo "$as_me:396 2: result: $ac_ct_AR" >&53872 + echo "$as_me:3963: result: $ac_ct_AR" >&5 3856 3873 echo "${ECHO_T}$ac_ct_AR" >&6 3857 3874 else 3858 3875 - echo "$as_me:3818: result: no" >&5 3859 + echo "$as_me:396 5: result: no" >&53876 + echo "$as_me:3966: result: no" >&5 3860 3877 echo "${ECHO_T}no" >&6 3861 3878 fi 3862 3879 3863 @@ -3824,25 +397 1,123 @@3880 @@ -3824,25 +3972,123 @@ 3864 3881 AR="$ac_cv_prog_AR" 3865 3882 fi … … 3869 3886 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3870 3887 +set dummy ${ac_tool_prefix}ar; ac_word=$2 3871 +echo "$as_me:397 7: checking for $ac_word" >&53888 +echo "$as_me:3978: checking for $ac_word" >&5 3872 3889 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3873 3890 +if test "${ac_cv_prog_AR+set}" = set; then … … 3884 3901 + $as_executable_p "$ac_dir/$ac_word" || continue 3885 3902 +ac_cv_prog_AR="${ac_tool_prefix}ar" 3886 +echo "$as_me:399 2: found $ac_dir/$ac_word" >&53903 +echo "$as_me:3993: found $ac_dir/$ac_word" >&5 3887 3904 +break 3888 3905 +done … … 3894 3911 +AR=$ac_cv_prog_AR 3895 3912 +if test -n "$AR"; then 3896 + echo "$as_me:400 0: result: $AR" >&53913 + echo "$as_me:4001: result: $AR" >&5 3897 3914 +echo "${ECHO_T}$AR" >&6 3898 3915 +else 3899 + echo "$as_me:400 3: result: no" >&53916 + echo "$as_me:4004: result: no" >&5 3900 3917 +echo "${ECHO_T}no" >&6 3901 3918 +fi … … 3908 3925 + # Extract the first word of "ar", so it can be a program name with args. 3909 3926 +set dummy ar; ac_word=$2 3910 +echo "$as_me:401 2: checking for $ac_word" >&53927 +echo "$as_me:4013: checking for $ac_word" >&5 3911 3928 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3912 3929 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then … … 3923 3940 + $as_executable_p "$ac_dir/$ac_word" || continue 3924 3941 +ac_cv_prog_ac_ct_AR="ar" 3925 +echo "$as_me:402 7: found $ac_dir/$ac_word" >&53942 +echo "$as_me:4028: found $ac_dir/$ac_word" >&5 3926 3943 +break 3927 3944 +done … … 3932 3949 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 3933 3950 +if test -n "$ac_ct_AR"; then 3934 + echo "$as_me:403 6: result: $ac_ct_AR" >&53951 + echo "$as_me:4037: result: $ac_ct_AR" >&5 3935 3952 +echo "${ECHO_T}$ac_ct_AR" >&6 3936 3953 +else 3937 + echo "$as_me:40 39: result: no" >&53954 + echo "$as_me:4040: result: no" >&5 3938 3955 +echo "${ECHO_T}no" >&6 3939 3956 +fi … … 3944 3961 +fi 3945 3962 + 3946 +echo "$as_me:404 8: checking for options to update archives" >&53963 +echo "$as_me:4049: checking for options to update archives" >&5 3947 3964 +echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6 3948 3965 +if test "${cf_cv_ar_flags+set}" = set; then … … 3955 3972 + rm -f conftest.$ac_cv_objext 3956 3973 + rm -f conftest.a 3957 3958 -cf_cv_subst_AR_OPTS=$AR_OPTS 3959 -echo "$as_me:3840: result: $AR_OPTS" >&5 3960 -echo "${ECHO_T}$AR_OPTS" >&6 3974 + 3961 3975 + cat >conftest.$ac_ext <<EOF 3962 +#line 406 1"configure"3976 +#line 4062 "configure" 3963 3977 +int testdata[3] = { 123, 456, 789 }; 3964 3978 +EOF 3965 + if { (eval echo "$as_me:406 4: \"$ac_compile\"") >&53979 + if { (eval echo "$as_me:4065: \"$ac_compile\"") >&5 3966 3980 + (eval $ac_compile) 2>&5 3967 3981 + ac_status=$? 3968 + echo "$as_me:406 7: \$? = $ac_status" >&53982 + echo "$as_me:4068: \$? = $ac_status" >&5 3969 3983 + (exit $ac_status); } ; then 3970 3984 + $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null … … 3975 3989 + else 3976 3990 + test -n "$verbose" && echo " cannot compile test-program" 1>&6 3977 + 3978 +echo "${as_me-configure}:4077: testing cannot compile test-program ..." 1>&5 3991 3992 -cf_cv_subst_AR_OPTS=$AR_OPTS 3993 -echo "$as_me:3840: result: $AR_OPTS" >&5 3994 -echo "${ECHO_T}$AR_OPTS" >&6 3995 +echo "${as_me-configure}:4078: testing cannot compile test-program ..." 1>&5 3979 3996 + 3980 3997 + break … … 3984 4001 3985 4002 fi 3986 +echo "$as_me:408 5: result: $cf_cv_ar_flags" >&54003 +echo "$as_me:4086: result: $cf_cv_ar_flags" >&5 3987 4004 +echo "${ECHO_T}$cf_cv_ar_flags" >&6 3988 4005 +test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags … … 3990 4007 3991 4008 -echo "$as_me:3845: checking if you have specified an install-prefix" >&5 3992 +echo "$as_me:409 0: checking if you have specified an install-prefix" >&54009 +echo "$as_me:4091: checking if you have specified an install-prefix" >&5 3993 4010 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6 3994 4011 3995 4012 # Check whether --with-install-prefix or --without-install-prefix was given. 3996 @@ -3855,7 +410 0,7 @@4013 @@ -3855,7 +4101,7 @@ 3997 4014 ;; 3998 4015 esac 3999 4016 fi; 4000 4017 -echo "$as_me:3858: result: $DESTDIR" >&5 4001 +echo "$as_me:410 3: result: $DESTDIR" >&54018 +echo "$as_me:4104: result: $DESTDIR" >&5 4002 4019 echo "${ECHO_T}$DESTDIR" >&6 4003 4020 4004 4021 ############################################################################### 4005 @@ -3883,7 +412 8,7 @@4022 @@ -3883,7 +4129,7 @@ 4006 4023 do 4007 4024 # Extract the first word of "$ac_prog", so it can be a program name with args. 4008 4025 set dummy $ac_prog; ac_word=$2 4009 4026 -echo "$as_me:3886: checking for $ac_word" >&5 4010 +echo "$as_me:413 1: checking for $ac_word" >&54027 +echo "$as_me:4132: checking for $ac_word" >&5 4011 4028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4012 4029 if test "${ac_cv_prog_BUILD_CC+set}" = set; then 4013 4030 echo $ECHO_N "(cached) $ECHO_C" >&6 4014 @@ -3898,7 +414 3,7 @@4031 @@ -3898,7 +4144,7 @@ 4015 4032 test -z "$ac_dir" && ac_dir=. 4016 4033 $as_executable_p "$ac_dir/$ac_word" || continue 4017 4034 ac_cv_prog_BUILD_CC="$ac_prog" 4018 4035 -echo "$as_me:3901: found $ac_dir/$ac_word" >&5 4019 +echo "$as_me:414 6: found $ac_dir/$ac_word" >&54036 +echo "$as_me:4147: found $ac_dir/$ac_word" >&5 4020 4037 break 4021 4038 done 4022 4039 4023 @@ -3906,10 +415 1,10 @@4040 @@ -3906,10 +4152,10 @@ 4024 4041 fi 4025 4042 BUILD_CC=$ac_cv_prog_BUILD_CC 4026 4043 if test -n "$BUILD_CC"; then 4027 4044 - echo "$as_me:3909: result: $BUILD_CC" >&5 4028 + echo "$as_me:415 4: result: $BUILD_CC" >&54045 + echo "$as_me:4155: result: $BUILD_CC" >&5 4029 4046 echo "${ECHO_T}$BUILD_CC" >&6 4030 4047 else 4031 4048 - echo "$as_me:3912: result: no" >&5 4032 + echo "$as_me:415 7: result: no" >&54049 + echo "$as_me:4158: result: no" >&5 4033 4050 echo "${ECHO_T}no" >&6 4034 4051 fi 4035 4052 4036 @@ -3917,12 +416 2,12 @@4053 @@ -3917,12 +4163,12 @@ 4037 4054 done 4038 4055 4039 4056 fi; 4040 4057 - echo "$as_me:3920: checking for native build C compiler" >&5 4041 + echo "$as_me:416 5: checking for native build C compiler" >&54058 + echo "$as_me:4166: checking for native build C compiler" >&5 4042 4059 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 4043 4060 - echo "$as_me:3922: result: $BUILD_CC" >&5 4044 + echo "$as_me:416 7: result: $BUILD_CC" >&54061 + echo "$as_me:4168: result: $BUILD_CC" >&5 4045 4062 echo "${ECHO_T}$BUILD_CC" >&6 4046 4063 4047 4064 - echo "$as_me:3925: checking for native build C preprocessor" >&5 4048 + echo "$as_me:417 0: checking for native build C preprocessor" >&54065 + echo "$as_me:4171: checking for native build C preprocessor" >&5 4049 4066 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 4050 4067 4051 4068 # Check whether --with-build-cpp or --without-build-cpp was given. 4052 @@ -3932,10 +417 7,10 @@4069 @@ -3932,10 +4178,10 @@ 4053 4070 else 4054 4071 BUILD_CPP='${BUILD_CC} -E' 4055 4072 fi; 4056 4073 - echo "$as_me:3935: result: $BUILD_CPP" >&5 4057 + echo "$as_me:418 0: result: $BUILD_CPP" >&54074 + echo "$as_me:4181: result: $BUILD_CPP" >&5 4058 4075 echo "${ECHO_T}$BUILD_CPP" >&6 4059 4076 4060 4077 - echo "$as_me:3938: checking for native build C flags" >&5 4061 + echo "$as_me:418 3: checking for native build C flags" >&54078 + echo "$as_me:4184: checking for native build C flags" >&5 4062 4079 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 4063 4080 4064 4081 # Check whether --with-build-cflags or --without-build-cflags was given. 4065 @@ -3943,10 +418 8,10 @@4082 @@ -3943,10 +4189,10 @@ 4066 4083 withval="$with_build_cflags" 4067 4084 BUILD_CFLAGS="$withval" 4068 4085 fi; 4069 4086 - echo "$as_me:3946: result: $BUILD_CFLAGS" >&5 4070 + echo "$as_me:419 1: result: $BUILD_CFLAGS" >&54087 + echo "$as_me:4192: result: $BUILD_CFLAGS" >&5 4071 4088 echo "${ECHO_T}$BUILD_CFLAGS" >&6 4072 4089 4073 4090 - echo "$as_me:3949: checking for native build C preprocessor-flags" >&5 4074 + echo "$as_me:419 4: checking for native build C preprocessor-flags" >&54091 + echo "$as_me:4195: checking for native build C preprocessor-flags" >&5 4075 4092 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 4076 4093 4077 4094 # Check whether --with-build-cppflags or --without-build-cppflags was given. 4078 @@ -3954,10 +4 199,10 @@4095 @@ -3954,10 +4200,10 @@ 4079 4096 withval="$with_build_cppflags" 4080 4097 BUILD_CPPFLAGS="$withval" 4081 4098 fi; 4082 4099 - echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5 4083 + echo "$as_me:420 2: result: $BUILD_CPPFLAGS" >&54100 + echo "$as_me:4203: result: $BUILD_CPPFLAGS" >&5 4084 4101 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 4085 4102 4086 4103 - echo "$as_me:3960: checking for native build linker-flags" >&5 4087 + echo "$as_me:420 5: checking for native build linker-flags" >&54104 + echo "$as_me:4206: checking for native build linker-flags" >&5 4088 4105 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 4089 4106 4090 4107 # Check whether --with-build-ldflags or --without-build-ldflags was given. 4091 @@ -3965,10 +421 0,10 @@4108 @@ -3965,10 +4211,10 @@ 4092 4109 withval="$with_build_ldflags" 4093 4110 BUILD_LDFLAGS="$withval" 4094 4111 fi; 4095 4112 - echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5 4096 + echo "$as_me:421 3: result: $BUILD_LDFLAGS" >&54113 + echo "$as_me:4214: result: $BUILD_LDFLAGS" >&5 4097 4114 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 4098 4115 4099 4116 - echo "$as_me:3971: checking for native build linker-libraries" >&5 4100 + echo "$as_me:421 6: checking for native build linker-libraries" >&54117 + echo "$as_me:4217: checking for native build linker-libraries" >&5 4101 4118 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 4102 4119 4103 4120 # Check whether --with-build-libs or --without-build-libs was given. 4104 @@ -3976,7 +422 1,7 @@4121 @@ -3976,7 +4222,7 @@ 4105 4122 withval="$with_build_libs" 4106 4123 BUILD_LIBS="$withval" 4107 4124 fi; 4108 4125 - echo "$as_me:3979: result: $BUILD_LIBS" >&5 4109 + echo "$as_me:422 4: result: $BUILD_LIBS" >&54126 + echo "$as_me:4225: result: $BUILD_LIBS" >&5 4110 4127 echo "${ECHO_T}$BUILD_LIBS" >&6 4111 4128 4112 4129 # this assumes we're on Unix. 4113 @@ -3986,7 +423 1,7 @@4130 @@ -3986,7 +4232,7 @@ 4114 4131 : ${BUILD_CC:='${CC}'} 4115 4132 4116 4133 if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then 4117 4134 - { { echo "$as_me:3989: error: Cross-build requires two compilers. 4118 + { { echo "$as_me:423 4: error: Cross-build requires two compilers.4135 + { { echo "$as_me:4235: error: Cross-build requires two compilers. 4119 4136 Use --with-build-cc to specify the native compiler." >&5 4120 4137 echo "$as_me: error: Cross-build requires two compilers. 4121 4138 Use --with-build-cc to specify the native compiler." >&2;} 4122 @@ -4027,7 +427 2,7 @@4139 @@ -4027,7 +4273,7 @@ 4123 4140 LIB_INSTALL= 4124 4141 LIB_UNINSTALL= 4125 4142 4126 4143 -echo "$as_me:4030: checking if you want to build libraries with libtool" >&5 4127 +echo "$as_me:427 5: checking if you want to build libraries with libtool" >&54144 +echo "$as_me:4276: checking if you want to build libraries with libtool" >&5 4128 4145 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6 4129 4146 4130 4147 # Check whether --with-libtool or --without-libtool was given. 4131 @@ -4037,11 +428 2,11 @@4148 @@ -4037,11 +4283,11 @@ 4132 4149 else 4133 4150 with_libtool=no 4134 4151 fi; 4135 4152 -echo "$as_me:4040: result: $with_libtool" >&5 4136 +echo "$as_me:428 5: result: $with_libtool" >&54153 +echo "$as_me:4286: result: $with_libtool" >&5 4137 4154 echo "${ECHO_T}$with_libtool" >&6 4138 4155 if test "$with_libtool" != "no"; then … … 4143 4160 if test "x$prefix" != xNONE; then 4144 4161 cf_path_syntax="$prefix" 4145 @@ -4068,7 +431 3,7 @@4162 @@ -4068,7 +4314,7 @@ 4146 4163 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` 4147 4164 ;; 4148 4165 *) 4149 4166 - { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5 4150 + { { echo "$as_me:431 6: error: expected a pathname, not \"$with_libtool\"" >&54167 + { { echo "$as_me:4317: error: expected a pathname, not \"$with_libtool\"" >&5 4151 4168 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;} 4152 4169 { (exit 1); exit 1; }; } 4153 4170 ;; 4154 @@ -4076,9 +432 1,9 @@4171 @@ -4076,9 +4322,9 @@ 4155 4172 4156 4173 LIBTOOL=$with_libtool … … 4160 4177 set dummy libtool; ac_word=$2 4161 4178 -echo "$as_me:4081: checking for $ac_word" >&5 4162 +echo "$as_me:432 6: checking for $ac_word" >&54179 +echo "$as_me:4327: checking for $ac_word" >&5 4163 4180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4164 4181 if test "${ac_cv_path_LIBTOOL+set}" = set; then 4165 4182 echo $ECHO_N "(cached) $ECHO_C" >&6 4166 @@ -4095,7 +434 0,7 @@4183 @@ -4095,7 +4341,7 @@ 4167 4184 test -z "$ac_dir" && ac_dir=. 4168 4185 if $as_executable_p "$ac_dir/$ac_word"; then 4169 4186 ac_cv_path_LIBTOOL="$ac_dir/$ac_word" 4170 4187 - echo "$as_me:4098: found $ac_dir/$ac_word" >&5 4171 + echo "$as_me:434 3: found $ac_dir/$ac_word" >&54188 + echo "$as_me:4344: found $ac_dir/$ac_word" >&5 4172 4189 break 4173 4190 fi 4174 4191 done 4175 @@ -4106,20 +435 1,20 @@4192 @@ -4106,20 +4352,20 @@ 4176 4193 LIBTOOL=$ac_cv_path_LIBTOOL 4177 4194 4178 4195 if test -n "$LIBTOOL"; then 4179 4196 - echo "$as_me:4109: result: $LIBTOOL" >&5 4180 + echo "$as_me:435 4: result: $LIBTOOL" >&54197 + echo "$as_me:4355: result: $LIBTOOL" >&5 4181 4198 echo "${ECHO_T}$LIBTOOL" >&6 4182 4199 else 4183 4200 - echo "$as_me:4112: result: no" >&5 4184 + echo "$as_me:435 7: result: no" >&54201 + echo "$as_me:4358: result: no" >&5 4185 4202 echo "${ECHO_T}no" >&6 4186 4203 fi … … 4191 4208 + fi 4192 4209 + if test -z "$LIBTOOL" ; then 4193 + { { echo "$as_me:436 3: error: Cannot find libtool" >&54210 + { { echo "$as_me:4364: error: Cannot find libtool" >&5 4194 4211 echo "$as_me: error: Cannot find libtool" >&2;} 4195 4212 { (exit 1); exit 1; }; } … … 4201 4218 LIB_SUFFIX=.la 4202 4219 LIB_CLEAN='${LIBTOOL} --mode=clean' 4203 @@ -4130,24 +437 5,32 @@4220 @@ -4130,24 +4376,32 @@ 4204 4221 LIB_PREP=: 4205 4222 4206 4223 # Show the version of libtool 4207 4224 - echo "$as_me:4133: checking version of libtool" >&5 4208 + echo "$as_me:437 8: checking version of libtool" >&54225 + echo "$as_me:4379: checking version of libtool" >&5 4209 4226 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6 4210 4227 … … 4215 4232 cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([^)]*)//g' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'` 4216 4233 - echo "$as_me:4140: result: $cf_cv_libtool_version" >&5 4217 + echo "$as_me:438 5: result: $cf_cv_libtool_version" >&54234 + echo "$as_me:4386: result: $cf_cv_libtool_version" >&5 4218 4235 echo "${ECHO_T}$cf_cv_libtool_version" >&6 4219 4236 if test -z "$cf_cv_libtool_version" ; then 4220 4237 - { { echo "$as_me:4143: error: This is not GNU libtool" >&5 4221 + { { echo "$as_me:438 8: error: This is not GNU libtool" >&54238 + { { echo "$as_me:4389: error: This is not GNU libtool" >&5 4222 4239 echo "$as_me: error: This is not GNU libtool" >&2;} 4223 4240 { (exit 1); exit 1; }; } … … 4240 4257 LIBTOOL="$LIBTOOL --tag=CC" 4241 4258 ;; 4242 @@ -4168,7 +442 1,7 @@4259 @@ -4168,7 +4422,7 @@ 4243 4260 4244 4261 else 4245 4262 4246 4263 -echo "$as_me:4171: checking if you want to build shared libraries" >&5 4247 +echo "$as_me:442 4: checking if you want to build shared libraries" >&54264 +echo "$as_me:4425: checking if you want to build shared libraries" >&5 4248 4265 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 4249 4266 4250 4267 # Check whether --with-shared or --without-shared was given. 4251 @@ -4178,11 +443 1,11 @@4268 @@ -4178,11 +4432,11 @@ 4252 4269 else 4253 4270 with_shared=no 4254 4271 fi; 4255 4272 -echo "$as_me:4181: result: $with_shared" >&5 4256 +echo "$as_me:443 4: result: $with_shared" >&54273 +echo "$as_me:4435: result: $with_shared" >&5 4257 4274 echo "${ECHO_T}$with_shared" >&6 4258 4275 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 4259 4276 4260 4277 -echo "$as_me:4185: checking if you want to build static libraries" >&5 4261 +echo "$as_me:443 8: checking if you want to build static libraries" >&54278 +echo "$as_me:4439: checking if you want to build static libraries" >&5 4262 4279 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 4263 4280 4264 4281 # Check whether --with-normal or --without-normal was given. 4265 @@ -4192,11 +444 5,11 @@4282 @@ -4192,11 +4446,11 @@ 4266 4283 else 4267 4284 with_normal=yes 4268 4285 fi; 4269 4286 -echo "$as_me:4195: result: $with_normal" >&5 4270 +echo "$as_me:444 8: result: $with_normal" >&54287 +echo "$as_me:4449: result: $with_normal" >&5 4271 4288 echo "${ECHO_T}$with_normal" >&6 4272 4289 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 4273 4290 4274 4291 -echo "$as_me:4199: checking if you want to build debug libraries" >&5 4275 +echo "$as_me:445 2: checking if you want to build debug libraries" >&54292 +echo "$as_me:4453: checking if you want to build debug libraries" >&5 4276 4293 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 4277 4294 4278 4295 # Check whether --with-debug or --without-debug was given. 4279 @@ -4206,11 +44 59,11 @@4296 @@ -4206,11 +4460,11 @@ 4280 4297 else 4281 4298 with_debug=yes 4282 4299 fi; 4283 4300 -echo "$as_me:4209: result: $with_debug" >&5 4284 +echo "$as_me:446 2: result: $with_debug" >&54301 +echo "$as_me:4463: result: $with_debug" >&5 4285 4302 echo "${ECHO_T}$with_debug" >&6 4286 4303 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 4287 4304 4288 4305 -echo "$as_me:4213: checking if you want to build profiling libraries" >&5 4289 +echo "$as_me:446 6: checking if you want to build profiling libraries" >&54306 +echo "$as_me:4467: checking if you want to build profiling libraries" >&5 4290 4307 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 4291 4308 4292 4309 # Check whether --with-profile or --without-profile was given. 4293 @@ -4220,7 +447 3,7 @@4310 @@ -4220,7 +4474,7 @@ 4294 4311 else 4295 4312 with_profile=no 4296 4313 fi; 4297 4314 -echo "$as_me:4223: result: $with_profile" >&5 4298 +echo "$as_me:447 6: result: $with_profile" >&54315 +echo "$as_me:4477: result: $with_profile" >&5 4299 4316 echo "${ECHO_T}$with_profile" >&6 4300 4317 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 4301 4318 4302 @@ -4228,19 +448 1,19 @@4319 @@ -4228,19 +4482,19 @@ 4303 4320 4304 4321 ############################################################################### 4305 4322 4306 4323 -echo "$as_me:4231: checking for specified models" >&5 4307 +echo "$as_me:448 4: checking for specified models" >&54324 +echo "$as_me:4485: checking for specified models" >&5 4308 4325 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 4309 4326 test -z "$cf_list_models" && cf_list_models=normal 4310 4327 test "$with_libtool" != "no" && cf_list_models=libtool 4311 4328 -echo "$as_me:4235: result: $cf_list_models" >&5 4312 +echo "$as_me:448 8: result: $cf_list_models" >&54329 +echo "$as_me:4489: result: $cf_list_models" >&5 4313 4330 echo "${ECHO_T}$cf_list_models" >&6 4314 4331 … … 4316 4333 ### up test-applications. 4317 4334 -echo "$as_me:4240: checking for default model" >&5 4318 +echo "$as_me:449 3: checking for default model" >&54335 +echo "$as_me:4494: checking for default model" >&5 4319 4336 echo $ECHO_N "checking for default model... $ECHO_C" >&6 4320 4337 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 4321 4338 -echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5 4322 +echo "$as_me:449 6: result: $DFT_LWR_MODEL" >&54339 +echo "$as_me:4497: result: $DFT_LWR_MODEL" >&5 4323 4340 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 4324 4341 4325 4342 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 4326 @@ -4269,7 +452 2,7 @@4343 @@ -4269,7 +4523,7 @@ 4327 4344 4328 4345 ############################################################################### 4329 4346 4330 4347 -echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5 4331 +echo "$as_me:452 5: checking if you want to build a separate terminfo library" >&54348 +echo "$as_me:4526: checking if you want to build a separate terminfo library" >&5 4332 4349 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 4333 4350 4334 4351 # Check whether --with-termlib or --without-termlib was given. 4335 @@ -4279,10 +453 2,10 @@4352 @@ -4279,10 +4533,10 @@ 4336 4353 else 4337 4354 with_termlib=no 4338 4355 fi; 4339 4356 -echo "$as_me:4282: result: $with_termlib" >&5 4340 +echo "$as_me:453 5: result: $with_termlib" >&54357 +echo "$as_me:4536: result: $with_termlib" >&5 4341 4358 echo "${ECHO_T}$with_termlib" >&6 4342 4359 4343 4360 -echo "$as_me:4285: checking if you want to build a separate tic library" >&5 4344 +echo "$as_me:453 8: checking if you want to build a separate tic library" >&54361 +echo "$as_me:4539: checking if you want to build a separate tic library" >&5 4345 4362 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 4346 4363 4347 4364 # Check whether --with-ticlib or --without-ticlib was given. 4348 @@ -4292,13 +454 5,13 @@4365 @@ -4292,13 +4546,13 @@ 4349 4366 else 4350 4367 with_ticlib=no 4351 4368 fi; 4352 4369 -echo "$as_me:4295: result: $with_ticlib" >&5 4353 +echo "$as_me:454 8: result: $with_ticlib" >&54370 +echo "$as_me:4549: result: $with_ticlib" >&5 4354 4371 echo "${ECHO_T}$with_ticlib" >&6 4355 4372 … … 4358 4375 4359 4376 -echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5 4360 +echo "$as_me:455 4: checking if you want to link with the GPM mouse library" >&54377 +echo "$as_me:4555: checking if you want to link with the GPM mouse library" >&5 4361 4378 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 4362 4379 4363 4380 # Check whether --with-gpm or --without-gpm was given. 4364 @@ -4308,27 +456 1,27 @@4381 @@ -4308,27 +4562,27 @@ 4365 4382 else 4366 4383 with_gpm=maybe 4367 4384 fi; 4368 4385 -echo "$as_me:4311: result: $with_gpm" >&5 4369 +echo "$as_me:456 4: result: $with_gpm" >&54386 +echo "$as_me:4565: result: $with_gpm" >&5 4370 4387 echo "${ECHO_T}$with_gpm" >&6 4371 4388 4372 4389 if test "$with_gpm" != no ; then 4373 4390 - echo "$as_me:4315: checking for gpm.h" >&5 4374 + echo "$as_me:456 8: checking for gpm.h" >&54391 + echo "$as_me:4569: checking for gpm.h" >&5 4375 4392 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 4376 4393 if test "${ac_cv_header_gpm_h+set}" = set; then … … 4379 4396 cat >conftest.$ac_ext <<_ACEOF 4380 4397 -#line 4321 "configure" 4381 +#line 457 4"configure"4398 +#line 4575 "configure" 4382 4399 #include "confdefs.h" 4383 4400 #include <gpm.h> 4384 4401 _ACEOF 4385 4402 -if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 4386 +if { (eval echo "$as_me:457 8: \"$ac_cpp conftest.$ac_ext\"") >&54403 +if { (eval echo "$as_me:4579: \"$ac_cpp conftest.$ac_ext\"") >&5 4387 4404 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4388 4405 ac_status=$? … … 4391 4408 cat conftest.err >&5 4392 4409 - echo "$as_me:4331: \$? = $ac_status" >&5 4393 + echo "$as_me:458 4: \$? = $ac_status" >&54410 + echo "$as_me:4585: \$? = $ac_status" >&5 4394 4411 (exit $ac_status); } >/dev/null; then 4395 4412 if test -s conftest.err; then 4396 4413 ac_cpp_err=$ac_c_preproc_warn_flag 4397 @@ -4347,7 +460 0,7 @@4414 @@ -4347,7 +4601,7 @@ 4398 4415 fi 4399 4416 rm -f conftest.err conftest.$ac_ext 4400 4417 fi 4401 4418 -echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5 4402 +echo "$as_me:460 3: result: $ac_cv_header_gpm_h" >&54419 +echo "$as_me:4604: result: $ac_cv_header_gpm_h" >&5 4403 4420 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 4404 4421 if test $ac_cv_header_gpm_h = yes; then 4405 4422 4406 @@ -4358,14 +461 1,14 @@4423 @@ -4358,14 +4612,14 @@ 4407 4424 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 4408 4425 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 4409 4426 4410 4427 -echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5 4411 +echo "${as_me-configure}:461 4: testing assuming we really have GPM library ..." 1>&54428 +echo "${as_me-configure}:4615: testing assuming we really have GPM library ..." 1>&5 4412 4429 4413 4430 cat >>confdefs.h <<\EOF … … 4417 4434 else 4418 4435 - echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5 4419 + echo "$as_me:462 1: checking for Gpm_Open in -lgpm" >&54436 + echo "$as_me:4622: checking for Gpm_Open in -lgpm" >&5 4420 4437 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 4421 4438 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 4422 4439 echo $ECHO_N "(cached) $ECHO_C" >&6 4423 @@ -4373,7 +462 6,7 @@4440 @@ -4373,7 +4627,7 @@ 4424 4441 ac_check_lib_save_LIBS=$LIBS 4425 4442 LIBS="-lgpm $LIBS" 4426 4443 cat >conftest.$ac_ext <<_ACEOF 4427 4444 -#line 4376 "configure" 4428 +#line 46 29"configure"4445 +#line 4630 "configure" 4429 4446 #include "confdefs.h" 4430 4447 4431 4448 /* Override any gcc2 internal prototype to avoid an error. */ 4432 @@ -4392,16 +464 5,16 @@4449 @@ -4392,16 +4646,16 @@ 4433 4450 } 4434 4451 _ACEOF 4435 4452 rm -f conftest.$ac_objext conftest$ac_exeext 4436 4453 -if { (eval echo "$as_me:4395: \"$ac_link\"") >&5 4437 +if { (eval echo "$as_me:464 8: \"$ac_link\"") >&54454 +if { (eval echo "$as_me:4649: \"$ac_link\"") >&5 4438 4455 (eval $ac_link) 2>&5 4439 4456 ac_status=$? 4440 4457 - echo "$as_me:4398: \$? = $ac_status" >&5 4441 + echo "$as_me:465 1: \$? = $ac_status" >&54458 + echo "$as_me:4652: \$? = $ac_status" >&5 4442 4459 (exit $ac_status); } && 4443 4460 { ac_try='test -s conftest$ac_exeext' 4444 4461 - { (eval echo "$as_me:4401: \"$ac_try\"") >&5 4445 + { (eval echo "$as_me:465 4: \"$ac_try\"") >&54462 + { (eval echo "$as_me:4655: \"$ac_try\"") >&5 4446 4463 (eval $ac_try) 2>&5 4447 4464 ac_status=$? 4448 4465 - echo "$as_me:4404: \$? = $ac_status" >&5 4449 + echo "$as_me:465 7: \$? = $ac_status" >&54466 + echo "$as_me:4658: \$? = $ac_status" >&5 4450 4467 (exit $ac_status); }; }; then 4451 4468 ac_cv_lib_gpm_Gpm_Open=yes 4452 4469 else 4453 @@ -4412,13 +466 5,13 @@4470 @@ -4412,13 +4666,13 @@ 4454 4471 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4455 4472 LIBS=$ac_check_lib_save_LIBS 4456 4473 fi 4457 4474 -echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4458 +echo "$as_me:466 8: result: $ac_cv_lib_gpm_Gpm_Open" >&54475 +echo "$as_me:4669: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4459 4476 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 4460 4477 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 4463 4480 4464 4481 - { { echo "$as_me:4421: error: Cannot link with GPM library" >&5 4465 + { { echo "$as_me:467 4: error: Cannot link with GPM library" >&54482 + { { echo "$as_me:4675: error: Cannot link with GPM library" >&5 4466 4483 echo "$as_me: error: Cannot link with GPM library" >&2;} 4467 4484 { (exit 1); exit 1; }; } 4468 4485 fi 4469 @@ -4428,7 +468 1,7 @@4486 @@ -4428,7 +4682,7 @@ 4470 4487 4471 4488 else 4472 4489 4473 4490 - test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5 4474 + test "$with_gpm" != maybe && { echo "$as_me:468 4: WARNING: Cannot find GPM header" >&54491 + test "$with_gpm" != maybe && { echo "$as_me:4685: WARNING: Cannot find GPM header" >&5 4475 4492 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 4476 4493 with_gpm=no 4477 4494 4478 @@ -4437,7 +469 0,7 @@4495 @@ -4437,7 +4691,7 @@ 4479 4496 fi 4480 4497 4481 4498 if test "$with_gpm" != no ; then 4482 4499 - echo "$as_me:4440: checking if you want to load GPM dynamically" >&5 4483 + echo "$as_me:469 3: checking if you want to load GPM dynamically" >&54500 + echo "$as_me:4694: checking if you want to load GPM dynamically" >&5 4484 4501 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 4485 4502 4486 4503 # Check whether --with-dlsym or --without-dlsym was given. 4487 @@ -4447,18 +470 0,18 @@4504 @@ -4447,18 +4701,18 @@ 4488 4505 else 4489 4506 with_dlsym=yes 4490 4507 fi; 4491 4508 - echo "$as_me:4450: result: $with_dlsym" >&5 4492 + echo "$as_me:470 3: result: $with_dlsym" >&54509 + echo "$as_me:4704: result: $with_dlsym" >&5 4493 4510 echo "${ECHO_T}$with_dlsym" >&6 4494 4511 if test "$with_dlsym" = yes ; then … … 4496 4513 cf_have_dlsym=no 4497 4514 -echo "$as_me:4455: checking for dlsym" >&5 4498 +echo "$as_me:470 8: checking for dlsym" >&54515 +echo "$as_me:4709: checking for dlsym" >&5 4499 4516 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 4500 4517 if test "${ac_cv_func_dlsym+set}" = set; then … … 4503 4520 cat >conftest.$ac_ext <<_ACEOF 4504 4521 -#line 4461 "configure" 4505 +#line 471 4"configure"4522 +#line 4715 "configure" 4506 4523 #include "confdefs.h" 4507 4524 /* System header to define __stub macros and hopefully few prototypes, 4508 4525 which can conflict with char dlsym (); below. */ 4509 @@ -4489,16 +474 2,16 @@4526 @@ -4489,16 +4743,16 @@ 4510 4527 } 4511 4528 _ACEOF 4512 4529 rm -f conftest.$ac_objext conftest$ac_exeext 4513 4530 -if { (eval echo "$as_me:4492: \"$ac_link\"") >&5 4514 +if { (eval echo "$as_me:474 5: \"$ac_link\"") >&54531 +if { (eval echo "$as_me:4746: \"$ac_link\"") >&5 4515 4532 (eval $ac_link) 2>&5 4516 4533 ac_status=$? 4517 4534 - echo "$as_me:4495: \$? = $ac_status" >&5 4518 + echo "$as_me:474 8: \$? = $ac_status" >&54535 + echo "$as_me:4749: \$? = $ac_status" >&5 4519 4536 (exit $ac_status); } && 4520 4537 { ac_try='test -s conftest$ac_exeext' 4521 4538 - { (eval echo "$as_me:4498: \"$ac_try\"") >&5 4522 + { (eval echo "$as_me:475 1: \"$ac_try\"") >&54539 + { (eval echo "$as_me:4752: \"$ac_try\"") >&5 4523 4540 (eval $ac_try) 2>&5 4524 4541 ac_status=$? 4525 4542 - echo "$as_me:4501: \$? = $ac_status" >&5 4526 + echo "$as_me:475 4: \$? = $ac_status" >&54543 + echo "$as_me:4755: \$? = $ac_status" >&5 4527 4544 (exit $ac_status); }; }; then 4528 4545 ac_cv_func_dlsym=yes 4529 4546 else 4530 @@ -4508,14 +476 1,14 @@4547 @@ -4508,14 +4762,14 @@ 4531 4548 fi 4532 4549 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4533 4550 fi 4534 4551 -echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5 4535 +echo "$as_me:476 4: result: $ac_cv_func_dlsym" >&54552 +echo "$as_me:4765: result: $ac_cv_func_dlsym" >&5 4536 4553 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 4537 4554 if test $ac_cv_func_dlsym = yes; then … … 4541 4558 cf_have_libdl=no 4542 4559 -echo "$as_me:4518: checking for dlsym in -ldl" >&5 4543 +echo "$as_me:477 1: checking for dlsym in -ldl" >&54560 +echo "$as_me:4772: checking for dlsym in -ldl" >&5 4544 4561 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 4545 4562 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 4546 4563 echo $ECHO_N "(cached) $ECHO_C" >&6 4547 @@ -4523,7 +477 6,7 @@4564 @@ -4523,7 +4777,7 @@ 4548 4565 ac_check_lib_save_LIBS=$LIBS 4549 4566 LIBS="-ldl $LIBS" 4550 4567 cat >conftest.$ac_ext <<_ACEOF 4551 4568 -#line 4526 "configure" 4552 +#line 47 79"configure"4569 +#line 4780 "configure" 4553 4570 #include "confdefs.h" 4554 4571 4555 4572 /* Override any gcc2 internal prototype to avoid an error. */ 4556 @@ -4542,16 +479 5,16 @@4573 @@ -4542,16 +4796,16 @@ 4557 4574 } 4558 4575 _ACEOF 4559 4576 rm -f conftest.$ac_objext conftest$ac_exeext 4560 4577 -if { (eval echo "$as_me:4545: \"$ac_link\"") >&5 4561 +if { (eval echo "$as_me:479 8: \"$ac_link\"") >&54578 +if { (eval echo "$as_me:4799: \"$ac_link\"") >&5 4562 4579 (eval $ac_link) 2>&5 4563 4580 ac_status=$? 4564 4581 - echo "$as_me:4548: \$? = $ac_status" >&5 4565 + echo "$as_me:480 1: \$? = $ac_status" >&54582 + echo "$as_me:4802: \$? = $ac_status" >&5 4566 4583 (exit $ac_status); } && 4567 4584 { ac_try='test -s conftest$ac_exeext' 4568 4585 - { (eval echo "$as_me:4551: \"$ac_try\"") >&5 4569 + { (eval echo "$as_me:480 4: \"$ac_try\"") >&54586 + { (eval echo "$as_me:4805: \"$ac_try\"") >&5 4570 4587 (eval $ac_try) 2>&5 4571 4588 ac_status=$? 4572 4589 - echo "$as_me:4554: \$? = $ac_status" >&5 4573 + echo "$as_me:480 7: \$? = $ac_status" >&54590 + echo "$as_me:4808: \$? = $ac_status" >&5 4574 4591 (exit $ac_status); }; }; then 4575 4592 ac_cv_lib_dl_dlsym=yes 4576 4593 else 4577 @@ -4562,7 +481 5,7 @@4594 @@ -4562,7 +4816,7 @@ 4578 4595 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4579 4596 LIBS=$ac_check_lib_save_LIBS 4580 4597 fi 4581 4598 -echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5 4582 +echo "$as_me:481 8: result: $ac_cv_lib_dl_dlsym" >&54599 +echo "$as_me:4819: result: $ac_cv_lib_dl_dlsym" >&5 4583 4600 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 4584 4601 if test $ac_cv_lib_dl_dlsym = yes; then 4585 4602 4586 @@ -4575,10 +482 8,10 @@4603 @@ -4575,10 +4829,10 @@ 4587 4604 if test "$cf_have_dlsym" = yes ; then 4588 4605 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 4589 4606 4590 4607 - echo "$as_me:4578: checking whether able to link to dl*() functions" >&5 4591 + echo "$as_me:483 1: checking whether able to link to dl*() functions" >&54608 + echo "$as_me:4832: checking whether able to link to dl*() functions" >&5 4592 4609 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 4593 4610 cat >conftest.$ac_ext <<_ACEOF 4594 4611 -#line 4581 "configure" 4595 +#line 483 4"configure"4612 +#line 4835 "configure" 4596 4613 #include "confdefs.h" 4597 4614 #include <dlfcn.h> 4598 4615 int 4599 @@ -4596,16 +48 49,16 @@4616 @@ -4596,16 +4850,16 @@ 4600 4617 } 4601 4618 _ACEOF 4602 4619 rm -f conftest.$ac_objext conftest$ac_exeext 4603 4620 -if { (eval echo "$as_me:4599: \"$ac_link\"") >&5 4604 +if { (eval echo "$as_me:485 2: \"$ac_link\"") >&54621 +if { (eval echo "$as_me:4853: \"$ac_link\"") >&5 4605 4622 (eval $ac_link) 2>&5 4606 4623 ac_status=$? 4607 4624 - echo "$as_me:4602: \$? = $ac_status" >&5 4608 + echo "$as_me:485 5: \$? = $ac_status" >&54625 + echo "$as_me:4856: \$? = $ac_status" >&5 4609 4626 (exit $ac_status); } && 4610 4627 { ac_try='test -s conftest$ac_exeext' 4611 4628 - { (eval echo "$as_me:4605: \"$ac_try\"") >&5 4612 + { (eval echo "$as_me:485 8: \"$ac_try\"") >&54629 + { (eval echo "$as_me:4859: \"$ac_try\"") >&5 4613 4630 (eval $ac_try) 2>&5 4614 4631 ac_status=$? 4615 4632 - echo "$as_me:4608: \$? = $ac_status" >&5 4616 + echo "$as_me:486 1: \$? = $ac_status" >&54633 + echo "$as_me:4862: \$? = $ac_status" >&5 4617 4634 (exit $ac_status); }; }; then 4618 4635 4619 4636 cat >>confdefs.h <<\EOF 4620 @@ -4616,15 +48 69,15 @@4637 @@ -4616,15 +4870,15 @@ 4621 4638 echo "$as_me: failed program was:" >&5 4622 4639 cat conftest.$ac_ext >&5 4623 4640 4624 4641 - { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5 4625 + { { echo "$as_me:487 2: error: Cannot link test program for libdl" >&54642 + { { echo "$as_me:4873: error: Cannot link test program for libdl" >&5 4626 4643 echo "$as_me: error: Cannot link test program for libdl" >&2;} 4627 4644 { (exit 1); exit 1; }; } … … 4629 4646 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4630 4647 - echo "$as_me:4624: result: ok" >&5 4631 + echo "$as_me:487 7: result: ok" >&54648 + echo "$as_me:4878: result: ok" >&5 4632 4649 echo "${ECHO_T}ok" >&6 4633 4650 else 4634 4651 - { { echo "$as_me:4627: error: Cannot find dlsym function" >&5 4635 + { { echo "$as_me:488 0: error: Cannot find dlsym function" >&54652 + { { echo "$as_me:4881: error: Cannot find dlsym function" >&5 4636 4653 echo "$as_me: error: Cannot find dlsym function" >&2;} 4637 4654 { (exit 1); exit 1; }; } 4638 4655 fi 4639 @@ -4632,12 +488 5,12 @@4656 @@ -4632,12 +4886,12 @@ 4640 4657 if test "$with_gpm" != yes ; then 4641 4658 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 4642 4659 4643 4660 -echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5 4644 +echo "${as_me-configure}:488 8: testing assuming soname for gpm is $with_gpm ..." 1>&54661 +echo "${as_me-configure}:4889: testing assuming soname for gpm is $with_gpm ..." 1>&5 4645 4662 4646 4663 cf_cv_gpm_soname="$with_gpm" … … 4648 4665 4649 4666 -echo "$as_me:4640: checking for soname of gpm library" >&5 4650 +echo "$as_me:489 3: checking for soname of gpm library" >&54667 +echo "$as_me:4894: checking for soname of gpm library" >&5 4651 4668 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 4652 4669 if test "${cf_cv_gpm_soname+set}" = set; then 4653 4670 echo $ECHO_N "(cached) $ECHO_C" >&6 4654 @@ -4655,15 +490 8,15 @@4671 @@ -4655,15 +4909,15 @@ 4655 4672 CF_EOF 4656 4673 cf_save_LIBS="$LIBS" 4657 4674 LIBS="-lgpm $LIBS" 4658 4675 - if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5 4659 + if { (eval echo "$as_me:491 1: \"$ac_compile\"") >&54676 + if { (eval echo "$as_me:4912: \"$ac_compile\"") >&5 4660 4677 (eval $ac_compile) 2>&5 4661 4678 ac_status=$? 4662 4679 - echo "$as_me:4661: \$? = $ac_status" >&5 4663 + echo "$as_me:491 4: \$? = $ac_status" >&54680 + echo "$as_me:4915: \$? = $ac_status" >&5 4664 4681 (exit $ac_status); } ; then 4665 4682 - if { (eval echo "$as_me:4663: \"$ac_link\"") >&5 4666 + if { (eval echo "$as_me:491 6: \"$ac_link\"") >&54683 + if { (eval echo "$as_me:4917: \"$ac_link\"") >&5 4667 4684 (eval $ac_link) 2>&5 4668 4685 ac_status=$? 4669 4686 - echo "$as_me:4666: \$? = $ac_status" >&5 4670 + echo "$as_me:49 19: \$? = $ac_status" >&54687 + echo "$as_me:4920: \$? = $ac_status" >&5 4671 4688 (exit $ac_status); } ; then 4672 4689 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 4673 4690 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 4674 @@ -4674,7 +492 7,7 @@4691 @@ -4674,7 +4928,7 @@ 4675 4692 fi 4676 4693 4677 4694 fi 4678 4695 -echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5 4679 +echo "$as_me:493 0: result: $cf_cv_gpm_soname" >&54696 +echo "$as_me:4931: result: $cf_cv_gpm_soname" >&5 4680 4697 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 4681 4698 4682 4699 fi 4683 @@ -4690,7 +494 3,7 @@4700 @@ -4690,7 +4944,7 @@ 4684 4701 #define HAVE_LIBGPM 1 4685 4702 EOF 4686 4703 4687 4704 -echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5 4688 +echo "$as_me:494 6: checking for Gpm_Wgetch in -lgpm" >&54705 +echo "$as_me:4947: checking for Gpm_Wgetch in -lgpm" >&5 4689 4706 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 4690 4707 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 4691 4708 echo $ECHO_N "(cached) $ECHO_C" >&6 4692 @@ -4698,7 +495 1,7 @@4709 @@ -4698,7 +4952,7 @@ 4693 4710 ac_check_lib_save_LIBS=$LIBS 4694 4711 LIBS="-lgpm $LIBS" 4695 4712 cat >conftest.$ac_ext <<_ACEOF 4696 4713 -#line 4701 "configure" 4697 +#line 495 4"configure"4714 +#line 4955 "configure" 4698 4715 #include "confdefs.h" 4699 4716 4700 4717 /* Override any gcc2 internal prototype to avoid an error. */ 4701 @@ -4717,16 +497 0,16 @@4718 @@ -4717,16 +4971,16 @@ 4702 4719 } 4703 4720 _ACEOF 4704 4721 rm -f conftest.$ac_objext conftest$ac_exeext 4705 4722 -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 4706 +if { (eval echo "$as_me:497 3: \"$ac_link\"") >&54723 +if { (eval echo "$as_me:4974: \"$ac_link\"") >&5 4707 4724 (eval $ac_link) 2>&5 4708 4725 ac_status=$? 4709 4726 - echo "$as_me:4723: \$? = $ac_status" >&5 4710 + echo "$as_me:497 6: \$? = $ac_status" >&54727 + echo "$as_me:4977: \$? = $ac_status" >&5 4711 4728 (exit $ac_status); } && 4712 4729 { ac_try='test -s conftest$ac_exeext' 4713 4730 - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 4714 + { (eval echo "$as_me:49 79: \"$ac_try\"") >&54731 + { (eval echo "$as_me:4980: \"$ac_try\"") >&5 4715 4732 (eval $ac_try) 2>&5 4716 4733 ac_status=$? 4717 4734 - echo "$as_me:4729: \$? = $ac_status" >&5 4718 + echo "$as_me:498 2: \$? = $ac_status" >&54735 + echo "$as_me:4983: \$? = $ac_status" >&5 4719 4736 (exit $ac_status); }; }; then 4720 4737 ac_cv_lib_gpm_Gpm_Wgetch=yes 4721 4738 else 4722 @@ -4737,11 +499 0,11 @@4739 @@ -4737,11 +4991,11 @@ 4723 4740 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4724 4741 LIBS=$ac_check_lib_save_LIBS 4725 4742 fi 4726 4743 -echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4727 +echo "$as_me:499 3: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&54744 +echo "$as_me:4994: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4728 4745 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 4729 4746 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 4730 4747 4731 4748 -echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5 4732 +echo "$as_me:499 7: checking if GPM is weakly bound to curses library" >&54749 +echo "$as_me:4998: checking if GPM is weakly bound to curses library" >&5 4733 4750 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 4734 4751 if test "${cf_cv_check_gpm_wgetch+set}" = set; then 4735 4752 echo $ECHO_N "(cached) $ECHO_C" >&6 4736 @@ -4765,15 +501 8,15 @@4753 @@ -4765,15 +5019,15 @@ 4737 4754 # to rely on the static library, noting that some packagers may not 4738 4755 # include it. 4739 4756 LIBS="-static -lgpm -dynamic $LIBS" 4740 4757 - if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5 4741 + if { (eval echo "$as_me:502 1: \"$ac_compile\"") >&54758 + if { (eval echo "$as_me:5022: \"$ac_compile\"") >&5 4742 4759 (eval $ac_compile) 2>&5 4743 4760 ac_status=$? 4744 4761 - echo "$as_me:4771: \$? = $ac_status" >&5 4745 + echo "$as_me:502 4: \$? = $ac_status" >&54762 + echo "$as_me:5025: \$? = $ac_status" >&5 4746 4763 (exit $ac_status); } ; then 4747 4764 - if { (eval echo "$as_me:4773: \"$ac_link\"") >&5 4748 + if { (eval echo "$as_me:502 6: \"$ac_link\"") >&54765 + if { (eval echo "$as_me:5027: \"$ac_link\"") >&5 4749 4766 (eval $ac_link) 2>&5 4750 4767 ac_status=$? 4751 4768 - echo "$as_me:4776: \$? = $ac_status" >&5 4752 + echo "$as_me:50 29: \$? = $ac_status" >&54769 + echo "$as_me:5030: \$? = $ac_status" >&5 4753 4770 (exit $ac_status); } ; then 4754 4771 cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` 4755 4772 test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes 4756 @@ -4785,11 +503 8,11 @@4773 @@ -4785,11 +5039,11 @@ 4757 4774 fi 4758 4775 4759 4776 fi 4760 4777 -echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5 4761 +echo "$as_me:504 1: result: $cf_cv_check_gpm_wgetch" >&54778 +echo "$as_me:5042: result: $cf_cv_check_gpm_wgetch" >&5 4762 4779 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 4763 4780 4764 4781 if test "$cf_cv_check_gpm_wgetch" != yes ; then 4765 4782 - { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4766 + { echo "$as_me:504 5: WARNING: GPM library is already linked with curses - read the FAQ" >&54783 + { echo "$as_me:5046: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4767 4784 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 4768 4785 fi 4769 4786 4770 @@ -4799,7 +505 2,7 @@4787 @@ -4799,7 +5053,7 @@ 4771 4788 4772 4789 # not everyone has "test -c" 4773 4790 if test -c /dev/sysmouse 2>/dev/null ; then 4774 4791 -echo "$as_me:4802: checking if you want to use sysmouse" >&5 4775 +echo "$as_me:505 5: checking if you want to use sysmouse" >&54792 +echo "$as_me:5056: checking if you want to use sysmouse" >&5 4776 4793 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 4777 4794 4778 4795 # Check whether --with-sysmouse or --without-sysmouse was given. 4779 @@ -4811,7 +506 4,7 @@4796 @@ -4811,7 +5065,7 @@ 4780 4797 fi; 4781 4798 if test "$cf_with_sysmouse" != no ; then 4782 4799 cat >conftest.$ac_ext <<_ACEOF 4783 4800 -#line 4814 "configure" 4784 +#line 506 7"configure"4801 +#line 5068 "configure" 4785 4802 #include "confdefs.h" 4786 4803 4787 4804 #include <osreldate.h> 4788 @@ -4834,16 +508 7,16 @@4805 @@ -4834,16 +5088,16 @@ 4789 4806 } 4790 4807 _ACEOF 4791 4808 rm -f conftest.$ac_objext 4792 4809 -if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5 4793 +if { (eval echo "$as_me:509 0: \"$ac_compile\"") >&54810 +if { (eval echo "$as_me:5091: \"$ac_compile\"") >&5 4794 4811 (eval $ac_compile) 2>&5 4795 4812 ac_status=$? 4796 4813 - echo "$as_me:4840: \$? = $ac_status" >&5 4797 + echo "$as_me:509 3: \$? = $ac_status" >&54814 + echo "$as_me:5094: \$? = $ac_status" >&5 4798 4815 (exit $ac_status); } && 4799 4816 { ac_try='test -s conftest.$ac_objext' 4800 4817 - { (eval echo "$as_me:4843: \"$ac_try\"") >&5 4801 + { (eval echo "$as_me:509 6: \"$ac_try\"") >&54818 + { (eval echo "$as_me:5097: \"$ac_try\"") >&5 4802 4819 (eval $ac_try) 2>&5 4803 4820 ac_status=$? 4804 4821 - echo "$as_me:4846: \$? = $ac_status" >&5 4805 + echo "$as_me:5 099: \$? = $ac_status" >&54822 + echo "$as_me:5100: \$? = $ac_status" >&5 4806 4823 (exit $ac_status); }; }; then 4807 4824 cf_with_sysmouse=yes 4808 4825 else 4809 @@ -4853,7 +510 6,7 @@4826 @@ -4853,7 +5107,7 @@ 4810 4827 fi 4811 4828 rm -f conftest.$ac_objext conftest.$ac_ext 4812 4829 fi 4813 4830 -echo "$as_me:4856: result: $cf_with_sysmouse" >&5 4814 +echo "$as_me:51 09: result: $cf_with_sysmouse" >&54831 +echo "$as_me:5110: result: $cf_with_sysmouse" >&5 4815 4832 echo "${ECHO_T}$cf_with_sysmouse" >&6 4816 4833 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF 4817 4834 #define USE_SYSMOUSE 1 4818 @@ -4871,7 +512 4,7 @@4835 @@ -4871,7 +5125,7 @@ 4819 4836 test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT='' 4820 4837 fi 4821 4838 4822 4839 -echo "$as_me:4874: checking for default loader flags" >&5 4823 +echo "$as_me:512 7: checking for default loader flags" >&54840 +echo "$as_me:5128: checking for default loader flags" >&5 4824 4841 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6 4825 4842 case $DFT_LWR_MODEL in 4826 4843 libtool) LD_MODEL='' ;; 4827 @@ -4880,13 +513 3,13 @@4844 @@ -4880,13 +5134,13 @@ 4828 4845 profile) LD_MODEL='-pg';; 4829 4846 shared) LD_MODEL='' ;; 4830 4847 esac 4831 4848 -echo "$as_me:4883: result: $LD_MODEL" >&5 4832 +echo "$as_me:513 6: result: $LD_MODEL" >&54849 +echo "$as_me:5137: result: $LD_MODEL" >&5 4833 4850 echo "${ECHO_T}$LD_MODEL" >&6 4834 4851 … … 4837 4854 4838 4855 -echo "$as_me:4889: checking if rpath option should be used" >&5 4839 +echo "$as_me:514 2: checking if rpath option should be used" >&54856 +echo "$as_me:5143: checking if rpath option should be used" >&5 4840 4857 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6 4841 4858 4842 4859 # Check whether --enable-rpath or --disable-rpath was given. 4843 @@ -4896,10 +51 49,10 @@4860 @@ -4896,10 +5150,10 @@ 4844 4861 else 4845 4862 cf_cv_ld_rpath=no 4846 4863 fi; 4847 4864 -echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5 4848 +echo "$as_me:515 2: result: $cf_cv_ld_rpath" >&54865 +echo "$as_me:5153: result: $cf_cv_ld_rpath" >&5 4849 4866 echo "${ECHO_T}$cf_cv_ld_rpath" >&6 4850 4867 4851 4868 -echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5 4852 +echo "$as_me:515 5: checking if shared libraries should be relinked during install" >&54869 +echo "$as_me:5156: checking if shared libraries should be relinked during install" >&5 4853 4870 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6 4854 4871 4855 4872 # Check whether --enable-relink or --disable-relink was given. 4856 @@ -4909,19 +516 2,20 @@4873 @@ -4909,19 +5163,20 @@ 4857 4874 else 4858 4875 cf_cv_do_relink=yes 4859 4876 fi; 4860 4877 -echo "$as_me:4912: result: $cf_cv_do_relink" >&5 4861 +echo "$as_me:516 5: result: $cf_cv_do_relink" >&54878 +echo "$as_me:5166: result: $cf_cv_do_relink" >&5 4862 4879 echo "${ECHO_T}$cf_cv_do_relink" >&6 4863 4880 ;; … … 4873 4890 4874 4891 - echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5 4875 + echo "$as_me:517 8: checking if release/abi version should be used for shared libs" >&54892 + echo "$as_me:5179: checking if release/abi version should be used for shared libs" >&5 4876 4893 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6 4877 4894 4878 4895 # Check whether --with-shlib-version or --without-shlib-version was given. 4879 @@ -4936,7 +519 0,7 @@4896 @@ -4936,7 +5191,7 @@ 4880 4897 cf_cv_shlib_version=$withval 4881 4898 ;; 4882 4899 *) 4883 4900 - { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5 4884 + { { echo "$as_me:519 3: error: option value must be one of: rel, abi, auto or no" >&54901 + { { echo "$as_me:5194: error: option value must be one of: rel, abi, auto or no" >&5 4885 4902 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;} 4886 4903 { (exit 1); exit 1; }; } 4887 4904 ;; 4888 @@ -4945,7 +5 199,7 @@4905 @@ -4945,7 +5200,7 @@ 4889 4906 else 4890 4907 cf_cv_shlib_version=auto 4891 4908 fi; 4892 4909 - echo "$as_me:4948: result: $cf_cv_shlib_version" >&5 4893 + echo "$as_me:520 2: result: $cf_cv_shlib_version" >&54910 + echo "$as_me:5203: result: $cf_cv_shlib_version" >&5 4894 4911 echo "${ECHO_T}$cf_cv_shlib_version" >&6 4895 4912 4896 4913 cf_cv_rm_so_locs=no 4897 @@ -4954,14 +520 8,14 @@4914 @@ -4954,14 +5209,14 @@ 4898 4915 CC_SHARED_OPTS= 4899 4916 if test "$GCC" = yes 4900 4917 then 4901 4918 - echo "$as_me:4957: checking which $CC option to use" >&5 4902 + echo "$as_me:521 1: checking which $CC option to use" >&54919 + echo "$as_me:5212: checking which $CC option to use" >&5 4903 4920 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6 4904 4921 cf_save_CFLAGS="$CFLAGS" … … 4908 4925 cat >conftest.$ac_ext <<_ACEOF 4909 4926 -#line 4964 "configure" 4910 +#line 521 8"configure"4927 +#line 5219 "configure" 4911 4928 #include "confdefs.h" 4912 4929 #include <stdio.h> 4913 4930 int 4914 @@ -4973,16 +522 7,16 @@4931 @@ -4973,16 +5228,16 @@ 4915 4932 } 4916 4933 _ACEOF 4917 4934 rm -f conftest.$ac_objext 4918 4935 -if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5 4919 +if { (eval echo "$as_me:523 0: \"$ac_compile\"") >&54936 +if { (eval echo "$as_me:5231: \"$ac_compile\"") >&5 4920 4937 (eval $ac_compile) 2>&5 4921 4938 ac_status=$? 4922 4939 - echo "$as_me:4979: \$? = $ac_status" >&5 4923 + echo "$as_me:523 3: \$? = $ac_status" >&54940 + echo "$as_me:5234: \$? = $ac_status" >&5 4924 4941 (exit $ac_status); } && 4925 4942 { ac_try='test -s conftest.$ac_objext' 4926 4943 - { (eval echo "$as_me:4982: \"$ac_try\"") >&5 4927 + { (eval echo "$as_me:523 6: \"$ac_try\"") >&54944 + { (eval echo "$as_me:5237: \"$ac_try\"") >&5 4928 4945 (eval $ac_try) 2>&5 4929 4946 ac_status=$? 4930 4947 - echo "$as_me:4985: \$? = $ac_status" >&5 4931 + echo "$as_me:52 39: \$? = $ac_status" >&54948 + echo "$as_me:5240: \$? = $ac_status" >&5 4932 4949 (exit $ac_status); }; }; then 4933 4950 break 4934 4951 else 4935 @@ -4991,7 +524 5,7 @@4952 @@ -4991,7 +5246,7 @@ 4936 4953 fi 4937 4954 rm -f conftest.$ac_objext conftest.$ac_ext 4938 4955 done 4939 4956 - echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5 4940 + echo "$as_me:524 8: result: $CC_SHARED_OPTS" >&54957 + echo "$as_me:5249: result: $CC_SHARED_OPTS" >&5 4941 4958 echo "${ECHO_T}$CC_SHARED_OPTS" >&6 4942 4959 CFLAGS="$cf_save_CFLAGS" 4943 4960 fi 4944 @@ -4999,6 +525 3,12 @@4961 @@ -4999,6 +5254,12 @@ 4945 4962 cf_cv_shlib_version_infix=no 4946 4963 … … 4955 4972 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 4956 4973 ;; 4957 @@ -5027,7 +528 7,7 @@4974 @@ -5027,7 +5288,7 @@ 4958 4975 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 4959 4976 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 4960 4977 cf_cv_shlib_version_infix=yes 4961 4978 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 4962 + echo "$as_me:529 0: checking if ld -search_paths_first works" >&54979 + echo "$as_me:5291: checking if ld -search_paths_first works" >&5 4963 4980 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 4964 4981 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 4965 4982 echo $ECHO_N "(cached) $ECHO_C" >&6 4966 @@ -5036,7 +529 6,7 @@4983 @@ -5036,7 +5297,7 @@ 4967 4984 cf_save_LDFLAGS=$LDFLAGS 4968 4985 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4969 4986 cat >conftest.$ac_ext <<_ACEOF 4970 4987 -#line 5039 "configure" 4971 +#line 5 299"configure"4988 +#line 5300 "configure" 4972 4989 #include "confdefs.h" 4973 4990 4974 4991 int 4975 @@ -5048,16 +530 8,16 @@4992 @@ -5048,16 +5309,16 @@ 4976 4993 } 4977 4994 _ACEOF 4978 4995 rm -f conftest.$ac_objext conftest$ac_exeext 4979 4996 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 4980 +if { (eval echo "$as_me:531 1: \"$ac_link\"") >&54997 +if { (eval echo "$as_me:5312: \"$ac_link\"") >&5 4981 4998 (eval $ac_link) 2>&5 4982 4999 ac_status=$? 4983 5000 - echo "$as_me:5054: \$? = $ac_status" >&5 4984 + echo "$as_me:531 4: \$? = $ac_status" >&55001 + echo "$as_me:5315: \$? = $ac_status" >&5 4985 5002 (exit $ac_status); } && 4986 5003 { ac_try='test -s conftest$ac_exeext' 4987 5004 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 4988 + { (eval echo "$as_me:531 7: \"$ac_try\"") >&55005 + { (eval echo "$as_me:5318: \"$ac_try\"") >&5 4989 5006 (eval $ac_try) 2>&5 4990 5007 ac_status=$? 4991 5008 - echo "$as_me:5060: \$? = $ac_status" >&5 4992 + echo "$as_me:532 0: \$? = $ac_status" >&55009 + echo "$as_me:5321: \$? = $ac_status" >&5 4993 5010 (exit $ac_status); }; }; then 4994 5011 cf_cv_ldflags_search_paths_first=yes 4995 5012 else 4996 @@ -5068,7 +532 8,7 @@5013 @@ -5068,7 +5329,7 @@ 4997 5014 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4998 5015 LDFLAGS=$cf_save_LDFLAGS 4999 5016 fi 5000 5017 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 5001 +echo "$as_me:533 1: result: $cf_cv_ldflags_search_paths_first" >&55018 +echo "$as_me:5332: result: $cf_cv_ldflags_search_paths_first" >&5 5002 5019 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 5003 5020 if test $cf_cv_ldflags_search_paths_first = yes; then 5004 5021 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 5005 @@ -5090,10 +535 0,10 @@5022 @@ -5090,10 +5351,10 @@ 5006 5023 irix*) 5007 5024 if test "$cf_cv_ld_rpath" = yes ; then … … 5016 5033 fi 5017 5034 fi 5018 @@ -5112,7 +537 2,7 @@5035 @@ -5112,7 +5373,7 @@ 5019 5036 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5020 5037 fi … … 5025 5042 fi 5026 5043 5027 @@ -5131,7 +539 1,7 @@5044 @@ -5131,7 +5392,7 @@ 5028 5045 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5029 5046 fi … … 5034 5051 fi 5035 5052 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 5036 @@ -5143,7 +540 3,7 @@5053 @@ -5143,7 +5404,7 @@ 5037 5054 cf_cv_shared_soname='`basename $@`' 5038 5055 fi … … 5043 5060 nto-qnx*|openbsd*|freebsd[12].*) 5044 5061 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 5045 @@ -5155,7 +541 5,7 @@5062 @@ -5155,7 +5416,7 @@ 5046 5063 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 5047 5064 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 5052 5069 fi 5053 5070 5054 @@ -5166,11 +542 6,11 @@5071 @@ -5166,11 +5427,11 @@ 5055 5072 cf_cv_shared_soname='`basename $@`' 5056 5073 fi … … 5066 5083 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 5067 5084 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5068 @@ -5192,7 +545 2,7 @@5085 @@ -5192,7 +5453,7 @@ 5069 5086 5070 5087 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@' … … 5075 5092 ;; 5076 5093 osf*|mls+*) 5077 @@ -5211,7 +547 1,7 @@5094 @@ -5211,7 +5472,7 @@ 5078 5095 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5079 5096 fi … … 5084 5101 fi 5085 5102 cf_cv_rm_so_locs=yes 5086 @@ -5246,7 +550 6,7 @@5103 @@ -5246,7 +5507,7 @@ 5087 5104 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5088 5105 fi … … 5093 5110 fi 5094 5111 5095 @@ -5258,7 +551 8,43 @@5112 @@ -5258,7 +5519,43 @@ 5096 5113 fi 5097 5114 … … 5103 5120 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 5104 5121 + cat >conftest.$ac_ext <<_ACEOF 5105 +#line 552 6"configure"5122 +#line 5527 "configure" 5106 5123 +#include "confdefs.h" 5107 5124 +#include <stdio.h> … … 5115 5132 +_ACEOF 5116 5133 +rm -f conftest.$ac_objext 5117 +if { (eval echo "$as_me:553 8: \"$ac_compile\"") >&55134 +if { (eval echo "$as_me:5539: \"$ac_compile\"") >&5 5118 5135 + (eval $ac_compile) 2>&5 5119 5136 + ac_status=$? 5120 + echo "$as_me:554 1: \$? = $ac_status" >&55137 + echo "$as_me:5542: \$? = $ac_status" >&5 5121 5138 + (exit $ac_status); } && 5122 5139 + { ac_try='test -s conftest.$ac_objext' 5123 + { (eval echo "$as_me:554 4: \"$ac_try\"") >&55140 + { (eval echo "$as_me:5545: \"$ac_try\"") >&5 5124 5141 + (eval $ac_try) 2>&5 5125 5142 + ac_status=$? 5126 + echo "$as_me:554 7: \$? = $ac_status" >&55143 + echo "$as_me:5548: \$? = $ac_status" >&5 5127 5144 + (exit $ac_status); }; }; then 5128 5145 + break … … 5138 5155 else 5139 5156 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@' 5140 @@ -5285,20 +558 1,20 @@5157 @@ -5285,20 +5582,20 @@ 5141 5158 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 5142 5159 ;; 5143 5160 *) 5144 5161 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 5145 + { echo "$as_me:558 4: WARNING: ignored --with-shlib-version" >&55162 + { echo "$as_me:5585: WARNING: ignored --with-shlib-version" >&5 5146 5163 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 5147 5164 ;; … … 5153 5170 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 5154 5171 + if test -n "$LD_RPATH_OPT" ; then 5155 + echo "$as_me:559 2: checking if we need a space after rpath option" >&55172 + echo "$as_me:5593: checking if we need a space after rpath option" >&5 5156 5173 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 5157 5174 cf_save_LIBS="$LIBS" … … 5160 5177 cat >conftest.$ac_ext <<_ACEOF 5161 5178 -#line 5301 "configure" 5162 +#line 559 7"configure"5179 +#line 5598 "configure" 5163 5180 #include "confdefs.h" 5164 5181 5165 5182 int 5166 @@ -5310,16 +560 6,16 @@5183 @@ -5310,16 +5607,16 @@ 5167 5184 } 5168 5185 _ACEOF 5169 5186 rm -f conftest.$ac_objext conftest$ac_exeext 5170 5187 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 5171 +if { (eval echo "$as_me:56 09: \"$ac_link\"") >&55188 +if { (eval echo "$as_me:5610: \"$ac_link\"") >&5 5172 5189 (eval $ac_link) 2>&5 5173 5190 ac_status=$? 5174 5191 - echo "$as_me:5316: \$? = $ac_status" >&5 5175 + echo "$as_me:561 2: \$? = $ac_status" >&55192 + echo "$as_me:5613: \$? = $ac_status" >&5 5176 5193 (exit $ac_status); } && 5177 5194 { ac_try='test -s conftest$ac_exeext' 5178 5195 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 5179 + { (eval echo "$as_me:561 5: \"$ac_try\"") >&55196 + { (eval echo "$as_me:5616: \"$ac_try\"") >&5 5180 5197 (eval $ac_try) 2>&5 5181 5198 ac_status=$? 5182 5199 - echo "$as_me:5322: \$? = $ac_status" >&5 5183 + echo "$as_me:561 8: \$? = $ac_status" >&55200 + echo "$as_me:5619: \$? = $ac_status" >&5 5184 5201 (exit $ac_status); }; }; then 5185 5202 cf_rpath_space=no 5186 5203 else 5187 @@ -5329,16 +562 5,16 @@5204 @@ -5329,16 +5626,16 @@ 5188 5205 fi 5189 5206 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5190 5207 LIBS="$cf_save_LIBS" 5191 5208 - echo "$as_me:5332: result: $cf_rpath_space" >&5 5192 + echo "$as_me:562 8: result: $cf_rpath_space" >&55209 + echo "$as_me:5629: result: $cf_rpath_space" >&5 5193 5210 echo "${ECHO_T}$cf_rpath_space" >&6 5194 5211 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " … … 5202 5219 if test "$model" = "shared"; then 5203 5220 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 5204 + { { echo "$as_me:563 7: error: Shared libraries are not supported in this version" >&55221 + { { echo "$as_me:5638: error: Shared libraries are not supported in this version" >&5 5205 5222 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 5206 5223 { (exit 1); exit 1; }; } 5207 5224 fi 5208 @@ -5348,7 +564 4,7 @@5225 @@ -5348,7 +5645,7 @@ 5209 5226 ############################################################################### 5210 5227 5211 5228 ### use option --disable-overwrite to leave out the link to -lcurses 5212 5229 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 5213 +echo "$as_me:564 7: checking if you wish to install ncurses overwriting curses" >&55230 +echo "$as_me:5648: checking if you wish to install ncurses overwriting curses" >&5 5214 5231 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 5215 5232 5216 5233 # Check whether --enable-overwrite or --disable-overwrite was given. 5217 @@ -5358,10 +565 4,10 @@5234 @@ -5358,10 +5655,10 @@ 5218 5235 else 5219 5236 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 5220 5237 fi; 5221 5238 -echo "$as_me:5361: result: $with_overwrite" >&5 5222 +echo "$as_me:565 7: result: $with_overwrite" >&55239 +echo "$as_me:5658: result: $with_overwrite" >&5 5223 5240 echo "${ECHO_T}$with_overwrite" >&6 5224 5241 5225 5242 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 5226 +echo "$as_me:566 0: checking if external terminfo-database is used" >&55243 +echo "$as_me:5661: checking if external terminfo-database is used" >&5 5227 5244 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 5228 5245 5229 5246 # Check whether --enable-database or --disable-database was given. 5230 @@ -5371,7 +566 7,7 @@5247 @@ -5371,7 +5668,7 @@ 5231 5248 else 5232 5249 use_database=yes 5233 5250 fi; 5234 5251 -echo "$as_me:5374: result: $use_database" >&5 5235 +echo "$as_me:567 0: result: $use_database" >&55252 +echo "$as_me:5671: result: $use_database" >&5 5236 5253 echo "${ECHO_T}$use_database" >&6 5237 5254 5238 5255 case $host_os in #(vi 5239 @@ -5384,8 +568 0,8 @@5256 @@ -5384,8 +5681,8 @@ 5240 5257 esac 5241 5258 … … 5248 5265 5249 5266 if test "$use_database" != no ; then 5250 @@ -5393,7 +56 89,7 @@5267 @@ -5393,7 +5690,7 @@ 5251 5268 #define USE_DATABASE 1 5252 5269 EOF 5253 5270 5254 5271 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 5255 + echo "$as_me:569 2: checking which terminfo source-file will be installed" >&55272 + echo "$as_me:5693: checking which terminfo source-file will be installed" >&5 5256 5273 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 5257 5274 5258 5275 # Check whether --enable-database or --disable-database was given. 5259 @@ -5401,10 +569 7,10 @@5276 @@ -5401,10 +5698,10 @@ 5260 5277 enableval="$enable_database" 5261 5278 TERMINFO_SRC=$withval 5262 5279 fi; 5263 5280 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 5264 + echo "$as_me:570 0: result: $TERMINFO_SRC" >&55281 + echo "$as_me:5701: result: $TERMINFO_SRC" >&5 5265 5282 echo "${ECHO_T}$TERMINFO_SRC" >&6 5266 5283 5267 5284 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 5268 + echo "$as_me:570 3: checking whether to use hashed database instead of directory/tree" >&55285 + echo "$as_me:5704: checking whether to use hashed database instead of directory/tree" >&5 5269 5286 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 5270 5287 5271 5288 # Check whether --with-hashed-db or --without-hashed-db was given. 5272 @@ -5414,13 +571 0,13 @@5289 @@ -5414,13 +5711,13 @@ 5273 5290 else 5274 5291 with_hashed_db=no 5275 5292 fi; 5276 5293 - echo "$as_me:5417: result: $with_hashed_db" >&5 5277 + echo "$as_me:571 3: result: $with_hashed_db" >&55294 + echo "$as_me:5714: result: $with_hashed_db" >&5 5278 5295 echo "${ECHO_T}$with_hashed_db" >&6 5279 5296 else … … 5282 5299 5283 5300 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 5284 +echo "$as_me:57 19: checking for list of fallback descriptions" >&55301 +echo "$as_me:5720: checking for list of fallback descriptions" >&5 5285 5302 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 5286 5303 5287 5304 # Check whether --with-fallbacks or --without-fallbacks was given. 5288 @@ -5430,11 +572 6,11 @@5305 @@ -5430,11 +5727,11 @@ 5289 5306 else 5290 5307 with_fallback= 5291 5308 fi; 5292 5309 -echo "$as_me:5433: result: $with_fallback" >&5 5293 +echo "$as_me:57 29: result: $with_fallback" >&55310 +echo "$as_me:5730: result: $with_fallback" >&5 5294 5311 echo "${ECHO_T}$with_fallback" >&6 5295 5312 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 5296 5313 5297 5314 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 5298 +echo "$as_me:573 3: checking if you want modern xterm or antique" >&55315 +echo "$as_me:5734: checking if you want modern xterm or antique" >&5 5299 5316 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 5300 5317 5301 5318 # Check whether --with-xterm-new or --without-xterm-new was given. 5302 @@ -5448,7 +574 4,7 @@5319 @@ -5448,7 +5745,7 @@ 5303 5320 no) with_xterm_new=xterm-old;; 5304 5321 *) with_xterm_new=xterm-new;; 5305 5322 esac 5306 5323 -echo "$as_me:5451: result: $with_xterm_new" >&5 5307 +echo "$as_me:574 7: result: $with_xterm_new" >&55324 +echo "$as_me:5748: result: $with_xterm_new" >&5 5308 5325 echo "${ECHO_T}$with_xterm_new" >&6 5309 5326 WHICH_XTERM=$with_xterm_new 5310 5327 5311 @@ -5458,7 +575 4,7 @@5328 @@ -5458,7 +5755,7 @@ 5312 5329 MAKE_TERMINFO="#" 5313 5330 else 5314 5331 5315 5332 -echo "$as_me:5461: checking for list of terminfo directories" >&5 5316 +echo "$as_me:575 7: checking for list of terminfo directories" >&55333 +echo "$as_me:5758: checking for list of terminfo directories" >&5 5317 5334 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 5318 5335 5319 5336 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 5320 @@ -5468,7 +576 4,7 @@5337 @@ -5468,7 +5765,7 @@ 5321 5338 else 5322 5339 withval=${TERMINFO_DIRS-${datadir}/terminfo} … … 5327 5344 for cf_src_path in $withval 5328 5345 do 5329 @@ -5498,7 +579 4,7 @@5346 @@ -5498,7 +5795,7 @@ 5330 5347 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5331 5348 ;; 5332 5349 *) 5333 5350 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 5334 + { { echo "$as_me:579 7: error: expected a pathname, not \"$cf_src_path\"" >&55351 + { { echo "$as_me:5798: error: expected a pathname, not \"$cf_src_path\"" >&5 5335 5352 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5336 5353 { (exit 1); exit 1; }; } 5337 5354 ;; 5338 @@ -5511,13 +580 7,13 @@5355 @@ -5511,13 +5808,13 @@ 5339 5356 5340 5357 eval 'TERMINFO_DIRS="$cf_dst_path"' 5341 5358 5342 5359 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 5343 +echo "$as_me:581 0: result: $TERMINFO_DIRS" >&55360 +echo "$as_me:5811: result: $TERMINFO_DIRS" >&5 5344 5361 echo "${ECHO_T}$TERMINFO_DIRS" >&6 5345 5362 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 5348 5365 5349 5366 -echo "$as_me:5520: checking for default terminfo directory" >&5 5350 +echo "$as_me:581 6: checking for default terminfo directory" >&55367 +echo "$as_me:5817: checking for default terminfo directory" >&5 5351 5368 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 5352 5369 5353 5370 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 5354 @@ -5553,7 +58 49,7 @@5371 @@ -5553,7 +5850,7 @@ 5355 5372 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 5356 5373 ;; 5357 5374 *) 5358 5375 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 5359 + { { echo "$as_me:585 2: error: expected a pathname, not \"$withval\"" >&55376 + { { echo "$as_me:5853: error: expected a pathname, not \"$withval\"" >&5 5360 5377 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 5361 5378 { (exit 1); exit 1; }; } 5362 5379 ;; 5363 @@ -5562,7 +585 8,7 @@5380 @@ -5562,7 +5859,7 @@ 5364 5381 fi 5365 5382 TERMINFO="$withval" 5366 5383 5367 5384 -echo "$as_me:5565: result: $TERMINFO" >&5 5368 +echo "$as_me:586 1: result: $TERMINFO" >&55385 +echo "$as_me:5862: result: $TERMINFO" >&5 5369 5386 echo "${ECHO_T}$TERMINFO" >&6 5370 5387 cat >>confdefs.h <<EOF 5371 5388 #define TERMINFO "$TERMINFO" 5372 @@ -5572,7 +586 8,7 @@5389 @@ -5572,7 +5869,7 @@ 5373 5390 5374 5391 ### use option --disable-big-core to make tic run on small machines 5375 5392 ### We need 4Mb, check if we can allocate 50% more than that. 5376 5393 -echo "$as_me:5575: checking if big-core option selected" >&5 5377 +echo "$as_me:587 1: checking if big-core option selected" >&55394 +echo "$as_me:5872: checking if big-core option selected" >&5 5378 5395 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 5379 5396 5380 5397 # Check whether --enable-big-core or --disable-big-core was given. 5381 @@ -5584,7 +588 0,7 @@5398 @@ -5584,7 +5881,7 @@ 5382 5399 with_big_core=no 5383 5400 else 5384 5401 cat >conftest.$ac_ext <<_ACEOF 5385 5402 -#line 5587 "configure" 5386 +#line 588 3"configure"5403 +#line 5884 "configure" 5387 5404 #include "confdefs.h" 5388 5405 5389 5406 #include <stdlib.h> 5390 @@ -5598,15 +589 4,15 @@5407 @@ -5598,15 +5895,15 @@ 5391 5408 } 5392 5409 _ACEOF 5393 5410 rm -f conftest$ac_exeext 5394 5411 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 5395 +if { (eval echo "$as_me:589 7: \"$ac_link\"") >&55412 +if { (eval echo "$as_me:5898: \"$ac_link\"") >&5 5396 5413 (eval $ac_link) 2>&5 5397 5414 ac_status=$? 5398 5415 - echo "$as_me:5604: \$? = $ac_status" >&5 5399 + echo "$as_me:590 0: \$? = $ac_status" >&55416 + echo "$as_me:5901: \$? = $ac_status" >&5 5400 5417 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5401 5418 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 5402 + { (eval echo "$as_me:590 2: \"$ac_try\"") >&55419 + { (eval echo "$as_me:5903: \"$ac_try\"") >&5 5403 5420 (eval $ac_try) 2>&5 5404 5421 ac_status=$? 5405 5422 - echo "$as_me:5609: \$? = $ac_status" >&5 5406 + echo "$as_me:590 5: \$? = $ac_status" >&55423 + echo "$as_me:5906: \$? = $ac_status" >&5 5407 5424 (exit $ac_status); }; }; then 5408 5425 with_big_core=yes 5409 5426 else 5410 @@ -5618,7 +591 4,7 @@5427 @@ -5618,7 +5915,7 @@ 5411 5428 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5412 5429 fi 5413 5430 fi; 5414 5431 -echo "$as_me:5621: result: $with_big_core" >&5 5415 +echo "$as_me:591 7: result: $with_big_core" >&55432 +echo "$as_me:5918: result: $with_big_core" >&5 5416 5433 echo "${ECHO_T}$with_big_core" >&6 5417 5434 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 5418 5435 #define HAVE_BIG_CORE 1 5419 @@ -5627,7 +592 3,7 @@5436 @@ -5627,7 +5924,7 @@ 5420 5437 ### ISO C only guarantees 512-char strings, we have tables which load faster 5421 5438 ### when constructed using "big" strings. More than the C compiler, the awk 5422 5439 ### program is a limit on most vendor UNIX systems. Check that we can build. 5423 5440 -echo "$as_me:5630: checking if big-strings option selected" >&5 5424 +echo "$as_me:592 6: checking if big-strings option selected" >&55441 +echo "$as_me:5927: checking if big-strings option selected" >&5 5425 5442 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 5426 5443 5427 5444 # Check whether --enable-big-strings or --disable-big-strings was given. 5428 @@ -5636,29 +593 2,29 @@5445 @@ -5636,29 +5933,29 @@ 5429 5446 with_big_strings=$enableval 5430 5447 else … … 5459 5476 fi; 5460 5477 -echo "$as_me:5654: result: $with_big_strings" >&5 5461 +echo "$as_me:595 0: result: $with_big_strings" >&55478 +echo "$as_me:5951: result: $with_big_strings" >&5 5462 5479 echo "${ECHO_T}$with_big_strings" >&6 5463 5480 … … 5467 5484 ### use option --enable-termcap to compile in the termcap fallback support 5468 5485 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 5469 +echo "$as_me:595 7: checking if you want termcap-fallback support" >&55486 +echo "$as_me:5958: checking if you want termcap-fallback support" >&5 5470 5487 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 5471 5488 5472 5489 # Check whether --enable-termcap or --disable-termcap was given. 5473 @@ -5668,13 +596 4,13 @@5490 @@ -5668,13 +5965,13 @@ 5474 5491 else 5475 5492 with_termcap=no 5476 5493 fi; 5477 5494 -echo "$as_me:5671: result: $with_termcap" >&5 5478 +echo "$as_me:596 7: result: $with_termcap" >&55495 +echo "$as_me:5968: result: $with_termcap" >&5 5479 5496 echo "${ECHO_T}$with_termcap" >&6 5480 5497 … … 5483 5500 if test -z "$with_fallback" ; then 5484 5501 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 5485 + { { echo "$as_me:597 3: error: You have disabled the database w/o specifying fallbacks" >&55502 + { { echo "$as_me:5974: error: You have disabled the database w/o specifying fallbacks" >&5 5486 5503 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 5487 5504 { (exit 1); exit 1; }; } 5488 5505 fi 5489 @@ -5686,7 +598 2,7 @@5506 @@ -5686,7 +5983,7 @@ 5490 5507 else 5491 5508 5492 5509 if test "$with_ticlib" != no ; then 5493 5510 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5494 + { { echo "$as_me:598 5: error: Options --with-ticlib and --enable-termcap cannot be combined" >&55511 + { { echo "$as_me:5986: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5495 5512 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 5496 5513 { (exit 1); exit 1; }; } 5497 5514 fi 5498 @@ -5695,7 +599 1,7 @@5515 @@ -5695,7 +5992,7 @@ 5499 5516 #define USE_TERMCAP 1 5500 5517 EOF 5501 5518 5502 5519 -echo "$as_me:5698: checking for list of termcap files" >&5 5503 +echo "$as_me:599 4: checking for list of termcap files" >&55520 +echo "$as_me:5995: checking for list of termcap files" >&5 5504 5521 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 5505 5522 5506 5523 # Check whether --with-termpath or --without-termpath was given. 5507 @@ -5705,7 +600 1,7 @@5524 @@ -5705,7 +6002,7 @@ 5508 5525 else 5509 5526 withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap} … … 5514 5531 for cf_src_path in $withval 5515 5532 do 5516 @@ -5735,7 +603 1,7 @@5533 @@ -5735,7 +6032,7 @@ 5517 5534 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5518 5535 ;; 5519 5536 *) 5520 5537 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 5521 + { { echo "$as_me:603 4: error: expected a pathname, not \"$cf_src_path\"" >&55538 + { { echo "$as_me:6035: error: expected a pathname, not \"$cf_src_path\"" >&5 5522 5539 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5523 5540 { (exit 1); exit 1; }; } 5524 5541 ;; 5525 @@ -5748,14 +604 4,14 @@5542 @@ -5748,14 +6045,14 @@ 5526 5543 5527 5544 eval 'TERMPATH="$cf_dst_path"' 5528 5545 5529 5546 -echo "$as_me:5751: result: $TERMPATH" >&5 5530 +echo "$as_me:604 7: result: $TERMPATH" >&55547 +echo "$as_me:6048: result: $TERMPATH" >&5 5531 5548 echo "${ECHO_T}$TERMPATH" >&6 5532 5549 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 5536 5553 ### use option --enable-getcap to use a hacked getcap for reading termcaps 5537 5554 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 5538 +echo "$as_me:605 4: checking if fast termcap-loader is needed" >&55555 +echo "$as_me:6055: checking if fast termcap-loader is needed" >&5 5539 5556 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 5540 5557 5541 5558 # Check whether --enable-getcap or --disable-getcap was given. 5542 @@ -5765,13 +606 1,13 @@5559 @@ -5765,13 +6062,13 @@ 5543 5560 else 5544 5561 with_getcap=no 5545 5562 fi; 5546 5563 -echo "$as_me:5768: result: $with_getcap" >&5 5547 +echo "$as_me:606 4: result: $with_getcap" >&55564 +echo "$as_me:6065: result: $with_getcap" >&5 5548 5565 echo "${ECHO_T}$with_getcap" >&6 5549 5566 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 5552 5569 5553 5570 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 5554 +echo "$as_me:607 0: checking if translated termcaps will be cached in ~/.terminfo" >&55571 +echo "$as_me:6071: checking if translated termcaps will be cached in ~/.terminfo" >&5 5555 5572 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 5556 5573 5557 5574 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 5558 @@ -5781,7 +607 7,7 @@5575 @@ -5781,7 +6078,7 @@ 5559 5576 else 5560 5577 with_getcap_cache=no 5561 5578 fi; 5562 5579 -echo "$as_me:5784: result: $with_getcap_cache" >&5 5563 +echo "$as_me:608 0: result: $with_getcap_cache" >&55580 +echo "$as_me:6081: result: $with_getcap_cache" >&5 5564 5581 echo "${ECHO_T}$with_getcap_cache" >&6 5565 5582 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 5566 5583 #define USE_GETCAP_CACHE 1 5567 @@ -5790,7 +608 6,7 @@5584 @@ -5790,7 +6087,7 @@ 5568 5585 fi 5569 5586 5570 5587 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 5571 5588 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 5572 +echo "$as_me:60 89: checking if ~/.terminfo is wanted" >&55589 +echo "$as_me:6090: checking if ~/.terminfo is wanted" >&5 5573 5590 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 5574 5591 5575 5592 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 5576 @@ -5800,13 +609 6,13 @@5593 @@ -5800,13 +6097,13 @@ 5577 5594 else 5578 5595 with_home_terminfo=yes 5579 5596 fi; 5580 5597 -echo "$as_me:5803: result: $with_home_terminfo" >&5 5581 +echo "$as_me:6 099: result: $with_home_terminfo" >&55598 +echo "$as_me:6100: result: $with_home_terminfo" >&5 5582 5599 echo "${ECHO_T}$with_home_terminfo" >&6 5583 5600 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 5586 5603 5587 5604 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 5588 +echo "$as_me:610 5: checking if you want to use restricted environment when running as root" >&55605 +echo "$as_me:6106: checking if you want to use restricted environment when running as root" >&5 5589 5606 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 5590 5607 5591 5608 # Check whether --enable-root-environ or --disable-root-environ was given. 5592 @@ -5816,7 +611 2,7 @@5609 @@ -5816,7 +6113,7 @@ 5593 5610 else 5594 5611 with_root_environ=yes 5595 5612 fi; 5596 5613 -echo "$as_me:5819: result: $with_root_environ" >&5 5597 +echo "$as_me:611 5: result: $with_root_environ" >&55614 +echo "$as_me:6116: result: $with_root_environ" >&5 5598 5615 echo "${ECHO_T}$with_root_environ" >&6 5599 5616 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 5600 5617 #define USE_ROOT_ENVIRON 1 5601 @@ -5830,13 +612 6,13 @@5618 @@ -5830,13 +6127,13 @@ 5602 5619 unlink 5603 5620 do 5604 5621 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5605 5622 -echo "$as_me:5833: checking for $ac_func" >&5 5606 +echo "$as_me:61 29: checking for $ac_func" >&55623 +echo "$as_me:6130: checking for $ac_func" >&5 5607 5624 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5608 5625 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5611 5628 cat >conftest.$ac_ext <<_ACEOF 5612 5629 -#line 5839 "configure" 5613 +#line 613 5"configure"5630 +#line 6136 "configure" 5614 5631 #include "confdefs.h" 5615 5632 /* System header to define __stub macros and hopefully few prototypes, 5616 5633 which can conflict with char $ac_func (); below. */ 5617 @@ -5867,16 +616 3,16 @@5634 @@ -5867,16 +6164,16 @@ 5618 5635 } 5619 5636 _ACEOF 5620 5637 rm -f conftest.$ac_objext conftest$ac_exeext 5621 5638 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 5622 +if { (eval echo "$as_me:616 6: \"$ac_link\"") >&55639 +if { (eval echo "$as_me:6167: \"$ac_link\"") >&5 5623 5640 (eval $ac_link) 2>&5 5624 5641 ac_status=$? 5625 5642 - echo "$as_me:5873: \$? = $ac_status" >&5 5626 + echo "$as_me:61 69: \$? = $ac_status" >&55643 + echo "$as_me:6170: \$? = $ac_status" >&5 5627 5644 (exit $ac_status); } && 5628 5645 { ac_try='test -s conftest$ac_exeext' 5629 5646 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 5630 + { (eval echo "$as_me:617 2: \"$ac_try\"") >&55647 + { (eval echo "$as_me:6173: \"$ac_try\"") >&5 5631 5648 (eval $ac_try) 2>&5 5632 5649 ac_status=$? 5633 5650 - echo "$as_me:5879: \$? = $ac_status" >&5 5634 + echo "$as_me:617 5: \$? = $ac_status" >&55651 + echo "$as_me:6176: \$? = $ac_status" >&5 5635 5652 (exit $ac_status); }; }; then 5636 5653 eval "$as_ac_var=yes" 5637 5654 else 5638 @@ -5886,7 +618 2,7 @@5655 @@ -5886,7 +6183,7 @@ 5639 5656 fi 5640 5657 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5641 5658 fi 5642 5659 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 5643 +echo "$as_me:618 5: result: `eval echo '${'$as_ac_var'}'`" >&55660 +echo "$as_me:6186: result: `eval echo '${'$as_ac_var'}'`" >&5 5644 5661 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5645 5662 if test `eval echo '${'$as_ac_var'}'` = yes; then 5646 5663 cat >>confdefs.h <<EOF 5647 @@ -5903,13 +6 199,13 @@5664 @@ -5903,13 +6200,13 @@ 5648 5665 symlink 5649 5666 do 5650 5667 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5651 5668 -echo "$as_me:5906: checking for $ac_func" >&5 5652 +echo "$as_me:620 2: checking for $ac_func" >&55669 +echo "$as_me:6203: checking for $ac_func" >&5 5653 5670 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5654 5671 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5657 5674 cat >conftest.$ac_ext <<_ACEOF 5658 5675 -#line 5912 "configure" 5659 +#line 620 8"configure"5676 +#line 6209 "configure" 5660 5677 #include "confdefs.h" 5661 5678 /* System header to define __stub macros and hopefully few prototypes, 5662 5679 which can conflict with char $ac_func (); below. */ 5663 @@ -5940,16 +623 6,16 @@5680 @@ -5940,16 +6237,16 @@ 5664 5681 } 5665 5682 _ACEOF 5666 5683 rm -f conftest.$ac_objext conftest$ac_exeext 5667 5684 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 5668 +if { (eval echo "$as_me:62 39: \"$ac_link\"") >&55685 +if { (eval echo "$as_me:6240: \"$ac_link\"") >&5 5669 5686 (eval $ac_link) 2>&5 5670 5687 ac_status=$? 5671 5688 - echo "$as_me:5946: \$? = $ac_status" >&5 5672 + echo "$as_me:624 2: \$? = $ac_status" >&55689 + echo "$as_me:6243: \$? = $ac_status" >&5 5673 5690 (exit $ac_status); } && 5674 5691 { ac_try='test -s conftest$ac_exeext' 5675 5692 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 5676 + { (eval echo "$as_me:624 5: \"$ac_try\"") >&55693 + { (eval echo "$as_me:6246: \"$ac_try\"") >&5 5677 5694 (eval $ac_try) 2>&5 5678 5695 ac_status=$? 5679 5696 - echo "$as_me:5952: \$? = $ac_status" >&5 5680 + echo "$as_me:624 8: \$? = $ac_status" >&55697 + echo "$as_me:6249: \$? = $ac_status" >&5 5681 5698 (exit $ac_status); }; }; then 5682 5699 eval "$as_ac_var=yes" 5683 5700 else 5684 @@ -5959,7 +625 5,7 @@5701 @@ -5959,7 +6256,7 @@ 5685 5702 fi 5686 5703 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5687 5704 fi 5688 5705 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 5689 +echo "$as_me:625 8: result: `eval echo '${'$as_ac_var'}'`" >&55706 +echo "$as_me:6259: result: `eval echo '${'$as_ac_var'}'`" >&5 5690 5707 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5691 5708 if test `eval echo '${'$as_ac_var'}'` = yes; then 5692 5709 cat >>confdefs.h <<EOF 5693 @@ -5970,7 +626 6,7 @@5710 @@ -5970,7 +6267,7 @@ 5694 5711 done 5695 5712 5696 5713 else 5697 5714 - echo "$as_me:5973: checking if link/symlink functions work" >&5 5698 + echo "$as_me:62 69: checking if link/symlink functions work" >&55715 + echo "$as_me:6270: checking if link/symlink functions work" >&5 5699 5716 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 5700 5717 if test "${cf_cv_link_funcs+set}" = set; then 5701 5718 echo $ECHO_N "(cached) $ECHO_C" >&6 5702 @@ -5983,7 +62 79,7 @@5719 @@ -5983,7 +6280,7 @@ 5703 5720 eval 'ac_cv_func_'$cf_func'=error' 5704 5721 else 5705 5722 cat >conftest.$ac_ext <<_ACEOF 5706 5723 -#line 5986 "configure" 5707 +#line 628 2"configure"5724 +#line 6283 "configure" 5708 5725 #include "confdefs.h" 5709 5726 5710 5727 #include <sys/types.h> 5711 @@ -6013,15 +63 09,15 @@5728 @@ -6013,15 +6310,15 @@ 5712 5729 5713 5730 _ACEOF 5714 5731 rm -f conftest$ac_exeext 5715 5732 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 5716 +if { (eval echo "$as_me:631 2: \"$ac_link\"") >&55733 +if { (eval echo "$as_me:6313: \"$ac_link\"") >&5 5717 5734 (eval $ac_link) 2>&5 5718 5735 ac_status=$? 5719 5736 - echo "$as_me:6019: \$? = $ac_status" >&5 5720 + echo "$as_me:631 5: \$? = $ac_status" >&55737 + echo "$as_me:6316: \$? = $ac_status" >&5 5721 5738 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5722 5739 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 5723 + { (eval echo "$as_me:631 7: \"$ac_try\"") >&55740 + { (eval echo "$as_me:6318: \"$ac_try\"") >&5 5724 5741 (eval $ac_try) 2>&5 5725 5742 ac_status=$? 5726 5743 - echo "$as_me:6024: \$? = $ac_status" >&5 5727 + echo "$as_me:632 0: \$? = $ac_status" >&55744 + echo "$as_me:6321: \$? = $ac_status" >&5 5728 5745 (exit $ac_status); }; }; then 5729 5746 5730 5747 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 5731 @@ -6039,7 +633 5,7 @@5748 @@ -6039,7 +6336,7 @@ 5732 5749 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 5733 5750 5734 5751 fi 5735 5752 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 5736 +echo "$as_me:633 8: result: $cf_cv_link_funcs" >&55753 +echo "$as_me:6339: result: $cf_cv_link_funcs" >&5 5737 5754 echo "${ECHO_T}$cf_cv_link_funcs" >&6 5738 5755 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 5739 5756 #define HAVE_LINK 1 5740 @@ -6057,7 +635 3,7 @@5757 @@ -6057,7 +6354,7 @@ 5741 5758 # soft links (symbolic links) are useful for some systems where hard links do 5742 5759 # not work, or to make it simpler to copy terminfo trees around. 5743 5760 if test "$ac_cv_func_symlink" = yes ; then 5744 5761 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 5745 + echo "$as_me:635 6: checking if tic should use symbolic links" >&55762 + echo "$as_me:6357: checking if tic should use symbolic links" >&5 5746 5763 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 5747 5764 5748 5765 # Check whether --enable-symlinks or --disable-symlinks was given. 5749 @@ -6067,21 +636 3,21 @@5766 @@ -6067,21 +6364,21 @@ 5750 5767 else 5751 5768 with_symlinks=no 5752 5769 fi; 5753 5770 - echo "$as_me:6070: result: $with_symlinks" >&5 5754 + echo "$as_me:636 6: result: $with_symlinks" >&55771 + echo "$as_me:6367: result: $with_symlinks" >&5 5755 5772 echo "${ECHO_T}$with_symlinks" >&6 5756 5773 fi … … 5760 5777 if test "$with_symlinks" = no ; then 5761 5778 - echo "$as_me:6077: checking if tic should use hard links" >&5 5762 + echo "$as_me:637 3: checking if tic should use hard links" >&55779 + echo "$as_me:6374: checking if tic should use hard links" >&5 5763 5780 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 5764 5781 if test "$ac_cv_func_link" = yes ; then … … 5768 5785 fi 5769 5786 - echo "$as_me:6084: result: $with_links" >&5 5770 + echo "$as_me:638 0: result: $with_links" >&55787 + echo "$as_me:6381: result: $with_links" >&5 5771 5788 echo "${ECHO_T}$with_links" >&6 5772 5789 fi 5773 5790 5774 @@ -6094,7 +639 0,7 @@5791 @@ -6094,7 +6391,7 @@ 5775 5792 EOF 5776 5793 5777 5794 ### use option --enable-broken-linker to force on use of broken-linker support 5778 5795 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 5779 +echo "$as_me:639 3: checking if you want broken-linker support code" >&55796 +echo "$as_me:6394: checking if you want broken-linker support code" >&5 5780 5797 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 5781 5798 5782 5799 # Check whether --enable-broken_linker or --disable-broken_linker was given. 5783 @@ -6104,7 +640 0,7 @@5800 @@ -6104,7 +6401,7 @@ 5784 5801 else 5785 5802 with_broken_linker=${BROKEN_LINKER-no} 5786 5803 fi; 5787 5804 -echo "$as_me:6107: result: $with_broken_linker" >&5 5788 +echo "$as_me:640 3: result: $with_broken_linker" >&55805 +echo "$as_me:6404: result: $with_broken_linker" >&5 5789 5806 echo "${ECHO_T}$with_broken_linker" >&6 5790 5807 5791 5808 BROKEN_LINKER=0 5792 @@ -6124,14 +642 0,14 @@5809 @@ -6124,14 +6421,14 @@ 5793 5810 BROKEN_LINKER=1 5794 5811 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 5795 5812 5796 5813 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 5797 +echo "${as_me-configure}:642 3: testing cygwin linker is broken anyway ..." 1>&55814 +echo "${as_me-configure}:6424: testing cygwin linker is broken anyway ..." 1>&5 5798 5815 5799 5816 ;; … … 5803 5820 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 5804 5821 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 5805 +echo "$as_me:643 0: checking if tputs should process BSD-style prefix padding" >&55822 +echo "$as_me:6431: checking if tputs should process BSD-style prefix padding" >&5 5806 5823 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 5807 5824 5808 5825 # Check whether --enable-bsdpad or --disable-bsdpad was given. 5809 @@ -6141,7 +643 7,7 @@5826 @@ -6141,7 +6438,7 @@ 5810 5827 else 5811 5828 with_bsdpad=no 5812 5829 fi; 5813 5830 -echo "$as_me:6144: result: $with_bsdpad" >&5 5814 +echo "$as_me:644 0: result: $with_bsdpad" >&55831 +echo "$as_me:6441: result: $with_bsdpad" >&5 5815 5832 echo "${ECHO_T}$with_bsdpad" >&6 5816 5833 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 5817 5834 #define BSD_TPUTS 1 5818 @@ -6158,7 +645 4,7 @@5835 @@ -6158,7 +6455,7 @@ 5819 5836 5820 5837 # Check to define _XOPEN_SOURCE "automatically" 5821 5838 5822 5839 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 5823 +echo "$as_me:645 7: checking if $CC -U and -D options work together" >&55840 +echo "$as_me:6458: checking if $CC -U and -D options work together" >&5 5824 5841 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 5825 5842 if test "${cf_cv_cc_u_d_options+set}" = set; then 5826 5843 echo $ECHO_N "(cached) $ECHO_C" >&6 5827 @@ -6167,7 +646 3,7 @@5844 @@ -6167,7 +6464,7 @@ 5828 5845 cf_save_CPPFLAGS="$CPPFLAGS" 5829 5846 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 5830 5847 cat >conftest.$ac_ext <<_ACEOF 5831 5848 -#line 6170 "configure" 5832 +#line 646 6"configure"5849 +#line 6467 "configure" 5833 5850 #include "confdefs.h" 5834 5851 5835 5852 int 5836 @@ -6186,16 +648 2,16 @@5853 @@ -6186,16 +6483,16 @@ 5837 5854 } 5838 5855 _ACEOF 5839 5856 rm -f conftest.$ac_objext 5840 5857 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 5841 +if { (eval echo "$as_me:648 5: \"$ac_compile\"") >&55858 +if { (eval echo "$as_me:6486: \"$ac_compile\"") >&5 5842 5859 (eval $ac_compile) 2>&5 5843 5860 ac_status=$? 5844 5861 - echo "$as_me:6192: \$? = $ac_status" >&5 5845 + echo "$as_me:648 8: \$? = $ac_status" >&55862 + echo "$as_me:6489: \$? = $ac_status" >&5 5846 5863 (exit $ac_status); } && 5847 5864 { ac_try='test -s conftest.$ac_objext' 5848 5865 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 5849 + { (eval echo "$as_me:649 1: \"$ac_try\"") >&55866 + { (eval echo "$as_me:6492: \"$ac_try\"") >&5 5850 5867 (eval $ac_try) 2>&5 5851 5868 ac_status=$? 5852 5869 - echo "$as_me:6198: \$? = $ac_status" >&5 5853 + echo "$as_me:649 4: \$? = $ac_status" >&55870 + echo "$as_me:6495: \$? = $ac_status" >&5 5854 5871 (exit $ac_status); }; }; then 5855 5872 5856 5873 cf_cv_cc_u_d_options=yes 5857 @@ -6209,14 +650 5,14 @@5874 @@ -6209,14 +6506,14 @@ 5858 5875 CPPFLAGS="$cf_save_CPPFLAGS" 5859 5876 5860 5877 fi 5861 5878 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 5862 +echo "$as_me:650 8: result: $cf_cv_cc_u_d_options" >&55879 +echo "$as_me:6509: result: $cf_cv_cc_u_d_options" >&5 5863 5880 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 5864 5881 … … 5872 5889 ;; 5873 5890 freebsd*|dragonfly*) #(vi 5874 @@ -6233,16 +6529,16 @@ 5891 @@ -6227,22 +6524,25 @@ 5892 cf_XOPEN_SOURCE=600 5893 CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5894 ;; 5895 +hpux11*) #(vi 5896 + CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE=500" 5897 + ;; 5898 hpux*) #(vi 5899 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE" 5900 ;; 5875 5901 irix[56].*) #(vi 5876 5902 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 5880 5906 5881 5907 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 5882 +echo "$as_me:653 4: checking if we must define _GNU_SOURCE" >&55908 +echo "$as_me:6538: checking if we must define _GNU_SOURCE" >&5 5883 5909 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 5884 5910 if test "${cf_cv_gnu_source+set}" = set; then … … 5888 5914 cat >conftest.$ac_ext <<_ACEOF 5889 5915 -#line 6245 "configure" 5890 +#line 654 1"configure"5916 +#line 6545 "configure" 5891 5917 #include "confdefs.h" 5892 5918 #include <sys/types.h> 5893 5919 int 5894 @@ -6257,16 +655 3,16 @@5920 @@ -6257,16 +6557,16 @@ 5895 5921 } 5896 5922 _ACEOF 5897 5923 rm -f conftest.$ac_objext 5898 5924 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 5899 +if { (eval echo "$as_me:65 56: \"$ac_compile\"") >&55925 +if { (eval echo "$as_me:6560: \"$ac_compile\"") >&5 5900 5926 (eval $ac_compile) 2>&5 5901 5927 ac_status=$? 5902 5928 - echo "$as_me:6263: \$? = $ac_status" >&5 5903 + echo "$as_me:65 59: \$? = $ac_status" >&55929 + echo "$as_me:6563: \$? = $ac_status" >&5 5904 5930 (exit $ac_status); } && 5905 5931 { ac_try='test -s conftest.$ac_objext' 5906 5932 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 5907 + { (eval echo "$as_me:656 2: \"$ac_try\"") >&55933 + { (eval echo "$as_me:6566: \"$ac_try\"") >&5 5908 5934 (eval $ac_try) 2>&5 5909 5935 ac_status=$? 5910 5936 - echo "$as_me:6269: \$? = $ac_status" >&5 5911 + echo "$as_me:656 5: \$? = $ac_status" >&55937 + echo "$as_me:6569: \$? = $ac_status" >&5 5912 5938 (exit $ac_status); }; }; then 5913 5939 cf_cv_gnu_source=no 5914 5940 else 5915 @@ -6275,7 +657 1,7 @@5941 @@ -6275,7 +6575,7 @@ 5916 5942 cf_save="$CPPFLAGS" 5917 5943 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5918 5944 cat >conftest.$ac_ext <<_ACEOF 5919 5945 -#line 6278 "configure" 5920 +#line 657 4"configure"5946 +#line 6578 "configure" 5921 5947 #include "confdefs.h" 5922 5948 #include <sys/types.h> 5923 5949 int 5924 @@ -6290,16 +65 86,16 @@5950 @@ -6290,16 +6590,16 @@ 5925 5951 } 5926 5952 _ACEOF 5927 5953 rm -f conftest.$ac_objext 5928 5954 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 5929 +if { (eval echo "$as_me:65 89: \"$ac_compile\"") >&55955 +if { (eval echo "$as_me:6593: \"$ac_compile\"") >&5 5930 5956 (eval $ac_compile) 2>&5 5931 5957 ac_status=$? 5932 5958 - echo "$as_me:6296: \$? = $ac_status" >&5 5933 + echo "$as_me:659 2: \$? = $ac_status" >&55959 + echo "$as_me:6596: \$? = $ac_status" >&5 5934 5960 (exit $ac_status); } && 5935 5961 { ac_try='test -s conftest.$ac_objext' 5936 5962 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 5937 + { (eval echo "$as_me:659 5: \"$ac_try\"") >&55963 + { (eval echo "$as_me:6599: \"$ac_try\"") >&5 5938 5964 (eval $ac_try) 2>&5 5939 5965 ac_status=$? 5940 5966 - echo "$as_me:6302: \$? = $ac_status" >&5 5941 + echo "$as_me:6 598: \$? = $ac_status" >&55967 + echo "$as_me:6602: \$? = $ac_status" >&5 5942 5968 (exit $ac_status); }; }; then 5943 5969 cf_cv_gnu_source=no 5944 5970 else 5945 @@ -6314,7 +661 0,7 @@5971 @@ -6314,7 +6614,7 @@ 5946 5972 rm -f conftest.$ac_objext conftest.$ac_ext 5947 5973 5948 5974 fi 5949 5975 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 5950 +echo "$as_me:661 3: result: $cf_cv_gnu_source" >&55976 +echo "$as_me:6617: result: $cf_cv_gnu_source" >&5 5951 5977 echo "${ECHO_T}$cf_cv_gnu_source" >&6 5952 5978 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5953 5979 5954 @@ -6341,14 +66 37,14 @@5980 @@ -6341,14 +6641,14 @@ 5955 5981 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 5956 5982 ;; 5957 5983 *) 5958 5984 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 5959 + echo "$as_me:664 0: checking if we should define _XOPEN_SOURCE" >&55985 + echo "$as_me:6644: checking if we should define _XOPEN_SOURCE" >&5 5960 5986 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 5961 5987 if test "${cf_cv_xopen_source+set}" = set; then … … 5965 5991 cat >conftest.$ac_ext <<_ACEOF 5966 5992 -#line 6351 "configure" 5967 +#line 66 47"configure"5993 +#line 6651 "configure" 5968 5994 #include "confdefs.h" 5969 5995 #include <sys/types.h> 5970 5996 int 5971 @@ -6363,16 +66 59,16 @@5997 @@ -6363,16 +6663,16 @@ 5972 5998 } 5973 5999 _ACEOF 5974 6000 rm -f conftest.$ac_objext 5975 6001 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 5976 +if { (eval echo "$as_me:666 2: \"$ac_compile\"") >&56002 +if { (eval echo "$as_me:6666: \"$ac_compile\"") >&5 5977 6003 (eval $ac_compile) 2>&5 5978 6004 ac_status=$? 5979 6005 - echo "$as_me:6369: \$? = $ac_status" >&5 5980 + echo "$as_me:666 5: \$? = $ac_status" >&56006 + echo "$as_me:6669: \$? = $ac_status" >&5 5981 6007 (exit $ac_status); } && 5982 6008 { ac_try='test -s conftest.$ac_objext' 5983 6009 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 5984 + { (eval echo "$as_me:66 68: \"$ac_try\"") >&56010 + { (eval echo "$as_me:6672: \"$ac_try\"") >&5 5985 6011 (eval $ac_try) 2>&5 5986 6012 ac_status=$? 5987 6013 - echo "$as_me:6375: \$? = $ac_status" >&5 5988 + echo "$as_me:667 1: \$? = $ac_status" >&56014 + echo "$as_me:6675: \$? = $ac_status" >&5 5989 6015 (exit $ac_status); }; }; then 5990 6016 cf_cv_xopen_source=no 5991 6017 else 5992 @@ -6381,7 +66 77,7 @@6018 @@ -6381,7 +6681,7 @@ 5993 6019 cf_save="$CPPFLAGS" 5994 6020 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5995 6021 cat >conftest.$ac_ext <<_ACEOF 5996 6022 -#line 6384 "configure" 5997 +#line 668 0"configure"6023 +#line 6684 "configure" 5998 6024 #include "confdefs.h" 5999 6025 #include <sys/types.h> 6000 6026 int 6001 @@ -6396,16 +669 2,16 @@6027 @@ -6396,16 +6696,16 @@ 6002 6028 } 6003 6029 _ACEOF 6004 6030 rm -f conftest.$ac_objext 6005 6031 -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 6006 +if { (eval echo "$as_me:669 5: \"$ac_compile\"") >&56032 +if { (eval echo "$as_me:6699: \"$ac_compile\"") >&5 6007 6033 (eval $ac_compile) 2>&5 6008 6034 ac_status=$? 6009 6035 - echo "$as_me:6402: \$? = $ac_status" >&5 6010 + echo "$as_me:6 698: \$? = $ac_status" >&56036 + echo "$as_me:6702: \$? = $ac_status" >&5 6011 6037 (exit $ac_status); } && 6012 6038 { ac_try='test -s conftest.$ac_objext' 6013 6039 - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 6014 + { (eval echo "$as_me:670 1: \"$ac_try\"") >&56040 + { (eval echo "$as_me:6705: \"$ac_try\"") >&5 6015 6041 (eval $ac_try) 2>&5 6016 6042 ac_status=$? 6017 6043 - echo "$as_me:6408: \$? = $ac_status" >&5 6018 + echo "$as_me:670 4: \$? = $ac_status" >&56044 + echo "$as_me:6708: \$? = $ac_status" >&5 6019 6045 (exit $ac_status); }; }; then 6020 6046 cf_cv_xopen_source=no 6021 6047 else 6022 @@ -6420,7 +67 16,7 @@6048 @@ -6420,7 +6720,7 @@ 6023 6049 rm -f conftest.$ac_objext conftest.$ac_ext 6024 6050 6025 6051 fi 6026 6052 -echo "$as_me:6423: result: $cf_cv_xopen_source" >&5 6027 +echo "$as_me:67 19: result: $cf_cv_xopen_source" >&56053 +echo "$as_me:6723: result: $cf_cv_xopen_source" >&5 6028 6054 echo "${ECHO_T}$cf_cv_xopen_source" >&6 6029 6055 if test "$cf_cv_xopen_source" != no ; then 6030 6056 6031 @@ -6454,16 +675 0,16 @@6057 @@ -6454,16 +6754,16 @@ 6032 6058 sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ 6033 6059 -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` 6034 6060 6035 6061 -echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5 6036 +echo "$as_me:675 3: checking if we should define _POSIX_C_SOURCE" >&56062 +echo "$as_me:6757: checking if we should define _POSIX_C_SOURCE" >&5 6037 6063 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 6038 6064 if test "${cf_cv_posix_c_source+set}" = set; then … … 6041 6067 6042 6068 -echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5 6043 +echo "${as_me-configure}:67 59: testing if the symbol is already defined go no further ..." 1>&56069 +echo "${as_me-configure}:6763: testing if the symbol is already defined go no further ..." 1>&5 6044 6070 6045 6071 cat >conftest.$ac_ext <<_ACEOF 6046 6072 -#line 6466 "configure" 6047 +#line 676 2"configure"6073 +#line 6766 "configure" 6048 6074 #include "confdefs.h" 6049 6075 #include <sys/types.h> 6050 6076 int 6051 @@ -6478,16 +677 4,16 @@6077 @@ -6478,16 +6778,16 @@ 6052 6078 } 6053 6079 _ACEOF 6054 6080 rm -f conftest.$ac_objext 6055 6081 -if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5 6056 +if { (eval echo "$as_me:67 77: \"$ac_compile\"") >&56082 +if { (eval echo "$as_me:6781: \"$ac_compile\"") >&5 6057 6083 (eval $ac_compile) 2>&5 6058 6084 ac_status=$? 6059 6085 - echo "$as_me:6484: \$? = $ac_status" >&5 6060 + echo "$as_me:678 0: \$? = $ac_status" >&56086 + echo "$as_me:6784: \$? = $ac_status" >&5 6061 6087 (exit $ac_status); } && 6062 6088 { ac_try='test -s conftest.$ac_objext' 6063 6089 - { (eval echo "$as_me:6487: \"$ac_try\"") >&5 6064 + { (eval echo "$as_me:678 3: \"$ac_try\"") >&56090 + { (eval echo "$as_me:6787: \"$ac_try\"") >&5 6065 6091 (eval $ac_try) 2>&5 6066 6092 ac_status=$? 6067 6093 - echo "$as_me:6490: \$? = $ac_status" >&5 6068 + echo "$as_me:67 86: \$? = $ac_status" >&56094 + echo "$as_me:6790: \$? = $ac_status" >&5 6069 6095 (exit $ac_status); }; }; then 6070 6096 cf_cv_posix_c_source=no 6071 6097 else 6072 @@ -6508,7 +680 4,7 @@6098 @@ -6508,7 +6808,7 @@ 6073 6099 esac 6074 6100 if test "$cf_want_posix_source" = yes ; then 6075 6101 cat >conftest.$ac_ext <<_ACEOF 6076 6102 -#line 6511 "configure" 6077 +#line 68 07"configure"6103 +#line 6811 "configure" 6078 6104 #include "confdefs.h" 6079 6105 #include <sys/types.h> 6080 6106 int 6081 @@ -6523,16 +68 19,16 @@6107 @@ -6523,16 +6823,16 @@ 6082 6108 } 6083 6109 _ACEOF 6084 6110 rm -f conftest.$ac_objext 6085 6111 -if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5 6086 +if { (eval echo "$as_me:682 2: \"$ac_compile\"") >&56112 +if { (eval echo "$as_me:6826: \"$ac_compile\"") >&5 6087 6113 (eval $ac_compile) 2>&5 6088 6114 ac_status=$? 6089 6115 - echo "$as_me:6529: \$? = $ac_status" >&5 6090 + echo "$as_me:682 5: \$? = $ac_status" >&56116 + echo "$as_me:6829: \$? = $ac_status" >&5 6091 6117 (exit $ac_status); } && 6092 6118 { ac_try='test -s conftest.$ac_objext' 6093 6119 - { (eval echo "$as_me:6532: \"$ac_try\"") >&5 6094 + { (eval echo "$as_me:68 28: \"$ac_try\"") >&56120 + { (eval echo "$as_me:6832: \"$ac_try\"") >&5 6095 6121 (eval $ac_try) 2>&5 6096 6122 ac_status=$? 6097 6123 - echo "$as_me:6535: \$? = $ac_status" >&5 6098 + echo "$as_me:683 1: \$? = $ac_status" >&56124 + echo "$as_me:6835: \$? = $ac_status" >&5 6099 6125 (exit $ac_status); }; }; then 6100 6126 : 6101 6127 else 6102 @@ -6543,15 +68 39,15 @@6128 @@ -6543,15 +6843,15 @@ 6103 6129 rm -f conftest.$ac_objext conftest.$ac_ext 6104 6130 fi 6105 6131 6106 6132 -echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 6107 +echo "${as_me-configure}:684 2: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&56133 +echo "${as_me-configure}:6846: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 6108 6134 6109 6135 CFLAGS="$cf_trim_CFLAGS" … … 6111 6137 6112 6138 -echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5 6113 +echo "${as_me-configure}:68 47: testing if the second compile does not leave our definition intact error ..." 1>&56139 +echo "${as_me-configure}:6851: testing if the second compile does not leave our definition intact error ..." 1>&5 6114 6140 6115 6141 cat >conftest.$ac_ext <<_ACEOF 6116 6142 -#line 6554 "configure" 6117 +#line 685 0"configure"6143 +#line 6854 "configure" 6118 6144 #include "confdefs.h" 6119 6145 #include <sys/types.h> 6120 6146 int 6121 @@ -6566,16 +686 2,16 @@6147 @@ -6566,16 +6866,16 @@ 6122 6148 } 6123 6149 _ACEOF 6124 6150 rm -f conftest.$ac_objext 6125 6151 -if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5 6126 +if { (eval echo "$as_me:686 5: \"$ac_compile\"") >&56152 +if { (eval echo "$as_me:6869: \"$ac_compile\"") >&5 6127 6153 (eval $ac_compile) 2>&5 6128 6154 ac_status=$? 6129 6155 - echo "$as_me:6572: \$? = $ac_status" >&5 6130 + echo "$as_me:68 68: \$? = $ac_status" >&56156 + echo "$as_me:6872: \$? = $ac_status" >&5 6131 6157 (exit $ac_status); } && 6132 6158 { ac_try='test -s conftest.$ac_objext' 6133 6159 - { (eval echo "$as_me:6575: \"$ac_try\"") >&5 6134 + { (eval echo "$as_me:687 1: \"$ac_try\"") >&56160 + { (eval echo "$as_me:6875: \"$ac_try\"") >&5 6135 6161 (eval $ac_try) 2>&5 6136 6162 ac_status=$? 6137 6163 - echo "$as_me:6578: \$? = $ac_status" >&5 6138 + echo "$as_me:687 4: \$? = $ac_status" >&56164 + echo "$as_me:6878: \$? = $ac_status" >&5 6139 6165 (exit $ac_status); }; }; then 6140 6166 : 6141 6167 else 6142 @@ -6591,7 +68 87,7 @@6168 @@ -6591,7 +6891,7 @@ 6143 6169 rm -f conftest.$ac_objext conftest.$ac_ext 6144 6170 6145 6171 fi 6146 6172 -echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5 6147 +echo "$as_me:689 0: result: $cf_cv_posix_c_source" >&56173 +echo "$as_me:6894: result: $cf_cv_posix_c_source" >&5 6148 6174 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 6149 6175 6150 6176 if test "$cf_cv_posix_c_source" != no ; then 6151 @@ -6610,14 +69 06,14 @@6177 @@ -6610,14 +6910,14 @@ 6152 6178 6153 6179 # Work around breakage on OS X 6154 6180 6155 6181 -echo "$as_me:6613: checking if SIGWINCH is defined" >&5 6156 +echo "$as_me:69 09: checking if SIGWINCH is defined" >&56182 +echo "$as_me:6913: checking if SIGWINCH is defined" >&5 6157 6183 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 6158 6184 if test "${cf_cv_define_sigwinch+set}" = set; then … … 6162 6188 cat >conftest.$ac_ext <<_ACEOF 6163 6189 -#line 6620 "configure" 6164 +#line 69 16"configure"6190 +#line 6920 "configure" 6165 6191 #include "confdefs.h" 6166 6192 6167 6193 #include <sys/types.h> 6168 @@ -6632,23 +69 28,23 @@6194 @@ -6632,23 +6932,23 @@ 6169 6195 } 6170 6196 _ACEOF 6171 6197 rm -f conftest.$ac_objext 6172 6198 -if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5 6173 +if { (eval echo "$as_me:693 1: \"$ac_compile\"") >&56199 +if { (eval echo "$as_me:6935: \"$ac_compile\"") >&5 6174 6200 (eval $ac_compile) 2>&5 6175 6201 ac_status=$? 6176 6202 - echo "$as_me:6638: \$? = $ac_status" >&5 6177 + echo "$as_me:693 4: \$? = $ac_status" >&56203 + echo "$as_me:6938: \$? = $ac_status" >&5 6178 6204 (exit $ac_status); } && 6179 6205 { ac_try='test -s conftest.$ac_objext' 6180 6206 - { (eval echo "$as_me:6641: \"$ac_try\"") >&5 6181 + { (eval echo "$as_me:69 37: \"$ac_try\"") >&56207 + { (eval echo "$as_me:6941: \"$ac_try\"") >&5 6182 6208 (eval $ac_try) 2>&5 6183 6209 ac_status=$? 6184 6210 - echo "$as_me:6644: \$? = $ac_status" >&5 6185 + echo "$as_me:694 0: \$? = $ac_status" >&56211 + echo "$as_me:6944: \$? = $ac_status" >&5 6186 6212 (exit $ac_status); }; }; then 6187 6213 cf_cv_define_sigwinch=yes … … 6191 6217 cat >conftest.$ac_ext <<_ACEOF 6192 6218 -#line 6651 "configure" 6193 +#line 69 47"configure"6219 +#line 6951 "configure" 6194 6220 #include "confdefs.h" 6195 6221 6196 6222 #undef _XOPEN_SOURCE 6197 @@ -6666,16 +696 2,16 @@6223 @@ -6666,16 +6966,16 @@ 6198 6224 } 6199 6225 _ACEOF 6200 6226 rm -f conftest.$ac_objext 6201 6227 -if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5 6202 +if { (eval echo "$as_me:696 5: \"$ac_compile\"") >&56228 +if { (eval echo "$as_me:6969: \"$ac_compile\"") >&5 6203 6229 (eval $ac_compile) 2>&5 6204 6230 ac_status=$? 6205 6231 - echo "$as_me:6672: \$? = $ac_status" >&5 6206 + echo "$as_me:69 68: \$? = $ac_status" >&56232 + echo "$as_me:6972: \$? = $ac_status" >&5 6207 6233 (exit $ac_status); } && 6208 6234 { ac_try='test -s conftest.$ac_objext' 6209 6235 - { (eval echo "$as_me:6675: \"$ac_try\"") >&5 6210 + { (eval echo "$as_me:697 1: \"$ac_try\"") >&56236 + { (eval echo "$as_me:6975: \"$ac_try\"") >&5 6211 6237 (eval $ac_try) 2>&5 6212 6238 ac_status=$? 6213 6239 - echo "$as_me:6678: \$? = $ac_status" >&5 6214 + echo "$as_me:697 4: \$? = $ac_status" >&56240 + echo "$as_me:6978: \$? = $ac_status" >&5 6215 6241 (exit $ac_status); }; }; then 6216 6242 cf_cv_define_sigwinch=maybe 6217 6243 else 6218 @@ -6689,11 +698 5,11 @@6244 @@ -6689,11 +6989,11 @@ 6219 6245 rm -f conftest.$ac_objext conftest.$ac_ext 6220 6246 6221 6247 fi 6222 6248 -echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5 6223 +echo "$as_me:69 88: result: $cf_cv_define_sigwinch" >&56249 +echo "$as_me:6992: result: $cf_cv_define_sigwinch" >&5 6224 6250 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 6225 6251 6226 6252 if test "$cf_cv_define_sigwinch" = maybe ; then 6227 6253 -echo "$as_me:6696: checking for actual SIGWINCH definition" >&5 6228 +echo "$as_me:699 2: checking for actual SIGWINCH definition" >&56254 +echo "$as_me:6996: checking for actual SIGWINCH definition" >&5 6229 6255 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 6230 6256 if test "${cf_cv_fixup_sigwinch+set}" = set; then 6231 6257 echo $ECHO_N "(cached) $ECHO_C" >&6 6232 @@ -6704,7 +700 0,7 @@6258 @@ -6704,7 +7004,7 @@ 6233 6259 while test $cf_sigwinch != 1 6234 6260 do 6235 6261 cat >conftest.$ac_ext <<_ACEOF 6236 6262 -#line 6707 "configure" 6237 +#line 700 3"configure"6263 +#line 7007 "configure" 6238 6264 #include "confdefs.h" 6239 6265 6240 6266 #undef _XOPEN_SOURCE 6241 @@ -6726,16 +702 2,16 @@6267 @@ -6726,16 +7026,16 @@ 6242 6268 } 6243 6269 _ACEOF 6244 6270 rm -f conftest.$ac_objext 6245 6271 -if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5 6246 +if { (eval echo "$as_me:702 5: \"$ac_compile\"") >&56272 +if { (eval echo "$as_me:7029: \"$ac_compile\"") >&5 6247 6273 (eval $ac_compile) 2>&5 6248 6274 ac_status=$? 6249 6275 - echo "$as_me:6732: \$? = $ac_status" >&5 6250 + echo "$as_me:70 28: \$? = $ac_status" >&56276 + echo "$as_me:7032: \$? = $ac_status" >&5 6251 6277 (exit $ac_status); } && 6252 6278 { ac_try='test -s conftest.$ac_objext' 6253 6279 - { (eval echo "$as_me:6735: \"$ac_try\"") >&5 6254 + { (eval echo "$as_me:703 1: \"$ac_try\"") >&56280 + { (eval echo "$as_me:7035: \"$ac_try\"") >&5 6255 6281 (eval $ac_try) 2>&5 6256 6282 ac_status=$? 6257 6283 - echo "$as_me:6738: \$? = $ac_status" >&5 6258 + echo "$as_me:703 4: \$? = $ac_status" >&56284 + echo "$as_me:7038: \$? = $ac_status" >&5 6259 6285 (exit $ac_status); }; }; then 6260 6286 cf_cv_fixup_sigwinch=$cf_sigwinch 6261 6287 break 6262 @@ -6749,7 +704 5,7 @@6288 @@ -6749,7 +7049,7 @@ 6263 6289 done 6264 6290 6265 6291 fi 6266 6292 -echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5 6267 +echo "$as_me:70 48: result: $cf_cv_fixup_sigwinch" >&56293 +echo "$as_me:7052: result: $cf_cv_fixup_sigwinch" >&5 6268 6294 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 6269 6295 6270 6296 if test "$cf_cv_fixup_sigwinch" != unknown ; then 6271 @@ -6759,13 +705 5,13 @@6297 @@ -6759,13 +7059,13 @@ 6272 6298 6273 6299 # Checks for CODESET support. 6274 6300 6275 6301 - echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5 6276 + echo "$as_me:70 58: checking for nl_langinfo and CODESET" >&56302 + echo "$as_me:7062: checking for nl_langinfo and CODESET" >&5 6277 6303 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 6278 6304 if test "${am_cv_langinfo_codeset+set}" = set; then … … 6281 6307 cat >conftest.$ac_ext <<_ACEOF 6282 6308 -#line 6768 "configure" 6283 +#line 706 4"configure"6309 +#line 7068 "configure" 6284 6310 #include "confdefs.h" 6285 6311 #include <langinfo.h> 6286 6312 int 6287 @@ -6777,16 +707 3,16 @@6313 @@ -6777,16 +7077,16 @@ 6288 6314 } 6289 6315 _ACEOF 6290 6316 rm -f conftest.$ac_objext conftest$ac_exeext 6291 6317 -if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 6292 +if { (eval echo "$as_me:70 76: \"$ac_link\"") >&56318 +if { (eval echo "$as_me:7080: \"$ac_link\"") >&5 6293 6319 (eval $ac_link) 2>&5 6294 6320 ac_status=$? 6295 6321 - echo "$as_me:6783: \$? = $ac_status" >&5 6296 + echo "$as_me:70 79: \$? = $ac_status" >&56322 + echo "$as_me:7083: \$? = $ac_status" >&5 6297 6323 (exit $ac_status); } && 6298 6324 { ac_try='test -s conftest$ac_exeext' 6299 6325 - { (eval echo "$as_me:6786: \"$ac_try\"") >&5 6300 + { (eval echo "$as_me:708 2: \"$ac_try\"") >&56326 + { (eval echo "$as_me:7086: \"$ac_try\"") >&5 6301 6327 (eval $ac_try) 2>&5 6302 6328 ac_status=$? 6303 6329 - echo "$as_me:6789: \$? = $ac_status" >&5 6304 + echo "$as_me:708 5: \$? = $ac_status" >&56330 + echo "$as_me:7089: \$? = $ac_status" >&5 6305 6331 (exit $ac_status); }; }; then 6306 6332 am_cv_langinfo_codeset=yes 6307 6333 else 6308 @@ -6797,7 +709 3,7 @@6334 @@ -6797,7 +7097,7 @@ 6309 6335 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6310 6336 6311 6337 fi 6312 6338 -echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5 6313 +echo "$as_me:7 096: result: $am_cv_langinfo_codeset" >&56339 +echo "$as_me:7100: result: $am_cv_langinfo_codeset" >&5 6314 6340 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 6315 6341 if test $am_cv_langinfo_codeset = yes; then 6316 6342 6317 @@ -6811,7 +71 07,7 @@6343 @@ -6811,7 +7111,7 @@ 6318 6344 NCURSES_OK_WCHAR_T= 6319 6345 NCURSES_OK_WINT_T= 6320 6346 6321 6347 -echo "$as_me:6814: checking if you want wide-character code" >&5 6322 +echo "$as_me:711 0: checking if you want wide-character code" >&56348 +echo "$as_me:7114: checking if you want wide-character code" >&5 6323 6349 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 6324 6350 6325 6351 # Check whether --enable-widec or --disable-widec was given. 6326 @@ -6821,7 +71 17,7 @@6352 @@ -6821,7 +7121,7 @@ 6327 6353 else 6328 6354 with_widec=no 6329 6355 fi; 6330 6356 -echo "$as_me:6824: result: $with_widec" >&5 6331 +echo "$as_me:712 0: result: $with_widec" >&56357 +echo "$as_me:7124: result: $with_widec" >&5 6332 6358 echo "${ECHO_T}$with_widec" >&6 6333 6359 if test "$with_widec" = yes ; then 6334 6360 LIB_SUFFIX="w${LIB_SUFFIX}" 6335 @@ -6829,10 +712 5,10 @@6361 @@ -6829,10 +7129,10 @@ 6336 6362 #define USE_WIDEC_SUPPORT 1 6337 6363 EOF 6338 6364 6339 6365 -echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6340 +echo "$as_me:71 28: checking if we must define _XOPEN_SOURCE_EXTENDED" >&56366 +echo "$as_me:7132: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6341 6367 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 6342 6368 cat >conftest.$ac_ext <<_ACEOF 6343 6369 -#line 6835 "configure" 6344 +#line 713 1"configure"6370 +#line 7135 "configure" 6345 6371 #include "confdefs.h" 6346 6372 #include <sys/types.h> 6347 6373 6348 @@ -6848,16 +714 4,16 @@6374 @@ -6848,16 +7148,16 @@ 6349 6375 } 6350 6376 _ACEOF 6351 6377 rm -f conftest.$ac_objext 6352 6378 -if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5 6353 +if { (eval echo "$as_me:71 47: \"$ac_compile\"") >&56379 +if { (eval echo "$as_me:7151: \"$ac_compile\"") >&5 6354 6380 (eval $ac_compile) 2>&5 6355 6381 ac_status=$? 6356 6382 - echo "$as_me:6854: \$? = $ac_status" >&5 6357 + echo "$as_me:715 0: \$? = $ac_status" >&56383 + echo "$as_me:7154: \$? = $ac_status" >&5 6358 6384 (exit $ac_status); } && 6359 6385 { ac_try='test -s conftest.$ac_objext' 6360 6386 - { (eval echo "$as_me:6857: \"$ac_try\"") >&5 6361 + { (eval echo "$as_me:715 3: \"$ac_try\"") >&56387 + { (eval echo "$as_me:7157: \"$ac_try\"") >&5 6362 6388 (eval $ac_try) 2>&5 6363 6389 ac_status=$? 6364 6390 - echo "$as_me:6860: \$? = $ac_status" >&5 6365 + echo "$as_me:71 56: \$? = $ac_status" >&56391 + echo "$as_me:7160: \$? = $ac_status" >&5 6366 6392 (exit $ac_status); }; }; then 6367 6393 cf_result=no 6368 6394 else 6369 @@ -6866,16 +716 2,16 @@6395 @@ -6866,16 +7166,16 @@ 6370 6396 cf_result=yes 6371 6397 fi 6372 6398 rm -f conftest.$ac_objext conftest.$ac_ext 6373 6399 -echo "$as_me:6869: result: $cf_result" >&5 6374 +echo "$as_me:716 5: result: $cf_result" >&56400 +echo "$as_me:7169: result: $cf_result" >&5 6375 6401 echo "${ECHO_T}$cf_result" >&6 6376 6402 … … 6379 6405 elif test "x" != "x" ; then 6380 6406 - echo "$as_me:6875: checking checking for compatible value versus " >&5 6381 + echo "$as_me:717 1: checking checking for compatible value versus " >&56407 + echo "$as_me:7175: checking checking for compatible value versus " >&5 6382 6408 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 6383 6409 cat >conftest.$ac_ext <<_ACEOF 6384 6410 -#line 6878 "configure" 6385 +#line 717 4"configure"6411 +#line 7178 "configure" 6386 6412 #include "confdefs.h" 6387 6413 #include <sys/types.h> 6388 6414 6389 @@ -6891,16 +71 87,16 @@6415 @@ -6891,16 +7191,16 @@ 6390 6416 } 6391 6417 _ACEOF 6392 6418 rm -f conftest.$ac_objext 6393 6419 -if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5 6394 +if { (eval echo "$as_me:719 0: \"$ac_compile\"") >&56420 +if { (eval echo "$as_me:7194: \"$ac_compile\"") >&5 6395 6421 (eval $ac_compile) 2>&5 6396 6422 ac_status=$? 6397 6423 - echo "$as_me:6897: \$? = $ac_status" >&5 6398 + echo "$as_me:719 3: \$? = $ac_status" >&56424 + echo "$as_me:7197: \$? = $ac_status" >&5 6399 6425 (exit $ac_status); } && 6400 6426 { ac_try='test -s conftest.$ac_objext' 6401 6427 - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 6402 + { (eval echo "$as_me:7 196: \"$ac_try\"") >&56428 + { (eval echo "$as_me:7200: \"$ac_try\"") >&5 6403 6429 (eval $ac_try) 2>&5 6404 6430 ac_status=$? 6405 6431 - echo "$as_me:6903: \$? = $ac_status" >&5 6406 + echo "$as_me:7 199: \$? = $ac_status" >&56432 + echo "$as_me:7203: \$? = $ac_status" >&5 6407 6433 (exit $ac_status); }; }; then 6408 6434 cf_result=yes 6409 6435 else 6410 @@ -6909,7 +720 5,7 @@6436 @@ -6909,7 +7209,7 @@ 6411 6437 cf_result=no 6412 6438 fi 6413 6439 rm -f conftest.$ac_objext conftest.$ac_ext 6414 6440 - echo "$as_me:6912: result: $cf_result" >&5 6415 + echo "$as_me:72 08: result: $cf_result" >&56441 + echo "$as_me:7212: result: $cf_result" >&5 6416 6442 echo "${ECHO_T}$cf_result" >&6 6417 6443 if test "$cf_result" = no ; then 6418 6444 # perhaps we can override it - try... 6419 @@ -6923,13 +72 19,13 @@6445 @@ -6923,13 +7223,13 @@ 6420 6446 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs 6421 6447 do 6422 6448 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6423 6449 -echo "$as_me:6926: checking for $ac_func" >&5 6424 +echo "$as_me:722 2: checking for $ac_func" >&56450 +echo "$as_me:7226: checking for $ac_func" >&5 6425 6451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6426 6452 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 6429 6455 cat >conftest.$ac_ext <<_ACEOF 6430 6456 -#line 6932 "configure" 6431 +#line 72 28"configure"6457 +#line 7232 "configure" 6432 6458 #include "confdefs.h" 6433 6459 /* System header to define __stub macros and hopefully few prototypes, 6434 6460 which can conflict with char $ac_func (); below. */ 6435 @@ -6960,16 +72 56,16 @@6461 @@ -6960,16 +7260,16 @@ 6436 6462 } 6437 6463 _ACEOF 6438 6464 rm -f conftest.$ac_objext conftest$ac_exeext 6439 6465 -if { (eval echo "$as_me:6963: \"$ac_link\"") >&5 6440 +if { (eval echo "$as_me:72 59: \"$ac_link\"") >&56466 +if { (eval echo "$as_me:7263: \"$ac_link\"") >&5 6441 6467 (eval $ac_link) 2>&5 6442 6468 ac_status=$? 6443 6469 - echo "$as_me:6966: \$? = $ac_status" >&5 6444 + echo "$as_me:726 2: \$? = $ac_status" >&56470 + echo "$as_me:7266: \$? = $ac_status" >&5 6445 6471 (exit $ac_status); } && 6446 6472 { ac_try='test -s conftest$ac_exeext' 6447 6473 - { (eval echo "$as_me:6969: \"$ac_try\"") >&5 6448 + { (eval echo "$as_me:726 5: \"$ac_try\"") >&56474 + { (eval echo "$as_me:7269: \"$ac_try\"") >&5 6449 6475 (eval $ac_try) 2>&5 6450 6476 ac_status=$? 6451 6477 - echo "$as_me:6972: \$? = $ac_status" >&5 6452 + echo "$as_me:72 68: \$? = $ac_status" >&56478 + echo "$as_me:7272: \$? = $ac_status" >&5 6453 6479 (exit $ac_status); }; }; then 6454 6480 eval "$as_ac_var=yes" 6455 6481 else 6456 @@ -6979,7 +727 5,7 @@6482 @@ -6979,7 +7279,7 @@ 6457 6483 fi 6458 6484 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6459 6485 fi 6460 6486 -echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5 6461 +echo "$as_me:72 78: result: `eval echo '${'$as_ac_var'}'`" >&56487 +echo "$as_me:7282: result: `eval echo '${'$as_ac_var'}'`" >&5 6462 6488 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6463 6489 if test `eval echo '${'$as_ac_var'}'` = yes; then 6464 6490 cat >>confdefs.h <<EOF 6465 @@ -6991,7 +72 87,7 @@6491 @@ -6991,7 +7291,7 @@ 6466 6492 6467 6493 if test "$ac_cv_func_putwc" != yes ; then 6468 6494 6469 6495 -echo "$as_me:6994: checking for multibyte character support" >&5 6470 +echo "$as_me:729 0: checking for multibyte character support" >&56496 +echo "$as_me:7294: checking for multibyte character support" >&5 6471 6497 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 6472 6498 if test "${cf_cv_utf8_lib+set}" = set; then 6473 6499 echo $ECHO_N "(cached) $ECHO_C" >&6 6474 @@ -6999,7 +729 5,7 @@6500 @@ -6999,7 +7299,7 @@ 6475 6501 6476 6502 cf_save_LIBS="$LIBS" 6477 6503 cat >conftest.$ac_ext <<_ACEOF 6478 6504 -#line 7002 "configure" 6479 +#line 7 298"configure"6505 +#line 7302 "configure" 6480 6506 #include "confdefs.h" 6481 6507 6482 6508 #include <stdlib.h> 6483 @@ -7012,16 +73 08,16 @@6509 @@ -7012,16 +7312,16 @@ 6484 6510 } 6485 6511 _ACEOF 6486 6512 rm -f conftest.$ac_objext conftest$ac_exeext 6487 6513 -if { (eval echo "$as_me:7015: \"$ac_link\"") >&5 6488 +if { (eval echo "$as_me:731 1: \"$ac_link\"") >&56514 +if { (eval echo "$as_me:7315: \"$ac_link\"") >&5 6489 6515 (eval $ac_link) 2>&5 6490 6516 ac_status=$? 6491 6517 - echo "$as_me:7018: \$? = $ac_status" >&5 6492 + echo "$as_me:731 4: \$? = $ac_status" >&56518 + echo "$as_me:7318: \$? = $ac_status" >&5 6493 6519 (exit $ac_status); } && 6494 6520 { ac_try='test -s conftest$ac_exeext' 6495 6521 - { (eval echo "$as_me:7021: \"$ac_try\"") >&5 6496 + { (eval echo "$as_me:73 17: \"$ac_try\"") >&56522 + { (eval echo "$as_me:7321: \"$ac_try\"") >&5 6497 6523 (eval $ac_try) 2>&5 6498 6524 ac_status=$? 6499 6525 - echo "$as_me:7024: \$? = $ac_status" >&5 6500 + echo "$as_me:732 0: \$? = $ac_status" >&56526 + echo "$as_me:7324: \$? = $ac_status" >&5 6501 6527 (exit $ac_status); }; }; then 6502 6528 cf_cv_utf8_lib=yes 6503 6529 else 6504 @@ -7033,10 +73 29,10 @@6530 @@ -7033,10 +7333,10 @@ 6505 6531 cf_cv_header_path_utf8= 6506 6532 cf_cv_library_path_utf8= 6507 6533 6508 6534 -echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6509 +echo "${as_me-configure}:733 2: testing Starting FIND_LINKAGE(utf8,) ..." 1>&56535