Changeset f3a8d18 for patches


Ignore:
Timestamp:
Jul 24, 2009, 1:30:28 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b763d06
Parents:
58d7fd7
Message:

Updated Ncurses Branch Update Patch to -18

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/ncurses-5.7-branch_update-18.patch

    r58d7fd7 rf3a8d18  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 06-05-2009
     2Date: 07-19-2009
    33Initial Package Version: 5.7
    44Origin: Upstream
    55Upstream Status: Applied
    66Description: This is a branch update for NCurses-5.7, and should be
    7              rechecked periodically. This patch covers up to 5.7-20090530.
     7             rechecked periodically. This patch covers up to 5.7-20090718.
    88
    99diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4
    1010--- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700
    11 +++ ncurses-5.7/aclocal.m4      2009-06-05 14:01:31.000000000 -0700
     11+++ ncurses-5.7/aclocal.m4      2009-07-19 15:04:17.000000000 -0700
    1212@@ -1,5 +1,5 @@
    1313 dnl***************************************************************************
     
    2222 dnl
    2323-dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $
    24 +dnl $Id: aclocal.m4,v 1.487 2009/04/04 22:32:42 tom Exp $
     24+dnl $Id: aclocal.m4,v 1.488 2009/07/17 09:14:49 tom Exp $
    2525 dnl Macros used in NCURSES auto-configuration script.
    2626 dnl
     
    933933 dnl ---------------------------------------------------------------------------
    934934-dnl CF_XOPEN_SOURCE version: 26 updated: 2008/07/27 11:26:57
    935 +dnl CF_XOPEN_SOURCE version: 28 updated: 2008/12/27 12:30:03
     935+dnl CF_XOPEN_SOURCE version: 29 updated: 2009/07/16 21:07:04
    936936 dnl ---------------
    937937 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
     
    946946        ;;
    947947 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        ;;
    949958 irix[[56]].*) #(vi
    950959        CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
     
    957966diff -Naur ncurses-5.7.orig/Ada95/gen/adacurses-config.in ncurses-5.7/Ada95/gen/adacurses-config.in
    958967--- 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-06-05 14:01:07.000000000 -0700
     968+++ ncurses-5.7/Ada95/gen/adacurses-config.in   2009-07-19 15:02:13.000000000 -0700
    960969@@ -1,18 +1,47 @@
    961970 #! /bin/sh
     
    10311040diff -Naur ncurses-5.7.orig/Ada95/gen/gen.c ncurses-5.7/Ada95/gen/gen.c
    10321041--- 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-06-05 14:01:24.000000000 -0700
     1042+++ ncurses-5.7/Ada95/gen/gen.c 2009-07-19 15:03:45.000000000 -0700
    10341043@@ -1,5 +1,5 @@
    10351044 /****************************************************************************
     
    10701079diff -Naur ncurses-5.7.orig/Ada95/gen/Makefile.in ncurses-5.7/Ada95/gen/Makefile.in
    10711080--- 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-06-05 14:01:07.000000000 -0700
     1081+++ ncurses-5.7/Ada95/gen/Makefile.in   2009-07-19 15:02:13.000000000 -0700
    10731082@@ -1,5 +1,5 @@
    10741083 ##############################################################################
     
    11261135diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in
    11271136--- 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-06-05 14:01:07.000000000 -0700
     1137+++ ncurses-5.7/Ada95/samples/Makefile.in       2009-07-19 15:02:13.000000000 -0700
    11291138@@ -1,5 +1,5 @@
    11301139 ##############################################################################
     
    11651174diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in
    11661175--- 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-06-05 14:01:07.000000000 -0700
     1176+++ ncurses-5.7/Ada95/src/Makefile.in   2009-07-19 15:02:13.000000000 -0700
    11681177@@ -1,5 +1,5 @@
    11691178 ##############################################################################
     
    12571266diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb
    12581267--- 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-06-05 14:00:52.000000000 -0700
     1268+++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb   2009-07-19 15:01:57.000000000 -0700
    12601269@@ -35,8 +35,8 @@
    12611270 ------------------------------------------------------------------------------
     
    12801289diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc
    12811290--- ncurses-5.7.orig/c++/cursesw.cc     2007-12-15 15:01:57.000000000 -0800
    1282 +++ ncurses-5.7/c++/cursesw.cc  2009-06-05 14:01:30.000000000 -0700
     1291+++ ncurses-5.7/c++/cursesw.cc  2009-07-19 15:03:48.000000000 -0700
    12831292@@ -1,6 +1,6 @@
    12841293 // * this is for making emacs happy: -*-Mode: C++;-*-
     
    13271336diff -Naur ncurses-5.7.orig/c++/demo.cc ncurses-5.7/c++/demo.cc
    13281337--- ncurses-5.7.orig/c++/demo.cc        2008-08-04 10:16:57.000000000 -0700
    1329 +++ ncurses-5.7/c++/demo.cc     2009-06-05 14:01:49.000000000 -0700
     1338+++ ncurses-5.7/c++/demo.cc     2009-07-19 15:03:58.000000000 -0700
    13301339@@ -35,7 +35,7 @@
    13311340  *   Demo code for NCursesMenu and NCursesForm written by
     
    13531362diff -Naur ncurses-5.7.orig/c++/internal.h ncurses-5.7/c++/internal.h
    13541363--- ncurses-5.7.orig/c++/internal.h     2008-10-25 14:35:44.000000000 -0700
    1355 +++ ncurses-5.7/c++/internal.h  2009-06-05 14:01:49.000000000 -0700
     1364+++ ncurses-5.7/c++/internal.h  2009-07-19 15:03:58.000000000 -0700
    13561365@@ -31,7 +31,7 @@
    13571366  *   Author: Juergen Pfeifer, 1997                                          *
     
    13771386diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in
    13781387--- ncurses-5.7.orig/c++/Makefile.in    2007-04-28 08:29:12.000000000 -0700
    1379 +++ ncurses-5.7/c++/Makefile.in 2009-06-05 14:01:30.000000000 -0700
     1388+++ ncurses-5.7/c++/Makefile.in 2009-07-19 15:03:48.000000000 -0700
    13801389@@ -1,6 +1,6 @@
    13811390-# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $
     
    14351444diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess
    14361445--- ncurses-5.7.orig/config.guess       2008-08-30 13:25:07.000000000 -0700
    1437 +++ ncurses-5.7/config.guess    2009-06-05 14:01:03.000000000 -0700
     1446+++ ncurses-5.7/config.guess    2009-07-19 15:02:08.000000000 -0700
    14381447@@ -4,7 +4,7 @@
    14391448 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     
    15051514diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub
    15061515--- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700
    1507 +++ ncurses-5.7/config.sub      2009-06-05 14:01:03.000000000 -0700
     1516+++ ncurses-5.7/config.sub      2009-07-19 15:02:08.000000000 -0700
    15081517@@ -4,7 +4,7 @@
    15091518 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     
    15891598diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure
    15901599--- ncurses-5.7.orig/configure  2008-10-25 17:04:38.000000000 -0700
    1591 +++ ncurses-5.7/configure       2009-06-05 14:01:31.000000000 -0700
     1600+++ ncurses-5.7/configure       2009-07-19 15:04:17.000000000 -0700
    15921601@@ -1,7 +1,7 @@
    15931602 #! /bin/sh
    15941603-# From configure.in Revision: 1.454 .
    1595 +# From configure.in Revision: 1.470 .
     1604+# From configure.in Revision: 1.472 .
    15961605 # Guess values for system-dependent variables and create Makefiles.
    15971606-# Generated by Autoconf 2.52.20080325.
     
    16121621   --with-install-prefix   prefixes actual install-location ($DESTDIR)
    16131622 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 @@
    16151632   --with-manpage-tbl      specify manpage processing with tbl
    16161633 Extensions:
     
    16201637   --enable-ext-colors     compile for 256-color support
    16211638   --enable-ext-mouse      compile for extended mouse-encoding
    1622 @@ -780,6 +784,7 @@
     1639@@ -780,6 +785,7 @@
    16231640   --with-pthread          use POSIX thread library
    16241641   --enable-weak-symbols   enable weak-symbols for pthreads
     
    16281645   --disable-scroll-hints  compile without scroll-hints code
    16291646   --enable-wgetch-events  compile with experimental wgetch-events code
    1630 @@ -870,7 +875,7 @@
     1647@@ -870,7 +876,7 @@
    16311648 running configure, to aid debugging if configure makes a mistake.
    16321649 
     
    16371654   $ $0 $@
    16381655 
    1639 @@ -994,7 +999,7 @@
     1656@@ -994,7 +1000,7 @@
    16401657 fi
    16411658 for ac_site_file in $CONFIG_SITE; do
    16421659   if test -r "$ac_site_file"; then
    16431660-    { echo "$as_me:997: loading site script $ac_site_file" >&5
    1644 +    { echo "$as_me:1002: loading site script $ac_site_file" >&5
     1661+    { echo "$as_me:1003: loading site script $ac_site_file" >&5
    16451662 echo "$as_me: loading site script $ac_site_file" >&6;}
    16461663     cat "$ac_site_file" >&5
    16471664     . "$ac_site_file"
    1648 @@ -1005,7 +1010,7 @@
     1665@@ -1005,7 +1011,7 @@
    16491666   # Some versions of bash will fail to source /dev/null (special
    16501667   # files actually), so we avoid doing that.
    16511668   if test -f "$cache_file"; then
    16521669-    { echo "$as_me:1008: loading cache $cache_file" >&5
    1653 +    { echo "$as_me:1013: loading cache $cache_file" >&5
     1670+    { echo "$as_me:1014: loading cache $cache_file" >&5
    16541671 echo "$as_me: loading cache $cache_file" >&6;}
    16551672     case $cache_file in
    16561673       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1657 @@ -1013,7 +1018,7 @@
     1674@@ -1013,7 +1019,7 @@
    16581675     esac
    16591676   fi
    16601677 else
    16611678-  { echo "$as_me:1016: creating cache $cache_file" >&5
    1662 +  { echo "$as_me:1021: creating cache $cache_file" >&5
     1679+  { echo "$as_me:1022: creating cache $cache_file" >&5
    16631680 echo "$as_me: creating cache $cache_file" >&6;}
    16641681   >$cache_file
    16651682 fi
    1666 @@ -1029,21 +1034,21 @@
     1683@@ -1029,21 +1035,21 @@
    16671684   eval ac_new_val="\$ac_env_${ac_var}_value"
    16681685   case $ac_old_set,$ac_new_set in
    16691686     set,)
    16701687-      { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1671 +      { echo "$as_me:1037: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1688+      { echo "$as_me:1038: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    16721689 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    16731690       ac_cache_corrupted=: ;;
    16741691     ,set)
    16751692-      { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5
    1676 +      { echo "$as_me:1041: error: \`$ac_var' was not set in the previous run" >&5
     1693+      { echo "$as_me:1042: error: \`$ac_var' was not set in the previous run" >&5
    16771694 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    16781695       ac_cache_corrupted=: ;;
     
    16811698       if test "x$ac_old_val" != "x$ac_new_val"; then
    16821699-        { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5
    1683 +        { echo "$as_me:1047: error: \`$ac_var' has changed since the previous run:" >&5
     1700+        { echo "$as_me:1048: error: \`$ac_var' has changed since the previous run:" >&5
    16841701 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    16851702-        { echo "$as_me:1044:   former value:  $ac_old_val" >&5
    1686 +        { echo "$as_me:1049:   former value:  $ac_old_val" >&5
     1703+        { echo "$as_me:1050:   former value:  $ac_old_val" >&5
    16871704 echo "$as_me:   former value:  $ac_old_val" >&2;}
    16881705-        { echo "$as_me:1046:   current value: $ac_new_val" >&5
    1689 +        { echo "$as_me:1051:   current value: $ac_new_val" >&5
     1706+        { echo "$as_me:1052:   current value: $ac_new_val" >&5
    16901707 echo "$as_me:   current value: $ac_new_val" >&2;}
    16911708         ac_cache_corrupted=:
    16921709       fi;;
    1693 @@ -1062,9 +1067,9 @@
     1710@@ -1062,9 +1068,9 @@
    16941711   fi
    16951712 done
    16961713 if $ac_cache_corrupted; then
    16971714-  { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5
    1698 +  { echo "$as_me:1070: error: changes in the environment can compromise the build" >&5
     1715+  { echo "$as_me:1071: error: changes in the environment can compromise the build" >&5
    16991716 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    17001717-  { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1701 +  { { echo "$as_me:1072: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1718+  { { echo "$as_me:1073: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    17021719 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17031720    { (exit 1); exit 1; }; }
    17041721 fi
    1705 @@ -1085,10 +1090,10 @@
     1722@@ -1085,10 +1091,10 @@
    17061723 echo "#! $SHELL" >conftest.sh
    17071724 echo  "exit 0"   >>conftest.sh
    17081725 chmod +x conftest.sh
    17091726-if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5
    1710 +if { (echo "$as_me:1093: PATH=\".;.\"; conftest.sh") >&5
     1727+if { (echo "$as_me:1094: PATH=\".;.\"; conftest.sh") >&5
    17111728   (PATH=".;."; conftest.sh) 2>&5
    17121729   ac_status=$?
    17131730-  echo "$as_me:1091: \$? = $ac_status" >&5
    1714 +  echo "$as_me:1096: \$? = $ac_status" >&5
     1731+  echo "$as_me:1097: \$? = $ac_status" >&5
    17151732   (exit $ac_status); }; then
    17161733   ac_path_separator=';'
    17171734 else
    1718 @@ -1101,7 +1106,7 @@
     1735@@ -1101,7 +1107,7 @@
    17191736 
    17201737 top_builddir=`pwd`
    17211738 
    17221739-echo "$as_me:1104: checking for egrep" >&5
    1723 +echo "$as_me:1109: checking for egrep" >&5
     1740+echo "$as_me:1110: checking for egrep" >&5
    17241741 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    17251742 if test "${ac_cv_prog_egrep+set}" = set; then
    17261743   echo $ECHO_N "(cached) $ECHO_C" >&6
    1727 @@ -1111,11 +1116,11 @@
     1744@@ -1111,11 +1117,11 @@
    17281745     else ac_cv_prog_egrep='egrep'
    17291746     fi
    17301747 fi
    17311748-echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5
    1732 +echo "$as_me:1119: result: $ac_cv_prog_egrep" >&5
     1749+echo "$as_me:1120: result: $ac_cv_prog_egrep" >&5
    17331750 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    17341751  EGREP=$ac_cv_prog_egrep
    17351752 
    17361753-test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5
    1737 +test -z "$EGREP" && { { echo "$as_me:1123: error: No egrep program found" >&5
     1754+test -z "$EGREP" && { { echo "$as_me:1124: error: No egrep program found" >&5
    17381755 echo "$as_me: error: No egrep program found" >&2;}
    17391756    { (exit 1); exit 1; }; }
    17401757 
    1741 @@ -1125,7 +1130,7 @@
     1758@@ -1125,7 +1131,7 @@
    17421759 cf_cv_abi_version=${NCURSES_MAJOR}
    17431760 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}
    17441761 cf_cv_timestamp=`date`
    17451762-echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
    1746 +echo "$as_me:1133: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
     1763+echo "$as_me:1134: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
    17471764 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6
    17481765 
    17491766 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0
    1750 @@ -1133,7 +1138,7 @@
     1767@@ -1133,7 +1139,7 @@
    17511768 # Check whether --with-rel-version or --without-rel-version was given.
    17521769 if test "${with_rel_version+set}" = set; then
    17531770   withval="$with_rel_version"
    17541771-  { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
    1755 +  { echo "$as_me:1141: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
     1772+  { echo "$as_me:1142: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
    17561773 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;}
    17571774  cf_cv_rel_version=$withval
    17581775 fi;
    1759 @@ -1146,13 +1151,13 @@
     1776@@ -1146,13 +1152,13 @@
    17601777   [0-9]*) #(vi
    17611778        ;;
    17621779   *)
    17631780-       { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
    1764 +       { { echo "$as_me:1154: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
     1781+       { { echo "$as_me:1155: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
    17651782 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;}
    17661783    { (exit 1); exit 1; }; }
     
    17691786 else
    17701787-  { { echo "$as_me:1155: error: Release major-version value is empty" >&5
    1771 +  { { echo "$as_me:1160: error: Release major-version value is empty" >&5
     1788+  { { echo "$as_me:1161: error: Release major-version value is empty" >&5
    17721789 echo "$as_me: error: Release major-version value is empty" >&2;}
    17731790    { (exit 1); exit 1; }; }
    17741791 fi
    1775 @@ -1162,13 +1167,13 @@
     1792@@ -1162,13 +1168,13 @@
    17761793   [0-9]*) #(vi
    17771794        ;;
    17781795   *)
    17791796-       { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
    1780 +       { { echo "$as_me:1170: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
     1797+       { { echo "$as_me:1171: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
    17811798 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;}
    17821799    { (exit 1); exit 1; }; }
     
    17851802 else
    17861803-  { { echo "$as_me:1171: error: Release minor-version value is empty" >&5
    1787 +  { { echo "$as_me:1176: error: Release minor-version value is empty" >&5
     1804+  { { echo "$as_me:1177: error: Release minor-version value is empty" >&5
    17881805 echo "$as_me: error: Release minor-version value is empty" >&2;}
    17891806    { (exit 1); exit 1; }; }
    17901807 fi
    1791 @@ -1178,7 +1183,7 @@
     1808@@ -1178,7 +1184,7 @@
    17921809 # Check whether --with-abi-version or --without-abi-version was given.
    17931810 if test "${with_abi_version+set}" = set; then
    17941811   withval="$with_abi_version"
    17951812-  { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
    1796 +  { echo "$as_me:1186: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
     1813+  { echo "$as_me:1187: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
    17971814 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;}
    17981815  cf_cv_abi_version=$withval
    17991816 fi;
    1800 @@ -1188,13 +1193,13 @@
     1817@@ -1188,13 +1194,13 @@
    18011818   [0-9]*) #(vi
    18021819        ;;
    18031820   *)
    18041821-       { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5
    1805 +       { { echo "$as_me:1196: error: ABI version is not a number: $cf_cv_abi_version" >&5
     1822+       { { echo "$as_me:1197: error: ABI version is not a number: $cf_cv_abi_version" >&5
    18061823 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;}
    18071824    { (exit 1); exit 1; }; }
     
    18101827 else
    18111828-  { { echo "$as_me:1197: error: ABI version value is empty" >&5
    1812 +  { { echo "$as_me:1202: error: ABI version value is empty" >&5
     1829+  { { echo "$as_me:1203: error: ABI version value is empty" >&5
    18131830 echo "$as_me: error: ABI version value is empty" >&2;}
    18141831    { (exit 1); exit 1; }; }
    18151832 fi
    1816 @@ -1216,7 +1221,7 @@
     1833@@ -1216,7 +1222,7 @@
    18171834   fi
    18181835 done
    18191836 if test -z "$ac_aux_dir"; then
    18201837-  { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    1821 +  { { echo "$as_me:1224: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
     1838+  { { echo "$as_me:1225: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    18221839 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
    18231840    { (exit 1); exit 1; }; }
    18241841 fi
    1825 @@ -1226,11 +1231,11 @@
     1842@@ -1226,11 +1232,11 @@
    18261843 
    18271844 # Make sure we can run config.sub.
    18281845 $ac_config_sub sun4 >/dev/null 2>&1 ||
    18291846-  { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5
    1830 +  { { echo "$as_me:1234: error: cannot run $ac_config_sub" >&5
     1847+  { { echo "$as_me:1235: error: cannot run $ac_config_sub" >&5
    18311848 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
    18321849    { (exit 1); exit 1; }; }
    18331850 
    18341851-echo "$as_me:1233: checking build system type" >&5
    1835 +echo "$as_me:1238: checking build system type" >&5
     1852+echo "$as_me:1239: checking build system type" >&5
    18361853 echo $ECHO_N "checking build system type... $ECHO_C" >&6
    18371854 if test "${ac_cv_build+set}" = set; then
    18381855   echo $ECHO_N "(cached) $ECHO_C" >&6
    1839 @@ -1239,23 +1244,23 @@
     1856@@ -1239,23 +1245,23 @@
    18401857 test -z "$ac_cv_build_alias" &&
    18411858   ac_cv_build_alias=`$ac_config_guess`
    18421859 test -z "$ac_cv_build_alias" &&
    18431860-  { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5
    1844 +  { { echo "$as_me:1247: error: cannot guess build type; you must specify one" >&5
     1861+  { { echo "$as_me:1248: error: cannot guess build type; you must specify one" >&5
    18451862 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    18461863    { (exit 1); exit 1; }; }
    18471864 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    18481865-  { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5
    1849 +  { { echo "$as_me:1251: error: $ac_config_sub $ac_cv_build_alias failed." >&5
     1866+  { { echo "$as_me:1252: error: $ac_config_sub $ac_cv_build_alias failed." >&5
    18501867 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
    18511868    { (exit 1); exit 1; }; }
     
    18531870 fi
    18541871-echo "$as_me:1251: result: $ac_cv_build" >&5
    1855 +echo "$as_me:1256: result: $ac_cv_build" >&5
     1872+echo "$as_me:1257: result: $ac_cv_build" >&5
    18561873 echo "${ECHO_T}$ac_cv_build" >&6
    18571874 build=$ac_cv_build
     
    18611878 
    18621879-echo "$as_me:1258: checking host system type" >&5
    1863 +echo "$as_me:1263: checking host system type" >&5
     1880+echo "$as_me:1264: checking host system type" >&5
    18641881 echo $ECHO_N "checking host system type... $ECHO_C" >&6
    18651882 if test "${ac_cv_host+set}" = set; then
    18661883   echo $ECHO_N "(cached) $ECHO_C" >&6
    1867 @@ -1264,12 +1269,12 @@
     1884@@ -1264,12 +1270,12 @@
    18681885 test -z "$ac_cv_host_alias" &&
    18691886   ac_cv_host_alias=$ac_cv_build_alias
    18701887 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    18711888-  { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    1872 +  { { echo "$as_me:1272: error: $ac_config_sub $ac_cv_host_alias failed" >&5
     1889+  { { echo "$as_me:1273: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    18731890 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
    18741891    { (exit 1); exit 1; }; }
     
    18761893 fi
    18771894-echo "$as_me:1272: result: $ac_cv_host" >&5
    1878 +echo "$as_me:1277: result: $ac_cv_host" >&5
     1895+echo "$as_me:1278: result: $ac_cv_host" >&5
    18791896 echo "${ECHO_T}$ac_cv_host" >&6
    18801897 host=$ac_cv_host
    18811898 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1882 @@ -1277,7 +1282,7 @@
     1899@@ -1277,7 +1283,7 @@
    18831900 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    18841901 
    18851902 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then
    18861903-       echo "$as_me:1280: checking target system type" >&5
    1887 +       echo "$as_me:1285: checking target system type" >&5
     1904+       echo "$as_me:1286: checking target system type" >&5
    18881905 echo $ECHO_N "checking target system type... $ECHO_C" >&6
    18891906 if test "${ac_cv_target+set}" = set; then
    18901907   echo $ECHO_N "(cached) $ECHO_C" >&6
    1891 @@ -1286,12 +1291,12 @@
     1908@@ -1286,12 +1292,12 @@
    18921909 test "x$ac_cv_target_alias" = "x" &&
    18931910   ac_cv_target_alias=$ac_cv_host_alias
    18941911 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    18951912-  { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    1896 +  { { echo "$as_me:1294: error: $ac_config_sub $ac_cv_target_alias failed" >&5
     1913+  { { echo "$as_me:1295: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    18971914 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
    18981915    { (exit 1); exit 1; }; }
     
    19001917 fi
    19011918-echo "$as_me:1294: result: $ac_cv_target" >&5
    1902 +echo "$as_me:1299: result: $ac_cv_target" >&5
     1919+echo "$as_me:1300: result: $ac_cv_target" >&5
    19031920 echo "${ECHO_T}$ac_cv_target" >&6
    19041921 target=$ac_cv_target
    19051922 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1906 @@ -1322,13 +1327,13 @@
     1923@@ -1322,13 +1328,13 @@
    19071924 fi
    19081925 
    19091926 test -z "$system_name" && system_name="$cf_cv_system_name"
    19101927-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:1330: result: Configuring for $cf_cv_system_name" >&5
     1928+test -n "$cf_cv_system_name" && echo "$as_me:1331: result: Configuring for $cf_cv_system_name" >&5
    19121929 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6
    19131930 
    19141931 if test ".$system_name" != ".$cf_cv_system_name" ; then
    19151932-       echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
    1916 +       echo "$as_me:1334: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
     1933+       echo "$as_me:1335: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
    19171934 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6
    19181935-       { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5
    1919 +       { { echo "$as_me:1336: error: \"Please remove config.cache and try again.\"" >&5
     1936+       { { echo "$as_me:1337: error: \"Please remove config.cache and try again.\"" >&5
    19201937 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;}
    19211938    { (exit 1); exit 1; }; }
    19221939 fi
    1923 @@ -1336,7 +1341,7 @@
     1940@@ -1336,7 +1342,7 @@
    19241941 # Check whether --with-system-type or --without-system-type was given.
    19251942 if test "${with_system_type+set}" = set; then
    19261943   withval="$with_system_type"
    19271944-  { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5
    1928 +  { echo "$as_me:1344: WARNING: overriding system type to $withval" >&5
     1945+  { echo "$as_me:1345: WARNING: overriding system type to $withval" >&5
    19291946 echo "$as_me: WARNING: overriding system type to $withval" >&2;}
    19301947  cf_cv_system_name=$withval
    19311948 fi;
    1932 @@ -1346,7 +1351,7 @@
     1949@@ -1346,7 +1352,7 @@
    19331950 
    19341951 ###    Default install-location
    19351952 
    19361953-echo "$as_me:1349: checking for prefix" >&5
    1937 +echo "$as_me:1354: checking for prefix" >&5
     1954+echo "$as_me:1355: checking for prefix" >&5
    19381955 echo $ECHO_N "checking for prefix... $ECHO_C" >&6
    19391956 if test "x$prefix" = "xNONE" ; then
    19401957        case "$cf_cv_system_name" in
    1941 @@ -1358,11 +1363,11 @@
     1958@@ -1358,11 +1364,11 @@
    19421959                ;;
    19431960        esac
    19441961 fi
    19451962-echo "$as_me:1361: result: $prefix" >&5
    1946 +echo "$as_me:1366: result: $prefix" >&5
     1963+echo "$as_me:1367: result: $prefix" >&5
    19471964 echo "${ECHO_T}$prefix" >&6
    19481965 
    19491966 if test "x$prefix" = "xNONE" ; then
    19501967-echo "$as_me:1365: checking for default include-directory" >&5
    1951 +echo "$as_me:1370: checking for default include-directory" >&5
     1968+echo "$as_me:1371: checking for default include-directory" >&5
    19521969 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6
    19531970 test -n "$verbose" && echo 1>&6
    19541971 for cf_symbol in \
    1955 @@ -1385,7 +1390,7 @@
     1972@@ -1385,7 +1391,7 @@
    19561973        fi
    19571974        test -n "$verbose"  && echo "   tested $cf_dir" 1>&6
    19581975 done
    19591976-echo "$as_me:1388: result: $includedir" >&5
    1960 +echo "$as_me:1393: result: $includedir" >&5
     1977+echo "$as_me:1394: result: $includedir" >&5
    19611978 echo "${ECHO_T}$includedir" >&6
    19621979 fi
    19631980 
    1964 @@ -1399,7 +1404,7 @@
     1981@@ -1399,7 +1405,7 @@
    19651982 if test -n "$ac_tool_prefix"; then
    19661983   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    19671984 set dummy ${ac_tool_prefix}gcc; ac_word=$2
    19681985-echo "$as_me:1402: checking for $ac_word" >&5
    1969 +echo "$as_me:1407: checking for $ac_word" >&5
     1986+echo "$as_me:1408: checking for $ac_word" >&5
    19701987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    19711988 if test "${ac_cv_prog_CC+set}" = set; then
    19721989   echo $ECHO_N "(cached) $ECHO_C" >&6
    1973 @@ -1414,7 +1419,7 @@
     1990@@ -1414,7 +1420,7 @@
    19741991   test -z "$ac_dir" && ac_dir=.
    19751992   $as_executable_p "$ac_dir/$ac_word" || continue
    19761993 ac_cv_prog_CC="${ac_tool_prefix}gcc"
    19771994-echo "$as_me:1417: found $ac_dir/$ac_word" >&5
    1978 +echo "$as_me:1422: found $ac_dir/$ac_word" >&5
     1995+echo "$as_me:1423: found $ac_dir/$ac_word" >&5
    19791996 break
    19801997 done
    19811998 
    1982 @@ -1422,10 +1427,10 @@
     1999@@ -1422,10 +1428,10 @@
    19832000 fi
    19842001 CC=$ac_cv_prog_CC
    19852002 if test -n "$CC"; then
    19862003-  echo "$as_me:1425: result: $CC" >&5
    1987 +  echo "$as_me:1430: result: $CC" >&5
     2004+  echo "$as_me:1431: result: $CC" >&5
    19882005 echo "${ECHO_T}$CC" >&6
    19892006 else
    19902007-  echo "$as_me:1428: result: no" >&5
    1991 +  echo "$as_me:1433: result: no" >&5
     2008+  echo "$as_me:1434: result: no" >&5
    19922009 echo "${ECHO_T}no" >&6
    19932010 fi
    19942011 
    1995 @@ -1434,7 +1439,7 @@
     2012@@ -1434,7 +1440,7 @@
    19962013   ac_ct_CC=$CC
    19972014   # Extract the first word of "gcc", so it can be a program name with args.
    19982015 set dummy gcc; ac_word=$2
    19992016-echo "$as_me:1437: checking for $ac_word" >&5
    2000 +echo "$as_me:1442: checking for $ac_word" >&5
     2017+echo "$as_me:1443: checking for $ac_word" >&5
    20012018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    20022019 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    20032020   echo $ECHO_N "(cached) $ECHO_C" >&6
    2004 @@ -1449,7 +1454,7 @@
     2021@@ -1449,7 +1455,7 @@
    20052022   test -z "$ac_dir" && ac_dir=.
    20062023   $as_executable_p "$ac_dir/$ac_word" || continue
    20072024 ac_cv_prog_ac_ct_CC="gcc"
    20082025-echo "$as_me:1452: found $ac_dir/$ac_word" >&5
    2009 +echo "$as_me:1457: found $ac_dir/$ac_word" >&5
     2026+echo "$as_me:1458: found $ac_dir/$ac_word" >&5
    20102027 break
    20112028 done
    20122029 
    2013 @@ -1457,10 +1462,10 @@
     2030@@ -1457,10 +1463,10 @@
    20142031 fi
    20152032 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    20162033 if test -n "$ac_ct_CC"; then
    20172034-  echo "$as_me:1460: result: $ac_ct_CC" >&5
    2018 +  echo "$as_me:1465: result: $ac_ct_CC" >&5
     2035+  echo "$as_me:1466: result: $ac_ct_CC" >&5
    20192036 echo "${ECHO_T}$ac_ct_CC" >&6
    20202037 else
    20212038-  echo "$as_me:1463: result: no" >&5
    2022 +  echo "$as_me:1468: result: no" >&5
     2039+  echo "$as_me:1469: result: no" >&5
    20232040 echo "${ECHO_T}no" >&6
    20242041 fi
    20252042 
    2026 @@ -1473,7 +1478,7 @@
     2043@@ -1473,7 +1479,7 @@
    20272044   if test -n "$ac_tool_prefix"; then
    20282045   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    20292046 set dummy ${ac_tool_prefix}cc; ac_word=$2
    20302047-echo "$as_me:1476: checking for $ac_word" >&5
    2031 +echo "$as_me:1481: checking for $ac_word" >&5
     2048+echo "$as_me:1482: checking for $ac_word" >&5
    20322049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    20332050 if test "${ac_cv_prog_CC+set}" = set; then
    20342051   echo $ECHO_N "(cached) $ECHO_C" >&6
    2035 @@ -1488,7 +1493,7 @@
     2052@@ -1488,7 +1494,7 @@
    20362053   test -z "$ac_dir" && ac_dir=.
    20372054   $as_executable_p "$ac_dir/$ac_word" || continue
    20382055 ac_cv_prog_CC="${ac_tool_prefix}cc"
    20392056-echo "$as_me:1491: found $ac_dir/$ac_word" >&5
    2040 +echo "$as_me:1496: found $ac_dir/$ac_word" >&5
     2057+echo "$as_me:1497: found $ac_dir/$ac_word" >&5
    20412058 break
    20422059 done
    20432060 
    2044 @@ -1496,10 +1501,10 @@
     2061@@ -1496,10 +1502,10 @@
    20452062 fi
    20462063 CC=$ac_cv_prog_CC
    20472064 if test -n "$CC"; then
    20482065-  echo "$as_me:1499: result: $CC" >&5
    2049 +  echo "$as_me:1504: result: $CC" >&5
     2066+  echo "$as_me:1505: result: $CC" >&5
    20502067 echo "${ECHO_T}$CC" >&6
    20512068 else
    20522069-  echo "$as_me:1502: result: no" >&5
    2053 +  echo "$as_me:1507: result: no" >&5
     2070+  echo "$as_me:1508: result: no" >&5
    20542071 echo "${ECHO_T}no" >&6
    20552072 fi
    20562073 
    2057 @@ -1508,7 +1513,7 @@
     2074@@ -1508,7 +1514,7 @@
    20582075   ac_ct_CC=$CC
    20592076   # Extract the first word of "cc", so it can be a program name with args.
    20602077 set dummy cc; ac_word=$2
    20612078-echo "$as_me:1511: checking for $ac_word" >&5
    2062 +echo "$as_me:1516: checking for $ac_word" >&5
     2079+echo "$as_me:1517: checking for $ac_word" >&5
    20632080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    20642081 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    20652082   echo $ECHO_N "(cached) $ECHO_C" >&6
    2066 @@ -1523,7 +1528,7 @@
     2083@@ -1523,7 +1529,7 @@
    20672084   test -z "$ac_dir" && ac_dir=.
    20682085   $as_executable_p "$ac_dir/$ac_word" || continue
    20692086 ac_cv_prog_ac_ct_CC="cc"
    20702087-echo "$as_me:1526: found $ac_dir/$ac_word" >&5
    2071 +echo "$as_me:1531: found $ac_dir/$ac_word" >&5
     2088+echo "$as_me:1532: found $ac_dir/$ac_word" >&5
    20722089 break
    20732090 done
    20742091 
    2075 @@ -1531,10 +1536,10 @@
     2092@@ -1531,10 +1537,10 @@
    20762093 fi
    20772094 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    20782095 if test -n "$ac_ct_CC"; then
    20792096-  echo "$as_me:1534: result: $ac_ct_CC" >&5
    2080 +  echo "$as_me:1539: result: $ac_ct_CC" >&5
     2097+  echo "$as_me:1540: result: $ac_ct_CC" >&5
    20812098 echo "${ECHO_T}$ac_ct_CC" >&6
    20822099 else
    20832100-  echo "$as_me:1537: result: no" >&5
    2084 +  echo "$as_me:1542: result: no" >&5
     2101+  echo "$as_me:1543: result: no" >&5
    20852102 echo "${ECHO_T}no" >&6
    20862103 fi
    20872104 
    2088 @@ -1547,7 +1552,7 @@
     2105@@ -1547,7 +1553,7 @@
    20892106 if test -z "$CC"; then
    20902107   # Extract the first word of "cc", so it can be a program name with args.
    20912108 set dummy cc; ac_word=$2
    20922109-echo "$as_me:1550: checking for $ac_word" >&5
    2093 +echo "$as_me:1555: checking for $ac_word" >&5
     2110+echo "$as_me:1556: checking for $ac_word" >&5
    20942111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    20952112 if test "${ac_cv_prog_CC+set}" = set; then
    20962113   echo $ECHO_N "(cached) $ECHO_C" >&6
    2097 @@ -1567,7 +1572,7 @@
     2114@@ -1567,7 +1573,7 @@
    20982115   continue
    20992116 fi
    21002117 ac_cv_prog_CC="cc"
    21012118-echo "$as_me:1570: found $ac_dir/$ac_word" >&5
    2102 +echo "$as_me:1575: found $ac_dir/$ac_word" >&5
     2119+echo "$as_me:1576: found $ac_dir/$ac_word" >&5
    21032120 break
    21042121 done
    21052122 
    2106 @@ -1589,10 +1594,10 @@
     2123@@ -1589,10 +1595,10 @@
    21072124 fi
    21082125 CC=$ac_cv_prog_CC
    21092126 if test -n "$CC"; then
    21102127-  echo "$as_me:1592: result: $CC" >&5
    2111 +  echo "$as_me:1597: result: $CC" >&5
     2128+  echo "$as_me:1598: result: $CC" >&5
    21122129 echo "${ECHO_T}$CC" >&6
    21132130 else
    21142131-  echo "$as_me:1595: result: no" >&5
    2115 +  echo "$as_me:1600: result: no" >&5
     2132+  echo "$as_me:1601: result: no" >&5
    21162133 echo "${ECHO_T}no" >&6
    21172134 fi
    21182135 
    2119 @@ -1603,7 +1608,7 @@
     2136@@ -1603,7 +1609,7 @@
    21202137   do
    21212138     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    21222139 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    21232140-echo "$as_me:1606: checking for $ac_word" >&5
    2124 +echo "$as_me:1611: checking for $ac_word" >&5
     2141+echo "$as_me:1612: checking for $ac_word" >&5
    21252142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    21262143 if test "${ac_cv_prog_CC+set}" = set; then
    21272144   echo $ECHO_N "(cached) $ECHO_C" >&6
    2128 @@ -1618,7 +1623,7 @@
     2145@@ -1618,7 +1624,7 @@
    21292146   test -z "$ac_dir" && ac_dir=.
    21302147   $as_executable_p "$ac_dir/$ac_word" || continue
    21312148 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    21322149-echo "$as_me:1621: found $ac_dir/$ac_word" >&5
    2133 +echo "$as_me:1626: found $ac_dir/$ac_word" >&5
     2150+echo "$as_me:1627: found $ac_dir/$ac_word" >&5
    21342151 break
    21352152 done
    21362153 
    2137 @@ -1626,10 +1631,10 @@
     2154@@ -1626,10 +1632,10 @@
    21382155 fi
    21392156 CC=$ac_cv_prog_CC
    21402157 if test -n "$CC"; then
    21412158-  echo "$as_me:1629: result: $CC" >&5
    2142 +  echo "$as_me:1634: result: $CC" >&5
     2159+  echo "$as_me:1635: result: $CC" >&5
    21432160 echo "${ECHO_T}$CC" >&6
    21442161 else
    21452162-  echo "$as_me:1632: result: no" >&5
    2146 +  echo "$as_me:1637: result: no" >&5
     2163+  echo "$as_me:1638: result: no" >&5
    21472164 echo "${ECHO_T}no" >&6
    21482165 fi
    21492166 
    2150 @@ -1642,7 +1647,7 @@
     2167@@ -1642,7 +1648,7 @@
    21512168 do
    21522169   # Extract the first word of "$ac_prog", so it can be a program name with args.
    21532170 set dummy $ac_prog; ac_word=$2
    21542171-echo "$as_me:1645: checking for $ac_word" >&5
    2155 +echo "$as_me:1650: checking for $ac_word" >&5
     2172+echo "$as_me:1651: checking for $ac_word" >&5
    21562173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    21572174 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    21582175   echo $ECHO_N "(cached) $ECHO_C" >&6
    2159 @@ -1657,7 +1662,7 @@
     2176@@ -1657,7 +1663,7 @@
    21602177   test -z "$ac_dir" && ac_dir=.
    21612178   $as_executable_p "$ac_dir/$ac_word" || continue
    21622179 ac_cv_prog_ac_ct_CC="$ac_prog"
    21632180-echo "$as_me:1660: found $ac_dir/$ac_word" >&5
    2164 +echo "$as_me:1665: found $ac_dir/$ac_word" >&5
     2181+echo "$as_me:1666: found $ac_dir/$ac_word" >&5
    21652182 break
    21662183 done
    21672184 
    2168 @@ -1665,10 +1670,10 @@
     2185@@ -1665,10 +1671,10 @@
    21692186 fi
    21702187 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    21712188 if test -n "$ac_ct_CC"; then
    21722189-  echo "$as_me:1668: result: $ac_ct_CC" >&5
    2173 +  echo "$as_me:1673: result: $ac_ct_CC" >&5
     2190+  echo "$as_me:1674: result: $ac_ct_CC" >&5
    21742191 echo "${ECHO_T}$ac_ct_CC" >&6
    21752192 else
    21762193-  echo "$as_me:1671: result: no" >&5
    2177 +  echo "$as_me:1676: result: no" >&5
     2194+  echo "$as_me:1677: result: no" >&5
    21782195 echo "${ECHO_T}no" >&6
    21792196 fi
    21802197 
    2181 @@ -1680,32 +1685,32 @@
     2198@@ -1680,32 +1686,32 @@
    21822199 
    21832200 fi
    21842201 
    21852202-test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5
    2186 +test -z "$CC" && { { echo "$as_me:1688: error: no acceptable cc found in \$PATH" >&5
     2203+test -z "$CC" && { { echo "$as_me:1689: error: no acceptable cc found in \$PATH" >&5
    21872204 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
    21882205    { (exit 1); exit 1; }; }
     
    21902207 # Provide some information about the compiler.
    21912208-echo "$as_me:1688:" \
    2192 +echo "$as_me:1693:" \
     2209+echo "$as_me:1694:" \
    21932210      "checking for C compiler version" >&5
    21942211 ac_compiler=`set X $ac_compile; echo $2`
    21952212-{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5
    2196 +{ (eval echo "$as_me:1696: \"$ac_compiler --version </dev/null >&5\"") >&5
     2213+{ (eval echo "$as_me:1697: \"$ac_compiler --version </dev/null >&5\"") >&5
    21972214   (eval $ac_compiler --version </dev/null >&5) 2>&5
    21982215   ac_status=$?
    21992216-  echo "$as_me:1694: \$? = $ac_status" >&5
    2200 +  echo "$as_me:1699: \$? = $ac_status" >&5
     2217+  echo "$as_me:1700: \$? = $ac_status" >&5
    22012218   (exit $ac_status); }
    22022219-{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5
    2203 +{ (eval echo "$as_me:1701: \"$ac_compiler -v </dev/null >&5\"") >&5
     2220+{ (eval echo "$as_me:1702: \"$ac_compiler -v </dev/null >&5\"") >&5
    22042221   (eval $ac_compiler -v </dev/null >&5) 2>&5
    22052222   ac_status=$?
    22062223-  echo "$as_me:1699: \$? = $ac_status" >&5
    2207 +  echo "$as_me:1704: \$? = $ac_status" >&5
     2224+  echo "$as_me:1705: \$? = $ac_status" >&5
    22082225   (exit $ac_status); }
    22092226-{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5
    2210 +{ (eval echo "$as_me:1706: \"$ac_compiler -V </dev/null >&5\"") >&5
     2227+{ (eval echo "$as_me:1707: \"$ac_compiler -V </dev/null >&5\"") >&5
    22112228   (eval $ac_compiler -V </dev/null >&5) 2>&5
    22122229   ac_status=$?
    22132230-  echo "$as_me:1704: \$? = $ac_status" >&5
    2214 +  echo "$as_me:1709: \$? = $ac_status" >&5
     2231+  echo "$as_me:1710: \$? = $ac_status" >&5
    22152232   (exit $ac_status); }
    22162233 
    22172234 cat >conftest.$ac_ext <<_ACEOF
    22182235-#line 1708 "configure"
    2219 +#line 1713 "configure"
     2236+#line 1714 "configure"
    22202237 #include "confdefs.h"
    22212238 
    22222239 int
    2223 @@ -1721,13 +1726,13 @@
     2240@@ -1721,13 +1727,13 @@
    22242241 # Try to create an executable without -o first, disregard a.out.
    22252242 # It will help us diagnose broken compilers, and finding out an intuition
    22262243 # of exeext.
    22272244-echo "$as_me:1724: checking for C compiler default output" >&5
    2228 +echo "$as_me:1729: checking for C compiler default output" >&5
     2245+echo "$as_me:1730: checking for C compiler default output" >&5
    22292246 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
    22302247 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    22312248-if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5
    2232 +if { (eval echo "$as_me:1732: \"$ac_link_default\"") >&5
     2249+if { (eval echo "$as_me:1733: \"$ac_link_default\"") >&5
    22332250   (eval $ac_link_default) 2>&5
    22342251   ac_status=$?
    22352252-  echo "$as_me:1730: \$? = $ac_status" >&5
    2236 +  echo "$as_me:1735: \$? = $ac_status" >&5
     2253+  echo "$as_me:1736: \$? = $ac_status" >&5
    22372254   (exit $ac_status); }; then
    22382255   # Find the output, starting from the most likely.  This scheme is
    22392256 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    2240 @@ -1736,7 +1741,7 @@
     2257@@ -1736,7 +1742,7 @@
    22412258                 ls a.out conftest 2>/dev/null;
    22422259                 ls a.* conftest.* 2>/dev/null`; do
     
    22472264             # certainly right.
    22482265             break;;
    2249 @@ -1750,34 +1755,34 @@
     2266@@ -1750,34 +1756,34 @@
    22502267 else
    22512268   echo "$as_me: failed program was:" >&5
    22522269 cat conftest.$ac_ext >&5
    22532270-{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5
    2254 +{ { echo "$as_me:1758: error: C compiler cannot create executables" >&5
     2271+{ { echo "$as_me:1759: error: C compiler cannot create executables" >&5
    22552272 echo "$as_me: error: C compiler cannot create executables" >&2;}
    22562273    { (exit 77); exit 77; }; }
     
    22592276 ac_exeext=$ac_cv_exeext
    22602277-echo "$as_me:1759: result: $ac_file" >&5
    2261 +echo "$as_me:1764: result: $ac_file" >&5
     2278+echo "$as_me:1765: result: $ac_file" >&5
    22622279 echo "${ECHO_T}$ac_file" >&6
    22632280 
     
    22652282 # the compiler is broken, or we cross compile.
    22662283-echo "$as_me:1764: checking whether the C compiler works" >&5
    2267 +echo "$as_me:1769: checking whether the C compiler works" >&5
     2284+echo "$as_me:1770: checking whether the C compiler works" >&5
    22682285 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
    22692286 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
     
    22722289   if { ac_try='./$ac_file'
    22732290-  { (eval echo "$as_me:1770: \"$ac_try\"") >&5
    2274 +  { (eval echo "$as_me:1775: \"$ac_try\"") >&5
     2291+  { (eval echo "$as_me:1776: \"$ac_try\"") >&5
    22752292   (eval $ac_try) 2>&5
    22762293   ac_status=$?
    22772294-  echo "$as_me:1773: \$? = $ac_status" >&5
    2278 +  echo "$as_me:1778: \$? = $ac_status" >&5
     2295+  echo "$as_me:1779: \$? = $ac_status" >&5
    22792296   (exit $ac_status); }; }; then
    22802297     cross_compiling=no
     
    22842301     else
    22852302-       { { echo "$as_me:1780: error: cannot run C compiled programs.
    2286 +       { { echo "$as_me:1785: error: cannot run C compiled programs.
     2303+       { { echo "$as_me:1786: error: cannot run C compiled programs.
    22872304 If you meant to cross compile, use \`--host'." >&5
    22882305 echo "$as_me: error: cannot run C compiled programs.
    22892306 If you meant to cross compile, use \`--host'." >&2;}
    2290 @@ -1785,24 +1790,24 @@
     2307@@ -1785,24 +1791,24 @@
    22912308     fi
    22922309   fi
    22932310 fi
    22942311-echo "$as_me:1788: result: yes" >&5
    2295 +echo "$as_me:1793: result: yes" >&5
     2312+echo "$as_me:1794: result: yes" >&5
    22962313 echo "${ECHO_T}yes" >&6
    22972314 
     
    23012318 # the compiler is broken, or we cross compile.
    23022319-echo "$as_me:1795: checking whether we are cross compiling" >&5
    2303 +echo "$as_me:1800: checking whether we are cross compiling" >&5
     2320+echo "$as_me:1801: checking whether we are cross compiling" >&5
    23042321 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    23052322-echo "$as_me:1797: result: $cross_compiling" >&5
    2306 +echo "$as_me:1802: result: $cross_compiling" >&5
     2323+echo "$as_me:1803: result: $cross_compiling" >&5
    23072324 echo "${ECHO_T}$cross_compiling" >&6
    23082325 
    23092326-echo "$as_me:1800: checking for executable suffix" >&5
    2310 +echo "$as_me:1805: checking for executable suffix" >&5
     2327+echo "$as_me:1806: checking for executable suffix" >&5
    23112328 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
    23122329-if { (eval echo "$as_me:1802: \"$ac_link\"") >&5
    2313 +if { (eval echo "$as_me:1807: \"$ac_link\"") >&5
     2330+if { (eval echo "$as_me:1808: \"$ac_link\"") >&5
    23142331   (eval $ac_link) 2>&5
    23152332   ac_status=$?
    23162333-  echo "$as_me:1805: \$? = $ac_status" >&5
    2317 +  echo "$as_me:1810: \$? = $ac_status" >&5
     2334+  echo "$as_me:1811: \$? = $ac_status" >&5
    23182335   (exit $ac_status); }; then
    23192336   # If both `conftest.exe' and `conftest' are `present' (well, observable)
    23202337 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
    2321 @@ -1810,7 +1815,7 @@
     2338@@ -1810,7 +1816,7 @@
    23222339 # `rm'.
    23232340 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
     
    23282345           export ac_cv_exeext
    23292346           break;;
    2330 @@ -1818,25 +1823,25 @@
     2347@@ -1818,25 +1824,25 @@
    23312348   esac
    23322349 done
    23332350 else
    23342351-  { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5
    2335 +  { { echo "$as_me:1826: error: cannot compute EXEEXT: cannot compile and link" >&5
     2352+  { { echo "$as_me:1827: error: cannot compute EXEEXT: cannot compile and link" >&5
    23362353 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
    23372354    { (exit 1); exit 1; }; }
     
    23402357 rm -f conftest$ac_cv_exeext
    23412358-echo "$as_me:1827: result: $ac_cv_exeext" >&5
    2342 +echo "$as_me:1832: result: $ac_cv_exeext" >&5
     2359+echo "$as_me:1833: result: $ac_cv_exeext" >&5
    23432360 echo "${ECHO_T}$ac_cv_exeext" >&6
    23442361 
     
    23472364 ac_exeext=$EXEEXT
    23482365-echo "$as_me:1833: checking for object suffix" >&5
    2349 +echo "$as_me:1838: checking for object suffix" >&5
     2366+echo "$as_me:1839: checking for object suffix" >&5
    23502367 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
    23512368 if test "${ac_cv_objext+set}" = set; then
     
    23542371   cat >conftest.$ac_ext <<_ACEOF
    23552372-#line 1839 "configure"
    2356 +#line 1844 "configure"
     2373+#line 1845 "configure"
    23572374 #include "confdefs.h"
    23582375 
    23592376 int
    2360 @@ -1848,14 +1853,14 @@
     2377@@ -1848,14 +1854,14 @@
    23612378 }
    23622379 _ACEOF
    23632380 rm -f conftest.o conftest.obj
    23642381-if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5
    2365 +if { (eval echo "$as_me:1856: \"$ac_compile\"") >&5
     2382+if { (eval echo "$as_me:1857: \"$ac_compile\"") >&5
    23662383   (eval $ac_compile) 2>&5
    23672384   ac_status=$?
    23682385-  echo "$as_me:1854: \$? = $ac_status" >&5
    2369 +  echo "$as_me:1859: \$? = $ac_status" >&5
     2386+  echo "$as_me:1860: \$? = $ac_status" >&5
    23702387   (exit $ac_status); }; then
    23712388   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     
    23762393        break;;
    23772394   esac
    2378 @@ -1863,24 +1868,24 @@
     2395@@ -1863,24 +1869,24 @@
    23792396 else
    23802397   echo "$as_me: failed program was:" >&5
    23812398 cat conftest.$ac_ext >&5
    23822399-{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5
    2383 +{ { echo "$as_me:1871: error: cannot compute OBJEXT: cannot compile" >&5
     2400+{ { echo "$as_me:1872: error: cannot compute OBJEXT: cannot compile" >&5
    23842401 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
    23852402    { (exit 1); exit 1; }; }
     
    23892406 fi
    23902407-echo "$as_me:1873: result: $ac_cv_objext" >&5
    2391 +echo "$as_me:1878: result: $ac_cv_objext" >&5
     2408+echo "$as_me:1879: result: $ac_cv_objext" >&5
    23922409 echo "${ECHO_T}$ac_cv_objext" >&6
    23932410 OBJEXT=$ac_cv_objext
    23942411 ac_objext=$OBJEXT
    23952412-echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5
    2396 +echo "$as_me:1882: checking whether we are using the GNU C compiler" >&5
     2413+echo "$as_me:1883: checking whether we are using the GNU C compiler" >&5
    23972414 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
    23982415 if test "${ac_cv_c_compiler_gnu+set}" = set; then
     
    24012418   cat >conftest.$ac_ext <<_ACEOF
    24022419-#line 1883 "configure"
    2403 +#line 1888 "configure"
     2420+#line 1889 "configure"
    24042421 #include "confdefs.h"
    24052422 
    24062423 int
    2407 @@ -1895,16 +1900,16 @@
     2424@@ -1895,16 +1901,16 @@
    24082425 }
    24092426 _ACEOF
    24102427 rm -f conftest.$ac_objext
    24112428-if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5
    2412 +if { (eval echo "$as_me:1903: \"$ac_compile\"") >&5
     2429+if { (eval echo "$as_me:1904: \"$ac_compile\"") >&5
    24132430   (eval $ac_compile) 2>&5
    24142431   ac_status=$?
    24152432-  echo "$as_me:1901: \$? = $ac_status" >&5
    2416 +  echo "$as_me:1906: \$? = $ac_status" >&5
     2433+  echo "$as_me:1907: \$? = $ac_status" >&5
    24172434   (exit $ac_status); } &&
    24182435          { ac_try='test -s conftest.$ac_objext'
    24192436-  { (eval echo "$as_me:1904: \"$ac_try\"") >&5
    2420 +  { (eval echo "$as_me:1909: \"$ac_try\"") >&5
     2437+  { (eval echo "$as_me:1910: \"$ac_try\"") >&5
    24212438   (eval $ac_try) 2>&5
    24222439   ac_status=$?
    24232440-  echo "$as_me:1907: \$? = $ac_status" >&5
    2424 +  echo "$as_me:1912: \$? = $ac_status" >&5
     2441+  echo "$as_me:1913: \$? = $ac_status" >&5
    24252442   (exit $ac_status); }; }; then
    24262443   ac_compiler_gnu=yes
    24272444 else
    2428 @@ -1916,19 +1921,19 @@
     2445@@ -1916,19 +1922,19 @@
    24292446 ac_cv_c_compiler_gnu=$ac_compiler_gnu
    24302447 
    24312448 fi
    24322449-echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5
    2433 +echo "$as_me:1924: result: $ac_cv_c_compiler_gnu" >&5
     2450+echo "$as_me:1925: result: $ac_cv_c_compiler_gnu" >&5
    24342451 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    24352452 GCC=`test $ac_compiler_gnu = yes && echo yes`
     
    24382455 CFLAGS="-g"
    24392456-echo "$as_me:1925: checking whether $CC accepts -g" >&5
    2440 +echo "$as_me:1930: checking whether $CC accepts -g" >&5
     2457+echo "$as_me:1931: checking whether $CC accepts -g" >&5
    24412458 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
    24422459 if test "${ac_cv_prog_cc_g+set}" = set; then
     
    24452462   cat >conftest.$ac_ext <<_ACEOF
    24462463-#line 1931 "configure"
    2447 +#line 1936 "configure"
     2464+#line 1937 "configure"
    24482465 #include "confdefs.h"
    24492466 
    24502467 int
    2451 @@ -1940,16 +1945,16 @@
     2468@@ -1940,16 +1946,16 @@
    24522469 }
    24532470 _ACEOF
    24542471 rm -f conftest.$ac_objext
    24552472-if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5
    2456 +if { (eval echo "$as_me:1948: \"$ac_compile\"") >&5
     2473+if { (eval echo "$as_me:1949: \"$ac_compile\"") >&5
    24572474   (eval $ac_compile) 2>&5
    24582475   ac_status=$?
    24592476-  echo "$as_me:1946: \$? = $ac_status" >&5
    2460 +  echo "$as_me:1951: \$? = $ac_status" >&5
     2477+  echo "$as_me:1952: \$? = $ac_status" >&5
    24612478   (exit $ac_status); } &&
    24622479          { ac_try='test -s conftest.$ac_objext'
    24632480-  { (eval echo "$as_me:1949: \"$ac_try\"") >&5
    2464 +  { (eval echo "$as_me:1954: \"$ac_try\"") >&5
     2481+  { (eval echo "$as_me:1955: \"$ac_try\"") >&5
    24652482   (eval $ac_try) 2>&5
    24662483   ac_status=$?
    24672484-  echo "$as_me:1952: \$? = $ac_status" >&5
    2468 +  echo "$as_me:1957: \$? = $ac_status" >&5
     2485+  echo "$as_me:1958: \$? = $ac_status" >&5
    24692486   (exit $ac_status); }; }; then
    24702487   ac_cv_prog_cc_g=yes
    24712488 else
    2472 @@ -1959,7 +1964,7 @@
     2489@@ -1959,7 +1965,7 @@
    24732490 fi
    24742491 rm -f conftest.$ac_objext conftest.$ac_ext
    24752492 fi
    24762493-echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5
    2477 +echo "$as_me:1967: result: $ac_cv_prog_cc_g" >&5
     2494+echo "$as_me:1968: result: $ac_cv_prog_cc_g" >&5
    24782495 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
    24792496 if test "$ac_test_CFLAGS" = set; then
    24802497   CFLAGS=$ac_save_CFLAGS
    2481 @@ -1986,16 +1991,16 @@
     2498@@ -1986,16 +1992,16 @@
    24822499 #endif
    24832500 _ACEOF
    24842501 rm -f conftest.$ac_objext
    24852502-if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5
    2486 +if { (eval echo "$as_me:1994: \"$ac_compile\"") >&5
     2503+if { (eval echo "$as_me:1995: \"$ac_compile\"") >&5
    24872504   (eval $ac_compile) 2>&5
    24882505   ac_status=$?
    24892506-  echo "$as_me:1992: \$? = $ac_status" >&5
    2490 +  echo "$as_me:1997: \$? = $ac_status" >&5
     2507+  echo "$as_me:1998: \$? = $ac_status" >&5
    24912508   (exit $ac_status); } &&
    24922509          { ac_try='test -s conftest.$ac_objext'
    24932510-  { (eval echo "$as_me:1995: \"$ac_try\"") >&5
    2494 +  { (eval echo "$as_me:2000: \"$ac_try\"") >&5
     2511+  { (eval echo "$as_me:2001: \"$ac_try\"") >&5
    24952512   (eval $ac_try) 2>&5
    24962513   ac_status=$?
    24972514-  echo "$as_me:1998: \$? = $ac_status" >&5
    2498 +  echo "$as_me:2003: \$? = $ac_status" >&5
     2515+  echo "$as_me:2004: \$? = $ac_status" >&5
    24992516   (exit $ac_status); }; }; then
    25002517   for ac_declaration in \
    25012518    ''\
    2502 @@ -2007,7 +2012,7 @@
     2519@@ -2007,7 +2013,7 @@
    25032520    'void exit (int);'
    25042521 do
    25052522   cat >conftest.$ac_ext <<_ACEOF
    25062523-#line 2010 "configure"
    2507 +#line 2015 "configure"
     2524+#line 2016 "configure"
    25082525 #include "confdefs.h"
    25092526 #include <stdlib.h>
    25102527 $ac_declaration
    2511 @@ -2020,16 +2025,16 @@
     2528@@ -2020,16 +2026,16 @@
    25122529 }
    25132530 _ACEOF
    25142531 rm -f conftest.$ac_objext
    25152532-if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5
    2516 +if { (eval echo "$as_me:2028: \"$ac_compile\"") >&5
     2533+if { (eval echo "$as_me:2029: \"$ac_compile\"") >&5
    25172534   (eval $ac_compile) 2>&5
    25182535   ac_status=$?
    25192536-  echo "$as_me:2026: \$? = $ac_status" >&5
    2520 +  echo "$as_me:2031: \$? = $ac_status" >&5
     2537+  echo "$as_me:2032: \$? = $ac_status" >&5
    25212538   (exit $ac_status); } &&
    25222539          { ac_try='test -s conftest.$ac_objext'
    25232540-  { (eval echo "$as_me:2029: \"$ac_try\"") >&5
    2524 +  { (eval echo "$as_me:2034: \"$ac_try\"") >&5
     2541+  { (eval echo "$as_me:2035: \"$ac_try\"") >&5
    25252542   (eval $ac_try) 2>&5
    25262543   ac_status=$?
    25272544-  echo "$as_me:2032: \$? = $ac_status" >&5
    2528 +  echo "$as_me:2037: \$? = $ac_status" >&5
     2545+  echo "$as_me:2038: \$? = $ac_status" >&5
    25292546   (exit $ac_status); }; }; then
    25302547   :
    25312548 else
    2532 @@ -2039,7 +2044,7 @@
     2549@@ -2039,7 +2045,7 @@
    25332550 fi
    25342551 rm -f conftest.$ac_objext conftest.$ac_ext
    25352552   cat >conftest.$ac_ext <<_ACEOF
    25362553-#line 2042 "configure"
    2537 +#line 2047 "configure"
     2554+#line 2048 "configure"
    25382555 #include "confdefs.h"
    25392556 $ac_declaration
    25402557 int
    2541 @@ -2051,16 +2056,16 @@
     2558@@ -2051,16 +2057,16 @@
    25422559 }
    25432560 _ACEOF
    25442561 rm -f conftest.$ac_objext
    25452562-if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5
    2546 +if { (eval echo "$as_me:2059: \"$ac_compile\"") >&5
     2563+if { (eval echo "$as_me:2060: \"$ac_compile\"") >&5
    25472564   (eval $ac_compile) 2>&5
    25482565   ac_status=$?
    25492566-  echo "$as_me:2057: \$? = $ac_status" >&5
    2550 +  echo "$as_me:2062: \$? = $ac_status" >&5
     2567+  echo "$as_me:2063: \$? = $ac_status" >&5
    25512568   (exit $ac_status); } &&
    25522569          { ac_try='test -s conftest.$ac_objext'
    25532570-  { (eval echo "$as_me:2060: \"$ac_try\"") >&5
    2554 +  { (eval echo "$as_me:2065: \"$ac_try\"") >&5
     2571+  { (eval echo "$as_me:2066: \"$ac_try\"") >&5
    25552572   (eval $ac_try) 2>&5
    25562573   ac_status=$?
    25572574-  echo "$as_me:2063: \$? = $ac_status" >&5
    2558 +  echo "$as_me:2068: \$? = $ac_status" >&5
     2575+  echo "$as_me:2069: \$? = $ac_status" >&5
    25592576   (exit $ac_status); }; }; then
    25602577   break
    25612578 else
    2562 @@ -2090,11 +2095,11 @@
     2579@@ -2090,11 +2096,11 @@
    25632580 
    25642581 GCC_VERSION=none
    25652582 if test "$GCC" = yes ; then
    25662583-       echo "$as_me:2093: checking version of $CC" >&5
    2567 +       echo "$as_me:2098: checking version of $CC" >&5
     2584+       echo "$as_me:2099: checking version of $CC" >&5
    25682585 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
    25692586        GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
    25702587        test -z "$GCC_VERSION" && GCC_VERSION=unknown
    25712588-       echo "$as_me:2097: result: $GCC_VERSION" >&5
    2572 +       echo "$as_me:2102: result: $GCC_VERSION" >&5
     2589+       echo "$as_me:2103: result: $GCC_VERSION" >&5
    25732590 echo "${ECHO_T}$GCC_VERSION" >&6
    25742591 fi
    25752592 
    2576 @@ -2104,7 +2109,7 @@
     2593@@ -2104,7 +2110,7 @@
    25772594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    25782595 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    25792596 ac_main_return=return
    25802597-echo "$as_me:2107: checking how to run the C preprocessor" >&5
    2581 +echo "$as_me:2112: checking how to run the C preprocessor" >&5
     2598+echo "$as_me:2113: checking how to run the C preprocessor" >&5
    25822599 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
    25832600 # On Suns, sometimes $CPP names a directory.
    25842601 if test -n "$CPP" && test -d "$CPP"; then
    2585 @@ -2125,18 +2130,18 @@
     2602@@ -2125,18 +2131,18 @@
    25862603   # On the NeXT, cc -E runs the code through the compiler's parser,
    25872604   # not just through cpp. "Syntax error" is here to catch this case.
    25882605   cat >conftest.$ac_ext <<_ACEOF
    25892606-#line 2128 "configure"
    2590 +#line 2133 "configure"
     2607+#line 2134 "configure"
    25912608 #include "confdefs.h"
    25922609 #include <assert.h>
     
    25942611 _ACEOF
    25952612-if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5
    2596 +if { (eval echo "$as_me:2138: \"$ac_cpp conftest.$ac_ext\"") >&5
     2613+if { (eval echo "$as_me:2139: \"$ac_cpp conftest.$ac_ext\"") >&5
    25972614   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    25982615   ac_status=$?
     
    26012618   cat conftest.err >&5
    26022619-  echo "$as_me:2139: \$? = $ac_status" >&5
    2603 +  echo "$as_me:2144: \$? = $ac_status" >&5
     2620+  echo "$as_me:2145: \$? = $ac_status" >&5
    26042621   (exit $ac_status); } >/dev/null; then
    26052622   if test -s conftest.err; then
    26062623     ac_cpp_err=$ac_c_preproc_warn_flag
    2607 @@ -2159,17 +2164,17 @@
     2624@@ -2159,17 +2165,17 @@
    26082625   # OK, works on sane cases.  Now check whether non-existent headers
    26092626   # can be detected and how.
    26102627   cat >conftest.$ac_ext <<_ACEOF
    26112628-#line 2162 "configure"
    2612 +#line 2167 "configure"
     2629+#line 2168 "configure"
    26132630 #include "confdefs.h"
    26142631 #include <ac_nonexistent.h>
    26152632 _ACEOF
    26162633-if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5
    2617 +if { (eval echo "$as_me:2171: \"$ac_cpp conftest.$ac_ext\"") >&5
     2634+if { (eval echo "$as_me:2172: \"$ac_cpp conftest.$ac_ext\"") >&5
    26182635   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    26192636   ac_status=$?
     
    26222639   cat conftest.err >&5
    26232640-  echo "$as_me:2172: \$? = $ac_status" >&5
    2624 +  echo "$as_me:2177: \$? = $ac_status" >&5
     2641+  echo "$as_me:2178: \$? = $ac_status" >&5
    26252642   (exit $ac_status); } >/dev/null; then
    26262643   if test -s conftest.err; then
    26272644     ac_cpp_err=$ac_c_preproc_warn_flag
    2628 @@ -2206,7 +2211,7 @@
     2645@@ -2206,7 +2212,7 @@
    26292646 else
    26302647   ac_cv_prog_CPP=$CPP
    26312648 fi
    26322649-echo "$as_me:2209: result: $CPP" >&5
    2633 +echo "$as_me:2214: result: $CPP" >&5
     2650+echo "$as_me:2215: result: $CPP" >&5
    26342651 echo "${ECHO_T}$CPP" >&6
    26352652 ac_preproc_ok=false
    26362653 for ac_c_preproc_warn_flag in '' yes
    2637 @@ -2216,18 +2221,18 @@
     2654@@ -2216,18 +2222,18 @@
    26382655   # On the NeXT, cc -E runs the code through the compiler's parser,
    26392656   # not just through cpp. "Syntax error" is here to catch this case.
    26402657   cat >conftest.$ac_ext <<_ACEOF
    26412658-#line 2219 "configure"
    2642 +#line 2224 "configure"
     2659+#line 2225 "configure"
    26432660 #include "confdefs.h"
    26442661 #include <assert.h>
     
    26462663 _ACEOF
    26472664-if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5
    2648 +if { (eval echo "$as_me:2229: \"$ac_cpp conftest.$ac_ext\"") >&5
     2665+if { (eval echo "$as_me:2230: \"$ac_cpp conftest.$ac_ext\"") >&5
    26492666   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    26502667   ac_status=$?
     
    26532670   cat conftest.err >&5
    26542671-  echo "$as_me:2230: \$? = $ac_status" >&5
    2655 +  echo "$as_me:2235: \$? = $ac_status" >&5
     2672+  echo "$as_me:2236: \$? = $ac_status" >&5
    26562673   (exit $ac_status); } >/dev/null; then
    26572674   if test -s conftest.err; then
    26582675     ac_cpp_err=$ac_c_preproc_warn_flag
    2659 @@ -2250,17 +2255,17 @@
     2676@@ -2250,17 +2256,17 @@
    26602677   # OK, works on sane cases.  Now check whether non-existent headers
    26612678   # can be detected and how.
    26622679   cat >conftest.$ac_ext <<_ACEOF
    26632680-#line 2253 "configure"
    2664 +#line 2258 "configure"
     2681+#line 2259 "configure"
    26652682 #include "confdefs.h"
    26662683 #include <ac_nonexistent.h>
    26672684 _ACEOF
    26682685-if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5
    2669 +if { (eval echo "$as_me:2262: \"$ac_cpp conftest.$ac_ext\"") >&5
     2686+if { (eval echo "$as_me:2263: \"$ac_cpp conftest.$ac_ext\"") >&5
    26702687   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    26712688   ac_status=$?
     
    26742691   cat conftest.err >&5
    26752692-  echo "$as_me:2263: \$? = $ac_status" >&5
    2676 +  echo "$as_me:2268: \$? = $ac_status" >&5
     2693+  echo "$as_me:2269: \$? = $ac_status" >&5
    26772694   (exit $ac_status); } >/dev/null; then
    26782695   if test -s conftest.err; then
    26792696     ac_cpp_err=$ac_c_preproc_warn_flag
    2680 @@ -2288,7 +2293,7 @@
     2697@@ -2288,7 +2294,7 @@
    26812698 if $ac_preproc_ok; then
    26822699   :
    26832700 else
    26842701-  { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5
    2685 +  { { echo "$as_me:2296: error: C preprocessor \"$CPP\" fails sanity check" >&5
     2702+  { { echo "$as_me:2297: error: C preprocessor \"$CPP\" fails sanity check" >&5
    26862703 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
    26872704    { (exit 1); exit 1; }; }
    26882705 fi
    2689 @@ -2301,14 +2306,14 @@
     2706@@ -2301,14 +2307,14 @@
    26902707 ac_main_return=return
    26912708 
    26922709 if test $ac_cv_c_compiler_gnu = yes; then
    26932710-    echo "$as_me:2304: checking whether $CC needs -traditional" >&5
    2694 +    echo "$as_me:2309: checking whether $CC needs -traditional" >&5
     2711+    echo "$as_me:2310: checking whether $CC needs -traditional" >&5
    26952712 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
    26962713 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
     
    27002717   cat >conftest.$ac_ext <<_ACEOF
    27012718-#line 2311 "configure"
    2702 +#line 2316 "configure"
     2719+#line 2317 "configure"
    27032720 #include "confdefs.h"
    27042721 #include <sgtty.h>
    27052722 int Autoconf = TIOCGETP;
    2706 @@ -2323,7 +2328,7 @@
     2723@@ -2323,7 +2329,7 @@
    27072724 
    27082725   if test $ac_cv_prog_gcc_traditional = no; then
    27092726     cat >conftest.$ac_ext <<_ACEOF
    27102727-#line 2326 "configure"
    2711 +#line 2331 "configure"
     2728+#line 2332 "configure"
    27122729 #include "confdefs.h"
    27132730 #include <termio.h>
    27142731 int Autoconf = TCGETA;
    2715 @@ -2336,14 +2341,14 @@
     2732@@ -2336,14 +2342,14 @@
    27162733 
    27172734   fi
    27182735 fi
    27192736-echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5
    2720 +echo "$as_me:2344: result: $ac_cv_prog_gcc_traditional" >&5
     2737+echo "$as_me:2345: result: $ac_cv_prog_gcc_traditional" >&5
    27212738 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
    27222739   if test $ac_cv_prog_gcc_traditional = yes; then
     
    27262743 
    27272744-echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5
    2728 +echo "$as_me:2351: checking whether $CC understands -c and -o together" >&5
     2745+echo "$as_me:2352: checking whether $CC understands -c and -o together" >&5
    27292746 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6
    27302747 if test "${cf_cv_prog_CC_c_o+set}" = set; then
    27312748   echo $ECHO_N "(cached) $ECHO_C" >&6
    2732 @@ -2359,15 +2364,15 @@
     2749@@ -2359,15 +2365,15 @@
    27332750 # We do the test twice because some compilers refuse to overwrite an
    27342751 # existing .o file with -o, though they will create one.
    27352752 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
    27362753-if { (eval echo "$as_me:2362: \"$ac_try\"") >&5
    2737 +if { (eval echo "$as_me:2367: \"$ac_try\"") >&5
     2754+if { (eval echo "$as_me:2368: \"$ac_try\"") >&5
    27382755   (eval $ac_try) 2>&5
    27392756   ac_status=$?
    27402757-  echo "$as_me:2365: \$? = $ac_status" >&5
    2741 +  echo "$as_me:2370: \$? = $ac_status" >&5
     2758+  echo "$as_me:2371: \$? = $ac_status" >&5
    27422759   (exit $ac_status); } &&
    27432760-  test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5
    2744 +  test -f conftest2.$ac_objext && { (eval echo "$as_me:2372: \"$ac_try\"") >&5
     2761+  test -f conftest2.$ac_objext && { (eval echo "$as_me:2373: \"$ac_try\"") >&5
    27452762   (eval $ac_try) 2>&5
    27462763   ac_status=$?
    27472764-  echo "$as_me:2370: \$? = $ac_status" >&5
    2748 +  echo "$as_me:2375: \$? = $ac_status" >&5
     2765+  echo "$as_me:2376: \$? = $ac_status" >&5
    27492766   (exit $ac_status); };
    27502767 then
    27512768   eval cf_cv_prog_CC_c_o=yes
    2752 @@ -2378,19 +2383,19 @@
     2769@@ -2378,19 +2384,19 @@
    27532770 
    27542771 fi
    27552772 if test $cf_cv_prog_CC_c_o = yes; then
    27562773-  echo "$as_me:2381: result: yes" >&5
    2757 +  echo "$as_me:2386: result: yes" >&5
     2774+  echo "$as_me:2387: result: yes" >&5
    27582775 echo "${ECHO_T}yes" >&6
    27592776 else
    27602777-  echo "$as_me:2384: result: no" >&5
    2761 +  echo "$as_me:2389: result: no" >&5
     2778+  echo "$as_me:2390: result: no" >&5
    27622779 echo "${ECHO_T}no" >&6
    27632780 fi
    27642781 
    27652782-echo "$as_me:2388: checking for POSIXized ISC" >&5
    2766 +echo "$as_me:2393: checking for POSIXized ISC" >&5
     2783+echo "$as_me:2394: checking for POSIXized ISC" >&5
    27672784 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
    27682785 if test -d /etc/conf/kconfig.d &&
     
    27702787 then
    27712788-  echo "$as_me:2393: result: yes" >&5
    2772 +  echo "$as_me:2398: result: yes" >&5
     2789+  echo "$as_me:2399: result: yes" >&5
    27732790 echo "${ECHO_T}yes" >&6
    27742791   ISC=yes # If later tests want to check for ISC.
    27752792 
    2776 @@ -2404,12 +2409,12 @@
     2793@@ -2404,12 +2410,12 @@
    27772794     CC="$CC -Xp"
    27782795   fi
    27792796 else
    27802797-  echo "$as_me:2407: result: no" >&5
    2781 +  echo "$as_me:2412: result: no" >&5
     2798+  echo "$as_me:2413: result: no" >&5
    27822799 echo "${ECHO_T}no" >&6
    27832800   ISC=
     
    27852802 
    27862803-echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5
    2787 +echo "$as_me:2417: checking for ${CC-cc} option to accept ANSI C" >&5
     2804+echo "$as_me:2418: checking for ${CC-cc} option to accept ANSI C" >&5
    27882805 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
    27892806 if test "${cf_cv_ansi_cc+set}" = set; then
    27902807   echo $ECHO_N "(cached) $ECHO_C" >&6
    2791 @@ -2494,7 +2499,7 @@
     2808@@ -2494,7 +2500,7 @@
    27922809 
    27932810 if test -n "$cf_new_cppflags" ; then
     
    27982815 
    27992816 if test -n "$cf_new_extra_cppflags" ; then
    2800 @@ -2503,7 +2508,7 @@
     2817@@ -2503,7 +2509,7 @@
    28012818 fi
    28022819 
    28032820        cat >conftest.$ac_ext <<_ACEOF
    28042821-#line 2506 "configure"
    2805 +#line 2511 "configure"
     2822+#line 2512 "configure"
    28062823 #include "confdefs.h"
    28072824 
    28082825 #ifndef CC_HAS_PROTOS
    2809 @@ -2524,16 +2529,16 @@
     2826@@ -2524,16 +2530,16 @@
    28102827 }
    28112828 _ACEOF
    28122829 rm -f conftest.$ac_objext
    28132830-if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5
    2814 +if { (eval echo "$as_me:2532: \"$ac_compile\"") >&5
     2831+if { (eval echo "$as_me:2533: \"$ac_compile\"") >&5
    28152832   (eval $ac_compile) 2>&5
    28162833   ac_status=$?
    28172834-  echo "$as_me:2530: \$? = $ac_status" >&5
    2818 +  echo "$as_me:2535: \$? = $ac_status" >&5
     2835+  echo "$as_me:2536: \$? = $ac_status" >&5
    28192836   (exit $ac_status); } &&
    28202837          { ac_try='test -s conftest.$ac_objext'
    28212838-  { (eval echo "$as_me:2533: \"$ac_try\"") >&5
    2822 +  { (eval echo "$as_me:2538: \"$ac_try\"") >&5
     2839+  { (eval echo "$as_me:2539: \"$ac_try\"") >&5
    28232840   (eval $ac_try) 2>&5
    28242841   ac_status=$?
    28252842-  echo "$as_me:2536: \$? = $ac_status" >&5
    2826 +  echo "$as_me:2541: \$? = $ac_status" >&5
     2843+  echo "$as_me:2542: \$? = $ac_status" >&5
    28272844   (exit $ac_status); }; }; then
    28282845   cf_cv_ansi_cc="$cf_arg"; break
    28292846 else
    2830 @@ -2546,7 +2551,7 @@
     2847@@ -2546,7 +2552,7 @@
    28312848 CPPFLAGS="$cf_save_CPPFLAGS"
    28322849 
    28332850 fi
    28342851-echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5
    2835 +echo "$as_me:2554: result: $cf_cv_ansi_cc" >&5
     2852+echo "$as_me:2555: result: $cf_cv_ansi_cc" >&5
    28362853 echo "${ECHO_T}$cf_cv_ansi_cc" >&6
    28372854 
    28382855 if test "$cf_cv_ansi_cc" != "no"; then
    2839 @@ -2612,7 +2617,7 @@
     2856@@ -2612,7 +2618,7 @@
    28402857 
    28412858 if test -n "$cf_new_cppflags" ; then
     
    28462863 
    28472864 if test -n "$cf_new_extra_cppflags" ; then
    2848 @@ -2629,7 +2634,7 @@
     2865@@ -2629,7 +2635,7 @@
    28492866 fi
    28502867 
    28512868 if test "$cf_cv_ansi_cc" = "no"; then
    28522869-       { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes.
    2853 +       { { echo "$as_me:2637: error: Your compiler does not appear to recognize prototypes.
     2870+       { { echo "$as_me:2638: error: Your compiler does not appear to recognize prototypes.
    28542871 You have the following choices:
    28552872        a. adjust your compiler options
    28562873        b. get an up-to-date compiler
    2857 @@ -2663,13 +2668,13 @@
     2874@@ -2663,13 +2669,13 @@
    28582875   LDCONFIG=:
    28592876 else
     
    28672884 set dummy ldconfig; ac_word=$2
    28682885-echo "$as_me:2672: checking for $ac_word" >&5
    2869 +echo "$as_me:2677: checking for $ac_word" >&5
     2886+echo "$as_me:2678: checking for $ac_word" >&5
    28702887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    28712888 if test "${ac_cv_path_LDCONFIG+set}" = set; then
    28722889   echo $ECHO_N "(cached) $ECHO_C" >&6
    2873 @@ -2686,7 +2691,7 @@
     2890@@ -2686,7 +2692,7 @@
    28742891   test -z "$ac_dir" && ac_dir=.
    28752892   if $as_executable_p "$ac_dir/$ac_word"; then
    28762893    ac_cv_path_LDCONFIG="$ac_dir/$ac_word"
    28772894-   echo "$as_me:2689: found $ac_dir/$ac_word" >&5
    2878 +   echo "$as_me:2694: found $ac_dir/$ac_word" >&5
     2895+   echo "$as_me:2695: found $ac_dir/$ac_word" >&5
    28792896    break
    28802897 fi
    28812898 done
    2882 @@ -2697,10 +2702,10 @@
     2899@@ -2697,10 +2703,10 @@
    28832900 LDCONFIG=$ac_cv_path_LDCONFIG
    28842901 
    28852902 if test -n "$LDCONFIG"; then
    28862903-  echo "$as_me:2700: result: $LDCONFIG" >&5
    2887 +  echo "$as_me:2705: result: $LDCONFIG" >&5
     2904+  echo "$as_me:2706: result: $LDCONFIG" >&5
    28882905 echo "${ECHO_T}$LDCONFIG" >&6
    28892906 else
    28902907-  echo "$as_me:2703: result: no" >&5
    2891 +  echo "$as_me:2708: result: no" >&5
     2908+  echo "$as_me:2709: result: no" >&5
    28922909 echo "${ECHO_T}no" >&6
    28932910 fi
    28942911 
    2895 @@ -2708,7 +2713,7 @@
     2912@@ -2708,7 +2714,7 @@
    28962913 esac
    28972914 fi
    28982915 
    28992916-echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5
    2900 +echo "$as_me:2716: checking if you want to ensure bool is consistent with C++" >&5
     2917+echo "$as_me:2717: checking if you want to ensure bool is consistent with C++" >&5
    29012918 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6
    29022919 
    29032920 # Check whether --with-cxx or --without-cxx was given.
    2904 @@ -2718,7 +2723,7 @@
     2921@@ -2718,7 +2724,7 @@
    29052922 else
    29062923   cf_with_cxx=yes
    29072924 fi;
    29082925-echo "$as_me:2721: result: $cf_with_cxx" >&5
    2909 +echo "$as_me:2726: result: $cf_with_cxx" >&5
     2926+echo "$as_me:2727: result: $cf_with_cxx" >&5
    29102927 echo "${ECHO_T}$cf_with_cxx" >&6
    29112928 if test "X$cf_with_cxx" = Xno ; then
    29122929        CXX=""
    2913 @@ -2736,7 +2741,7 @@
     2930@@ -2736,7 +2742,7 @@
    29142931   do
    29152932     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    29162933 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    29172934-echo "$as_me:2739: checking for $ac_word" >&5
    2918 +echo "$as_me:2744: checking for $ac_word" >&5
     2935+echo "$as_me:2745: checking for $ac_word" >&5
    29192936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    29202937 if test "${ac_cv_prog_CXX+set}" = set; then
    29212938   echo $ECHO_N "(cached) $ECHO_C" >&6
    2922 @@ -2751,7 +2756,7 @@
     2939@@ -2751,7 +2757,7 @@
    29232940   test -z "$ac_dir" && ac_dir=.
    29242941   $as_executable_p "$ac_dir/$ac_word" || continue
    29252942 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    29262943-echo "$as_me:2754: found $ac_dir/$ac_word" >&5
    2927 +echo "$as_me:2759: found $ac_dir/$ac_word" >&5
     2944+echo "$as_me:2760: found $ac_dir/$ac_word" >&5
    29282945 break
    29292946 done
    29302947 
    2931 @@ -2759,10 +2764,10 @@
     2948@@ -2759,10 +2765,10 @@
    29322949 fi
    29332950 CXX=$ac_cv_prog_CXX
    29342951 if test -n "$CXX"; then
    29352952-  echo "$as_me:2762: result: $CXX" >&5
    2936 +  echo "$as_me:2767: result: $CXX" >&5
     2953+  echo "$as_me:2768: result: $CXX" >&5
    29372954 echo "${ECHO_T}$CXX" >&6
    29382955 else
    29392956-  echo "$as_me:2765: result: no" >&5
    2940 +  echo "$as_me:2770: result: no" >&5
     2957+  echo "$as_me:2771: result: no" >&5
    29412958 echo "${ECHO_T}no" >&6
    29422959 fi
    29432960 
    2944 @@ -2775,7 +2780,7 @@
     2961@@ -2775,7 +2781,7 @@
    29452962 do
    29462963   # Extract the first word of "$ac_prog", so it can be a program name with args.
    29472964 set dummy $ac_prog; ac_word=$2
    29482965-echo "$as_me:2778: checking for $ac_word" >&5
    2949 +echo "$as_me:2783: checking for $ac_word" >&5
     2966+echo "$as_me:2784: checking for $ac_word" >&5
    29502967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    29512968 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    29522969   echo $ECHO_N "(cached) $ECHO_C" >&6
    2953 @@ -2790,7 +2795,7 @@
     2970@@ -2790,7 +2796,7 @@
    29542971   test -z "$ac_dir" && ac_dir=.
    29552972   $as_executable_p "$ac_dir/$ac_word" || continue
    29562973 ac_cv_prog_ac_ct_CXX="$ac_prog"
    29572974-echo "$as_me:2793: found $ac_dir/$ac_word" >&5
    2958 +echo "$as_me:2798: found $ac_dir/$ac_word" >&5
     2975+echo "$as_me:2799: found $ac_dir/$ac_word" >&5
    29592976 break
    29602977 done
    29612978 
    2962 @@ -2798,10 +2803,10 @@
     2979@@ -2798,10 +2804,10 @@
    29632980 fi
    29642981 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    29652982 if test -n "$ac_ct_CXX"; then
    29662983-  echo "$as_me:2801: result: $ac_ct_CXX" >&5
    2967 +  echo "$as_me:2806: result: $ac_ct_CXX" >&5
     2984+  echo "$as_me:2807: result: $ac_ct_CXX" >&5
    29682985 echo "${ECHO_T}$ac_ct_CXX" >&6
    29692986 else
    29702987-  echo "$as_me:2804: result: no" >&5
    2971 +  echo "$as_me:2809: result: no" >&5
     2988+  echo "$as_me:2810: result: no" >&5
    29722989 echo "${ECHO_T}no" >&6
    29732990 fi
    29742991 
    2975 @@ -2813,32 +2818,32 @@
     2992@@ -2813,32 +2819,32 @@
    29762993 fi
    29772994 
    29782995 # Provide some information about the compiler.
    29792996-echo "$as_me:2816:" \
    2980 +echo "$as_me:2821:" \
     2997+echo "$as_me:2822:" \
    29812998      "checking for C++ compiler version" >&5
    29822999 ac_compiler=`set X $ac_compile; echo $2`
    29833000-{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5
    2984 +{ (eval echo "$as_me:2824: \"$ac_compiler --version </dev/null >&5\"") >&5
     3001+{ (eval echo "$as_me:2825: \"$ac_compiler --version </dev/null >&5\"") >&5
    29853002   (eval $ac_compiler --version </dev/null >&5) 2>&5
    29863003   ac_status=$?
    29873004-  echo "$as_me:2822: \$? = $ac_status" >&5
    2988 +  echo "$as_me:2827: \$? = $ac_status" >&5
     3005+  echo "$as_me:2828: \$? = $ac_status" >&5
    29893006   (exit $ac_status); }
    29903007-{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5
    2991 +{ (eval echo "$as_me:2829: \"$ac_compiler -v </dev/null >&5\"") >&5
     3008+{ (eval echo "$as_me:2830: \"$ac_compiler -v </dev/null >&5\"") >&5
    29923009   (eval $ac_compiler -v </dev/null >&5) 2>&5
    29933010   ac_status=$?
    29943011-  echo "$as_me:2827: \$? = $ac_status" >&5
    2995 +  echo "$as_me:2832: \$? = $ac_status" >&5
     3012+  echo "$as_me:2833: \$? = $ac_status" >&5
    29963013   (exit $ac_status); }
    29973014-{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5
    2998 +{ (eval echo "$as_me:2834: \"$ac_compiler -V </dev/null >&5\"") >&5
     3015+{ (eval echo "$as_me:2835: \"$ac_compiler -V </dev/null >&5\"") >&5
    29993016   (eval $ac_compiler -V </dev/null >&5) 2>&5
    30003017   ac_status=$?
    30013018-  echo "$as_me:2832: \$? = $ac_status" >&5
    3002 +  echo "$as_me:2837: \$? = $ac_status" >&5
     3019+  echo "$as_me:2838: \$? = $ac_status" >&5
    30033020   (exit $ac_status); }
    30043021 
    30053022-echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5
    3006 +echo "$as_me:2840: checking whether we are using the GNU C++ compiler" >&5
     3023+echo "$as_me:2841: checking whether we are using the GNU C++ compiler" >&5
    30073024 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
    30083025 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
     
    30113028   cat >conftest.$ac_ext <<_ACEOF
    30123029-#line 2841 "configure"
    3013 +#line 2846 "configure"
     3030+#line 2847 "configure"
    30143031 #include "confdefs.h"
    30153032 
    30163033 int
    3017 @@ -2853,16 +2858,16 @@
     3034@@ -2853,16 +2859,16 @@
    30183035 }
    30193036 _ACEOF
    30203037 rm -f conftest.$ac_objext
    30213038-if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5
    3022 +if { (eval echo "$as_me:2861: \"$ac_compile\"") >&5
     3039+if { (eval echo "$as_me:2862: \"$ac_compile\"") >&5
    30233040   (eval $ac_compile) 2>&5
    30243041   ac_status=$?
    30253042-  echo "$as_me:2859: \$? = $ac_status" >&5
    3026 +  echo "$as_me:2864: \$? = $ac_status" >&5
     3043+  echo "$as_me:2865: \$? = $ac_status" >&5
    30273044   (exit $ac_status); } &&
    30283045          { ac_try='test -s conftest.$ac_objext'
    30293046-  { (eval echo "$as_me:2862: \"$ac_try\"") >&5
    3030 +  { (eval echo "$as_me:2867: \"$ac_try\"") >&5
     3047+  { (eval echo "$as_me:2868: \"$ac_try\"") >&5
    30313048   (eval $ac_try) 2>&5
    30323049   ac_status=$?
    30333050-  echo "$as_me:2865: \$? = $ac_status" >&5
    3034 +  echo "$as_me:2870: \$? = $ac_status" >&5
     3051+  echo "$as_me:2871: \$? = $ac_status" >&5
    30353052   (exit $ac_status); }; }; then
    30363053   ac_compiler_gnu=yes
    30373054 else
    3038 @@ -2874,19 +2879,19 @@
     3055@@ -2874,19 +2880,19 @@
    30393056 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    30403057 
    30413058 fi
    30423059-echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5
    3043 +echo "$as_me:2882: result: $ac_cv_cxx_compiler_gnu" >&5
     3060+echo "$as_me:2883: result: $ac_cv_cxx_compiler_gnu" >&5
    30443061 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
    30453062 GXX=`test $ac_compiler_gnu = yes && echo yes`
     
    30483065 CXXFLAGS="-g"
    30493066-echo "$as_me:2883: checking whether $CXX accepts -g" >&5
    3050 +echo "$as_me:2888: checking whether $CXX accepts -g" >&5
     3067+echo "$as_me:2889: checking whether $CXX accepts -g" >&5
    30513068 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
    30523069 if test "${ac_cv_prog_cxx_g+set}" = set; then
     
    30553072   cat >conftest.$ac_ext <<_ACEOF
    30563073-#line 2889 "configure"
    3057 +#line 2894 "configure"
     3074+#line 2895 "configure"
    30583075 #include "confdefs.h"
    30593076 
    30603077 int
    3061 @@ -2898,16 +2903,16 @@
     3078@@ -2898,16 +2904,16 @@
    30623079 }
    30633080 _ACEOF
    30643081 rm -f conftest.$ac_objext
    30653082-if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5
    3066 +if { (eval echo "$as_me:2906: \"$ac_compile\"") >&5
     3083+if { (eval echo "$as_me:2907: \"$ac_compile\"") >&5
    30673084   (eval $ac_compile) 2>&5
    30683085   ac_status=$?
    30693086-  echo "$as_me:2904: \$? = $ac_status" >&5
    3070 +  echo "$as_me:2909: \$? = $ac_status" >&5
     3087+  echo "$as_me:2910: \$? = $ac_status" >&5
    30713088   (exit $ac_status); } &&
    30723089          { ac_try='test -s conftest.$ac_objext'
    30733090-  { (eval echo "$as_me:2907: \"$ac_try\"") >&5
    3074 +  { (eval echo "$as_me:2912: \"$ac_try\"") >&5
     3091+  { (eval echo "$as_me:2913: \"$ac_try\"") >&5
    30753092   (eval $ac_try) 2>&5
    30763093   ac_status=$?
    30773094-  echo "$as_me:2910: \$? = $ac_status" >&5
    3078 +  echo "$as_me:2915: \$? = $ac_status" >&5
     3095+  echo "$as_me:2916: \$? = $ac_status" >&5
    30793096   (exit $ac_status); }; }; then
    30803097   ac_cv_prog_cxx_g=yes
    30813098 else
    3082 @@ -2917,7 +2922,7 @@
     3099@@ -2917,7 +2923,7 @@
    30833100 fi
    30843101 rm -f conftest.$ac_objext conftest.$ac_ext
    30853102 fi
    30863103-echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5
    3087 +echo "$as_me:2925: result: $ac_cv_prog_cxx_g" >&5
     3104+echo "$as_me:2926: result: $ac_cv_prog_cxx_g" >&5
    30883105 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
    30893106 if test "$ac_test_CXXFLAGS" = set; then
    30903107   CXXFLAGS=$ac_save_CXXFLAGS
    3091 @@ -2944,7 +2949,7 @@
     3108@@ -2944,7 +2950,7 @@
    30923109    'void exit (int);'
    30933110 do
    30943111   cat >conftest.$ac_ext <<_ACEOF
    30953112-#line 2947 "configure"
    3096 +#line 2952 "configure"
     3113+#line 2953 "configure"
    30973114 #include "confdefs.h"
    30983115 #include <stdlib.h>
    30993116 $ac_declaration
    3100 @@ -2957,16 +2962,16 @@
     3117@@ -2957,16 +2963,16 @@
    31013118 }
    31023119 _ACEOF
    31033120 rm -f conftest.$ac_objext
    31043121-if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5
    3105 +if { (eval echo "$as_me:2965: \"$ac_compile\"") >&5
     3122+if { (eval echo "$as_me:2966: \"$ac_compile\"") >&5
    31063123   (eval $ac_compile) 2>&5
    31073124   ac_status=$?
    31083125-  echo "$as_me:2963: \$? = $ac_status" >&5
    3109 +  echo "$as_me:2968: \$? = $ac_status" >&5
     3126+  echo "$as_me:2969: \$? = $ac_status" >&5
    31103127   (exit $ac_status); } &&
    31113128          { ac_try='test -s conftest.$ac_objext'
    31123129-  { (eval echo "$as_me:2966: \"$ac_try\"") >&5
    3113 +  { (eval echo "$as_me:2971: \"$ac_try\"") >&5
     3130+  { (eval echo "$as_me:2972: \"$ac_try\"") >&5
    31143131   (eval $ac_try) 2>&5
    31153132   ac_status=$?
    31163133-  echo "$as_me:2969: \$? = $ac_status" >&5
    3117 +  echo "$as_me:2974: \$? = $ac_status" >&5
     3134+  echo "$as_me:2975: \$? = $ac_status" >&5
    31183135   (exit $ac_status); }; }; then
    31193136   :
    31203137 else
    3121 @@ -2976,7 +2981,7 @@
     3138@@ -2976,7 +2982,7 @@
    31223139 fi
    31233140 rm -f conftest.$ac_objext conftest.$ac_ext
    31243141   cat >conftest.$ac_ext <<_ACEOF
    31253142-#line 2979 "configure"
    3126 +#line 2984 "configure"
     3143+#line 2985 "configure"
    31273144 #include "confdefs.h"
    31283145 $ac_declaration
    31293146 int
    3130 @@ -2988,16 +2993,16 @@
     3147@@ -2988,16 +2994,16 @@
    31313148 }
    31323149 _ACEOF
    31333150 rm -f conftest.$ac_objext
    31343151-if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5
    3135 +if { (eval echo "$as_me:2996: \"$ac_compile\"") >&5
     3152+if { (eval echo "$as_me:2997: \"$ac_compile\"") >&5
    31363153   (eval $ac_compile) 2>&5
    31373154   ac_status=$?
    31383155-  echo "$as_me:2994: \$? = $ac_status" >&5
    3139 +  echo "$as_me:2999: \$? = $ac_status" >&5
     3156+  echo "$as_me:3000: \$? = $ac_status" >&5
    31403157   (exit $ac_status); } &&
    31413158          { ac_try='test -s conftest.$ac_objext'
    31423159-  { (eval echo "$as_me:2997: \"$ac_try\"") >&5
    3143 +  { (eval echo "$as_me:3002: \"$ac_try\"") >&5
     3160+  { (eval echo "$as_me:3003: \"$ac_try\"") >&5
    31443161   (eval $ac_try) 2>&5
    31453162   ac_status=$?
    31463163-  echo "$as_me:3000: \$? = $ac_status" >&5
    3147 +  echo "$as_me:3005: \$? = $ac_status" >&5
     3164+  echo "$as_me:3006: \$? = $ac_status" >&5
    31483165   (exit $ac_status); }; }; then
    31493166   break
    31503167 else
    3151 @@ -3024,7 +3029,7 @@
     3168@@ -3024,7 +3030,7 @@
    31523169        if test "$CXX" = "g++" ; then
    31533170                # Extract the first word of "g++", so it can be a program name with args.
    31543171 set dummy g++; ac_word=$2
    31553172-echo "$as_me:3027: checking for $ac_word" >&5
    3156 +echo "$as_me:3032: checking for $ac_word" >&5
     3173+echo "$as_me:3033: checking for $ac_word" >&5
    31573174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    31583175 if test "${ac_cv_path_CXX+set}" = set; then
    31593176   echo $ECHO_N "(cached) $ECHO_C" >&6
    3160 @@ -3041,7 +3046,7 @@
     3177@@ -3041,7 +3047,7 @@
    31613178   test -z "$ac_dir" && ac_dir=.
    31623179   if $as_executable_p "$ac_dir/$ac_word"; then
    31633180    ac_cv_path_CXX="$ac_dir/$ac_word"
    31643181-   echo "$as_me:3044: found $ac_dir/$ac_word" >&5
    3165 +   echo "$as_me:3049: found $ac_dir/$ac_word" >&5
     3182+   echo "$as_me:3050: found $ac_dir/$ac_word" >&5
    31663183    break
    31673184 fi
    31683185 done
    3169 @@ -3052,16 +3057,16 @@
     3186@@ -3052,16 +3058,16 @@
    31703187 CXX=$ac_cv_path_CXX
    31713188 
    31723189 if test -n "$CXX"; then
    31733190-  echo "$as_me:3055: result: $CXX" >&5
    3174 +  echo "$as_me:3060: result: $CXX" >&5
     3191+  echo "$as_me:3061: result: $CXX" >&5
    31753192 echo "${ECHO_T}$CXX" >&6
    31763193 else
    31773194-  echo "$as_me:3058: result: no" >&5
    3178 +  echo "$as_me:3063: result: no" >&5
     3195+  echo "$as_me:3064: result: no" >&5
    31793196 echo "${ECHO_T}no" >&6
    31803197 fi
     
    31833200        if test "$CXX" = "g++" ; then
    31843201-               { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5
    3185 +               { echo "$as_me:3069: WARNING: ignoring hardcoded g++" >&5
     3202+               { echo "$as_me:3070: WARNING: ignoring hardcoded g++" >&5
    31863203 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;}
    31873204                cf_with_cxx=no; CXX=""; GXX="";
    31883205        fi
    3189 @@ -3069,11 +3074,11 @@
     3206@@ -3069,11 +3075,11 @@
    31903207 
    31913208 GXX_VERSION=none
    31923209 if test "$GXX" = yes; then
    31933210-       echo "$as_me:3072: checking version of g++" >&5
    3194 +       echo "$as_me:3077: checking version of g++" >&5
     3211+       echo "$as_me:3078: checking version of g++" >&5
    31953212 echo $ECHO_N "checking version of g++... $ECHO_C" >&6
    31963213        GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
    31973214        test -z "$GXX_VERSION" && GXX_VERSION=unknown
    31983215-       echo "$as_me:3076: result: $GXX_VERSION" >&5
    3199 +       echo "$as_me:3081: result: $GXX_VERSION" >&5
     3216+       echo "$as_me:3082: result: $GXX_VERSION" >&5
    32003217 echo "${ECHO_T}$GXX_VERSION" >&6
    32013218 fi
    32023219 
    3203 @@ -3081,12 +3086,12 @@
     3220@@ -3081,12 +3087,12 @@
    32043221 1*|2.[0-6]*)
    32053222        # GXX=""; CXX=""; ac_cv_prog_gxx=no
    32063223        # cf_cxx_library=no
    32073224-       { echo "$as_me:3084: WARNING: templates do not work" >&5
    3208 +       { echo "$as_me:3089: WARNING: templates do not work" >&5
     3225+       { echo "$as_me:3090: WARNING: templates do not work" >&5
    32093226 echo "$as_me: WARNING: templates do not work" >&2;}
    32103227        ;;
     
    32123229 
    32133230-echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5
    3214 +echo "$as_me:3094: checking if you want to build C++ binding and demo" >&5
     3231+echo "$as_me:3095: checking if you want to build C++ binding and demo" >&5
    32153232 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6
    32163233 
    32173234 # Check whether --with-cxx-binding or --without-cxx-binding was given.
    3218 @@ -3096,10 +3101,10 @@
     3235@@ -3096,10 +3102,10 @@
    32193236 else
    32203237   cf_with_cxx_binding=$cf_with_cxx
    32213238 fi;
    32223239-echo "$as_me:3099: result: $cf_with_cxx_binding" >&5
    3223 +echo "$as_me:3104: result: $cf_with_cxx_binding" >&5
     3240+echo "$as_me:3105: result: $cf_with_cxx_binding" >&5
    32243241 echo "${ECHO_T}$cf_with_cxx_binding" >&6
    32253242 
    32263243-echo "$as_me:3102: checking if you want to build with Ada95" >&5
    3227 +echo "$as_me:3107: checking if you want to build with Ada95" >&5
     3244+echo "$as_me:3108: checking if you want to build with Ada95" >&5
    32283245 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6
    32293246 
    32303247 # Check whether --with-ada or --without-ada was given.
    3231 @@ -3109,10 +3114,23 @@
     3248@@ -3109,10 +3115,23 @@
    32323249 else
    32333250   cf_with_ada=yes
    32343251 fi;
    32353252-echo "$as_me:3112: result: $cf_with_ada" >&5
    3236 +echo "$as_me:3117: result: $cf_with_ada" >&5
     3253+echo "$as_me:3118: result: $cf_with_ada" >&5
    32373254 echo "${ECHO_T}$cf_with_ada" >&6
    32383255 
    32393256-echo "$as_me:3115: checking if you want to build programs such as tic" >&5
    3240 +echo "$as_me:3120: checking if you want to install manpages" >&5
     3257+echo "$as_me:3121: checking if you want to install manpages" >&5
    32413258+echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6
    32423259+
     
    32483265+  cf_with_manpages=yes
    32493266+fi;
    3250 +echo "$as_me:3130: result: $cf_with_manpages" >&5
     3267+echo "$as_me:3131: result: $cf_with_manpages" >&5
    32513268+echo "${ECHO_T}$cf_with_manpages" >&6
    32523269+
    3253 +echo "$as_me:3133: checking if you want to build programs such as tic" >&5
     3270+echo "$as_me:3134: checking if you want to build programs such as tic" >&5
    32543271 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6
    32553272 
    32563273 # Check whether --with-progs or --without-progs was given.
    3257 @@ -3122,10 +3140,10 @@
     3274@@ -3122,10 +3141,10 @@
    32583275 else
    32593276   cf_with_progs=yes
    32603277 fi;
    32613278-echo "$as_me:3125: result: $cf_with_progs" >&5
    3262 +echo "$as_me:3143: result: $cf_with_progs" >&5
     3279+echo "$as_me:3144: result: $cf_with_progs" >&5
    32633280 echo "${ECHO_T}$cf_with_progs" >&6
    32643281 
    32653282-echo "$as_me:3128: checking if you wish to install curses.h" >&5
    3266 +echo "$as_me:3146: checking if you wish to install curses.h" >&5
     3283+echo "$as_me:3147: checking if you wish to install curses.h" >&5
    32673284 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6
    32683285 
    32693286 # Check whether --with-curses-h or --without-curses-h was given.
    3270 @@ -3135,7 +3153,7 @@
     3287@@ -3135,7 +3154,7 @@
    32713288 else
    32723289   with_curses_h=yes
    32733290 fi;
    32743291-echo "$as_me:3138: result: $with_curses_h" >&5
    3275 +echo "$as_me:3156: result: $with_curses_h" >&5
     3292+echo "$as_me:3157: result: $with_curses_h" >&5
    32763293 echo "${ECHO_T}$with_curses_h" >&6
    32773294 
    32783295 modules_to_build="ncurses"
    3279 @@ -3161,7 +3179,7 @@
     3296@@ -3161,7 +3180,7 @@
    32803297 do
    32813298   # Extract the first word of "$ac_prog", so it can be a program name with args.
    32823299 set dummy $ac_prog; ac_word=$2
    32833300-echo "$as_me:3164: checking for $ac_word" >&5
    3284 +echo "$as_me:3182: checking for $ac_word" >&5
     3301+echo "$as_me:3183: checking for $ac_word" >&5
    32853302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    32863303 if test "${ac_cv_prog_AWK+set}" = set; then
    32873304   echo $ECHO_N "(cached) $ECHO_C" >&6
    3288 @@ -3176,7 +3194,7 @@
     3305@@ -3176,7 +3195,7 @@
    32893306   test -z "$ac_dir" && ac_dir=.
    32903307   $as_executable_p "$ac_dir/$ac_word" || continue
    32913308 ac_cv_prog_AWK="$ac_prog"
    32923309-echo "$as_me:3179: found $ac_dir/$ac_word" >&5
    3293 +echo "$as_me:3197: found $ac_dir/$ac_word" >&5
     3310+echo "$as_me:3198: found $ac_dir/$ac_word" >&5
    32943311 break
    32953312 done
    32963313 
    3297 @@ -3184,21 +3202,21 @@
     3314@@ -3184,21 +3203,21 @@
    32983315 fi
    32993316 AWK=$ac_cv_prog_AWK
    33003317 if test -n "$AWK"; then
    33013318-  echo "$as_me:3187: result: $AWK" >&5
    3302 +  echo "$as_me:3205: result: $AWK" >&5
     3319+  echo "$as_me:3206: result: $AWK" >&5
    33033320 echo "${ECHO_T}$AWK" >&6
    33043321 else
    33053322-  echo "$as_me:3190: result: no" >&5
    3306 +  echo "$as_me:3208: result: no" >&5
     3323+  echo "$as_me:3209: result: no" >&5
    33073324 echo "${ECHO_T}no" >&6
    33083325 fi
     
    33123329 
    33133330-test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5
    3314 +test -z "$AWK" && { { echo "$as_me:3215: error: No awk program found" >&5
     3331+test -z "$AWK" && { { echo "$as_me:3216: error: No awk program found" >&5
    33153332 echo "$as_me: error: No awk program found" >&2;}
    33163333    { (exit 1); exit 1; }; }
    33173334 
    33183335-echo "$as_me:3201: checking for egrep" >&5
    3319 +echo "$as_me:3219: checking for egrep" >&5
     3336+echo "$as_me:3220: checking for egrep" >&5
    33203337 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    33213338 if test "${ac_cv_prog_egrep+set}" = set; then
    33223339   echo $ECHO_N "(cached) $ECHO_C" >&6
    3323 @@ -3208,11 +3226,11 @@
     3340@@ -3208,11 +3227,11 @@
    33243341     else ac_cv_prog_egrep='egrep'
    33253342     fi
    33263343 fi
    33273344-echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5
    3328 +echo "$as_me:3229: result: $ac_cv_prog_egrep" >&5
     3345+echo "$as_me:3230: result: $ac_cv_prog_egrep" >&5
    33293346 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    33303347  EGREP=$ac_cv_prog_egrep
    33313348 
    33323349-test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5
    3333 +test -z "$EGREP" && { { echo "$as_me:3233: error: No egrep program found" >&5
     3350+test -z "$EGREP" && { { echo "$as_me:3234: error: No egrep program found" >&5
    33343351 echo "$as_me: error: No egrep program found" >&2;}
    33353352    { (exit 1); exit 1; }; }
    33363353 
    3337 @@ -3228,7 +3246,7 @@
     3354@@ -3228,7 +3247,7 @@
    33383355 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    33393356 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    33403357 # ./install, which can be erroneously created by make from ./install.sh.
    33413358-echo "$as_me:3231: checking for a BSD compatible install" >&5
    3342 +echo "$as_me:3249: checking for a BSD compatible install" >&5
     3359+echo "$as_me:3250: checking for a BSD compatible install" >&5
    33433360 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
    33443361 if test -z "$INSTALL"; then
    33453362 if test "${ac_cv_path_install+set}" = set; then
    3346 @@ -3277,7 +3295,7 @@
     3363@@ -3277,7 +3296,7 @@
    33473364     INSTALL=$ac_install_sh
    33483365   fi
    33493366 fi
    33503367-echo "$as_me:3280: result: $INSTALL" >&5
    3351 +echo "$as_me:3298: result: $INSTALL" >&5
     3368+echo "$as_me:3299: result: $INSTALL" >&5
    33523369 echo "${ECHO_T}$INSTALL" >&6
    33533370 
    33543371 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    3355 @@ -3302,7 +3320,7 @@
     3372@@ -3302,7 +3321,7 @@
    33563373 do
    33573374   # Extract the first word of "$ac_prog", so it can be a program name with args.
    33583375 set dummy $ac_prog; ac_word=$2
    33593376-echo "$as_me:3305: checking for $ac_word" >&5
    3360 +echo "$as_me:3323: checking for $ac_word" >&5
     3377+echo "$as_me:3324: checking for $ac_word" >&5
    33613378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    33623379 if test "${ac_cv_prog_LINT+set}" = set; then
    33633380   echo $ECHO_N "(cached) $ECHO_C" >&6
    3364 @@ -3317,7 +3335,7 @@
     3381@@ -3317,7 +3336,7 @@
    33653382   test -z "$ac_dir" && ac_dir=.
    33663383   $as_executable_p "$ac_dir/$ac_word" || continue
    33673384 ac_cv_prog_LINT="$ac_prog"
    33683385-echo "$as_me:3320: found $ac_dir/$ac_word" >&5
    3369 +echo "$as_me:3338: found $ac_dir/$ac_word" >&5
     3386+echo "$as_me:3339: found $ac_dir/$ac_word" >&5
    33703387 break
    33713388 done
    33723389 
    3373 @@ -3325,28 +3343,28 @@
     3390@@ -3325,28 +3344,28 @@
    33743391 fi
    33753392 LINT=$ac_cv_prog_LINT
    33763393 if test -n "$LINT"; then
    33773394-  echo "$as_me:3328: result: $LINT" >&5
    3378 +  echo "$as_me:3346: result: $LINT" >&5
     3395+  echo "$as_me:3347: result: $LINT" >&5
    33793396 echo "${ECHO_T}$LINT" >&6
    33803397 else
    33813398-  echo "$as_me:3331: result: no" >&5
    3382 +  echo "$as_me:3349: result: no" >&5
     3399+  echo "$as_me:3350: result: no" >&5
    33833400 echo "${ECHO_T}no" >&6
    33843401 fi
     
    33883405 
    33893406-echo "$as_me:3338: checking whether ln -s works" >&5
    3390 +echo "$as_me:3356: checking whether ln -s works" >&5
     3407+echo "$as_me:3357: checking whether ln -s works" >&5
    33913408 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
    33923409 LN_S=$as_ln_s
    33933410 if test "$LN_S" = "ln -s"; then
    33943411-  echo "$as_me:3342: result: yes" >&5
    3395 +  echo "$as_me:3360: result: yes" >&5
     3412+  echo "$as_me:3361: result: yes" >&5
    33963413 echo "${ECHO_T}yes" >&6
    33973414 else
    33983415-  echo "$as_me:3345: result: no, using $LN_S" >&5
    3399 +  echo "$as_me:3363: result: no, using $LN_S" >&5
     3416+  echo "$as_me:3364: result: no, using $LN_S" >&5
    34003417 echo "${ECHO_T}no, using $LN_S" >&6
    34013418 fi
    34023419 
    34033420-echo "$as_me:3349: checking for long file names" >&5
    3404 +echo "$as_me:3367: checking for long file names" >&5
     3421+echo "$as_me:3368: checking for long file names" >&5
    34053422 echo $ECHO_N "checking for long file names... $ECHO_C" >&6
    34063423 if test "${ac_cv_sys_long_file_names+set}" = set; then
    34073424   echo $ECHO_N "(cached) $ECHO_C" >&6
    3408 @@ -3385,7 +3403,7 @@
     3425@@ -3385,7 +3404,7 @@
    34093426   rm -rf $ac_xdir 2>/dev/null
    34103427 done
    34113428 fi
    34123429-echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5
    3413 +echo "$as_me:3406: result: $ac_cv_sys_long_file_names" >&5
     3430+echo "$as_me:3407: result: $ac_cv_sys_long_file_names" >&5
    34143431 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
    34153432 if test $ac_cv_sys_long_file_names = yes; then
    34163433 
    3417 @@ -3395,7 +3413,136 @@
     3434@@ -3395,7 +3414,136 @@
    34183435 
    34193436 fi
     
    34223439+# if we find pkg-config, check if we should install the ".pc" files.
    34233440+
    3424 +echo "$as_me:3418: checking if you want to use pkg-config" >&5
     3441+echo "$as_me:3419: checking if you want to use pkg-config" >&5
    34253442+echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6
    34263443+
     
    34323449+  cf_pkg_config=yes
    34333450+fi;
    3434 +echo "$as_me:3428: result: $cf_pkg_config" >&5
     3451+echo "$as_me:3429: result: $cf_pkg_config" >&5
    34353452+echo "${ECHO_T}$cf_pkg_config" >&6
    34363453+
     
    34423459+       # Extract the first word of "pkg-config", so it can be a program name with args.
    34433460+set dummy pkg-config; ac_word=$2
    3444 +echo "$as_me:3438: checking for $ac_word" >&5
     3461+echo "$as_me:3439: checking for $ac_word" >&5
    34453462+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    34463463+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
     
    34593476+  if $as_executable_p "$ac_dir/$ac_word"; then
    34603477+   ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
    3461 +   echo "$as_me:3455: found $ac_dir/$ac_word" >&5
     3478+   echo "$as_me:3456: found $ac_dir/$ac_word" >&5
    34623479+   break
    34633480+fi
     
    34713488+
    34723489+if test -n "$PKG_CONFIG"; then
    3473 +  echo "$as_me:3467: result: $PKG_CONFIG" >&5
     3490+  echo "$as_me:3468: result: $PKG_CONFIG" >&5
    34743491+echo "${ECHO_T}$PKG_CONFIG" >&6
    34753492+else
    3476 +  echo "$as_me:3470: result: no" >&5
     3493+  echo "$as_me:3471: result: no" >&5
    34773494+echo "${ECHO_T}no" >&6
    34783495+fi
     
    35123529+  ;;
    35133530+*)
    3514 +  { { echo "$as_me:3508: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
     3531+  { { echo "$as_me:3509: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
    35153532+echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;}
    35163533+   { (exit 1); exit 1; }; }
     
    35213538+
    35223539+if test "$PKG_CONFIG" != no ; then
    3523 +       echo "$as_me:3517: checking if we should install .pc files for $PKG_CONFIG" >&5
     3540+       echo "$as_me:3518: checking if we should install .pc files for $PKG_CONFIG" >&5
    35243541+echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6
    35253542+
     
    35383555+  enable_pc_files=no
    35393556+fi;
    3540 +               echo "$as_me:3534: result: $enable_pc_files" >&5
     3557+               echo "$as_me:3535: result: $enable_pc_files" >&5
    35413558+echo "${ECHO_T}$enable_pc_files" >&6
    35423559+       else
    3543 +               echo "$as_me:3537: result: no" >&5
     3560+               echo "$as_me:3538: result: no" >&5
    35443561+echo "${ECHO_T}no" >&6
    3545 +               { echo "$as_me:3539: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5
     3562+               { echo "$as_me:3540: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5
    35463563+echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;}
    35473564+               enable_pc_files=no
     
    35493566+fi
    35503567+
    3551 +echo "$as_me:3545: checking if we should assume mixed-case filenames" >&5
     3568+echo "$as_me:3546: checking if we should assume mixed-case filenames" >&5
    35523569 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6
    35533570 
    35543571 # Check whether --enable-mixed-case or --disable-mixed-case was given.
    3555 @@ -3405,11 +3552,11 @@
     3572@@ -3405,11 +3553,11 @@
    35563573 else
    35573574   enable_mixedcase=auto
    35583575 fi;
    35593576-echo "$as_me:3408: result: $enable_mixedcase" >&5
    3560 +echo "$as_me:3555: result: $enable_mixedcase" >&5
     3577+echo "$as_me:3556: result: $enable_mixedcase" >&5
    35613578 echo "${ECHO_T}$enable_mixedcase" >&6
    35623579 if test "$enable_mixedcase" = "auto" ; then
    35633580 
    35643581-echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5
    3565 +echo "$as_me:3559: checking if filesystem supports mixed-case filenames" >&5
     3582+echo "$as_me:3560: checking if filesystem supports mixed-case filenames" >&5
    35663583 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6
    35673584 if test "${cf_cv_mixedcase+set}" = set; then
    35683585   echo $ECHO_N "(cached) $ECHO_C" >&6
    3569 @@ -3436,7 +3583,7 @@
     3586@@ -3436,7 +3584,7 @@
    35703587 fi
    35713588 
    35723589 fi
    35733590-echo "$as_me:3439: result: $cf_cv_mixedcase" >&5
    3574 +echo "$as_me:3586: result: $cf_cv_mixedcase" >&5
     3591+echo "$as_me:3587: result: $cf_cv_mixedcase" >&5
    35753592 echo "${ECHO_T}$cf_cv_mixedcase" >&6
    35763593 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF
    35773594 #define MIXEDCASE_FILENAMES 1
    3578 @@ -3453,7 +3600,7 @@
     3595@@ -3453,7 +3601,7 @@
    35793596 fi
    35803597 
    35813598 # do this after mixed-case option (tags/TAGS is not as important as tic).
    35823599-echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5
    3583 +echo "$as_me:3603: checking whether ${MAKE-make} sets \${MAKE}" >&5
     3600+echo "$as_me:3604: checking whether ${MAKE-make} sets \${MAKE}" >&5
    35843601 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
    35853602 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
    35863603 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    3587 @@ -3473,18 +3620,18 @@
     3604@@ -3473,18 +3621,18 @@
    35883605 rm -f conftest.make
    35893606 fi
    35903607 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    35913608-  echo "$as_me:3476: result: yes" >&5
    3592 +  echo "$as_me:3623: result: yes" >&5
     3609+  echo "$as_me:3624: result: yes" >&5
    35933610 echo "${ECHO_T}yes" >&6
    35943611   SET_MAKE=
    35953612 else
    35963613-  echo "$as_me:3480: result: no" >&5
    3597 +  echo "$as_me:3627: result: no" >&5
     3614+  echo "$as_me:3628: result: no" >&5
    35983615 echo "${ECHO_T}no" >&6
    35993616   SET_MAKE="MAKE=${MAKE-make}"
     
    36033620 set dummy ctags; ac_word=$2
    36043621-echo "$as_me:3487: checking for $ac_word" >&5
    3605 +echo "$as_me:3634: checking for $ac_word" >&5
     3622+echo "$as_me:3635: checking for $ac_word" >&5
    36063623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    36073624 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then
    36083625   echo $ECHO_N "(cached) $ECHO_C" >&6
    3609 @@ -3499,7 +3646,7 @@
     3626@@ -3499,7 +3647,7 @@
    36103627   test -z "$ac_dir" && ac_dir=.
    36113628   $as_executable_p "$ac_dir/$ac_word" || continue
    36123629 ac_cv_prog_MAKE_LOWER_TAGS="yes"
    36133630-echo "$as_me:3502: found $ac_dir/$ac_word" >&5
    3614 +echo "$as_me:3649: found $ac_dir/$ac_word" >&5
     3631+echo "$as_me:3650: found $ac_dir/$ac_word" >&5
    36153632 break
    36163633 done
    36173634 
    3618 @@ -3508,17 +3655,17 @@
     3635@@ -3508,17 +3656,17 @@
    36193636 fi
    36203637 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
    36213638 if test -n "$MAKE_LOWER_TAGS"; then
    36223639-  echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5
    3623 +  echo "$as_me:3658: result: $MAKE_LOWER_TAGS" >&5
     3640+  echo "$as_me:3659: result: $MAKE_LOWER_TAGS" >&5
    36243641 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
    36253642 else
    36263643-  echo "$as_me:3514: result: no" >&5
    3627 +  echo "$as_me:3661: result: no" >&5
     3644+  echo "$as_me:3662: result: no" >&5
    36283645 echo "${ECHO_T}no" >&6
    36293646 fi
     
    36333650 set dummy etags; ac_word=$2
    36343651-echo "$as_me:3521: checking for $ac_word" >&5
    3635 +echo "$as_me:3668: checking for $ac_word" >&5
     3652+echo "$as_me:3669: checking for $ac_word" >&5
    36363653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    36373654 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then
    36383655   echo $ECHO_N "(cached) $ECHO_C" >&6
    3639 @@ -3533,7 +3680,7 @@
     3656@@ -3533,7 +3681,7 @@
    36403657   test -z "$ac_dir" && ac_dir=.
    36413658   $as_executable_p "$ac_dir/$ac_word" || continue
    36423659 ac_cv_prog_MAKE_UPPER_TAGS="yes"
    36433660-echo "$as_me:3536: found $ac_dir/$ac_word" >&5
    3644 +echo "$as_me:3683: found $ac_dir/$ac_word" >&5
     3661+echo "$as_me:3684: found $ac_dir/$ac_word" >&5
    36453662 break
    36463663 done
    36473664 
    3648 @@ -3542,10 +3689,10 @@
     3665@@ -3542,10 +3690,10 @@
    36493666 fi
    36503667 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
    36513668 if test -n "$MAKE_UPPER_TAGS"; then
    36523669-  echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5
    3653 +  echo "$as_me:3692: result: $MAKE_UPPER_TAGS" >&5
     3670+  echo "$as_me:3693: result: $MAKE_UPPER_TAGS" >&5
    36543671 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
    36553672 else
    36563673-  echo "$as_me:3548: result: no" >&5
    3657 +  echo "$as_me:3695: result: no" >&5
     3674+  echo "$as_me:3696: result: no" >&5
    36583675 echo "${ECHO_T}no" >&6
    36593676 fi
    36603677 
    3661 @@ -3565,7 +3712,7 @@
     3678@@ -3565,7 +3713,7 @@
    36623679        MAKE_LOWER_TAGS="#"
    36633680 fi
    36643681 
    36653682-echo "$as_me:3568: checking for makeflags variable" >&5
    3666 +echo "$as_me:3715: checking for makeflags variable" >&5
     3683+echo "$as_me:3716: checking for makeflags variable" >&5
    36673684 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6
    36683685 if test "${cf_cv_makeflags+set}" = set; then
    36693686   echo $ECHO_N "(cached) $ECHO_C" >&6
    3670 @@ -3599,13 +3746,13 @@
     3687@@ -3599,13 +3747,13 @@
    36713688        rm -f cf_makeflags.tmp
    36723689 
    36733690 fi
    36743691-echo "$as_me:3602: result: $cf_cv_makeflags" >&5
    3675 +echo "$as_me:3749: result: $cf_cv_makeflags" >&5
     3692+echo "$as_me:3750: result: $cf_cv_makeflags" >&5
    36763693 echo "${ECHO_T}$cf_cv_makeflags" >&6
    36773694 
     
    36803697 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    36813698-echo "$as_me:3608: checking for $ac_word" >&5
    3682 +echo "$as_me:3755: checking for $ac_word" >&5
     3699+echo "$as_me:3756: checking for $ac_word" >&5
    36833700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    36843701 if test "${ac_cv_prog_RANLIB+set}" = set; then
    36853702   echo $ECHO_N "(cached) $ECHO_C" >&6
    3686 @@ -3620,7 +3767,7 @@
     3703@@ -3620,7 +3768,7 @@
    36873704   test -z "$ac_dir" && ac_dir=.
    36883705   $as_executable_p "$ac_dir/$ac_word" || continue
    36893706 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    36903707-echo "$as_me:3623: found $ac_dir/$ac_word" >&5
    3691 +echo "$as_me:3770: found $ac_dir/$ac_word" >&5
     3708+echo "$as_me:3771: found $ac_dir/$ac_word" >&5
    36923709 break
    36933710 done
    36943711 
    3695 @@ -3628,10 +3775,10 @@
     3712@@ -3628,10 +3776,10 @@
    36963713 fi
    36973714 RANLIB=$ac_cv_prog_RANLIB
    36983715 if test -n "$RANLIB"; then
    36993716-  echo "$as_me:3631: result: $RANLIB" >&5
    3700 +  echo "$as_me:3778: result: $RANLIB" >&5
     3717+  echo "$as_me:3779: result: $RANLIB" >&5
    37013718 echo "${ECHO_T}$RANLIB" >&6
    37023719 else
    37033720-  echo "$as_me:3634: result: no" >&5
    3704 +  echo "$as_me:3781: result: no" >&5
     3721+  echo "$as_me:3782: result: no" >&5
    37053722 echo "${ECHO_T}no" >&6
    37063723 fi
    37073724 
    3708 @@ -3640,7 +3787,7 @@
     3725@@ -3640,7 +3788,7 @@
    37093726   ac_ct_RANLIB=$RANLIB
    37103727   # Extract the first word of "ranlib", so it can be a program name with args.
    37113728 set dummy ranlib; ac_word=$2
    37123729-echo "$as_me:3643: checking for $ac_word" >&5
    3713 +echo "$as_me:3790: checking for $ac_word" >&5
     3730+echo "$as_me:3791: checking for $ac_word" >&5
    37143731 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    37153732 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    37163733   echo $ECHO_N "(cached) $ECHO_C" >&6
    3717 @@ -3655,7 +3802,7 @@
     3734@@ -3655,7 +3803,7 @@
    37183735   test -z "$ac_dir" && ac_dir=.
    37193736   $as_executable_p "$ac_dir/$ac_word" || continue
    37203737 ac_cv_prog_ac_ct_RANLIB="ranlib"
    37213738-echo "$as_me:3658: found $ac_dir/$ac_word" >&5
    3722 +echo "$as_me:3805: found $ac_dir/$ac_word" >&5
     3739+echo "$as_me:3806: found $ac_dir/$ac_word" >&5
    37233740 break
    37243741 done
    37253742 
    3726 @@ -3664,10 +3811,10 @@
     3743@@ -3664,10 +3812,10 @@
    37273744 fi
    37283745 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    37293746 if test -n "$ac_ct_RANLIB"; then
    37303747-  echo "$as_me:3667: result: $ac_ct_RANLIB" >&5
    3731 +  echo "$as_me:3814: result: $ac_ct_RANLIB" >&5
     3748+  echo "$as_me:3815: result: $ac_ct_RANLIB" >&5
    37323749 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    37333750 else
    37343751-  echo "$as_me:3670: result: no" >&5
    3735 +  echo "$as_me:3817: result: no" >&5
     3752+  echo "$as_me:3818: result: no" >&5
    37363753 echo "${ECHO_T}no" >&6
    37373754 fi
    37383755 
    3739 @@ -3679,7 +3826,7 @@
     3756@@ -3679,7 +3827,7 @@
    37403757 if test -n "$ac_tool_prefix"; then
    37413758   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
    37423759 set dummy ${ac_tool_prefix}ld; ac_word=$2
    37433760-echo "$as_me:3682: checking for $ac_word" >&5
    3744 +echo "$as_me:3829: checking for $ac_word" >&5
     3761+echo "$as_me:3830: checking for $ac_word" >&5
    37453762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    37463763 if test "${ac_cv_prog_LD+set}" = set; then
    37473764   echo $ECHO_N "(cached) $ECHO_C" >&6
    3748 @@ -3694,7 +3841,7 @@
     3765@@ -3694,7 +3842,7 @@
    37493766   test -z "$ac_dir" && ac_dir=.
    37503767   $as_executable_p "$ac_dir/$ac_word" || continue
    37513768 ac_cv_prog_LD="${ac_tool_prefix}ld"
    37523769-echo "$as_me:3697: found $ac_dir/$ac_word" >&5
    3753 +echo "$as_me:3844: found $ac_dir/$ac_word" >&5
     3770+echo "$as_me:3845: found $ac_dir/$ac_word" >&5
    37543771 break
    37553772 done
    37563773 
    3757 @@ -3702,10 +3849,10 @@
     3774@@ -3702,10 +3850,10 @@
    37583775 fi
    37593776 LD=$ac_cv_prog_LD
    37603777 if test -n "$LD"; then
    37613778-  echo "$as_me:3705: result: $LD" >&5
    3762 +  echo "$as_me:3852: result: $LD" >&5
     3779+  echo "$as_me:3853: result: $LD" >&5
    37633780 echo "${ECHO_T}$LD" >&6
    37643781 else
    37653782-  echo "$as_me:3708: result: no" >&5
    3766 +  echo "$as_me:3855: result: no" >&5
     3783+  echo "$as_me:3856: result: no" >&5
    37673784 echo "${ECHO_T}no" >&6
    37683785 fi
    37693786 
    3770 @@ -3714,7 +3861,7 @@
     3787@@ -3714,7 +3862,7 @@
    37713788   ac_ct_LD=$LD
    37723789   # Extract the first word of "ld", so it can be a program name with args.
    37733790 set dummy ld; ac_word=$2
    37743791-echo "$as_me:3717: checking for $ac_word" >&5
    3775 +echo "$as_me:3864: checking for $ac_word" >&5
     3792+echo "$as_me:3865: checking for $ac_word" >&5
    37763793 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    37773794 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
    37783795   echo $ECHO_N "(cached) $ECHO_C" >&6
    3779 @@ -3729,7 +3876,7 @@
     3796@@ -3729,7 +3877,7 @@
    37803797   test -z "$ac_dir" && ac_dir=.
    37813798   $as_executable_p "$ac_dir/$ac_word" || continue
    37823799 ac_cv_prog_ac_ct_LD="ld"
    37833800-echo "$as_me:3732: found $ac_dir/$ac_word" >&5
    3784 +echo "$as_me:3879: found $ac_dir/$ac_word" >&5
     3801+echo "$as_me:3880: found $ac_dir/$ac_word" >&5
    37853802 break
    37863803 done
    37873804 
    3788 @@ -3738,10 +3885,10 @@
     3805@@ -3738,10 +3886,10 @@
    37893806 fi
    37903807 ac_ct_LD=$ac_cv_prog_ac_ct_LD
    37913808 if test -n "$ac_ct_LD"; then
    37923809-  echo "$as_me:3741: result: $ac_ct_LD" >&5
    3793 +  echo "$as_me:3888: result: $ac_ct_LD" >&5
     3810+  echo "$as_me:3889: result: $ac_ct_LD" >&5
    37943811 echo "${ECHO_T}$ac_ct_LD" >&6
    37953812 else
    37963813-  echo "$as_me:3744: result: no" >&5
    3797 +  echo "$as_me:3891: result: no" >&5
     3814+  echo "$as_me:3892: result: no" >&5
    37983815 echo "${ECHO_T}no" >&6
    37993816 fi
    38003817 
    3801 @@ -3753,7 +3900,7 @@
     3818@@ -3753,7 +3901,7 @@
    38023819 if test -n "$ac_tool_prefix"; then
    38033820   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    38043821 set dummy ${ac_tool_prefix}ar; ac_word=$2
    38053822-echo "$as_me:3756: checking for $ac_word" >&5
    3806 +echo "$as_me:3903: checking for $ac_word" >&5
     3823+echo "$as_me:3904: checking for $ac_word" >&5
    38073824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    38083825 if test "${ac_cv_prog_AR+set}" = set; then
    38093826   echo $ECHO_N "(cached) $ECHO_C" >&6
    3810 @@ -3768,7 +3915,7 @@
     3827@@ -3768,7 +3916,7 @@
    38113828   test -z "$ac_dir" && ac_dir=.
    38123829   $as_executable_p "$ac_dir/$ac_word" || continue
    38133830 ac_cv_prog_AR="${ac_tool_prefix}ar"
    38143831-echo "$as_me:3771: found $ac_dir/$ac_word" >&5
    3815 +echo "$as_me:3918: found $ac_dir/$ac_word" >&5
     3832+echo "$as_me:3919: found $ac_dir/$ac_word" >&5
    38163833 break
    38173834 done
    38183835 
    3819 @@ -3776,10 +3923,10 @@
     3836@@ -3776,10 +3924,10 @@
    38203837 fi
    38213838 AR=$ac_cv_prog_AR
    38223839 if test -n "$AR"; then
    38233840-  echo "$as_me:3779: result: $AR" >&5
    3824 +  echo "$as_me:3926: result: $AR" >&5
     3841+  echo "$as_me:3927: result: $AR" >&5
    38253842 echo "${ECHO_T}$AR" >&6
    38263843 else
    38273844-  echo "$as_me:3782: result: no" >&5
    3828 +  echo "$as_me:3929: result: no" >&5
     3845+  echo "$as_me:3930: result: no" >&5
    38293846 echo "${ECHO_T}no" >&6
    38303847 fi
    38313848 
    3832 @@ -3788,7 +3935,7 @@
     3849@@ -3788,7 +3936,7 @@
    38333850   ac_ct_AR=$AR
    38343851   # Extract the first word of "ar", so it can be a program name with args.
    38353852 set dummy ar; ac_word=$2
    38363853-echo "$as_me:3791: checking for $ac_word" >&5
    3837 +echo "$as_me:3938: checking for $ac_word" >&5
     3854+echo "$as_me:3939: checking for $ac_word" >&5
    38383855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    38393856 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
    38403857   echo $ECHO_N "(cached) $ECHO_C" >&6
    3841 @@ -3803,7 +3950,7 @@
     3858@@ -3803,7 +3951,7 @@
    38423859   test -z "$ac_dir" && ac_dir=.
    38433860   $as_executable_p "$ac_dir/$ac_word" || continue
    38443861 ac_cv_prog_ac_ct_AR="ar"
    38453862-echo "$as_me:3806: found $ac_dir/$ac_word" >&5
    3846 +echo "$as_me:3953: found $ac_dir/$ac_word" >&5
     3863+echo "$as_me:3954: found $ac_dir/$ac_word" >&5
    38473864 break
    38483865 done
    38493866 
    3850 @@ -3812,10 +3959,10 @@
     3867@@ -3812,10 +3960,10 @@
    38513868 fi
    38523869 ac_ct_AR=$ac_cv_prog_ac_ct_AR
    38533870 if test -n "$ac_ct_AR"; then
    38543871-  echo "$as_me:3815: result: $ac_ct_AR" >&5
    3855 +  echo "$as_me:3962: result: $ac_ct_AR" >&5
     3872+  echo "$as_me:3963: result: $ac_ct_AR" >&5
    38563873 echo "${ECHO_T}$ac_ct_AR" >&6
    38573874 else
    38583875-  echo "$as_me:3818: result: no" >&5
    3859 +  echo "$as_me:3965: result: no" >&5
     3876+  echo "$as_me:3966: result: no" >&5
    38603877 echo "${ECHO_T}no" >&6
    38613878 fi
    38623879 
    3863 @@ -3824,25 +3971,123 @@
     3880@@ -3824,25 +3972,123 @@
    38643881   AR="$ac_cv_prog_AR"
    38653882 fi
     
    38693886+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    38703887+set dummy ${ac_tool_prefix}ar; ac_word=$2
    3871 +echo "$as_me:3977: checking for $ac_word" >&5
     3888+echo "$as_me:3978: checking for $ac_word" >&5
    38723889+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    38733890+if test "${ac_cv_prog_AR+set}" = set; then
     
    38843901+  $as_executable_p "$ac_dir/$ac_word" || continue
    38853902+ac_cv_prog_AR="${ac_tool_prefix}ar"
    3886 +echo "$as_me:3992: found $ac_dir/$ac_word" >&5
     3903+echo "$as_me:3993: found $ac_dir/$ac_word" >&5
    38873904+break
    38883905+done
     
    38943911+AR=$ac_cv_prog_AR
    38953912+if test -n "$AR"; then
    3896 +  echo "$as_me:4000: result: $AR" >&5
     3913+  echo "$as_me:4001: result: $AR" >&5
    38973914+echo "${ECHO_T}$AR" >&6
    38983915+else
    3899 +  echo "$as_me:4003: result: no" >&5
     3916+  echo "$as_me:4004: result: no" >&5
    39003917+echo "${ECHO_T}no" >&6
    39013918+fi
     
    39083925+  # Extract the first word of "ar", so it can be a program name with args.
    39093926+set dummy ar; ac_word=$2
    3910 +echo "$as_me:4012: checking for $ac_word" >&5
     3927+echo "$as_me:4013: checking for $ac_word" >&5
    39113928+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    39123929+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
     
    39233940+  $as_executable_p "$ac_dir/$ac_word" || continue
    39243941+ac_cv_prog_ac_ct_AR="ar"
    3925 +echo "$as_me:4027: found $ac_dir/$ac_word" >&5
     3942+echo "$as_me:4028: found $ac_dir/$ac_word" >&5
    39263943+break
    39273944+done
     
    39323949+ac_ct_AR=$ac_cv_prog_ac_ct_AR
    39333950+if test -n "$ac_ct_AR"; then
    3934 +  echo "$as_me:4036: result: $ac_ct_AR" >&5
     3951+  echo "$as_me:4037: result: $ac_ct_AR" >&5
    39353952+echo "${ECHO_T}$ac_ct_AR" >&6
    39363953+else
    3937 +  echo "$as_me:4039: result: no" >&5
     3954+  echo "$as_me:4040: result: no" >&5
    39383955+echo "${ECHO_T}no" >&6
    39393956+fi
     
    39443961+fi
    39453962+
    3946 +echo "$as_me:4048: checking for options to update archives" >&5
     3963+echo "$as_me:4049: checking for options to update archives" >&5
    39473964+echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6
    39483965+if test "${cf_cv_ar_flags+set}" = set; then
     
    39553972+               rm -f conftest.$ac_cv_objext
    39563973+               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+
    39613975+               cat >conftest.$ac_ext <<EOF
    3962 +#line 4061 "configure"
     3976+#line 4062 "configure"
    39633977+int    testdata[3] = { 123, 456, 789 };
    39643978+EOF
    3965 +               if { (eval echo "$as_me:4064: \"$ac_compile\"") >&5
     3979+               if { (eval echo "$as_me:4065: \"$ac_compile\"") >&5
    39663980+  (eval $ac_compile) 2>&5
    39673981+  ac_status=$?
    3968 +  echo "$as_me:4067: \$? = $ac_status" >&5
     3982+  echo "$as_me:4068: \$? = $ac_status" >&5
    39693983+  (exit $ac_status); } ; then
    39703984+                       $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null
     
    39753989+               else
    39763990+                       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
    39793996+
    39803997+                       break
     
    39844001 
    39854002 fi
    3986 +echo "$as_me:4085: result: $cf_cv_ar_flags" >&5
     4003+echo "$as_me:4086: result: $cf_cv_ar_flags" >&5
    39874004+echo "${ECHO_T}$cf_cv_ar_flags" >&6
    39884005+test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags
     
    39904007 
    39914008-echo "$as_me:3845: checking if you have specified an install-prefix" >&5
    3992 +echo "$as_me:4090: checking if you have specified an install-prefix" >&5
     4009+echo "$as_me:4091: checking if you have specified an install-prefix" >&5
    39934010 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6
    39944011 
    39954012 # Check whether --with-install-prefix or --without-install-prefix was given.
    3996 @@ -3855,7 +4100,7 @@
     4013@@ -3855,7 +4101,7 @@
    39974014                ;;
    39984015        esac
    39994016 fi;
    40004017-echo "$as_me:3858: result: $DESTDIR" >&5
    4001 +echo "$as_me:4103: result: $DESTDIR" >&5
     4018+echo "$as_me:4104: result: $DESTDIR" >&5
    40024019 echo "${ECHO_T}$DESTDIR" >&6
    40034020 
    40044021 ###############################################################################
    4005 @@ -3883,7 +4128,7 @@
     4022@@ -3883,7 +4129,7 @@
    40064023 do
    40074024   # Extract the first word of "$ac_prog", so it can be a program name with args.
    40084025 set dummy $ac_prog; ac_word=$2
    40094026-echo "$as_me:3886: checking for $ac_word" >&5
    4010 +echo "$as_me:4131: checking for $ac_word" >&5
     4027+echo "$as_me:4132: checking for $ac_word" >&5
    40114028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    40124029 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
    40134030   echo $ECHO_N "(cached) $ECHO_C" >&6
    4014 @@ -3898,7 +4143,7 @@
     4031@@ -3898,7 +4144,7 @@
    40154032   test -z "$ac_dir" && ac_dir=.
    40164033   $as_executable_p "$ac_dir/$ac_word" || continue
    40174034 ac_cv_prog_BUILD_CC="$ac_prog"
    40184035-echo "$as_me:3901: found $ac_dir/$ac_word" >&5
    4019 +echo "$as_me:4146: found $ac_dir/$ac_word" >&5
     4036+echo "$as_me:4147: found $ac_dir/$ac_word" >&5
    40204037 break
    40214038 done
    40224039 
    4023 @@ -3906,10 +4151,10 @@
     4040@@ -3906,10 +4152,10 @@
    40244041 fi
    40254042 BUILD_CC=$ac_cv_prog_BUILD_CC
    40264043 if test -n "$BUILD_CC"; then
    40274044-  echo "$as_me:3909: result: $BUILD_CC" >&5
    4028 +  echo "$as_me:4154: result: $BUILD_CC" >&5
     4045+  echo "$as_me:4155: result: $BUILD_CC" >&5
    40294046 echo "${ECHO_T}$BUILD_CC" >&6
    40304047 else
    40314048-  echo "$as_me:3912: result: no" >&5
    4032 +  echo "$as_me:4157: result: no" >&5
     4049+  echo "$as_me:4158: result: no" >&5
    40334050 echo "${ECHO_T}no" >&6
    40344051 fi
    40354052 
    4036 @@ -3917,12 +4162,12 @@
     4053@@ -3917,12 +4163,12 @@
    40374054 done
    40384055 
    40394056 fi;
    40404057-       echo "$as_me:3920: checking for native build C compiler" >&5
    4041 +       echo "$as_me:4165: checking for native build C compiler" >&5
     4058+       echo "$as_me:4166: checking for native build C compiler" >&5
    40424059 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
    40434060-       echo "$as_me:3922: result: $BUILD_CC" >&5
    4044 +       echo "$as_me:4167: result: $BUILD_CC" >&5
     4061+       echo "$as_me:4168: result: $BUILD_CC" >&5
    40454062 echo "${ECHO_T}$BUILD_CC" >&6
    40464063 
    40474064-       echo "$as_me:3925: checking for native build C preprocessor" >&5
    4048 +       echo "$as_me:4170: checking for native build C preprocessor" >&5
     4065+       echo "$as_me:4171: checking for native build C preprocessor" >&5
    40494066 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6
    40504067 
    40514068 # Check whether --with-build-cpp or --without-build-cpp was given.
    4052 @@ -3932,10 +4177,10 @@
     4069@@ -3932,10 +4178,10 @@
    40534070 else
    40544071   BUILD_CPP='${BUILD_CC} -E'
    40554072 fi;
    40564073-       echo "$as_me:3935: result: $BUILD_CPP" >&5
    4057 +       echo "$as_me:4180: result: $BUILD_CPP" >&5
     4074+       echo "$as_me:4181: result: $BUILD_CPP" >&5
    40584075 echo "${ECHO_T}$BUILD_CPP" >&6
    40594076 
    40604077-       echo "$as_me:3938: checking for native build C flags" >&5
    4061 +       echo "$as_me:4183: checking for native build C flags" >&5
     4078+       echo "$as_me:4184: checking for native build C flags" >&5
    40624079 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6
    40634080 
    40644081 # Check whether --with-build-cflags or --without-build-cflags was given.
    4065 @@ -3943,10 +4188,10 @@
     4082@@ -3943,10 +4189,10 @@
    40664083   withval="$with_build_cflags"
    40674084   BUILD_CFLAGS="$withval"
    40684085 fi;
    40694086-       echo "$as_me:3946: result: $BUILD_CFLAGS" >&5
    4070 +       echo "$as_me:4191: result: $BUILD_CFLAGS" >&5
     4087+       echo "$as_me:4192: result: $BUILD_CFLAGS" >&5
    40714088 echo "${ECHO_T}$BUILD_CFLAGS" >&6
    40724089 
    40734090-       echo "$as_me:3949: checking for native build C preprocessor-flags" >&5
    4074 +       echo "$as_me:4194: checking for native build C preprocessor-flags" >&5
     4091+       echo "$as_me:4195: checking for native build C preprocessor-flags" >&5
    40754092 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6
    40764093 
    40774094 # Check whether --with-build-cppflags or --without-build-cppflags was given.
    4078 @@ -3954,10 +4199,10 @@
     4095@@ -3954,10 +4200,10 @@
    40794096   withval="$with_build_cppflags"
    40804097   BUILD_CPPFLAGS="$withval"
    40814098 fi;
    40824099-       echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5
    4083 +       echo "$as_me:4202: result: $BUILD_CPPFLAGS" >&5
     4100+       echo "$as_me:4203: result: $BUILD_CPPFLAGS" >&5
    40844101 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
    40854102 
    40864103-       echo "$as_me:3960: checking for native build linker-flags" >&5
    4087 +       echo "$as_me:4205: checking for native build linker-flags" >&5
     4104+       echo "$as_me:4206: checking for native build linker-flags" >&5
    40884105 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6
    40894106 
    40904107 # Check whether --with-build-ldflags or --without-build-ldflags was given.
    4091 @@ -3965,10 +4210,10 @@
     4108@@ -3965,10 +4211,10 @@
    40924109   withval="$with_build_ldflags"
    40934110   BUILD_LDFLAGS="$withval"
    40944111 fi;
    40954112-       echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5
    4096 +       echo "$as_me:4213: result: $BUILD_LDFLAGS" >&5
     4113+       echo "$as_me:4214: result: $BUILD_LDFLAGS" >&5
    40974114 echo "${ECHO_T}$BUILD_LDFLAGS" >&6
    40984115 
    40994116-       echo "$as_me:3971: checking for native build linker-libraries" >&5
    4100 +       echo "$as_me:4216: checking for native build linker-libraries" >&5
     4117+       echo "$as_me:4217: checking for native build linker-libraries" >&5
    41014118 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6
    41024119 
    41034120 # Check whether --with-build-libs or --without-build-libs was given.
    4104 @@ -3976,7 +4221,7 @@
     4121@@ -3976,7 +4222,7 @@
    41054122   withval="$with_build_libs"
    41064123   BUILD_LIBS="$withval"
    41074124 fi;
    41084125-       echo "$as_me:3979: result: $BUILD_LIBS" >&5
    4109 +       echo "$as_me:4224: result: $BUILD_LIBS" >&5
     4126+       echo "$as_me:4225: result: $BUILD_LIBS" >&5
    41104127 echo "${ECHO_T}$BUILD_LIBS" >&6
    41114128 
    41124129        # this assumes we're on Unix.
    4113 @@ -3986,7 +4231,7 @@
     4130@@ -3986,7 +4232,7 @@
    41144131        : ${BUILD_CC:='${CC}'}
    41154132 
    41164133        if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
    41174134-               { { echo "$as_me:3989: error: Cross-build requires two compilers.
    4118 +               { { echo "$as_me:4234: error: Cross-build requires two compilers.
     4135+               { { echo "$as_me:4235: error: Cross-build requires two compilers.
    41194136 Use --with-build-cc to specify the native compiler." >&5
    41204137 echo "$as_me: error: Cross-build requires two compilers.
    41214138 Use --with-build-cc to specify the native compiler." >&2;}
    4122 @@ -4027,7 +4272,7 @@
     4139@@ -4027,7 +4273,7 @@
    41234140 LIB_INSTALL=
    41244141 LIB_UNINSTALL=
    41254142 
    41264143-echo "$as_me:4030: checking if you want to build libraries with libtool" >&5
    4127 +echo "$as_me:4275: checking if you want to build libraries with libtool" >&5
     4144+echo "$as_me:4276: checking if you want to build libraries with libtool" >&5
    41284145 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6
    41294146 
    41304147 # Check whether --with-libtool or --without-libtool was given.
    4131 @@ -4037,11 +4282,11 @@
     4148@@ -4037,11 +4283,11 @@
    41324149 else
    41334150   with_libtool=no
    41344151 fi;
    41354152-echo "$as_me:4040: result: $with_libtool" >&5
    4136 +echo "$as_me:4285: result: $with_libtool" >&5
     4153+echo "$as_me:4286: result: $with_libtool" >&5
    41374154 echo "${ECHO_T}$with_libtool" >&6
    41384155 if test "$with_libtool" != "no"; then
     
    41434160 if test "x$prefix" != xNONE; then
    41444161   cf_path_syntax="$prefix"
    4145 @@ -4068,7 +4313,7 @@
     4162@@ -4068,7 +4314,7 @@
    41464163   with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%`
    41474164   ;;
    41484165 *)
    41494166-  { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5
    4150 +  { { echo "$as_me:4316: error: expected a pathname, not \"$with_libtool\"" >&5
     4167+  { { echo "$as_me:4317: error: expected a pathname, not \"$with_libtool\"" >&5
    41514168 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;}
    41524169    { (exit 1); exit 1; }; }
    41534170   ;;
    4154 @@ -4076,9 +4321,9 @@
     4171@@ -4076,9 +4322,9 @@
    41554172 
    41564173                LIBTOOL=$with_libtool
     
    41604177 set dummy libtool; ac_word=$2
    41614178-echo "$as_me:4081: checking for $ac_word" >&5
    4162 +echo "$as_me:4326: checking for $ac_word" >&5
     4179+echo "$as_me:4327: checking for $ac_word" >&5
    41634180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    41644181 if test "${ac_cv_path_LIBTOOL+set}" = set; then
    41654182   echo $ECHO_N "(cached) $ECHO_C" >&6
    4166 @@ -4095,7 +4340,7 @@
     4183@@ -4095,7 +4341,7 @@
    41674184   test -z "$ac_dir" && ac_dir=.
    41684185   if $as_executable_p "$ac_dir/$ac_word"; then
    41694186    ac_cv_path_LIBTOOL="$ac_dir/$ac_word"
    41704187-   echo "$as_me:4098: found $ac_dir/$ac_word" >&5
    4171 +   echo "$as_me:4343: found $ac_dir/$ac_word" >&5
     4188+   echo "$as_me:4344: found $ac_dir/$ac_word" >&5
    41724189    break
    41734190 fi
    41744191 done
    4175 @@ -4106,20 +4351,20 @@
     4192@@ -4106,20 +4352,20 @@
    41764193 LIBTOOL=$ac_cv_path_LIBTOOL
    41774194 
    41784195 if test -n "$LIBTOOL"; then
    41794196-  echo "$as_me:4109: result: $LIBTOOL" >&5
    4180 +  echo "$as_me:4354: result: $LIBTOOL" >&5
     4197+  echo "$as_me:4355: result: $LIBTOOL" >&5
    41814198 echo "${ECHO_T}$LIBTOOL" >&6
    41824199 else
    41834200-  echo "$as_me:4112: result: no" >&5
    4184 +  echo "$as_me:4357: result: no" >&5
     4201+  echo "$as_me:4358: result: no" >&5
    41854202 echo "${ECHO_T}no" >&6
    41864203 fi
     
    41914208+       fi
    41924209+       if test -z "$LIBTOOL" ; then
    4193 +               { { echo "$as_me:4363: error: Cannot find libtool" >&5
     4210+               { { echo "$as_me:4364: error: Cannot find libtool" >&5
    41944211 echo "$as_me: error: Cannot find libtool" >&2;}
    41954212    { (exit 1); exit 1; }; }
     
    42014218        LIB_SUFFIX=.la
    42024219        LIB_CLEAN='${LIBTOOL} --mode=clean'
    4203 @@ -4130,24 +4375,32 @@
     4220@@ -4130,24 +4376,32 @@
    42044221        LIB_PREP=:
    42054222 
    42064223        # Show the version of libtool
    42074224-       echo "$as_me:4133: checking version of libtool" >&5
    4208 +       echo "$as_me:4378: checking version of libtool" >&5
     4225+       echo "$as_me:4379: checking version of libtool" >&5
    42094226 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6
    42104227 
     
    42154232        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.].*//'`
    42164233-       echo "$as_me:4140: result: $cf_cv_libtool_version" >&5
    4217 +       echo "$as_me:4385: result: $cf_cv_libtool_version" >&5
     4234+       echo "$as_me:4386: result: $cf_cv_libtool_version" >&5
    42184235 echo "${ECHO_T}$cf_cv_libtool_version" >&6
    42194236        if test -z "$cf_cv_libtool_version" ; then
    42204237-               { { echo "$as_me:4143: error: This is not GNU libtool" >&5
    4221 +               { { echo "$as_me:4388: error: This is not GNU libtool" >&5
     4238+               { { echo "$as_me:4389: error: This is not GNU libtool" >&5
    42224239 echo "$as_me: error: This is not GNU libtool" >&2;}
    42234240    { (exit 1); exit 1; }; }
     
    42404257                LIBTOOL="$LIBTOOL --tag=CC"
    42414258                ;;
    4242 @@ -4168,7 +4421,7 @@
     4259@@ -4168,7 +4422,7 @@
    42434260 
    42444261 else
    42454262 
    42464263-echo "$as_me:4171: checking if you want to build shared libraries" >&5
    4247 +echo "$as_me:4424: checking if you want to build shared libraries" >&5
     4264+echo "$as_me:4425: checking if you want to build shared libraries" >&5
    42484265 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6
    42494266 
    42504267 # Check whether --with-shared or --without-shared was given.
    4251 @@ -4178,11 +4431,11 @@
     4268@@ -4178,11 +4432,11 @@
    42524269 else
    42534270   with_shared=no
    42544271 fi;
    42554272-echo "$as_me:4181: result: $with_shared" >&5
    4256 +echo "$as_me:4434: result: $with_shared" >&5
     4273+echo "$as_me:4435: result: $with_shared" >&5
    42574274 echo "${ECHO_T}$with_shared" >&6
    42584275 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared"
    42594276 
    42604277-echo "$as_me:4185: checking if you want to build static libraries" >&5
    4261 +echo "$as_me:4438: checking if you want to build static libraries" >&5
     4278+echo "$as_me:4439: checking if you want to build static libraries" >&5
    42624279 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6
    42634280 
    42644281 # Check whether --with-normal or --without-normal was given.
    4265 @@ -4192,11 +4445,11 @@
     4282@@ -4192,11 +4446,11 @@
    42664283 else
    42674284   with_normal=yes
    42684285 fi;
    42694286-echo "$as_me:4195: result: $with_normal" >&5
    4270 +echo "$as_me:4448: result: $with_normal" >&5
     4287+echo "$as_me:4449: result: $with_normal" >&5
    42714288 echo "${ECHO_T}$with_normal" >&6
    42724289 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal"
    42734290 
    42744291-echo "$as_me:4199: checking if you want to build debug libraries" >&5
    4275 +echo "$as_me:4452: checking if you want to build debug libraries" >&5
     4292+echo "$as_me:4453: checking if you want to build debug libraries" >&5
    42764293 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6
    42774294 
    42784295 # Check whether --with-debug or --without-debug was given.
    4279 @@ -4206,11 +4459,11 @@
     4296@@ -4206,11 +4460,11 @@
    42804297 else
    42814298   with_debug=yes
    42824299 fi;
    42834300-echo "$as_me:4209: result: $with_debug" >&5
    4284 +echo "$as_me:4462: result: $with_debug" >&5
     4301+echo "$as_me:4463: result: $with_debug" >&5
    42854302 echo "${ECHO_T}$with_debug" >&6
    42864303 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug"
    42874304 
    42884305-echo "$as_me:4213: checking if you want to build profiling libraries" >&5
    4289 +echo "$as_me:4466: checking if you want to build profiling libraries" >&5
     4306+echo "$as_me:4467: checking if you want to build profiling libraries" >&5
    42904307 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6
    42914308 
    42924309 # Check whether --with-profile or --without-profile was given.
    4293 @@ -4220,7 +4473,7 @@
     4310@@ -4220,7 +4474,7 @@
    42944311 else
    42954312   with_profile=no
    42964313 fi;
    42974314-echo "$as_me:4223: result: $with_profile" >&5
    4298 +echo "$as_me:4476: result: $with_profile" >&5
     4315+echo "$as_me:4477: result: $with_profile" >&5
    42994316 echo "${ECHO_T}$with_profile" >&6
    43004317 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile"
    43014318 
    4302 @@ -4228,19 +4481,19 @@
     4319@@ -4228,19 +4482,19 @@
    43034320 
    43044321 ###############################################################################
    43054322 
    43064323-echo "$as_me:4231: checking for specified models" >&5
    4307 +echo "$as_me:4484: checking for specified models" >&5
     4324+echo "$as_me:4485: checking for specified models" >&5
    43084325 echo $ECHO_N "checking for specified models... $ECHO_C" >&6
    43094326 test -z "$cf_list_models" && cf_list_models=normal
    43104327 test "$with_libtool" != "no" && cf_list_models=libtool
    43114328-echo "$as_me:4235: result: $cf_list_models" >&5
    4312 +echo "$as_me:4488: result: $cf_list_models" >&5
     4329+echo "$as_me:4489: result: $cf_list_models" >&5
    43134330 echo "${ECHO_T}$cf_list_models" >&6
    43144331 
     
    43164333 ### up test-applications.
    43174334-echo "$as_me:4240: checking for default model" >&5
    4318 +echo "$as_me:4493: checking for default model" >&5
     4335+echo "$as_me:4494: checking for default model" >&5
    43194336 echo $ECHO_N "checking for default model... $ECHO_C" >&6
    43204337 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'`
    43214338-echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5
    4322 +echo "$as_me:4496: result: $DFT_LWR_MODEL" >&5
     4339+echo "$as_me:4497: result: $DFT_LWR_MODEL" >&5
    43234340 echo "${ECHO_T}$DFT_LWR_MODEL" >&6
    43244341 
    43254342 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
    4326 @@ -4269,7 +4522,7 @@
     4343@@ -4269,7 +4523,7 @@
    43274344 
    43284345 ###############################################################################
    43294346 
    43304347-echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5
    4331 +echo "$as_me:4525: checking if you want to build a separate terminfo library" >&5
     4348+echo "$as_me:4526: checking if you want to build a separate terminfo library" >&5
    43324349 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6
    43334350 
    43344351 # Check whether --with-termlib or --without-termlib was given.
    4335 @@ -4279,10 +4532,10 @@
     4352@@ -4279,10 +4533,10 @@
    43364353 else
    43374354   with_termlib=no
    43384355 fi;
    43394356-echo "$as_me:4282: result: $with_termlib" >&5
    4340 +echo "$as_me:4535: result: $with_termlib" >&5
     4357+echo "$as_me:4536: result: $with_termlib" >&5
    43414358 echo "${ECHO_T}$with_termlib" >&6
    43424359 
    43434360-echo "$as_me:4285: checking if you want to build a separate tic library" >&5
    4344 +echo "$as_me:4538: checking if you want to build a separate tic library" >&5
     4361+echo "$as_me:4539: checking if you want to build a separate tic library" >&5
    43454362 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6
    43464363 
    43474364 # Check whether --with-ticlib or --without-ticlib was given.
    4348 @@ -4292,13 +4545,13 @@
     4365@@ -4292,13 +4546,13 @@
    43494366 else
    43504367   with_ticlib=no
    43514368 fi;
    43524369-echo "$as_me:4295: result: $with_ticlib" >&5
    4353 +echo "$as_me:4548: result: $with_ticlib" >&5
     4370+echo "$as_me:4549: result: $with_ticlib" >&5
    43544371 echo "${ECHO_T}$with_ticlib" >&6
    43554372 
     
    43584375 
    43594376-echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5
    4360 +echo "$as_me:4554: checking if you want to link with the GPM mouse library" >&5
     4377+echo "$as_me:4555: checking if you want to link with the GPM mouse library" >&5
    43614378 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6
    43624379 
    43634380 # Check whether --with-gpm or --without-gpm was given.
    4364 @@ -4308,27 +4561,27 @@
     4381@@ -4308,27 +4562,27 @@
    43654382 else
    43664383   with_gpm=maybe
    43674384 fi;
    43684385-echo "$as_me:4311: result: $with_gpm" >&5
    4369 +echo "$as_me:4564: result: $with_gpm" >&5
     4386+echo "$as_me:4565: result: $with_gpm" >&5
    43704387 echo "${ECHO_T}$with_gpm" >&6
    43714388 
    43724389 if test "$with_gpm" != no ; then
    43734390-       echo "$as_me:4315: checking for gpm.h" >&5
    4374 +       echo "$as_me:4568: checking for gpm.h" >&5
     4391+       echo "$as_me:4569: checking for gpm.h" >&5
    43754392 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6
    43764393 if test "${ac_cv_header_gpm_h+set}" = set; then
     
    43794396   cat >conftest.$ac_ext <<_ACEOF
    43804397-#line 4321 "configure"
    4381 +#line 4574 "configure"
     4398+#line 4575 "configure"
    43824399 #include "confdefs.h"
    43834400 #include <gpm.h>
    43844401 _ACEOF
    43854402-if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5
    4386 +if { (eval echo "$as_me:4578: \"$ac_cpp conftest.$ac_ext\"") >&5
     4403+if { (eval echo "$as_me:4579: \"$ac_cpp conftest.$ac_ext\"") >&5
    43874404   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    43884405   ac_status=$?
     
    43914408   cat conftest.err >&5
    43924409-  echo "$as_me:4331: \$? = $ac_status" >&5
    4393 +  echo "$as_me:4584: \$? = $ac_status" >&5
     4410+  echo "$as_me:4585: \$? = $ac_status" >&5
    43944411   (exit $ac_status); } >/dev/null; then
    43954412   if test -s conftest.err; then
    43964413     ac_cpp_err=$ac_c_preproc_warn_flag
    4397 @@ -4347,7 +4600,7 @@
     4414@@ -4347,7 +4601,7 @@
    43984415 fi
    43994416 rm -f conftest.err conftest.$ac_ext
    44004417 fi
    44014418-echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5
    4402 +echo "$as_me:4603: result: $ac_cv_header_gpm_h" >&5
     4419+echo "$as_me:4604: result: $ac_cv_header_gpm_h" >&5
    44034420 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6
    44044421 if test $ac_cv_header_gpm_h = yes; then
    44054422 
    4406 @@ -4358,14 +4611,14 @@
     4423@@ -4358,14 +4612,14 @@
    44074424                if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then
    44084425                        test -n "$verbose" && echo "    assuming we really have GPM library" 1>&6
    44094426 
    44104427-echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5
    4411 +echo "${as_me-configure}:4614: testing assuming we really have GPM library ..." 1>&5
     4428+echo "${as_me-configure}:4615: testing assuming we really have GPM library ..." 1>&5
    44124429 
    44134430                        cat >>confdefs.h <<\EOF
     
    44174434                else
    44184435-                       echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5
    4419 +                       echo "$as_me:4621: checking for Gpm_Open in -lgpm" >&5
     4436+                       echo "$as_me:4622: checking for Gpm_Open in -lgpm" >&5
    44204437 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
    44214438 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
    44224439   echo $ECHO_N "(cached) $ECHO_C" >&6
    4423 @@ -4373,7 +4626,7 @@
     4440@@ -4373,7 +4627,7 @@
    44244441   ac_check_lib_save_LIBS=$LIBS
    44254442 LIBS="-lgpm  $LIBS"
    44264443 cat >conftest.$ac_ext <<_ACEOF
    44274444-#line 4376 "configure"
    4428 +#line 4629 "configure"
     4445+#line 4630 "configure"
    44294446 #include "confdefs.h"
    44304447 
    44314448 /* Override any gcc2 internal prototype to avoid an error.  */
    4432 @@ -4392,16 +4645,16 @@
     4449@@ -4392,16 +4646,16 @@
    44334450 }
    44344451 _ACEOF
    44354452 rm -f conftest.$ac_objext conftest$ac_exeext
    44364453-if { (eval echo "$as_me:4395: \"$ac_link\"") >&5
    4437 +if { (eval echo "$as_me:4648: \"$ac_link\"") >&5
     4454+if { (eval echo "$as_me:4649: \"$ac_link\"") >&5
    44384455   (eval $ac_link) 2>&5
    44394456   ac_status=$?
    44404457-  echo "$as_me:4398: \$? = $ac_status" >&5
    4441 +  echo "$as_me:4651: \$? = $ac_status" >&5
     4458+  echo "$as_me:4652: \$? = $ac_status" >&5
    44424459   (exit $ac_status); } &&
    44434460          { ac_try='test -s conftest$ac_exeext'
    44444461-  { (eval echo "$as_me:4401: \"$ac_try\"") >&5
    4445 +  { (eval echo "$as_me:4654: \"$ac_try\"") >&5
     4462+  { (eval echo "$as_me:4655: \"$ac_try\"") >&5
    44464463   (eval $ac_try) 2>&5
    44474464   ac_status=$?
    44484465-  echo "$as_me:4404: \$? = $ac_status" >&5
    4449 +  echo "$as_me:4657: \$? = $ac_status" >&5
     4466+  echo "$as_me:4658: \$? = $ac_status" >&5
    44504467   (exit $ac_status); }; }; then
    44514468   ac_cv_lib_gpm_Gpm_Open=yes
    44524469 else
    4453 @@ -4412,13 +4665,13 @@
     4470@@ -4412,13 +4666,13 @@
    44544471 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    44554472 LIBS=$ac_check_lib_save_LIBS
    44564473 fi
    44574474-echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5
    4458 +echo "$as_me:4668: result: $ac_cv_lib_gpm_Gpm_Open" >&5
     4475+echo "$as_me:4669: result: $ac_cv_lib_gpm_Gpm_Open" >&5
    44594476 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
    44604477 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
     
    44634480 
    44644481-                               { { echo "$as_me:4421: error: Cannot link with GPM library" >&5
    4465 +                               { { echo "$as_me:4674: error: Cannot link with GPM library" >&5
     4482+                               { { echo "$as_me:4675: error: Cannot link with GPM library" >&5
    44664483 echo "$as_me: error: Cannot link with GPM library" >&2;}
    44674484    { (exit 1); exit 1; }; }
    44684485                fi
    4469 @@ -4428,7 +4681,7 @@
     4486@@ -4428,7 +4682,7 @@
    44704487 
    44714488 else
    44724489 
    44734490-               test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5
    4474 +               test "$with_gpm" != maybe && { echo "$as_me:4684: WARNING: Cannot find GPM header" >&5
     4491+               test "$with_gpm" != maybe && { echo "$as_me:4685: WARNING: Cannot find GPM header" >&5
    44754492 echo "$as_me: WARNING: Cannot find GPM header" >&2;}
    44764493                with_gpm=no
    44774494 
    4478 @@ -4437,7 +4690,7 @@
     4495@@ -4437,7 +4691,7 @@
    44794496 fi
    44804497 
    44814498 if test "$with_gpm" != no ; then
    44824499-       echo "$as_me:4440: checking if you want to load GPM dynamically" >&5
    4483 +       echo "$as_me:4693: checking if you want to load GPM dynamically" >&5
     4500+       echo "$as_me:4694: checking if you want to load GPM dynamically" >&5
    44844501 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6
    44854502 
    44864503 # Check whether --with-dlsym or --without-dlsym was given.
    4487 @@ -4447,18 +4700,18 @@
     4504@@ -4447,18 +4701,18 @@
    44884505 else
    44894506   with_dlsym=yes
    44904507 fi;
    44914508-       echo "$as_me:4450: result: $with_dlsym" >&5
    4492 +       echo "$as_me:4703: result: $with_dlsym" >&5
     4509+       echo "$as_me:4704: result: $with_dlsym" >&5
    44934510 echo "${ECHO_T}$with_dlsym" >&6
    44944511        if test "$with_dlsym" = yes ; then
     
    44964513 cf_have_dlsym=no
    44974514-echo "$as_me:4455: checking for dlsym" >&5
    4498 +echo "$as_me:4708: checking for dlsym" >&5
     4515+echo "$as_me:4709: checking for dlsym" >&5
    44994516 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6
    45004517 if test "${ac_cv_func_dlsym+set}" = set; then
     
    45034520   cat >conftest.$ac_ext <<_ACEOF
    45044521-#line 4461 "configure"
    4505 +#line 4714 "configure"
     4522+#line 4715 "configure"
    45064523 #include "confdefs.h"
    45074524 /* System header to define __stub macros and hopefully few prototypes,
    45084525     which can conflict with char dlsym (); below.  */
    4509 @@ -4489,16 +4742,16 @@
     4526@@ -4489,16 +4743,16 @@
    45104527 }
    45114528 _ACEOF
    45124529 rm -f conftest.$ac_objext conftest$ac_exeext
    45134530-if { (eval echo "$as_me:4492: \"$ac_link\"") >&5
    4514 +if { (eval echo "$as_me:4745: \"$ac_link\"") >&5
     4531+if { (eval echo "$as_me:4746: \"$ac_link\"") >&5
    45154532   (eval $ac_link) 2>&5
    45164533   ac_status=$?
    45174534-  echo "$as_me:4495: \$? = $ac_status" >&5
    4518 +  echo "$as_me:4748: \$? = $ac_status" >&5
     4535+  echo "$as_me:4749: \$? = $ac_status" >&5
    45194536   (exit $ac_status); } &&
    45204537          { ac_try='test -s conftest$ac_exeext'
    45214538-  { (eval echo "$as_me:4498: \"$ac_try\"") >&5
    4522 +  { (eval echo "$as_me:4751: \"$ac_try\"") >&5
     4539+  { (eval echo "$as_me:4752: \"$ac_try\"") >&5
    45234540   (eval $ac_try) 2>&5
    45244541   ac_status=$?
    45254542-  echo "$as_me:4501: \$? = $ac_status" >&5
    4526 +  echo "$as_me:4754: \$? = $ac_status" >&5
     4543+  echo "$as_me:4755: \$? = $ac_status" >&5
    45274544   (exit $ac_status); }; }; then
    45284545   ac_cv_func_dlsym=yes
    45294546 else
    4530 @@ -4508,14 +4761,14 @@
     4547@@ -4508,14 +4762,14 @@
    45314548 fi
    45324549 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    45334550 fi
    45344551-echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5
    4535 +echo "$as_me:4764: result: $ac_cv_func_dlsym" >&5
     4552+echo "$as_me:4765: result: $ac_cv_func_dlsym" >&5
    45364553 echo "${ECHO_T}$ac_cv_func_dlsym" >&6
    45374554 if test $ac_cv_func_dlsym = yes; then
     
    45414558 cf_have_libdl=no
    45424559-echo "$as_me:4518: checking for dlsym in -ldl" >&5
    4543 +echo "$as_me:4771: checking for dlsym in -ldl" >&5
     4560+echo "$as_me:4772: checking for dlsym in -ldl" >&5
    45444561 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6
    45454562 if test "${ac_cv_lib_dl_dlsym+set}" = set; then
    45464563   echo $ECHO_N "(cached) $ECHO_C" >&6
    4547 @@ -4523,7 +4776,7 @@
     4564@@ -4523,7 +4777,7 @@
    45484565   ac_check_lib_save_LIBS=$LIBS
    45494566 LIBS="-ldl  $LIBS"
    45504567 cat >conftest.$ac_ext <<_ACEOF
    45514568-#line 4526 "configure"
    4552 +#line 4779 "configure"
     4569+#line 4780 "configure"
    45534570 #include "confdefs.h"
    45544571 
    45554572 /* Override any gcc2 internal prototype to avoid an error.  */
    4556 @@ -4542,16 +4795,16 @@
     4573@@ -4542,16 +4796,16 @@
    45574574 }
    45584575 _ACEOF
    45594576 rm -f conftest.$ac_objext conftest$ac_exeext
    45604577-if { (eval echo "$as_me:4545: \"$ac_link\"") >&5
    4561 +if { (eval echo "$as_me:4798: \"$ac_link\"") >&5
     4578+if { (eval echo "$as_me:4799: \"$ac_link\"") >&5
    45624579   (eval $ac_link) 2>&5
    45634580   ac_status=$?
    45644581-  echo "$as_me:4548: \$? = $ac_status" >&5
    4565 +  echo "$as_me:4801: \$? = $ac_status" >&5
     4582+  echo "$as_me:4802: \$? = $ac_status" >&5
    45664583   (exit $ac_status); } &&
    45674584          { ac_try='test -s conftest$ac_exeext'
    45684585-  { (eval echo "$as_me:4551: \"$ac_try\"") >&5
    4569 +  { (eval echo "$as_me:4804: \"$ac_try\"") >&5
     4586+  { (eval echo "$as_me:4805: \"$ac_try\"") >&5
    45704587   (eval $ac_try) 2>&5
    45714588   ac_status=$?
    45724589-  echo "$as_me:4554: \$? = $ac_status" >&5
    4573 +  echo "$as_me:4807: \$? = $ac_status" >&5
     4590+  echo "$as_me:4808: \$? = $ac_status" >&5
    45744591   (exit $ac_status); }; }; then
    45754592   ac_cv_lib_dl_dlsym=yes
    45764593 else
    4577 @@ -4562,7 +4815,7 @@
     4594@@ -4562,7 +4816,7 @@
    45784595 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    45794596 LIBS=$ac_check_lib_save_LIBS
    45804597 fi
    45814598-echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5
    4582 +echo "$as_me:4818: result: $ac_cv_lib_dl_dlsym" >&5
     4599+echo "$as_me:4819: result: $ac_cv_lib_dl_dlsym" >&5
    45834600 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6
    45844601 if test $ac_cv_lib_dl_dlsym = yes; then
    45854602 
    4586 @@ -4575,10 +4828,10 @@
     4603@@ -4575,10 +4829,10 @@
    45874604 if test "$cf_have_dlsym" = yes ; then
    45884605        test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS"
    45894606 
    45904607-       echo "$as_me:4578: checking whether able to link to dl*() functions" >&5
    4591 +       echo "$as_me:4831: checking whether able to link to dl*() functions" >&5
     4608+       echo "$as_me:4832: checking whether able to link to dl*() functions" >&5
    45924609 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6
    45934610        cat >conftest.$ac_ext <<_ACEOF
    45944611-#line 4581 "configure"
    4595 +#line 4834 "configure"
     4612+#line 4835 "configure"
    45964613 #include "confdefs.h"
    45974614 #include <dlfcn.h>
    45984615 int
    4599 @@ -4596,16 +4849,16 @@
     4616@@ -4596,16 +4850,16 @@
    46004617 }
    46014618 _ACEOF
    46024619 rm -f conftest.$ac_objext conftest$ac_exeext
    46034620-if { (eval echo "$as_me:4599: \"$ac_link\"") >&5
    4604 +if { (eval echo "$as_me:4852: \"$ac_link\"") >&5
     4621+if { (eval echo "$as_me:4853: \"$ac_link\"") >&5
    46054622   (eval $ac_link) 2>&5
    46064623   ac_status=$?
    46074624-  echo "$as_me:4602: \$? = $ac_status" >&5
    4608 +  echo "$as_me:4855: \$? = $ac_status" >&5
     4625+  echo "$as_me:4856: \$? = $ac_status" >&5
    46094626   (exit $ac_status); } &&
    46104627          { ac_try='test -s conftest$ac_exeext'
    46114628-  { (eval echo "$as_me:4605: \"$ac_try\"") >&5
    4612 +  { (eval echo "$as_me:4858: \"$ac_try\"") >&5
     4629+  { (eval echo "$as_me:4859: \"$ac_try\"") >&5
    46134630   (eval $ac_try) 2>&5
    46144631   ac_status=$?
    46154632-  echo "$as_me:4608: \$? = $ac_status" >&5
    4616 +  echo "$as_me:4861: \$? = $ac_status" >&5
     4633+  echo "$as_me:4862: \$? = $ac_status" >&5
    46174634   (exit $ac_status); }; }; then
    46184635 
    46194636                cat >>confdefs.h <<\EOF
    4620 @@ -4616,15 +4869,15 @@
     4637@@ -4616,15 +4870,15 @@
    46214638   echo "$as_me: failed program was:" >&5
    46224639 cat conftest.$ac_ext >&5
    46234640 
    46244641-               { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5
    4625 +               { { echo "$as_me:4872: error: Cannot link test program for libdl" >&5
     4642+               { { echo "$as_me:4873: error: Cannot link test program for libdl" >&5
    46264643 echo "$as_me: error: Cannot link test program for libdl" >&2;}
    46274644    { (exit 1); exit 1; }; }
     
    46294646 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    46304647-       echo "$as_me:4624: result: ok" >&5
    4631 +       echo "$as_me:4877: result: ok" >&5
     4648+       echo "$as_me:4878: result: ok" >&5
    46324649 echo "${ECHO_T}ok" >&6
    46334650 else
    46344651-       { { echo "$as_me:4627: error: Cannot find dlsym function" >&5
    4635 +       { { echo "$as_me:4880: error: Cannot find dlsym function" >&5
     4652+       { { echo "$as_me:4881: error: Cannot find dlsym function" >&5
    46364653 echo "$as_me: error: Cannot find dlsym function" >&2;}
    46374654    { (exit 1); exit 1; }; }
    46384655 fi
    4639 @@ -4632,12 +4885,12 @@
     4656@@ -4632,12 +4886,12 @@
    46404657                if test "$with_gpm" != yes ; then
    46414658                        test -n "$verbose" && echo "    assuming soname for gpm is $with_gpm" 1>&6
    46424659 
    46434660-echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5
    4644 +echo "${as_me-configure}:4888: testing assuming soname for gpm is $with_gpm ..." 1>&5
     4661+echo "${as_me-configure}:4889: testing assuming soname for gpm is $with_gpm ..." 1>&5
    46454662 
    46464663                        cf_cv_gpm_soname="$with_gpm"
     
    46484665 
    46494666-echo "$as_me:4640: checking for soname of gpm library" >&5
    4650 +echo "$as_me:4893: checking for soname of gpm library" >&5
     4667+echo "$as_me:4894: checking for soname of gpm library" >&5
    46514668 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6
    46524669 if test "${cf_cv_gpm_soname+set}" = set; then
    46534670   echo $ECHO_N "(cached) $ECHO_C" >&6
    4654 @@ -4655,15 +4908,15 @@
     4671@@ -4655,15 +4909,15 @@
    46554672 CF_EOF
    46564673 cf_save_LIBS="$LIBS"
    46574674        LIBS="-lgpm $LIBS"
    46584675-       if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5
    4659 +       if { (eval echo "$as_me:4911: \"$ac_compile\"") >&5
     4676+       if { (eval echo "$as_me:4912: \"$ac_compile\"") >&5
    46604677   (eval $ac_compile) 2>&5
    46614678   ac_status=$?
    46624679-  echo "$as_me:4661: \$? = $ac_status" >&5
    4663 +  echo "$as_me:4914: \$? = $ac_status" >&5
     4680+  echo "$as_me:4915: \$? = $ac_status" >&5
    46644681   (exit $ac_status); } ; then
    46654682-               if { (eval echo "$as_me:4663: \"$ac_link\"") >&5
    4666 +               if { (eval echo "$as_me:4916: \"$ac_link\"") >&5
     4683+               if { (eval echo "$as_me:4917: \"$ac_link\"") >&5
    46674684   (eval $ac_link) 2>&5
    46684685   ac_status=$?
    46694686-  echo "$as_me:4666: \$? = $ac_status" >&5
    4670 +  echo "$as_me:4919: \$? = $ac_status" >&5
     4687+  echo "$as_me:4920: \$? = $ac_status" >&5
    46714688   (exit $ac_status); } ; then
    46724689                        cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.`
    46734690                        test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown
    4674 @@ -4674,7 +4927,7 @@
     4691@@ -4674,7 +4928,7 @@
    46754692 fi
    46764693 
    46774694 fi
    46784695-echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5
    4679 +echo "$as_me:4930: result: $cf_cv_gpm_soname" >&5
     4696+echo "$as_me:4931: result: $cf_cv_gpm_soname" >&5
    46804697 echo "${ECHO_T}$cf_cv_gpm_soname" >&6
    46814698 
    46824699                fi
    4683 @@ -4690,7 +4943,7 @@
     4700@@ -4690,7 +4944,7 @@
    46844701 #define HAVE_LIBGPM 1
    46854702 EOF
    46864703 
    46874704-echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5
    4688 +echo "$as_me:4946: checking for Gpm_Wgetch in -lgpm" >&5
     4705+echo "$as_me:4947: checking for Gpm_Wgetch in -lgpm" >&5
    46894706 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6
    46904707 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then
    46914708   echo $ECHO_N "(cached) $ECHO_C" >&6
    4692 @@ -4698,7 +4951,7 @@
     4709@@ -4698,7 +4952,7 @@
    46934710   ac_check_lib_save_LIBS=$LIBS
    46944711 LIBS="-lgpm  $LIBS"
    46954712 cat >conftest.$ac_ext <<_ACEOF
    46964713-#line 4701 "configure"
    4697 +#line 4954 "configure"
     4714+#line 4955 "configure"
    46984715 #include "confdefs.h"
    46994716 
    47004717 /* Override any gcc2 internal prototype to avoid an error.  */
    4701 @@ -4717,16 +4970,16 @@
     4718@@ -4717,16 +4971,16 @@
    47024719 }
    47034720 _ACEOF
    47044721 rm -f conftest.$ac_objext conftest$ac_exeext
    47054722-if { (eval echo "$as_me:4720: \"$ac_link\"") >&5
    4706 +if { (eval echo "$as_me:4973: \"$ac_link\"") >&5
     4723+if { (eval echo "$as_me:4974: \"$ac_link\"") >&5
    47074724   (eval $ac_link) 2>&5
    47084725   ac_status=$?
    47094726-  echo "$as_me:4723: \$? = $ac_status" >&5
    4710 +  echo "$as_me:4976: \$? = $ac_status" >&5
     4727+  echo "$as_me:4977: \$? = $ac_status" >&5
    47114728   (exit $ac_status); } &&
    47124729          { ac_try='test -s conftest$ac_exeext'
    47134730-  { (eval echo "$as_me:4726: \"$ac_try\"") >&5
    4714 +  { (eval echo "$as_me:4979: \"$ac_try\"") >&5
     4731+  { (eval echo "$as_me:4980: \"$ac_try\"") >&5
    47154732   (eval $ac_try) 2>&5
    47164733   ac_status=$?
    47174734-  echo "$as_me:4729: \$? = $ac_status" >&5
    4718 +  echo "$as_me:4982: \$? = $ac_status" >&5
     4735+  echo "$as_me:4983: \$? = $ac_status" >&5
    47194736   (exit $ac_status); }; }; then
    47204737   ac_cv_lib_gpm_Gpm_Wgetch=yes
    47214738 else
    4722 @@ -4737,11 +4990,11 @@
     4739@@ -4737,11 +4991,11 @@
    47234740 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    47244741 LIBS=$ac_check_lib_save_LIBS
    47254742 fi
    47264743-echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
    4727 +echo "$as_me:4993: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
     4744+echo "$as_me:4994: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
    47284745 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6
    47294746 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then
    47304747 
    47314748-echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5
    4732 +echo "$as_me:4997: checking if GPM is weakly bound to curses library" >&5
     4749+echo "$as_me:4998: checking if GPM is weakly bound to curses library" >&5
    47334750 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6
    47344751 if test "${cf_cv_check_gpm_wgetch+set}" = set; then
    47354752   echo $ECHO_N "(cached) $ECHO_C" >&6
    4736 @@ -4765,15 +5018,15 @@
     4753@@ -4765,15 +5019,15 @@
    47374754        # to rely on the static library, noting that some packagers may not
    47384755        # include it.
    47394756        LIBS="-static -lgpm -dynamic $LIBS"
    47404757-       if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5
    4741 +       if { (eval echo "$as_me:5021: \"$ac_compile\"") >&5
     4758+       if { (eval echo "$as_me:5022: \"$ac_compile\"") >&5
    47424759   (eval $ac_compile) 2>&5
    47434760   ac_status=$?
    47444761-  echo "$as_me:4771: \$? = $ac_status" >&5
    4745 +  echo "$as_me:5024: \$? = $ac_status" >&5
     4762+  echo "$as_me:5025: \$? = $ac_status" >&5
    47464763   (exit $ac_status); } ; then
    47474764-               if { (eval echo "$as_me:4773: \"$ac_link\"") >&5
    4748 +               if { (eval echo "$as_me:5026: \"$ac_link\"") >&5
     4765+               if { (eval echo "$as_me:5027: \"$ac_link\"") >&5
    47494766   (eval $ac_link) 2>&5
    47504767   ac_status=$?
    47514768-  echo "$as_me:4776: \$? = $ac_status" >&5
    4752 +  echo "$as_me:5029: \$? = $ac_status" >&5
     4769+  echo "$as_me:5030: \$? = $ac_status" >&5
    47534770   (exit $ac_status); } ; then
    47544771                        cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'`
    47554772                        test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes
    4756 @@ -4785,11 +5038,11 @@
     4773@@ -4785,11 +5039,11 @@
    47574774 fi
    47584775 
    47594776 fi
    47604777-echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5
    4761 +echo "$as_me:5041: result: $cf_cv_check_gpm_wgetch" >&5
     4778+echo "$as_me:5042: result: $cf_cv_check_gpm_wgetch" >&5
    47624779 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6
    47634780 
    47644781 if test "$cf_cv_check_gpm_wgetch" != yes ; then
    47654782-       { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5
    4766 +       { echo "$as_me:5045: WARNING: GPM library is already linked with curses - read the FAQ" >&5
     4783+       { echo "$as_me:5046: WARNING: GPM library is already linked with curses - read the FAQ" >&5
    47674784 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;}
    47684785 fi
    47694786 
    4770 @@ -4799,7 +5052,7 @@
     4787@@ -4799,7 +5053,7 @@
    47714788 
    47724789 # not everyone has "test -c"
    47734790 if test -c /dev/sysmouse 2>/dev/null ; then
    47744791-echo "$as_me:4802: checking if you want to use sysmouse" >&5
    4775 +echo "$as_me:5055: checking if you want to use sysmouse" >&5
     4792+echo "$as_me:5056: checking if you want to use sysmouse" >&5
    47764793 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6
    47774794 
    47784795 # Check whether --with-sysmouse or --without-sysmouse was given.
    4779 @@ -4811,7 +5064,7 @@
     4796@@ -4811,7 +5065,7 @@
    47804797 fi;
    47814798        if test "$cf_with_sysmouse" != no ; then
    47824799        cat >conftest.$ac_ext <<_ACEOF
    47834800-#line 4814 "configure"
    4784 +#line 5067 "configure"
     4801+#line 5068 "configure"
    47854802 #include "confdefs.h"
    47864803 
    47874804 #include <osreldate.h>
    4788 @@ -4834,16 +5087,16 @@
     4805@@ -4834,16 +5088,16 @@
    47894806 }
    47904807 _ACEOF
    47914808 rm -f conftest.$ac_objext
    47924809-if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5
    4793 +if { (eval echo "$as_me:5090: \"$ac_compile\"") >&5
     4810+if { (eval echo "$as_me:5091: \"$ac_compile\"") >&5
    47944811   (eval $ac_compile) 2>&5
    47954812   ac_status=$?
    47964813-  echo "$as_me:4840: \$? = $ac_status" >&5
    4797 +  echo "$as_me:5093: \$? = $ac_status" >&5
     4814+  echo "$as_me:5094: \$? = $ac_status" >&5
    47984815   (exit $ac_status); } &&
    47994816          { ac_try='test -s conftest.$ac_objext'
    48004817-  { (eval echo "$as_me:4843: \"$ac_try\"") >&5
    4801 +  { (eval echo "$as_me:5096: \"$ac_try\"") >&5
     4818+  { (eval echo "$as_me:5097: \"$ac_try\"") >&5
    48024819   (eval $ac_try) 2>&5
    48034820   ac_status=$?
    48044821-  echo "$as_me:4846: \$? = $ac_status" >&5
    4805 +  echo "$as_me:5099: \$? = $ac_status" >&5
     4822+  echo "$as_me:5100: \$? = $ac_status" >&5
    48064823   (exit $ac_status); }; }; then
    48074824   cf_with_sysmouse=yes
    48084825 else
    4809 @@ -4853,7 +5106,7 @@
     4826@@ -4853,7 +5107,7 @@
    48104827 fi
    48114828 rm -f conftest.$ac_objext conftest.$ac_ext
    48124829        fi
    48134830-echo "$as_me:4856: result: $cf_with_sysmouse" >&5
    4814 +echo "$as_me:5109: result: $cf_with_sysmouse" >&5
     4831+echo "$as_me:5110: result: $cf_with_sysmouse" >&5
    48154832 echo "${ECHO_T}$cf_with_sysmouse" >&6
    48164833 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF
    48174834 #define USE_SYSMOUSE 1
    4818 @@ -4871,7 +5124,7 @@
     4835@@ -4871,7 +5125,7 @@
    48194836        test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT=''
    48204837 fi
    48214838 
    48224839-echo "$as_me:4874: checking for default loader flags" >&5
    4823 +echo "$as_me:5127: checking for default loader flags" >&5
     4840+echo "$as_me:5128: checking for default loader flags" >&5
    48244841 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
    48254842 case $DFT_LWR_MODEL in
    48264843 libtool) LD_MODEL=''   ;;
    4827 @@ -4880,13 +5133,13 @@
     4844@@ -4880,13 +5134,13 @@
    48284845 profile) LD_MODEL='-pg';;
    48294846 shared)  LD_MODEL=''   ;;
    48304847 esac
    48314848-echo "$as_me:4883: result: $LD_MODEL" >&5
    4832 +echo "$as_me:5136: result: $LD_MODEL" >&5
     4849+echo "$as_me:5137: result: $LD_MODEL" >&5
    48334850 echo "${ECHO_T}$LD_MODEL" >&6
    48344851 
     
    48374854 
    48384855-echo "$as_me:4889: checking if rpath option should be used" >&5
    4839 +echo "$as_me:5142: checking if rpath option should be used" >&5
     4856+echo "$as_me:5143: checking if rpath option should be used" >&5
    48404857 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6
    48414858 
    48424859 # Check whether --enable-rpath or --disable-rpath was given.
    4843 @@ -4896,10 +5149,10 @@
     4860@@ -4896,10 +5150,10 @@
    48444861 else
    48454862   cf_cv_ld_rpath=no
    48464863 fi;
    48474864-echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5
    4848 +echo "$as_me:5152: result: $cf_cv_ld_rpath" >&5
     4865+echo "$as_me:5153: result: $cf_cv_ld_rpath" >&5
    48494866 echo "${ECHO_T}$cf_cv_ld_rpath" >&6
    48504867 
    48514868-echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5
    4852 +echo "$as_me:5155: checking if shared libraries should be relinked during install" >&5
     4869+echo "$as_me:5156: checking if shared libraries should be relinked during install" >&5
    48534870 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6
    48544871 
    48554872 # Check whether --enable-relink or --disable-relink was given.
    4856 @@ -4909,19 +5162,20 @@
     4873@@ -4909,19 +5163,20 @@
    48574874 else
    48584875   cf_cv_do_relink=yes
    48594876 fi;
    48604877-echo "$as_me:4912: result: $cf_cv_do_relink" >&5
    4861 +echo "$as_me:5165: result: $cf_cv_do_relink" >&5
     4878+echo "$as_me:5166: result: $cf_cv_do_relink" >&5
    48624879 echo "${ECHO_T}$cf_cv_do_relink" >&6
    48634880        ;;
     
    48734890 
    48744891-       echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5
    4875 +       echo "$as_me:5178: checking if release/abi version should be used for shared libs" >&5
     4892+       echo "$as_me:5179: checking if release/abi version should be used for shared libs" >&5
    48764893 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6
    48774894 
    48784895 # Check whether --with-shlib-version or --without-shlib-version was given.
    4879 @@ -4936,7 +5190,7 @@
     4896@@ -4936,7 +5191,7 @@
    48804897                cf_cv_shlib_version=$withval
    48814898                ;;
    48824899        *)
    48834900-               { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5
    4884 +               { { echo "$as_me:5193: error: option value must be one of: rel, abi, auto or no" >&5
     4901+               { { echo "$as_me:5194: error: option value must be one of: rel, abi, auto or no" >&5
    48854902 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;}
    48864903    { (exit 1); exit 1; }; }
    48874904                ;;
    4888 @@ -4945,7 +5199,7 @@
     4905@@ -4945,7 +5200,7 @@
    48894906 else
    48904907   cf_cv_shlib_version=auto
    48914908 fi;
    48924909-       echo "$as_me:4948: result: $cf_cv_shlib_version" >&5
    4893 +       echo "$as_me:5202: result: $cf_cv_shlib_version" >&5
     4910+       echo "$as_me:5203: result: $cf_cv_shlib_version" >&5
    48944911 echo "${ECHO_T}$cf_cv_shlib_version" >&6
    48954912 
    48964913        cf_cv_rm_so_locs=no
    4897 @@ -4954,14 +5208,14 @@
     4914@@ -4954,14 +5209,14 @@
    48984915        CC_SHARED_OPTS=
    48994916        if test "$GCC" = yes
    49004917        then
    49014918-               echo "$as_me:4957: checking which $CC option to use" >&5
    4902 +               echo "$as_me:5211: checking which $CC option to use" >&5
     4919+               echo "$as_me:5212: checking which $CC option to use" >&5
    49034920 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6
    49044921                cf_save_CFLAGS="$CFLAGS"
     
    49084925                        cat >conftest.$ac_ext <<_ACEOF
    49094926-#line 4964 "configure"
    4910 +#line 5218 "configure"
     4927+#line 5219 "configure"
    49114928 #include "confdefs.h"
    49124929 #include <stdio.h>
    49134930 int
    4914 @@ -4973,16 +5227,16 @@
     4931@@ -4973,16 +5228,16 @@
    49154932 }
    49164933 _ACEOF
    49174934 rm -f conftest.$ac_objext
    49184935-if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5
    4919 +if { (eval echo "$as_me:5230: \"$ac_compile\"") >&5
     4936+if { (eval echo "$as_me:5231: \"$ac_compile\"") >&5
    49204937   (eval $ac_compile) 2>&5
    49214938   ac_status=$?
    49224939-  echo "$as_me:4979: \$? = $ac_status" >&5
    4923 +  echo "$as_me:5233: \$? = $ac_status" >&5
     4940+  echo "$as_me:5234: \$? = $ac_status" >&5
    49244941   (exit $ac_status); } &&
    49254942          { ac_try='test -s conftest.$ac_objext'
    49264943-  { (eval echo "$as_me:4982: \"$ac_try\"") >&5
    4927 +  { (eval echo "$as_me:5236: \"$ac_try\"") >&5
     4944+  { (eval echo "$as_me:5237: \"$ac_try\"") >&5
    49284945   (eval $ac_try) 2>&5
    49294946   ac_status=$?
    49304947-  echo "$as_me:4985: \$? = $ac_status" >&5
    4931 +  echo "$as_me:5239: \$? = $ac_status" >&5
     4948+  echo "$as_me:5240: \$? = $ac_status" >&5
    49324949   (exit $ac_status); }; }; then
    49334950   break
    49344951 else
    4935 @@ -4991,7 +5245,7 @@
     4952@@ -4991,7 +5246,7 @@
    49364953 fi
    49374954 rm -f conftest.$ac_objext conftest.$ac_ext
    49384955                done
    49394956-               echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5
    4940 +               echo "$as_me:5248: result: $CC_SHARED_OPTS" >&5
     4957+               echo "$as_me:5249: result: $CC_SHARED_OPTS" >&5
    49414958 echo "${ECHO_T}$CC_SHARED_OPTS" >&6
    49424959                CFLAGS="$cf_save_CFLAGS"
    49434960        fi
    4944 @@ -4999,6 +5253,12 @@
     4961@@ -4999,6 +5254,12 @@
    49454962        cf_cv_shlib_version_infix=no
    49464963 
     
    49554972                MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0'
    49564973                ;;
    4957 @@ -5027,7 +5287,7 @@
     4974@@ -5027,7 +5288,7 @@
    49584975                MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
    49594976                test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
    49604977                cf_cv_shlib_version_infix=yes
    49614978-               echo "$as_me:5030: checking if ld -search_paths_first works" >&5
    4962 +               echo "$as_me:5290: checking if ld -search_paths_first works" >&5
     4979+               echo "$as_me:5291: checking if ld -search_paths_first works" >&5
    49634980 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
    49644981 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
    49654982   echo $ECHO_N "(cached) $ECHO_C" >&6
    4966 @@ -5036,7 +5296,7 @@
     4983@@ -5036,7 +5297,7 @@
    49674984                        cf_save_LDFLAGS=$LDFLAGS
    49684985                        LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    49694986                        cat >conftest.$ac_ext <<_ACEOF
    49704987-#line 5039 "configure"
    4971 +#line 5299 "configure"
     4988+#line 5300 "configure"
    49724989 #include "confdefs.h"
    49734990 
    49744991 int
    4975 @@ -5048,16 +5308,16 @@
     4992@@ -5048,16 +5309,16 @@
    49764993 }
    49774994 _ACEOF
    49784995 rm -f conftest.$ac_objext conftest$ac_exeext
    49794996-if { (eval echo "$as_me:5051: \"$ac_link\"") >&5
    4980 +if { (eval echo "$as_me:5311: \"$ac_link\"") >&5
     4997+if { (eval echo "$as_me:5312: \"$ac_link\"") >&5
    49814998   (eval $ac_link) 2>&5
    49824999   ac_status=$?
    49835000-  echo "$as_me:5054: \$? = $ac_status" >&5
    4984 +  echo "$as_me:5314: \$? = $ac_status" >&5
     5001+  echo "$as_me:5315: \$? = $ac_status" >&5
    49855002   (exit $ac_status); } &&
    49865003          { ac_try='test -s conftest$ac_exeext'
    49875004-  { (eval echo "$as_me:5057: \"$ac_try\"") >&5
    4988 +  { (eval echo "$as_me:5317: \"$ac_try\"") >&5
     5005+  { (eval echo "$as_me:5318: \"$ac_try\"") >&5
    49895006   (eval $ac_try) 2>&5
    49905007   ac_status=$?
    49915008-  echo "$as_me:5060: \$? = $ac_status" >&5
    4992 +  echo "$as_me:5320: \$? = $ac_status" >&5
     5009+  echo "$as_me:5321: \$? = $ac_status" >&5
    49935010   (exit $ac_status); }; }; then
    49945011   cf_cv_ldflags_search_paths_first=yes
    49955012 else
    4996 @@ -5068,7 +5328,7 @@
     5013@@ -5068,7 +5329,7 @@
    49975014 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    49985015                                LDFLAGS=$cf_save_LDFLAGS
    49995016 fi
    50005017-echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5
    5001 +echo "$as_me:5331: result: $cf_cv_ldflags_search_paths_first" >&5
     5018+echo "$as_me:5332: result: $cf_cv_ldflags_search_paths_first" >&5
    50025019 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
    50035020                if test $cf_cv_ldflags_search_paths_first = yes; then
    50045021                        LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    5005 @@ -5090,10 +5350,10 @@
     5022@@ -5090,10 +5351,10 @@
    50065023        irix*)
    50075024                if test "$cf_cv_ld_rpath" = yes ; then
     
    50165033                        fi
    50175034                fi
    5018 @@ -5112,7 +5372,7 @@
     5035@@ -5112,7 +5373,7 @@
    50195036                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
    50205037                fi
     
    50255042                fi
    50265043 
    5027 @@ -5131,7 +5391,7 @@
     5044@@ -5131,7 +5392,7 @@
    50285045                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
    50295046                fi
     
    50345051                fi
    50355052                CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
    5036 @@ -5143,7 +5403,7 @@
     5053@@ -5143,7 +5404,7 @@
    50375054                cf_cv_shared_soname='`basename $@`'
    50385055        fi
     
    50435060        nto-qnx*|openbsd*|freebsd[12].*)
    50445061                CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
    5045 @@ -5155,7 +5415,7 @@
     5062@@ -5155,7 +5416,7 @@
    50465063                if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
    50475064                        LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)"
     
    50525069                fi
    50535070 
    5054 @@ -5166,11 +5426,11 @@
     5071@@ -5166,11 +5427,11 @@
    50555072                cf_cv_shared_soname='`basename $@`'
    50565073        fi
     
    50665083                        LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
    50675084                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
    5068 @@ -5192,7 +5452,7 @@
     5085@@ -5192,7 +5453,7 @@
    50695086 
    50705087                        MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@'
     
    50755092                ;;
    50765093        osf*|mls+*)
    5077 @@ -5211,7 +5471,7 @@
     5094@@ -5211,7 +5472,7 @@
    50785095                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
    50795096                fi
     
    50845101                fi
    50855102                cf_cv_rm_so_locs=yes
    5086 @@ -5246,7 +5506,7 @@
     5103@@ -5246,7 +5507,7 @@
    50875104                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
    50885105                fi
     
    50935110                fi
    50945111 
    5095 @@ -5258,7 +5518,43 @@
     5112@@ -5258,7 +5519,43 @@
    50965113        fi
    50975114 
     
    51035120+                               CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
    51045121+                               cat >conftest.$ac_ext <<_ACEOF
    5105 +#line 5526 "configure"
     5122+#line 5527 "configure"
    51065123+#include "confdefs.h"
    51075124+#include <stdio.h>
     
    51155132+_ACEOF
    51165133+rm -f conftest.$ac_objext
    5117 +if { (eval echo "$as_me:5538: \"$ac_compile\"") >&5
     5134+if { (eval echo "$as_me:5539: \"$ac_compile\"") >&5
    51185135+  (eval $ac_compile) 2>&5
    51195136+  ac_status=$?
    5120 +  echo "$as_me:5541: \$? = $ac_status" >&5
     5137+  echo "$as_me:5542: \$? = $ac_status" >&5
    51215138+  (exit $ac_status); } &&
    51225139+         { ac_try='test -s conftest.$ac_objext'
    5123 +  { (eval echo "$as_me:5544: \"$ac_try\"") >&5
     5140+  { (eval echo "$as_me:5545: \"$ac_try\"") >&5
    51245141+  (eval $ac_try) 2>&5
    51255142+  ac_status=$?
    5126 +  echo "$as_me:5547: \$? = $ac_status" >&5
     5143+  echo "$as_me:5548: \$? = $ac_status" >&5
    51275144+  (exit $ac_status); }; }; then
    51285145+  break
     
    51385155                else
    51395156                        MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@'
    5140 @@ -5285,20 +5581,20 @@
     5157@@ -5285,20 +5582,20 @@
    51415158                        test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
    51425159                        ;;
    51435160                *)
    51445161-                       { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5
    5145 +                       { echo "$as_me:5584: WARNING: ignored --with-shlib-version" >&5
     5162+                       { echo "$as_me:5585: WARNING: ignored --with-shlib-version" >&5
    51465163 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
    51475164                        ;;
     
    51535170-               echo "$as_me:5296: checking if we need a space after rpath option" >&5
    51545171+       if test -n "$LD_RPATH_OPT" ; then
    5155 +               echo "$as_me:5592: checking if we need a space after rpath option" >&5
     5172+               echo "$as_me:5593: checking if we need a space after rpath option" >&5
    51565173 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6
    51575174                cf_save_LIBS="$LIBS"
     
    51605177                cat >conftest.$ac_ext <<_ACEOF
    51615178-#line 5301 "configure"
    5162 +#line 5597 "configure"
     5179+#line 5598 "configure"
    51635180 #include "confdefs.h"
    51645181 
    51655182 int
    5166 @@ -5310,16 +5606,16 @@
     5183@@ -5310,16 +5607,16 @@
    51675184 }
    51685185 _ACEOF
    51695186 rm -f conftest.$ac_objext conftest$ac_exeext
    51705187-if { (eval echo "$as_me:5313: \"$ac_link\"") >&5
    5171 +if { (eval echo "$as_me:5609: \"$ac_link\"") >&5
     5188+if { (eval echo "$as_me:5610: \"$ac_link\"") >&5
    51725189   (eval $ac_link) 2>&5
    51735190   ac_status=$?
    51745191-  echo "$as_me:5316: \$? = $ac_status" >&5
    5175 +  echo "$as_me:5612: \$? = $ac_status" >&5
     5192+  echo "$as_me:5613: \$? = $ac_status" >&5
    51765193   (exit $ac_status); } &&
    51775194          { ac_try='test -s conftest$ac_exeext'
    51785195-  { (eval echo "$as_me:5319: \"$ac_try\"") >&5
    5179 +  { (eval echo "$as_me:5615: \"$ac_try\"") >&5
     5196+  { (eval echo "$as_me:5616: \"$ac_try\"") >&5
    51805197   (eval $ac_try) 2>&5
    51815198   ac_status=$?
    51825199-  echo "$as_me:5322: \$? = $ac_status" >&5
    5183 +  echo "$as_me:5618: \$? = $ac_status" >&5
     5200+  echo "$as_me:5619: \$? = $ac_status" >&5
    51845201   (exit $ac_status); }; }; then
    51855202   cf_rpath_space=no
    51865203 else
    5187 @@ -5329,16 +5625,16 @@
     5204@@ -5329,16 +5626,16 @@
    51885205 fi
    51895206 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    51905207                LIBS="$cf_save_LIBS"
    51915208-               echo "$as_me:5332: result: $cf_rpath_space" >&5
    5192 +               echo "$as_me:5628: result: $cf_rpath_space" >&5
     5209+               echo "$as_me:5629: result: $cf_rpath_space" >&5
    51935210 echo "${ECHO_T}$cf_rpath_space" >&6
    51945211-               test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt "
     
    52025219                if test "$model" = "shared"; then
    52035220-                       { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5
    5204 +                       { { echo "$as_me:5637: error: Shared libraries are not supported in this version" >&5
     5221+                       { { echo "$as_me:5638: error: Shared libraries are not supported in this version" >&5
    52055222 echo "$as_me: error: Shared libraries are not supported in this version" >&2;}
    52065223    { (exit 1); exit 1; }; }
    52075224                fi
    5208 @@ -5348,7 +5644,7 @@
     5225@@ -5348,7 +5645,7 @@
    52095226 ###############################################################################
    52105227 
    52115228 ###    use option --disable-overwrite to leave out the link to -lcurses
    52125229-echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5
    5213 +echo "$as_me:5647: checking if you wish to install ncurses overwriting curses" >&5
     5230+echo "$as_me:5648: checking if you wish to install ncurses overwriting curses" >&5
    52145231 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6
    52155232 
    52165233 # Check whether --enable-overwrite or --disable-overwrite was given.
    5217 @@ -5358,10 +5654,10 @@
     5234@@ -5358,10 +5655,10 @@
    52185235 else
    52195236   if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi
    52205237 fi;
    52215238-echo "$as_me:5361: result: $with_overwrite" >&5
    5222 +echo "$as_me:5657: result: $with_overwrite" >&5
     5239+echo "$as_me:5658: result: $with_overwrite" >&5
    52235240 echo "${ECHO_T}$with_overwrite" >&6
    52245241 
    52255242-echo "$as_me:5364: checking if external terminfo-database is used" >&5
    5226 +echo "$as_me:5660: checking if external terminfo-database is used" >&5
     5243+echo "$as_me:5661: checking if external terminfo-database is used" >&5
    52275244 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
    52285245 
    52295246 # Check whether --enable-database or --disable-database was given.
    5230 @@ -5371,7 +5667,7 @@
     5247@@ -5371,7 +5668,7 @@
    52315248 else
    52325249   use_database=yes
    52335250 fi;
    52345251-echo "$as_me:5374: result: $use_database" >&5
    5235 +echo "$as_me:5670: result: $use_database" >&5
     5252+echo "$as_me:5671: result: $use_database" >&5
    52365253 echo "${ECHO_T}$use_database" >&6
    52375254 
    52385255 case $host_os in #(vi
    5239 @@ -5384,8 +5680,8 @@
     5256@@ -5384,8 +5681,8 @@
    52405257 esac
    52415258 
     
    52485265 
    52495266 if test "$use_database" != no ; then
    5250 @@ -5393,7 +5689,7 @@
     5267@@ -5393,7 +5690,7 @@
    52515268 #define USE_DATABASE 1
    52525269 EOF
    52535270 
    52545271-       echo "$as_me:5396: checking which terminfo source-file will be installed" >&5
    5255 +       echo "$as_me:5692: checking which terminfo source-file will be installed" >&5
     5272+       echo "$as_me:5693: checking which terminfo source-file will be installed" >&5
    52565273 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6
    52575274 
    52585275 # Check whether --enable-database or --disable-database was given.
    5259 @@ -5401,10 +5697,10 @@
     5276@@ -5401,10 +5698,10 @@
    52605277   enableval="$enable_database"
    52615278   TERMINFO_SRC=$withval
    52625279 fi;
    52635280-       echo "$as_me:5404: result: $TERMINFO_SRC" >&5
    5264 +       echo "$as_me:5700: result: $TERMINFO_SRC" >&5
     5281+       echo "$as_me:5701: result: $TERMINFO_SRC" >&5
    52655282 echo "${ECHO_T}$TERMINFO_SRC" >&6
    52665283 
    52675284-       echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5
    5268 +       echo "$as_me:5703: checking whether to use hashed database instead of directory/tree" >&5
     5285+       echo "$as_me:5704: checking whether to use hashed database instead of directory/tree" >&5
    52695286 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6
    52705287 
    52715288 # Check whether --with-hashed-db or --without-hashed-db was given.
    5272 @@ -5414,13 +5710,13 @@
     5289@@ -5414,13 +5711,13 @@
    52735290 else
    52745291   with_hashed_db=no
    52755292 fi;
    52765293-       echo "$as_me:5417: result: $with_hashed_db" >&5
    5277 +       echo "$as_me:5713: result: $with_hashed_db" >&5
     5294+       echo "$as_me:5714: result: $with_hashed_db" >&5
    52785295 echo "${ECHO_T}$with_hashed_db" >&6
    52795296 else
     
    52825299 
    52835300-echo "$as_me:5423: checking for list of fallback descriptions" >&5
    5284 +echo "$as_me:5719: checking for list of fallback descriptions" >&5
     5301+echo "$as_me:5720: checking for list of fallback descriptions" >&5
    52855302 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6
    52865303 
    52875304 # Check whether --with-fallbacks or --without-fallbacks was given.
    5288 @@ -5430,11 +5726,11 @@
     5305@@ -5430,11 +5727,11 @@
    52895306 else
    52905307   with_fallback=
    52915308 fi;
    52925309-echo "$as_me:5433: result: $with_fallback" >&5
    5293 +echo "$as_me:5729: result: $with_fallback" >&5
     5310+echo "$as_me:5730: result: $with_fallback" >&5
    52945311 echo "${ECHO_T}$with_fallback" >&6
    52955312 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'`
    52965313 
    52975314-echo "$as_me:5437: checking if you want modern xterm or antique" >&5
    5298 +echo "$as_me:5733: checking if you want modern xterm or antique" >&5
     5315+echo "$as_me:5734: checking if you want modern xterm or antique" >&5
    52995316 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6
    53005317 
    53015318 # Check whether --with-xterm-new or --without-xterm-new was given.
    5302 @@ -5448,7 +5744,7 @@
     5319@@ -5448,7 +5745,7 @@
    53035320 no)    with_xterm_new=xterm-old;;
    53045321 *)     with_xterm_new=xterm-new;;
    53055322 esac
    53065323-echo "$as_me:5451: result: $with_xterm_new" >&5
    5307 +echo "$as_me:5747: result: $with_xterm_new" >&5
     5324+echo "$as_me:5748: result: $with_xterm_new" >&5
    53085325 echo "${ECHO_T}$with_xterm_new" >&6
    53095326 WHICH_XTERM=$with_xterm_new
    53105327 
    5311 @@ -5458,7 +5754,7 @@
     5328@@ -5458,7 +5755,7 @@
    53125329        MAKE_TERMINFO="#"
    53135330 else
    53145331 
    53155332-echo "$as_me:5461: checking for list of terminfo directories" >&5
    5316 +echo "$as_me:5757: checking for list of terminfo directories" >&5
     5333+echo "$as_me:5758: checking for list of terminfo directories" >&5
    53175334 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6
    53185335 
    53195336 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given.
    5320 @@ -5468,7 +5764,7 @@
     5337@@ -5468,7 +5765,7 @@
    53215338 else
    53225339   withval=${TERMINFO_DIRS-${datadir}/terminfo}
     
    53275344 for cf_src_path in $withval
    53285345 do
    5329 @@ -5498,7 +5794,7 @@
     5346@@ -5498,7 +5795,7 @@
    53305347   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
    53315348   ;;
    53325349 *)
    53335350-  { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5
    5334 +  { { echo "$as_me:5797: error: expected a pathname, not \"$cf_src_path\"" >&5
     5351+  { { echo "$as_me:5798: error: expected a pathname, not \"$cf_src_path\"" >&5
    53355352 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
    53365353    { (exit 1); exit 1; }; }
    53375354   ;;
    5338 @@ -5511,13 +5807,13 @@
     5355@@ -5511,13 +5808,13 @@
    53395356 
    53405357 eval 'TERMINFO_DIRS="$cf_dst_path"'
    53415358 
    53425359-echo "$as_me:5514: result: $TERMINFO_DIRS" >&5
    5343 +echo "$as_me:5810: result: $TERMINFO_DIRS" >&5
     5360+echo "$as_me:5811: result: $TERMINFO_DIRS" >&5
    53445361 echo "${ECHO_T}$TERMINFO_DIRS" >&6
    53455362 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF
     
    53485365 
    53495366-echo "$as_me:5520: checking for default terminfo directory" >&5
    5350 +echo "$as_me:5816: checking for default terminfo directory" >&5
     5367+echo "$as_me:5817: checking for default terminfo directory" >&5
    53515368 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6
    53525369 
    53535370 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given.
    5354 @@ -5553,7 +5849,7 @@
     5371@@ -5553,7 +5850,7 @@
    53555372   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
    53565373   ;;
    53575374 *)
    53585375-  { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5
    5359 +  { { echo "$as_me:5852: error: expected a pathname, not \"$withval\"" >&5
     5376+  { { echo "$as_me:5853: error: expected a pathname, not \"$withval\"" >&5
    53605377 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    53615378    { (exit 1); exit 1; }; }
    53625379   ;;
    5363 @@ -5562,7 +5858,7 @@
     5380@@ -5562,7 +5859,7 @@
    53645381 fi
    53655382 TERMINFO="$withval"
    53665383 
    53675384-echo "$as_me:5565: result: $TERMINFO" >&5
    5368 +echo "$as_me:5861: result: $TERMINFO" >&5
     5385+echo "$as_me:5862: result: $TERMINFO" >&5
    53695386 echo "${ECHO_T}$TERMINFO" >&6
    53705387 cat >>confdefs.h <<EOF
    53715388 #define TERMINFO "$TERMINFO"
    5372 @@ -5572,7 +5868,7 @@
     5389@@ -5572,7 +5869,7 @@
    53735390 
    53745391 ###    use option --disable-big-core to make tic run on small machines
    53755392 ###    We need 4Mb, check if we can allocate 50% more than that.
    53765393-echo "$as_me:5575: checking if big-core option selected" >&5
    5377 +echo "$as_me:5871: checking if big-core option selected" >&5
     5394+echo "$as_me:5872: checking if big-core option selected" >&5
    53785395 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6
    53795396 
    53805397 # Check whether --enable-big-core or --disable-big-core was given.
    5381 @@ -5584,7 +5880,7 @@
     5398@@ -5584,7 +5881,7 @@
    53825399   with_big_core=no
    53835400 else
    53845401   cat >conftest.$ac_ext <<_ACEOF
    53855402-#line 5587 "configure"
    5386 +#line 5883 "configure"
     5403+#line 5884 "configure"
    53875404 #include "confdefs.h"
    53885405 
    53895406 #include <stdlib.h>
    5390 @@ -5598,15 +5894,15 @@
     5407@@ -5598,15 +5895,15 @@
    53915408 }
    53925409 _ACEOF
    53935410 rm -f conftest$ac_exeext
    53945411-if { (eval echo "$as_me:5601: \"$ac_link\"") >&5
    5395 +if { (eval echo "$as_me:5897: \"$ac_link\"") >&5
     5412+if { (eval echo "$as_me:5898: \"$ac_link\"") >&5
    53965413   (eval $ac_link) 2>&5
    53975414   ac_status=$?
    53985415-  echo "$as_me:5604: \$? = $ac_status" >&5
    5399 +  echo "$as_me:5900: \$? = $ac_status" >&5
     5416+  echo "$as_me:5901: \$? = $ac_status" >&5
    54005417   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    54015418-  { (eval echo "$as_me:5606: \"$ac_try\"") >&5
    5402 +  { (eval echo "$as_me:5902: \"$ac_try\"") >&5
     5419+  { (eval echo "$as_me:5903: \"$ac_try\"") >&5
    54035420   (eval $ac_try) 2>&5
    54045421   ac_status=$?
    54055422-  echo "$as_me:5609: \$? = $ac_status" >&5
    5406 +  echo "$as_me:5905: \$? = $ac_status" >&5
     5423+  echo "$as_me:5906: \$? = $ac_status" >&5
    54075424   (exit $ac_status); }; }; then
    54085425   with_big_core=yes
    54095426 else
    5410 @@ -5618,7 +5914,7 @@
     5427@@ -5618,7 +5915,7 @@
    54115428 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    54125429 fi
    54135430 fi;
    54145431-echo "$as_me:5621: result: $with_big_core" >&5
    5415 +echo "$as_me:5917: result: $with_big_core" >&5
     5432+echo "$as_me:5918: result: $with_big_core" >&5
    54165433 echo "${ECHO_T}$with_big_core" >&6
    54175434 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF
    54185435 #define HAVE_BIG_CORE 1
    5419 @@ -5627,7 +5923,7 @@
     5436@@ -5627,7 +5924,7 @@
    54205437 ### ISO C only guarantees 512-char strings, we have tables which load faster
    54215438 ### when constructed using "big" strings.  More than the C compiler, the awk
    54225439 ### program is a limit on most vendor UNIX systems.  Check that we can build.
    54235440-echo "$as_me:5630: checking if big-strings option selected" >&5
    5424 +echo "$as_me:5926: checking if big-strings option selected" >&5
     5441+echo "$as_me:5927: checking if big-strings option selected" >&5
    54255442 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6
    54265443 
    54275444 # Check whether --enable-big-strings or --disable-big-strings was given.
    5428 @@ -5636,29 +5932,29 @@
     5445@@ -5636,29 +5933,29 @@
    54295446   with_big_strings=$enableval
    54305447 else
     
    54595476 fi;
    54605477-echo "$as_me:5654: result: $with_big_strings" >&5
    5461 +echo "$as_me:5950: result: $with_big_strings" >&5
     5478+echo "$as_me:5951: result: $with_big_strings" >&5
    54625479 echo "${ECHO_T}$with_big_strings" >&6
    54635480 
     
    54675484 ###    use option --enable-termcap to compile in the termcap fallback support
    54685485-echo "$as_me:5661: checking if you want termcap-fallback support" >&5
    5469 +echo "$as_me:5957: checking if you want termcap-fallback support" >&5
     5486+echo "$as_me:5958: checking if you want termcap-fallback support" >&5
    54705487 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6
    54715488 
    54725489 # Check whether --enable-termcap or --disable-termcap was given.
    5473 @@ -5668,13 +5964,13 @@
     5490@@ -5668,13 +5965,13 @@
    54745491 else
    54755492   with_termcap=no
    54765493 fi;
    54775494-echo "$as_me:5671: result: $with_termcap" >&5
    5478 +echo "$as_me:5967: result: $with_termcap" >&5
     5495+echo "$as_me:5968: result: $with_termcap" >&5
    54795496 echo "${ECHO_T}$with_termcap" >&6
    54805497 
     
    54835500                if test -z "$with_fallback" ; then
    54845501-                       { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5
    5485 +                       { { echo "$as_me:5973: error: You have disabled the database w/o specifying fallbacks" >&5
     5502+                       { { echo "$as_me:5974: error: You have disabled the database w/o specifying fallbacks" >&5
    54865503 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;}
    54875504    { (exit 1); exit 1; }; }
    54885505                fi
    5489 @@ -5686,7 +5982,7 @@
     5506@@ -5686,7 +5983,7 @@
    54905507 else
    54915508 
    54925509 if test "$with_ticlib" != no ; then
    54935510-       { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
    5494 +       { { echo "$as_me:5985: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
     5511+       { { echo "$as_me:5986: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
    54955512 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;}
    54965513    { (exit 1); exit 1; }; }
    54975514 fi
    5498 @@ -5695,7 +5991,7 @@
     5515@@ -5695,7 +5992,7 @@
    54995516 #define USE_TERMCAP 1
    55005517 EOF
    55015518 
    55025519-echo "$as_me:5698: checking for list of termcap files" >&5
    5503 +echo "$as_me:5994: checking for list of termcap files" >&5
     5520+echo "$as_me:5995: checking for list of termcap files" >&5
    55045521 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6
    55055522 
    55065523 # Check whether --with-termpath or --without-termpath was given.
    5507 @@ -5705,7 +6001,7 @@
     5524@@ -5705,7 +6002,7 @@
    55085525 else
    55095526   withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap}
     
    55145531 for cf_src_path in $withval
    55155532 do
    5516 @@ -5735,7 +6031,7 @@
     5533@@ -5735,7 +6032,7 @@
    55175534   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
    55185535   ;;
    55195536 *)
    55205537-  { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5
    5521 +  { { echo "$as_me:6034: error: expected a pathname, not \"$cf_src_path\"" >&5
     5538+  { { echo "$as_me:6035: error: expected a pathname, not \"$cf_src_path\"" >&5
    55225539 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
    55235540    { (exit 1); exit 1; }; }
    55245541   ;;
    5525 @@ -5748,14 +6044,14 @@
     5542@@ -5748,14 +6045,14 @@
    55265543 
    55275544 eval 'TERMPATH="$cf_dst_path"'
    55285545 
    55295546-echo "$as_me:5751: result: $TERMPATH" >&5
    5530 +echo "$as_me:6047: result: $TERMPATH" >&5
     5547+echo "$as_me:6048: result: $TERMPATH" >&5
    55315548 echo "${ECHO_T}$TERMPATH" >&6
    55325549 test -n "$TERMPATH" && cat >>confdefs.h <<EOF
     
    55365553 ###    use option --enable-getcap to use a hacked getcap for reading termcaps
    55375554-echo "$as_me:5758: checking if fast termcap-loader is needed" >&5
    5538 +echo "$as_me:6054: checking if fast termcap-loader is needed" >&5
     5555+echo "$as_me:6055: checking if fast termcap-loader is needed" >&5
    55395556 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6
    55405557 
    55415558 # Check whether --enable-getcap or --disable-getcap was given.
    5542 @@ -5765,13 +6061,13 @@
     5559@@ -5765,13 +6062,13 @@
    55435560 else
    55445561   with_getcap=no
    55455562 fi;
    55465563-echo "$as_me:5768: result: $with_getcap" >&5
    5547 +echo "$as_me:6064: result: $with_getcap" >&5
     5564+echo "$as_me:6065: result: $with_getcap" >&5
    55485565 echo "${ECHO_T}$with_getcap" >&6
    55495566 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF
     
    55525569 
    55535570-echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5
    5554 +echo "$as_me:6070: checking if translated termcaps will be cached in ~/.terminfo" >&5
     5571+echo "$as_me:6071: checking if translated termcaps will be cached in ~/.terminfo" >&5
    55555572 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6
    55565573 
    55575574 # Check whether --enable-getcap-cache or --disable-getcap-cache was given.
    5558 @@ -5781,7 +6077,7 @@
     5575@@ -5781,7 +6078,7 @@
    55595576 else
    55605577   with_getcap_cache=no
    55615578 fi;
    55625579-echo "$as_me:5784: result: $with_getcap_cache" >&5
    5563 +echo "$as_me:6080: result: $with_getcap_cache" >&5
     5580+echo "$as_me:6081: result: $with_getcap_cache" >&5
    55645581 echo "${ECHO_T}$with_getcap_cache" >&6
    55655582 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF
    55665583 #define USE_GETCAP_CACHE 1
    5567 @@ -5790,7 +6086,7 @@
     5584@@ -5790,7 +6087,7 @@
    55685585 fi
    55695586 
    55705587 ###   Use option --disable-home-terminfo to completely remove ~/.terminfo
    55715588-echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5
    5572 +echo "$as_me:6089: checking if ~/.terminfo is wanted" >&5
     5589+echo "$as_me:6090: checking if ~/.terminfo is wanted" >&5
    55735590 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6
    55745591 
    55755592 # Check whether --enable-home-terminfo or --disable-home-terminfo was given.
    5576 @@ -5800,13 +6096,13 @@
     5593@@ -5800,13 +6097,13 @@
    55775594 else
    55785595   with_home_terminfo=yes
    55795596 fi;
    55805597-echo "$as_me:5803: result: $with_home_terminfo" >&5
    5581 +echo "$as_me:6099: result: $with_home_terminfo" >&5
     5598+echo "$as_me:6100: result: $with_home_terminfo" >&5
    55825599 echo "${ECHO_T}$with_home_terminfo" >&6
    55835600 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF
     
    55865603 
    55875604-echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5
    5588 +echo "$as_me:6105: checking if you want to use restricted environment when running as root" >&5
     5605+echo "$as_me:6106: checking if you want to use restricted environment when running as root" >&5
    55895606 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6
    55905607 
    55915608 # Check whether --enable-root-environ or --disable-root-environ was given.
    5592 @@ -5816,7 +6112,7 @@
     5609@@ -5816,7 +6113,7 @@
    55935610 else
    55945611   with_root_environ=yes
    55955612 fi;
    55965613-echo "$as_me:5819: result: $with_root_environ" >&5
    5597 +echo "$as_me:6115: result: $with_root_environ" >&5
     5614+echo "$as_me:6116: result: $with_root_environ" >&5
    55985615 echo "${ECHO_T}$with_root_environ" >&6
    55995616 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF
    56005617 #define USE_ROOT_ENVIRON 1
    5601 @@ -5830,13 +6126,13 @@
     5618@@ -5830,13 +6127,13 @@
    56025619        unlink
    56035620 do
    56045621 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    56055622-echo "$as_me:5833: checking for $ac_func" >&5
    5606 +echo "$as_me:6129: checking for $ac_func" >&5
     5623+echo "$as_me:6130: checking for $ac_func" >&5
    56075624 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    56085625 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    56115628   cat >conftest.$ac_ext <<_ACEOF
    56125629-#line 5839 "configure"
    5613 +#line 6135 "configure"
     5630+#line 6136 "configure"
    56145631 #include "confdefs.h"
    56155632 /* System header to define __stub macros and hopefully few prototypes,
    56165633     which can conflict with char $ac_func (); below.  */
    5617 @@ -5867,16 +6163,16 @@
     5634@@ -5867,16 +6164,16 @@
    56185635 }
    56195636 _ACEOF
    56205637 rm -f conftest.$ac_objext conftest$ac_exeext
    56215638-if { (eval echo "$as_me:5870: \"$ac_link\"") >&5
    5622 +if { (eval echo "$as_me:6166: \"$ac_link\"") >&5
     5639+if { (eval echo "$as_me:6167: \"$ac_link\"") >&5
    56235640   (eval $ac_link) 2>&5
    56245641   ac_status=$?
    56255642-  echo "$as_me:5873: \$? = $ac_status" >&5
    5626 +  echo "$as_me:6169: \$? = $ac_status" >&5
     5643+  echo "$as_me:6170: \$? = $ac_status" >&5
    56275644   (exit $ac_status); } &&
    56285645          { ac_try='test -s conftest$ac_exeext'
    56295646-  { (eval echo "$as_me:5876: \"$ac_try\"") >&5
    5630 +  { (eval echo "$as_me:6172: \"$ac_try\"") >&5
     5647+  { (eval echo "$as_me:6173: \"$ac_try\"") >&5
    56315648   (eval $ac_try) 2>&5
    56325649   ac_status=$?
    56335650-  echo "$as_me:5879: \$? = $ac_status" >&5
    5634 +  echo "$as_me:6175: \$? = $ac_status" >&5
     5651+  echo "$as_me:6176: \$? = $ac_status" >&5
    56355652   (exit $ac_status); }; }; then
    56365653   eval "$as_ac_var=yes"
    56375654 else
    5638 @@ -5886,7 +6182,7 @@
     5655@@ -5886,7 +6183,7 @@
    56395656 fi
    56405657 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    56415658 fi
    56425659-echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5
    5643 +echo "$as_me:6185: result: `eval echo '${'$as_ac_var'}'`" >&5
     5660+echo "$as_me:6186: result: `eval echo '${'$as_ac_var'}'`" >&5
    56445661 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    56455662 if test `eval echo '${'$as_ac_var'}'` = yes; then
    56465663   cat >>confdefs.h <<EOF
    5647 @@ -5903,13 +6199,13 @@
     5664@@ -5903,13 +6200,13 @@
    56485665                symlink
    56495666 do
    56505667 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    56515668-echo "$as_me:5906: checking for $ac_func" >&5
    5652 +echo "$as_me:6202: checking for $ac_func" >&5
     5669+echo "$as_me:6203: checking for $ac_func" >&5
    56535670 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    56545671 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    56575674   cat >conftest.$ac_ext <<_ACEOF
    56585675-#line 5912 "configure"
    5659 +#line 6208 "configure"
     5676+#line 6209 "configure"
    56605677 #include "confdefs.h"
    56615678 /* System header to define __stub macros and hopefully few prototypes,
    56625679     which can conflict with char $ac_func (); below.  */
    5663 @@ -5940,16 +6236,16 @@
     5680@@ -5940,16 +6237,16 @@
    56645681 }
    56655682 _ACEOF
    56665683 rm -f conftest.$ac_objext conftest$ac_exeext
    56675684-if { (eval echo "$as_me:5943: \"$ac_link\"") >&5
    5668 +if { (eval echo "$as_me:6239: \"$ac_link\"") >&5
     5685+if { (eval echo "$as_me:6240: \"$ac_link\"") >&5
    56695686   (eval $ac_link) 2>&5
    56705687   ac_status=$?
    56715688-  echo "$as_me:5946: \$? = $ac_status" >&5
    5672 +  echo "$as_me:6242: \$? = $ac_status" >&5
     5689+  echo "$as_me:6243: \$? = $ac_status" >&5
    56735690   (exit $ac_status); } &&
    56745691          { ac_try='test -s conftest$ac_exeext'
    56755692-  { (eval echo "$as_me:5949: \"$ac_try\"") >&5
    5676 +  { (eval echo "$as_me:6245: \"$ac_try\"") >&5
     5693+  { (eval echo "$as_me:6246: \"$ac_try\"") >&5
    56775694   (eval $ac_try) 2>&5
    56785695   ac_status=$?
    56795696-  echo "$as_me:5952: \$? = $ac_status" >&5
    5680 +  echo "$as_me:6248: \$? = $ac_status" >&5
     5697+  echo "$as_me:6249: \$? = $ac_status" >&5
    56815698   (exit $ac_status); }; }; then
    56825699   eval "$as_ac_var=yes"
    56835700 else
    5684 @@ -5959,7 +6255,7 @@
     5701@@ -5959,7 +6256,7 @@
    56855702 fi
    56865703 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    56875704 fi
    56885705-echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5
    5689 +echo "$as_me:6258: result: `eval echo '${'$as_ac_var'}'`" >&5
     5706+echo "$as_me:6259: result: `eval echo '${'$as_ac_var'}'`" >&5
    56905707 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    56915708 if test `eval echo '${'$as_ac_var'}'` = yes; then
    56925709   cat >>confdefs.h <<EOF
    5693 @@ -5970,7 +6266,7 @@
     5710@@ -5970,7 +6267,7 @@
    56945711 done
    56955712 
    56965713 else
    56975714-       echo "$as_me:5973: checking if link/symlink functions work" >&5
    5698 +       echo "$as_me:6269: checking if link/symlink functions work" >&5
     5715+       echo "$as_me:6270: checking if link/symlink functions work" >&5
    56995716 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6
    57005717 if test "${cf_cv_link_funcs+set}" = set; then
    57015718   echo $ECHO_N "(cached) $ECHO_C" >&6
    5702 @@ -5983,7 +6279,7 @@
     5719@@ -5983,7 +6280,7 @@
    57035720                        eval 'ac_cv_func_'$cf_func'=error'
    57045721 else
    57055722   cat >conftest.$ac_ext <<_ACEOF
    57065723-#line 5986 "configure"
    5707 +#line 6282 "configure"
     5724+#line 6283 "configure"
    57085725 #include "confdefs.h"
    57095726 
    57105727 #include <sys/types.h>
    5711 @@ -6013,15 +6309,15 @@
     5728@@ -6013,15 +6310,15 @@
    57125729 
    57135730 _ACEOF
    57145731 rm -f conftest$ac_exeext
    57155732-if { (eval echo "$as_me:6016: \"$ac_link\"") >&5
    5716 +if { (eval echo "$as_me:6312: \"$ac_link\"") >&5
     5733+if { (eval echo "$as_me:6313: \"$ac_link\"") >&5
    57175734   (eval $ac_link) 2>&5
    57185735   ac_status=$?
    57195736-  echo "$as_me:6019: \$? = $ac_status" >&5
    5720 +  echo "$as_me:6315: \$? = $ac_status" >&5
     5737+  echo "$as_me:6316: \$? = $ac_status" >&5
    57215738   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    57225739-  { (eval echo "$as_me:6021: \"$ac_try\"") >&5
    5723 +  { (eval echo "$as_me:6317: \"$ac_try\"") >&5
     5740+  { (eval echo "$as_me:6318: \"$ac_try\"") >&5
    57245741   (eval $ac_try) 2>&5
    57255742   ac_status=$?
    57265743-  echo "$as_me:6024: \$? = $ac_status" >&5
    5727 +  echo "$as_me:6320: \$? = $ac_status" >&5
     5744+  echo "$as_me:6321: \$? = $ac_status" >&5
    57285745   (exit $ac_status); }; }; then
    57295746 
    57305747                        cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
    5731 @@ -6039,7 +6335,7 @@
     5748@@ -6039,7 +6336,7 @@
    57325749                test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no
    57335750 
    57345751 fi
    57355752-echo "$as_me:6042: result: $cf_cv_link_funcs" >&5
    5736 +echo "$as_me:6338: result: $cf_cv_link_funcs" >&5
     5753+echo "$as_me:6339: result: $cf_cv_link_funcs" >&5
    57375754 echo "${ECHO_T}$cf_cv_link_funcs" >&6
    57385755        test "$ac_cv_func_link"    = yes && cat >>confdefs.h <<\EOF
    57395756 #define HAVE_LINK 1
    5740 @@ -6057,7 +6353,7 @@
     5757@@ -6057,7 +6354,7 @@
    57415758 # soft links (symbolic links) are useful for some systems where hard links do
    57425759 # not work, or to make it simpler to copy terminfo trees around.
    57435760 if test "$ac_cv_func_symlink" = yes ; then
    57445761-    echo "$as_me:6060: checking if tic should use symbolic links" >&5
    5745 +    echo "$as_me:6356: checking if tic should use symbolic links" >&5
     5762+    echo "$as_me:6357: checking if tic should use symbolic links" >&5
    57465763 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6
    57475764 
    57485765 # Check whether --enable-symlinks or --disable-symlinks was given.
    5749 @@ -6067,21 +6363,21 @@
     5766@@ -6067,21 +6364,21 @@
    57505767 else
    57515768   with_symlinks=no
    57525769 fi;
    57535770-    echo "$as_me:6070: result: $with_symlinks" >&5
    5754 +    echo "$as_me:6366: result: $with_symlinks" >&5
     5771+    echo "$as_me:6367: result: $with_symlinks" >&5
    57555772 echo "${ECHO_T}$with_symlinks" >&6
    57565773 fi
     
    57605777 if test "$with_symlinks" = no ; then
    57615778-    echo "$as_me:6077: checking if tic should use hard links" >&5
    5762 +    echo "$as_me:6373: checking if tic should use hard links" >&5
     5779+    echo "$as_me:6374: checking if tic should use hard links" >&5
    57635780 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6
    57645781     if test "$ac_cv_func_link" = yes ; then
     
    57685785     fi
    57695786-    echo "$as_me:6084: result: $with_links" >&5
    5770 +    echo "$as_me:6380: result: $with_links" >&5
     5787+    echo "$as_me:6381: result: $with_links" >&5
    57715788 echo "${ECHO_T}$with_links" >&6
    57725789 fi
    57735790 
    5774 @@ -6094,7 +6390,7 @@
     5791@@ -6094,7 +6391,7 @@
    57755792 EOF
    57765793 
    57775794 ###   use option --enable-broken-linker to force on use of broken-linker support
    57785795-echo "$as_me:6097: checking if you want broken-linker support code" >&5
    5779 +echo "$as_me:6393: checking if you want broken-linker support code" >&5
     5796+echo "$as_me:6394: checking if you want broken-linker support code" >&5
    57805797 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
    57815798 
    57825799 # Check whether --enable-broken_linker or --disable-broken_linker was given.
    5783 @@ -6104,7 +6400,7 @@
     5800@@ -6104,7 +6401,7 @@
    57845801 else
    57855802   with_broken_linker=${BROKEN_LINKER-no}
    57865803 fi;
    57875804-echo "$as_me:6107: result: $with_broken_linker" >&5
    5788 +echo "$as_me:6403: result: $with_broken_linker" >&5
     5805+echo "$as_me:6404: result: $with_broken_linker" >&5
    57895806 echo "${ECHO_T}$with_broken_linker" >&6
    57905807 
    57915808 BROKEN_LINKER=0
    5792 @@ -6124,14 +6420,14 @@
     5809@@ -6124,14 +6421,14 @@
    57935810                BROKEN_LINKER=1
    57945811                test -n "$verbose" && echo "    cygwin linker is broken anyway" 1>&6
    57955812 
    57965813-echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5
    5797 +echo "${as_me-configure}:6423: testing cygwin linker is broken anyway ..." 1>&5
     5814+echo "${as_me-configure}:6424: testing cygwin linker is broken anyway ..." 1>&5
    57985815 
    57995816                ;;
     
    58035820 ###   use option --enable-bsdpad to have tputs process BSD-style prefix padding
    58045821-echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5
    5805 +echo "$as_me:6430: checking if tputs should process BSD-style prefix padding" >&5
     5822+echo "$as_me:6431: checking if tputs should process BSD-style prefix padding" >&5
    58065823 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6
    58075824 
    58085825 # Check whether --enable-bsdpad or --disable-bsdpad was given.
    5809 @@ -6141,7 +6437,7 @@
     5826@@ -6141,7 +6438,7 @@
    58105827 else
    58115828   with_bsdpad=no
    58125829 fi;
    58135830-echo "$as_me:6144: result: $with_bsdpad" >&5
    5814 +echo "$as_me:6440: result: $with_bsdpad" >&5
     5831+echo "$as_me:6441: result: $with_bsdpad" >&5
    58155832 echo "${ECHO_T}$with_bsdpad" >&6
    58165833 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF
    58175834 #define BSD_TPUTS 1
    5818 @@ -6158,7 +6454,7 @@
     5835@@ -6158,7 +6455,7 @@
    58195836 
    58205837 # Check to define _XOPEN_SOURCE "automatically"
    58215838 
    58225839-echo "$as_me:6161: checking if $CC -U and -D options work together" >&5
    5823 +echo "$as_me:6457: checking if $CC -U and -D options work together" >&5
     5840+echo "$as_me:6458: checking if $CC -U and -D options work together" >&5
    58245841 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6
    58255842 if test "${cf_cv_cc_u_d_options+set}" = set; then
    58265843   echo $ECHO_N "(cached) $ECHO_C" >&6
    5827 @@ -6167,7 +6463,7 @@
     5844@@ -6167,7 +6464,7 @@
    58285845        cf_save_CPPFLAGS="$CPPFLAGS"
    58295846        CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS"
    58305847        cat >conftest.$ac_ext <<_ACEOF
    58315848-#line 6170 "configure"
    5832 +#line 6466 "configure"
     5849+#line 6467 "configure"
    58335850 #include "confdefs.h"
    58345851 
    58355852 int
    5836 @@ -6186,16 +6482,16 @@
     5853@@ -6186,16 +6483,16 @@
    58375854 }
    58385855 _ACEOF
    58395856 rm -f conftest.$ac_objext
    58405857-if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5
    5841 +if { (eval echo "$as_me:6485: \"$ac_compile\"") >&5
     5858+if { (eval echo "$as_me:6486: \"$ac_compile\"") >&5
    58425859   (eval $ac_compile) 2>&5
    58435860   ac_status=$?
    58445861-  echo "$as_me:6192: \$? = $ac_status" >&5
    5845 +  echo "$as_me:6488: \$? = $ac_status" >&5
     5862+  echo "$as_me:6489: \$? = $ac_status" >&5
    58465863   (exit $ac_status); } &&
    58475864          { ac_try='test -s conftest.$ac_objext'
    58485865-  { (eval echo "$as_me:6195: \"$ac_try\"") >&5
    5849 +  { (eval echo "$as_me:6491: \"$ac_try\"") >&5
     5866+  { (eval echo "$as_me:6492: \"$ac_try\"") >&5
    58505867   (eval $ac_try) 2>&5
    58515868   ac_status=$?
    58525869-  echo "$as_me:6198: \$? = $ac_status" >&5
    5853 +  echo "$as_me:6494: \$? = $ac_status" >&5
     5870+  echo "$as_me:6495: \$? = $ac_status" >&5
    58545871   (exit $ac_status); }; }; then
    58555872 
    58565873        cf_cv_cc_u_d_options=yes
    5857 @@ -6209,14 +6505,14 @@
     5874@@ -6209,14 +6506,14 @@
    58585875        CPPFLAGS="$cf_save_CPPFLAGS"
    58595876 
    58605877 fi
    58615878-echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5
    5862 +echo "$as_me:6508: result: $cf_cv_cc_u_d_options" >&5
     5879+echo "$as_me:6509: result: $cf_cv_cc_u_d_options" >&5
    58635880 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6
    58645881 
     
    58725889        ;;
    58735890 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        ;;
    58755901 irix[56].*) #(vi
    58765902        CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
     
    58805906 
    58815907-echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5
    5882 +echo "$as_me:6534: checking if we must define _GNU_SOURCE" >&5
     5908+echo "$as_me:6538: checking if we must define _GNU_SOURCE" >&5
    58835909 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
    58845910 if test "${cf_cv_gnu_source+set}" = set; then
     
    58885914 cat >conftest.$ac_ext <<_ACEOF
    58895915-#line 6245 "configure"
    5890 +#line 6541 "configure"
     5916+#line 6545 "configure"
    58915917 #include "confdefs.h"
    58925918 #include <sys/types.h>
    58935919 int
    5894 @@ -6257,16 +6553,16 @@
     5920@@ -6257,16 +6557,16 @@
    58955921 }
    58965922 _ACEOF
    58975923 rm -f conftest.$ac_objext
    58985924-if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5
    5899 +if { (eval echo "$as_me:6556: \"$ac_compile\"") >&5
     5925+if { (eval echo "$as_me:6560: \"$ac_compile\"") >&5
    59005926   (eval $ac_compile) 2>&5
    59015927   ac_status=$?
    59025928-  echo "$as_me:6263: \$? = $ac_status" >&5
    5903 +  echo "$as_me:6559: \$? = $ac_status" >&5
     5929+  echo "$as_me:6563: \$? = $ac_status" >&5
    59045930   (exit $ac_status); } &&
    59055931          { ac_try='test -s conftest.$ac_objext'
    59065932-  { (eval echo "$as_me:6266: \"$ac_try\"") >&5
    5907 +  { (eval echo "$as_me:6562: \"$ac_try\"") >&5
     5933+  { (eval echo "$as_me:6566: \"$ac_try\"") >&5
    59085934   (eval $ac_try) 2>&5
    59095935   ac_status=$?
    59105936-  echo "$as_me:6269: \$? = $ac_status" >&5
    5911 +  echo "$as_me:6565: \$? = $ac_status" >&5
     5937+  echo "$as_me:6569: \$? = $ac_status" >&5
    59125938   (exit $ac_status); }; }; then
    59135939   cf_cv_gnu_source=no
    59145940 else
    5915 @@ -6275,7 +6571,7 @@
     5941@@ -6275,7 +6575,7 @@
    59165942 cf_save="$CPPFLAGS"
    59175943         CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    59185944         cat >conftest.$ac_ext <<_ACEOF
    59195945-#line 6278 "configure"
    5920 +#line 6574 "configure"
     5946+#line 6578 "configure"
    59215947 #include "confdefs.h"
    59225948 #include <sys/types.h>
    59235949 int
    5924 @@ -6290,16 +6586,16 @@
     5950@@ -6290,16 +6590,16 @@
    59255951 }
    59265952 _ACEOF
    59275953 rm -f conftest.$ac_objext
    59285954-if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5
    5929 +if { (eval echo "$as_me:6589: \"$ac_compile\"") >&5
     5955+if { (eval echo "$as_me:6593: \"$ac_compile\"") >&5
    59305956   (eval $ac_compile) 2>&5
    59315957   ac_status=$?
    59325958-  echo "$as_me:6296: \$? = $ac_status" >&5
    5933 +  echo "$as_me:6592: \$? = $ac_status" >&5
     5959+  echo "$as_me:6596: \$? = $ac_status" >&5
    59345960   (exit $ac_status); } &&
    59355961          { ac_try='test -s conftest.$ac_objext'
    59365962-  { (eval echo "$as_me:6299: \"$ac_try\"") >&5
    5937 +  { (eval echo "$as_me:6595: \"$ac_try\"") >&5
     5963+  { (eval echo "$as_me:6599: \"$ac_try\"") >&5
    59385964   (eval $ac_try) 2>&5
    59395965   ac_status=$?
    59405966-  echo "$as_me:6302: \$? = $ac_status" >&5
    5941 +  echo "$as_me:6598: \$? = $ac_status" >&5
     5967+  echo "$as_me:6602: \$? = $ac_status" >&5
    59425968   (exit $ac_status); }; }; then
    59435969   cf_cv_gnu_source=no
    59445970 else
    5945 @@ -6314,7 +6610,7 @@
     5971@@ -6314,7 +6614,7 @@
    59465972 rm -f conftest.$ac_objext conftest.$ac_ext
    59475973 
    59485974 fi
    59495975-echo "$as_me:6317: result: $cf_cv_gnu_source" >&5
    5950 +echo "$as_me:6613: result: $cf_cv_gnu_source" >&5
     5976+echo "$as_me:6617: result: $cf_cv_gnu_source" >&5
    59515977 echo "${ECHO_T}$cf_cv_gnu_source" >&6
    59525978 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    59535979 
    5954 @@ -6341,14 +6637,14 @@
     5980@@ -6341,14 +6641,14 @@
    59555981        CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
    59565982        ;;
    59575983 *)
    59585984-       echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5
    5959 +       echo "$as_me:6640: checking if we should define _XOPEN_SOURCE" >&5
     5985+       echo "$as_me:6644: checking if we should define _XOPEN_SOURCE" >&5
    59605986 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
    59615987 if test "${cf_cv_xopen_source+set}" = set; then
     
    59655991        cat >conftest.$ac_ext <<_ACEOF
    59665992-#line 6351 "configure"
    5967 +#line 6647 "configure"
     5993+#line 6651 "configure"
    59685994 #include "confdefs.h"
    59695995 #include <sys/types.h>
    59705996 int
    5971 @@ -6363,16 +6659,16 @@
     5997@@ -6363,16 +6663,16 @@
    59725998 }
    59735999 _ACEOF
    59746000 rm -f conftest.$ac_objext
    59756001-if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5
    5976 +if { (eval echo "$as_me:6662: \"$ac_compile\"") >&5
     6002+if { (eval echo "$as_me:6666: \"$ac_compile\"") >&5
    59776003   (eval $ac_compile) 2>&5
    59786004   ac_status=$?
    59796005-  echo "$as_me:6369: \$? = $ac_status" >&5
    5980 +  echo "$as_me:6665: \$? = $ac_status" >&5
     6006+  echo "$as_me:6669: \$? = $ac_status" >&5
    59816007   (exit $ac_status); } &&
    59826008          { ac_try='test -s conftest.$ac_objext'
    59836009-  { (eval echo "$as_me:6372: \"$ac_try\"") >&5
    5984 +  { (eval echo "$as_me:6668: \"$ac_try\"") >&5
     6010+  { (eval echo "$as_me:6672: \"$ac_try\"") >&5
    59856011   (eval $ac_try) 2>&5
    59866012   ac_status=$?
    59876013-  echo "$as_me:6375: \$? = $ac_status" >&5
    5988 +  echo "$as_me:6671: \$? = $ac_status" >&5
     6014+  echo "$as_me:6675: \$? = $ac_status" >&5
    59896015   (exit $ac_status); }; }; then
    59906016   cf_cv_xopen_source=no
    59916017 else
    5992 @@ -6381,7 +6677,7 @@
     6018@@ -6381,7 +6681,7 @@
    59936019 cf_save="$CPPFLAGS"
    59946020         CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
    59956021         cat >conftest.$ac_ext <<_ACEOF
    59966022-#line 6384 "configure"
    5997 +#line 6680 "configure"
     6023+#line 6684 "configure"
    59986024 #include "confdefs.h"
    59996025 #include <sys/types.h>
    60006026 int
    6001 @@ -6396,16 +6692,16 @@
     6027@@ -6396,16 +6696,16 @@
    60026028 }
    60036029 _ACEOF
    60046030 rm -f conftest.$ac_objext
    60056031-if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5
    6006 +if { (eval echo "$as_me:6695: \"$ac_compile\"") >&5
     6032+if { (eval echo "$as_me:6699: \"$ac_compile\"") >&5
    60076033   (eval $ac_compile) 2>&5
    60086034   ac_status=$?
    60096035-  echo "$as_me:6402: \$? = $ac_status" >&5
    6010 +  echo "$as_me:6698: \$? = $ac_status" >&5
     6036+  echo "$as_me:6702: \$? = $ac_status" >&5
    60116037   (exit $ac_status); } &&
    60126038          { ac_try='test -s conftest.$ac_objext'
    60136039-  { (eval echo "$as_me:6405: \"$ac_try\"") >&5
    6014 +  { (eval echo "$as_me:6701: \"$ac_try\"") >&5
     6040+  { (eval echo "$as_me:6705: \"$ac_try\"") >&5
    60156041   (eval $ac_try) 2>&5
    60166042   ac_status=$?
    60176043-  echo "$as_me:6408: \$? = $ac_status" >&5
    6018 +  echo "$as_me:6704: \$? = $ac_status" >&5
     6044+  echo "$as_me:6708: \$? = $ac_status" >&5
    60196045   (exit $ac_status); }; }; then
    60206046   cf_cv_xopen_source=no
    60216047 else
    6022 @@ -6420,7 +6716,7 @@
     6048@@ -6420,7 +6720,7 @@
    60236049 rm -f conftest.$ac_objext conftest.$ac_ext
    60246050 
    60256051 fi
    60266052-echo "$as_me:6423: result: $cf_cv_xopen_source" >&5
    6027 +echo "$as_me:6719: result: $cf_cv_xopen_source" >&5
     6053+echo "$as_me:6723: result: $cf_cv_xopen_source" >&5
    60286054 echo "${ECHO_T}$cf_cv_xopen_source" >&6
    60296055        if test "$cf_cv_xopen_source" != no ; then
    60306056 
    6031 @@ -6454,16 +6750,16 @@
     6057@@ -6454,16 +6754,16 @@
    60326058        sed     -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?[         ]/ /g' \
    60336059                -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?$//g'`
    60346060 
    60356061-echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5
    6036 +echo "$as_me:6753: checking if we should define _POSIX_C_SOURCE" >&5
     6062+echo "$as_me:6757: checking if we should define _POSIX_C_SOURCE" >&5
    60376063 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
    60386064 if test "${cf_cv_posix_c_source+set}" = set; then
     
    60416067 
    60426068-echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5
    6043 +echo "${as_me-configure}:6759: testing if the symbol is already defined go no further ..." 1>&5
     6069+echo "${as_me-configure}:6763: testing if the symbol is already defined go no further ..." 1>&5
    60446070 
    60456071        cat >conftest.$ac_ext <<_ACEOF
    60466072-#line 6466 "configure"
    6047 +#line 6762 "configure"
     6073+#line 6766 "configure"
    60486074 #include "confdefs.h"
    60496075 #include <sys/types.h>
    60506076 int
    6051 @@ -6478,16 +6774,16 @@
     6077@@ -6478,16 +6778,16 @@
    60526078 }
    60536079 _ACEOF
    60546080 rm -f conftest.$ac_objext
    60556081-if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5
    6056 +if { (eval echo "$as_me:6777: \"$ac_compile\"") >&5
     6082+if { (eval echo "$as_me:6781: \"$ac_compile\"") >&5
    60576083   (eval $ac_compile) 2>&5
    60586084   ac_status=$?
    60596085-  echo "$as_me:6484: \$? = $ac_status" >&5
    6060 +  echo "$as_me:6780: \$? = $ac_status" >&5
     6086+  echo "$as_me:6784: \$? = $ac_status" >&5
    60616087   (exit $ac_status); } &&
    60626088          { ac_try='test -s conftest.$ac_objext'
    60636089-  { (eval echo "$as_me:6487: \"$ac_try\"") >&5
    6064 +  { (eval echo "$as_me:6783: \"$ac_try\"") >&5
     6090+  { (eval echo "$as_me:6787: \"$ac_try\"") >&5
    60656091   (eval $ac_try) 2>&5
    60666092   ac_status=$?
    60676093-  echo "$as_me:6490: \$? = $ac_status" >&5
    6068 +  echo "$as_me:6786: \$? = $ac_status" >&5
     6094+  echo "$as_me:6790: \$? = $ac_status" >&5
    60696095   (exit $ac_status); }; }; then
    60706096   cf_cv_posix_c_source=no
    60716097 else
    6072 @@ -6508,7 +6804,7 @@
     6098@@ -6508,7 +6808,7 @@
    60736099         esac
    60746100         if test "$cf_want_posix_source" = yes ; then
    60756101                cat >conftest.$ac_ext <<_ACEOF
    60766102-#line 6511 "configure"
    6077 +#line 6807 "configure"
     6103+#line 6811 "configure"
    60786104 #include "confdefs.h"
    60796105 #include <sys/types.h>
    60806106 int
    6081 @@ -6523,16 +6819,16 @@
     6107@@ -6523,16 +6823,16 @@
    60826108 }
    60836109 _ACEOF
    60846110 rm -f conftest.$ac_objext
    60856111-if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5
    6086 +if { (eval echo "$as_me:6822: \"$ac_compile\"") >&5
     6112+if { (eval echo "$as_me:6826: \"$ac_compile\"") >&5
    60876113   (eval $ac_compile) 2>&5
    60886114   ac_status=$?
    60896115-  echo "$as_me:6529: \$? = $ac_status" >&5
    6090 +  echo "$as_me:6825: \$? = $ac_status" >&5
     6116+  echo "$as_me:6829: \$? = $ac_status" >&5
    60916117   (exit $ac_status); } &&
    60926118          { ac_try='test -s conftest.$ac_objext'
    60936119-  { (eval echo "$as_me:6532: \"$ac_try\"") >&5
    6094 +  { (eval echo "$as_me:6828: \"$ac_try\"") >&5
     6120+  { (eval echo "$as_me:6832: \"$ac_try\"") >&5
    60956121   (eval $ac_try) 2>&5
    60966122   ac_status=$?
    60976123-  echo "$as_me:6535: \$? = $ac_status" >&5
    6098 +  echo "$as_me:6831: \$? = $ac_status" >&5
     6124+  echo "$as_me:6835: \$? = $ac_status" >&5
    60996125   (exit $ac_status); }; }; then
    61006126   :
    61016127 else
    6102 @@ -6543,15 +6839,15 @@
     6128@@ -6543,15 +6843,15 @@
    61036129 rm -f conftest.$ac_objext conftest.$ac_ext
    61046130         fi
    61056131 
    61066132-echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    6107 +echo "${as_me-configure}:6842: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
     6133+echo "${as_me-configure}:6846: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    61086134 
    61096135         CFLAGS="$cf_trim_CFLAGS"
     
    61116137 
    61126138-echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5
    6113 +echo "${as_me-configure}:6847: testing if the second compile does not leave our definition intact error ..." 1>&5
     6139+echo "${as_me-configure}:6851: testing if the second compile does not leave our definition intact error ..." 1>&5
    61146140 
    61156141         cat >conftest.$ac_ext <<_ACEOF
    61166142-#line 6554 "configure"
    6117 +#line 6850 "configure"
     6143+#line 6854 "configure"
    61186144 #include "confdefs.h"
    61196145 #include <sys/types.h>
    61206146 int
    6121 @@ -6566,16 +6862,16 @@
     6147@@ -6566,16 +6866,16 @@
    61226148 }
    61236149 _ACEOF
    61246150 rm -f conftest.$ac_objext
    61256151-if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5
    6126 +if { (eval echo "$as_me:6865: \"$ac_compile\"") >&5
     6152+if { (eval echo "$as_me:6869: \"$ac_compile\"") >&5
    61276153   (eval $ac_compile) 2>&5
    61286154   ac_status=$?
    61296155-  echo "$as_me:6572: \$? = $ac_status" >&5
    6130 +  echo "$as_me:6868: \$? = $ac_status" >&5
     6156+  echo "$as_me:6872: \$? = $ac_status" >&5
    61316157   (exit $ac_status); } &&
    61326158          { ac_try='test -s conftest.$ac_objext'
    61336159-  { (eval echo "$as_me:6575: \"$ac_try\"") >&5
    6134 +  { (eval echo "$as_me:6871: \"$ac_try\"") >&5
     6160+  { (eval echo "$as_me:6875: \"$ac_try\"") >&5
    61356161   (eval $ac_try) 2>&5
    61366162   ac_status=$?
    61376163-  echo "$as_me:6578: \$? = $ac_status" >&5
    6138 +  echo "$as_me:6874: \$? = $ac_status" >&5
     6164+  echo "$as_me:6878: \$? = $ac_status" >&5
    61396165   (exit $ac_status); }; }; then
    61406166   :
    61416167 else
    6142 @@ -6591,7 +6887,7 @@
     6168@@ -6591,7 +6891,7 @@
    61436169 rm -f conftest.$ac_objext conftest.$ac_ext
    61446170 
    61456171 fi
    61466172-echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5
    6147 +echo "$as_me:6890: result: $cf_cv_posix_c_source" >&5
     6173+echo "$as_me:6894: result: $cf_cv_posix_c_source" >&5
    61486174 echo "${ECHO_T}$cf_cv_posix_c_source" >&6
    61496175 
    61506176 if test "$cf_cv_posix_c_source" != no ; then
    6151 @@ -6610,14 +6906,14 @@
     6177@@ -6610,14 +6910,14 @@
    61526178 
    61536179 # Work around breakage on OS X
    61546180 
    61556181-echo "$as_me:6613: checking if SIGWINCH is defined" >&5
    6156 +echo "$as_me:6909: checking if SIGWINCH is defined" >&5
     6182+echo "$as_me:6913: checking if SIGWINCH is defined" >&5
    61576183 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6
    61586184 if test "${cf_cv_define_sigwinch+set}" = set; then
     
    61626188        cat >conftest.$ac_ext <<_ACEOF
    61636189-#line 6620 "configure"
    6164 +#line 6916 "configure"
     6190+#line 6920 "configure"
    61656191 #include "confdefs.h"
    61666192 
    61676193 #include <sys/types.h>
    6168 @@ -6632,23 +6928,23 @@
     6194@@ -6632,23 +6932,23 @@
    61696195 }
    61706196 _ACEOF
    61716197 rm -f conftest.$ac_objext
    61726198-if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5
    6173 +if { (eval echo "$as_me:6931: \"$ac_compile\"") >&5
     6199+if { (eval echo "$as_me:6935: \"$ac_compile\"") >&5
    61746200   (eval $ac_compile) 2>&5
    61756201   ac_status=$?
    61766202-  echo "$as_me:6638: \$? = $ac_status" >&5
    6177 +  echo "$as_me:6934: \$? = $ac_status" >&5
     6203+  echo "$as_me:6938: \$? = $ac_status" >&5
    61786204   (exit $ac_status); } &&
    61796205          { ac_try='test -s conftest.$ac_objext'
    61806206-  { (eval echo "$as_me:6641: \"$ac_try\"") >&5
    6181 +  { (eval echo "$as_me:6937: \"$ac_try\"") >&5
     6207+  { (eval echo "$as_me:6941: \"$ac_try\"") >&5
    61826208   (eval $ac_try) 2>&5
    61836209   ac_status=$?
    61846210-  echo "$as_me:6644: \$? = $ac_status" >&5
    6185 +  echo "$as_me:6940: \$? = $ac_status" >&5
     6211+  echo "$as_me:6944: \$? = $ac_status" >&5
    61866212   (exit $ac_status); }; }; then
    61876213   cf_cv_define_sigwinch=yes
     
    61916217 cat >conftest.$ac_ext <<_ACEOF
    61926218-#line 6651 "configure"
    6193 +#line 6947 "configure"
     6219+#line 6951 "configure"
    61946220 #include "confdefs.h"
    61956221 
    61966222 #undef _XOPEN_SOURCE
    6197 @@ -6666,16 +6962,16 @@
     6223@@ -6666,16 +6966,16 @@
    61986224 }
    61996225 _ACEOF
    62006226 rm -f conftest.$ac_objext
    62016227-if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5
    6202 +if { (eval echo "$as_me:6965: \"$ac_compile\"") >&5
     6228+if { (eval echo "$as_me:6969: \"$ac_compile\"") >&5
    62036229   (eval $ac_compile) 2>&5
    62046230   ac_status=$?
    62056231-  echo "$as_me:6672: \$? = $ac_status" >&5
    6206 +  echo "$as_me:6968: \$? = $ac_status" >&5
     6232+  echo "$as_me:6972: \$? = $ac_status" >&5
    62076233   (exit $ac_status); } &&
    62086234          { ac_try='test -s conftest.$ac_objext'
    62096235-  { (eval echo "$as_me:6675: \"$ac_try\"") >&5
    6210 +  { (eval echo "$as_me:6971: \"$ac_try\"") >&5
     6236+  { (eval echo "$as_me:6975: \"$ac_try\"") >&5
    62116237   (eval $ac_try) 2>&5
    62126238   ac_status=$?
    62136239-  echo "$as_me:6678: \$? = $ac_status" >&5
    6214 +  echo "$as_me:6974: \$? = $ac_status" >&5
     6240+  echo "$as_me:6978: \$? = $ac_status" >&5
    62156241   (exit $ac_status); }; }; then
    62166242   cf_cv_define_sigwinch=maybe
    62176243 else
    6218 @@ -6689,11 +6985,11 @@
     6244@@ -6689,11 +6989,11 @@
    62196245 rm -f conftest.$ac_objext conftest.$ac_ext
    62206246 
    62216247 fi
    62226248-echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5
    6223 +echo "$as_me:6988: result: $cf_cv_define_sigwinch" >&5
     6249+echo "$as_me:6992: result: $cf_cv_define_sigwinch" >&5
    62246250 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6
    62256251 
    62266252 if test "$cf_cv_define_sigwinch" = maybe ; then
    62276253-echo "$as_me:6696: checking for actual SIGWINCH definition" >&5
    6228 +echo "$as_me:6992: checking for actual SIGWINCH definition" >&5
     6254+echo "$as_me:6996: checking for actual SIGWINCH definition" >&5
    62296255 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6
    62306256 if test "${cf_cv_fixup_sigwinch+set}" = set; then
    62316257   echo $ECHO_N "(cached) $ECHO_C" >&6
    6232 @@ -6704,7 +7000,7 @@
     6258@@ -6704,7 +7004,7 @@
    62336259 while test $cf_sigwinch != 1
    62346260 do
    62356261        cat >conftest.$ac_ext <<_ACEOF
    62366262-#line 6707 "configure"
    6237 +#line 7003 "configure"
     6263+#line 7007 "configure"
    62386264 #include "confdefs.h"
    62396265 
    62406266 #undef _XOPEN_SOURCE
    6241 @@ -6726,16 +7022,16 @@
     6267@@ -6726,16 +7026,16 @@
    62426268 }
    62436269 _ACEOF
    62446270 rm -f conftest.$ac_objext
    62456271-if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5
    6246 +if { (eval echo "$as_me:7025: \"$ac_compile\"") >&5
     6272+if { (eval echo "$as_me:7029: \"$ac_compile\"") >&5
    62476273   (eval $ac_compile) 2>&5
    62486274   ac_status=$?
    62496275-  echo "$as_me:6732: \$? = $ac_status" >&5
    6250 +  echo "$as_me:7028: \$? = $ac_status" >&5
     6276+  echo "$as_me:7032: \$? = $ac_status" >&5
    62516277   (exit $ac_status); } &&
    62526278          { ac_try='test -s conftest.$ac_objext'
    62536279-  { (eval echo "$as_me:6735: \"$ac_try\"") >&5
    6254 +  { (eval echo "$as_me:7031: \"$ac_try\"") >&5
     6280+  { (eval echo "$as_me:7035: \"$ac_try\"") >&5
    62556281   (eval $ac_try) 2>&5
    62566282   ac_status=$?
    62576283-  echo "$as_me:6738: \$? = $ac_status" >&5
    6258 +  echo "$as_me:7034: \$? = $ac_status" >&5
     6284+  echo "$as_me:7038: \$? = $ac_status" >&5
    62596285   (exit $ac_status); }; }; then
    62606286   cf_cv_fixup_sigwinch=$cf_sigwinch
    62616287         break
    6262 @@ -6749,7 +7045,7 @@
     6288@@ -6749,7 +7049,7 @@
    62636289 done
    62646290 
    62656291 fi
    62666292-echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5
    6267 +echo "$as_me:7048: result: $cf_cv_fixup_sigwinch" >&5
     6293+echo "$as_me:7052: result: $cf_cv_fixup_sigwinch" >&5
    62686294 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6
    62696295 
    62706296        if test "$cf_cv_fixup_sigwinch" != unknown ; then
    6271 @@ -6759,13 +7055,13 @@
     6297@@ -6759,13 +7059,13 @@
    62726298 
    62736299 # Checks for CODESET support.
    62746300 
    62756301-  echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5
    6276 +  echo "$as_me:7058: checking for nl_langinfo and CODESET" >&5
     6302+  echo "$as_me:7062: checking for nl_langinfo and CODESET" >&5
    62776303 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
    62786304 if test "${am_cv_langinfo_codeset+set}" = set; then
     
    62816307   cat >conftest.$ac_ext <<_ACEOF
    62826308-#line 6768 "configure"
    6283 +#line 7064 "configure"
     6309+#line 7068 "configure"
    62846310 #include "confdefs.h"
    62856311 #include <langinfo.h>
    62866312 int
    6287 @@ -6777,16 +7073,16 @@
     6313@@ -6777,16 +7077,16 @@
    62886314 }
    62896315 _ACEOF
    62906316 rm -f conftest.$ac_objext conftest$ac_exeext
    62916317-if { (eval echo "$as_me:6780: \"$ac_link\"") >&5
    6292 +if { (eval echo "$as_me:7076: \"$ac_link\"") >&5
     6318+if { (eval echo "$as_me:7080: \"$ac_link\"") >&5
    62936319   (eval $ac_link) 2>&5
    62946320   ac_status=$?
    62956321-  echo "$as_me:6783: \$? = $ac_status" >&5
    6296 +  echo "$as_me:7079: \$? = $ac_status" >&5
     6322+  echo "$as_me:7083: \$? = $ac_status" >&5
    62976323   (exit $ac_status); } &&
    62986324          { ac_try='test -s conftest$ac_exeext'
    62996325-  { (eval echo "$as_me:6786: \"$ac_try\"") >&5
    6300 +  { (eval echo "$as_me:7082: \"$ac_try\"") >&5
     6326+  { (eval echo "$as_me:7086: \"$ac_try\"") >&5
    63016327   (eval $ac_try) 2>&5
    63026328   ac_status=$?
    63036329-  echo "$as_me:6789: \$? = $ac_status" >&5
    6304 +  echo "$as_me:7085: \$? = $ac_status" >&5
     6330+  echo "$as_me:7089: \$? = $ac_status" >&5
    63056331   (exit $ac_status); }; }; then
    63066332   am_cv_langinfo_codeset=yes
    63076333 else
    6308 @@ -6797,7 +7093,7 @@
     6334@@ -6797,7 +7097,7 @@
    63096335 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    63106336 
    63116337 fi
    63126338-echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5
    6313 +echo "$as_me:7096: result: $am_cv_langinfo_codeset" >&5
     6339+echo "$as_me:7100: result: $am_cv_langinfo_codeset" >&5
    63146340 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
    63156341   if test $am_cv_langinfo_codeset = yes; then
    63166342 
    6317 @@ -6811,7 +7107,7 @@
     6343@@ -6811,7 +7111,7 @@
    63186344 NCURSES_OK_WCHAR_T=
    63196345 NCURSES_OK_WINT_T=
    63206346 
    63216347-echo "$as_me:6814: checking if you want wide-character code" >&5
    6322 +echo "$as_me:7110: checking if you want wide-character code" >&5
     6348+echo "$as_me:7114: checking if you want wide-character code" >&5
    63236349 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
    63246350 
    63256351 # Check whether --enable-widec or --disable-widec was given.
    6326 @@ -6821,7 +7117,7 @@
     6352@@ -6821,7 +7121,7 @@
    63276353 else
    63286354   with_widec=no
    63296355 fi;
    63306356-echo "$as_me:6824: result: $with_widec" >&5
    6331 +echo "$as_me:7120: result: $with_widec" >&5
     6357+echo "$as_me:7124: result: $with_widec" >&5
    63326358 echo "${ECHO_T}$with_widec" >&6
    63336359 if test "$with_widec" = yes ; then
    63346360        LIB_SUFFIX="w${LIB_SUFFIX}"
    6335 @@ -6829,10 +7125,10 @@
     6361@@ -6829,10 +7129,10 @@
    63366362 #define USE_WIDEC_SUPPORT 1
    63376363 EOF
    63386364 
    63396365-echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
    6340 +echo "$as_me:7128: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
     6366+echo "$as_me:7132: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
    63416367 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6
    63426368 cat >conftest.$ac_ext <<_ACEOF
    63436369-#line 6835 "configure"
    6344 +#line 7131 "configure"
     6370+#line 7135 "configure"
    63456371 #include "confdefs.h"
    63466372 #include <sys/types.h>
    63476373 
    6348 @@ -6848,16 +7144,16 @@
     6374@@ -6848,16 +7148,16 @@
    63496375 }
    63506376 _ACEOF
    63516377 rm -f conftest.$ac_objext
    63526378-if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5
    6353 +if { (eval echo "$as_me:7147: \"$ac_compile\"") >&5
     6379+if { (eval echo "$as_me:7151: \"$ac_compile\"") >&5
    63546380   (eval $ac_compile) 2>&5
    63556381   ac_status=$?
    63566382-  echo "$as_me:6854: \$? = $ac_status" >&5
    6357 +  echo "$as_me:7150: \$? = $ac_status" >&5
     6383+  echo "$as_me:7154: \$? = $ac_status" >&5
    63586384   (exit $ac_status); } &&
    63596385          { ac_try='test -s conftest.$ac_objext'
    63606386-  { (eval echo "$as_me:6857: \"$ac_try\"") >&5
    6361 +  { (eval echo "$as_me:7153: \"$ac_try\"") >&5
     6387+  { (eval echo "$as_me:7157: \"$ac_try\"") >&5
    63626388   (eval $ac_try) 2>&5
    63636389   ac_status=$?
    63646390-  echo "$as_me:6860: \$? = $ac_status" >&5
    6365 +  echo "$as_me:7156: \$? = $ac_status" >&5
     6391+  echo "$as_me:7160: \$? = $ac_status" >&5
    63666392   (exit $ac_status); }; }; then
    63676393   cf_result=no
    63686394 else
    6369 @@ -6866,16 +7162,16 @@
     6395@@ -6866,16 +7166,16 @@
    63706396 cf_result=yes
    63716397 fi
    63726398 rm -f conftest.$ac_objext conftest.$ac_ext
    63736399-echo "$as_me:6869: result: $cf_result" >&5
    6374 +echo "$as_me:7165: result: $cf_result" >&5
     6400+echo "$as_me:7169: result: $cf_result" >&5
    63756401 echo "${ECHO_T}$cf_result" >&6
    63766402 
     
    63796405 elif test "x" != "x" ; then
    63806406-       echo "$as_me:6875: checking checking for compatible value versus " >&5
    6381 +       echo "$as_me:7171: checking checking for compatible value versus " >&5
     6407+       echo "$as_me:7175: checking checking for compatible value versus " >&5
    63826408 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6
    63836409        cat >conftest.$ac_ext <<_ACEOF
    63846410-#line 6878 "configure"
    6385 +#line 7174 "configure"
     6411+#line 7178 "configure"
    63866412 #include "confdefs.h"
    63876413 #include <sys/types.h>
    63886414 
    6389 @@ -6891,16 +7187,16 @@
     6415@@ -6891,16 +7191,16 @@
    63906416 }
    63916417 _ACEOF
    63926418 rm -f conftest.$ac_objext
    63936419-if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5
    6394 +if { (eval echo "$as_me:7190: \"$ac_compile\"") >&5
     6420+if { (eval echo "$as_me:7194: \"$ac_compile\"") >&5
    63956421   (eval $ac_compile) 2>&5
    63966422   ac_status=$?
    63976423-  echo "$as_me:6897: \$? = $ac_status" >&5
    6398 +  echo "$as_me:7193: \$? = $ac_status" >&5
     6424+  echo "$as_me:7197: \$? = $ac_status" >&5
    63996425   (exit $ac_status); } &&
    64006426          { ac_try='test -s conftest.$ac_objext'
    64016427-  { (eval echo "$as_me:6900: \"$ac_try\"") >&5
    6402 +  { (eval echo "$as_me:7196: \"$ac_try\"") >&5
     6428+  { (eval echo "$as_me:7200: \"$ac_try\"") >&5
    64036429   (eval $ac_try) 2>&5
    64046430   ac_status=$?
    64056431-  echo "$as_me:6903: \$? = $ac_status" >&5
    6406 +  echo "$as_me:7199: \$? = $ac_status" >&5
     6432+  echo "$as_me:7203: \$? = $ac_status" >&5
    64076433   (exit $ac_status); }; }; then
    64086434   cf_result=yes
    64096435 else
    6410 @@ -6909,7 +7205,7 @@
     6436@@ -6909,7 +7209,7 @@
    64116437 cf_result=no
    64126438 fi
    64136439 rm -f conftest.$ac_objext conftest.$ac_ext
    64146440-       echo "$as_me:6912: result: $cf_result" >&5
    6415 +       echo "$as_me:7208: result: $cf_result" >&5
     6441+       echo "$as_me:7212: result: $cf_result" >&5
    64166442 echo "${ECHO_T}$cf_result" >&6
    64176443        if test "$cf_result" = no ; then
    64186444                # perhaps we can override it - try...
    6419 @@ -6923,13 +7219,13 @@
     6445@@ -6923,13 +7223,13 @@
    64206446 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
    64216447 do
    64226448 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    64236449-echo "$as_me:6926: checking for $ac_func" >&5
    6424 +echo "$as_me:7222: checking for $ac_func" >&5
     6450+echo "$as_me:7226: checking for $ac_func" >&5
    64256451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    64266452 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    64296455   cat >conftest.$ac_ext <<_ACEOF
    64306456-#line 6932 "configure"
    6431 +#line 7228 "configure"
     6457+#line 7232 "configure"
    64326458 #include "confdefs.h"
    64336459 /* System header to define __stub macros and hopefully few prototypes,
    64346460     which can conflict with char $ac_func (); below.  */
    6435 @@ -6960,16 +7256,16 @@
     6461@@ -6960,16 +7260,16 @@
    64366462 }
    64376463 _ACEOF
    64386464 rm -f conftest.$ac_objext conftest$ac_exeext
    64396465-if { (eval echo "$as_me:6963: \"$ac_link\"") >&5
    6440 +if { (eval echo "$as_me:7259: \"$ac_link\"") >&5
     6466+if { (eval echo "$as_me:7263: \"$ac_link\"") >&5
    64416467   (eval $ac_link) 2>&5
    64426468   ac_status=$?
    64436469-  echo "$as_me:6966: \$? = $ac_status" >&5
    6444 +  echo "$as_me:7262: \$? = $ac_status" >&5
     6470+  echo "$as_me:7266: \$? = $ac_status" >&5
    64456471   (exit $ac_status); } &&
    64466472          { ac_try='test -s conftest$ac_exeext'
    64476473-  { (eval echo "$as_me:6969: \"$ac_try\"") >&5
    6448 +  { (eval echo "$as_me:7265: \"$ac_try\"") >&5
     6474+  { (eval echo "$as_me:7269: \"$ac_try\"") >&5
    64496475   (eval $ac_try) 2>&5
    64506476   ac_status=$?
    64516477-  echo "$as_me:6972: \$? = $ac_status" >&5
    6452 +  echo "$as_me:7268: \$? = $ac_status" >&5
     6478+  echo "$as_me:7272: \$? = $ac_status" >&5
    64536479   (exit $ac_status); }; }; then
    64546480   eval "$as_ac_var=yes"
    64556481 else
    6456 @@ -6979,7 +7275,7 @@
     6482@@ -6979,7 +7279,7 @@
    64576483 fi
    64586484 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    64596485 fi
    64606486-echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5
    6461 +echo "$as_me:7278: result: `eval echo '${'$as_ac_var'}'`" >&5
     6487+echo "$as_me:7282: result: `eval echo '${'$as_ac_var'}'`" >&5
    64626488 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    64636489 if test `eval echo '${'$as_ac_var'}'` = yes; then
    64646490   cat >>confdefs.h <<EOF
    6465 @@ -6991,7 +7287,7 @@
     6491@@ -6991,7 +7291,7 @@
    64666492 
    64676493        if test "$ac_cv_func_putwc" != yes ; then
    64686494 
    64696495-echo "$as_me:6994: checking for multibyte character support" >&5
    6470 +echo "$as_me:7290: checking for multibyte character support" >&5
     6496+echo "$as_me:7294: checking for multibyte character support" >&5
    64716497 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
    64726498 if test "${cf_cv_utf8_lib+set}" = set; then
    64736499   echo $ECHO_N "(cached) $ECHO_C" >&6
    6474 @@ -6999,7 +7295,7 @@
     6500@@ -6999,7 +7299,7 @@
    64756501 
    64766502        cf_save_LIBS="$LIBS"
    64776503        cat >conftest.$ac_ext <<_ACEOF
    64786504-#line 7002 "configure"
    6479 +#line 7298 "configure"
     6505+#line 7302 "configure"
    64806506 #include "confdefs.h"
    64816507 
    64826508 #include <stdlib.h>
    6483 @@ -7012,16 +7308,16 @@
     6509@@ -7012,16 +7312,16 @@
    64846510 }
    64856511 _ACEOF
    64866512 rm -f conftest.$ac_objext conftest$ac_exeext
    64876513-if { (eval echo "$as_me:7015: \"$ac_link\"") >&5
    6488 +if { (eval echo "$as_me:7311: \"$ac_link\"") >&5
     6514+if { (eval echo "$as_me:7315: \"$ac_link\"") >&5
    64896515   (eval $ac_link) 2>&5
    64906516   ac_status=$?
    64916517-  echo "$as_me:7018: \$? = $ac_status" >&5
    6492 +  echo "$as_me:7314: \$? = $ac_status" >&5
     6518+  echo "$as_me:7318: \$? = $ac_status" >&5
    64936519   (exit $ac_status); } &&
    64946520          { ac_try='test -s conftest$ac_exeext'
    64956521-  { (eval echo "$as_me:7021: \"$ac_try\"") >&5
    6496 +  { (eval echo "$as_me:7317: \"$ac_try\"") >&5
     6522+  { (eval echo "$as_me:7321: \"$ac_try\"") >&5
    64976523   (eval $ac_try) 2>&5
    64986524   ac_status=$?
    64996525-  echo "$as_me:7024: \$? = $ac_status" >&5
    6500 +  echo "$as_me:7320: \$? = $ac_status" >&5
     6526+  echo "$as_me:7324: \$? = $ac_status" >&5
    65016527   (exit $ac_status); }; }; then
    65026528   cf_cv_utf8_lib=yes
    65036529 else
    6504 @@ -7033,10 +7329,10 @@
     6530@@ -7033,10 +7333,10 @@
    65056531 cf_cv_header_path_utf8=
    65066532 cf_cv_library_path_utf8=
    65076533 
    65086534-echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
    6509 +echo "${as_me-configure}:7332: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
     6535