Ignore:
Timestamp:
Jan 5, 2009, 11:41:52 AM (16 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:
902b794
Parents:
c75433a
Message:

Ncurses Branch Patch Updated to -3

File:
1 moved

Legend:

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

    rc75433a r5a377a7  
    1 Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
    2 Date: 12-29-2008
     1Submitted By: Jim Gifford (jim at cross-lfs dot org)
     2Date: 01-05-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-20081227.
     7             rechecked periodically. This patch covers up to 5.7-20090104.
    88
    99diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in
    1010--- ncurses-5.7.orig/Ada95/samples/Makefile.in  2006-12-17 08:45:02.000000000 -0800
    11 +++ ncurses-5.7/Ada95/samples/Makefile.in       2008-12-29 20:11:45.000000000 -0800
     11+++ ncurses-5.7/Ada95/samples/Makefile.in       2009-01-05 03:38:57.000000000 -0800
    1212@@ -1,5 +1,5 @@
    1313 ##############################################################################
     
    3535 distclean :: clean
    3636        rm -f Makefile
     37diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in
     38--- ncurses-5.7.orig/Ada95/src/Makefile.in      2007-09-15 11:22:24.000000000 -0700
     39+++ ncurses-5.7/Ada95/src/Makefile.in   2009-01-05 03:39:10.000000000 -0800
     40@@ -1,5 +1,5 @@
     41 ##############################################################################
     42-# Copyright (c) 1998-2003,2004 Free Software Foundation, Inc.                #
     43+# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
     44 #                                                                            #
     45 # Permission is hereby granted, free of charge, to any person obtaining a    #
     46 # copy of this software and associated documentation files (the "Software"), #
     47@@ -28,7 +28,7 @@
     48 #
     49 #  Author:  Juergen Pfeifer, 1996
     50 #
     51-#  $Id: Makefile.in,v 1.31 2007/09/15 18:22:24 tom Exp $
     52+#  $Id: Makefile.in,v 1.32 2009/01/03 19:12:01 tom Exp $
     53 #
     54 .SUFFIXES:
     55 
     56@@ -46,7 +46,7 @@
     57 INSTALL_DATA   = @INSTALL_DATA@
     58 
     59 AR             = @AR@
     60-AR_OPTS                = @AR_OPTS@
     61+ARFLAGS                = @ARFLAGS@
     62 AWK            = @AWK@
     63 LN_S           = @LN_S@
     64 
     65@@ -168,7 +168,7 @@
     66        @echo done
     67 
     68 libAdaCurses.a :: dotouch $(LIBOBJS) @cf_generic_objects@
     69-       $(AR) $(AR_OPTS) $@ $(LIBOBJS) @cf_generic_objects@
     70+       $(AR) $(ARFLAGS) $@ $(LIBOBJS) @cf_generic_objects@
     71 
     72 dotouch :
     73        @sh -c 'for f in $(LIBALIS) $(GENALIS); do test -f $$f || touch $$f; done'
    3774diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb
    3875--- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb      2008-07-26 11:51:11.000000000 -0700
    39 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb   2008-12-29 20:11:45.000000000 -0800
     76+++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb   2009-01-05 03:38:57.000000000 -0800
    4077@@ -35,8 +35,8 @@
    4178 ------------------------------------------------------------------------------
     
    6097diff -Naur ncurses-5.7.orig/INSTALL ncurses-5.7/INSTALL
    6198--- ncurses-5.7.orig/INSTALL    2008-11-02 13:13:51.000000000 -0800
    62 +++ ncurses-5.7/INSTALL 2008-12-29 20:11:42.000000000 -0800
     99+++ ncurses-5.7/INSTALL 2009-01-05 03:39:10.000000000 -0800
     100@@ -1,5 +1,5 @@
     101 -------------------------------------------------------------------------------
     102--- Copyright (c) 1998-2006,2008 Free Software Foundation, Inc.               --
     103+-- Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.               --
     104 --                                                                           --
     105 -- Permission is hereby granted, free of charge, to any person obtaining a   --
     106 -- copy of this software and associated documentation files (the             --
    63107@@ -25,7 +25,7 @@
    64108 -- sale, use or other dealings in this Software without prior written        --
     
    66110 -------------------------------------------------------------------------------
    67111--- $Id: INSTALL,v 1.135 2008/11/02 21:13:51 tom Exp $
    68 +-- $Id: INSTALL,v 1.136 2008/11/08 16:05:02 tom Exp $
     112+-- $Id: INSTALL,v 1.137 2009/01/03 23:59:23 tom Exp $
    69113 ---------------------------------------------------------------------
    70114              How to install Ncurses/Terminfo on your system
    71115 ---------------------------------------------------------------------
    72 @@ -975,6 +975,9 @@
     116@@ -525,6 +525,11 @@
     117        terminfo entries.  This is the default, unless you have disabled the
     118        extended functions.
     119 
     120+    --enable-pc-files
     121+       If pkg-config is found (see --with-pkg-config), generate ".pc" files
     122+       for each of the libraries, and install them in pkg-config's library
     123+       directory.
     124+
     125     --enable-reentrant
     126        Compile experimental configuration which improves reentrant use of the
     127        library by reducing global and static variables.  This option is also
     128@@ -850,6 +855,9 @@
     129        those using termcap, do not use the higher speeds.  Your application
     130        (or system, in general) may or may not.
     131 
     132+    --with-pkg-config=[DIR]
     133+       Check for pkg-config, optionally specifying its path.
     134+
     135     --with-profile
     136        Generate profile-libraries These are named by adding "_p" to the root,
     137        e.g., libncurses_p.a
     138@@ -975,6 +983,9 @@
    73139     --without-dlsym
    74140        Do not use dlsym() to load GPM dynamically.
     
    82148diff -Naur ncurses-5.7.orig/MANIFEST ncurses-5.7/MANIFEST
    83149--- ncurses-5.7.orig/MANIFEST   2008-10-25 16:47:24.000000000 -0700
    84 +++ ncurses-5.7/MANIFEST        2008-12-29 20:11:58.000000000 -0800
     150+++ ncurses-5.7/MANIFEST        2009-01-05 03:39:10.000000000 -0800
    85151@@ -640,6 +640,7 @@
    86152 ./man/ncurses.3x
     
    91157 ./man/term.7
    92158 ./man/terminfo.head
    93 @@ -947,6 +948,7 @@
     159@@ -694,6 +695,7 @@
     160 ./misc/emx.src
     161 ./misc/form.def
     162 ./misc/form.ref
     163+./misc/gen-pkgconfig.in
     164 ./misc/gen_edit.sh
     165 ./misc/jpf-indent
     166 ./misc/makedef.cmd
     167@@ -947,6 +949,7 @@
    94168 ./progs/infocmp.c
    95169 ./progs/modules
     
    99173 ./progs/toe.c
    100174 ./progs/tput.c
    101 @@ -963,6 +965,7 @@
     175@@ -963,6 +966,7 @@
    102176 ./test/cardfile.c
    103177 ./test/cardfile.dat
     
    107181 ./test/configure
    108182 ./test/configure.in
    109 @@ -990,6 +993,7 @@
     183@@ -990,6 +994,7 @@
    110184 ./test/inch_wide.c
    111185 ./test/inchs.c
     
    117191diff -Naur ncurses-5.7.orig/NEWS ncurses-5.7/NEWS
    118192--- ncurses-5.7.orig/NEWS       2008-11-01 17:56:22.000000000 -0700
    119 +++ ncurses-5.7/NEWS    2008-12-29 20:12:06.000000000 -0800
     193+++ ncurses-5.7/NEWS    2009-01-05 03:39:12.000000000 -0800
     194@@ -1,5 +1,5 @@
     195 -------------------------------------------------------------------------------
     196--- Copyright (c) 1998-2007,2008 Free Software Foundation, Inc.               --
     197+-- Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.               --
     198 --                                                                           --
     199 -- Permission is hereby granted, free of charge, to any person obtaining a   --
     200 -- copy of this software and associated documentation files (the             --
    120201@@ -25,7 +25,7 @@
    121202 -- sale, use or other dealings in this Software without prior written        --
     
    123204 -------------------------------------------------------------------------------
    124205--- $Id: NEWS,v 1.1320 2008/11/02 00:56:22 tom Exp $
    125 +-- $Id: NEWS,v 1.1344 2008/12/28 01:14:55 tom Exp $
     206+-- $Id: NEWS,v 1.1351 2009/01/04 22:43:22 tom Exp $
    126207 -------------------------------------------------------------------------------
    127208 
    128209 This is a log of changes that ncurses has gone through since Zeyd started
    129 @@ -45,6 +45,75 @@
     210@@ -45,6 +45,97 @@
    130211 Changes through 1.9.9e did not credit all contributions;
    131212 it is not possible to add this information.
    132213 
     214+20090104
     215+       + modify gen-pkgconfig.in to eliminate a dependency on rpath when
     216+         deciding whether to add $LIBS to --libs output; that should be shown
     217+         for the ncurses and tinfo libraries without taking rpath into
     218+         account.
     219+       + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
     220+         used in static libraries (report by Marty Jack).
     221+
     222+20090103
     223+       + add a configure-time check to pick a suitable value for
     224+         CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
     225+       + add configure --with-pkg-config and --enable-pc-files options, along
     226+         with misc/gen-pkgconfig.in which can be used to generate ".pc" files
     227+         for pkg-config (request by Jan Engelhardt).
     228+       + use $includedir symbol in misc/ncurses-config.in, add --includedir
     229+         option.
     230+       + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
     231+         configure check to detect whether a "-" is needed before "ar"
     232+         options.
     233+       + update config.guess, config.sub from
     234+               http://savannah.gnu.org/projects/config
     235+
    133236+20081227
    134237+       + modify mk-1st.awk to work with extra categories for tinfo library.
     
    205308diff -Naur ncurses-5.7.orig/TO-DO ncurses-5.7/TO-DO
    206309--- ncurses-5.7.orig/TO-DO      2008-10-11 12:22:27.000000000 -0700
    207 +++ ncurses-5.7/TO-DO   2008-12-29 20:11:47.000000000 -0800
     310+++ ncurses-5.7/TO-DO   2009-01-05 03:38:59.000000000 -0800
    208311@@ -25,7 +25,7 @@
    209312 -- sale, use or other dealings in this Software without prior written        --
     
    283386diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4
    284387--- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700
    285 +++ ncurses-5.7/aclocal.m4      2008-12-29 20:12:06.000000000 -0800
     388+++ ncurses-5.7/aclocal.m4      2009-01-05 03:39:10.000000000 -0800
     389@@ -1,5 +1,5 @@
     390 dnl***************************************************************************
     391-dnl Copyright (c) 1998-2007,2008 Free Software Foundation, Inc.              *
     392+dnl Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.              *
     393 dnl                                                                          *
     394 dnl Permission is hereby granted, free of charge, to any person obtaining a  *
     395 dnl copy of this software and associated documentation files (the            *
    286396@@ -28,7 +28,7 @@
    287397 dnl
     
    289399 dnl
    290400-dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $
    291 +dnl $Id: aclocal.m4,v 1.477 2008/12/27 17:35:01 tom Exp $
     401+dnl $Id: aclocal.m4,v 1.481 2009/01/04 00:11:12 tom Exp $
    292402 dnl Macros used in NCURSES auto-configuration script.
    293403 dnl
     
    324434                  break
    325435                fi
    326 @@ -353,7 +353,7 @@
     436@@ -353,7 +353,41 @@
    327437 fi
    328438 ])dnl
    329439 dnl ---------------------------------------------------------------------------
    330440-dnl CF_AWK_BIG_PRINTF version: 2 updated: 2008/10/04 17:16:18
     441+dnl CF_AR_FLAGS version: 2 updated: 2009/01/01 20:45:18
     442+dnl -----------
     443+dnl Check for suitable "ar" (archiver) options for updating an archive.
     444+AC_DEFUN([CF_AR_FLAGS],[
     445+AC_REQUIRE([CF_PROG_AR])
     446+
     447+AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[
     448+       cf_cv_ar_flags=unknown
     449+       for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
     450+       do
     451+               rm -f conftest.$ac_cv_objext
     452+               rm -f conftest.a
     453+
     454+               cat >conftest.$ac_ext <<EOF
     455+#line __oline__ "configure"
     456+int    testdata[[3]] = { 123, 456, 789 };
     457+EOF
     458+               if AC_TRY_EVAL(ac_compile) ; then
     459+                       $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&AC_FD_CC 1>/dev/null
     460+                       if test -f conftest.a ; then
     461+                               cf_cv_ar_flags=$cf_ar_flags
     462+                               break
     463+                       fi
     464+               else
     465+                       CF_VERBOSE(cannot compile test-program)
     466+                       break
     467+               fi
     468+       done
     469+       rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
     470+])
     471+
     472+AC_SUBST(ARFLAGS,$cf_cv_ar_flags)
     473+])
     474+dnl ---------------------------------------------------------------------------
    331475+dnl CF_AWK_BIG_PRINTF version: 3 updated: 2008/12/27 12:30:03
    332476 dnl -----------------
    333477 dnl Check if awk can handle big strings using printf.  Some older versions of
    334478 dnl awk choke on large strings passed via "%s".
    335 @@ -362,19 +362,19 @@
     479@@ -362,19 +396,19 @@
    336480 dnl $2 = variable to set with result
    337481 AC_DEFUN([CF_AWK_BIG_PRINTF],
     
    366510 dnl ---------------------------------------------------------------------------
    367511 dnl CF_BOOL_DECL version: 8 updated: 2004/01/30 15:51:18
    368 @@ -1019,7 +1019,7 @@
     512@@ -1019,7 +1053,7 @@
    369513 CXXFLAGS="$cf_save_CXXFLAGS"
    370514 ])
     
    375519 dnl Find a library (specifically the linkage used in the code fragment),
    376520 dnl searching for it if it is not already in the library path.
    377 @@ -1052,6 +1052,7 @@
     521@@ -1052,6 +1086,7 @@
    378522     cf_cv_find_linkage_$3=yes,[
    379523     cf_cv_find_linkage_$3=no
     
    383527 
    384528     cf_save_CPPFLAGS="$CPPFLAGS"
    385 @@ -1998,11 +1999,31 @@
     529@@ -1998,11 +2033,31 @@
    386530 ])
    387531 ])dnl
     
    418562 test "$includedir" != "/usr/include" && \
    419563 test -d "$includedir" && {
    420 @@ -2017,6 +2038,7 @@
     564@@ -2017,6 +2072,7 @@
    421565        test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2"
    422566 }
     
    426570 dnl ---------------------------------------------------------------------------
    427571 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23
    428 @@ -2143,7 +2165,7 @@
     572@@ -2143,7 +2199,7 @@
    429573 ])
    430574 ])
     
    435579 dnl Check for compiler/linker flags used to temporarily force usage of static
    436580 dnl libraries.  This depends on the compiler and platform.  Use this to help
    437 @@ -2153,7 +2175,7 @@
     581@@ -2153,7 +2209,7 @@
    438582 
    439583 if test "$GCC" = yes ; then
     
    444588                LDFLAGS_SHARED=
    445589                ;;
    446 @@ -2164,7 +2186,7 @@
     590@@ -2164,7 +2220,7 @@
    447591     esac
    448592 else
     
    453597                LDFLAGS_SHARED=-bdynamic
    454598                ;;
    455 @@ -2179,7 +2201,7 @@
     599@@ -2179,7 +2235,7 @@
    456600                ;;
    457601        osf[[45]]*)     #( from ld manpage osf4.0d, osf5.1
     
    462606                ;;
    463607        solaris2*)
    464 @@ -2193,11 +2215,33 @@
     608@@ -2193,11 +2249,33 @@
    465609 AC_SUBST(LDFLAGS_SHARED)
    466610 ])
     
    499643 dnl CF_LIB_PREFIX version: 8 updated: 2008/09/13 11:34:16
    500644 dnl -------------
    501 @@ -2216,7 +2260,7 @@
     645@@ -2216,7 +2294,7 @@
    502646        AC_SUBST(LIB_PREFIX)
    503647 ])dnl
     
    508652 dnl Append definitions and rules for the given models to the subdirectory
    509653 dnl Makefiles, and the recursion rule for the top-level Makefile.  If the
    510 @@ -2504,18 +2548,28 @@
     654@@ -2504,18 +2582,28 @@
    511655 install.libs uninstall.libs \\
    512656 install.data uninstall.data ::
     
    537681 if test -f $srcdir/$tack.h; then
    538682 cat >> Makefile <<CF_EOF
    539 @@ -2526,6 +2580,7 @@
     683@@ -2526,6 +2614,7 @@
    540684 CF_EOF
    541685 fi
     
    545689 dnl If we're installing into a subdirectory of /usr/include, etc., we should
    546690 dnl prepend the subdirectory's name to the "#include" paths.  It won't hurt
    547 @@ -2679,7 +2734,7 @@
     691@@ -2679,7 +2768,7 @@
    548692 ])
    549693 ])
     
    554698 dnl Compute the library file-suffix from the given model name
    555699 dnl $1 = model name
    556 @@ -2689,40 +2744,44 @@
     700@@ -2689,40 +2778,44 @@
    557701 AC_DEFUN([CF_LIB_SUFFIX],
    558702 [
     
    610754                                $3=[$]$2
    611755                                ;;
    612 @@ -4003,7 +4062,7 @@
     756@@ -2755,7 +2848,7 @@
     757        test -n "$LIB_SUFFIX" && $2="${LIB_SUFFIX}[$]{$2}"
     758 ])dnl
     759 dnl ---------------------------------------------------------------------------
     760-dnl CF_LINK_DATAONLY version: 8 updated: 2006/12/16 12:33:30
     761+dnl CF_LINK_DATAONLY version: 9 updated: 2009/01/01 20:21:38
     762 dnl ----------------
     763 dnl Some systems have a non-ANSI linker that doesn't pull in modules that have
     764 dnl only data (i.e., no functions), for example NeXT.  On those systems we'll
     765@@ -2772,7 +2865,7 @@
     766 EOF
     767        if AC_TRY_EVAL(ac_compile) ; then
     768                mv conftest.o data.o && \
     769-               ( $AR $AR_OPTS conftest.a data.o ) 2>&AC_FD_CC 1>/dev/null
     770+               ( $AR $ARFLAGS conftest.a data.o ) 2>&AC_FD_CC 1>/dev/null
     771        fi
     772        rm -f conftest.$ac_ext data.o
     773        cat >conftest.$ac_ext <<EOF
     774@@ -2791,7 +2884,7 @@
     775 EOF
     776        if AC_TRY_EVAL(ac_compile); then
     777                mv conftest.o func.o && \
     778-               ( $AR $AR_OPTS conftest.a func.o ) 2>&AC_FD_CC 1>/dev/null
     779+               ( $AR $ARFLAGS conftest.a func.o ) 2>&AC_FD_CC 1>/dev/null
     780        fi
     781        rm -f conftest.$ac_ext func.o
     782        ( eval $RANLIB conftest.a ) 2>&AC_FD_CC >/dev/null
     783@@ -3737,6 +3830,38 @@
     784 esac
     785 ])dnl
     786 dnl ---------------------------------------------------------------------------
     787+dnl CF_PKG_CONFIG version: 2 updated: 2008/12/24 07:57:28
     788+dnl -------------
     789+dnl Check for the package-config program, unless disabled by command-line.
     790+AC_DEFUN([CF_PKG_CONFIG],
     791+[
     792+AC_MSG_CHECKING(if you want to use pkg-config)
     793+AC_ARG_WITH(pkg-config,
     794+       [  --with-pkg-config{=path} enable/disable use of pkg-config],
     795+       [cf_pkg_config=$withval],
     796+       [cf_pkg_config=yes])
     797+AC_MSG_RESULT($cf_pkg_config)
     798+
     799+case $cf_pkg_config in
     800+no)
     801+       PKG_CONFIG=none
     802+       ;;
     803+yes)
     804+       AC_PATH_PROG(PKG_CONFIG, pkg-config, none)
     805+       ;;
     806+*)
     807+       PKG_CONFIG=$withval
     808+       ;;
     809+esac
     810+
     811+test -z "$PKG_CONFIG" && PKG_CONFIG=none
     812+if test "$PKG_CONFIG" != none ; then
     813+       CF_PATH_SYNTAX(PKG_CONFIG)
     814+fi
     815+
     816+AC_SUBST(PKG_CONFIG)
     817+])dnl
     818+dnl ---------------------------------------------------------------------------
     819 dnl CF_POSIX_C_SOURCE version: 6 updated: 2005/07/14 20:25:10
     820 dnl -----------------
     821 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed.
     822@@ -3872,6 +3997,13 @@
     823 
     824 ])dnl
     825 dnl ---------------------------------------------------------------------------
     826+dnl CF_PROG_AR version: 1 updated: 2009/01/01 20:15:22
     827+dnl ----------
     828+dnl Check for archiver "ar".
     829+AC_DEFUN([CF_PROG_AR],[
     830+AC_CHECK_TOOL(AR, ar, ar)
     831+])
     832+dnl ---------------------------------------------------------------------------
     833 dnl CF_PROG_AWK version: 1 updated: 2006/09/16 11:40:59
     834 dnl -----------
     835 dnl Check for awk, ensure that the check found something.
     836@@ -4003,7 +4135,7 @@
    613837 esac
    614838 ])dnl
     
    619843 dnl Check for ldconfig, needed to fixup shared libraries that would be built
    620844 dnl and then used in the install.
    621 @@ -4012,7 +4071,7 @@
     845@@ -4012,7 +4144,7 @@
    622846   LDCONFIG=:
    623847 else
     
    628852   ;;
    629853 *) LDPATH=$PATH:/sbin:/usr/sbin
    630 @@ -4147,7 +4206,7 @@
     854@@ -4147,7 +4279,7 @@
    631855 fi
    632856 ])dnl
    633857 dnl ---------------------------------------------------------------------------
    634858-dnl CF_SHARED_OPTS version: 53 updated: 2008/10/25 18:14:20
    635 +dnl CF_SHARED_OPTS version: 54 updated: 2008/12/27 12:30:03
     859+dnl CF_SHARED_OPTS version: 56 updated: 2009/01/03 19:10:38
    636860 dnl --------------
    637861 dnl --------------
    638862 dnl Attempt to determine the appropriate CC/LD options for creating a shared
    639 @@ -4219,6 +4278,12 @@
     863@@ -4176,6 +4308,7 @@
     864        AC_REQUIRE([CF_SUBST_NCURSES_VERSION])
     865        LOCAL_LDFLAGS=
     866        LOCAL_LDFLAGS2=
     867+       LD_RPATH_OPT=
     868        LD_SHARED_OPTS=
     869        INSTALL_LIB="-m 644"
     870 
     871@@ -4219,6 +4352,12 @@
    640872        cf_cv_shlib_version_infix=no
    641873 
     
    650882                MK_SHARED_LIB='${CC} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0'
    651883                ;;
    652 @@ -4239,7 +4304,7 @@
     884@@ -4239,7 +4378,7 @@
    653885 EOF
    654886                exec \[$]* -shared -Wl,--out-implib=../lib/\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\[$]{SHARED_LIB}
     
    659891        darwin*)
    660892                EXTRA_CFLAGS="-no-cpp-precomp"
    661 @@ -4642,7 +4707,7 @@
     893@@ -4272,10 +4411,10 @@
     894        irix*)
     895                if test "$cf_cv_ld_rpath" = yes ; then
     896                        if test "$GCC" = yes; then
     897-                               cf_ld_rpath_opt="-Wl,-rpath,"
     898+                               LD_RPATH_OPT="-Wl,-rpath,"
     899                                EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
     900                        else
     901-                               cf_ld_rpath_opt="-rpath "
     902+                               LD_RPATH_OPT="-rpath "
     903                                EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS"
     904                        fi
     905                fi
     906@@ -4294,7 +4433,7 @@
     907                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     908                fi
     909                if test "$cf_cv_ld_rpath" = yes ; then
     910-                       cf_ld_rpath_opt="-Wl,-rpath,"
     911+                       LD_RPATH_OPT="-Wl,-rpath,"
     912                        EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
     913                fi
     914                CF_SHARED_SONAME
     915@@ -4306,7 +4445,7 @@
     916                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     917                fi
     918                if test "$cf_cv_ld_rpath" = yes ; then
     919-                       cf_ld_rpath_opt="-Wl,-rpath,"
     920+                       LD_RPATH_OPT="-Wl,-rpath,"
     921                        EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
     922                fi
     923                CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
     924@@ -4323,7 +4462,7 @@
     925                if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
     926                        LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)"
     927                        LOCAL_LDFLAGS2="-rpath \${libdir} $LOCAL_LDFLAGS"
     928-                       cf_ld_rpath_opt="-rpath "
     929+                       LD_RPATH_OPT="-rpath "
     930                        EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS"
     931                fi
     932                CF_SHARED_SONAME
     933@@ -4331,7 +4470,7 @@
     934                ;;
     935        netbsd*)
     936                CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
     937-               test "$cf_cv_ld_rpath" = yes && cf_ld_rpath_opt="-Wl,-rpath,"
     938+               test "$cf_cv_ld_rpath" = yes && LD_RPATH_OPT="-Wl,-rpath,"
     939                if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
     940                        LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
     941                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     942@@ -4365,7 +4504,7 @@
     943                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     944                fi
     945                if test "$cf_cv_ld_rpath" = yes ; then
     946-                       cf_ld_rpath_opt="-rpath"
     947+                       LD_RPATH_OPT="-rpath"
     948                        # EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS"
     949                fi
     950                cf_cv_rm_so_locs=yes
     951@@ -4400,12 +4539,19 @@
     952                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     953                fi
     954                if test "$cf_cv_ld_rpath" = yes ; then
     955-                       cf_ld_rpath_opt="-R"
     956+                       LD_RPATH_OPT="-R"
     957                        EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS"
     958                fi
     959                CF_SHARED_SONAME
     960                if test "$GCC" != yes; then
     961-                       CC_SHARED_OPTS='-xcode=pic32'
     962+                       cf_save_CFLAGS="$CFLAGS"
     963+                       for cf_shared_opts in -xcode=pic13 -xcode=pic32 -Kpic -KPIC -O
     964+                       do
     965+                               CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
     966+                               AC_TRY_COMPILE([#include <stdio.h>],[printf("Hello\n");],[break])
     967+                       done
     968+                       CFLAGS="$cf_save_CFLAGS"
     969+                       CC_SHARED_OPTS=$cf_shared_opts
     970                        MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' -o $[@]'
     971                else
     972                        MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $[@]'
     973@@ -4438,18 +4584,19 @@
     974                ;;
     975        esac
     976 
     977-       if test -n "$cf_ld_rpath_opt" ; then
     978+       if test -n "$LD_RPATH_OPT" ; then
     979                AC_MSG_CHECKING(if we need a space after rpath option)
     980                cf_save_LIBS="$LIBS"
     981-               LIBS="$LIBS ${cf_ld_rpath_opt}$libdir"
     982+               LIBS="$LIBS ${LD_RPATH_OPT}$libdir"
     983                AC_TRY_LINK(, , cf_rpath_space=no, cf_rpath_space=yes)
     984                LIBS="$cf_save_LIBS"
     985                AC_MSG_RESULT($cf_rpath_space)
     986-               test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt "
     987-               MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}"
     988+               test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
     989+               MK_SHARED_LIB="$MK_SHARED_LIB $LD_RPATH_OPT\${libdir}"
     990        fi
     991 
     992        AC_SUBST(CC_SHARED_OPTS)
     993+       AC_SUBST(LD_RPATH_OPT)
     994        AC_SUBST(LD_SHARED_OPTS)
     995        AC_SUBST(MK_SHARED_LIB)
     996        AC_SUBST(LINK_PROGS)
     997@@ -4642,7 +4789,7 @@
    662998 fi
    663999 ])dnl
     
    6681004 dnl For each parameter, test if the source-directory exists, and if it contains
    6691005 dnl a 'modules' file.  If so, add to the list $cf_cv_src_modules which we'll
    670 @@ -4717,7 +4782,11 @@
     1006@@ -4717,7 +4864,11 @@
    6711007 AC_SUBST(TEST_ARG2)
    6721008 AC_SUBST(TEST_DEP2)
     
    6811017 do
    6821018        SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir"
    683 @@ -4728,8 +4797,8 @@
     1019@@ -4728,8 +4879,8 @@
    6841020 
    6851021 ADA_SUBDIRS=
     
    6921028 
    6931029 SUB_MAKEFILES=
    694 @@ -4739,11 +4808,11 @@
     1030@@ -4739,11 +4890,11 @@
    6951031 done
    6961032 
     
    7091045 ])dnl
    7101046 dnl ---------------------------------------------------------------------------
    711 @@ -5241,7 +5310,7 @@
     1047@@ -5241,7 +5392,7 @@
    7121048 fi
    7131049 ])
     
    7181054 dnl Provide a configure option to incorporate libtool.  Define several useful
    7191055 dnl symbols for the makefile rules.
    720 @@ -5261,18 +5330,18 @@
     1056@@ -5261,18 +5412,18 @@
    7211057 dnl            echo cannot find libtool.m4 file
    7221058 dnl            exit 1
     
    7411077 dnl
    7421078 AC_DEFUN([CF_WITH_LIBTOOL],
    743 @@ -5306,15 +5375,15 @@
     1079@@ -5306,15 +5457,15 @@
    7441080        AC_PROG_LIBTOOL
    7451081        # missing_content_AC_PROG_LIBTOOL}}
     
    7631099        LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
    7641100        LIB_OBJECT='${OBJECTS:.o=.lo}'
    765 @@ -5535,7 +5604,7 @@
     1101@@ -5535,7 +5686,7 @@
    7661102        [USE_VALGRIND])
    7671103 ])dnl
     
    7721108 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
    7731109 dnl or adapt to the vendor's definitions to get equivalent functionality,
    774 @@ -5552,7 +5621,7 @@
     1110@@ -5552,7 +5703,7 @@
    7751111 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2)
    7761112 
     
    7811117        ;;
    7821118 freebsd*|dragonfly*) #(vi
    783 @@ -5569,7 +5638,7 @@
     1119@@ -5569,7 +5720,7 @@
    7841120 irix[[56]].*) #(vi
    7851121        CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
     
    7901126        ;;
    7911127 mirbsd*) #(vi
     1128diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in
     1129--- ncurses-5.7.orig/c++/Makefile.in    2007-04-28 08:29:12.000000000 -0700
     1130+++ ncurses-5.7/c++/Makefile.in 2009-01-05 03:39:10.000000000 -0800
     1131@@ -1,6 +1,6 @@
     1132-# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $
     1133+# $Id: Makefile.in,v 1.85 2009/01/03 19:10:40 tom Exp $
     1134 ##############################################################################
     1135-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
     1136+# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
     1137 #                                                                            #
     1138 # Permission is hereby granted, free of charge, to any person obtaining a    #
     1139 # copy of this software and associated documentation files (the "Software"), #
     1140@@ -61,10 +61,10 @@
     1141 INSTALL_DATA   = @INSTALL_DATA@
     1142 
     1143 AR             = @AR@
     1144-AR_OPTS                = @AR_OPTS@
     1145+ARFLAGS                = @ARFLAGS@
     1146 
     1147 CXX_AR         = @CXX_AR@
     1148-CXX_AR_OPTS    = @CXX_AR_OPTS@
     1149+CXX_ARFLAGS    = @CXX_ARFLAGS@
     1150 RANLIB         = @LIB_PREP@
     1151 
     1152 CXX            = @CXX@
     1153@@ -153,7 +153,7 @@
     1154        $(MODEL)/cursesmain$o
     1155 
     1156 ../lib/$(LIBNAME_NORMAL) : $(LIB_OBJS)
     1157-       $(CXX_AR) $(CXX_AR_OPTS) $@ $?
     1158+       $(CXX_AR) $(CXX_ARFLAGS) $@ $?
     1159        $(RANLIB) $@
     1160 
     1161 ../lib/$(LIBNAME_LIBTOOL) : $(LIB_OBJS)
    7921162diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc
    7931163--- ncurses-5.7.orig/c++/cursesw.cc     2007-12-15 15:01:57.000000000 -0800
    794 +++ ncurses-5.7/c++/cursesw.cc  2008-12-29 20:11:45.000000000 -0800
     1164+++ ncurses-5.7/c++/cursesw.cc  2009-01-05 03:38:57.000000000 -0800
    7951165@@ -1,6 +1,6 @@
    7961166 // * this is for making emacs happy: -*-Mode: C++;-*-
     
    8271197 }
    8281198 #endif
     1199diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess
     1200--- ncurses-5.7.orig/config.guess       2008-08-30 13:25:07.000000000 -0700
     1201+++ ncurses-5.7/config.guess    2009-01-05 03:39:10.000000000 -0800
     1202@@ -4,7 +4,7 @@
     1203 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     1204 #   Free Software Foundation, Inc.
     1205 
     1206-timestamp='2008-04-14'
     1207+timestamp='2008-12-19'
     1208 
     1209 # This file is free software; you can redistribute it and/or modify it
     1210 # under the terms of the GNU General Public License as published by
     1211@@ -331,7 +331,20 @@
     1212        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
     1213        exit ;;
     1214     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
     1215-       echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
     1216+       eval $set_cc_for_build
     1217+       SUN_ARCH="i386"
     1218+       # If there is a compiler, see if it is configured for 64-bit objects.
     1219+       # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
     1220+       # This test works for both compilers.
     1221+       if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
     1222+           if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
     1223+               (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
     1224+               grep IS_64BIT_ARCH >/dev/null
     1225+           then
     1226+               SUN_ARCH="x86_64"
     1227+           fi
     1228+       fi
     1229+       echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
     1230        exit ;;
     1231     sun4*:SunOS:6*:*)
     1232        # According to config.sub, this is the proper way to canonicalize
     1233@@ -796,7 +809,7 @@
     1234            x86)
     1235                echo i586-pc-interix${UNAME_RELEASE}
     1236                exit ;;
     1237-           EM64T | authenticamd)
     1238+           EM64T | authenticamd | genuineintel)
     1239                echo x86_64-unknown-interix${UNAME_RELEASE}
     1240                exit ;;
     1241            IA64)
     1242@@ -935,6 +948,9 @@
     1243        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
     1244        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
     1245        exit ;;
     1246+    padre:Linux:*:*)
     1247+       echo sparc-unknown-linux-gnu
     1248+       exit ;;
     1249     parisc:Linux:*:* | hppa:Linux:*:*)
     1250        # Look for CPU level
     1251        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
     1252@@ -1138,6 +1154,16 @@
     1253     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
     1254         /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
     1255           && { echo i486-ncr-sysv4; exit; } ;;
     1256+    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
     1257+       OS_REL='.3'
     1258+       test -r /etc/.relid \
     1259+           && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
     1260+       /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
     1261+           && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
     1262+       /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
     1263+           && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
     1264+       /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
     1265+           && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
     1266     m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
     1267        echo m68k-unknown-lynxos${UNAME_RELEASE}
     1268        exit ;;
     1269diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub
     1270--- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700
     1271+++ ncurses-5.7/config.sub      2009-01-05 03:39:10.000000000 -0800
     1272@@ -4,7 +4,7 @@
     1273 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     1274 #   Free Software Foundation, Inc.
     1275 
     1276-timestamp='2008-06-16'
     1277+timestamp='2008-12-11'
     1278 
     1279 # This file is (in principle) common to ALL GNU software.
     1280 # The presence of a machine in this file suggests that SOME GNU software
     1281@@ -249,6 +249,7 @@
     1282        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
     1283        | i370 | i860 | i960 | ia64 \
     1284        | ip2k | iq2000 \
     1285+       | lm32 \
     1286        | m32c | m32r | m32rle | m68000 | m68k | m88k \
     1287        | maxq | mb | microblaze | mcore | mep | metag \
     1288        | mips | mipsbe | mipseb | mipsel | mipsle \
     1289@@ -279,7 +280,7 @@
     1290        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
     1291        | pyramid \
     1292        | score \
     1293-       | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
     1294+       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
     1295        | sh64 | sh64le \
     1296        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
     1297        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
     1298@@ -288,7 +289,7 @@
     1299        | v850 | v850e \
     1300        | we32k \
     1301        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
     1302-       | z8k)
     1303+       | z8k | z80)
     1304                basic_machine=$basic_machine-unknown
     1305                ;;
     1306        m6811 | m68hc11 | m6812 | m68hc12)
     1307@@ -331,6 +332,7 @@
     1308        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
     1309        | i*86-* | i860-* | i960-* | ia64-* \
     1310        | ip2k-* | iq2000-* \
     1311+       | lm32-* \
     1312        | m32c-* | m32r-* | m32rle-* \
     1313        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
     1314        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
     1315@@ -362,7 +364,7 @@
     1316        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
     1317        | pyramid-* \
     1318        | romp-* | rs6000-* \
     1319-       | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
     1320+       | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
     1321        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
     1322        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
     1323        | sparclite-* \
     1324@@ -375,7 +377,7 @@
     1325        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
     1326        | xstormy16-* | xtensa*-* \
     1327        | ymp-* \
     1328-       | z8k-*)
     1329+       | z8k-* | z80-*)
     1330                ;;
     1331        # Recognize the basic CPU types without company name, with glob match.
     1332        xtensa*)
     1333@@ -1140,6 +1142,10 @@
     1334                basic_machine=z8k-unknown
     1335                os=-sim
     1336                ;;
     1337+       z80-*-coff)
     1338+               basic_machine=z80-unknown
     1339+               os=-sim
     1340+               ;;
     1341        none)
     1342                basic_machine=none-none
     1343                os=-none
     1344@@ -1178,7 +1184,7 @@
     1345        we32k)
     1346                basic_machine=we32k-att
     1347                ;;
     1348-       sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
     1349+       sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
     1350                basic_machine=sh-unknown
     1351                ;;
     1352        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
    8291353diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure
    8301354--- ncurses-5.7.orig/configure  2008-10-25 17:04:38.000000000 -0700
    831 +++ ncurses-5.7/configure       2008-12-29 20:12:06.000000000 -0800
     1355+++ ncurses-5.7/configure       2009-01-05 03:39:10.000000000 -0800
    8321356@@ -1,7 +1,7 @@
    8331357 #! /bin/sh
    8341358-# From configure.in Revision: 1.454 .
    835 +# From configure.in Revision: 1.457 .
     1359+# From configure.in Revision: 1.461 .
    8361360 # Guess values for system-dependent variables and create Makefiles.
    8371361-# Generated by Autoconf 2.52.20080325.
     
    8401364 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
    8411365 # Free Software Foundation, Inc.
    842 @@ -697,6 +697,7 @@
     1366@@ -697,8 +697,11 @@
    8431367   --without-cxx           do not adjust ncurses bool to match C++
    8441368   --without-cxx-binding   do not build C++ binding and demo
     
    8471371   --without-progs         suppress build with programs (e.g., tic)
    8481372   --without-curses-h      install curses.h as ncurses.h only
     1373+  --with-pkg-config{=path} enable/disable use of pkg-config
     1374+  --enable-pc-files       generate and install .pc files for pkg-config
    8491375   --enable-mixed-case     tic should assume mixed-case filenames
    850 @@ -870,7 +871,7 @@
     1376   --with-install-prefix   prefixes actual install-location ($DESTDIR)
     1377 Build-Tools Needed to Compile Temporary Applications for Cross-compiling:
     1378@@ -870,7 +873,7 @@
    8511379 running configure, to aid debugging if configure makes a mistake.
    8521380 
     
    8571385   $ $0 $@
    8581386 
    859 @@ -994,7 +995,7 @@
     1387@@ -994,7 +997,7 @@
    8601388 fi
    8611389 for ac_site_file in $CONFIG_SITE; do
    8621390   if test -r "$ac_site_file"; then
    8631391-    { echo "$as_me:997: loading site script $ac_site_file" >&5
    864 +    { echo "$as_me:998: loading site script $ac_site_file" >&5
     1392+    { echo "$as_me:1000: loading site script $ac_site_file" >&5
    8651393 echo "$as_me: loading site script $ac_site_file" >&6;}
    8661394     cat "$ac_site_file" >&5
    8671395     . "$ac_site_file"
    868 @@ -1005,7 +1006,7 @@
     1396@@ -1005,7 +1008,7 @@
    8691397   # Some versions of bash will fail to source /dev/null (special
    8701398   # files actually), so we avoid doing that.
    8711399   if test -f "$cache_file"; then
    8721400-    { echo "$as_me:1008: loading cache $cache_file" >&5
    873 +    { echo "$as_me:1009: loading cache $cache_file" >&5
     1401+    { echo "$as_me:1011: loading cache $cache_file" >&5
    8741402 echo "$as_me: loading cache $cache_file" >&6;}
    8751403     case $cache_file in
    8761404       [\\/]* | ?:[\\/]* ) . $cache_file;;
    877 @@ -1013,7 +1014,7 @@
     1405@@ -1013,7 +1016,7 @@
    8781406     esac
    8791407   fi
    8801408 else
    8811409-  { echo "$as_me:1016: creating cache $cache_file" >&5
    882 +  { echo "$as_me:1017: creating cache $cache_file" >&5
     1410+  { echo "$as_me:1019: creating cache $cache_file" >&5
    8831411 echo "$as_me: creating cache $cache_file" >&6;}
    8841412   >$cache_file
    8851413 fi
    886 @@ -1029,21 +1030,21 @@
     1414@@ -1029,21 +1032,21 @@
    8871415   eval ac_new_val="\$ac_env_${ac_var}_value"
    8881416   case $ac_old_set,$ac_new_set in
    8891417     set,)
    8901418-      { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    891 +      { echo "$as_me:1033: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1419+      { echo "$as_me:1035: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    8921420 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    8931421       ac_cache_corrupted=: ;;
    8941422     ,set)
    8951423-      { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5
    896 +      { echo "$as_me:1037: error: \`$ac_var' was not set in the previous run" >&5
     1424+      { echo "$as_me:1039: error: \`$ac_var' was not set in the previous run" >&5
    8971425 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    8981426       ac_cache_corrupted=: ;;
     
    9011429       if test "x$ac_old_val" != "x$ac_new_val"; then
    9021430-        { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5
    903 +        { echo "$as_me:1043: error: \`$ac_var' has changed since the previous run:" >&5
     1431+        { echo "$as_me:1045: error: \`$ac_var' has changed since the previous run:" >&5
    9041432 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    9051433-        { echo "$as_me:1044:   former value:  $ac_old_val" >&5
    906 +        { echo "$as_me:1045:   former value:  $ac_old_val" >&5
     1434+        { echo "$as_me:1047:   former value:  $ac_old_val" >&5
    9071435 echo "$as_me:   former value:  $ac_old_val" >&2;}
    9081436-        { echo "$as_me:1046:   current value: $ac_new_val" >&5
    909 +        { echo "$as_me:1047:   current value: $ac_new_val" >&5
     1437+        { echo "$as_me:1049:   current value: $ac_new_val" >&5
    9101438 echo "$as_me:   current value: $ac_new_val" >&2;}
    9111439         ac_cache_corrupted=:
    9121440       fi;;
    913 @@ -1062,9 +1063,9 @@
     1441@@ -1062,9 +1065,9 @@
    9141442   fi
    9151443 done
    9161444 if $ac_cache_corrupted; then
    9171445-  { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5
    918 +  { echo "$as_me:1066: error: changes in the environment can compromise the build" >&5
     1446+  { echo "$as_me:1068: error: changes in the environment can compromise the build" >&5
    9191447 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    9201448-  { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    921 +  { { echo "$as_me:1068: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1449+  { { echo "$as_me:1070: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    9221450 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    9231451    { (exit 1); exit 1; }; }
    9241452 fi
    925 @@ -1085,10 +1086,10 @@
     1453@@ -1085,10 +1088,10 @@
    9261454 echo "#! $SHELL" >conftest.sh
    9271455 echo  "exit 0"   >>conftest.sh
    9281456 chmod +x conftest.sh
    9291457-if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5
    930 +if { (echo "$as_me:1089: PATH=\".;.\"; conftest.sh") >&5
     1458+if { (echo "$as_me:1091: PATH=\".;.\"; conftest.sh") >&5
    9311459   (PATH=".;."; conftest.sh) 2>&5
    9321460   ac_status=$?
    9331461-  echo "$as_me:1091: \$? = $ac_status" >&5
    934 +  echo "$as_me:1092: \$? = $ac_status" >&5
     1462+  echo "$as_me:1094: \$? = $ac_status" >&5
    9351463   (exit $ac_status); }; then
    9361464   ac_path_separator=';'
    9371465 else
    938 @@ -1101,7 +1102,7 @@
     1466@@ -1101,7 +1104,7 @@
    9391467 
    9401468 top_builddir=`pwd`
    9411469 
    9421470-echo "$as_me:1104: checking for egrep" >&5
    943 +echo "$as_me:1105: checking for egrep" >&5
     1471+echo "$as_me:1107: checking for egrep" >&5
    9441472 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    9451473 if test "${ac_cv_prog_egrep+set}" = set; then
    9461474   echo $ECHO_N "(cached) $ECHO_C" >&6
    947 @@ -1111,11 +1112,11 @@
     1475@@ -1111,11 +1114,11 @@
    9481476     else ac_cv_prog_egrep='egrep'
    9491477     fi
    9501478 fi
    9511479-echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5
    952 +echo "$as_me:1115: result: $ac_cv_prog_egrep" >&5
     1480+echo "$as_me:1117: result: $ac_cv_prog_egrep" >&5
    9531481 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    9541482  EGREP=$ac_cv_prog_egrep
    9551483 
    9561484-test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5
    957 +test -z "$EGREP" && { { echo "$as_me:1119: error: No egrep program found" >&5
     1485+test -z "$EGREP" && { { echo "$as_me:1121: error: No egrep program found" >&5
    9581486 echo "$as_me: error: No egrep program found" >&2;}
    9591487    { (exit 1); exit 1; }; }
    9601488 
    961 @@ -1125,7 +1126,7 @@
     1489@@ -1125,7 +1128,7 @@
    9621490 cf_cv_abi_version=${NCURSES_MAJOR}
    9631491 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}
    9641492 cf_cv_timestamp=`date`
    9651493-echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
    966 +echo "$as_me:1129: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
     1494+echo "$as_me:1131: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
    9671495 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6
    9681496 
    9691497 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0
    970 @@ -1133,7 +1134,7 @@
     1498@@ -1133,7 +1136,7 @@
    9711499 # Check whether --with-rel-version or --without-rel-version was given.
    9721500 if test "${with_rel_version+set}" = set; then
    9731501   withval="$with_rel_version"
    9741502-  { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
    975 +  { echo "$as_me:1137: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
     1503+  { echo "$as_me:1139: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
    9761504 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;}
    9771505  cf_cv_rel_version=$withval
    9781506 fi;
    979 @@ -1146,13 +1147,13 @@
     1507@@ -1146,13 +1149,13 @@
    9801508   [0-9]*) #(vi
    9811509        ;;
    9821510   *)
    9831511-       { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
    984 +       { { echo "$as_me:1150: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
     1512+       { { echo "$as_me:1152: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
    9851513 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;}
    9861514    { (exit 1); exit 1; }; }
     
    9891517 else
    9901518-  { { echo "$as_me:1155: error: Release major-version value is empty" >&5
    991 +  { { echo "$as_me:1156: error: Release major-version value is empty" >&5
     1519+  { { echo "$as_me:1158: error: Release major-version value is empty" >&5
    9921520 echo "$as_me: error: Release major-version value is empty" >&2;}
    9931521    { (exit 1); exit 1; }; }
    9941522 fi
    995 @@ -1162,13 +1163,13 @@
     1523@@ -1162,13 +1165,13 @@
    9961524   [0-9]*) #(vi
    9971525        ;;
    9981526   *)
    9991527-       { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
    1000 +       { { echo "$as_me:1166: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
     1528+       { { echo "$as_me:1168: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
    10011529 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;}
    10021530    { (exit 1); exit 1; }; }
     
    10051533 else
    10061534-  { { echo "$as_me:1171: error: Release minor-version value is empty" >&5
    1007 +  { { echo "$as_me:1172: error: Release minor-version value is empty" >&5
     1535+  { { echo "$as_me:1174: error: Release minor-version value is empty" >&5
    10081536 echo "$as_me: error: Release minor-version value is empty" >&2;}
    10091537    { (exit 1); exit 1; }; }
    10101538 fi
    1011 @@ -1178,7 +1179,7 @@
     1539@@ -1178,7 +1181,7 @@
    10121540 # Check whether --with-abi-version or --without-abi-version was given.
    10131541 if test "${with_abi_version+set}" = set; then
    10141542   withval="$with_abi_version"
    10151543-  { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
    1016 +  { echo "$as_me:1182: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
     1544+  { echo "$as_me:1184: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
    10171545 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;}
    10181546  cf_cv_abi_version=$withval
    10191547 fi;
    1020 @@ -1188,13 +1189,13 @@
     1548@@ -1188,13 +1191,13 @@
    10211549   [0-9]*) #(vi
    10221550        ;;
    10231551   *)
    10241552-       { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5
    1025 +       { { echo "$as_me:1192: error: ABI version is not a number: $cf_cv_abi_version" >&5
     1553+       { { echo "$as_me:1194: error: ABI version is not a number: $cf_cv_abi_version" >&5
    10261554 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;}
    10271555    { (exit 1); exit 1; }; }
     
    10301558 else
    10311559-  { { echo "$as_me:1197: error: ABI version value is empty" >&5
    1032 +  { { echo "$as_me:1198: error: ABI version value is empty" >&5
     1560+  { { echo "$as_me:1200: error: ABI version value is empty" >&5
    10331561 echo "$as_me: error: ABI version value is empty" >&2;}
    10341562    { (exit 1); exit 1; }; }
    10351563 fi
    1036 @@ -1216,7 +1217,7 @@
     1564@@ -1216,7 +1219,7 @@
    10371565   fi
    10381566 done
    10391567 if test -z "$ac_aux_dir"; then
    10401568-  { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    1041 +  { { echo "$as_me:1220: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
     1569+  { { echo "$as_me:1222: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    10421570 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
    10431571    { (exit 1); exit 1; }; }
    10441572 fi
    1045 @@ -1226,11 +1227,11 @@
     1573@@ -1226,11 +1229,11 @@
    10461574 
    10471575 # Make sure we can run config.sub.
    10481576 $ac_config_sub sun4 >/dev/null 2>&1 ||
    10491577-  { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5
    1050 +  { { echo "$as_me:1230: error: cannot run $ac_config_sub" >&5
     1578+  { { echo "$as_me:1232: error: cannot run $ac_config_sub" >&5
    10511579 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
    10521580    { (exit 1); exit 1; }; }
    10531581 
    10541582-echo "$as_me:1233: checking build system type" >&5
    1055 +echo "$as_me:1234: checking build system type" >&5
     1583+echo "$as_me:1236: checking build system type" >&5
    10561584 echo $ECHO_N "checking build system type... $ECHO_C" >&6
    10571585 if test "${ac_cv_build+set}" = set; then
    10581586   echo $ECHO_N "(cached) $ECHO_C" >&6
    1059 @@ -1239,23 +1240,23 @@
     1587@@ -1239,23 +1242,23 @@
    10601588 test -z "$ac_cv_build_alias" &&
    10611589   ac_cv_build_alias=`$ac_config_guess`
    10621590 test -z "$ac_cv_build_alias" &&
    10631591-  { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5
    1064 +  { { echo "$as_me:1243: error: cannot guess build type; you must specify one" >&5
     1592+  { { echo "$as_me:1245: error: cannot guess build type; you must specify one" >&5
    10651593 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    10661594    { (exit 1); exit 1; }; }
    10671595 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    10681596-  { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5
    1069 +  { { echo "$as_me:1247: error: $ac_config_sub $ac_cv_build_alias failed." >&5
     1597+  { { echo "$as_me:1249: error: $ac_config_sub $ac_cv_build_alias failed." >&5
    10701598 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
    10711599    { (exit 1); exit 1; }; }
     
    10731601 fi
    10741602-echo "$as_me:1251: result: $ac_cv_build" >&5
    1075 +echo "$as_me:1252: result: $ac_cv_build" >&5
     1603+echo "$as_me:1254: result: $ac_cv_build" >&5
    10761604 echo "${ECHO_T}$ac_cv_build" >&6
    10771605 build=$ac_cv_build
     
    10811609 
    10821610-echo "$as_me:1258: checking host system type" >&5
    1083 +echo "$as_me:1259: checking host system type" >&5
     1611+echo "$as_me:1261: checking host system type" >&5
    10841612 echo $ECHO_N "checking host system type... $ECHO_C" >&6
    10851613 if test "${ac_cv_host+set}" = set; then
    10861614   echo $ECHO_N "(cached) $ECHO_C" >&6
    1087 @@ -1264,12 +1265,12 @@
     1615@@ -1264,12 +1267,12 @@
    10881616 test -z "$ac_cv_host_alias" &&
    10891617   ac_cv_host_alias=$ac_cv_build_alias
    10901618 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    10911619-  { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    1092 +  { { echo "$as_me:1268: error: $ac_config_sub $ac_cv_host_alias failed" >&5
     1620+  { { echo "$as_me:1270: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    10931621 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
    10941622    { (exit 1); exit 1; }; }
     
    10961624 fi
    10971625-echo "$as_me:1272: result: $ac_cv_host" >&5
    1098 +echo "$as_me:1273: result: $ac_cv_host" >&5
     1626+echo "$as_me:1275: result: $ac_cv_host" >&5
    10991627 echo "${ECHO_T}$ac_cv_host" >&6
    11001628 host=$ac_cv_host
    11011629 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1102 @@ -1277,7 +1278,7 @@
     1630@@ -1277,7 +1280,7 @@
    11031631 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    11041632 
    11051633 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then
    11061634-       echo "$as_me:1280: checking target system type" >&5
    1107 +       echo "$as_me:1281: checking target system type" >&5
     1635+       echo "$as_me:1283: checking target system type" >&5
    11081636 echo $ECHO_N "checking target system type... $ECHO_C" >&6
    11091637 if test "${ac_cv_target+set}" = set; then
    11101638   echo $ECHO_N "(cached) $ECHO_C" >&6
    1111 @@ -1286,12 +1287,12 @@
     1639@@ -1286,12 +1289,12 @@
    11121640 test "x$ac_cv_target_alias" = "x" &&
    11131641   ac_cv_target_alias=$ac_cv_host_alias
    11141642 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    11151643-  { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    1116 +  { { echo "$as_me:1290: error: $ac_config_sub $ac_cv_target_alias failed" >&5
     1644+  { { echo "$as_me:1292: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    11171645 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
    11181646    { (exit 1); exit 1; }; }
     
    11201648 fi
    11211649-echo "$as_me:1294: result: $ac_cv_target" >&5
    1122 +echo "$as_me:1295: result: $ac_cv_target" >&5
     1650+echo "$as_me:1297: result: $ac_cv_target" >&5
    11231651 echo "${ECHO_T}$ac_cv_target" >&6
    11241652 target=$ac_cv_target
    11251653 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1126 @@ -1322,13 +1323,13 @@
     1654@@ -1322,13 +1325,13 @@
    11271655 fi
    11281656 
    11291657 test -z "$system_name" && system_name="$cf_cv_system_name"
    11301658-test -n "$cf_cv_system_name" && echo "$as_me:1325: result: Configuring for $cf_cv_system_name" >&5
    1131 +test -n "$cf_cv_system_name" && echo "$as_me:1326: result: Configuring for $cf_cv_system_name" >&5
     1659+test -n "$cf_cv_system_name" && echo "$as_me:1328: result: Configuring for $cf_cv_system_name" >&5
    11321660 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6
    11331661 
    11341662 if test ".$system_name" != ".$cf_cv_system_name" ; then
    11351663-       echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
    1136 +       echo "$as_me:1330: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
     1664+       echo "$as_me:1332: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
    11371665 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6
    11381666-       { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5
    1139 +       { { echo "$as_me:1332: error: \"Please remove config.cache and try again.\"" >&5
     1667+       { { echo "$as_me:1334: error: \"Please remove config.cache and try again.\"" >&5
    11401668 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;}
    11411669    { (exit 1); exit 1; }; }
    11421670 fi
    1143 @@ -1336,7 +1337,7 @@
     1671@@ -1336,7 +1339,7 @@
    11441672 # Check whether --with-system-type or --without-system-type was given.
    11451673 if test "${with_system_type+set}" = set; then
    11461674   withval="$with_system_type"
    11471675-  { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5
    1148 +  { echo "$as_me:1340: WARNING: overriding system type to $withval" >&5
     1676+  { echo "$as_me:1342: WARNING: overriding system type to $withval" >&5
    11491677 echo "$as_me: WARNING: overriding system type to $withval" >&2;}
    11501678  cf_cv_system_name=$withval
    11511679 fi;
    1152 @@ -1346,7 +1347,7 @@
     1680@@ -1346,7 +1349,7 @@
    11531681 
    11541682 ###    Default install-location
    11551683 
    11561684-echo "$as_me:1349: checking for prefix" >&5
    1157 +echo "$as_me:1350: checking for prefix" >&5
     1685+echo "$as_me:1352: checking for prefix" >&5
    11581686 echo $ECHO_N "checking for prefix... $ECHO_C" >&6
    11591687 if test "x$prefix" = "xNONE" ; then
    11601688        case "$cf_cv_system_name" in
    1161 @@ -1358,11 +1359,11 @@
     1689@@ -1358,11 +1361,11 @@
    11621690                ;;
    11631691        esac
    11641692 fi
    11651693-echo "$as_me:1361: result: $prefix" >&5
    1166 +echo "$as_me:1362: result: $prefix" >&5
     1694+echo "$as_me:1364: result: $prefix" >&5
    11671695 echo "${ECHO_T}$prefix" >&6
    11681696 
    11691697 if test "x$prefix" = "xNONE" ; then
    11701698-echo "$as_me:1365: checking for default include-directory" >&5
    1171 +echo "$as_me:1366: checking for default include-directory" >&5
     1699+echo "$as_me:1368: checking for default include-directory" >&5
    11721700 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6
    11731701 test -n "$verbose" && echo 1>&6
    11741702 for cf_symbol in \
    1175 @@ -1385,7 +1386,7 @@
     1703@@ -1385,7 +1388,7 @@
    11761704        fi
    11771705        test -n "$verbose"  && echo "   tested $cf_dir" 1>&6
    11781706 done
    11791707-echo "$as_me:1388: result: $includedir" >&5
    1180 +echo "$as_me:1389: result: $includedir" >&5
     1708+echo "$as_me:1391: result: $includedir" >&5
    11811709 echo "${ECHO_T}$includedir" >&6
    11821710 fi
    11831711 
    1184 @@ -1399,7 +1400,7 @@
     1712@@ -1399,7 +1402,7 @@
    11851713 if test -n "$ac_tool_prefix"; then
    11861714   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    11871715 set dummy ${ac_tool_prefix}gcc; ac_word=$2
    11881716-echo "$as_me:1402: checking for $ac_word" >&5
    1189 +echo "$as_me:1403: checking for $ac_word" >&5
     1717+echo "$as_me:1405: checking for $ac_word" >&5
    11901718 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    11911719 if test "${ac_cv_prog_CC+set}" = set; then
    11921720   echo $ECHO_N "(cached) $ECHO_C" >&6
    1193 @@ -1414,7 +1415,7 @@
     1721@@ -1414,7 +1417,7 @@
    11941722   test -z "$ac_dir" && ac_dir=.
    11951723   $as_executable_p "$ac_dir/$ac_word" || continue
    11961724 ac_cv_prog_CC="${ac_tool_prefix}gcc"
    11971725-echo "$as_me:1417: found $ac_dir/$ac_word" >&5
    1198 +echo "$as_me:1418: found $ac_dir/$ac_word" >&5
     1726+echo "$as_me:1420: found $ac_dir/$ac_word" >&5
    11991727 break
    12001728 done
    12011729 
    1202 @@ -1422,10 +1423,10 @@
     1730@@ -1422,10 +1425,10 @@
    12031731 fi
    12041732 CC=$ac_cv_prog_CC
    12051733 if test -n "$CC"; then
    12061734-  echo "$as_me:1425: result: $CC" >&5
    1207 +  echo "$as_me:1426: result: $CC" >&5
     1735+  echo "$as_me:1428: result: $CC" >&5
    12081736 echo "${ECHO_T}$CC" >&6
    12091737 else
    12101738-  echo "$as_me:1428: result: no" >&5
    1211 +  echo "$as_me:1429: result: no" >&5
     1739+  echo "$as_me:1431: result: no" >&5
    12121740 echo "${ECHO_T}no" >&6
    12131741 fi
    12141742 
    1215 @@ -1434,7 +1435,7 @@
     1743@@ -1434,7 +1437,7 @@
    12161744   ac_ct_CC=$CC
    12171745   # Extract the first word of "gcc", so it can be a program name with args.
    12181746 set dummy gcc; ac_word=$2
    12191747-echo "$as_me:1437: checking for $ac_word" >&5
    1220 +echo "$as_me:1438: checking for $ac_word" >&5
     1748+echo "$as_me:1440: checking for $ac_word" >&5
    12211749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    12221750 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    12231751   echo $ECHO_N "(cached) $ECHO_C" >&6
    1224 @@ -1449,7 +1450,7 @@
     1752@@ -1449,7 +1452,7 @@
    12251753   test -z "$ac_dir" && ac_dir=.
    12261754   $as_executable_p "$ac_dir/$ac_word" || continue
    12271755 ac_cv_prog_ac_ct_CC="gcc"
    12281756-echo "$as_me:1452: found $ac_dir/$ac_word" >&5
    1229 +echo "$as_me:1453: found $ac_dir/$ac_word" >&5
     1757+echo "$as_me:1455: found $ac_dir/$ac_word" >&5
    12301758 break
    12311759 done
    12321760 
    1233 @@ -1457,10 +1458,10 @@
     1761@@ -1457,10 +1460,10 @@
    12341762 fi
    12351763 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    12361764 if test -n "$ac_ct_CC"; then
    12371765-  echo "$as_me:1460: result: $ac_ct_CC" >&5
    1238 +  echo "$as_me:1461: result: $ac_ct_CC" >&5
     1766+  echo "$as_me:1463: result: $ac_ct_CC" >&5
    12391767 echo "${ECHO_T}$ac_ct_CC" >&6
    12401768 else
    12411769-  echo "$as_me:1463: result: no" >&5
    1242 +  echo "$as_me:1464: result: no" >&5
     1770+  echo "$as_me:1466: result: no" >&5
    12431771 echo "${ECHO_T}no" >&6
    12441772 fi
    12451773 
    1246 @@ -1473,7 +1474,7 @@
     1774@@ -1473,7 +1476,7 @@
    12471775   if test -n "$ac_tool_prefix"; then
    12481776   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    12491777 set dummy ${ac_tool_prefix}cc; ac_word=$2
    12501778-echo "$as_me:1476: checking for $ac_word" >&5
    1251 +echo "$as_me:1477: checking for $ac_word" >&5
     1779+echo "$as_me:1479: checking for $ac_word" >&5
    12521780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    12531781 if test "${ac_cv_prog_CC+set}" = set; then
    12541782   echo $ECHO_N "(cached) $ECHO_C" >&6
    1255 @@ -1488,7 +1489,7 @@
     1783@@ -1488,7 +1491,7 @@
    12561784   test -z "$ac_dir" && ac_dir=.
    12571785   $as_executable_p "$ac_dir/$ac_word" || continue
    12581786 ac_cv_prog_CC="${ac_tool_prefix}cc"
    12591787-echo "$as_me:1491: found $ac_dir/$ac_word" >&5
    1260 +echo "$as_me:1492: found $ac_dir/$ac_word" >&5
     1788+echo "$as_me:1494: found $ac_dir/$ac_word" >&5
    12611789 break
    12621790 done
    12631791 
    1264 @@ -1496,10 +1497,10 @@
     1792@@ -1496,10 +1499,10 @@
    12651793 fi
    12661794 CC=$ac_cv_prog_CC
    12671795 if test -n "$CC"; then
    12681796-  echo "$as_me:1499: result: $CC" >&5
    1269 +  echo "$as_me:1500: result: $CC" >&5
     1797+  echo "$as_me:1502: result: $CC" >&5
    12701798 echo "${ECHO_T}$CC" >&6
    12711799 else
    12721800-  echo "$as_me:1502: result: no" >&5
    1273 +  echo "$as_me:1503: result: no" >&5
     1801+  echo "$as_me:1505: result: no" >&5
    12741802 echo "${ECHO_T}no" >&6
    12751803 fi
    12761804 
    1277 @@ -1508,7 +1509,7 @@
     1805@@ -1508,7 +1511,7 @@
    12781806   ac_ct_CC=$CC
    12791807   # Extract the first word of "cc", so it can be a program name with args.
    12801808 set dummy cc; ac_word=$2
    12811809-echo "$as_me:1511: checking for $ac_word" >&5
    1282 +echo "$as_me:1512: checking for $ac_word" >&5
     1810+echo "$as_me:1514: checking for $ac_word" >&5
    12831811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    12841812 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    12851813   echo $ECHO_N "(cached) $ECHO_C" >&6
    1286 @@ -1523,7 +1524,7 @@
     1814@@ -1523,7 +1526,7 @@
    12871815   test -z "$ac_dir" && ac_dir=.
    12881816   $as_executable_p "$ac_dir/$ac_word" || continue
    12891817 ac_cv_prog_ac_ct_CC="cc"
    12901818-echo "$as_me:1526: found $ac_dir/$ac_word" >&5
    1291 +echo "$as_me:1527: found $ac_dir/$ac_word" >&5
     1819+echo "$as_me:1529: found $ac_dir/$ac_word" >&5
    12921820 break
    12931821 done
    12941822 
    1295 @@ -1531,10 +1532,10 @@
     1823@@ -1531,10 +1534,10 @@
    12961824 fi
    12971825 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    12981826 if test -n "$ac_ct_CC"; then
    12991827-  echo "$as_me:1534: result: $ac_ct_CC" >&5
    1300 +  echo "$as_me:1535: result: $ac_ct_CC" >&5
     1828+  echo "$as_me:1537: result: $ac_ct_CC" >&5
    13011829 echo "${ECHO_T}$ac_ct_CC" >&6
    13021830 else
    13031831-  echo "$as_me:1537: result: no" >&5
    1304 +  echo "$as_me:1538: result: no" >&5
     1832+  echo "$as_me:1540: result: no" >&5
    13051833 echo "${ECHO_T}no" >&6
    13061834 fi
    13071835 
    1308 @@ -1547,7 +1548,7 @@
     1836@@ -1547,7 +1550,7 @@
    13091837 if test -z "$CC"; then
    13101838   # Extract the first word of "cc", so it can be a program name with args.
    13111839 set dummy cc; ac_word=$2
    13121840-echo "$as_me:1550: checking for $ac_word" >&5
    1313 +echo "$as_me:1551: checking for $ac_word" >&5
     1841+echo "$as_me:1553: checking for $ac_word" >&5
    13141842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    13151843 if test "${ac_cv_prog_CC+set}" = set; then
    13161844   echo $ECHO_N "(cached) $ECHO_C" >&6
    1317 @@ -1567,7 +1568,7 @@
     1845@@ -1567,7 +1570,7 @@
    13181846   continue
    13191847 fi
    13201848 ac_cv_prog_CC="cc"
    13211849-echo "$as_me:1570: found $ac_dir/$ac_word" >&5
    1322 +echo "$as_me:1571: found $ac_dir/$ac_word" >&5
     1850+echo "$as_me:1573: found $ac_dir/$ac_word" >&5
    13231851 break
    13241852 done
    13251853 
    1326 @@ -1589,10 +1590,10 @@
     1854@@ -1589,10 +1592,10 @@
    13271855 fi
    13281856 CC=$ac_cv_prog_CC
    13291857 if test -n "$CC"; then
    13301858-  echo "$as_me:1592: result: $CC" >&5
    1331 +  echo "$as_me:1593: result: $CC" >&5
     1859+  echo "$as_me:1595: result: $CC" >&5
    13321860 echo "${ECHO_T}$CC" >&6
    13331861 else
    13341862-  echo "$as_me:1595: result: no" >&5
    1335 +  echo "$as_me:1596: result: no" >&5
     1863+  echo "$as_me:1598: result: no" >&5
    13361864 echo "${ECHO_T}no" >&6
    13371865 fi
    13381866 
    1339 @@ -1603,7 +1604,7 @@
     1867@@ -1603,7 +1606,7 @@
    13401868   do
    13411869     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    13421870 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    13431871-echo "$as_me:1606: checking for $ac_word" >&5
    1344 +echo "$as_me:1607: checking for $ac_word" >&5
     1872+echo "$as_me:1609: checking for $ac_word" >&5
    13451873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    13461874 if test "${ac_cv_prog_CC+set}" = set; then
    13471875   echo $ECHO_N "(cached) $ECHO_C" >&6
    1348 @@ -1618,7 +1619,7 @@
     1876@@ -1618,7 +1621,7 @@
    13491877   test -z "$ac_dir" && ac_dir=.
    13501878   $as_executable_p "$ac_dir/$ac_word" || continue
    13511879 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    13521880-echo "$as_me:1621: found $ac_dir/$ac_word" >&5
    1353 +echo "$as_me:1622: found $ac_dir/$ac_word" >&5
     1881+echo "$as_me:1624: found $ac_dir/$ac_word" >&5
    13541882 break
    13551883 done
    13561884 
    1357 @@ -1626,10 +1627,10 @@
     1885@@ -1626,10 +1629,10 @@
    13581886 fi
    13591887 CC=$ac_cv_prog_CC
    13601888 if test -n "$CC"; then
    13611889-  echo "$as_me:1629: result: $CC" >&5
    1362 +  echo "$as_me:1630: result: $CC" >&5
     1890+  echo "$as_me:1632: result: $CC" >&5
    13631891 echo "${ECHO_T}$CC" >&6
    13641892 else
    13651893-  echo "$as_me:1632: result: no" >&5
    1366 +  echo "$as_me:1633: result: no" >&5
     1894+  echo "$as_me:1635: result: no" >&5
    13671895 echo "${ECHO_T}no" >&6
    13681896 fi
    13691897 
    1370 @@ -1642,7 +1643,7 @@
     1898@@ -1642,7 +1645,7 @@
    13711899 do
    13721900   # Extract the first word of "$ac_prog", so it can be a program name with args.
    13731901 set dummy $ac_prog; ac_word=$2
    13741902-echo "$as_me:1645: checking for $ac_word" >&5
    1375 +echo "$as_me:1646: checking for $ac_word" >&5
     1903+echo "$as_me:1648: checking for $ac_word" >&5
    13761904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    13771905 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    13781906   echo $ECHO_N "(cached) $ECHO_C" >&6
    1379 @@ -1657,7 +1658,7 @@
     1907@@ -1657,7 +1660,7 @@
    13801908   test -z "$ac_dir" && ac_dir=.
    13811909   $as_executable_p "$ac_dir/$ac_word" || continue
    13821910 ac_cv_prog_ac_ct_CC="$ac_prog"
    13831911-echo "$as_me:1660: found $ac_dir/$ac_word" >&5
    1384 +echo "$as_me:1661: found $ac_dir/$ac_word" >&5
     1912+echo "$as_me:1663: found $ac_dir/$ac_word" >&5
    13851913 break
    13861914 done
    13871915 
    1388 @@ -1665,10 +1666,10 @@
     1916@@ -1665,10 +1668,10 @@
    13891917 fi
    13901918 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    13911919 if test -n "$ac_ct_CC"; then
    13921920-  echo "$as_me:1668: result: $ac_ct_CC" >&5
    1393 +  echo "$as_me:1669: result: $ac_ct_CC" >&5
     1921+  echo "$as_me:1671: result: $ac_ct_CC" >&5
    13941922 echo "${ECHO_T}$ac_ct_CC" >&6
    13951923 else
    13961924-  echo "$as_me:1671: result: no" >&5
    1397 +  echo "$as_me:1672: result: no" >&5
     1925+  echo "$as_me:1674: result: no" >&5
    13981926 echo "${ECHO_T}no" >&6
    13991927 fi
    14001928 
    1401 @@ -1680,32 +1681,32 @@
     1929@@ -1680,32 +1683,32 @@
    14021930 
    14031931 fi
    14041932 
    14051933-test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5
    1406 +test -z "$CC" && { { echo "$as_me:1684: error: no acceptable cc found in \$PATH" >&5
     1934+test -z "$CC" && { { echo "$as_me:1686: error: no acceptable cc found in \$PATH" >&5
    14071935 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
    14081936    { (exit 1); exit 1; }; }
     
    14101938 # Provide some information about the compiler.
    14111939-echo "$as_me:1688:" \
    1412 +echo "$as_me:1689:" \
     1940+echo "$as_me:1691:" \
    14131941      "checking for C compiler version" >&5
    14141942 ac_compiler=`set X $ac_compile; echo $2`
    14151943-{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5
    1416 +{ (eval echo "$as_me:1692: \"$ac_compiler --version </dev/null >&5\"") >&5
     1944+{ (eval echo "$as_me:1694: \"$ac_compiler --version </dev/null >&5\"") >&5
    14171945   (eval $ac_compiler --version </dev/null >&5) 2>&5
    14181946   ac_status=$?
    14191947-  echo "$as_me:1694: \$? = $ac_status" >&5
    1420 +  echo "$as_me:1695: \$? = $ac_status" >&5
     1948+  echo "$as_me:1697: \$? = $ac_status" >&5
    14211949   (exit $ac_status); }
    14221950-{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5
    1423 +{ (eval echo "$as_me:1697: \"$ac_compiler -v </dev/null >&5\"") >&5
     1951+{ (eval echo "$as_me:1699: \"$ac_compiler -v </dev/null >&5\"") >&5
    14241952   (eval $ac_compiler -v </dev/null >&5) 2>&5
    14251953   ac_status=$?
    14261954-  echo "$as_me:1699: \$? = $ac_status" >&5
    1427 +  echo "$as_me:1700: \$? = $ac_status" >&5
     1955+  echo "$as_me:1702: \$? = $ac_status" >&5
    14281956   (exit $ac_status); }
    14291957-{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5
    1430 +{ (eval echo "$as_me:1702: \"$ac_compiler -V </dev/null >&5\"") >&5
     1958+{ (eval echo "$as_me:1704: \"$ac_compiler -V </dev/null >&5\"") >&5
    14311959   (eval $ac_compiler -V </dev/null >&5) 2>&5
    14321960   ac_status=$?
    14331961-  echo "$as_me:1704: \$? = $ac_status" >&5
    1434 +  echo "$as_me:1705: \$? = $ac_status" >&5
     1962+  echo "$as_me:1707: \$? = $ac_status" >&5
    14351963   (exit $ac_status); }
    14361964 
    14371965 cat >conftest.$ac_ext <<_ACEOF
    14381966-#line 1708 "configure"
    1439 +#line 1709 "configure"
     1967+#line 1711 "configure"
    14401968 #include "confdefs.h"
    14411969 
    14421970 int
    1443 @@ -1721,13 +1722,13 @@
     1971@@ -1721,13 +1724,13 @@
    14441972 # Try to create an executable without -o first, disregard a.out.
    14451973 # It will help us diagnose broken compilers, and finding out an intuition
    14461974 # of exeext.
    14471975-echo "$as_me:1724: checking for C compiler default output" >&5
    1448 +echo "$as_me:1725: checking for C compiler default output" >&5
     1976+echo "$as_me:1727: checking for C compiler default output" >&5
    14491977 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
    14501978 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    14511979-if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5
    1452 +if { (eval echo "$as_me:1728: \"$ac_link_default\"") >&5
     1980+if { (eval echo "$as_me:1730: \"$ac_link_default\"") >&5
    14531981   (eval $ac_link_default) 2>&5
    14541982   ac_status=$?
    14551983-  echo "$as_me:1730: \$? = $ac_status" >&5
    1456 +  echo "$as_me:1731: \$? = $ac_status" >&5
     1984+  echo "$as_me:1733: \$? = $ac_status" >&5
    14571985   (exit $ac_status); }; then
    14581986   # Find the output, starting from the most likely.  This scheme is
    14591987 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    1460 @@ -1736,7 +1737,7 @@
     1988@@ -1736,7 +1739,7 @@
    14611989                 ls a.out conftest 2>/dev/null;
    14621990                 ls a.* conftest.* 2>/dev/null`; do
     
    14671995             # certainly right.
    14681996             break;;
    1469 @@ -1750,34 +1751,34 @@
     1997@@ -1750,34 +1753,34 @@
    14701998 else
    14711999   echo "$as_me: failed program was:" >&5
    14722000 cat conftest.$ac_ext >&5
    14732001-{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5
    1474 +{ { echo "$as_me:1754: error: C compiler cannot create executables" >&5
     2002+{ { echo "$as_me:1756: error: C compiler cannot create executables" >&5
    14752003 echo "$as_me: error: C compiler cannot create executables" >&2;}
    14762004    { (exit 77); exit 77; }; }
     
    14792007 ac_exeext=$ac_cv_exeext
    14802008-echo "$as_me:1759: result: $ac_file" >&5
    1481 +echo "$as_me:1760: result: $ac_file" >&5
     2009+echo "$as_me:1762: result: $ac_file" >&5
    14822010 echo "${ECHO_T}$ac_file" >&6
    14832011 
     
    14852013 # the compiler is broken, or we cross compile.
    14862014-echo "$as_me:1764: checking whether the C compiler works" >&5
    1487 +echo "$as_me:1765: checking whether the C compiler works" >&5
     2015+echo "$as_me:1767: checking whether the C compiler works" >&5
    14882016 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
    14892017 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
     
    14922020   if { ac_try='./$ac_file'
    14932021-  { (eval echo "$as_me:1770: \"$ac_try\"") >&5
    1494 +  { (eval echo "$as_me:1771: \"$ac_try\"") >&5
     2022+  { (eval echo "$as_me:1773: \"$ac_try\"") >&5
    14952023   (eval $ac_try) 2>&5
    14962024   ac_status=$?
    14972025-  echo "$as_me:1773: \$? = $ac_status" >&5
    1498 +  echo "$as_me:1774: \$? = $ac_status" >&5
     2026+  echo "$as_me:1776: \$? = $ac_status" >&5
    14992027   (exit $ac_status); }; }; then
    15002028     cross_compiling=no
     
    15042032     else
    15052033-       { { echo "$as_me:1780: error: cannot run C compiled programs.
    1506 +       { { echo "$as_me:1781: error: cannot run C compiled programs.
     2034+       { { echo "$as_me:1783: error: cannot run C compiled programs.
    15072035 If you meant to cross compile, use \`--host'." >&5
    15082036 echo "$as_me: error: cannot run C compiled programs.
    15092037 If you meant to cross compile, use \`--host'." >&2;}
    1510 @@ -1785,24 +1786,24 @@
     2038@@ -1785,24 +1788,24 @@
    15112039     fi
    15122040   fi
    15132041 fi
    15142042-echo "$as_me:1788: result: yes" >&5
    1515 +echo "$as_me:1789: result: yes" >&5
     2043+echo "$as_me:1791: result: yes" >&5
    15162044 echo "${ECHO_T}yes" >&6
    15172045 
     
    15212049 # the compiler is broken, or we cross compile.
    15222050-echo "$as_me:1795: checking whether we are cross compiling" >&5
    1523 +echo "$as_me:1796: checking whether we are cross compiling" >&5
     2051+echo "$as_me:1798: checking whether we are cross compiling" >&5
    15242052 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    15252053-echo "$as_me:1797: result: $cross_compiling" >&5
    1526 +echo "$as_me:1798: result: $cross_compiling" >&5
     2054+echo "$as_me:1800: result: $cross_compiling" >&5
    15272055 echo "${ECHO_T}$cross_compiling" >&6
    15282056 
    15292057-echo "$as_me:1800: checking for executable suffix" >&5
    1530 +echo "$as_me:1801: checking for executable suffix" >&5
     2058+echo "$as_me:1803: checking for executable suffix" >&5
    15312059 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
    15322060-if { (eval echo "$as_me:1802: \"$ac_link\"") >&5
    1533 +if { (eval echo "$as_me:1803: \"$ac_link\"") >&5
     2061+if { (eval echo "$as_me:1805: \"$ac_link\"") >&5
    15342062   (eval $ac_link) 2>&5
    15352063   ac_status=$?
    15362064-  echo "$as_me:1805: \$? = $ac_status" >&5
    1537 +  echo "$as_me:1806: \$? = $ac_status" >&5
     2065+  echo "$as_me:1808: \$? = $ac_status" >&5
    15382066   (exit $ac_status); }; then
    15392067   # If both `conftest.exe' and `conftest' are `present' (well, observable)
    15402068 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
    1541 @@ -1810,7 +1811,7 @@
     2069@@ -1810,7 +1813,7 @@
    15422070 # `rm'.
    15432071 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
     
    15482076           export ac_cv_exeext
    15492077           break;;
    1550 @@ -1818,25 +1819,25 @@
     2078@@ -1818,25 +1821,25 @@
    15512079   esac
    15522080 done
    15532081 else
    15542082-  { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5
    1555 +  { { echo "$as_me:1822: error: cannot compute EXEEXT: cannot compile and link" >&5
     2083+  { { echo "$as_me:1824: error: cannot compute EXEEXT: cannot compile and link" >&5
    15562084 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
    15572085    { (exit 1); exit 1; }; }
     
    15602088 rm -f conftest$ac_cv_exeext
    15612089-echo "$as_me:1827: result: $ac_cv_exeext" >&5
    1562 +echo "$as_me:1828: result: $ac_cv_exeext" >&5
     2090+echo "$as_me:1830: result: $ac_cv_exeext" >&5
    15632091 echo "${ECHO_T}$ac_cv_exeext" >&6
    15642092 
     
    15672095 ac_exeext=$EXEEXT
    15682096-echo "$as_me:1833: checking for object suffix" >&5
    1569 +echo "$as_me:1834: checking for object suffix" >&5
     2097+echo "$as_me:1836: checking for object suffix" >&5
    15702098 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
    15712099 if test "${ac_cv_objext+set}" = set; then
     
    15742102   cat >conftest.$ac_ext <<_ACEOF
    15752103-#line 1839 "configure"
    1576 +#line 1840 "configure"
     2104+#line 1842 "configure"
    15772105 #include "confdefs.h"
    15782106 
    15792107 int
    1580 @@ -1848,14 +1849,14 @@
     2108@@ -1848,14 +1851,14 @@
    15812109 }
    15822110 _ACEOF
    15832111 rm -f conftest.o conftest.obj
    15842112-if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5
    1585 +if { (eval echo "$as_me:1852: \"$ac_compile\"") >&5
     2113+if { (eval echo "$as_me:1854: \"$ac_compile\"") >&5
    15862114   (eval $ac_compile) 2>&5
    15872115   ac_status=$?
    15882116-  echo "$as_me:1854: \$? = $ac_status" >&5
    1589 +  echo "$as_me:1855: \$? = $ac_status" >&5
     2117+  echo "$as_me:1857: \$? = $ac_status" >&5
    15902118   (exit $ac_status); }; then
    15912119   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     
    15962124        break;;
    15972125   esac
    1598 @@ -1863,24 +1864,24 @@
     2126@@ -1863,24 +1866,24 @@
    15992127 else
    16002128   echo "$as_me: failed program was:" >&5
    16012129 cat conftest.$ac_ext >&5
    16022130-{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5
    1603 +{ { echo "$as_me:1867: error: cannot compute OBJEXT: cannot compile" >&5
     2131+{ { echo "$as_me:1869: error: cannot compute OBJEXT: cannot compile" >&5
    16042132 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
    16052133    { (exit 1); exit 1; }; }
     
    16092137 fi
    16102138-echo "$as_me:1873: result: $ac_cv_objext" >&5
    1611 +echo "$as_me:1874: result: $ac_cv_objext" >&5
     2139+echo "$as_me:1876: result: $ac_cv_objext" >&5
    16122140 echo "${ECHO_T}$ac_cv_objext" >&6
    16132141 OBJEXT=$ac_cv_objext
    16142142 ac_objext=$OBJEXT
    16152143-echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5
    1616 +echo "$as_me:1878: checking whether we are using the GNU C compiler" >&5
     2144+echo "$as_me:1880: checking whether we are using the GNU C compiler" >&5
    16172145 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
    16182146 if test "${ac_cv_c_compiler_gnu+set}" = set; then
     
    16212149   cat >conftest.$ac_ext <<_ACEOF
    16222150-#line 1883 "configure"
    1623 +#line 1884 "configure"
     2151+#line 1886 "configure"
    16242152 #include "confdefs.h"
    16252153 
    16262154 int
    1627 @@ -1895,16 +1896,16 @@
     2155@@ -1895,16 +1898,16 @@
    16282156 }
    16292157 _ACEOF
    16302158 rm -f conftest.$ac_objext
    16312159-if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5
    1632 +if { (eval echo "$as_me:1899: \"$ac_compile\"") >&5
     2160+if { (eval echo "$as_me:1901: \"$ac_compile\"") >&5
    16332161   (eval $ac_compile) 2>&5
    16342162   ac_status=$?
    16352163-  echo "$as_me:1901: \$? = $ac_status" >&5
    1636 +  echo "$as_me:1902: \$? = $ac_status" >&5
     2164+  echo "$as_me:1904: \$? = $ac_status" >&5
    16372165   (exit $ac_status); } &&
    16382166          { ac_try='test -s conftest.$ac_objext'
    16392167-  { (eval echo "$as_me:1904: \"$ac_try\"") >&5
    1640 +  { (eval echo "$as_me:1905: \"$ac_try\"") >&5
     2168+  { (eval echo "$as_me:1907: \"$ac_try\"") >&5
    16412169   (eval $ac_try) 2>&5
    16422170   ac_status=$?
    16432171-  echo "$as_me:1907: \$? = $ac_status" >&5
    1644 +  echo "$as_me:1908: \$? = $ac_status" >&5
     2172+  echo "$as_me:1910: \$? = $ac_status" >&5
    16452173   (exit $ac_status); }; }; then
    16462174   ac_compiler_gnu=yes
    16472175 else
    1648 @@ -1916,19 +1917,19 @@
     2176@@ -1916,19 +1919,19 @@
    16492177 ac_cv_c_compiler_gnu=$ac_compiler_gnu
    16502178 
    16512179 fi
    16522180-echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5
    1653 +echo "$as_me:1920: result: $ac_cv_c_compiler_gnu" >&5
     2181+echo "$as_me:1922: result: $ac_cv_c_compiler_gnu" >&5
    16542182 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    16552183 GCC=`test $ac_compiler_gnu = yes && echo yes`
     
    16582186 CFLAGS="-g"
    16592187-echo "$as_me:1925: checking whether $CC accepts -g" >&5
    1660 +echo "$as_me:1926: checking whether $CC accepts -g" >&5
     2188+echo "$as_me:1928: checking whether $CC accepts -g" >&5
    16612189 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
    16622190 if test "${ac_cv_prog_cc_g+set}" = set; then
     
    16652193   cat >conftest.$ac_ext <<_ACEOF
    16662194-#line 1931 "configure"
    1667 +#line 1932 "configure"
     2195+#line 1934 "configure"
    16682196 #include "confdefs.h"
    16692197 
    16702198 int
    1671 @@ -1940,16 +1941,16 @@
     2199@@ -1940,16 +1943,16 @@
    16722200 }
    16732201 _ACEOF
    16742202 rm -f conftest.$ac_objext
    16752203-if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5
    1676 +if { (eval echo "$as_me:1944: \"$ac_compile\"") >&5
     2204+if { (eval echo "$as_me:1946: \"$ac_compile\"") >&5
    16772205   (eval $ac_compile) 2>&5
    16782206   ac_status=$?
    16792207-  echo "$as_me:1946: \$? = $ac_status" >&5
    1680 +  echo "$as_me:1947: \$? = $ac_status" >&5
     2208+  echo "$as_me:1949: \$? = $ac_status" >&5
    16812209   (exit $ac_status); } &&
    16822210          { ac_try='test -s conftest.$ac_objext'
    16832211-  { (eval echo "$as_me:1949: \"$ac_try\"") >&5
    1684 +  { (eval echo "$as_me:1950: \"$ac_try\"") >&5
     2212+  { (eval echo "$as_me:1952: \"$ac_try\"") >&5
    16852213   (eval $ac_try) 2>&5
    16862214   ac_status=$?
    16872215-  echo "$as_me:1952: \$? = $ac_status" >&5
    1688 +  echo "$as_me:1953: \$? = $ac_status" >&5
     2216+  echo "$as_me:1955: \$? = $ac_status" >&5
    16892217   (exit $ac_status); }; }; then
    16902218   ac_cv_prog_cc_g=yes
    16912219 else
    1692 @@ -1959,7 +1960,7 @@
     2220@@ -1959,7 +1962,7 @@
    16932221 fi
    16942222 rm -f conftest.$ac_objext conftest.$ac_ext
    16952223 fi
    16962224-echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5
    1697 +echo "$as_me:1963: result: $ac_cv_prog_cc_g" >&5
     2225+echo "$as_me:1965: result: $ac_cv_prog_cc_g" >&5
    16982226 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
    16992227 if test "$ac_test_CFLAGS" = set; then
    17002228   CFLAGS=$ac_save_CFLAGS
    1701 @@ -1986,16 +1987,16 @@
     2229@@ -1986,16 +1989,16 @@
    17022230 #endif
    17032231 _ACEOF
    17042232 rm -f conftest.$ac_objext
    17052233-if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5
    1706 +if { (eval echo "$as_me:1990: \"$ac_compile\"") >&5
     2234+if { (eval echo "$as_me:1992: \"$ac_compile\"") >&5
    17072235   (eval $ac_compile) 2>&5
    17082236   ac_status=$?
    17092237-  echo "$as_me:1992: \$? = $ac_status" >&5
    1710 +  echo "$as_me:1993: \$? = $ac_status" >&5
     2238+  echo "$as_me:1995: \$? = $ac_status" >&5
    17112239   (exit $ac_status); } &&
    17122240          { ac_try='test -s conftest.$ac_objext'
    17132241-  { (eval echo "$as_me:1995: \"$ac_try\"") >&5
    1714 +  { (eval echo "$as_me:1996: \"$ac_try\"") >&5
     2242+  { (eval echo "$as_me:1998: \"$ac_try\"") >&5
    17152243   (eval $ac_try) 2>&5
    17162244   ac_status=$?
    17172245-  echo "$as_me:1998: \$? = $ac_status" >&5
    1718 +  echo "$as_me:1999: \$? = $ac_status" >&5
     2246+  echo "$as_me:2001: \$? = $ac_status" >&5
    17192247   (exit $ac_status); }; }; then
    17202248   for ac_declaration in \
    17212249    ''\
    1722 @@ -2007,7 +2008,7 @@
     2250@@ -2007,7 +2010,7 @@
    17232251    'void exit (int);'
    17242252 do
    17252253   cat >conftest.$ac_ext <<_ACEOF
    17262254-#line 2010 "configure"
    1727 +#line 2011 "configure"
     2255+#line 2013 "configure"
    17282256 #include "confdefs.h"
    17292257 #include <stdlib.h>
    17302258 $ac_declaration
    1731 @@ -2020,16 +2021,16 @@
     2259@@ -2020,16 +2023,16 @@
    17322260 }
    17332261 _ACEOF
    17342262 rm -f conftest.$ac_objext
    17352263-if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5
    1736 +if { (eval echo "$as_me:2024: \"$ac_compile\"") >&5
     2264+if { (eval echo "$as_me:2026: \"$ac_compile\"") >&5
    17372265   (eval $ac_compile) 2>&5
    17382266   ac_status=$?
    17392267-  echo "$as_me:2026: \$? = $ac_status" >&5
    1740 +  echo "$as_me:2027: \$? = $ac_status" >&5
     2268+  echo "$as_me:2029: \$? = $ac_status" >&5
    17412269   (exit $ac_status); } &&
    17422270          { ac_try='test -s conftest.$ac_objext'
    17432271-  { (eval echo "$as_me:2029: \"$ac_try\"") >&5
    1744 +  { (eval echo "$as_me:2030: \"$ac_try\"") >&5
     2272+  { (eval echo "$as_me:2032: \"$ac_try\"") >&5
    17452273   (eval $ac_try) 2>&5
    17462274   ac_status=$?
    17472275-  echo "$as_me:2032: \$? = $ac_status" >&5
    1748 +  echo "$as_me:2033: \$? = $ac_status" >&5
     2276+  echo "$as_me:2035: \$? = $ac_status" >&5
    17492277   (exit $ac_status); }; }; then
    17502278   :
    17512279 else
    1752 @@ -2039,7 +2040,7 @@
     2280@@ -2039,7 +2042,7 @@
    17532281 fi
    17542282 rm -f conftest.$ac_objext conftest.$ac_ext
    17552283   cat >conftest.$ac_ext <<_ACEOF
    17562284-#line 2042 "configure"
    1757 +#line 2043 "configure"
     2285+#line 2045 "configure"
    17582286 #include "confdefs.h"
    17592287 $ac_declaration
    17602288 int
    1761 @@ -2051,16 +2052,16 @@
     2289@@ -2051,16 +2054,16 @@
    17622290 }
    17632291 _ACEOF
    17642292 rm -f conftest.$ac_objext
    17652293-if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5
    1766 +if { (eval echo "$as_me:2055: \"$ac_compile\"") >&5
     2294+if { (eval echo "$as_me:2057: \"$ac_compile\"") >&5
    17672295   (eval $ac_compile) 2>&5
    17682296   ac_status=$?
    17692297-  echo "$as_me:2057: \$? = $ac_status" >&5
    1770 +  echo "$as_me:2058: \$? = $ac_status" >&5
     2298+  echo "$as_me:2060: \$? = $ac_status" >&5
    17712299   (exit $ac_status); } &&
    17722300          { ac_try='test -s conftest.$ac_objext'
    17732301-  { (eval echo "$as_me:2060: \"$ac_try\"") >&5
    1774 +  { (eval echo "$as_me:2061: \"$ac_try\"") >&5
     2302+  { (eval echo "$as_me:2063: \"$ac_try\"") >&5
    17752303   (eval $ac_try) 2>&5
    17762304   ac_status=$?
    17772305-  echo "$as_me:2063: \$? = $ac_status" >&5
    1778 +  echo "$as_me:2064: \$? = $ac_status" >&5
     2306+  echo "$as_me:2066: \$? = $ac_status" >&5
    17792307   (exit $ac_status); }; }; then
    17802308   break
    17812309 else
    1782 @@ -2090,11 +2091,11 @@
     2310@@ -2090,11 +2093,11 @@
    17832311 
    17842312 GCC_VERSION=none
    17852313 if test "$GCC" = yes ; then
    17862314-       echo "$as_me:2093: checking version of $CC" >&5
    1787 +       echo "$as_me:2094: checking version of $CC" >&5
     2315+       echo "$as_me:2096: checking version of $CC" >&5
    17882316 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
    17892317        GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
    17902318        test -z "$GCC_VERSION" && GCC_VERSION=unknown
    17912319-       echo "$as_me:2097: result: $GCC_VERSION" >&5
    1792 +       echo "$as_me:2098: result: $GCC_VERSION" >&5
     2320+       echo "$as_me:2100: result: $GCC_VERSION" >&5
    17932321 echo "${ECHO_T}$GCC_VERSION" >&6
    17942322 fi
    17952323 
    1796 @@ -2104,7 +2105,7 @@
     2324@@ -2104,7 +2107,7 @@
    17972325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    17982326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    17992327 ac_main_return=return
    18002328-echo "$as_me:2107: checking how to run the C preprocessor" >&5
    1801 +echo "$as_me:2108: checking how to run the C preprocessor" >&5
     2329+echo "$as_me:2110: checking how to run the C preprocessor" >&5
    18022330 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
    18032331 # On Suns, sometimes $CPP names a directory.
    18042332 if test -n "$CPP" && test -d "$CPP"; then
    1805 @@ -2125,18 +2126,18 @@
     2333@@ -2125,18 +2128,18 @@
    18062334   # On the NeXT, cc -E runs the code through the compiler's parser,
    18072335   # not just through cpp. "Syntax error" is here to catch this case.
    18082336   cat >conftest.$ac_ext <<_ACEOF
    18092337-#line 2128 "configure"
    1810 +#line 2129 "configure"
     2338+#line 2131 "configure"
    18112339 #include "confdefs.h"
    18122340 #include <assert.h>
     
    18142342 _ACEOF
    18152343-if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5
    1816 +if { (eval echo "$as_me:2134: \"$ac_cpp conftest.$ac_ext\"") >&5
     2344+if { (eval echo "$as_me:2136: \"$ac_cpp conftest.$ac_ext\"") >&5
    18172345   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    18182346   ac_status=$?
     
    18212349   cat conftest.err >&5
    18222350-  echo "$as_me:2139: \$? = $ac_status" >&5
    1823 +  echo "$as_me:2140: \$? = $ac_status" >&5
     2351+  echo "$as_me:2142: \$? = $ac_status" >&5
    18242352   (exit $ac_status); } >/dev/null; then
    18252353   if test -s conftest.err; then
    18262354     ac_cpp_err=$ac_c_preproc_warn_flag
    1827 @@ -2159,17 +2160,17 @@
     2355@@ -2159,17 +2162,17 @@
    18282356   # OK, works on sane cases.  Now check whether non-existent headers
    18292357   # can be detected and how.
    18302358   cat >conftest.$ac_ext <<_ACEOF
    18312359-#line 2162 "configure"
    1832 +#line 2163 "configure"
     2360+#line 2165 "configure"
    18332361 #include "confdefs.h"
    18342362 #include <ac_nonexistent.h>
    18352363 _ACEOF
    18362364-if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5
    1837 +if { (eval echo "$as_me:2167: \"$ac_cpp conftest.$ac_ext\"") >&5
     2365+if { (eval echo "$as_me:2169: \"$ac_cpp conftest.$ac_ext\"") >&5
    18382366   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    18392367   ac_status=$?
     
    18422370   cat conftest.err >&5
    18432371-  echo "$as_me:2172: \$? = $ac_status" >&5
    1844 +  echo "$as_me:2173: \$? = $ac_status" >&5
     2372+  echo "$as_me:2175: \$? = $ac_status" >&5
    18452373   (exit $ac_status); } >/dev/null; then
    18462374   if test -s conftest.err; then
    18472375     ac_cpp_err=$ac_c_preproc_warn_flag
    1848 @@ -2206,7 +2207,7 @@
     2376@@ -2206,7 +2209,7 @@
    18492377 else
    18502378   ac_cv_prog_CPP=$CPP
    18512379 fi
    18522380-echo "$as_me:2209: result: $CPP" >&5
    1853 +echo "$as_me:2210: result: $CPP" >&5
     2381+echo "$as_me:2212: result: $CPP" >&5
    18542382 echo "${ECHO_T}$CPP" >&6
    18552383 ac_preproc_ok=false
    18562384 for ac_c_preproc_warn_flag in '' yes
    1857 @@ -2216,18 +2217,18 @@
     2385@@ -2216,18 +2219,18 @@
    18582386   # On the NeXT, cc -E runs the code through the compiler's parser,
    18592387   # not just through cpp. "Syntax error" is here to catch this case.
    18602388   cat >conftest.$ac_ext <<_ACEOF
    18612389-#line 2219 "configure"
    1862 +#line 2220 "configure"
     2390+#line 2222 "configure"
    18632391 #include "confdefs.h"
    18642392 #include <assert.h>
     
    18662394 _ACEOF
    18672395-if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5
    1868 +if { (eval echo "$as_me:2225: \"$ac_cpp conftest.$ac_ext\"") >&5
     2396+if { (eval echo "$as_me:2227: \"$ac_cpp conftest.$ac_ext\"") >&5
    18692397   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    18702398   ac_status=$?
     
    18732401   cat conftest.err >&5
    18742402-  echo "$as_me:2230: \$? = $ac_status" >&5
    1875 +  echo "$as_me:2231: \$? = $ac_status" >&5
     2403+  echo "$as_me:2233: \$? = $ac_status" >&5
    18762404   (exit $ac_status); } >/dev/null; then
    18772405   if test -s conftest.err; then
    18782406     ac_cpp_err=$ac_c_preproc_warn_flag
    1879 @@ -2250,17 +2251,17 @@
     2407@@ -2250,17 +2253,17 @@
    18802408   # OK, works on sane cases.  Now check whether non-existent headers
    18812409   # can be detected and how.
    18822410   cat >conftest.$ac_ext <<_ACEOF
    18832411-#line 2253 "configure"
    1884 +#line 2254 "configure"
     2412+#line 2256 "configure"
    18852413 #include "confdefs.h"
    18862414 #include <ac_nonexistent.h>
    18872415 _ACEOF
    18882416-if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5
    1889 +if { (eval echo "$as_me:2258: \"$ac_cpp conftest.$ac_ext\"") >&5
     2417+if { (eval echo "$as_me:2260: \"$ac_cpp conftest.$ac_ext\"") >&5
    18902418   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    18912419   ac_status=$?
     
    18942422   cat conftest.err >&5
    18952423-  echo "$as_me:2263: \$? = $ac_status" >&5
    1896 +  echo "$as_me:2264: \$? = $ac_status" >&5
     2424+  echo "$as_me:2266: \$? = $ac_status" >&5
    18972425   (exit $ac_status); } >/dev/null; then
    18982426   if test -s conftest.err; then
    18992427     ac_cpp_err=$ac_c_preproc_warn_flag
    1900 @@ -2288,7 +2289,7 @@
     2428@@ -2288,7 +2291,7 @@
    19012429 if $ac_preproc_ok; then
    19022430   :
    19032431 else
    19042432-  { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5
    1905 +  { { echo "$as_me:2292: error: C preprocessor \"$CPP\" fails sanity check" >&5
     2433+  { { echo "$as_me:2294: error: C preprocessor \"$CPP\" fails sanity check" >&5
    19062434 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
    19072435    { (exit 1); exit 1; }; }
    19082436 fi
    1909 @@ -2301,14 +2302,14 @@
     2437@@ -2301,14 +2304,14 @@
    19102438 ac_main_return=return
    19112439 
    19122440 if test $ac_cv_c_compiler_gnu = yes; then
    19132441-    echo "$as_me:2304: checking whether $CC needs -traditional" >&5
    1914 +    echo "$as_me:2305: checking whether $CC needs -traditional" >&5
     2442+    echo "$as_me:2307: checking whether $CC needs -traditional" >&5
    19152443 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
    19162444 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
     
    19202448   cat >conftest.$ac_ext <<_ACEOF
    19212449-#line 2311 "configure"
    1922 +#line 2312 "configure"
     2450+#line 2314 "configure"
    19232451 #include "confdefs.h"
    19242452 #include <sgtty.h>
    19252453 int Autoconf = TIOCGETP;
    1926 @@ -2323,7 +2324,7 @@
     2454@@ -2323,7 +2326,7 @@
    19272455 
    19282456   if test $ac_cv_prog_gcc_traditional = no; then
    19292457     cat >conftest.$ac_ext <<_ACEOF
    19302458-#line 2326 "configure"
    1931 +#line 2327 "configure"
     2459+#line 2329 "configure"
    19322460 #include "confdefs.h"
    19332461 #include <termio.h>
    19342462 int Autoconf = TCGETA;
    1935 @@ -2336,14 +2337,14 @@
     2463@@ -2336,14 +2339,14 @@
    19362464 
    19372465   fi
    19382466 fi
    19392467-echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5
    1940 +echo "$as_me:2340: result: $ac_cv_prog_gcc_traditional" >&5
     2468+echo "$as_me:2342: result: $ac_cv_prog_gcc_traditional" >&5
    19412469 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
    19422470   if test $ac_cv_prog_gcc_traditional = yes; then
     
    19462474 
    19472475-echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5
    1948 +echo "$as_me:2347: checking whether $CC understands -c and -o together" >&5
     2476+echo "$as_me:2349: checking whether $CC understands -c and -o together" >&5
    19492477 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6
    19502478 if test "${cf_cv_prog_CC_c_o+set}" = set; then
    19512479   echo $ECHO_N "(cached) $ECHO_C" >&6
    1952 @@ -2359,15 +2360,15 @@
     2480@@ -2359,15 +2362,15 @@
    19532481 # We do the test twice because some compilers refuse to overwrite an
    19542482 # existing .o file with -o, though they will create one.
    19552483 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
    19562484-if { (eval echo "$as_me:2362: \"$ac_try\"") >&5
    1957 +if { (eval echo "$as_me:2363: \"$ac_try\"") >&5
     2485+if { (eval echo "$as_me:2365: \"$ac_try\"") >&5
    19582486   (eval $ac_try) 2>&5
    19592487   ac_status=$?
    19602488-  echo "$as_me:2365: \$? = $ac_status" >&5
    1961 +  echo "$as_me:2366: \$? = $ac_status" >&5
     2489+  echo "$as_me:2368: \$? = $ac_status" >&5
    19622490   (exit $ac_status); } &&
    19632491-  test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5
    1964 +  test -f conftest2.$ac_objext && { (eval echo "$as_me:2368: \"$ac_try\"") >&5
     2492+  test -f conftest2.$ac_objext && { (eval echo "$as_me:2370: \"$ac_try\"") >&5
    19652493   (eval $ac_try) 2>&5
    19662494   ac_status=$?
    19672495-  echo "$as_me:2370: \$? = $ac_status" >&5
    1968 +  echo "$as_me:2371: \$? = $ac_status" >&5
     2496+  echo "$as_me:2373: \$? = $ac_status" >&5
    19692497   (exit $ac_status); };
    19702498 then
    19712499   eval cf_cv_prog_CC_c_o=yes
    1972 @@ -2378,19 +2379,19 @@
     2500@@ -2378,19 +2381,19 @@
    19732501 
    19742502 fi
    19752503 if test $cf_cv_prog_CC_c_o = yes; then
    19762504-  echo "$as_me:2381: result: yes" >&5
    1977 +  echo "$as_me:2382: result: yes" >&5
     2505+  echo "$as_me:2384: result: yes" >&5
    19782506 echo "${ECHO_T}yes" >&6
    19792507 else
    19802508-  echo "$as_me:2384: result: no" >&5
    1981 +  echo "$as_me:2385: result: no" >&5
     2509+  echo "$as_me:2387: result: no" >&5
    19822510 echo "${ECHO_T}no" >&6
    19832511 fi
    19842512 
    19852513-echo "$as_me:2388: checking for POSIXized ISC" >&5
    1986 +echo "$as_me:2389: checking for POSIXized ISC" >&5
     2514+echo "$as_me:2391: checking for POSIXized ISC" >&5
    19872515 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
    19882516 if test -d /etc/conf/kconfig.d &&
     
    19902518 then
    19912519-  echo "$as_me:2393: result: yes" >&5
    1992 +  echo "$as_me:2394: result: yes" >&5
     2520+  echo "$as_me:2396: result: yes" >&5
    19932521 echo "${ECHO_T}yes" >&6
    19942522   ISC=yes # If later tests want to check for ISC.
    19952523 
    1996 @@ -2404,12 +2405,12 @@
     2524@@ -2404,12 +2407,12 @@
    19972525     CC="$CC -Xp"
    19982526   fi
    19992527 else
    20002528-  echo "$as_me:2407: result: no" >&5
    2001 +  echo "$as_me:2408: result: no" >&5
     2529+  echo "$as_me:2410: result: no" >&5
    20022530 echo "${ECHO_T}no" >&6
    20032531   ISC=
     
    20052533 
    20062534-echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5
    2007 +echo "$as_me:2413: checking for ${CC-cc} option to accept ANSI C" >&5
     2535+echo "$as_me:2415: checking for ${CC-cc} option to accept ANSI C" >&5
    20082536 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
    20092537 if test "${cf_cv_ansi_cc+set}" = set; then
    20102538   echo $ECHO_N "(cached) $ECHO_C" >&6
    2011 @@ -2503,7 +2504,7 @@
     2539@@ -2503,7 +2506,7 @@
    20122540 fi
    20132541 
    20142542        cat >conftest.$ac_ext <<_ACEOF
    20152543-#line 2506 "configure"
    2016 +#line 2507 "configure"
     2544+#line 2509 "configure"
    20172545 #include "confdefs.h"
    20182546 
    20192547 #ifndef CC_HAS_PROTOS
    2020 @@ -2524,16 +2525,16 @@
     2548@@ -2524,16 +2527,16 @@
    20212549 }
    20222550 _ACEOF
    20232551 rm -f conftest.$ac_objext
    20242552-if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5
    2025 +if { (eval echo "$as_me:2528: \"$ac_compile\"") >&5
     2553+if { (eval echo "$as_me:2530: \"$ac_compile\"") >&5
    20262554   (eval $ac_compile) 2>&5
    20272555   ac_status=$?
    20282556-  echo "$as_me:2530: \$? = $ac_status" >&5
    2029 +  echo "$as_me:2531: \$? = $ac_status" >&5
     2557+  echo "$as_me:2533: \$? = $ac_status" >&5
    20302558   (exit $ac_status); } &&
    20312559          { ac_try='test -s conftest.$ac_objext'
    20322560-  { (eval echo "$as_me:2533: \"$ac_try\"") >&5
    2033 +  { (eval echo "$as_me:2534: \"$ac_try\"") >&5
     2561+  { (eval echo "$as_me:2536: \"$ac_try\"") >&5
    20342562   (eval $ac_try) 2>&5
    20352563   ac_status=$?
    20362564-  echo "$as_me:2536: \$? = $ac_status" >&5
    2037 +  echo "$as_me:2537: \$? = $ac_status" >&5
     2565+  echo "$as_me:2539: \$? = $ac_status" >&5
    20382566   (exit $ac_status); }; }; then
    20392567   cf_cv_ansi_cc="$cf_arg"; break
    20402568 else
    2041 @@ -2546,7 +2547,7 @@
     2569@@ -2546,7 +2549,7 @@
    20422570 CPPFLAGS="$cf_save_CPPFLAGS"
    20432571 
    20442572 fi
    20452573-echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5
    2046 +echo "$as_me:2550: result: $cf_cv_ansi_cc" >&5
     2574+echo "$as_me:2552: result: $cf_cv_ansi_cc" >&5
    20472575 echo "${ECHO_T}$cf_cv_ansi_cc" >&6
    20482576 
    20492577 if test "$cf_cv_ansi_cc" != "no"; then
    2050 @@ -2629,7 +2630,7 @@
     2578@@ -2629,7 +2632,7 @@
    20512579 fi
    20522580 
    20532581 if test "$cf_cv_ansi_cc" = "no"; then
    20542582-       { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes.
    2055 +       { { echo "$as_me:2633: error: Your compiler does not appear to recognize prototypes.
     2583+       { { echo "$as_me:2635: error: Your compiler does not appear to recognize prototypes.
    20562584 You have the following choices:
    20572585        a. adjust your compiler options
    20582586        b. get an up-to-date compiler
    2059 @@ -2663,13 +2664,13 @@
     2587@@ -2663,13 +2666,13 @@
    20602588   LDCONFIG=:
    20612589 else
     
    20692597 set dummy ldconfig; ac_word=$2
    20702598-echo "$as_me:2672: checking for $ac_word" >&5
    2071 +echo "$as_me:2673: checking for $ac_word" >&5
     2599+echo "$as_me:2675: checking for $ac_word" >&5
    20722600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    20732601 if test "${ac_cv_path_LDCONFIG+set}" = set; then
    20742602   echo $ECHO_N "(cached) $ECHO_C" >&6
    2075 @@ -2686,7 +2687,7 @@
     2603@@ -2686,7 +2689,7 @@
    20762604   test -z "$ac_dir" && ac_dir=.
    20772605   if $as_executable_p "$ac_dir/$ac_word"; then
    20782606    ac_cv_path_LDCONFIG="$ac_dir/$ac_word"
    20792607-   echo "$as_me:2689: found $ac_dir/$ac_word" >&5
    2080 +   echo "$as_me:2690: found $ac_dir/$ac_word" >&5
     2608+   echo "$as_me:2692: found $ac_dir/$ac_word" >&5
    20812609    break
    20822610 fi
    20832611 done
    2084 @@ -2697,10 +2698,10 @@
     2612@@ -2697,10 +2700,10 @@
    20852613 LDCONFIG=$ac_cv_path_LDCONFIG
    20862614 
    20872615 if test -n "$LDCONFIG"; then
    20882616-  echo "$as_me:2700: result: $LDCONFIG" >&5
    2089 +  echo "$as_me:2701: result: $LDCONFIG" >&5
     2617+  echo "$as_me:2703: result: $LDCONFIG" >&5
    20902618 echo "${ECHO_T}$LDCONFIG" >&6
    20912619 else
    20922620-  echo "$as_me:2703: result: no" >&5
    2093 +  echo "$as_me:2704: result: no" >&5
     2621+  echo "$as_me:2706: result: no" >&5
    20942622 echo "${ECHO_T}no" >&6
    20952623 fi
    20962624 
    2097 @@ -2708,7 +2709,7 @@
     2625@@ -2708,7 +2711,7 @@
    20982626 esac
    20992627 fi
    21002628 
    21012629-echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5
    2102 +echo "$as_me:2712: checking if you want to ensure bool is consistent with C++" >&5
     2630+echo "$as_me:2714: checking if you want to ensure bool is consistent with C++" >&5
    21032631 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6
    21042632 
    21052633 # Check whether --with-cxx or --without-cxx was given.
    2106 @@ -2718,7 +2719,7 @@
     2634@@ -2718,7 +2721,7 @@
    21072635 else
    21082636   cf_with_cxx=yes
    21092637 fi;
    21102638-echo "$as_me:2721: result: $cf_with_cxx" >&5
    2111 +echo "$as_me:2722: result: $cf_with_cxx" >&5
     2639+echo "$as_me:2724: result: $cf_with_cxx" >&5
    21122640 echo "${ECHO_T}$cf_with_cxx" >&6
    21132641 if test "X$cf_with_cxx" = Xno ; then
    21142642        CXX=""
    2115 @@ -2736,7 +2737,7 @@
     2643@@ -2736,7 +2739,7 @@
    21162644   do
    21172645     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    21182646 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    21192647-echo "$as_me:2739: checking for $ac_word" >&5
    2120 +echo "$as_me:2740: checking for $ac_word" >&5
     2648+echo "$as_me:2742: checking for $ac_word" >&5
    21212649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    21222650 if test "${ac_cv_prog_CXX+set}" = set; then
    21232651   echo $ECHO_N "(cached) $ECHO_C" >&6
    2124 @@ -2751,7 +2752,7 @@
     2652@@ -2751,7 +2754,7 @@
    21252653   test -z "$ac_dir" && ac_dir=.
    21262654   $as_executable_p "$ac_dir/$ac_word" || continue
    21272655 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    21282656-echo "$as_me:2754: found $ac_dir/$ac_word" >&5
    2129 +echo "$as_me:2755: found $ac_dir/$ac_word" >&5
     2657+echo "$as_me:2757: found $ac_dir/$ac_word" >&5
    21302658 break
    21312659 done
    21322660 
    2133 @@ -2759,10 +2760,10 @@
     2661@@ -2759,10 +2762,10 @@
    21342662 fi
    21352663 CXX=$ac_cv_prog_CXX
    21362664 if test -n "$CXX"; then
    21372665-  echo "$as_me:2762: result: $CXX" >&5
    2138 +  echo "$as_me:2763: result: $CXX" >&5
     2666+  echo "$as_me:2765: result: $CXX" >&5
    21392667 echo "${ECHO_T}$CXX" >&6
    21402668 else
    21412669-  echo "$as_me:2765: result: no" >&5
    2142 +  echo "$as_me:2766: result: no" >&5
     2670+  echo "$as_me:2768: result: no" >&5
    21432671 echo "${ECHO_T}no" >&6
    21442672 fi
    21452673 
    2146 @@ -2775,7 +2776,7 @@
     2674@@ -2775,7 +2778,7 @@
    21472675 do
    21482676   # Extract the first word of "$ac_prog", so it can be a program name with args.
    21492677 set dummy $ac_prog; ac_word=$2
    21502678-echo "$as_me:2778: checking for $ac_word" >&5
    2151 +echo "$as_me:2779: checking for $ac_word" >&5
     2679+echo "$as_me:2781: checking for $ac_word" >&5
    21522680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    21532681 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    21542682   echo $ECHO_N "(cached) $ECHO_C" >&6
    2155 @@ -2790,7 +2791,7 @@
     2683@@ -2790,7 +2793,7 @@
    21562684   test -z "$ac_dir" && ac_dir=.
    21572685   $as_executable_p "$ac_dir/$ac_word" || continue
    21582686 ac_cv_prog_ac_ct_CXX="$ac_prog"
    21592687-echo "$as_me:2793: found $ac_dir/$ac_word" >&5
    2160 +echo "$as_me:2794: found $ac_dir/$ac_word" >&5
     2688+echo "$as_me:2796: found $ac_dir/$ac_word" >&5
    21612689 break
    21622690 done
    21632691 
    2164 @@ -2798,10 +2799,10 @@
     2692@@ -2798,10 +2801,10 @@
    21652693 fi
    21662694 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    21672695 if test -n "$ac_ct_CXX"; then
    21682696-  echo "$as_me:2801: result: $ac_ct_CXX" >&5
    2169 +  echo "$as_me:2802: result: $ac_ct_CXX" >&5
     2697+  echo "$as_me:2804: result: $ac_ct_CXX" >&5
    21702698 echo "${ECHO_T}$ac_ct_CXX" >&6
    21712699 else
    21722700-  echo "$as_me:2804: result: no" >&5
    2173 +  echo "$as_me:2805: result: no" >&5
     2701+  echo "$as_me:2807: result: no" >&5
    21742702 echo "${ECHO_T}no" >&6
    21752703 fi
    21762704 
    2177 @@ -2813,32 +2814,32 @@
     2705@@ -2813,32 +2816,32 @@
    21782706 fi
    21792707 
    21802708 # Provide some information about the compiler.
    21812709-echo "$as_me:2816:" \
    2182 +echo "$as_me:2817:" \
     2710+echo "$as_me:2819:" \
    21832711      "checking for C++ compiler version" >&5
    21842712 ac_compiler=`set X $ac_compile; echo $2`
    21852713-{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5
    2186 +{ (eval echo "$as_me:2820: \"$ac_compiler --version </dev/null >&5\"") >&5
     2714+{ (eval echo "$as_me:2822: \"$ac_compiler --version </dev/null >&5\"") >&5
    21872715   (eval $ac_compiler --version </dev/null >&5) 2>&5
    21882716   ac_status=$?
    21892717-  echo "$as_me:2822: \$? = $ac_status" >&5
    2190 +  echo "$as_me:2823: \$? = $ac_status" >&5
     2718+  echo "$as_me:2825: \$? = $ac_status" >&5
    21912719   (exit $ac_status); }
    21922720-{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5
    2193 +{ (eval echo "$as_me:2825: \"$ac_compiler -v </dev/null >&5\"") >&5
     2721+{ (eval echo "$as_me:2827: \"$ac_compiler -v </dev/null >&5\"") >&5
    21942722   (eval $ac_compiler -v </dev/null >&5) 2>&5
    21952723   ac_status=$?
    21962724-  echo "$as_me:2827: \$? = $ac_status" >&5
    2197 +  echo "$as_me:2828: \$? = $ac_status" >&5
     2725+  echo "$as_me:2830: \$? = $ac_status" >&5
    21982726   (exit $ac_status); }
    21992727-{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5
    2200 +{ (eval echo "$as_me:2830: \"$ac_compiler -V </dev/null >&5\"") >&5
     2728+{ (eval echo "$as_me:2832: \"$ac_compiler -V </dev/null >&5\"") >&5
    22012729   (eval $ac_compiler -V </dev/null >&5) 2>&5
    22022730   ac_status=$?
    22032731-  echo "$as_me:2832: \$? = $ac_status" >&5
    2204 +  echo "$as_me:2833: \$? = $ac_status" >&5
     2732+  echo "$as_me:2835: \$? = $ac_status" >&5
    22052733   (exit $ac_status); }
    22062734 
    22072735-echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5
    2208 +echo "$as_me:2836: checking whether we are using the GNU C++ compiler" >&5
     2736+echo "$as_me:2838: checking whether we are using the GNU C++ compiler" >&5
    22092737 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
    22102738 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
     
    22132741   cat >conftest.$ac_ext <<_ACEOF
    22142742-#line 2841 "configure"
    2215 +#line 2842 "configure"
     2743+#line 2844 "configure"
    22162744 #include "confdefs.h"
    22172745 
    22182746 int
    2219 @@ -2853,16 +2854,16 @@
     2747@@ -2853,16 +2856,16 @@
    22202748 }
    22212749 _ACEOF
    22222750 rm -f conftest.$ac_objext
    22232751-if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5
    2224 +if { (eval echo "$as_me:2857: \"$ac_compile\"") >&5
     2752+if { (eval echo "$as_me:2859: \"$ac_compile\"") >&5
    22252753   (eval $ac_compile) 2>&5
    22262754   ac_status=$?
    22272755-  echo "$as_me:2859: \$? = $ac_status" >&5
    2228 +  echo "$as_me:2860: \$? = $ac_status" >&5
     2756+  echo "$as_me:2862: \$? = $ac_status" >&5
    22292757   (exit $ac_status); } &&
    22302758          { ac_try='test -s conftest.$ac_objext'
    22312759-  { (eval echo "$as_me:2862: \"$ac_try\"") >&5
    2232 +  { (eval echo "$as_me:2863: \"$ac_try\"") >&5
     2760+  { (eval echo "$as_me:2865: \"$ac_try\"") >&5
    22332761   (eval $ac_try) 2>&5
    22342762   ac_status=$?
    22352763-  echo "$as_me:2865: \$? = $ac_status" >&5
    2236 +  echo "$as_me:2866: \$? = $ac_status" >&5
     2764+  echo "$as_me:2868: \$? = $ac_status" >&5
    22372765   (exit $ac_status); }; }; then
    22382766   ac_compiler_gnu=yes
    22392767 else
    2240 @@ -2874,19 +2875,19 @@
     2768@@ -2874,19 +2877,19 @@
    22412769 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    22422770 
    22432771 fi
    22442772-echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5
    2245 +echo "$as_me:2878: result: $ac_cv_cxx_compiler_gnu" >&5
     2773+echo "$as_me:2880: result: $ac_cv_cxx_compiler_gnu" >&5
    22462774 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
    22472775 GXX=`test $ac_compiler_gnu = yes && echo yes`
     
    22502778 CXXFLAGS="-g"
    22512779-echo "$as_me:2883: checking whether $CXX accepts -g" >&5
    2252 +echo "$as_me:2884: checking whether $CXX accepts -g" >&5
     2780+echo "$as_me:2886: checking whether $CXX accepts -g" >&5
    22532781 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
    22542782 if test "${ac_cv_prog_cxx_g+set}" = set; then
     
    22572785   cat >conftest.$ac_ext <<_ACEOF
    22582786-#line 2889 "configure"
    2259 +#line 2890 "configure"
     2787+#line 2892 "configure"
    22602788 #include "confdefs.h"
    22612789 
    22622790 int
    2263 @@ -2898,16 +2899,16 @@
     2791@@ -2898,16 +2901,16 @@
    22642792 }
    22652793 _ACEOF
    22662794 rm -f conftest.$ac_objext
    22672795-if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5
    2268 +if { (eval echo "$as_me:2902: \"$ac_compile\"") >&5
     2796+if { (eval echo "$as_me:2904: \"$ac_compile\"") >&5
    22692797   (eval $ac_compile) 2>&5
    22702798   ac_status=$?
    22712799-  echo "$as_me:2904: \$? = $ac_status" >&5
    2272 +  echo "$as_me:2905: \$? = $ac_status" >&5
     2800+  echo "$as_me:2907: \$? = $ac_status" >&5
    22732801   (exit $ac_status); } &&
    22742802          { ac_try='test -s conftest.$ac_objext'
    22752803-  { (eval echo "$as_me:2907: \"$ac_try\"") >&5
    2276 +  { (eval echo "$as_me:2908: \"$ac_try\"") >&5
     2804+  { (eval echo "$as_me:2910: \"$ac_try\"") >&5
    22772805   (eval $ac_try) 2>&5
    22782806   ac_status=$?
    22792807-  echo "$as_me:2910: \$? = $ac_status" >&5
    2280 +  echo "$as_me:2911: \$? = $ac_status" >&5
     2808+  echo "$as_me:2913: \$? = $ac_status" >&5
    22812809   (exit $ac_status); }; }; then
    22822810   ac_cv_prog_cxx_g=yes
    22832811 else
    2284 @@ -2917,7 +2918,7 @@
     2812@@ -2917,7 +2920,7 @@
    22852813 fi
    22862814 rm -f conftest.$ac_objext conftest.$ac_ext
    22872815 fi
    22882816-echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5
    2289 +echo "$as_me:2921: result: $ac_cv_prog_cxx_g" >&5
     2817+echo "$as_me:2923: result: $ac_cv_prog_cxx_g" >&5
    22902818 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
    22912819 if test "$ac_test_CXXFLAGS" = set; then
    22922820   CXXFLAGS=$ac_save_CXXFLAGS
    2293 @@ -2944,7 +2945,7 @@
     2821@@ -2944,7 +2947,7 @@
    22942822    'void exit (int);'
    22952823 do
    22962824   cat >conftest.$ac_ext <<_ACEOF
    22972825-#line 2947 "configure"
    2298 +#line 2948 "configure"
     2826+#line 2950 "configure"
    22992827 #include "confdefs.h"
    23002828 #include <stdlib.h>
    23012829 $ac_declaration
    2302 @@ -2957,16 +2958,16 @@
     2830@@ -2957,16 +2960,16 @@
    23032831 }
    23042832 _ACEOF
    23052833 rm -f conftest.$ac_objext
    23062834-if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5
    2307 +if { (eval echo "$as_me:2961: \"$ac_compile\"") >&5
     2835+if { (eval echo "$as_me:2963: \"$ac_compile\"") >&5
    23082836   (eval $ac_compile) 2>&5
    23092837   ac_status=$?
    23102838-  echo "$as_me:2963: \$? = $ac_status" >&5
    2311 +  echo "$as_me:2964: \$? = $ac_status" >&5
     2839+  echo "$as_me:2966: \$? = $ac_status" >&5
    23122840   (exit $ac_status); } &&
    23132841          { ac_try='test -s conftest.$ac_objext'
    23142842-  { (eval echo "$as_me:2966: \"$ac_try\"") >&5
    2315 +  { (eval echo "$as_me:2967: \"$ac_try\"") >&5
     2843+  { (eval echo "$as_me:2969: \"$ac_try\"") >&5
    23162844   (eval $ac_try) 2>&5
    23172845   ac_status=$?
    23182846-  echo "$as_me:2969: \$? = $ac_status" >&5
    2319 +  echo "$as_me:2970: \$? = $ac_status" >&5
     2847+  echo "$as_me:2972: \$? = $ac_status" >&5
    23202848   (exit $ac_status); }; }; then
    23212849   :
    23222850 else
    2323 @@ -2976,7 +2977,7 @@
     2851@@ -2976,7 +2979,7 @@
    23242852 fi
    23252853 rm -f conftest.$ac_objext conftest.$ac_ext
    23262854   cat >conftest.$ac_ext <<_ACEOF
    23272855-#line 2979 "configure"
    2328 +#line 2980 "configure"
     2856+#line 2982 "configure"
    23292857 #include "confdefs.h"
    23302858 $ac_declaration
    23312859 int
    2332 @@ -2988,16 +2989,16 @@
     2860@@ -2988,16 +2991,16 @@
    23332861 }
    23342862 _ACEOF
    23352863 rm -f conftest.$ac_objext
    23362864-if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5
    2337 +if { (eval echo "$as_me:2992: \"$ac_compile\"") >&5
     2865+if { (eval echo "$as_me:2994: \"$ac_compile\"") >&5
    23382866   (eval $ac_compile) 2>&5
    23392867   ac_status=$?
    23402868-  echo "$as_me:2994: \$? = $ac_status" >&5
    2341 +  echo "$as_me:2995: \$? = $ac_status" >&5
     2869+  echo "$as_me:2997: \$? = $ac_status" >&5
    23422870   (exit $ac_status); } &&
    23432871          { ac_try='test -s conftest.$ac_objext'
    23442872-  { (eval echo "$as_me:2997: \"$ac_try\"") >&5
    2345 +  { (eval echo "$as_me:2998: \"$ac_try\"") >&5
     2873+  { (eval echo "$as_me:3000: \"$ac_try\"") >&5
    23462874   (eval $ac_try) 2>&5
    23472875   ac_status=$?
    23482876-  echo "$as_me:3000: \$? = $ac_status" >&5
    2349 +  echo "$as_me:3001: \$? = $ac_status" >&5
     2877+  echo "$as_me:3003: \$? = $ac_status" >&5
    23502878   (exit $ac_status); }; }; then
    23512879   break
    23522880 else
    2353 @@ -3024,7 +3025,7 @@
     2881@@ -3024,7 +3027,7 @@
    23542882        if test "$CXX" = "g++" ; then
    23552883                # Extract the first word of "g++", so it can be a program name with args.
    23562884 set dummy g++; ac_word=$2
    23572885-echo "$as_me:3027: checking for $ac_word" >&5
    2358 +echo "$as_me:3028: checking for $ac_word" >&5
     2886+echo "$as_me:3030: checking for $ac_word" >&5
    23592887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    23602888 if test "${ac_cv_path_CXX+set}" = set; then
    23612889   echo $ECHO_N "(cached) $ECHO_C" >&6
    2362 @@ -3041,7 +3042,7 @@
     2890@@ -3041,7 +3044,7 @@
    23632891   test -z "$ac_dir" && ac_dir=.
    23642892   if $as_executable_p "$ac_dir/$ac_word"; then
    23652893    ac_cv_path_CXX="$ac_dir/$ac_word"
    23662894-   echo "$as_me:3044: found $ac_dir/$ac_word" >&5
    2367 +   echo "$as_me:3045: found $ac_dir/$ac_word" >&5
     2895+   echo "$as_me:3047: found $ac_dir/$ac_word" >&5
    23682896    break
    23692897 fi
    23702898 done
    2371 @@ -3052,16 +3053,16 @@
     2899@@ -3052,16 +3055,16 @@
    23722900 CXX=$ac_cv_path_CXX
    23732901 
    23742902 if test -n "$CXX"; then
    23752903-  echo "$as_me:3055: result: $CXX" >&5
    2376 +  echo "$as_me:3056: result: $CXX" >&5
     2904+  echo "$as_me:3058: result: $CXX" >&5
    23772905 echo "${ECHO_T}$CXX" >&6
    23782906 else
    23792907-  echo "$as_me:3058: result: no" >&5
    2380 +  echo "$as_me:3059: result: no" >&5
     2908+  echo "$as_me:3061: result: no" >&5
    23812909 echo "${ECHO_T}no" >&6
    23822910 fi
     
    23852913        if test "$CXX" = "g++" ; then
    23862914-               { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5
    2387 +               { echo "$as_me:3065: WARNING: ignoring hardcoded g++" >&5
     2915+               { echo "$as_me:3067: WARNING: ignoring hardcoded g++" >&5
    23882916 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;}
    23892917                cf_with_cxx=no; CXX=""; GXX="";
    23902918        fi
    2391 @@ -3069,11 +3070,11 @@
     2919@@ -3069,11 +3072,11 @@
    23922920 
    23932921 GXX_VERSION=none
    23942922 if test "$GXX" = yes; then
    23952923-       echo "$as_me:3072: checking version of g++" >&5
    2396 +       echo "$as_me:3073: checking version of g++" >&5
     2924+       echo "$as_me:3075: checking version of g++" >&5
    23972925 echo $ECHO_N "checking version of g++... $ECHO_C" >&6
    23982926        GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
    23992927        test -z "$GXX_VERSION" && GXX_VERSION=unknown
    24002928-       echo "$as_me:3076: result: $GXX_VERSION" >&5
    2401 +       echo "$as_me:3077: result: $GXX_VERSION" >&5
     2929+       echo "$as_me:3079: result: $GXX_VERSION" >&5
    24022930 echo "${ECHO_T}$GXX_VERSION" >&6
    24032931 fi
    24042932 
    2405 @@ -3081,12 +3082,12 @@
     2933@@ -3081,12 +3084,12 @@
    24062934 1*|2.[0-6]*)
    24072935        # GXX=""; CXX=""; ac_cv_prog_gxx=no
    24082936        # cf_cxx_library=no
    24092937-       { echo "$as_me:3084: WARNING: templates do not work" >&5
    2410 +       { echo "$as_me:3085: WARNING: templates do not work" >&5
     2938+       { echo "$as_me:3087: WARNING: templates do not work" >&5
    24112939 echo "$as_me: WARNING: templates do not work" >&2;}
    24122940        ;;
     
    24142942 
    24152943-echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5
    2416 +echo "$as_me:3090: checking if you want to build C++ binding and demo" >&5
     2944+echo "$as_me:3092: checking if you want to build C++ binding and demo" >&5
    24172945 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6
    24182946 
    24192947 # Check whether --with-cxx-binding or --without-cxx-binding was given.
    2420 @@ -3096,10 +3097,10 @@
     2948@@ -3096,10 +3099,10 @@
    24212949 else
    24222950   cf_with_cxx_binding=$cf_with_cxx
    24232951 fi;
    24242952-echo "$as_me:3099: result: $cf_with_cxx_binding" >&5
    2425 +echo "$as_me:3100: result: $cf_with_cxx_binding" >&5
     2953+echo "$as_me:3102: result: $cf_with_cxx_binding" >&5
    24262954 echo "${ECHO_T}$cf_with_cxx_binding" >&6
    24272955 
    24282956-echo "$as_me:3102: checking if you want to build with Ada95" >&5
    2429 +echo "$as_me:3103: checking if you want to build with Ada95" >&5
     2957+echo "$as_me:3105: checking if you want to build with Ada95" >&5
    24302958 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6
    24312959 
    24322960 # Check whether --with-ada or --without-ada was given.
    2433 @@ -3109,10 +3110,23 @@
     2961@@ -3109,10 +3112,23 @@
    24342962 else
    24352963   cf_with_ada=yes
    24362964 fi;
    24372965-echo "$as_me:3112: result: $cf_with_ada" >&5
    2438 +echo "$as_me:3113: result: $cf_with_ada" >&5
     2966+echo "$as_me:3115: result: $cf_with_ada" >&5
    24392967 echo "${ECHO_T}$cf_with_ada" >&6
    24402968 
    24412969-echo "$as_me:3115: checking if you want to build programs such as tic" >&5
    2442 +echo "$as_me:3116: checking if you want to install manpages" >&5
     2970+echo "$as_me:3118: checking if you want to install manpages" >&5
    24432971+echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6
    24442972+
     
    24502978+  cf_with_manpages=yes
    24512979+fi;
    2452 +echo "$as_me:3126: result: $cf_with_manpages" >&5
     2980+echo "$as_me:3128: result: $cf_with_manpages" >&5
    24532981+echo "${ECHO_T}$cf_with_manpages" >&6
    24542982+
    2455 +echo "$as_me:3129: checking if you want to build programs such as tic" >&5
     2983+echo "$as_me:3131: checking if you want to build programs such as tic" >&5
    24562984 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6
    24572985 
    24582986 # Check whether --with-progs or --without-progs was given.
    2459 @@ -3122,10 +3136,10 @@
     2987@@ -3122,10 +3138,10 @@
    24602988 else
    24612989   cf_with_progs=yes
    24622990 fi;
    24632991-echo "$as_me:3125: result: $cf_with_progs" >&5
    2464 +echo "$as_me:3139: result: $cf_with_progs" >&5
     2992+echo "$as_me:3141: result: $cf_with_progs" >&5
    24652993 echo "${ECHO_T}$cf_with_progs" >&6
    24662994 
    24672995-echo "$as_me:3128: checking if you wish to install curses.h" >&5
    2468 +echo "$as_me:3142: checking if you wish to install curses.h" >&5
     2996+echo "$as_me:3144: checking if you wish to install curses.h" >&5
    24692997 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6
    24702998 
    24712999 # Check whether --with-curses-h or --without-curses-h was given.
    2472 @@ -3135,7 +3149,7 @@
     3000@@ -3135,7 +3151,7 @@
    24733001 else
    24743002   with_curses_h=yes
    24753003 fi;
    24763004-echo "$as_me:3138: result: $with_curses_h" >&5
    2477 +echo "$as_me:3152: result: $with_curses_h" >&5
     3005+echo "$as_me:3154: result: $with_curses_h" >&5
    24783006 echo "${ECHO_T}$with_curses_h" >&6
    24793007 
    24803008 modules_to_build="ncurses"
    2481 @@ -3161,7 +3175,7 @@
     3009@@ -3161,7 +3177,7 @@
    24823010 do
    24833011   # Extract the first word of "$ac_prog", so it can be a program name with args.
    24843012 set dummy $ac_prog; ac_word=$2
    24853013-echo "$as_me:3164: checking for $ac_word" >&5
    2486 +echo "$as_me:3178: checking for $ac_word" >&5
     3014+echo "$as_me:3180: checking for $ac_word" >&5
    24873015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    24883016 if test "${ac_cv_prog_AWK+set}" = set; then
    24893017   echo $ECHO_N "(cached) $ECHO_C" >&6
    2490 @@ -3176,7 +3190,7 @@
     3018@@ -3176,7 +3192,7 @@
    24913019   test -z "$ac_dir" && ac_dir=.
    24923020   $as_executable_p "$ac_dir/$ac_word" || continue
    24933021 ac_cv_prog_AWK="$ac_prog"
    24943022-echo "$as_me:3179: found $ac_dir/$ac_word" >&5
    2495 +echo "$as_me:3193: found $ac_dir/$ac_word" >&5
     3023+echo "$as_me:3195: found $ac_dir/$ac_word" >&5
    24963024 break
    24973025 done
    24983026 
    2499 @@ -3184,21 +3198,21 @@
     3027@@ -3184,21 +3200,21 @@
    25003028 fi
    25013029 AWK=$ac_cv_prog_AWK
    25023030 if test -n "$AWK"; then
    25033031-  echo "$as_me:3187: result: $AWK" >&5
    2504 +  echo "$as_me:3201: result: $AWK" >&5
     3032+  echo "$as_me:3203: result: $AWK" >&5
    25053033 echo "${ECHO_T}$AWK" >&6
    25063034 else
    25073035-  echo "$as_me:3190: result: no" >&5
    2508 +  echo "$as_me:3204: result: no" >&5
     3036+  echo "$as_me:3206: result: no" >&5
    25093037 echo "${ECHO_T}no" >&6
    25103038 fi
     
    25143042 
    25153043-test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5
    2516 +test -z "$AWK" && { { echo "$as_me:3211: error: No awk program found" >&5
     3044+test -z "$AWK" && { { echo "$as_me:3213: error: No awk program found" >&5
    25173045 echo "$as_me: error: No awk program found" >&2;}
    25183046    { (exit 1); exit 1; }; }
    25193047 
    25203048-echo "$as_me:3201: checking for egrep" >&5
    2521 +echo "$as_me:3215: checking for egrep" >&5
     3049+echo "$as_me:3217: checking for egrep" >&5
    25223050 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    25233051 if test "${ac_cv_prog_egrep+set}" = set; then
    25243052   echo $ECHO_N "(cached) $ECHO_C" >&6
    2525 @@ -3208,11 +3222,11 @@
     3053@@ -3208,11 +3224,11 @@
    25263054     else ac_cv_prog_egrep='egrep'
    25273055     fi
    25283056 fi
    25293057-echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5
    2530 +echo "$as_me:3225: result: $ac_cv_prog_egrep" >&5
     3058+echo "$as_me:3227: result: $ac_cv_prog_egrep" >&5
    25313059 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    25323060  EGREP=$ac_cv_prog_egrep
    25333061 
    25343062-test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5
    2535 +test -z "$EGREP" && { { echo "$as_me:3229: error: No egrep program found" >&5
     3063+test -z "$EGREP" && { { echo "$as_me:3231: error: No egrep program found" >&5
    25363064 echo "$as_me: error: No egrep program found" >&2;}
    25373065    { (exit 1); exit 1; }; }
    25383066 
    2539 @@ -3228,7 +3242,7 @@
     3067@@ -3228,7 +3244,7 @@
    25403068 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    25413069 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    25423070 # ./install, which can be erroneously created by make from ./install.sh.
    25433071-echo "$as_me:3231: checking for a BSD compatible install" >&5
    2544 +echo "$as_me:3245: checking for a BSD compatible install" >&5
     3072+echo "$as_me:3247: checking for a BSD compatible install" >&5
    25453073 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
    25463074 if test -z "$INSTALL"; then
    25473075 if test "${ac_cv_path_install+set}" = set; then
    2548 @@ -3277,7 +3291,7 @@
     3076@@ -3277,7 +3293,7 @@
    25493077     INSTALL=$ac_install_sh
    25503078   fi
    25513079 fi
    25523080-echo "$as_me:3280: result: $INSTALL" >&5
    2553 +echo "$as_me:3294: result: $INSTALL" >&5
     3081+echo "$as_me:3296: result: $INSTALL" >&5
    25543082 echo "${ECHO_T}$INSTALL" >&6
    25553083 
    25563084 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    2557 @@ -3302,7 +3316,7 @@
     3085@@ -3302,7 +3318,7 @@
    25583086 do
    25593087   # Extract the first word of "$ac_prog", so it can be a program name with args.
    25603088 set dummy $ac_prog; ac_word=$2
    25613089-echo "$as_me:3305: checking for $ac_word" >&5
    2562 +echo "$as_me:3319: checking for $ac_word" >&5
     3090+echo "$as_me:3321: checking for $ac_word" >&5
    25633091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    25643092 if test "${ac_cv_prog_LINT+set}" = set; then
    25653093   echo $ECHO_N "(cached) $ECHO_C" >&6
    2566 @@ -3317,7 +3331,7 @@
     3094@@ -3317,7 +3333,7 @@
    25673095   test -z "$ac_dir" && ac_dir=.
    25683096   $as_executable_p "$ac_dir/$ac_word" || continue
    25693097 ac_cv_prog_LINT="$ac_prog"
    25703098-echo "$as_me:3320: found $ac_dir/$ac_word" >&5
    2571 +echo "$as_me:3334: found $ac_dir/$ac_word" >&5
     3099+echo "$as_me:3336: found $ac_dir/$ac_word" >&5
    25723100 break
    25733101 done
    25743102 
    2575 @@ -3325,28 +3339,28 @@
     3103@@ -3325,28 +3341,28 @@
    25763104 fi
    25773105 LINT=$ac_cv_prog_LINT
    25783106 if test -n "$LINT"; then
    25793107-  echo "$as_me:3328: result: $LINT" >&5
    2580 +  echo "$as_me:3342: result: $LINT" >&5
     3108+  echo "$as_me:3344: result: $LINT" >&5
    25813109 echo "${ECHO_T}$LINT" >&6
    25823110 else
    25833111-  echo "$as_me:3331: result: no" >&5
    2584 +  echo "$as_me:3345: result: no" >&5
     3112+  echo "$as_me:3347: result: no" >&5
    25853113 echo "${ECHO_T}no" >&6
    25863114 fi
     
    25903118 
    25913119-echo "$as_me:3338: checking whether ln -s works" >&5
    2592 +echo "$as_me:3352: checking whether ln -s works" >&5
     3120+echo "$as_me:3354: checking whether ln -s works" >&5
    25933121 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
    25943122 LN_S=$as_ln_s
    25953123 if test "$LN_S" = "ln -s"; then
    25963124-  echo "$as_me:3342: result: yes" >&5
    2597 +  echo "$as_me:3356: result: yes" >&5
     3125+  echo "$as_me:3358: result: yes" >&5
    25983126 echo "${ECHO_T}yes" >&6
    25993127 else
    26003128-  echo "$as_me:3345: result: no, using $LN_S" >&5
    2601 +  echo "$as_me:3359: result: no, using $LN_S" >&5
     3129+  echo "$as_me:3361: result: no, using $LN_S" >&5
    26023130 echo "${ECHO_T}no, using $LN_S" >&6
    26033131 fi
    26043132 
    26053133-echo "$as_me:3349: checking for long file names" >&5
    2606 +echo "$as_me:3363: checking for long file names" >&5
     3134+echo "$as_me:3365: checking for long file names" >&5
    26073135 echo $ECHO_N "checking for long file names... $ECHO_C" >&6
    26083136 if test "${ac_cv_sys_long_file_names+set}" = set; then
    26093137   echo $ECHO_N "(cached) $ECHO_C" >&6
    2610 @@ -3385,7 +3399,7 @@
     3138@@ -3385,7 +3401,7 @@
    26113139   rm -rf $ac_xdir 2>/dev/null
    26123140 done
    26133141 fi
    26143142-echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5
    2615 +echo "$as_me:3402: result: $ac_cv_sys_long_file_names" >&5
     3143+echo "$as_me:3404: result: $ac_cv_sys_long_file_names" >&5
    26163144 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
    26173145 if test $ac_cv_sys_long_file_names = yes; then
    26183146 
    2619 @@ -3395,7 +3409,7 @@
     3147@@ -3395,7 +3411,136 @@
    26203148 
    26213149 fi
    26223150 
    26233151-echo "$as_me:3398: checking if we should assume mixed-case filenames" >&5
    2624 +echo "$as_me:3412: checking if we should assume mixed-case filenames" >&5
     3152+# if we find pkg-config, check if we should install the ".pc" files.
     3153+
     3154+echo "$as_me:3416: checking if you want to use pkg-config" >&5
     3155+echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6
     3156+
     3157+# Check whether --with-pkg-config or --without-pkg-config was given.
     3158+if test "${with_pkg_config+set}" = set; then
     3159+  withval="$with_pkg_config"
     3160+  cf_pkg_config=$withval
     3161+else
     3162+  cf_pkg_config=yes
     3163+fi;
     3164+echo "$as_me:3426: result: $cf_pkg_config" >&5
     3165+echo "${ECHO_T}$cf_pkg_config" >&6
     3166+
     3167+case $cf_pkg_config in
     3168+no)
     3169+       PKG_CONFIG=none
     3170+       ;;
     3171+yes)
     3172+       # Extract the first word of "pkg-config", so it can be a program name with args.
     3173+set dummy pkg-config; ac_word=$2
     3174+echo "$as_me:3436: checking for $ac_word" >&5
     3175+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3176+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
     3177+  echo $ECHO_N "(cached) $ECHO_C" >&6
     3178+else
     3179+  case $PKG_CONFIG in
     3180+  [\\/]* | ?:[\\/]*)
     3181+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
     3182+  ;;
     3183+  *)
     3184+  ac_save_IFS=$IFS; IFS=$ac_path_separator
     3185+ac_dummy="$PATH"
     3186+for ac_dir in $ac_dummy; do
     3187+  IFS=$ac_save_IFS
     3188+  test -z "$ac_dir" && ac_dir=.
     3189+  if $as_executable_p "$ac_dir/$ac_word"; then
     3190+   ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
     3191+   echo "$as_me:3453: found $ac_dir/$ac_word" >&5
     3192+   break
     3193+fi
     3194+done
     3195+
     3196+  test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="none"
     3197+  ;;
     3198+esac
     3199+fi
     3200+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
     3201+
     3202+if test -n "$PKG_CONFIG"; then
     3203+  echo "$as_me:3465: result: $PKG_CONFIG" >&5
     3204+echo "${ECHO_T}$PKG_CONFIG" >&6
     3205+else
     3206+  echo "$as_me:3468: result: no" >&5
     3207+echo "${ECHO_T}no" >&6
     3208+fi
     3209+
     3210+       ;;
     3211+*)
     3212+       PKG_CONFIG=$withval
     3213+       ;;
     3214+esac
     3215+
     3216+test -z "$PKG_CONFIG" && PKG_CONFIG=none
     3217+if test "$PKG_CONFIG" != none ; then
     3218+
     3219+if test "x$prefix" != xNONE; then
     3220+  cf_path_syntax="$prefix"
     3221+else
     3222+  cf_path_syntax="$ac_default_prefix"
     3223+fi
     3224+
     3225+case ".$PKG_CONFIG" in #(vi
     3226+.\$\(*\)*|.\'*\'*) #(vi
     3227+  ;;
     3228+..|./*|.\\*) #(vi
     3229+  ;;
     3230+.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
     3231+  ;;
     3232+.\${*prefix}*) #(vi
     3233+  eval PKG_CONFIG="$PKG_CONFIG"
     3234+  case ".$PKG_CONFIG" in #(vi
     3235+  .NONE/*)
     3236+    PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
     3237+    ;;
     3238+  esac
     3239+  ;; #(vi
     3240+.no|.NONE/*)
     3241+  PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
     3242+  ;;
     3243+*)
     3244+  { { echo "$as_me:3506: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
     3245+echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;}
     3246+   { (exit 1); exit 1; }; }
     3247+  ;;
     3248+esac
     3249+
     3250+fi
     3251+
     3252+if test "$PKG_CONFIG" != no ; then
     3253+       echo "$as_me:3515: checking if we should install .pc files for $PKG_CONFIG" >&5
     3254+echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6
     3255+
     3256+       # Leave this as something that can be overridden in the environment.
     3257+       if test -z "$PKG_CONFIG_LIBDIR" ; then
     3258+               PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG" | sed -e 's,/[^/]*/[^/]*$,,'`/lib/pkgconfig
     3259+       fi
     3260+
     3261+       if test -d "$PKG_CONFIG_LIBDIR" ; then
     3262+
     3263+# Check whether --enable-pc-files or --disable-pc-files was given.
     3264+if test "${enable_pc_files+set}" = set; then
     3265+  enableval="$enable_pc_files"
     3266+  enable_pc_files=$enableval
     3267+else
     3268+  enable_pc_files=no
     3269+fi;
     3270+               echo "$as_me:3532: result: $enable_pc_files" >&5
     3271+echo "${ECHO_T}$enable_pc_files" >&6
     3272+       else
     3273+               echo "$as_me:3535: result: no" >&5
     3274+echo "${ECHO_T}no" >&6
     3275+               { echo "$as_me:3537: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5
     3276+echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;}
     3277+               enable_pc_files=no
     3278+       fi
     3279+fi
     3280+
     3281+echo "$as_me:3543: checking if we should assume mixed-case filenames" >&5
    26253282 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6
    26263283 
    26273284 # Check whether --enable-mixed-case or --disable-mixed-case was given.
    2628 @@ -3405,11 +3419,11 @@
     3285@@ -3405,11 +3550,11 @@
    26293286 else
    26303287   enable_mixedcase=auto
    26313288 fi;
    26323289-echo "$as_me:3408: result: $enable_mixedcase" >&5
    2633 +echo "$as_me:3422: result: $enable_mixedcase" >&5
     3290+echo "$as_me:3553: result: $enable_mixedcase" >&5
    26343291 echo "${ECHO_T}$enable_mixedcase" >&6
    26353292 if test "$enable_mixedcase" = "auto" ; then
    26363293 
    26373294-echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5
    2638 +echo "$as_me:3426: checking if filesystem supports mixed-case filenames" >&5
     3295+echo "$as_me:3557: checking if filesystem supports mixed-case filenames" >&5
    26393296 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6
    26403297 if test "${cf_cv_mixedcase+set}" = set; then
    26413298   echo $ECHO_N "(cached) $ECHO_C" >&6
    2642 @@ -3436,7 +3450,7 @@
     3299@@ -3436,7 +3581,7 @@
    26433300 fi
    26443301 
    26453302 fi
    26463303-echo "$as_me:3439: result: $cf_cv_mixedcase" >&5
    2647 +echo "$as_me:3453: result: $cf_cv_mixedcase" >&5
     3304+echo "$as_me:3584: result: $cf_cv_mixedcase" >&5
    26483305 echo "${ECHO_T}$cf_cv_mixedcase" >&6
    26493306 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF
    26503307 #define MIXEDCASE_FILENAMES 1
    2651 @@ -3453,7 +3467,7 @@
     3308@@ -3453,7 +3598,7 @@
    26523309 fi
    26533310 
    26543311 # do this after mixed-case option (tags/TAGS is not as important as tic).
    26553312-echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5
    2656 +echo "$as_me:3470: checking whether ${MAKE-make} sets \${MAKE}" >&5
     3313+echo "$as_me:3601: checking whether ${MAKE-make} sets \${MAKE}" >&5
    26573314 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
    26583315 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
    26593316 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    2660 @@ -3473,18 +3487,18 @@
     3317@@ -3473,18 +3618,18 @@
    26613318 rm -f conftest.make
    26623319 fi
    26633320 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    26643321-  echo "$as_me:3476: result: yes" >&5
    2665 +  echo "$as_me:3490: result: yes" >&5
     3322+  echo "$as_me:3621: result: yes" >&5
    26663323 echo "${ECHO_T}yes" >&6
    26673324   SET_MAKE=
    26683325 else
    26693326-  echo "$as_me:3480: result: no" >&5
    2670 +  echo "$as_me:3494: result: no" >&5
     3327+  echo "$as_me:3625: result: no" >&5
    26713328 echo "${ECHO_T}no" >&6
    26723329   SET_MAKE="MAKE=${MAKE-make}"
     
    26763333 set dummy ctags; ac_word=$2
    26773334-echo "$as_me:3487: checking for $ac_word" >&5
    2678 +echo "$as_me:3501: checking for $ac_word" >&5
     3335+echo "$as_me:3632: checking for $ac_word" >&5
    26793336 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    26803337 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then
    26813338   echo $ECHO_N "(cached) $ECHO_C" >&6
    2682 @@ -3499,7 +3513,7 @@
     3339@@ -3499,7 +3644,7 @@
    26833340   test -z "$ac_dir" && ac_dir=.
    26843341   $as_executable_p "$ac_dir/$ac_word" || continue
    26853342 ac_cv_prog_MAKE_LOWER_TAGS="yes"
    26863343-echo "$as_me:3502: found $ac_dir/$ac_word" >&5
    2687 +echo "$as_me:3516: found $ac_dir/$ac_word" >&5
     3344+echo "$as_me:3647: found $ac_dir/$ac_word" >&5
    26883345 break
    26893346 done
    26903347 
    2691 @@ -3508,17 +3522,17 @@
     3348@@ -3508,17 +3653,17 @@
    26923349 fi
    26933350 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
    26943351 if test -n "$MAKE_LOWER_TAGS"; then
    26953352-  echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5
    2696 +  echo "$as_me:3525: result: $MAKE_LOWER_TAGS" >&5
     3353+  echo "$as_me:3656: result: $MAKE_LOWER_TAGS" >&5
    26973354 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
    26983355 else
    26993356-  echo "$as_me:3514: result: no" >&5
    2700 +  echo "$as_me:3528: result: no" >&5
     3357+  echo "$as_me:3659: result: no" >&5
    27013358 echo "${ECHO_T}no" >&6
    27023359 fi
     
    27063363 set dummy etags; ac_word=$2
    27073364-echo "$as_me:3521: checking for $ac_word" >&5
    2708 +echo "$as_me:3535: checking for $ac_word" >&5
     3365+echo "$as_me:3666: checking for $ac_word" >&5
    27093366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    27103367 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then
    27113368   echo $ECHO_N "(cached) $ECHO_C" >&6
    2712 @@ -3533,7 +3547,7 @@
     3369@@ -3533,7 +3678,7 @@
    27133370   test -z "$ac_dir" && ac_dir=.
    27143371   $as_executable_p "$ac_dir/$ac_word" || continue
    27153372 ac_cv_prog_MAKE_UPPER_TAGS="yes"
    27163373-echo "$as_me:3536: found $ac_dir/$ac_word" >&5
    2717 +echo "$as_me:3550: found $ac_dir/$ac_word" >&5
     3374+echo "$as_me:3681: found $ac_dir/$ac_word" >&5
    27183375 break
    27193376 done
    27203377 
    2721 @@ -3542,10 +3556,10 @@
     3378@@ -3542,10 +3687,10 @@
    27223379 fi
    27233380 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
    27243381 if test -n "$MAKE_UPPER_TAGS"; then
    27253382-  echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5
    2726 +  echo "$as_me:3559: result: $MAKE_UPPER_TAGS" >&5
     3383+  echo "$as_me:3690: result: $MAKE_UPPER_TAGS" >&5
    27273384 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
    27283385 else
    27293386-  echo "$as_me:3548: result: no" >&5
    2730 +  echo "$as_me:3562: result: no" >&5
     3387+  echo "$as_me:3693: result: no" >&5
    27313388 echo "${ECHO_T}no" >&6
    27323389 fi
    27333390 
    2734 @@ -3565,7 +3579,7 @@
     3391@@ -3565,7 +3710,7 @@
    27353392        MAKE_LOWER_TAGS="#"
    27363393 fi
    27373394 
    27383395-echo "$as_me:3568: checking for makeflags variable" >&5
    2739 +echo "$as_me:3582: checking for makeflags variable" >&5
     3396+echo "$as_me:3713: checking for makeflags variable" >&5
    27403397 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6
    27413398 if test "${cf_cv_makeflags+set}" = set; then
    27423399   echo $ECHO_N "(cached) $ECHO_C" >&6
    2743 @@ -3599,13 +3613,13 @@
     3400@@ -3599,13 +3744,13 @@
    27443401        rm -f cf_makeflags.tmp
    27453402 
    27463403 fi
    27473404-echo "$as_me:3602: result: $cf_cv_makeflags" >&5
    2748 +echo "$as_me:3616: result: $cf_cv_makeflags" >&5
     3405+echo "$as_me:3747: result: $cf_cv_makeflags" >&5
    27493406 echo "${ECHO_T}$cf_cv_makeflags" >&6
    27503407 
     
    27533410 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    27543411-echo "$as_me:3608: checking for $ac_word" >&5
    2755 +echo "$as_me:3622: checking for $ac_word" >&5
     3412+echo "$as_me:3753: checking for $ac_word" >&5
    27563413 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    27573414 if test "${ac_cv_prog_RANLIB+set}" = set; then
    27583415   echo $ECHO_N "(cached) $ECHO_C" >&6
    2759 @@ -3620,7 +3634,7 @@
     3416@@ -3620,7 +3765,7 @@
    27603417   test -z "$ac_dir" && ac_dir=.
    27613418   $as_executable_p "$ac_dir/$ac_word" || continue
    27623419 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    27633420-echo "$as_me:3623: found $ac_dir/$ac_word" >&5
    2764 +echo "$as_me:3637: found $ac_dir/$ac_word" >&5
     3421+echo "$as_me:3768: found $ac_dir/$ac_word" >&5
    27653422 break
    27663423 done
    27673424 
    2768 @@ -3628,10 +3642,10 @@
     3425@@ -3628,10 +3773,10 @@
    27693426 fi
    27703427 RANLIB=$ac_cv_prog_RANLIB
    27713428 if test -n "$RANLIB"; then
    27723429-  echo "$as_me:3631: result: $RANLIB" >&5
    2773 +  echo "$as_me:3645: result: $RANLIB" >&5
     3430+  echo "$as_me:3776: result: $RANLIB" >&5
    27743431 echo "${ECHO_T}$RANLIB" >&6
    27753432 else
    27763433-  echo "$as_me:3634: result: no" >&5
    2777 +  echo "$as_me:3648: result: no" >&5
     3434+  echo "$as_me:3779: result: no" >&5
    27783435 echo "${ECHO_T}no" >&6
    27793436 fi
    27803437 
    2781 @@ -3640,7 +3654,7 @@
     3438@@ -3640,7 +3785,7 @@
    27823439   ac_ct_RANLIB=$RANLIB
    27833440   # Extract the first word of "ranlib", so it can be a program name with args.
    27843441 set dummy ranlib; ac_word=$2
    27853442-echo "$as_me:3643: checking for $ac_word" >&5
    2786 +echo "$as_me:3657: checking for $ac_word" >&5
     3443+echo "$as_me:3788: checking for $ac_word" >&5
    27873444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    27883445 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    27893446   echo $ECHO_N "(cached) $ECHO_C" >&6
    2790 @@ -3655,7 +3669,7 @@
     3447@@ -3655,7 +3800,7 @@
    27913448   test -z "$ac_dir" && ac_dir=.
    27923449   $as_executable_p "$ac_dir/$ac_word" || continue
    27933450 ac_cv_prog_ac_ct_RANLIB="ranlib"
    27943451-echo "$as_me:3658: found $ac_dir/$ac_word" >&5
    2795 +echo "$as_me:3672: found $ac_dir/$ac_word" >&5
     3452+echo "$as_me:3803: found $ac_dir/$ac_word" >&5
    27963453 break
    27973454 done
    27983455 
    2799 @@ -3664,10 +3678,10 @@
     3456@@ -3664,10 +3809,10 @@
    28003457 fi
    28013458 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    28023459 if test -n "$ac_ct_RANLIB"; then
    28033460-  echo "$as_me:3667: result: $ac_ct_RANLIB" >&5
    2804 +  echo "$as_me:3681: result: $ac_ct_RANLIB" >&5
     3461+  echo "$as_me:3812: result: $ac_ct_RANLIB" >&5
    28053462 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    28063463 else
    28073464-  echo "$as_me:3670: result: no" >&5
    2808 +  echo "$as_me:3684: result: no" >&5
     3465+  echo "$as_me:3815: result: no" >&5
    28093466 echo "${ECHO_T}no" >&6
    28103467 fi
    28113468 
    2812 @@ -3679,7 +3693,7 @@
     3469@@ -3679,7 +3824,7 @@
    28133470 if test -n "$ac_tool_prefix"; then
    28143471   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
    28153472 set dummy ${ac_tool_prefix}ld; ac_word=$2
    28163473-echo "$as_me:3682: checking for $ac_word" >&5
    2817 +echo "$as_me:3696: checking for $ac_word" >&5
     3474+echo "$as_me:3827: checking for $ac_word" >&5
    28183475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    28193476 if test "${ac_cv_prog_LD+set}" = set; then
    28203477   echo $ECHO_N "(cached) $ECHO_C" >&6
    2821 @@ -3694,7 +3708,7 @@
     3478@@ -3694,7 +3839,7 @@
    28223479   test -z "$ac_dir" && ac_dir=.
    28233480   $as_executable_p "$ac_dir/$ac_word" || continue
    28243481 ac_cv_prog_LD="${ac_tool_prefix}ld"
    28253482-echo "$as_me:3697: found $ac_dir/$ac_word" >&5
    2826 +echo "$as_me:3711: found $ac_dir/$ac_word" >&5
     3483+echo "$as_me:3842: found $ac_dir/$ac_word" >&5
    28273484 break
    28283485 done
    28293486 
    2830 @@ -3702,10 +3716,10 @@
     3487@@ -3702,10 +3847,10 @@
    28313488 fi
    28323489 LD=$ac_cv_prog_LD
    28333490 if test -n "$LD"; then
    28343491-  echo "$as_me:3705: result: $LD" >&5
    2835 +  echo "$as_me:3719: result: $LD" >&5
     3492+  echo "$as_me:3850: result: $LD" >&5
    28363493 echo "${ECHO_T}$LD" >&6
    28373494 else
    28383495-  echo "$as_me:3708: result: no" >&5
    2839 +  echo "$as_me:3722: result: no" >&5
     3496+  echo "$as_me:3853: result: no" >&5
    28403497 echo "${ECHO_T}no" >&6
    28413498 fi
    28423499 
    2843 @@ -3714,7 +3728,7 @@
     3500@@ -3714,7 +3859,7 @@
    28443501   ac_ct_LD=$LD
    28453502   # Extract the first word of "ld", so it can be a program name with args.
    28463503 set dummy ld; ac_word=$2
    28473504-echo "$as_me:3717: checking for $ac_word" >&5
    2848 +echo "$as_me:3731: checking for $ac_word" >&5
     3505+echo "$as_me:3862: checking for $ac_word" >&5
    28493506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    28503507 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
    28513508   echo $ECHO_N "(cached) $ECHO_C" >&6
    2852 @@ -3729,7 +3743,7 @@
     3509@@ -3729,7 +3874,7 @@
    28533510   test -z "$ac_dir" && ac_dir=.
    28543511   $as_executable_p "$ac_dir/$ac_word" || continue
    28553512 ac_cv_prog_ac_ct_LD="ld"
    28563513-echo "$as_me:3732: found $ac_dir/$ac_word" >&5
    2857 +echo "$as_me:3746: found $ac_dir/$ac_word" >&5
     3514+echo "$as_me:3877: found $ac_dir/$ac_word" >&5
    28583515 break
    28593516 done
    28603517 
    2861 @@ -3738,10 +3752,10 @@
     3518@@ -3738,10 +3883,10 @@
    28623519 fi
    28633520 ac_ct_LD=$ac_cv_prog_ac_ct_LD
    28643521 if test -n "$ac_ct_LD"; then
    28653522-  echo "$as_me:3741: result: $ac_ct_LD" >&5
    2866 +  echo "$as_me:3755: result: $ac_ct_LD" >&5
     3523+  echo "$as_me:3886: result: $ac_ct_LD" >&5
    28673524 echo "${ECHO_T}$ac_ct_LD" >&6
    28683525 else
    28693526-  echo "$as_me:3744: result: no" >&5
    2870 +  echo "$as_me:3758: result: no" >&5
     3527+  echo "$as_me:3889: result: no" >&5
    28713528 echo "${ECHO_T}no" >&6
    28723529 fi
    28733530 
    2874 @@ -3753,7 +3767,7 @@
     3531@@ -3753,7 +3898,7 @@
    28753532 if test -n "$ac_tool_prefix"; then
    28763533   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    28773534 set dummy ${ac_tool_prefix}ar; ac_word=$2
    28783535-echo "$as_me:3756: checking for $ac_word" >&5
    2879 +echo "$as_me:3770: checking for $ac_word" >&5
     3536+echo "$as_me:3901: checking for $ac_word" >&5
    28803537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    28813538 if test "${ac_cv_prog_AR+set}" = set; then
    28823539   echo $ECHO_N "(cached) $ECHO_C" >&6
    2883 @@ -3768,7 +3782,7 @@
     3540@@ -3768,7 +3913,7 @@
    28843541   test -z "$ac_dir" && ac_dir=.
    28853542   $as_executable_p "$ac_dir/$ac_word" || continue
    28863543 ac_cv_prog_AR="${ac_tool_prefix}ar"
    28873544-echo "$as_me:3771: found $ac_dir/$ac_word" >&5
    2888 +echo "$as_me:3785: found $ac_dir/$ac_word" >&5
     3545+echo "$as_me:3916: found $ac_dir/$ac_word" >&5
    28893546 break
    28903547 done
    28913548 
    2892 @@ -3776,10 +3790,10 @@
     3549@@ -3776,10 +3921,10 @@
    28933550 fi
    28943551 AR=$ac_cv_prog_AR
    28953552 if test -n "$AR"; then
    28963553-  echo "$as_me:3779: result: $AR" >&5
    2897 +  echo "$as_me:3793: result: $AR" >&5
     3554+  echo "$as_me:3924: result: $AR" >&5
    28983555 echo "${ECHO_T}$AR" >&6
    28993556 else
    29003557-  echo "$as_me:3782: result: no" >&5
    2901 +  echo "$as_me:3796: result: no" >&5
     3558+  echo "$as_me:3927: result: no" >&5
    29023559 echo "${ECHO_T}no" >&6
    29033560 fi
    29043561 
    2905 @@ -3788,7 +3802,7 @@
     3562@@ -3788,7 +3933,7 @@
    29063563   ac_ct_AR=$AR
    29073564   # Extract the first word of "ar", so it can be a program name with args.
    29083565 set dummy ar; ac_word=$2
    29093566-echo "$as_me:3791: checking for $ac_word" >&5
    2910 +echo "$as_me:3805: checking for $ac_word" >&5
     3567+echo "$as_me:3936: checking for $ac_word" >&5
    29113568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    29123569 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
    29133570   echo $ECHO_N "(cached) $ECHO_C" >&6
    2914 @@ -3803,7 +3817,7 @@
     3571@@ -3803,7 +3948,7 @@
    29153572   test -z "$ac_dir" && ac_dir=.
    29163573   $as_executable_p "$ac_dir/$ac_word" || continue
    29173574 ac_cv_prog_ac_ct_AR="ar"
    29183575-echo "$as_me:3806: found $ac_dir/$ac_word" >&5
    2919 +echo "$as_me:3820: found $ac_dir/$ac_word" >&5
     3576+echo "$as_me:3951: found $ac_dir/$ac_word" >&5
    29203577 break
    29213578 done
    29223579 
    2923 @@ -3812,10 +3826,10 @@
     3580@@ -3812,10 +3957,10 @@
    29243581 fi
    29253582 ac_ct_AR=$ac_cv_prog_ac_ct_AR
    29263583 if test -n "$ac_ct_AR"; then
    29273584-  echo "$as_me:3815: result: $ac_ct_AR" >&5
    2928 +  echo "$as_me:3829: result: $ac_ct_AR" >&5
     3585+  echo "$as_me:3960: result: $ac_ct_AR" >&5
    29293586 echo "${ECHO_T}$ac_ct_AR" >&6
    29303587 else
    29313588-  echo "$as_me:3818: result: no" >&5
    2932 +  echo "$as_me:3832: result: no" >&5
     3589+  echo "$as_me:3963: result: no" >&5
    29333590 echo "${ECHO_T}no" >&6
    29343591 fi
    29353592 
    2936 @@ -3828,7 +3842,7 @@
     3593@@ -3824,25 +3969,123 @@
     3594   AR="$ac_cv_prog_AR"
     3595 fi
     3596 
     3597-if test "${cf_cv_subst_AR_OPTS+set}" = set; then
     3598+if test -n "$ac_tool_prefix"; then
     3599+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
     3600+set dummy ${ac_tool_prefix}ar; ac_word=$2
     3601+echo "$as_me:3975: checking for $ac_word" >&5
     3602+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3603+if test "${ac_cv_prog_AR+set}" = set; then
    29373604   echo $ECHO_N "(cached) $ECHO_C" >&6
    29383605 else
     3606+  if test -n "$AR"; then
     3607+  ac_cv_prog_AR="$AR" # Let the user override the test.
     3608+else
     3609+  ac_save_IFS=$IFS; IFS=$ac_path_separator
     3610+ac_dummy="$PATH"
     3611+for ac_dir in $ac_dummy; do
     3612+  IFS=$ac_save_IFS
     3613+  test -z "$ac_dir" && ac_dir=.
     3614+  $as_executable_p "$ac_dir/$ac_word" || continue
     3615+ac_cv_prog_AR="${ac_tool_prefix}ar"
     3616+echo "$as_me:3990: found $ac_dir/$ac_word" >&5
     3617+break
     3618+done
    29393619 
    29403620-echo "$as_me:3831: checking for archiver options (symbol AR_OPTS)" >&5
    2941 +echo "$as_me:3845: checking for archiver options (symbol AR_OPTS)" >&5
    2942  echo $ECHO_N "checking for archiver options (symbol AR_OPTS)... $ECHO_C" >&6
    2943  
    2944  if test -z "$AR_OPTS" ; then
    2945 @@ -3837,12 +3851,12 @@
    2946  fi
    2947  
    2948  cf_cv_subst_AR_OPTS=$AR_OPTS
     3621-echo $ECHO_N "checking for archiver options (symbol AR_OPTS)... $ECHO_C" >&6
     3622+fi
     3623+fi
     3624+AR=$ac_cv_prog_AR
     3625+if test -n "$AR"; then
     3626+  echo "$as_me:3998: result: $AR" >&5
     3627+echo "${ECHO_T}$AR" >&6
     3628+else
     3629+  echo "$as_me:4001: result: no" >&5
     3630+echo "${ECHO_T}no" >&6
     3631+fi
     3632 
     3633-if test -z "$AR_OPTS" ; then
     3634-       AR_OPTS=rv
     3635+fi
     3636+if test -z "$ac_cv_prog_AR"; then
     3637+  ac_ct_AR=$AR
     3638+  # Extract the first word of "ar", so it can be a program name with args.
     3639+set dummy ar; ac_word=$2
     3640+echo "$as_me:4010: checking for $ac_word" >&5
     3641+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3642+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
     3643+  echo $ECHO_N "(cached) $ECHO_C" >&6
     3644+else
     3645+  if test -n "$ac_ct_AR"; then
     3646+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
     3647+else
     3648+  ac_save_IFS=$IFS; IFS=$ac_path_separator
     3649+ac_dummy="$PATH"
     3650+for ac_dir in $ac_dummy; do
     3651+  IFS=$ac_save_IFS
     3652+  test -z "$ac_dir" && ac_dir=.
     3653+  $as_executable_p "$ac_dir/$ac_word" || continue
     3654+ac_cv_prog_ac_ct_AR="ar"
     3655+echo "$as_me:4025: found $ac_dir/$ac_word" >&5
     3656+break
     3657+done
     3658 
     3659+  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
     3660+fi
     3661 fi
     3662+ac_ct_AR=$ac_cv_prog_ac_ct_AR
     3663+if test -n "$ac_ct_AR"; then
     3664+  echo "$as_me:4034: result: $ac_ct_AR" >&5
     3665+echo "${ECHO_T}$ac_ct_AR" >&6
     3666+else
     3667+  echo "$as_me:4037: result: no" >&5
     3668+echo "${ECHO_T}no" >&6
     3669+fi
     3670+
     3671+  AR=$ac_ct_AR
     3672+else
     3673+  AR="$ac_cv_prog_AR"
     3674+fi
     3675+
     3676+echo "$as_me:4046: checking for options to update archives" >&5
     3677+echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6
     3678+if test "${cf_cv_ar_flags+set}" = set; then
     3679+  echo $ECHO_N "(cached) $ECHO_C" >&6
     3680+else
     3681+
     3682+       cf_cv_ar_flags=unknown
     3683+       for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
     3684+       do
     3685+               rm -f conftest.$ac_cv_objext
     3686+               rm -f conftest.a
     3687+
     3688+               cat >conftest.$ac_ext <<EOF
     3689+#line 4059 "configure"
     3690+int    testdata[3] = { 123, 456, 789 };
     3691+EOF
     3692+               if { (eval echo "$as_me:4062: \"$ac_compile\"") >&5
     3693+  (eval $ac_compile) 2>&5
     3694+  ac_status=$?
     3695+  echo "$as_me:4065: \$? = $ac_status" >&5
     3696+  (exit $ac_status); } ; then
     3697+                       $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null
     3698+                       if test -f conftest.a ; then
     3699+                               cf_cv_ar_flags=$cf_ar_flags
     3700+                               break
     3701+                       fi
     3702+               else
     3703+                       test -n "$verbose" && echo "    cannot compile test-program" 1>&6
     3704 
     3705-cf_cv_subst_AR_OPTS=$AR_OPTS
    29493706-echo "$as_me:3840: result: $AR_OPTS" >&5
    2950 +echo "$as_me:3854: result: $AR_OPTS" >&5
    2951  echo "${ECHO_T}$AR_OPTS" >&6
    2952  
    2953  fi
     3707-echo "${ECHO_T}$AR_OPTS" >&6
     3708+echo "${as_me-configure}:4075: testing cannot compile test-program ..." 1>&5
     3709+
     3710+                       break
     3711+               fi
     3712+       done
     3713+       rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
     3714 
     3715 fi
     3716+echo "$as_me:4083: result: $cf_cv_ar_flags" >&5
     3717+echo "${ECHO_T}$cf_cv_ar_flags" >&6
    29543718 
    29553719-echo "$as_me:3845: checking if you have specified an install-prefix" >&5
    2956 +echo "$as_me:3859: checking if you have specified an install-prefix" >&5
     3720+ARFLAGS=$cf_cv_ar_flags
     3721+
     3722+echo "$as_me:4088: checking if you have specified an install-prefix" >&5
    29573723 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6
    29583724 
    29593725 # Check whether --with-install-prefix or --without-install-prefix was given.
    2960 @@ -3855,7 +3869,7 @@
     3726@@ -3855,7 +4098,7 @@
    29613727                ;;
    29623728        esac
    29633729 fi;
    29643730-echo "$as_me:3858: result: $DESTDIR" >&5
    2965 +echo "$as_me:3872: result: $DESTDIR" >&5
     3731+echo "$as_me:4101: result: $DESTDIR" >&5
    29663732 echo "${ECHO_T}$DESTDIR" >&6
    29673733 
    29683734 ###############################################################################
    2969 @@ -3883,7 +3897,7 @@
     3735@@ -3883,7 +4126,7 @@
    29703736 do
    29713737   # Extract the first word of "$ac_prog", so it can be a program name with args.
    29723738 set dummy $ac_prog; ac_word=$2
    29733739-echo "$as_me:3886: checking for $ac_word" >&5
    2974 +echo "$as_me:3900: checking for $ac_word" >&5
     3740+echo "$as_me:4129: checking for $ac_word" >&5
    29753741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    29763742 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
    29773743   echo $ECHO_N "(cached) $ECHO_C" >&6
    2978 @@ -3898,7 +3912,7 @@
     3744@@ -3898,7 +4141,7 @@
    29793745   test -z "$ac_dir" && ac_dir=.
    29803746   $as_executable_p "$ac_dir/$ac_word" || continue
    29813747 ac_cv_prog_BUILD_CC="$ac_prog"
    29823748-echo "$as_me:3901: found $ac_dir/$ac_word" >&5
    2983 +echo "$as_me:3915: found $ac_dir/$ac_word" >&5
     3749+echo "$as_me:4144: found $ac_dir/$ac_word" >&5
    29843750 break
    29853751 done
    29863752 
    2987 @@ -3906,10 +3920,10 @@
     3753@@ -3906,10 +4149,10 @@
    29883754 fi
    29893755 BUILD_CC=$ac_cv_prog_BUILD_CC
    29903756 if test -n "$BUILD_CC"; then
    29913757-  echo "$as_me:3909: result: $BUILD_CC" >&5
    2992 +  echo "$as_me:3923: result: $BUILD_CC" >&5
     3758+  echo "$as_me:4152: result: $BUILD_CC" >&5
    29933759 echo "${ECHO_T}$BUILD_CC" >&6
    29943760 else
    29953761-  echo "$as_me:3912: result: no" >&5
    2996 +  echo "$as_me:3926: result: no" >&5
     3762+  echo "$as_me:4155: result: no" >&5
    29973763 echo "${ECHO_T}no" >&6
    29983764 fi
    29993765 
    3000 @@ -3917,12 +3931,12 @@
     3766@@ -3917,12 +4160,12 @@
    30013767 done
    30023768 
    30033769 fi;
    30043770-       echo "$as_me:3920: checking for native build C compiler" >&5
    3005 +       echo "$as_me:3934: checking for native build C compiler" >&5
     3771+       echo "$as_me:4163: checking for native build C compiler" >&5
    30063772 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
    30073773-       echo "$as_me:3922: result: $BUILD_CC" >&5
    3008 +       echo "$as_me:3936: result: $BUILD_CC" >&5
     3774+       echo "$as_me:4165: result: $BUILD_CC" >&5
    30093775 echo "${ECHO_T}$BUILD_CC" >&6
    30103776 
    30113777-       echo "$as_me:3925: checking for native build C preprocessor" >&5
    3012 +       echo "$as_me:3939: checking for native build C preprocessor" >&5
     3778+       echo "$as_me:4168: checking for native build C preprocessor" >&5
    30133779 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6
    30143780 
    30153781 # Check whether --with-build-cpp or --without-build-cpp was given.
    3016 @@ -3932,10 +3946,10 @@
     3782@@ -3932,10 +4175,10 @@
    30173783 else
    30183784   BUILD_CPP='${BUILD_CC} -E'
    30193785 fi;
    30203786-       echo "$as_me:3935: result: $BUILD_CPP" >&5
    3021 +       echo "$as_me:3949: result: $BUILD_CPP" >&5
     3787+       echo "$as_me:4178: result: $BUILD_CPP" >&5
    30223788 echo "${ECHO_T}$BUILD_CPP" >&6
    30233789 
    30243790-       echo "$as_me:3938: checking for native build C flags" >&5
    3025 +       echo "$as_me:3952: checking for native build C flags" >&5
     3791+       echo "$as_me:4181: checking for native build C flags" >&5
    30263792 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6
    30273793 
    30283794 # Check whether --with-build-cflags or --without-build-cflags was given.
    3029 @@ -3943,10 +3957,10 @@
     3795@@ -3943,10 +4186,10 @@
    30303796   withval="$with_build_cflags"
    30313797   BUILD_CFLAGS="$withval"
    30323798 fi;
    30333799-       echo "$as_me:3946: result: $BUILD_CFLAGS" >&5
    3034 +       echo "$as_me:3960: result: $BUILD_CFLAGS" >&5
     3800+       echo "$as_me:4189: result: $BUILD_CFLAGS" >&5
    30353801 echo "${ECHO_T}$BUILD_CFLAGS" >&6
    30363802 
    30373803-       echo "$as_me:3949: checking for native build C preprocessor-flags" >&5
    3038 +       echo "$as_me:3963: checking for native build C preprocessor-flags" >&5
     3804+       echo "$as_me:4192: checking for native build C preprocessor-flags" >&5
    30393805 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6
    30403806 
    30413807 # Check whether --with-build-cppflags or --without-build-cppflags was given.
    3042 @@ -3954,10 +3968,10 @@
     3808@@ -3954,10 +4197,10 @@
    30433809   withval="$with_build_cppflags"
    30443810   BUILD_CPPFLAGS="$withval"
    30453811 fi;
    30463812-       echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5
    3047 +       echo "$as_me:3971: result: $BUILD_CPPFLAGS" >&5
     3813+       echo "$as_me:4200: result: $BUILD_CPPFLAGS" >&5
    30483814 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
    30493815 
    30503816-       echo "$as_me:3960: checking for native build linker-flags" >&5
    3051 +       echo "$as_me:3974: checking for native build linker-flags" >&5
     3817+       echo "$as_me:4203: checking for native build linker-flags" >&5
    30523818 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6
    30533819 
    30543820 # Check whether --with-build-ldflags or --without-build-ldflags was given.
    3055 @@ -3965,10 +3979,10 @@
     3821@@ -3965,10 +4208,10 @@
    30563822   withval="$with_build_ldflags"
    30573823   BUILD_LDFLAGS="$withval"
    30583824 fi;
    30593825-       echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5
    3060 +       echo "$as_me:3982: result: $BUILD_LDFLAGS" >&5
     3826+       echo "$as_me:4211: result: $BUILD_LDFLAGS" >&5
    30613827 echo "${ECHO_T}$BUILD_LDFLAGS" >&6
    30623828 
    30633829-       echo "$as_me:3971: checking for native build linker-libraries" >&5
    3064 +       echo "$as_me:3985: checking for native build linker-libraries" >&5
     3830+       echo "$as_me:4214: checking for native build linker-libraries" >&5
    30653831 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6
    30663832 
    30673833 # Check whether --with-build-libs or --without-build-libs was given.
    3068 @@ -3976,7 +3990,7 @@
     3834@@ -3976,7 +4219,7 @@
    30693835   withval="$with_build_libs"
    30703836   BUILD_LIBS="$withval"
    30713837 fi;
    30723838-       echo "$as_me:3979: result: $BUILD_LIBS" >&5
    3073 +       echo "$as_me:3993: result: $BUILD_LIBS" >&5
     3839+       echo "$as_me:4222: result: $BUILD_LIBS" >&5
    30743840 echo "${ECHO_T}$BUILD_LIBS" >&6
    30753841 
    30763842        # this assumes we're on Unix.
    3077 @@ -3986,7 +4000,7 @@
     3843@@ -3986,7 +4229,7 @@
    30783844        : ${BUILD_CC:='${CC}'}
    30793845 
    30803846        if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
    30813847-               { { echo "$as_me:3989: error: Cross-build requires two compilers.
    3082 +               { { echo "$as_me:4003: error: Cross-build requires two compilers.
     3848+               { { echo "$as_me:4232: error: Cross-build requires two compilers.
    30833849 Use --with-build-cc to specify the native compiler." >&5
    30843850 echo "$as_me: error: Cross-build requires two compilers.
    30853851 Use --with-build-cc to specify the native compiler." >&2;}
    3086 @@ -4027,7 +4041,7 @@
     3852@@ -4027,7 +4270,7 @@
    30873853 LIB_INSTALL=
    30883854 LIB_UNINSTALL=
    30893855 
    30903856-echo "$as_me:4030: checking if you want to build libraries with libtool" >&5
    3091 +echo "$as_me:4044: checking if you want to build libraries with libtool" >&5
     3857+echo "$as_me:4273: checking if you want to build libraries with libtool" >&5
    30923858 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6
    30933859 
    30943860 # Check whether --with-libtool or --without-libtool was given.
    3095 @@ -4037,11 +4051,11 @@
     3861@@ -4037,11 +4280,11 @@
    30963862 else
    30973863   with_libtool=no
    30983864 fi;
    30993865-echo "$as_me:4040: result: $with_libtool" >&5
    3100 +echo "$as_me:4054: result: $with_libtool" >&5
     3866+echo "$as_me:4283: result: $with_libtool" >&5
    31013867 echo "${ECHO_T}$with_libtool" >&6
    31023868 if test "$with_libtool" != "no"; then
     
    31073873 if test "x$prefix" != xNONE; then
    31083874   cf_path_syntax="$prefix"
    3109 @@ -4068,7 +4082,7 @@
     3875@@ -4068,7 +4311,7 @@
    31103876   with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%`
    31113877   ;;
    31123878 *)
    31133879-  { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5
    3114 +  { { echo "$as_me:4085: error: expected a pathname, not \"$with_libtool\"" >&5
     3880+  { { echo "$as_me:4314: error: expected a pathname, not \"$with_libtool\"" >&5
    31153881 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;}
    31163882    { (exit 1); exit 1; }; }
    31173883   ;;
    3118 @@ -4076,9 +4090,9 @@
     3884@@ -4076,9 +4319,9 @@
    31193885 
    31203886                LIBTOOL=$with_libtool
     
    31243890 set dummy libtool; ac_word=$2
    31253891-echo "$as_me:4081: checking for $ac_word" >&5
    3126 +echo "$as_me:4095: checking for $ac_word" >&5
     3892+echo "$as_me:4324: checking for $ac_word" >&5
    31273893 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    31283894 if test "${ac_cv_path_LIBTOOL+set}" = set; then
    31293895   echo $ECHO_N "(cached) $ECHO_C" >&6
    3130 @@ -4095,7 +4109,7 @@
     3896@@ -4095,7 +4338,7 @@
    31313897   test -z "$ac_dir" && ac_dir=.
    31323898   if $as_executable_p "$ac_dir/$ac_word"; then
    31333899    ac_cv_path_LIBTOOL="$ac_dir/$ac_word"
    31343900-   echo "$as_me:4098: found $ac_dir/$ac_word" >&5
    3135 +   echo "$as_me:4112: found $ac_dir/$ac_word" >&5
     3901+   echo "$as_me:4341: found $ac_dir/$ac_word" >&5
    31363902    break
    31373903 fi
    31383904 done
    3139 @@ -4106,19 +4120,19 @@
     3905@@ -4106,19 +4349,19 @@
    31403906 LIBTOOL=$ac_cv_path_LIBTOOL
    31413907 
    31423908 if test -n "$LIBTOOL"; then
    31433909-  echo "$as_me:4109: result: $LIBTOOL" >&5
    3144 +  echo "$as_me:4123: result: $LIBTOOL" >&5
     3910+  echo "$as_me:4352: result: $LIBTOOL" >&5
    31453911 echo "${ECHO_T}$LIBTOOL" >&6
    31463912 else
    31473913-  echo "$as_me:4112: result: no" >&5
    3148 +  echo "$as_me:4126: result: no" >&5
     3914+  echo "$as_me:4355: result: no" >&5
    31493915 echo "${ECHO_T}no" >&6
    31503916 fi
     
    31553921+       fi
    31563922+       if test -z "$LIBTOOL" ; then
    3157 +               { { echo "$as_me:4132: error: Cannot find libtool" >&5
     3923+               { { echo "$as_me:4361: error: Cannot find libtool" >&5
    31583924 echo "$as_me: error: Cannot find libtool" >&2;}
    31593925    { (exit 1); exit 1; }; }
     
    31633929        LIB_OBJECT='${OBJECTS:.o=.lo}'
    31643930        LIB_SUFFIX=.la
    3165 @@ -4130,17 +4144,17 @@
     3931@@ -4130,17 +4373,17 @@
    31663932        LIB_PREP=:
    31673933 
    31683934        # Show the version of libtool
    31693935-       echo "$as_me:4133: checking version of libtool" >&5
    3170 +       echo "$as_me:4147: checking version of libtool" >&5
     3936+       echo "$as_me:4376: checking version of libtool" >&5
    31713937 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6
    31723938 
     
    31763942        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.].*//'`
    31773943-       echo "$as_me:4140: result: $cf_cv_libtool_version" >&5
    3178 +       echo "$as_me:4154: result: $cf_cv_libtool_version" >&5
     3944+       echo "$as_me:4383: result: $cf_cv_libtool_version" >&5
    31793945 echo "${ECHO_T}$cf_cv_libtool_version" >&6
    31803946        if test -z "$cf_cv_libtool_version" ; then
    31813947-               { { echo "$as_me:4143: error: This is not GNU libtool" >&5
    3182 +               { { echo "$as_me:4157: error: This is not GNU libtool" >&5
     3948+               { { echo "$as_me:4386: error: This is not GNU libtool" >&5
    31833949 echo "$as_me: error: This is not GNU libtool" >&2;}
    31843950    { (exit 1); exit 1; }; }
    31853951        fi
    3186 @@ -4168,7 +4182,7 @@
     3952@@ -4168,7 +4411,7 @@
    31873953 
    31883954 else
    31893955 
    31903956-echo "$as_me:4171: checking if you want to build shared libraries" >&5
    3191 +echo "$as_me:4185: checking if you want to build shared libraries" >&5
     3957+echo "$as_me:4414: checking if you want to build shared libraries" >&5
    31923958 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6
    31933959 
    31943960 # Check whether --with-shared or --without-shared was given.
    3195 @@ -4178,11 +4192,11 @@
     3961@@ -4178,11 +4421,11 @@
    31963962 else
    31973963   with_shared=no
    31983964 fi;
    31993965-echo "$as_me:4181: result: $with_shared" >&5
    3200 +echo "$as_me:4195: result: $with_shared" >&5
     3966+echo "$as_me:4424: result: $with_shared" >&5
    32013967 echo "${ECHO_T}$with_shared" >&6
    32023968 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared"
    32033969 
    32043970-echo "$as_me:4185: checking if you want to build static libraries" >&5
    3205 +echo "$as_me:4199: checking if you want to build static libraries" >&5
     3971+echo "$as_me:4428: checking if you want to build static libraries" >&5
    32063972 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6
    32073973 
    32083974 # Check whether --with-normal or --without-normal was given.
    3209 @@ -4192,11 +4206,11 @@
     3975@@ -4192,11 +4435,11 @@
    32103976 else
    32113977   with_normal=yes
    32123978 fi;
    32133979-echo "$as_me:4195: result: $with_normal" >&5
    3214 +echo "$as_me:4209: result: $with_normal" >&5
     3980+echo "$as_me:4438: result: $with_normal" >&5
    32153981 echo "${ECHO_T}$with_normal" >&6
    32163982 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal"
    32173983 
    32183984-echo "$as_me:4199: checking if you want to build debug libraries" >&5
    3219 +echo "$as_me:4213: checking if you want to build debug libraries" >&5
     3985+echo "$as_me:4442: checking if you want to build debug libraries" >&5
    32203986 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6
    32213987 
    32223988 # Check whether --with-debug or --without-debug was given.
    3223 @@ -4206,11 +4220,11 @@
     3989@@ -4206,11 +4449,11 @@
    32243990 else
    32253991   with_debug=yes
    32263992 fi;
    32273993-echo "$as_me:4209: result: $with_debug" >&5
    3228 +echo "$as_me:4223: result: $with_debug" >&5
     3994+echo "$as_me:4452: result: $with_debug" >&5
    32293995 echo "${ECHO_T}$with_debug" >&6
    32303996 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug"
    32313997 
    32323998-echo "$as_me:4213: checking if you want to build profiling libraries" >&5
    3233 +echo "$as_me:4227: checking if you want to build profiling libraries" >&5
     3999+echo "$as_me:4456: checking if you want to build profiling libraries" >&5
    32344000 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6
    32354001 
    32364002 # Check whether --with-profile or --without-profile was given.
    3237 @@ -4220,7 +4234,7 @@
     4003@@ -4220,7 +4463,7 @@
    32384004 else
    32394005   with_profile=no
    32404006 fi;
    32414007-echo "$as_me:4223: result: $with_profile" >&5
    3242 +echo "$as_me:4237: result: $with_profile" >&5
     4008+echo "$as_me:4466: result: $with_profile" >&5
    32434009 echo "${ECHO_T}$with_profile" >&6
    32444010 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile"
    32454011 
    3246 @@ -4228,19 +4242,19 @@
     4012@@ -4228,19 +4471,19 @@
    32474013 
    32484014 ###############################################################################
    32494015 
    32504016-echo "$as_me:4231: checking for specified models" >&5
    3251 +echo "$as_me:4245: checking for specified models" >&5
     4017+echo "$as_me:4474: checking for specified models" >&5
    32524018 echo $ECHO_N "checking for specified models... $ECHO_C" >&6
    32534019 test -z "$cf_list_models" && cf_list_models=normal
    32544020 test "$with_libtool" != "no" && cf_list_models=libtool
    32554021-echo "$as_me:4235: result: $cf_list_models" >&5
    3256 +echo "$as_me:4249: result: $cf_list_models" >&5
     4022+echo "$as_me:4478: result: $cf_list_models" >&5
    32574023 echo "${ECHO_T}$cf_list_models" >&6
    32584024 
     
    32604026 ### up test-applications.
    32614027-echo "$as_me:4240: checking for default model" >&5
    3262 +echo "$as_me:4254: checking for default model" >&5
     4028+echo "$as_me:4483: checking for default model" >&5
    32634029 echo $ECHO_N "checking for default model... $ECHO_C" >&6
    32644030 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'`
    32654031-echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5
    3266 +echo "$as_me:4257: result: $DFT_LWR_MODEL" >&5
     4032+echo "$as_me:4486: result: $DFT_LWR_MODEL" >&5
    32674033 echo "${ECHO_T}$DFT_LWR_MODEL" >&6
    32684034 
    32694035 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
    3270 @@ -4269,7 +4283,7 @@
     4036@@ -4269,7 +4512,7 @@
    32714037 
    32724038 ###############################################################################
    32734039 
    32744040-echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5
    3275 +echo "$as_me:4286: checking if you want to build a separate terminfo library" >&5
     4041+echo "$as_me:4515: checking if you want to build a separate terminfo library" >&5
    32764042 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6
    32774043 
    32784044 # Check whether --with-termlib or --without-termlib was given.
    3279 @@ -4279,10 +4293,10 @@
     4045@@ -4279,10 +4522,10 @@
    32804046 else
    32814047   with_termlib=no
    32824048 fi;
    32834049-echo "$as_me:4282: result: $with_termlib" >&5
    3284 +echo "$as_me:4296: result: $with_termlib" >&5
     4050+echo "$as_me:4525: result: $with_termlib" >&5
    32854051 echo "${ECHO_T}$with_termlib" >&6
    32864052 
    32874053-echo "$as_me:4285: checking if you want to build a separate tic library" >&5
    3288 +echo "$as_me:4299: checking if you want to build a separate tic library" >&5
     4054+echo "$as_me:4528: checking if you want to build a separate tic library" >&5
    32894055 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6
    32904056 
    32914057 # Check whether --with-ticlib or --without-ticlib was given.
    3292 @@ -4292,13 +4306,13 @@
     4058@@ -4292,13 +4535,13 @@
    32934059 else
    32944060   with_ticlib=no
    32954061 fi;
    32964062-echo "$as_me:4295: result: $with_ticlib" >&5
    3297 +echo "$as_me:4309: result: $with_ticlib" >&5
     4063+echo "$as_me:4538: result: $with_ticlib" >&5
    32984064 echo "${ECHO_T}$with_ticlib" >&6
    32994065 
     
    33024068 
    33034069-echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5
    3304 +echo "$as_me:4315: checking if you want to link with the GPM mouse library" >&5
     4070+echo "$as_me:4544: checking if you want to link with the GPM mouse library" >&5
    33054071 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6
    33064072 
    33074073 # Check whether --with-gpm or --without-gpm was given.
    3308 @@ -4308,27 +4322,27 @@
     4074@@ -4308,27 +4551,27 @@
    33094075 else
    33104076   with_gpm=maybe
    33114077 fi;
    33124078-echo "$as_me:4311: result: $with_gpm" >&5
    3313 +echo "$as_me:4325: result: $with_gpm" >&5
     4079+echo "$as_me:4554: result: $with_gpm" >&5
    33144080 echo "${ECHO_T}$with_gpm" >&6
    33154081 
    33164082 if test "$with_gpm" != no ; then
    33174083-       echo "$as_me:4315: checking for gpm.h" >&5
    3318 +       echo "$as_me:4329: checking for gpm.h" >&5
     4084+       echo "$as_me:4558: checking for gpm.h" >&5
    33194085 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6
    33204086 if test "${ac_cv_header_gpm_h+set}" = set; then
     
    33234089   cat >conftest.$ac_ext <<_ACEOF
    33244090-#line 4321 "configure"
    3325 +#line 4335 "configure"
     4091+#line 4564 "configure"
    33264092 #include "confdefs.h"
    33274093 #include <gpm.h>
    33284094 _ACEOF
    33294095-if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5
    3330 +if { (eval echo "$as_me:4339: \"$ac_cpp conftest.$ac_ext\"") >&5
     4096+if { (eval echo "$as_me:4568: \"$ac_cpp conftest.$ac_ext\"") >&5
    33314097   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    33324098   ac_status=$?
     
    33354101   cat conftest.err >&5
    33364102-  echo "$as_me:4331: \$? = $ac_status" >&5
    3337 +  echo "$as_me:4345: \$? = $ac_status" >&5
     4103+  echo "$as_me:4574: \$? = $ac_status" >&5
    33384104   (exit $ac_status); } >/dev/null; then
    33394105   if test -s conftest.err; then
    33404106     ac_cpp_err=$ac_c_preproc_warn_flag
    3341 @@ -4347,7 +4361,7 @@
     4107@@ -4347,7 +4590,7 @@
    33424108 fi
    33434109 rm -f conftest.err conftest.$ac_ext
    33444110 fi
    33454111-echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5
    3346 +echo "$as_me:4364: result: $ac_cv_header_gpm_h" >&5
     4112+echo "$as_me:4593: result: $ac_cv_header_gpm_h" >&5
    33474113 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6
    33484114 if test $ac_cv_header_gpm_h = yes; then
    33494115 
    3350 @@ -4358,14 +4372,14 @@
     4116@@ -4358,14 +4601,14 @@
    33514117                if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then
    33524118                        test -n "$verbose" && echo "    assuming we really have GPM library" 1>&6
    33534119 
    33544120-echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5
    3355 +echo "${as_me-configure}:4375: testing assuming we really have GPM library ..." 1>&5
     4121+echo "${as_me-configure}:4604: testing assuming we really have GPM library ..." 1>&5
    33564122 
    33574123                        cat >>confdefs.h <<\EOF
     
    33614127                else
    33624128-                       echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5
    3363 +                       echo "$as_me:4382: checking for Gpm_Open in -lgpm" >&5
     4129+                       echo "$as_me:4611: checking for Gpm_Open in -lgpm" >&5
    33644130 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
    33654131 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
    33664132   echo $ECHO_N "(cached) $ECHO_C" >&6
    3367 @@ -4373,7 +4387,7 @@
     4133@@ -4373,7 +4616,7 @@
    33684134   ac_check_lib_save_LIBS=$LIBS
    33694135 LIBS="-lgpm  $LIBS"
    33704136 cat >conftest.$ac_ext <<_ACEOF
    33714137-#line 4376 "configure"
    3372 +#line 4390 "configure"
     4138+#line 4619 "configure"
    33734139 #include "confdefs.h"
    33744140 
    33754141 /* Override any gcc2 internal prototype to avoid an error.  */
    3376 @@ -4392,16 +4406,16 @@
     4142@@ -4392,16 +4635,16 @@
    33774143 }
    33784144 _ACEOF
    33794145 rm -f conftest.$ac_objext conftest$ac_exeext
    33804146-if { (eval echo "$as_me:4395: \"$ac_link\"") >&5
    3381 +if { (eval echo "$as_me:4409: \"$ac_link\"") >&5
     4147+if { (eval echo "$as_me:4638: \"$ac_link\"") >&5
    33824148   (eval $ac_link) 2>&5
    33834149   ac_status=$?
    33844150-  echo "$as_me:4398: \$? = $ac_status" >&5
    3385 +  echo "$as_me:4412: \$? = $ac_status" >&5
     4151+  echo "$as_me:4641: \$? = $ac_status" >&5
    33864152   (exit $ac_status); } &&
    33874153          { ac_try='test -s conftest$ac_exeext'
    33884154-  { (eval echo "$as_me:4401: \"$ac_try\"") >&5
    3389 +  { (eval echo "$as_me:4415: \"$ac_try\"") >&5
     4155+  { (eval echo "$as_me:4644: \"$ac_try\"") >&5
    33904156   (eval $ac_try) 2>&5
    33914157   ac_status=$?
    33924158-  echo "$as_me:4404: \$? = $ac_status" >&5
    3393 +  echo "$as_me:4418: \$? = $ac_status" >&5
     4159+  echo "$as_me:4647: \$? = $ac_status" >&5
    33944160   (exit $ac_status); }; }; then
    33954161   ac_cv_lib_gpm_Gpm_Open=yes
    33964162 else
    3397 @@ -4412,13 +4426,13 @@
     4163@@ -4412,13 +4655,13 @@
    33984164 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    33994165 LIBS=$ac_check_lib_save_LIBS
    34004166 fi
    34014167-echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5
    3402 +echo "$as_me:4429: result: $ac_cv_lib_gpm_Gpm_Open" >&5
     4168+echo "$as_me:4658: result: $ac_cv_lib_gpm_Gpm_Open" >&5
    34034169 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
    34044170 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
     
    34074173 
    34084174-                               { { echo "$as_me:4421: error: Cannot link with GPM library" >&5
    3409 +                               { { echo "$as_me:4435: error: Cannot link with GPM library" >&5
     4175+                               { { echo "$as_me:4664: error: Cannot link with GPM library" >&5
    34104176 echo "$as_me: error: Cannot link with GPM library" >&2;}
    34114177    { (exit 1); exit 1; }; }
    34124178                fi
    3413 @@ -4428,7 +4442,7 @@
     4179@@ -4428,7 +4671,7 @@
    34144180 
    34154181 else
    34164182 
    34174183-               test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5
    3418 +               test "$with_gpm" != maybe && { echo "$as_me:4445: WARNING: Cannot find GPM header" >&5
     4184+               test "$with_gpm" != maybe && { echo "$as_me:4674: WARNING: Cannot find GPM header" >&5
    34194185 echo "$as_me: WARNING: Cannot find GPM header" >&2;}
    34204186                with_gpm=no
    34214187 
    3422 @@ -4437,7 +4451,7 @@
     4188@@ -4437,7 +4680,7 @@
    34234189 fi
    34244190 
    34254191 if test "$with_gpm" != no ; then
    34264192-       echo "$as_me:4440: checking if you want to load GPM dynamically" >&5
    3427 +       echo "$as_me:4454: checking if you want to load GPM dynamically" >&5
     4193+       echo "$as_me:4683: checking if you want to load GPM dynamically" >&5
    34284194 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6
    34294195 
    34304196 # Check whether --with-dlsym or --without-dlsym was given.
    3431 @@ -4447,18 +4461,18 @@
     4197@@ -4447,18 +4690,18 @@
    34324198 else
    34334199   with_dlsym=yes
    34344200 fi;
    34354201-       echo "$as_me:4450: result: $with_dlsym" >&5
    3436 +       echo "$as_me:4464: result: $with_dlsym" >&5
     4202+       echo "$as_me:4693: result: $with_dlsym" >&5
    34374203 echo "${ECHO_T}$with_dlsym" >&6
    34384204        if test "$with_dlsym" = yes ; then
     
    34404206 cf_have_dlsym=no
    34414207-echo "$as_me:4455: checking for dlsym" >&5
    3442 +echo "$as_me:4469: checking for dlsym" >&5
     4208+echo "$as_me:4698: checking for dlsym" >&5
    34434209 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6
    34444210 if test "${ac_cv_func_dlsym+set}" = set; then
     
    34474213   cat >conftest.$ac_ext <<_ACEOF
    34484214-#line 4461 "configure"
    3449 +#line 4475 "configure"
     4215+#line 4704 "configure"
    34504216 #include "confdefs.h"
    34514217 /* System header to define __stub macros and hopefully few prototypes,
    34524218     which can conflict with char dlsym (); below.  */
    3453 @@ -4489,16 +4503,16 @@
     4219@@ -4489,16 +4732,16 @@
    34544220 }
    34554221 _ACEOF
    34564222 rm -f conftest.$ac_objext conftest$ac_exeext
    34574223-if { (eval echo "$as_me:4492: \"$ac_link\"") >&5
    3458 +if { (eval echo "$as_me:4506: \"$ac_link\"") >&5
     4224+if { (eval echo "$as_me:4735: \"$ac_link\"") >&5
    34594225   (eval $ac_link) 2>&5
    34604226   ac_status=$?
    34614227-  echo "$as_me:4495: \$? = $ac_status" >&5
    3462 +  echo "$as_me:4509: \$? = $ac_status" >&5
     4228+  echo "$as_me:4738: \$? = $ac_status" >&5
    34634229   (exit $ac_status); } &&
    34644230          { ac_try='test -s conftest$ac_exeext'
    34654231-  { (eval echo "$as_me:4498: \"$ac_try\"") >&5
    3466 +  { (eval echo "$as_me:4512: \"$ac_try\"") >&5
     4232+  { (eval echo "$as_me:4741: \"$ac_try\"") >&5
    34674233   (eval $ac_try) 2>&5
    34684234   ac_status=$?
    34694235-  echo "$as_me:4501: \$? = $ac_status" >&5
    3470 +  echo "$as_me:4515: \$? = $ac_status" >&5
     4236+  echo "$as_me:4744: \$? = $ac_status" >&5
    34714237   (exit $ac_status); }; }; then
    34724238   ac_cv_func_dlsym=yes
    34734239 else
    3474 @@ -4508,14 +4522,14 @@
     4240@@ -4508,14 +4751,14 @@
    34754241 fi
    34764242 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    34774243 fi
    34784244-echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5
    3479 +echo "$as_me:4525: result: $ac_cv_func_dlsym" >&5
     4245+echo "$as_me:4754: result: $ac_cv_func_dlsym" >&5
    34804246 echo "${ECHO_T}$ac_cv_func_dlsym" >&6
    34814247 if test $ac_cv_func_dlsym = yes; then
     
    34854251 cf_have_libdl=no
    34864252-echo "$as_me:4518: checking for dlsym in -ldl" >&5
    3487 +echo "$as_me:4532: checking for dlsym in -ldl" >&5
     4253+echo "$as_me:4761: checking for dlsym in -ldl" >&5
    34884254 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6
    34894255 if test "${ac_cv_lib_dl_dlsym+set}" = set; then
    34904256   echo $ECHO_N "(cached) $ECHO_C" >&6
    3491 @@ -4523,7 +4537,7 @@
     4257@@ -4523,7 +4766,7 @@
    34924258   ac_check_lib_save_LIBS=$LIBS
    34934259 LIBS="-ldl  $LIBS"
    34944260 cat >conftest.$ac_ext <<_ACEOF
    34954261-#line 4526 "configure"
    3496 +#line 4540 "configure"
     4262+#line 4769 "configure"
    34974263 #include "confdefs.h"
    34984264 
    34994265 /* Override any gcc2 internal prototype to avoid an error.  */
    3500 @@ -4542,16 +4556,16 @@
     4266@@ -4542,16 +4785,16 @@
    35014267 }
    35024268 _ACEOF
    35034269 rm -f conftest.$ac_objext conftest$ac_exeext
    35044270-if { (eval echo "$as_me:4545: \"$ac_link\"") >&5
    3505 +if { (eval echo "$as_me:4559: \"$ac_link\"") >&5
     4271+if { (eval echo "$as_me:4788: \"$ac_link\"") >&5
    35064272   (eval $ac_link) 2>&5
    35074273   ac_status=$?
    35084274-  echo "$as_me:4548: \$? = $ac_status" >&5
    3509 +  echo "$as_me:4562: \$? = $ac_status" >&5
     4275+  echo "$as_me:4791: \$? = $ac_status" >&5
    35104276   (exit $ac_status); } &&
    35114277          { ac_try='test -s conftest$ac_exeext'
    35124278-  { (eval echo "$as_me:4551: \"$ac_try\"") >&5
    3513 +  { (eval echo "$as_me:4565: \"$ac_try\"") >&5
     4279+  { (eval echo "$as_me:4794: \"$ac_try\"") >&5
    35144280   (eval $ac_try) 2>&5
    35154281   ac_status=$?
    35164282-  echo "$as_me:4554: \$? = $ac_status" >&5
    3517 +  echo "$as_me:4568: \$? = $ac_status" >&5
     4283+  echo "$as_me:4797: \$? = $ac_status" >&5
    35184284   (exit $ac_status); }; }; then
    35194285   ac_cv_lib_dl_dlsym=yes
    35204286 else
    3521 @@ -4562,7 +4576,7 @@
     4287@@ -4562,7 +4805,7 @@
    35224288 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    35234289 LIBS=$ac_check_lib_save_LIBS
    35244290 fi
    35254291-echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5
    3526 +echo "$as_me:4579: result: $ac_cv_lib_dl_dlsym" >&5
     4292+echo "$as_me:4808: result: $ac_cv_lib_dl_dlsym" >&5
    35274293 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6
    35284294 if test $ac_cv_lib_dl_dlsym = yes; then
    35294295 
    3530 @@ -4575,10 +4589,10 @@
     4296@@ -4575,10 +4818,10 @@
    35314297 if test "$cf_have_dlsym" = yes ; then
    35324298        test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS"
    35334299 
    35344300-       echo "$as_me:4578: checking whether able to link to dl*() functions" >&5
    3535 +       echo "$as_me:4592: checking whether able to link to dl*() functions" >&5
     4301+       echo "$as_me:4821: checking whether able to link to dl*() functions" >&5
    35364302 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6
    35374303        cat >conftest.$ac_ext <<_ACEOF
    35384304-#line 4581 "configure"
    3539 +#line 4595 "configure"
     4305+#line 4824 "configure"
    35404306 #include "confdefs.h"
    35414307 #include <dlfcn.h>
    35424308 int
    3543 @@ -4596,16 +4610,16 @@
     4309@@ -4596,16 +4839,16 @@
    35444310 }
    35454311 _ACEOF
    35464312 rm -f conftest.$ac_objext conftest$ac_exeext
    35474313-if { (eval echo "$as_me:4599: \"$ac_link\"") >&5
    3548 +if { (eval echo "$as_me:4613: \"$ac_link\"") >&5
     4314+if { (eval echo "$as_me:4842: \"$ac_link\"") >&5
    35494315   (eval $ac_link) 2>&5
    35504316   ac_status=$?
    35514317-  echo "$as_me:4602: \$? = $ac_status" >&5
    3552 +  echo "$as_me:4616: \$? = $ac_status" >&5
     4318+  echo "$as_me:4845: \$? = $ac_status" >&5
    35534319   (exit $ac_status); } &&
    35544320          { ac_try='test -s conftest$ac_exeext'
    35554321-  { (eval echo "$as_me:4605: \"$ac_try\"") >&5
    3556 +  { (eval echo "$as_me:4619: \"$ac_try\"") >&5
     4322+  { (eval echo "$as_me:4848: \"$ac_try\"") >&5
    35574323   (eval $ac_try) 2>&5
    35584324   ac_status=$?
    35594325-  echo "$as_me:4608: \$? = $ac_status" >&5
    3560 +  echo "$as_me:4622: \$? = $ac_status" >&5
     4326+  echo "$as_me:4851: \$? = $ac_status" >&5
    35614327   (exit $ac_status); }; }; then
    35624328 
    35634329                cat >>confdefs.h <<\EOF
    3564 @@ -4616,15 +4630,15 @@
     4330@@ -4616,15 +4859,15 @@
    35654331   echo "$as_me: failed program was:" >&5
    35664332 cat conftest.$ac_ext >&5
    35674333 
    35684334-               { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5
    3569 +               { { echo "$as_me:4633: error: Cannot link test program for libdl" >&5
     4335+               { { echo "$as_me:4862: error: Cannot link test program for libdl" >&5
    35704336 echo "$as_me: error: Cannot link test program for libdl" >&2;}
    35714337    { (exit 1); exit 1; }; }
     
    35734339 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    35744340-       echo "$as_me:4624: result: ok" >&5
    3575 +       echo "$as_me:4638: result: ok" >&5
     4341+       echo "$as_me:4867: result: ok" >&5
    35764342 echo "${ECHO_T}ok" >&6
    35774343 else
    35784344-       { { echo "$as_me:4627: error: Cannot find dlsym function" >&5
    3579 +       { { echo "$as_me:4641: error: Cannot find dlsym function" >&5
     4345+       { { echo "$as_me:4870: error: Cannot find dlsym function" >&5
    35804346 echo "$as_me: error: Cannot find dlsym function" >&2;}
    35814347    { (exit 1); exit 1; }; }
    35824348 fi
    3583 @@ -4632,12 +4646,12 @@
     4349@@ -4632,12 +4875,12 @@
    35844350                if test "$with_gpm" != yes ; then
    35854351                        test -n "$verbose" && echo "    assuming soname for gpm is $with_gpm" 1>&6
    35864352 
    35874353-echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5
    3588 +echo "${as_me-configure}:4649: testing assuming soname for gpm is $with_gpm ..." 1>&5
     4354+echo "${as_me-configure}:4878: testing assuming soname for gpm is $with_gpm ..." 1>&5
    35894355 
    35904356                        cf_cv_gpm_soname="$with_gpm"
     
    35924358 
    35934359-echo "$as_me:4640: checking for soname of gpm library" >&5
    3594 +echo "$as_me:4654: checking for soname of gpm library" >&5
     4360+echo "$as_me:4883: checking for soname of gpm library" >&5
    35954361 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6
    35964362 if test "${cf_cv_gpm_soname+set}" = set; then
    35974363   echo $ECHO_N "(cached) $ECHO_C" >&6
    3598 @@ -4655,15 +4669,15 @@
     4364@@ -4655,15 +4898,15 @@
    35994365 CF_EOF
    36004366 cf_save_LIBS="$LIBS"
    36014367        LIBS="-lgpm $LIBS"
    36024368-       if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5
    3603 +       if { (eval echo "$as_me:4672: \"$ac_compile\"") >&5
     4369+       if { (eval echo "$as_me:4901: \"$ac_compile\"") >&5
    36044370   (eval $ac_compile) 2>&5
    36054371   ac_status=$?
    36064372-  echo "$as_me:4661: \$? = $ac_status" >&5
    3607 +  echo "$as_me:4675: \$? = $ac_status" >&5
     4373+  echo "$as_me:4904: \$? = $ac_status" >&5
    36084374   (exit $ac_status); } ; then
    36094375-               if { (eval echo "$as_me:4663: \"$ac_link\"") >&5
    3610 +               if { (eval echo "$as_me:4677: \"$ac_link\"") >&5
     4376+               if { (eval echo "$as_me:4906: \"$ac_link\"") >&5
    36114377   (eval $ac_link) 2>&5
    36124378   ac_status=$?
    36134379-  echo "$as_me:4666: \$? = $ac_status" >&5
    3614 +  echo "$as_me:4680: \$? = $ac_status" >&5
     4380+  echo "$as_me:4909: \$? = $ac_status" >&5
    36154381   (exit $ac_status); } ; then
    36164382                        cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.`
    36174383                        test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown
    3618 @@ -4674,7 +4688,7 @@
     4384@@ -4674,7 +4917,7 @@
    36194385 fi
    36204386 
    36214387 fi
    36224388-echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5
    3623 +echo "$as_me:4691: result: $cf_cv_gpm_soname" >&5
     4389+echo "$as_me:4920: result: $cf_cv_gpm_soname" >&5
    36244390 echo "${ECHO_T}$cf_cv_gpm_soname" >&6
    36254391 
    36264392                fi
    3627 @@ -4690,7 +4704,7 @@
     4393@@ -4690,7 +4933,7 @@
    36284394 #define HAVE_LIBGPM 1
    36294395 EOF
    36304396 
    36314397-echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5
    3632 +echo "$as_me:4707: checking for Gpm_Wgetch in -lgpm" >&5
     4398+echo "$as_me:4936: checking for Gpm_Wgetch in -lgpm" >&5
    36334399 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6
    36344400 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then
    36354401   echo $ECHO_N "(cached) $ECHO_C" >&6
    3636 @@ -4698,7 +4712,7 @@
     4402@@ -4698,7 +4941,7 @@
    36374403   ac_check_lib_save_LIBS=$LIBS
    36384404 LIBS="-lgpm  $LIBS"
    36394405 cat >conftest.$ac_ext <<_ACEOF
    36404406-#line 4701 "configure"
    3641 +#line 4715 "configure"
     4407+#line 4944 "configure"
    36424408 #include "confdefs.h"
    36434409 
    36444410 /* Override any gcc2 internal prototype to avoid an error.  */
    3645 @@ -4717,16 +4731,16 @@
     4411@@ -4717,16 +4960,16 @@
    36464412 }
    36474413 _ACEOF
    36484414 rm -f conftest.$ac_objext conftest$ac_exeext
    36494415-if { (eval echo "$as_me:4720: \"$ac_link\"") >&5
    3650 +if { (eval echo "$as_me:4734: \"$ac_link\"") >&5
     4416+if { (eval echo "$as_me:4963: \"$ac_link\"") >&5
    36514417   (eval $ac_link) 2>&5
    36524418   ac_status=$?
    36534419-  echo "$as_me:4723: \$? = $ac_status" >&5
    3654 +  echo "$as_me:4737: \$? = $ac_status" >&5
     4420+  echo "$as_me:4966: \$? = $ac_status" >&5
    36554421   (exit $ac_status); } &&
    36564422          { ac_try='test -s conftest$ac_exeext'
    36574423-  { (eval echo "$as_me:4726: \"$ac_try\"") >&5
    3658 +  { (eval echo "$as_me:4740: \"$ac_try\"") >&5
     4424+  { (eval echo "$as_me:4969: \"$ac_try\"") >&5
    36594425   (eval $ac_try) 2>&5
    36604426   ac_status=$?
    36614427-  echo "$as_me:4729: \$? = $ac_status" >&5
    3662 +  echo "$as_me:4743: \$? = $ac_status" >&5
     4428+  echo "$as_me:4972: \$? = $ac_status" >&5
    36634429   (exit $ac_status); }; }; then
    36644430   ac_cv_lib_gpm_Gpm_Wgetch=yes
    36654431 else
    3666 @@ -4737,11 +4751,11 @@
     4432@@ -4737,11 +4980,11 @@
    36674433 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    36684434 LIBS=$ac_check_lib_save_LIBS
    36694435 fi
    36704436-echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
    3671 +echo "$as_me:4754: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
     4437+echo "$as_me:4983: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
    36724438 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6
    36734439 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then
    36744440 
    36754441-echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5
    3676 +echo "$as_me:4758: checking if GPM is weakly bound to curses library" >&5
     4442+echo "$as_me:4987: checking if GPM is weakly bound to curses library" >&5
    36774443 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6
    36784444 if test "${cf_cv_check_gpm_wgetch+set}" = set; then
    36794445   echo $ECHO_N "(cached) $ECHO_C" >&6
    3680 @@ -4765,15 +4779,15 @@
     4446@@ -4765,15 +5008,15 @@
    36814447        # to rely on the static library, noting that some packagers may not
    36824448        # include it.
    36834449        LIBS="-static -lgpm -dynamic $LIBS"
    36844450-       if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5
    3685 +       if { (eval echo "$as_me:4782: \"$ac_compile\"") >&5
     4451+       if { (eval echo "$as_me:5011: \"$ac_compile\"") >&5
    36864452   (eval $ac_compile) 2>&5
    36874453   ac_status=$?
    36884454-  echo "$as_me:4771: \$? = $ac_status" >&5
    3689 +  echo "$as_me:4785: \$? = $ac_status" >&5
     4455+  echo "$as_me:5014: \$? = $ac_status" >&5
    36904456   (exit $ac_status); } ; then
    36914457-               if { (eval echo "$as_me:4773: \"$ac_link\"") >&5
    3692 +               if { (eval echo "$as_me:4787: \"$ac_link\"") >&5
     4458+               if { (eval echo "$as_me:5016: \"$ac_link\"") >&5
    36934459   (eval $ac_link) 2>&5
    36944460   ac_status=$?
    36954461-  echo "$as_me:4776: \$? = $ac_status" >&5
    3696 +  echo "$as_me:4790: \$? = $ac_status" >&5
     4462+  echo "$as_me:5019: \$? = $ac_status" >&5
    36974463   (exit $ac_status); } ; then
    36984464                        cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'`
    36994465                        test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes
    3700 @@ -4785,11 +4799,11 @@
     4466@@ -4785,11 +5028,11 @@
    37014467 fi
    37024468 
    37034469 fi
    37044470-echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5
    3705 +echo "$as_me:4802: result: $cf_cv_check_gpm_wgetch" >&5
     4471+echo "$as_me:5031: result: $cf_cv_check_gpm_wgetch" >&5
    37064472 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6
    37074473 
    37084474 if test "$cf_cv_check_gpm_wgetch" != yes ; then
    37094475-       { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5
    3710 +       { echo "$as_me:4806: WARNING: GPM library is already linked with curses - read the FAQ" >&5
     4476+       { echo "$as_me:5035: WARNING: GPM library is already linked with curses - read the FAQ" >&5
    37114477 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;}
    37124478 fi
    37134479 
    3714 @@ -4799,7 +4813,7 @@
     4480@@ -4799,7 +5042,7 @@
    37154481 
    37164482 # not everyone has "test -c"
    37174483 if test -c /dev/sysmouse 2>/dev/null ; then
    37184484-echo "$as_me:4802: checking if you want to use sysmouse" >&5
    3719 +echo "$as_me:4816: checking if you want to use sysmouse" >&5
     4485+echo "$as_me:5045: checking if you want to use sysmouse" >&5
    37204486 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6
    37214487 
    37224488 # Check whether --with-sysmouse or --without-sysmouse was given.
    3723 @@ -4811,7 +4825,7 @@
     4489@@ -4811,7 +5054,7 @@
    37244490 fi;
    37254491        if test "$cf_with_sysmouse" != no ; then
    37264492        cat >conftest.$ac_ext <<_ACEOF
    37274493-#line 4814 "configure"
    3728 +#line 4828 "configure"
     4494+#line 5057 "configure"
    37294495 #include "confdefs.h"
    37304496 
    37314497 #include <osreldate.h>
    3732 @@ -4834,16 +4848,16 @@
     4498@@ -4834,16 +5077,16 @@
    37334499 }
    37344500 _ACEOF
    37354501 rm -f conftest.$ac_objext
    37364502-if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5
    3737 +if { (eval echo "$as_me:4851: \"$ac_compile\"") >&5
     4503+if { (eval echo "$as_me:5080: \"$ac_compile\"") >&5
    37384504   (eval $ac_compile) 2>&5
    37394505   ac_status=$?
    37404506-  echo "$as_me:4840: \$? = $ac_status" >&5
    3741 +  echo "$as_me:4854: \$? = $ac_status" >&5
     4507+  echo "$as_me:5083: \$? = $ac_status" >&5
    37424508   (exit $ac_status); } &&
    37434509          { ac_try='test -s conftest.$ac_objext'
    37444510-  { (eval echo "$as_me:4843: \"$ac_try\"") >&5
    3745 +  { (eval echo "$as_me:4857: \"$ac_try\"") >&5
     4511+  { (eval echo "$as_me:5086: \"$ac_try\"") >&5
    37464512   (eval $ac_try) 2>&5
    37474513   ac_status=$?
    37484514-  echo "$as_me:4846: \$? = $ac_status" >&5
    3749 +  echo "$as_me:4860: \$? = $ac_status" >&5
     4515+  echo "$as_me:5089: \$? = $ac_status" >&5
    37504516   (exit $ac_status); }; }; then
    37514517   cf_with_sysmouse=yes
    37524518 else
    3753 @@ -4853,7 +4867,7 @@
     4519@@ -4853,7 +5096,7 @@
    37544520 fi
    37554521 rm -f conftest.$ac_objext conftest.$ac_ext
    37564522        fi
    37574523-echo "$as_me:4856: result: $cf_with_sysmouse" >&5
    3758 +echo "$as_me:4870: result: $cf_with_sysmouse" >&5
     4524+echo "$as_me:5099: result: $cf_with_sysmouse" >&5
    37594525 echo "${ECHO_T}$cf_with_sysmouse" >&6
    37604526 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF
    37614527 #define USE_SYSMOUSE 1
    3762 @@ -4871,7 +4885,7 @@
     4528@@ -4871,7 +5114,7 @@
    37634529        test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT=''
    37644530 fi
    37654531 
    37664532-echo "$as_me:4874: checking for default loader flags" >&5
    3767 +echo "$as_me:4888: checking for default loader flags" >&5
     4533+echo "$as_me:5117: checking for default loader flags" >&5
    37684534 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
    37694535 case $DFT_LWR_MODEL in
    37704536 libtool) LD_MODEL=''   ;;
    3771 @@ -4880,13 +4894,13 @@
     4537@@ -4880,13 +5123,13 @@
    37724538 profile) LD_MODEL='-pg';;
    37734539 shared)  LD_MODEL=''   ;;
    37744540 esac
    37754541-echo "$as_me:4883: result: $LD_MODEL" >&5
    3776 +echo "$as_me:4897: result: $LD_MODEL" >&5
     4542+echo "$as_me:5126: result: $LD_MODEL" >&5
    37774543 echo "${ECHO_T}$LD_MODEL" >&6
    37784544 
     
    37814547 
    37824548-echo "$as_me:4889: checking if rpath option should be used" >&5
    3783 +echo "$as_me:4903: checking if rpath option should be used" >&5
     4549+echo "$as_me:5132: checking if rpath option should be used" >&5
    37844550 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6
    37854551 
    37864552 # Check whether --enable-rpath or --disable-rpath was given.
    3787 @@ -4896,10 +4910,10 @@
     4553@@ -4896,10 +5139,10 @@
    37884554 else
    37894555   cf_cv_ld_rpath=no
    37904556 fi;
    37914557-echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5
    3792 +echo "$as_me:4913: result: $cf_cv_ld_rpath" >&5
     4558+echo "$as_me:5142: result: $cf_cv_ld_rpath" >&5
    37934559 echo "${ECHO_T}$cf_cv_ld_rpath" >&6
    37944560 
    37954561-echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5
    3796 +echo "$as_me:4916: checking if shared libraries should be relinked during install" >&5
     4562+echo "$as_me:5145: checking if shared libraries should be relinked during install" >&5
    37974563 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6
    37984564 
    37994565 # Check whether --enable-relink or --disable-relink was given.
    3800 @@ -4909,7 +4923,7 @@
     4566@@ -4909,19 +5152,20 @@
    38014567 else
    38024568   cf_cv_do_relink=yes
    38034569 fi;
    38044570-echo "$as_me:4912: result: $cf_cv_do_relink" >&5
    3805 +echo "$as_me:4926: result: $cf_cv_do_relink" >&5
     4571+echo "$as_me:5155: result: $cf_cv_do_relink" >&5
    38064572 echo "${ECHO_T}$cf_cv_do_relink" >&6
    38074573        ;;
    38084574 esac
    3809 @@ -4921,7 +4935,7 @@
     4575 
     4576        LOCAL_LDFLAGS=
     4577        LOCAL_LDFLAGS2=
     4578+       LD_RPATH_OPT=
     4579        LD_SHARED_OPTS=
     4580        INSTALL_LIB="-m 644"
    38104581 
    38114582        cf_cv_do_symlinks=no
    38124583 
    38134584-       echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5
    3814 +       echo "$as_me:4938: checking if release/abi version should be used for shared libs" >&5
     4585+       echo "$as_me:5168: checking if release/abi version should be used for shared libs" >&5
    38154586 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6
    38164587 
    38174588 # Check whether --with-shlib-version or --without-shlib-version was given.
    3818 @@ -4936,7 +4950,7 @@
     4589@@ -4936,7 +5180,7 @@
    38194590                cf_cv_shlib_version=$withval
    38204591                ;;
    38214592        *)
    38224593-               { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5
    3823 +               { { echo "$as_me:4953: error: option value must be one of: rel, abi, auto or no" >&5
     4594+               { { echo "$as_me:5183: error: option value must be one of: rel, abi, auto or no" >&5
    38244595 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;}
    38254596    { (exit 1); exit 1; }; }
    38264597                ;;
    3827 @@ -4945,7 +4959,7 @@
     4598@@ -4945,7 +5189,7 @@
    38284599 else
    38294600   cf_cv_shlib_version=auto
    38304601 fi;
    38314602-       echo "$as_me:4948: result: $cf_cv_shlib_version" >&5
    3832 +       echo "$as_me:4962: result: $cf_cv_shlib_version" >&5
     4603+       echo "$as_me:5192: result: $cf_cv_shlib_version" >&5
    38334604 echo "${ECHO_T}$cf_cv_shlib_version" >&6
    38344605 
    38354606        cf_cv_rm_so_locs=no
    3836 @@ -4954,14 +4968,14 @@
     4607@@ -4954,14 +5198,14 @@
    38374608        CC_SHARED_OPTS=
    38384609        if test "$GCC" = yes
    38394610        then
    38404611-               echo "$as_me:4957: checking which $CC option to use" >&5
    3841 +               echo "$as_me:4971: checking which $CC option to use" >&5
     4612+               echo "$as_me:5201: checking which $CC option to use" >&5
    38424613 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6
    38434614                cf_save_CFLAGS="$CFLAGS"
     
    38474618                        cat >conftest.$ac_ext <<_ACEOF
    38484619-#line 4964 "configure"
    3849 +#line 4978 "configure"
     4620+#line 5208 "configure"
    38504621 #include "confdefs.h"
    38514622 #include <stdio.h>
    38524623 int
    3853 @@ -4973,16 +4987,16 @@
     4624@@ -4973,16 +5217,16 @@
    38544625 }
    38554626 _ACEOF
    38564627 rm -f conftest.$ac_objext
    38574628-if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5
    3858 +if { (eval echo "$as_me:4990: \"$ac_compile\"") >&5
     4629+if { (eval echo "$as_me:5220: \"$ac_compile\"") >&5
    38594630   (eval $ac_compile) 2>&5
    38604631   ac_status=$?
    38614632-  echo "$as_me:4979: \$? = $ac_status" >&5
    3862 +  echo "$as_me:4993: \$? = $ac_status" >&5
     4633+  echo "$as_me:5223: \$? = $ac_status" >&5
    38634634   (exit $ac_status); } &&
    38644635          { ac_try='test -s conftest.$ac_objext'
    38654636-  { (eval echo "$as_me:4982: \"$ac_try\"") >&5
    3866 +  { (eval echo "$as_me:4996: \"$ac_try\"") >&5
     4637+  { (eval echo "$as_me:5226: \"$ac_try\"") >&5
    38674638   (eval $ac_try) 2>&5
    38684639   ac_status=$?
    38694640-  echo "$as_me:4985: \$? = $ac_status" >&5
    3870 +  echo "$as_me:4999: \$? = $ac_status" >&5
     4641+  echo "$as_me:5229: \$? = $ac_status" >&5
    38714642   (exit $ac_status); }; }; then
    38724643   break
    38734644 else
    3874 @@ -4991,7 +5005,7 @@
     4645@@ -4991,7 +5235,7 @@
    38754646 fi
    38764647 rm -f conftest.$ac_objext conftest.$ac_ext
    38774648                done
    38784649-               echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5
    3879 +               echo "$as_me:5008: result: $CC_SHARED_OPTS" >&5
     4650+               echo "$as_me:5238: result: $CC_SHARED_OPTS" >&5
    38804651 echo "${ECHO_T}$CC_SHARED_OPTS" >&6
    38814652                CFLAGS="$cf_save_CFLAGS"
    38824653        fi
    3883 @@ -4999,6 +5013,12 @@
     4654@@ -4999,6 +5243,12 @@
    38844655        cf_cv_shlib_version_infix=no
    38854656 
     
    38944665                MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0'
    38954666                ;;
    3896 @@ -5027,7 +5047,7 @@
     4667@@ -5027,7 +5277,7 @@
    38974668                MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
    38984669                test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
    38994670                cf_cv_shlib_version_infix=yes
    39004671-               echo "$as_me:5030: checking if ld -search_paths_first works" >&5
    3901 +               echo "$as_me:5050: checking if ld -search_paths_first works" >&5
     4672+               echo "$as_me:5280: checking if ld -search_paths_first works" >&5
    39024673 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
    39034674 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
    39044675   echo $ECHO_N "(cached) $ECHO_C" >&6
    3905 @@ -5036,7 +5056,7 @@
     4676@@ -5036,7 +5286,7 @@
    39064677                        cf_save_LDFLAGS=$LDFLAGS
    39074678                        LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    39084679                        cat >conftest.$ac_ext <<_ACEOF
    39094680-#line 5039 "configure"
    3910 +#line 5059 "configure"
     4681+#line 5289 "configure"
    39114682 #include "confdefs.h"
    39124683 
    39134684 int
    3914 @@ -5048,16 +5068,16 @@
     4685@@ -5048,16 +5298,16 @@
    39154686 }
    39164687 _ACEOF
    39174688 rm -f conftest.$ac_objext conftest$ac_exeext
    39184689-if { (eval echo "$as_me:5051: \"$ac_link\"") >&5
    3919 +if { (eval echo "$as_me:5071: \"$ac_link\"") >&5
     4690+if { (eval echo "$as_me:5301: \"$ac_link\"") >&5
    39204691   (eval $ac_link) 2>&5
    39214692   ac_status=$?
    39224693-  echo "$as_me:5054: \$? = $ac_status" >&5
    3923 +  echo "$as_me:5074: \$? = $ac_status" >&5
     4694+  echo "$as_me:5304: \$? = $ac_status" >&5
    39244695   (exit $ac_status); } &&
    39254696          { ac_try='test -s conftest$ac_exeext'
    39264697-  { (eval echo "$as_me:5057: \"$ac_try\"") >&5
    3927 +  { (eval echo "$as_me:5077: \"$ac_try\"") >&5
     4698+  { (eval echo "$as_me:5307: \"$ac_try\"") >&5
    39284699   (eval $ac_try) 2>&5
    39294700   ac_status=$?
    39304701-  echo "$as_me:5060: \$? = $ac_status" >&5
    3931 +  echo "$as_me:5080: \$? = $ac_status" >&5
     4702+  echo "$as_me:5310: \$? = $ac_status" >&5
    39324703   (exit $ac_status); }; }; then
    39334704   cf_cv_ldflags_search_paths_first=yes
    39344705 else
    3935 @@ -5068,7 +5088,7 @@
     4706@@ -5068,7 +5318,7 @@
    39364707 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    39374708                                LDFLAGS=$cf_save_LDFLAGS
    39384709 fi
    39394710-echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5
    3940 +echo "$as_me:5091: result: $cf_cv_ldflags_search_paths_first" >&5
     4711+echo "$as_me:5321: result: $cf_cv_ldflags_search_paths_first" >&5
    39414712 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
    39424713                if test $cf_cv_ldflags_search_paths_first = yes; then
    39434714                        LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    3944 @@ -5285,7 +5305,7 @@
     4715@@ -5090,10 +5340,10 @@
     4716        irix*)
     4717                if test "$cf_cv_ld_rpath" = yes ; then
     4718                        if test "$GCC" = yes; then
     4719-                               cf_ld_rpath_opt="-Wl,-rpath,"
     4720+                               LD_RPATH_OPT="-Wl,-rpath,"
     4721                                EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
     4722                        else
     4723-                               cf_ld_rpath_opt="-rpath "
     4724+                               LD_RPATH_OPT="-rpath "
     4725                                EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS"
     4726                        fi
     4727                fi
     4728@@ -5112,7 +5362,7 @@
     4729                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     4730                fi
     4731                if test "$cf_cv_ld_rpath" = yes ; then
     4732-                       cf_ld_rpath_opt="-Wl,-rpath,"
     4733+                       LD_RPATH_OPT="-Wl,-rpath,"
     4734                        EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
     4735                fi
     4736 
     4737@@ -5131,7 +5381,7 @@
     4738                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     4739                fi
     4740                if test "$cf_cv_ld_rpath" = yes ; then
     4741-                       cf_ld_rpath_opt="-Wl,-rpath,"
     4742+                       LD_RPATH_OPT="-Wl,-rpath,"
     4743                        EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
     4744                fi
     4745                CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
     4746@@ -5155,7 +5405,7 @@
     4747                if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
     4748                        LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)"
     4749                        LOCAL_LDFLAGS2="-rpath \${libdir} $LOCAL_LDFLAGS"
     4750-                       cf_ld_rpath_opt="-rpath "
     4751+                       LD_RPATH_OPT="-rpath "
     4752                        EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS"
     4753                fi
     4754 
     4755@@ -5170,7 +5420,7 @@
     4756                ;;
     4757        netbsd*)
     4758                CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
     4759-               test "$cf_cv_ld_rpath" = yes && cf_ld_rpath_opt="-Wl,-rpath,"
     4760+               test "$cf_cv_ld_rpath" = yes && LD_RPATH_OPT="-Wl,-rpath,"
     4761                if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
     4762                        LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
     4763                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     4764@@ -5211,7 +5461,7 @@
     4765                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     4766                fi
     4767                if test "$cf_cv_ld_rpath" = yes ; then
     4768-                       cf_ld_rpath_opt="-rpath"
     4769+                       LD_RPATH_OPT="-rpath"
     4770                        # EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS"
     4771                fi
     4772                cf_cv_rm_so_locs=yes
     4773@@ -5246,7 +5496,7 @@
     4774                        LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
     4775                fi
     4776                if test "$cf_cv_ld_rpath" = yes ; then
     4777-                       cf_ld_rpath_opt="-R"
     4778+                       LD_RPATH_OPT="-R"
     4779                        EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS"
     4780                fi
     4781 
     4782@@ -5258,7 +5508,43 @@
     4783        fi
     4784 
     4785                if test "$GCC" != yes; then
     4786-                       CC_SHARED_OPTS='-xcode=pic32'
     4787+                       cf_save_CFLAGS="$CFLAGS"
     4788+                       for cf_shared_opts in -xcode=pic13 -xcode=pic32 -Kpic -KPIC -O
     4789+                       do
     4790+                               CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
     4791+                               cat >conftest.$ac_ext <<_ACEOF
     4792+#line 5516 "configure"
     4793+#include "confdefs.h"
     4794+#include <stdio.h>
     4795+int
     4796+main ()
     4797+{
     4798+printf("Hello\n");
     4799+  ;
     4800+  return 0;
     4801+}
     4802+_ACEOF
     4803+rm -f conftest.$ac_objext
     4804+if { (eval echo "$as_me:5528: \"$ac_compile\"") >&5
     4805+  (eval $ac_compile) 2>&5
     4806+  ac_status=$?
     4807+  echo "$as_me:5531: \$? = $ac_status" >&5
     4808+  (exit $ac_status); } &&
     4809+         { ac_try='test -s conftest.$ac_objext'
     4810+  { (eval echo "$as_me:5534: \"$ac_try\"") >&5
     4811+  (eval $ac_try) 2>&5
     4812+  ac_status=$?
     4813+  echo "$as_me:5537: \$? = $ac_status" >&5
     4814+  (exit $ac_status); }; }; then
     4815+  break
     4816+else
     4817+  echo "$as_me: failed program was:" >&5
     4818+cat conftest.$ac_ext >&5
     4819+fi
     4820+rm -f conftest.$ac_objext conftest.$ac_ext
     4821+                       done
     4822+                       CFLAGS="$cf_save_CFLAGS"
     4823+                       CC_SHARED_OPTS=$cf_shared_opts
     4824                        MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' -o $@'
     4825                else
     4826                        MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@'
     4827@@ -5285,20 +5571,20 @@
    39454828                        test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
    39464829                        ;;
    39474830                *)
    39484831-                       { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5
    3949 +                       { echo "$as_me:5308: WARNING: ignored --with-shlib-version" >&5
     4832+                       { echo "$as_me:5574: WARNING: ignored --with-shlib-version" >&5
    39504833 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
    39514834                        ;;
    39524835                esac
    3953 @@ -5293,12 +5313,12 @@
     4836                ;;
    39544837        esac
    39554838 
    3956         if test -n "$cf_ld_rpath_opt" ; then
     4839-       if test -n "$cf_ld_rpath_opt" ; then
    39574840-               echo "$as_me:5296: checking if we need a space after rpath option" >&5
    3958 +               echo "$as_me:5316: checking if we need a space after rpath option" >&5
     4841+       if test -n "$LD_RPATH_OPT" ; then
     4842+               echo "$as_me:5582: checking if we need a space after rpath option" >&5
    39594843 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6
    39604844                cf_save_LIBS="$LIBS"
    3961                 LIBS="$LIBS ${cf_ld_rpath_opt}$libdir"
     4845-               LIBS="$LIBS ${cf_ld_rpath_opt}$libdir"
     4846+               LIBS="$LIBS ${LD_RPATH_OPT}$libdir"
    39624847                cat >conftest.$ac_ext <<_ACEOF
    39634848-#line 5301 "configure"
    3964 +#line 5321 "configure"
     4849+#line 5587 "configure"
    39654850 #include "confdefs.h"
    39664851 
    39674852 int
    3968 @@ -5310,16 +5330,16 @@
     4853@@ -5310,16 +5596,16 @@
    39694854 }
    39704855 _ACEOF
    39714856 rm -f conftest.$ac_objext conftest$ac_exeext
    39724857-if { (eval echo "$as_me:5313: \"$ac_link\"") >&5
    3973 +if { (eval echo "$as_me:5333: \"$ac_link\"") >&5
     4858+if { (eval echo "$as_me:5599: \"$ac_link\"") >&5
    39744859   (eval $ac_link) 2>&5
    39754860   ac_status=$?
    39764861-  echo "$as_me:5316: \$? = $ac_status" >&5
    3977 +  echo "$as_me:5336: \$? = $ac_status" >&5
     4862+  echo "$as_me:5602: \$? = $ac_status" >&5
    39784863   (exit $ac_status); } &&
    39794864          { ac_try='test -s conftest$ac_exeext'
    39804865-  { (eval echo "$as_me:5319: \"$ac_try\"") >&5
    3981 +  { (eval echo "$as_me:5339: \"$ac_try\"") >&5
     4866+  { (eval echo "$as_me:5605: \"$ac_try\"") >&5
    39824867   (eval $ac_try) 2>&5
    39834868   ac_status=$?
    39844869-  echo "$as_me:5322: \$? = $ac_status" >&5
    3985 +  echo "$as_me:5342: \$? = $ac_status" >&5
     4870+  echo "$as_me:5608: \$? = $ac_status" >&5
    39864871   (exit $ac_status); }; }; then
    39874872   cf_rpath_space=no
    39884873 else
    3989 @@ -5329,7 +5349,7 @@
     4874@@ -5329,16 +5615,16 @@
    39904875 fi
    39914876 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    39924877                LIBS="$cf_save_LIBS"
    39934878-               echo "$as_me:5332: result: $cf_rpath_space" >&5
    3994 +               echo "$as_me:5352: result: $cf_rpath_space" >&5
     4879+               echo "$as_me:5618: result: $cf_rpath_space" >&5
    39954880 echo "${ECHO_T}$cf_rpath_space" >&6
    3996                 test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt "
    3997                 MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}"
    3998 @@ -5338,7 +5358,7 @@
     4881-               test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt "
     4882-               MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}"
     4883+               test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
     4884+               MK_SHARED_LIB="$MK_SHARED_LIB $LD_RPATH_OPT\${libdir}"
     4885        fi
     4886 
    39994887 if test "$CC_SHARED_OPTS" = "unknown"; then
    40004888        for model in $cf_list_models; do
    40014889                if test "$model" = "shared"; then
    40024890-                       { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5
    4003 +                       { { echo "$as_me:5361: error: Shared libraries are not supported in this version" >&5
     4891+                       { { echo "$as_me:5627: error: Shared libraries are not supported in this version" >&5
    40044892 echo "$as_me: error: Shared libraries are not supported in this version" >&2;}
    40054893    { (exit 1); exit 1; }; }
    40064894                fi
    4007 @@ -5348,7 +5368,7 @@
     4895@@ -5348,7 +5634,7 @@
    40084896 ###############################################################################
    40094897 
    40104898 ###    use option --disable-overwrite to leave out the link to -lcurses
    40114899-echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5
    4012 +echo "$as_me:5371: checking if you wish to install ncurses overwriting curses" >&5
     4900+echo "$as_me:5637: checking if you wish to install ncurses overwriting curses" >&5
    40134901 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6
    40144902 
    40154903 # Check whether --enable-overwrite or --disable-overwrite was given.
    4016 @@ -5358,10 +5378,10 @@
     4904@@ -5358,10 +5644,10 @@
    40174905 else
    40184906   if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi
    40194907 fi;
    40204908-echo "$as_me:5361: result: $with_overwrite" >&5
    4021 +echo "$as_me:5381: result: $with_overwrite" >&5
     4909+echo "$as_me:5647: result: $with_overwrite" >&5
    40224910 echo "${ECHO_T}$with_overwrite" >&6
    40234911 
    40244912-echo "$as_me:5364: checking if external terminfo-database is used" >&5
    4025 +echo "$as_me:5384: checking if external terminfo-database is used" >&5
     4913+echo "$as_me:5650: checking if external terminfo-database is used" >&5
    40264914 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
    40274915 
    40284916 # Check whether --enable-database or --disable-database was given.
    4029 @@ -5371,7 +5391,7 @@
     4917@@ -5371,7 +5657,7 @@
    40304918 else
    40314919   use_database=yes
    40324920 fi;
    40334921-echo "$as_me:5374: result: $use_database" >&5
    4034 +echo "$as_me:5394: result: $use_database" >&5
     4922+echo "$as_me:5660: result: $use_database" >&5
    40354923 echo "${ECHO_T}$use_database" >&6
    40364924 
    40374925 case $host_os in #(vi
    4038 @@ -5393,7 +5413,7 @@
     4926@@ -5393,7 +5679,7 @@
    40394927 #define USE_DATABASE 1
    40404928 EOF
    40414929 
    40424930-       echo "$as_me:5396: checking which terminfo source-file will be installed" >&5
    4043 +       echo "$as_me:5416: checking which terminfo source-file will be installed" >&5
     4931+       echo "$as_me:5682: checking which terminfo source-file will be installed" >&5
    40444932 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6
    40454933 
    40464934 # Check whether --enable-database or --disable-database was given.
    4047 @@ -5401,10 +5421,10 @@
     4935@@ -5401,10 +5687,10 @@
    40484936   enableval="$enable_database"
    40494937   TERMINFO_SRC=$withval
    40504938 fi;
    40514939-       echo "$as_me:5404: result: $TERMINFO_SRC" >&5
    4052 +       echo "$as_me:5424: result: $TERMINFO_SRC" >&5
     4940+       echo "$as_me:5690: result: $TERMINFO_SRC" >&5
    40534941 echo "${ECHO_T}$TERMINFO_SRC" >&6
    40544942 
    40554943-       echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5
    4056 +       echo "$as_me:5427: checking whether to use hashed database instead of directory/tree" >&5
     4944+       echo "$as_me:5693: checking whether to use hashed database instead of directory/tree" >&5
    40574945 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6
    40584946 
    40594947 # Check whether --with-hashed-db or --without-hashed-db was given.
    4060 @@ -5414,13 +5434,13 @@
     4948@@ -5414,13 +5700,13 @@
    40614949 else
    40624950   with_hashed_db=no
    40634951 fi;
    40644952-       echo "$as_me:5417: result: $with_hashed_db" >&5
    4065 +       echo "$as_me:5437: result: $with_hashed_db" >&5
     4953+       echo "$as_me:5703: result: $with_hashed_db" >&5
    40664954 echo "${ECHO_T}$with_hashed_db" >&6
    40674955 else
     
    40704958 
    40714959-echo "$as_me:5423: checking for list of fallback descriptions" >&5
    4072 +echo "$as_me:5443: checking for list of fallback descriptions" >&5
     4960+echo "$as_me:5709: checking for list of fallback descriptions" >&5
    40734961 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6
    40744962 
    40754963 # Check whether --with-fallbacks or --without-fallbacks was given.
    4076 @@ -5430,11 +5450,11 @@
     4964@@ -5430,11 +5716,11 @@
    40774965 else
    40784966   with_fallback=
    40794967 fi;
    40804968-echo "$as_me:5433: result: $with_fallback" >&5
    4081 +echo "$as_me:5453: result: $with_fallback" >&5
     4969+echo "$as_me:5719: result: $with_fallback" >&5
    40824970 echo "${ECHO_T}$with_fallback" >&6
    40834971 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'`
    40844972 
    40854973-echo "$as_me:5437: checking if you want modern xterm or antique" >&5
    4086 +echo "$as_me:5457: checking if you want modern xterm or antique" >&5
     4974+echo "$as_me:5723: checking if you want modern xterm or antique" >&5
    40874975 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6
    40884976 
    40894977 # Check whether --with-xterm-new or --without-xterm-new was given.
    4090 @@ -5448,7 +5468,7 @@
     4978@@ -5448,7 +5734,7 @@
    40914979 no)    with_xterm_new=xterm-old;;
    40924980 *)     with_xterm_new=xterm-new;;
    40934981 esac
    40944982-echo "$as_me:5451: result: $with_xterm_new" >&5
    4095 +echo "$as_me:5471: result: $with_xterm_new" >&5
     4983+echo "$as_me:5737: result: $with_xterm_new" >&5
    40964984 echo "${ECHO_T}$with_xterm_new" >&6
    40974985 WHICH_XTERM=$with_xterm_new
    40984986 
    4099 @@ -5458,7 +5478,7 @@
     4987@@ -5458,7 +5744,7 @@
    41004988        MAKE_TERMINFO="#"
    41014989 else
    41024990 
    41034991-echo "$as_me:5461: checking for list of terminfo directories" >&5
    4104 +echo "$as_me:5481: checking for list of terminfo directories" >&5
     4992+echo "$as_me:5747: checking for list of terminfo directories" >&5
    41054993 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6
    41064994 
    41074995 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given.
    4108 @@ -5498,7 +5518,7 @@
     4996@@ -5498,7 +5784,7 @@
    41094997   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
    41104998   ;;
    41114999 *)
    41125000-  { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5
    4113 +  { { echo "$as_me:5521: error: expected a pathname, not \"$cf_src_path\"" >&5
     5001+  { { echo "$as_me:5787: error: expected a pathname, not \"$cf_src_path\"" >&5
    41145002 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
    41155003    { (exit 1); exit 1; }; }
    41165004   ;;
    4117 @@ -5511,13 +5531,13 @@
     5005@@ -5511,13 +5797,13 @@
    41185006 
    41195007 eval 'TERMINFO_DIRS="$cf_dst_path"'
    41205008 
    41215009-echo "$as_me:5514: result: $TERMINFO_DIRS" >&5
    4122 +echo "$as_me:5534: result: $TERMINFO_DIRS" >&5
     5010+echo "$as_me:5800: result: $TERMINFO_DIRS" >&5
    41235011 echo "${ECHO_T}$TERMINFO_DIRS" >&6
    41245012 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF
     
    41275015 
    41285016-echo "$as_me:5520: checking for default terminfo directory" >&5
    4129 +echo "$as_me:5540: checking for default terminfo directory" >&5
     5017+echo "$as_me:5806: checking for default terminfo directory" >&5
    41305018 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6
    41315019 
    41325020 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given.
    4133 @@ -5553,7 +5573,7 @@
     5021@@ -5553,7 +5839,7 @@
    41345022   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
    41355023   ;;
    41365024 *)
    41375025-  { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5
    4138 +  { { echo "$as_me:5576: error: expected a pathname, not \"$withval\"" >&5
     5026+  { { echo "$as_me:5842: error: expected a pathname, not \"$withval\"" >&5
    41395027 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    41405028    { (exit 1); exit 1; }; }
    41415029   ;;
    4142 @@ -5562,7 +5582,7 @@
     5030@@ -5562,7 +5848,7 @@
    41435031 fi
    41445032 TERMINFO="$withval"
    41455033 
    41465034-echo "$as_me:5565: result: $TERMINFO" >&5
    4147 +echo "$as_me:5585: result: $TERMINFO" >&5
     5035+echo "$as_me:5851: result: $TERMINFO" >&5
    41485036 echo "${ECHO_T}$TERMINFO" >&6
    41495037 cat >>confdefs.h <<EOF
    41505038 #define TERMINFO "$TERMINFO"
    4151 @@ -5572,7 +5592,7 @@
     5039@@ -5572,7 +5858,7 @@
    41525040 
    41535041 ###    use option --disable-big-core to make tic run on small machines
    41545042 ###    We need 4Mb, check if we can allocate 50% more than that.
    41555043-echo "$as_me:5575: checking if big-core option selected" >&5
    4156 +echo "$as_me:5595: checking if big-core option selected" >&5
     5044+echo "$as_me:5861: checking if big-core option selected" >&5
    41575045 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6
    41585046 
    41595047 # Check whether --enable-big-core or --disable-big-core was given.
    4160 @@ -5584,7 +5604,7 @@
     5048@@ -5584,7 +5870,7 @@
    41615049   with_big_core=no
    41625050 else
    41635051   cat >conftest.$ac_ext <<_ACEOF
    41645052-#line 5587 "configure"
    4165 +#line 5607 "configure"
     5053+#line 5873 "configure"
    41665054 #include "confdefs.h"
    41675055 
    41685056 #include <stdlib.h>
    4169 @@ -5598,15 +5618,15 @@
     5057@@ -5598,15 +5884,15 @@
    41705058 }
    41715059 _ACEOF
    41725060 rm -f conftest$ac_exeext
    41735061-if { (eval echo "$as_me:5601: \"$ac_link\"") >&5
    4174 +if { (eval echo "$as_me:5621: \"$ac_link\"") >&5
     5062+if { (eval echo "$as_me:5887: \"$ac_link\"") >&5
    41755063   (eval $ac_link) 2>&5
    41765064   ac_status=$?
    41775065-  echo "$as_me:5604: \$? = $ac_status" >&5
    4178 +  echo "$as_me:5624: \$? = $ac_status" >&5
     5066+  echo "$as_me:5890: \$? = $ac_status" >&5
    41795067   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    41805068-  { (eval echo "$as_me:5606: \"$ac_try\"") >&5
    4181 +  { (eval echo "$as_me:5626: \"$ac_try\"") >&5
     5069+  { (eval echo "$as_me:5892: \"$ac_try\"") >&5
    41825070   (eval $ac_try) 2>&5
    41835071   ac_status=$?
    41845072-  echo "$as_me:5609: \$? = $ac_status" >&5
    4185 +  echo "$as_me:5629: \$? = $ac_status" >&5
     5073+  echo "$as_me:5895: \$? = $ac_status" >&5
    41865074   (exit $ac_status); }; }; then
    41875075   with_big_core=yes
    41885076 else
    4189 @@ -5618,7 +5638,7 @@
     5077@@ -5618,7 +5904,7 @@
    41905078 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    41915079 fi
    41925080 fi;
    41935081-echo "$as_me:5621: result: $with_big_core" >&5
    4194 +echo "$as_me:5641: result: $with_big_core" >&5
     5082+echo "$as_me:5907: result: $with_big_core" >&5
    41955083 echo "${ECHO_T}$with_big_core" >&6
    41965084 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF
    41975085 #define HAVE_BIG_CORE 1
    4198 @@ -5627,7 +5647,7 @@
     5086@@ -5627,7 +5913,7 @@
    41995087 ### ISO C only guarantees 512-char strings, we have tables which load faster
    42005088 ### when constructed using "big" strings.  More than the C compiler, the awk
    42015089 ### program is a limit on most vendor UNIX systems.  Check that we can build.
    42025090-echo "$as_me:5630: checking if big-strings option selected" >&5
    4203 +echo "$as_me:5650: checking if big-strings option selected" >&5
     5091+echo "$as_me:5916: checking if big-strings option selected" >&5
    42045092 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6
    42055093 
    42065094 # Check whether --enable-big-strings or --disable-big-strings was given.
    4207 @@ -5636,29 +5656,29 @@
     5095@@ -5636,29 +5922,29 @@
    42085096   with_big_strings=$enableval
    42095097 else
     
    42385126 fi;
    42395127-echo "$as_me:5654: result: $with_big_strings" >&5
    4240 +echo "$as_me:5674: result: $with_big_strings" >&5
     5128+echo "$as_me:5940: result: $with_big_strings" >&5
    42415129 echo "${ECHO_T}$with_big_strings" >&6
    42425130 
     
    42465134 ###    use option --enable-termcap to compile in the termcap fallback support
    42475135-echo "$as_me:5661: checking if you want termcap-fallback support" >&5
    4248 +echo "$as_me:5681: checking if you want termcap-fallback support" >&5
     5136+echo "$as_me:5947: checking if you want termcap-fallback support" >&5
    42495137 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6
    42505138 
    42515139 # Check whether --enable-termcap or --disable-termcap was given.
    4252 @@ -5668,13 +5688,13 @@
     5140@@ -5668,13 +5954,13 @@
    42535141 else
    42545142   with_termcap=no
    42555143 fi;
    42565144-echo "$as_me:5671: result: $with_termcap" >&5
    4257 +echo "$as_me:5691: result: $with_termcap" >&5
     5145+echo "$as_me:5957: result: $with_termcap" >&5
    42585146 echo "${ECHO_T}$with_termcap" >&6
    42595147 
     
    42625150                if test -z "$with_fallback" ; then
    42635151-                       { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5
    4264 +                       { { echo "$as_me:5697: error: You have disabled the database w/o specifying fallbacks" >&5
     5152+                       { { echo "$as_me:5963: error: You have disabled the database w/o specifying fallbacks" >&5
    42655153 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;}
    42665154    { (exit 1); exit 1; }; }
    42675155                fi
    4268 @@ -5686,7 +5706,7 @@
     5156@@ -5686,7 +5972,7 @@
    42695157 else
    42705158 
    42715159 if test "$with_ticlib" != no ; then
    42725160-       { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
    4273 +       { { echo "$as_me:5709: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
     5161+       { { echo "$as_me:5975: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
    42745162 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;}
    42755163    { (exit 1); exit 1; }; }
    42765164 fi
    4277 @@ -5695,7 +5715,7 @@
     5165@@ -5695,7 +5981,7 @@
    42785166 #define USE_TERMCAP 1
    42795167 EOF
    42805168 
    42815169-echo "$as_me:5698: checking for list of termcap files" >&5
    4282 +echo "$as_me:5718: checking for list of termcap files" >&5
     5170+echo "$as_me:5984: checking for list of termcap files" >&5
    42835171 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6
    42845172 
    42855173 # Check whether --with-termpath or --without-termpath was given.
    4286 @@ -5735,7 +5755,7 @@
     5174@@ -5735,7 +6021,7 @@
    42875175   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
    42885176   ;;
    42895177 *)
    42905178-  { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5
    4291 +  { { echo "$as_me:5758: error: expected a pathname, not \"$cf_src_path\"" >&5
     5179+  { { echo "$as_me:6024: error: expected a pathname, not \"$cf_src_path\"" >&5
    42925180 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
    42935181    { (exit 1); exit 1; }; }
    42945182   ;;
    4295 @@ -5748,14 +5768,14 @@
     5183@@ -5748,14 +6034,14 @@
    42965184 
    42975185 eval 'TERMPATH="$cf_dst_path"'
    42985186 
    42995187-echo "$as_me:5751: result: $TERMPATH" >&5
    4300 +echo "$as_me:5771: result: $TERMPATH" >&5
     5188+echo "$as_me:6037: result: $TERMPATH" >&5
    43015189 echo "${ECHO_T}$TERMPATH" >&6
    43025190 test -n "$TERMPATH" && cat >>confdefs.h <<EOF
     
    43065194 ###    use option --enable-getcap to use a hacked getcap for reading termcaps
    43075195-echo "$as_me:5758: checking if fast termcap-loader is needed" >&5
    4308 +echo "$as_me:5778: checking if fast termcap-loader is needed" >&5
     5196+echo "$as_me:6044: checking if fast termcap-loader is needed" >&5
    43095197 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6
    43105198 
    43115199 # Check whether --enable-getcap or --disable-getcap was given.
    4312 @@ -5765,13 +5785,13 @@
     5200@@ -5765,13 +6051,13 @@
    43135201 else
    43145202   with_getcap=no
    43155203 fi;
    43165204-echo "$as_me:5768: result: $with_getcap" >&5
    4317 +echo "$as_me:5788: result: $with_getcap" >&5
     5205+echo "$as_me:6054: result: $with_getcap" >&5
    43185206 echo "${ECHO_T}$with_getcap" >&6
    43195207 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF
     
    43225210 
    43235211-echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5
    4324 +echo "$as_me:5794: checking if translated termcaps will be cached in ~/.terminfo" >&5
     5212+echo "$as_me:6060: checking if translated termcaps will be cached in ~/.terminfo" >&5
    43255213 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6
    43265214 
    43275215 # Check whether --enable-getcap-cache or --disable-getcap-cache was given.
    4328 @@ -5781,7 +5801,7 @@
     5216@@ -5781,7 +6067,7 @@
    43295217 else
    43305218   with_getcap_cache=no
    43315219 fi;
    43325220-echo "$as_me:5784: result: $with_getcap_cache" >&5
    4333 +echo "$as_me:5804: result: $with_getcap_cache" >&5
     5221+echo "$as_me:6070: result: $with_getcap_cache" >&5
    43345222 echo "${ECHO_T}$with_getcap_cache" >&6
    43355223 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF
    43365224 #define USE_GETCAP_CACHE 1
    4337 @@ -5790,7 +5810,7 @@
     5225@@ -5790,7 +6076,7 @@
    43385226 fi
    43395227 
    43405228 ###   Use option --disable-home-terminfo to completely remove ~/.terminfo
    43415229-echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5
    4342 +echo "$as_me:5813: checking if ~/.terminfo is wanted" >&5
     5230+echo "$as_me:6079: checking if ~/.terminfo is wanted" >&5
    43435231 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6
    43445232 
    43455233 # Check whether --enable-home-terminfo or --disable-home-terminfo was given.
    4346 @@ -5800,13 +5820,13 @@
     5234@@ -5800,13 +6086,13 @@
    43475235 else
    43485236   with_home_terminfo=yes
    43495237 fi;
    43505238-echo "$as_me:5803: result: $with_home_terminfo" >&5
    4351 +echo "$as_me:5823: result: $with_home_terminfo" >&5
     5239+echo "$as_me:6089: result: $with_home_terminfo" >&5
    43525240 echo "${ECHO_T}$with_home_terminfo" >&6
    43535241 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF
     
    43565244 
    43575245-echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5
    4358 +echo "$as_me:5829: checking if you want to use restricted environment when running as root" >&5
     5246+echo "$as_me:6095: checking if you want to use restricted environment when running as root" >&5
    43595247 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6
    43605248 
    43615249 # Check whether --enable-root-environ or --disable-root-environ was given.
    4362 @@ -5816,7 +5836,7 @@
     5250@@ -5816,7 +6102,7 @@
    43635251 else
    43645252   with_root_environ=yes
    43655253 fi;
    43665254-echo "$as_me:5819: result: $with_root_environ" >&5
    4367 +echo "$as_me:5839: result: $with_root_environ" >&5
     5255+echo "$as_me:6105: result: $with_root_environ" >&5
    43685256 echo "${ECHO_T}$with_root_environ" >&6
    43695257 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF
    43705258 #define USE_ROOT_ENVIRON 1
    4371 @@ -5830,13 +5850,13 @@
     5259@@ -5830,13 +6116,13 @@
    43725260        unlink
    43735261 do
    43745262 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    43755263-echo "$as_me:5833: checking for $ac_func" >&5
    4376 +echo "$as_me:5853: checking for $ac_func" >&5
     5264+echo "$as_me:6119: checking for $ac_func" >&5
    43775265 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    43785266 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    43815269   cat >conftest.$ac_ext <<_ACEOF
    43825270-#line 5839 "configure"
    4383 +#line 5859 "configure"
     5271+#line 6125 "configure"
    43845272 #include "confdefs.h"
    43855273 /* System header to define __stub macros and hopefully few prototypes,
    43865274     which can conflict with char $ac_func (); below.  */
    4387 @@ -5867,16 +5887,16 @@
     5275@@ -5867,16 +6153,16 @@
    43885276 }
    43895277 _ACEOF
    43905278 rm -f conftest.$ac_objext conftest$ac_exeext
    43915279-if { (eval echo "$as_me:5870: \"$ac_link\"") >&5
    4392 +if { (eval echo "$as_me:5890: \"$ac_link\"") >&5
     5280+if { (eval echo "$as_me:6156: \"$ac_link\"") >&5
    43935281   (eval $ac_link) 2>&5
    43945282   ac_status=$?
    43955283-  echo "$as_me:5873: \$? = $ac_status" >&5
    4396 +  echo "$as_me:5893: \$? = $ac_status" >&5
     5284+  echo "$as_me:6159: \$? = $ac_status" >&5
    43975285   (exit $ac_status); } &&
    43985286          { ac_try='test -s conftest$ac_exeext'
    43995287-  { (eval echo "$as_me:5876: \"$ac_try\"") >&5
    4400 +  { (eval echo "$as_me:5896: \"$ac_try\"") >&5
     5288+  { (eval echo "$as_me:6162: \"$ac_try\"") >&5
    44015289   (eval $ac_try) 2>&5
    44025290   ac_status=$?
    44035291-  echo "$as_me:5879: \$? = $ac_status" >&5
    4404 +  echo "$as_me:5899: \$? = $ac_status" >&5
     5292+  echo "$as_me:6165: \$? = $ac_status" >&5
    44055293   (exit $ac_status); }; }; then
    44065294   eval "$as_ac_var=yes"
    44075295 else
    4408 @@ -5886,7 +5906,7 @@
     5296@@ -5886,7 +6172,7 @@
    44095297 fi
    44105298 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    44115299 fi
    44125300-echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5
    4413 +echo "$as_me:5909: result: `eval echo '${'$as_ac_var'}'`" >&5
     5301+echo "$as_me:6175: result: `eval echo '${'$as_ac_var'}'`" >&5
    44145302 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    44155303 if test `eval echo '${'$as_ac_var'}'` = yes; then
    44165304   cat >>confdefs.h <<EOF
    4417 @@ -5903,13 +5923,13 @@
     5305@@ -5903,13 +6189,13 @@
    44185306                symlink
    44195307 do
    44205308 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    44215309-echo "$as_me:5906: checking for $ac_func" >&5
    4422 +echo "$as_me:5926: checking for $ac_func" >&5
     5310+echo "$as_me:6192: checking for $ac_func" >&5
    44235311 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    44245312 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    44275315   cat >conftest.$ac_ext <<_ACEOF
    44285316-#line 5912 "configure"
    4429 +#line 5932 "configure"
     5317+#line 6198 "configure"
    44305318 #include "confdefs.h"
    44315319 /* System header to define __stub macros and hopefully few prototypes,
    44325320     which can conflict with char $ac_func (); below.  */
    4433 @@ -5940,16 +5960,16 @@
     5321@@ -5940,16 +6226,16 @@
    44345322 }
    44355323 _ACEOF
    44365324 rm -f conftest.$ac_objext conftest$ac_exeext
    44375325-if { (eval echo "$as_me:5943: \"$ac_link\"") >&5
    4438 +if { (eval echo "$as_me:5963: \"$ac_link\"") >&5
     5326+if { (eval echo "$as_me:6229: \"$ac_link\"") >&5
    44395327   (eval $ac_link) 2>&5
    44405328   ac_status=$?
    44415329-  echo "$as_me:5946: \$? = $ac_status" >&5
    4442 +  echo "$as_me:5966: \$? = $ac_status" >&5
     5330+  echo "$as_me:6232: \$? = $ac_status" >&5
    44435331   (exit $ac_status); } &&
    44445332          { ac_try='test -s conftest$ac_exeext'
    44455333-  { (eval echo "$as_me:5949: \"$ac_try\"") >&5
    4446 +  { (eval echo "$as_me:5969: \"$ac_try\"") >&5
     5334+  { (eval echo "$as_me:6235: \"$ac_try\"") >&5
    44475335   (eval $ac_try) 2>&5
    44485336   ac_status=$?
    44495337-  echo "$as_me:5952: \$? = $ac_status" >&5
    4450 +  echo "$as_me:5972: \$? = $ac_status" >&5
     5338+  echo "$as_me:6238: \$? = $ac_status" >&5
    44515339   (exit $ac_status); }; }; then
    44525340   eval "$as_ac_var=yes"
    44535341 else
    4454 @@ -5959,7 +5979,7 @@
     5342@@ -5959,7 +6245,7 @@
    44555343 fi
    44565344 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    44575345 fi
    44585346-echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5
    4459 +echo "$as_me:5982: result: `eval echo '${'$as_ac_var'}'`" >&5
     5347+echo "$as_me:6248: result: `eval echo '${'$as_ac_var'}'`" >&5
    44605348 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    44615349 if test `eval echo '${'$as_ac_var'}'` = yes; then
    44625350   cat >>confdefs.h <<EOF
    4463 @@ -5970,7 +5990,7 @@
     5351@@ -5970,7 +6256,7 @@
    44645352 done
    44655353 
    44665354 else
    44675355-       echo "$as_me:5973: checking if link/symlink functions work" >&5
    4468 +       echo "$as_me:5993: checking if link/symlink functions work" >&5
     5356+       echo "$as_me:6259: checking if link/symlink functions work" >&5
    44695357 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6
    44705358 if test "${cf_cv_link_funcs+set}" = set; then
    44715359   echo $ECHO_N "(cached) $ECHO_C" >&6
    4472 @@ -5983,7 +6003,7 @@
     5360@@ -5983,7 +6269,7 @@
    44735361                        eval 'ac_cv_func_'$cf_func'=error'
    44745362 else
    44755363   cat >conftest.$ac_ext <<_ACEOF
    44765364-#line 5986 "configure"
    4477 +#line 6006 "configure"
     5365+#line 6272 "configure"
    44785366 #include "confdefs.h"
    44795367 
    44805368 #include <sys/types.h>
    4481 @@ -6013,15 +6033,15 @@
     5369@@ -6013,15 +6299,15 @@
    44825370 
    44835371 _ACEOF
    44845372 rm -f conftest$ac_exeext
    44855373-if { (eval echo "$as_me:6016: \"$ac_link\"") >&5
    4486 +if { (eval echo "$as_me:6036: \"$ac_link\"") >&5
     5374+if { (eval echo "$as_me:6302: \"$ac_link\"") >&5
    44875375   (eval $ac_link) 2>&5
    44885376   ac_status=$?
    44895377-  echo "$as_me:6019: \$? = $ac_status" >&5
    4490 +  echo "$as_me:6039: \$? = $ac_status" >&5
     5378+  echo "$as_me:6305: \$? = $ac_status" >&5
    44915379   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    44925380-  { (eval echo "$as_me:6021: \"$ac_try\"") >&5
    4493 +  { (eval echo "$as_me:6041: \"$ac_try\"") >&5
     5381+  { (eval echo "$as_me:6307: \"$ac_try\"") >&5
    44945382   (eval $ac_try) 2>&5
    44955383   ac_status=$?
    44965384-  echo "$as_me:6024: \$? = $ac_status" >&5
    4497 +  echo "$as_me:6044: \$? = $ac_status" >&5
     5385+  echo "$as_me:6310: \$? = $ac_status" >&5
    44985386   (exit $ac_status); }; }; then
    44995387 
    45005388                        cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
    4501 @@ -6039,7 +6059,7 @@
     5389@@ -6039,7 +6325,7 @@
    45025390                test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no
    45035391 
    45045392 fi
    45055393-echo "$as_me:6042: result: $cf_cv_link_funcs" >&5
    4506 +echo "$as_me:6062: result: $cf_cv_link_funcs" >&5
     5394+echo "$as_me:6328: result: $cf_cv_link_funcs" >&5
    45075395 echo "${ECHO_T}$cf_cv_link_funcs" >&6
    45085396        test "$ac_cv_func_link"    = yes && cat >>confdefs.h <<\EOF
    45095397 #define HAVE_LINK 1
    4510 @@ -6057,7 +6077,7 @@
     5398@@ -6057,7 +6343,7 @@
    45115399 # soft links (symbolic links) are useful for some systems where hard links do
    45125400 # not work, or to make it simpler to copy terminfo trees around.
    45135401 if test "$ac_cv_func_symlink" = yes ; then
    45145402-    echo "$as_me:6060: checking if tic should use symbolic links" >&5
    4515 +    echo "$as_me:6080: checking if tic should use symbolic links" >&5
     5403+    echo "$as_me:6346: checking if tic should use symbolic links" >&5
    45165404 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6
    45175405 
    45185406 # Check whether --enable-symlinks or --disable-symlinks was given.
    4519 @@ -6067,21 +6087,21 @@
     5407@@ -6067,21 +6353,21 @@
    45205408 else
    45215409   with_symlinks=no
    45225410 fi;
    45235411-    echo "$as_me:6070: result: $with_symlinks" >&5
    4524 +    echo "$as_me:6090: result: $with_symlinks" >&5
     5412+    echo "$as_me:6356: result: $with_symlinks" >&5
    45255413 echo "${ECHO_T}$with_symlinks" >&6
    45265414 fi
     
    45305418 if test "$with_symlinks" = no ; then
    45315419-    echo "$as_me:6077: checking if tic should use hard links" >&5
    4532 +    echo "$as_me:6097: checking if tic should use hard links" >&5
     5420+    echo "$as_me:6363: checking if tic should use hard links" >&5
    45335421 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6
    45345422     if test "$ac_cv_func_link" = yes ; then
     
    45385426     fi
    45395427-    echo "$as_me:6084: result: $with_links" >&5
    4540 +    echo "$as_me:6104: result: $with_links" >&5
     5428+    echo "$as_me:6370: result: $with_links" >&5
    45415429 echo "${ECHO_T}$with_links" >&6
    45425430 fi
    45435431 
    4544 @@ -6094,7 +6114,7 @@
     5432@@ -6094,7 +6380,7 @@
    45455433 EOF
    45465434 
    45475435 ###   use option --enable-broken-linker to force on use of broken-linker support
    45485436-echo "$as_me:6097: checking if you want broken-linker support code" >&5
    4549 +echo "$as_me:6117: checking if you want broken-linker support code" >&5
     5437+echo "$as_me:6383: checking if you want broken-linker support code" >&5
    45505438 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
    45515439 
    45525440 # Check whether --enable-broken_linker or --disable-broken_linker was given.
    4553 @@ -6104,7 +6124,7 @@
     5441@@ -6104,7 +6390,7 @@
    45545442 else
    45555443   with_broken_linker=${BROKEN_LINKER-no}
    45565444 fi;
    45575445-echo "$as_me:6107: result: $with_broken_linker" >&5
    4558 +echo "$as_me:6127: result: $with_broken_linker" >&5
     5446+echo "$as_me:6393: result: $with_broken_linker" >&5
    45595447 echo "${ECHO_T}$with_broken_linker" >&6
    45605448 
    45615449 BROKEN_LINKER=0
    4562 @@ -6124,14 +6144,14 @@
     5450@@ -6124,14 +6410,14 @@
    45635451                BROKEN_LINKER=1
    45645452                test -n "$verbose" && echo "    cygwin linker is broken anyway" 1>&6
    45655453 
    45665454-echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5
    4567 +echo "${as_me-configure}:6147: testing cygwin linker is broken anyway ..." 1>&5
     5455+echo "${as_me-configure}:6413: testing cygwin linker is broken anyway ..." 1>&5
    45685456 
    45695457                ;;
     
    45735461 ###   use option --enable-bsdpad to have tputs process BSD-style prefix padding
    45745462-echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5
    4575 +echo "$as_me:6154: checking if tputs should process BSD-style prefix padding" >&5
     5463+echo "$as_me:6420: checking if tputs should process BSD-style prefix padding" >&5
    45765464 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6
    45775465 
    45785466 # Check whether --enable-bsdpad or --disable-bsdpad was given.
    4579 @@ -6141,7 +6161,7 @@
     5467@@ -6141,7 +6427,7 @@
    45805468 else
    45815469   with_bsdpad=no
    45825470 fi;
    45835471-echo "$as_me:6144: result: $with_bsdpad" >&5
    4584 +echo "$as_me:6164: result: $with_bsdpad" >&5
     5472+echo "$as_me:6430: result: $with_bsdpad" >&5
    45855473 echo "${ECHO_T}$with_bsdpad" >&6
    45865474 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF
    45875475 #define BSD_TPUTS 1
    4588 @@ -6158,7 +6178,7 @@
     5476@@ -6158,7 +6444,7 @@
    45895477 
    45905478 # Check to define _XOPEN_SOURCE "automatically"
    45915479 
    45925480-echo "$as_me:6161: checking if $CC -U and -D options work together" >&5
    4593 +echo "$as_me:6181: checking if $CC -U and -D options work together" >&5
     5481+echo "$as_me:6447: checking if $CC -U and -D options work together" >&5
    45945482 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6
    45955483 if test "${cf_cv_cc_u_d_options+set}" = set; then
    45965484   echo $ECHO_N "(cached) $ECHO_C" >&6
    4597 @@ -6167,7 +6187,7 @@
     5485@@ -6167,7 +6453,7 @@
    45985486        cf_save_CPPFLAGS="$CPPFLAGS"
    45995487        CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS"
    46005488        cat >conftest.$ac_ext <<_ACEOF
    46015489-#line 6170 "configure"
    4602 +#line 6190 "configure"
     5490+#line 6456 "configure"
    46035491 #include "confdefs.h"
    46045492 
    46055493 int
    4606 @@ -6186,16 +6206,16 @@
     5494@@ -6186,16 +6472,16 @@
    46075495 }
    46085496 _ACEOF
    46095497 rm -f conftest.$ac_objext
    46105498-if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5
    4611 +if { (eval echo "$as_me:6209: \"$ac_compile\"") >&5
     5499+if { (eval echo "$as_me:6475: \"$ac_compile\"") >&5
    46125500   (eval $ac_compile) 2>&5
    46135501   ac_status=$?
    46145502-  echo "$as_me:6192: \$? = $ac_status" >&5
    4615 +  echo "$as_me:6212: \$? = $ac_status" >&5
     5503+  echo "$as_me:6478: \$? = $ac_status" >&5
    46165504   (exit $ac_status); } &&
    46175505          { ac_try='test -s conftest.$ac_objext'
    46185506-  { (eval echo "$as_me:6195: \"$ac_try\"") >&5
    4619 +  { (eval echo "$as_me:6215: \"$ac_try\"") >&5
     5507+  { (eval echo "$as_me:6481: \"$ac_try\"") >&5
    46205508   (eval $ac_try) 2>&5
    46215509   ac_status=$?
    46225510-  echo "$as_me:6198: \$? = $ac_status" >&5
    4623 +  echo "$as_me:6218: \$? = $ac_status" >&5
     5511+  echo "$as_me:6484: \$? = $ac_status" >&5
    46245512   (exit $ac_status); }; }; then
    46255513 
    46265514        cf_cv_cc_u_d_options=yes
    4627 @@ -6209,14 +6229,14 @@
     5515@@ -6209,14 +6495,14 @@
    46285516        CPPFLAGS="$cf_save_CPPFLAGS"
    46295517 
    46305518 fi
    46315519-echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5
    4632 +echo "$as_me:6232: result: $cf_cv_cc_u_d_options" >&5
     5520+echo "$as_me:6498: result: $cf_cv_cc_u_d_options" >&5
    46335521 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6
    46345522 
     
    46425530        ;;
    46435531 freebsd*|dragonfly*) #(vi
    4644 @@ -6233,16 +6253,16 @@
     5532@@ -6233,16 +6519,16 @@
    46455533 irix[56].*) #(vi
    46465534        CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
     
    46505538 
    46515539-echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5
    4652 +echo "$as_me:6258: checking if we must define _GNU_SOURCE" >&5
     5540+echo "$as_me:6524: checking if we must define _GNU_SOURCE" >&5
    46535541 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
    46545542 if test "${cf_cv_gnu_source+set}" = set; then
     
    46585546 cat >conftest.$ac_ext <<_ACEOF
    46595547-#line 6245 "configure"
    4660 +#line 6265 "configure"
     5548+#line 6531 "configure"
    46615549 #include "confdefs.h"
    46625550 #include <sys/types.h>
    46635551 int
    4664 @@ -6257,16 +6277,16 @@
     5552@@ -6257,16 +6543,16 @@
    46655553 }
    46665554 _ACEOF
    46675555 rm -f conftest.$ac_objext
    46685556-if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5
    4669 +if { (eval echo "$as_me:6280: \"$ac_compile\"") >&5
     5557+if { (eval echo "$as_me:6546: \"$ac_compile\"") >&5
    46705558   (eval $ac_compile) 2>&5
    46715559   ac_status=$?
    46725560-  echo "$as_me:6263: \$? = $ac_status" >&5
    4673 +  echo "$as_me:6283: \$? = $ac_status" >&5
     5561+  echo "$as_me:6549: \$? = $ac_status" >&5
    46745562   (exit $ac_status); } &&
    46755563          { ac_try='test -s conftest.$ac_objext'
    46765564-  { (eval echo "$as_me:6266: \"$ac_try\"") >&5
    4677 +  { (eval echo "$as_me:6286: \"$ac_try\"") >&5
     5565+  { (eval echo "$as_me:6552: \"$ac_try\"") >&5
    46785566   (eval $ac_try) 2>&5
    46795567   ac_status=$?
    46805568-  echo "$as_me:6269: \$? = $ac_status" >&5
    4681 +  echo "$as_me:6289: \$? = $ac_status" >&5
     5569+  echo "$as_me:6555: \$? = $ac_status" >&5
    46825570   (exit $ac_status); }; }; then
    46835571   cf_cv_gnu_source=no
    46845572 else
    4685 @@ -6275,7 +6295,7 @@
     5573@@ -6275,7 +6561,7 @@
    46865574 cf_save="$CPPFLAGS"
    46875575         CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    46885576         cat >conftest.$ac_ext <<_ACEOF
    46895577-#line 6278 "configure"
    4690 +#line 6298 "configure"
     5578+#line 6564 "configure"
    46915579 #include "confdefs.h"
    46925580 #include <sys/types.h>
    46935581 int
    4694 @@ -6290,16 +6310,16 @@
     5582@@ -6290,16 +6576,16 @@
    46955583 }
    46965584 _ACEOF
    46975585 rm -f conftest.$ac_objext
    46985586-if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5
    4699 +if { (eval echo "$as_me:6313: \"$ac_compile\"") >&5
     5587+if { (eval echo "$as_me:6579: \"$ac_compile\"") >&5
    47005588   (eval $ac_compile) 2>&5
    47015589   ac_status=$?
    47025590-  echo "$as_me:6296: \$? = $ac_status" >&5
    4703 +  echo "$as_me:6316: \$? = $ac_status" >&5
     5591+  echo "$as_me:6582: \$? = $ac_status" >&5
    47045592   (exit $ac_status); } &&
    47055593          { ac_try='test -s conftest.$ac_objext'
    47065594-  { (eval echo "$as_me:6299: \"$ac_try\"") >&5
    4707 +  { (eval echo "$as_me:6319: \"$ac_try\"") >&5
     5595+  { (eval echo "$as_me:6585: \"$ac_try\"") >&5
    47085596   (eval $ac_try) 2>&5
    47095597   ac_status=$?
    47105598-  echo "$as_me:6302: \$? = $ac_status" >&5
    4711 +  echo "$as_me:6322: \$? = $ac_status" >&5
     5599+  echo "$as_me:6588: \$? = $ac_status" >&5
    47125600   (exit $ac_status); }; }; then
    47135601   cf_cv_gnu_source=no
    47145602 else
    4715 @@ -6314,7 +6334,7 @@
     5603@@ -6314,7 +6600,7 @@
    47165604 rm -f conftest.$ac_objext conftest.$ac_ext
    47175605 
    47185606 fi
    47195607-echo "$as_me:6317: result: $cf_cv_gnu_source" >&5
    4720 +echo "$as_me:6337: result: $cf_cv_gnu_source" >&5
     5608+echo "$as_me:6603: result: $cf_cv_gnu_source" >&5
    47215609 echo "${ECHO_T}$cf_cv_gnu_source" >&6
    47225610 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    47235611 
    4724 @@ -6341,14 +6361,14 @@
     5612@@ -6341,14 +6627,14 @@
    47255613        CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
    47265614        ;;
    47275615 *)
    47285616-       echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5
    4729 +       echo "$as_me:6364: checking if we should define _XOPEN_SOURCE" >&5
     5617+       echo "$as_me:6630: checking if we should define _XOPEN_SOURCE" >&5
    47305618 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
    47315619 if test "${cf_cv_xopen_source+set}" = set; then
     
    47355623        cat >conftest.$ac_ext <<_ACEOF
    47365624-#line 6351 "configure"
    4737 +#line 6371 "configure"
     5625+#line 6637 "configure"
    47385626 #include "confdefs.h"
    47395627 #include <sys/types.h>
    47405628 int
    4741 @@ -6363,16 +6383,16 @@
     5629@@ -6363,16 +6649,16 @@
    47425630 }
    47435631 _ACEOF
    47445632 rm -f conftest.$ac_objext
    47455633-if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5
    4746 +if { (eval echo "$as_me:6386: \"$ac_compile\"") >&5
     5634+if { (eval echo "$as_me:6652: \"$ac_compile\"") >&5
    47475635   (eval $ac_compile) 2>&5
    47485636   ac_status=$?
    47495637-  echo "$as_me:6369: \$? = $ac_status" >&5
    4750 +  echo "$as_me:6389: \$? = $ac_status" >&5
     5638+  echo "$as_me:6655: \$? = $ac_status" >&5
    47515639   (exit $ac_status); } &&
    47525640          { ac_try='test -s conftest.$ac_objext'
    47535641-  { (eval echo "$as_me:6372: \"$ac_try\"") >&5
    4754 +  { (eval echo "$as_me:6392: \"$ac_try\"") >&5
     5642+  { (eval echo "$as_me:6658: \"$ac_try\"") >&5
    47555643   (eval $ac_try) 2>&5
    47565644   ac_status=$?
    47575645-  echo "$as_me:6375: \$? = $ac_status" >&5
    4758 +  echo "$as_me:6395: \$? = $ac_status" >&5
     5646+  echo "$as_me:6661: \$? = $ac_status" >&5
    47595647   (exit $ac_status); }; }; then
    47605648   cf_cv_xopen_source=no
    47615649 else
    4762 @@ -6381,7 +6401,7 @@
     5650@@ -6381,7 +6667,7 @@
    47635651 cf_save="$CPPFLAGS"
    47645652         CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
    47655653         cat >conftest.$ac_ext <<_ACEOF
    47665654-#line 6384 "configure"
    4767 +#line 6404 "configure"
     5655+#line 6670 "configure"
    47685656 #include "confdefs.h"
    47695657 #include <sys/types.h>
    47705658 int
    4771 @@ -6396,16 +6416,16 @@
     5659@@ -6396,16 +6682,16 @@
    47725660 }
    47735661 _ACEOF
    47745662 rm -f conftest.$ac_objext
    47755663-if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5
    4776 +if { (eval echo "$as_me:6419: \"$ac_compile\"") >&5
     5664+if { (eval echo "$as_me:6685: \"$ac_compile\"") >&5
    47775665   (eval $ac_compile) 2>&5
    47785666   ac_status=$?
    47795667-  echo "$as_me:6402: \$? = $ac_status" >&5
    4780 +  echo "$as_me:6422: \$? = $ac_status" >&5
     5668+  echo "$as_me:6688: \$? = $ac_status" >&5
    47815669   (exit $ac_status); } &&
    47825670          { ac_try='test -s conftest.$ac_objext'
    47835671-  { (eval echo "$as_me:6405: \"$ac_try\"") >&5
    4784 +  { (eval echo "$as_me:6425: \"$ac_try\"") >&5
     5672+  { (eval echo "$as_me:6691: \"$ac_try\"") >&5
    47855673   (eval $ac_try) 2>&5
    47865674   ac_status=$?
    47875675-  echo "$as_me:6408: \$? = $ac_status" >&5
    4788 +  echo "$as_me:6428: \$? = $ac_status" >&5
     5676+  echo "$as_me:6694: \$? = $ac_status" >&5
    47895677   (exit $ac_status); }; }; then
    47905678   cf_cv_xopen_source=no
    47915679 else
    4792 @@ -6420,7 +6440,7 @@
     5680@@ -6420,7 +6706,7 @@
    47935681 rm -f conftest.$ac_objext conftest.$ac_ext
    47945682 
    47955683 fi
    47965684-echo "$as_me:6423: result: $cf_cv_xopen_source" >&5
    4797 +echo "$as_me:6443: result: $cf_cv_xopen_source" >&5
     5685+echo "$as_me:6709: result: $cf_cv_xopen_source" >&5
    47985686 echo "${ECHO_T}$cf_cv_xopen_source" >&6
    47995687        if test "$cf_cv_xopen_source" != no ; then
    48005688 
    4801 @@ -6454,16 +6474,16 @@
     5689@@ -6454,16 +6740,16 @@
    48025690        sed     -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?[         ]/ /g' \
    48035691                -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?$//g'`
    48045692 
    48055693-echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5
    4806 +echo "$as_me:6477: checking if we should define _POSIX_C_SOURCE" >&5
     5694+echo "$as_me:6743: checking if we should define _POSIX_C_SOURCE" >&5
    48075695 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
    48085696 if test "${cf_cv_posix_c_source+set}" = set; then
     
    48115699 
    48125700-echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5
    4813 +echo "${as_me-configure}:6483: testing if the symbol is already defined go no further ..." 1>&5
     5701+echo "${as_me-configure}:6749: testing if the symbol is already defined go no further ..." 1>&5
    48145702 
    48155703        cat >conftest.$ac_ext <<_ACEOF
    48165704-#line 6466 "configure"
    4817 +#line 6486 "configure"
     5705+#line 6752 "configure"
    48185706 #include "confdefs.h"
    48195707 #include <sys/types.h>
    48205708 int
    4821 @@ -6478,16 +6498,16 @@
     5709@@ -6478,16 +6764,16 @@
    48225710 }
    48235711 _ACEOF
    48245712 rm -f conftest.$ac_objext
    48255713-if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5
    4826 +if { (eval echo "$as_me:6501: \"$ac_compile\"") >&5
     5714+if { (eval echo "$as_me:6767: \"$ac_compile\"") >&5
    48275715   (eval $ac_compile) 2>&5
    48285716   ac_status=$?
    48295717-  echo "$as_me:6484: \$? = $ac_status" >&5
    4830 +  echo "$as_me:6504: \$? = $ac_status" >&5
     5718+  echo "$as_me:6770: \$? = $ac_status" >&5
    48315719   (exit $ac_status); } &&
    48325720          { ac_try='test -s conftest.$ac_objext'
    48335721-  { (eval echo "$as_me:6487: \"$ac_try\"") >&5
    4834 +  { (eval echo "$as_me:6507: \"$ac_try\"") >&5
     5722+  { (eval echo "$as_me:6773: \"$ac_try\"") >&5
    48355723   (eval $ac_try) 2>&5
    48365724   ac_status=$?
    48375725-  echo "$as_me:6490: \$? = $ac_status" >&5
    4838 +  echo "$as_me:6510: \$? = $ac_status" >&5
     5726+  echo "$as_me:6776: \$? = $ac_status" >&5
    48395727   (exit $ac_status); }; }; then
    48405728   cf_cv_posix_c_source=no
    48415729 else
    4842 @@ -6508,7 +6528,7 @@
     5730@@ -6508,7 +6794,7 @@
    48435731         esac
    48445732         if test "$cf_want_posix_source" = yes ; then
    48455733                cat >conftest.$ac_ext <<_ACEOF
    48465734-#line 6511 "configure"
    4847 +#line 6531 "configure"
     5735+#line 6797 "configure"
    48485736 #include "confdefs.h"
    48495737 #include <sys/types.h>
    48505738 int
    4851 @@ -6523,16 +6543,16 @@
     5739@@ -6523,16 +6809,16 @@
    48525740 }
    48535741 _ACEOF
    48545742 rm -f conftest.$ac_objext
    48555743-if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5
    4856 +if { (eval echo "$as_me:6546: \"$ac_compile\"") >&5
     5744+if { (eval echo "$as_me:6812: \"$ac_compile\"") >&5
    48575745   (eval $ac_compile) 2>&5
    48585746   ac_status=$?
    48595747-  echo "$as_me:6529: \$? = $ac_status" >&5
    4860 +  echo "$as_me:6549: \$? = $ac_status" >&5
     5748+  echo "$as_me:6815: \$? = $ac_status" >&5
    48615749   (exit $ac_status); } &&
    48625750          { ac_try='test -s conftest.$ac_objext'
    48635751-  { (eval echo "$as_me:6532: \"$ac_try\"") >&5
    4864 +  { (eval echo "$as_me:6552: \"$ac_try\"") >&5
     5752+  { (eval echo "$as_me:6818: \"$ac_try\"") >&5
    48655753   (eval $ac_try) 2>&5
    48665754   ac_status=$?
    48675755-  echo "$as_me:6535: \$? = $ac_status" >&5
    4868 +  echo "$as_me:6555: \$? = $ac_status" >&5
     5756+  echo "$as_me:6821: \$? = $ac_status" >&5
    48695757   (exit $ac_status); }; }; then
    48705758   :
    48715759 else
    4872 @@ -6543,15 +6563,15 @@
     5760@@ -6543,15 +6829,15 @@
    48735761 rm -f conftest.$ac_objext conftest.$ac_ext
    48745762         fi
    48755763 
    48765764-echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    4877 +echo "${as_me-configure}:6566: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
     5765+echo "${as_me-configure}:6832: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    48785766 
    48795767         CFLAGS="$cf_trim_CFLAGS"
     
    48815769 
    48825770-echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5
    4883 +echo "${as_me-configure}:6571: testing if the second compile does not leave our definition intact error ..." 1>&5
     5771+echo "${as_me-configure}:6837: testing if the second compile does not leave our definition intact error ..." 1>&5
    48845772 
    48855773         cat >conftest.$ac_ext <<_ACEOF
    48865774-#line 6554 "configure"
    4887 +#line 6574 "configure"
     5775+#line 6840 "configure"
    48885776 #include "confdefs.h"
    48895777 #include <sys/types.h>
    48905778 int
    4891 @@ -6566,16 +6586,16 @@
     5779@@ -6566,16 +6852,16 @@
    48925780 }
    48935781 _ACEOF
    48945782 rm -f conftest.$ac_objext
    48955783-if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5
    4896 +if { (eval echo "$as_me:6589: \"$ac_compile\"") >&5
     5784+if { (eval echo "$as_me:6855: \"$ac_compile\"") >&5
    48975785   (eval $ac_compile) 2>&5
    48985786   ac_status=$?
    48995787-  echo "$as_me:6572: \$? = $ac_status" >&5
    4900 +  echo "$as_me:6592: \$? = $ac_status" >&5
     5788+  echo "$as_me:6858: \$? = $ac_status" >&5
    49015789   (exit $ac_status); } &&
    49025790          { ac_try='test -s conftest.$ac_objext'
    49035791-  { (eval echo "$as_me:6575: \"$ac_try\"") >&5
    4904 +  { (eval echo "$as_me:6595: \"$ac_try\"") >&5
     5792+  { (eval echo "$as_me:6861: \"$ac_try\"") >&5
    49055793   (eval $ac_try) 2>&5
    49065794   ac_status=$?
    49075795-  echo "$as_me:6578: \$? = $ac_status" >&5
    4908 +  echo "$as_me:6598: \$? = $ac_status" >&5
     5796+  echo "$as_me:6864: \$? = $ac_status" >&5
    49095797   (exit $ac_status); }; }; then
    49105798   :
    49115799 else
    4912 @@ -6591,7 +6611,7 @@
     5800@@ -6591,7 +6877,7 @@
    49135801 rm -f conftest.$ac_objext conftest.$ac_ext
    49145802 
    49155803 fi
    49165804-echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5
    4917 +echo "$as_me:6614: result: $cf_cv_posix_c_source" >&5
     5805+echo "$as_me:6880: result: $cf_cv_posix_c_source" >&5
    49185806 echo "${ECHO_T}$cf_cv_posix_c_source" >&6
    49195807 
    49205808 if test "$cf_cv_posix_c_source" != no ; then
    4921 @@ -6610,14 +6630,14 @@
     5809@@ -6610,14 +6896,14 @@
    49225810 
    49235811 # Work around breakage on OS X
    49245812 
    49255813-echo "$as_me:6613: checking if SIGWINCH is defined" >&5
    4926 +echo "$as_me:6633: checking if SIGWINCH is defined" >&5
     5814+echo "$as_me:6899: checking if SIGWINCH is defined" >&5
    49275815 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6
    49285816 if test "${cf_cv_define_sigwinch+set}" = set; then
     
    49325820        cat >conftest.$ac_ext <<_ACEOF
    49335821-#line 6620 "configure"
    4934 +#line 6640 "configure"
     5822+#line 6906 "configure"
    49355823 #include "confdefs.h"
    49365824 
    49375825 #include <sys/types.h>
    4938 @@ -6632,23 +6652,23 @@
     5826@@ -6632,23 +6918,23 @@
    49395827 }
    49405828 _ACEOF
    49415829 rm -f conftest.$ac_objext
    49425830-if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5
    4943 +if { (eval echo "$as_me:6655: \"$ac_compile\"") >&5
     5831+if { (eval echo "$as_me:6921: \"$ac_compile\"") >&5
    49445832   (eval $ac_compile) 2>&5
    49455833   ac_status=$?
    49465834-  echo "$as_me:6638: \$? = $ac_status" >&5
    4947 +  echo "$as_me:6658: \$? = $ac_status" >&5
     5835+  echo "$as_me:6924: \$? = $ac_status" >&5
    49485836   (exit $ac_status); } &&
    49495837          { ac_try='test -s conftest.$ac_objext'
    49505838-  { (eval echo "$as_me:6641: \"$ac_try\"") >&5
    4951 +  { (eval echo "$as_me:6661: \"$ac_try\"") >&5
     5839+  { (eval echo "$as_me:6927: \"$ac_try\"") >&5
    49525840   (eval $ac_try) 2>&5
    49535841   ac_status=$?
    49545842-  echo "$as_me:6644: \$? = $ac_status" >&5
    4955 +  echo "$as_me:6664: \$? = $ac_status" >&5
     5843+  echo "$as_me:6930: \$? = $ac_status" >&5
    49565844   (exit $ac_status); }; }; then
    49575845   cf_cv_define_sigwinch=yes
     
    49615849 cat >conftest.$ac_ext <<_ACEOF
    49625850-#line 6651 "configure"
    4963 +#line 6671 "configure"
     5851+#line 6937 "configure"
    49645852 #include "confdefs.h"
    49655853 
    49665854 #undef _XOPEN_SOURCE
    4967 @@ -6666,16 +6686,16 @@
     5855@@ -6666,16 +6952,16 @@
    49685856 }
    49695857 _ACEOF
    49705858 rm -f conftest.$ac_objext
    49715859-if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5
    4972 +if { (eval echo "$as_me:6689: \"$ac_compile\"") >&5
     5860+if { (eval echo "$as_me:6955: \"$ac_compile\"") >&5
    49735861   (eval $ac_compile) 2>&5
    49745862   ac_status=$?
    49755863-  echo "$as_me:6672: \$? = $ac_status" >&5
    4976 +  echo "$as_me:6692: \$? = $ac_status" >&5
     5864+  echo "$as_me:6958: \$? = $ac_status" >&5
    49775865   (exit $ac_status); } &&
    49785866          { ac_try='test -s conftest.$ac_objext'
    49795867-  { (eval echo "$as_me:6675: \"$ac_try\"") >&5
    4980 +  { (eval echo "$as_me:6695: \"$ac_try\"") >&5
     5868+  { (eval echo "$as_me:6961: \"$ac_try\"") >&5
    49815869   (eval $ac_try) 2>&5
    49825870   ac_status=$?
    49835871-  echo "$as_me:6678: \$? = $ac_status" >&5
    4984 +  echo "$as_me:6698: \$? = $ac_status" >&5
     5872+  echo "$as_me:6964: \$? = $ac_status" >&5
    49855873   (exit $ac_status); }; }; then
    49865874   cf_cv_define_sigwinch=maybe
    49875875 else
    4988 @@ -6689,11 +6709,11 @@
     5876@@ -6689,11 +6975,11 @@
    49895877 rm -f conftest.$ac_objext conftest.$ac_ext
    49905878 
    49915879 fi
    49925880-echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5
    4993 +echo "$as_me:6712: result: $cf_cv_define_sigwinch" >&5
     5881+echo "$as_me:6978: result: $cf_cv_define_sigwinch" >&5
    49945882 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6
    49955883 
    49965884 if test "$cf_cv_define_sigwinch" = maybe ; then
    49975885-echo "$as_me:6696: checking for actual SIGWINCH definition" >&5
    4998 +echo "$as_me:6716: checking for actual SIGWINCH definition" >&5
     5886+echo "$as_me:6982: checking for actual SIGWINCH definition" >&5
    49995887 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6
    50005888 if test "${cf_cv_fixup_sigwinch+set}" = set; then
    50015889   echo $ECHO_N "(cached) $ECHO_C" >&6
    5002 @@ -6704,7 +6724,7 @@
     5890@@ -6704,7 +6990,7 @@
    50035891 while test $cf_sigwinch != 1
    50045892 do
    50055893        cat >conftest.$ac_ext <<_ACEOF
    50065894-#line 6707 "configure"
    5007 +#line 6727 "configure"
     5895+#line 6993 "configure"
    50085896 #include "confdefs.h"
    50095897 
    50105898 #undef _XOPEN_SOURCE
    5011 @@ -6726,16 +6746,16 @@
     5899@@ -6726,16 +7012,16 @@
    50125900 }
    50135901 _ACEOF
    50145902 rm -f conftest.$ac_objext
    50155903-if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5
    5016 +if { (eval echo "$as_me:6749: \"$ac_compile\"") >&5
     5904+if { (eval echo "$as_me:7015: \"$ac_compile\"") >&5
    50175905   (eval $ac_compile) 2>&5
    50185906   ac_status=$?
    50195907-  echo "$as_me:6732: \$? = $ac_status" >&5
    5020 +  echo "$as_me:6752: \$? = $ac_status" >&5
     5908+  echo "$as_me:7018: \$? = $ac_status" >&5
    50215909   (exit $ac_status); } &&
    50225910          { ac_try='test -s conftest.$ac_objext'
    50235911-  { (eval echo "$as_me:6735: \"$ac_try\"") >&5
    5024 +  { (eval echo "$as_me:6755: \"$ac_try\"") >&5
     5912+  { (eval echo "$as_me:7021: \"$ac_try\"") >&5
    50255913   (eval $ac_try) 2>&5
    50265914   ac_status=$?
    50275915-  echo "$as_me:6738: \$? = $ac_status" >&5
    5028 +  echo "$as_me:6758: \$? = $ac_status" >&5
     5916+  echo "$as_me:7024: \$? = $ac_status" >&5
    50295917   (exit $ac_status); }; }; then
    50305918   cf_cv_fixup_sigwinch=$cf_sigwinch
    50315919         break
    5032 @@ -6749,7 +6769,7 @@
     5920@@ -6749,7 +7035,7 @@
    50335921 done
    50345922 
    50355923 fi
    50365924-echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5
    5037 +echo "$as_me:6772: result: $cf_cv_fixup_sigwinch" >&5
     5925+echo "$as_me:7038: result: $cf_cv_fixup_sigwinch" >&5
    50385926 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6
    50395927 
    50405928        if test "$cf_cv_fixup_sigwinch" != unknown ; then
    5041 @@ -6759,13 +6779,13 @@
     5929@@ -6759,13 +7045,13 @@
    50425930 
    50435931 # Checks for CODESET support.
    50445932 
    50455933-  echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5
    5046 +  echo "$as_me:6782: checking for nl_langinfo and CODESET" >&5
     5934+  echo "$as_me:7048: checking for nl_langinfo and CODESET" >&5
    50475935 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
    50485936 if test "${am_cv_langinfo_codeset+set}" = set; then
     
    50515939   cat >conftest.$ac_ext <<_ACEOF
    50525940-#line 6768 "configure"
    5053 +#line 6788 "configure"
     5941+#line 7054 "configure"
    50545942 #include "confdefs.h"
    50555943 #include <langinfo.h>
    50565944 int
    5057 @@ -6777,16 +6797,16 @@
     5945@@ -6777,16 +7063,16 @@
    50585946 }
    50595947 _ACEOF
    50605948 rm -f conftest.$ac_objext conftest$ac_exeext
    50615949-if { (eval echo "$as_me:6780: \"$ac_link\"") >&5
    5062 +if { (eval echo "$as_me:6800: \"$ac_link\"") >&5
     5950+if { (eval echo "$as_me:7066: \"$ac_link\"") >&5
    50635951   (eval $ac_link) 2>&5
    50645952   ac_status=$?
    50655953-  echo "$as_me:6783: \$? = $ac_status" >&5
    5066 +  echo "$as_me:6803: \$? = $ac_status" >&5
     5954+  echo "$as_me:7069: \$? = $ac_status" >&5
    50675955   (exit $ac_status); } &&
    50685956          { ac_try='test -s conftest$ac_exeext'
    50695957-  { (eval echo "$as_me:6786: \"$ac_try\"") >&5
    5070 +  { (eval echo "$as_me:6806: \"$ac_try\"") >&5
     5958+  { (eval echo "$as_me:7072: \"$ac_try\"") >&5
    50715959   (eval $ac_try) 2>&5
    50725960   ac_status=$?
    50735961-  echo "$as_me:6789: \$? = $ac_status" >&5
    5074 +  echo "$as_me:6809: \$? = $ac_status" >&5
     5962+  echo "$as_me:7075: \$? = $ac_status" >&5
    50755963   (exit $ac_status); }; }; then
    50765964   am_cv_langinfo_codeset=yes
    50775965 else
    5078 @@ -6797,7 +6817,7 @@
     5966@@ -6797,7 +7083,7 @@
    50795967 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    50805968 
    50815969 fi
    50825970-echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5
    5083 +echo "$as_me:6820: result: $am_cv_langinfo_codeset" >&5
     5971+echo "$as_me:7086: result: $am_cv_langinfo_codeset" >&5
    50845972 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
    50855973   if test $am_cv_langinfo_codeset = yes; then
    50865974 
    5087 @@ -6811,7 +6831,7 @@
     5975@@ -6811,7 +7097,7 @@
    50885976 NCURSES_OK_WCHAR_T=
    50895977 NCURSES_OK_WINT_T=
    50905978 
    50915979-echo "$as_me:6814: checking if you want wide-character code" >&5
    5092 +echo "$as_me:6834: checking if you want wide-character code" >&5
     5980+echo "$as_me:7100: checking if you want wide-character code" >&5
    50935981 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
    50945982 
    50955983 # Check whether --enable-widec or --disable-widec was given.
    5096 @@ -6821,7 +6841,7 @@
     5984@@ -6821,7 +7107,7 @@
    50975985 else
    50985986   with_widec=no
    50995987 fi;
    51005988-echo "$as_me:6824: result: $with_widec" >&5
    5101 +echo "$as_me:6844: result: $with_widec" >&5
     5989+echo "$as_me:7110: result: $with_widec" >&5
    51025990 echo "${ECHO_T}$with_widec" >&6
    51035991 if test "$with_widec" = yes ; then
    51045992        LIB_SUFFIX="w${LIB_SUFFIX}"
    5105 @@ -6829,10 +6849,10 @@
     5993@@ -6829,10 +7115,10 @@
    51065994 #define USE_WIDEC_SUPPORT 1
    51075995 EOF
    51085996 
    51095997-echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
    5110 +echo "$as_me:6852: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
     5998+echo "$as_me:7118: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
    51115999 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6
    51126000 cat >conftest.$ac_ext <<_ACEOF
    51136001-#line 6835 "configure"
    5114 +#line 6855 "configure"
     6002+#line 7121 "configure"
    51156003 #include "confdefs.h"
    51166004 #include <sys/types.h>
    51176005 
    5118 @@ -6848,16 +6868,16 @@
     6006@@ -6848,16 +7134,16 @@
    51196007 }
    51206008 _ACEOF
    51216009 rm -f conftest.$ac_objext
    51226010-if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5
    5123 +if { (eval echo "$as_me:6871: \"$ac_compile\"") >&5
     6011+if { (eval echo "$as_me:7137: \"$ac_compile\"") >&5
    51246012   (eval $ac_compile) 2>&5
    51256013   ac_status=$?
    51266014-  echo "$as_me:6854: \$? = $ac_status" >&5
    5127 +  echo "$as_me:6874: \$? = $ac_status" >&5
     6015+  echo "$as_me:7140: \$? = $ac_status" >&5
    51286016   (exit $ac_status); } &&
    51296017          { ac_try='test -s conftest.$ac_objext'
    51306018-  { (eval echo "$as_me:6857: \"$ac_try\"") >&5
    5131 +  { (eval echo "$as_me:6877: \"$ac_try\"") >&5
     6019+  { (eval echo "$as_me:7143: \"$ac_try\"") >&5
    51326020   (eval $ac_try) 2>&5
    51336021   ac_status=$?
    51346022-  echo "$as_me:6860: \$? = $ac_status" >&5
    5135 +  echo "$as_me:6880: \$? = $ac_status" >&5
     6023+  echo "$as_me:7146: \$? = $ac_status" >&5
    51366024   (exit $ac_status); }; }; then
    51376025   cf_result=no
    51386026 else
    5139 @@ -6866,16 +6886,16 @@
     6027@@ -6866,16 +7152,16 @@
    51406028 cf_result=yes
    51416029 fi
    51426030 rm -f conftest.$ac_objext conftest.$ac_ext
    51436031-echo "$as_me:6869: result: $cf_result" >&5
    5144 +echo "$as_me:6889: result: $cf_result" >&5
     6032+echo "$as_me:7155: result: $cf_result" >&5
    51456033 echo "${ECHO_T}$cf_result" >&6
    51466034 
     
    51496037 elif test "x" != "x" ; then
    51506038-       echo "$as_me:6875: checking checking for compatible value versus " >&5
    5151 +       echo "$as_me:6895: checking checking for compatible value versus " >&5
     6039+       echo "$as_me:7161: checking checking for compatible value versus " >&5
    51526040 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6
    51536041        cat >conftest.$ac_ext <<_ACEOF
    51546042-#line 6878 "configure"
    5155 +#line 6898 "configure"
     6043+#line 7164 "configure"
    51566044 #include "confdefs.h"
    51576045 #include <sys/types.h>
    51586046 
    5159 @@ -6891,16 +6911,16 @@
     6047@@ -6891,16 +7177,16 @@
    51606048 }
    51616049 _ACEOF
    51626050 rm -f conftest.$ac_objext
    51636051-if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5
    5164 +if { (eval echo "$as_me:6914: \"$ac_compile\"") >&5
     6052+if { (eval echo "$as_me:7180: \"$ac_compile\"") >&5
    51656053   (eval $ac_compile) 2>&5
    51666054   ac_status=$?
    51676055-  echo "$as_me:6897: \$? = $ac_status" >&5
    5168 +  echo "$as_me:6917: \$? = $ac_status" >&5
     6056+  echo "$as_me:7183: \$? = $ac_status" >&5
    51696057   (exit $ac_status); } &&
    51706058          { ac_try='test -s conftest.$ac_objext'
    51716059-  { (eval echo "$as_me:6900: \"$ac_try\"") >&5
    5172 +  { (eval echo "$as_me:6920: \"$ac_try\"") >&5
     6060+  { (eval echo "$as_me:7186: \"$ac_try\"") >&5
    51736061   (eval $ac_try) 2>&5
    51746062   ac_status=$?
    51756063-  echo "$as_me:6903: \$? = $ac_status" >&5
    5176 +  echo "$as_me:6923: \$? = $ac_status" >&5
     6064+  echo "$as_me:7189: \$? = $ac_status" >&5
    51776065   (exit $ac_status); }; }; then
    51786066   cf_result=yes
    51796067 else
    5180 @@ -6909,7 +6929,7 @@
     6068@@ -6909,7 +7195,7 @@
    51816069 cf_result=no
    51826070 fi
    51836071 rm -f conftest.$ac_objext conftest.$ac_ext
    51846072-       echo "$as_me:6912: result: $cf_result" >&5
    5185 +       echo "$as_me:6932: result: $cf_result" >&5
     6073+       echo "$as_me:7198: result: $cf_result" >&5
    51866074 echo "${ECHO_T}$cf_result" >&6
    51876075        if test "$cf_result" = no ; then
    51886076                # perhaps we can override it - try...
    5189 @@ -6923,13 +6943,13 @@
     6077@@ -6923,13 +7209,13 @@
    51906078 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
    51916079 do
    51926080 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    51936081-echo "$as_me:6926: checking for $ac_func" >&5
    5194 +echo "$as_me:6946: checking for $ac_func" >&5
     6082+echo "$as_me:7212: checking for $ac_func" >&5
    51956083 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    51966084 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    51996087   cat >conftest.$ac_ext <<_ACEOF
    52006088-#line 6932 "configure"
    5201 +#line 6952 "configure"
     6089+#line 7218 "configure"
    52026090 #include "confdefs.h"
    52036091 /* System header to define __stub macros and hopefully few prototypes,
    52046092     which can conflict with char $ac_func (); below.  */
    5205 @@ -6960,16 +6980,16 @@
     6093@@ -6960,16 +7246,16 @@
    52066094 }
    52076095 _ACEOF
    52086096 rm -f conftest.$ac_objext conftest$ac_exeext
    52096097-if { (eval echo "$as_me:6963: \"$ac_link\"") >&5
    5210 +if { (eval echo "$as_me:6983: \"$ac_link\"") >&5
     6098+if { (eval echo "$as_me:7249: \"$ac_link\"") >&5
    52116099   (eval $ac_link) 2>&5
    52126100   ac_status=$?
    52136101-  echo "$as_me:6966: \$? = $ac_status" >&5
    5214 +  echo "$as_me:6986: \$? = $ac_status" >&5
     6102+  echo "$as_me:7252: \$? = $ac_status" >&5
    52156103   (exit $ac_status); } &&
    52166104          { ac_try='test -s conftest$ac_exeext'
    52176105-  { (eval echo "$as_me:6969: \"$ac_try\"") >&5
    5218 +  { (eval echo "$as_me:6989: \"$ac_try\"") >&5
     6106+  { (eval echo "$as_me:7255: \"$ac_try\"") >&5
    52196107   (eval $ac_try) 2>&5
    52206108   ac_status=$?
    52216109-  echo "$as_me:6972: \$? = $ac_status" >&5
    5222 +  echo "$as_me:6992: \$? = $ac_status" >&5
     6110+  echo "$as_me:7258: \$? = $ac_status" >&5
    52236111   (exit $ac_status); }; }; then
    52246112   eval "$as_ac_var=yes"
    52256113 else
    5226 @@ -6979,7 +6999,7 @@
     6114@@ -6979,7 +7265,7 @@
    52276115 fi
    52286116 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    52296117 fi
    52306118-echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5
    5231 +echo "$as_me:7002: result: `eval echo '${'$as_ac_var'}'`" >&5
     6119+echo "$as_me:7268: result: `eval echo '${'$as_ac_var'}'`" >&5
    52326120 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    52336121 if test `eval echo '${'$as_ac_var'}'` = yes; then
    52346122   cat >>confdefs.h <<EOF
    5235 @@ -6991,7 +7011,7 @@
     6123@@ -6991,7 +7277,7 @@
    52366124 
    52376125        if test "$ac_cv_func_putwc" != yes ; then
    52386126 
    52396127-echo "$as_me:6994: checking for multibyte character support" >&5
    5240 +echo "$as_me:7014: checking for multibyte character support" >&5
     6128+echo "$as_me:7280: checking for multibyte character support" >&5
    52416129 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
    52426130 if test "${cf_cv_utf8_lib+set}" = set; then
    52436131   echo $ECHO_N "(cached) $ECHO_C" >&6
    5244 @@ -6999,7 +7019,7 @@
     6132@@ -6999,7 +7285,7 @@
    52456133 
    52466134        cf_save_LIBS="$LIBS"
    52476135        cat >conftest.$ac_ext <<_ACEOF
    52486136-#line 7002 "configure"
    5249 +#line 7022 "configure"
     6137+#line 7288 "configure"
    52506138 #include "confdefs.h"
    52516139 
    52526140 #include <stdlib.h>
    5253 @@ -7012,16 +7032,16 @@
     6141@@ -7012,16 +7298,16 @@
    52546142 }
    52556143 _ACEOF
    52566144 rm -f conftest.$ac_objext conftest$ac_exeext
    52576145-if { (eval echo "$as_me:7015: \"$ac_link\"") >&5
    5258 +if { (eval echo "$as_me:7035: \"$ac_link\"") >&5
     6146+if { (eval echo "$as_me:7301: \"$ac_link\"") >&5
    52596147   (eval $ac_link) 2>&5
    52606148   ac_status=$?
    52616149-  echo "$as_me:7018: \$? = $ac_status" >&5
    5262 +  echo "$as_me:7038: \$? = $ac_status" >&5
     6150+  echo "$as_me:7304: \$? = $ac_status" >&5
    52636151   (exit $ac_status); } &&
    52646152          { ac_try='test -s conftest$ac_exeext'
    52656153-  { (eval echo "$as_me:7021: \"$ac_try\"") >&5
    5266 +  { (eval echo "$as_me:7041: \"$ac_try\"") >&5
     6154+  { (eval echo "$as_me:7307: \"$ac_try\"") >&5
    52676155   (eval $ac_try) 2>&5
    52686156   ac_status=$?
    52696157-  echo "$as_me:7024: \$? = $ac_status" >&5
    5270 +  echo "$as_me:7044: \$? = $ac_status" >&5
     6158+  echo "$as_me:7310: \$? = $ac_status" >&5
    52716159   (exit $ac_status); }; }; then
    52726160   cf_cv_utf8_lib=yes
    52736161 else
    5274 @@ -7033,10 +7053,10 @@
     6162@@ -7033,10 +7319,10 @@
    52756163 cf_cv_header_path_utf8=
    52766164 cf_cv_library_path_utf8=
    52776165 
    52786166-echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
    5279 +echo "${as_me-configure}:7056: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
     6167+echo "${as_me-configure}:7322: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
    52806168 
    52816169 cat >conftest.$ac_ext <<_ACEOF
    52826170-#line 7039 "configure"
    5283 +#line 7059 "configure"
     6171+#line 7325 "configure"
    52846172 #include "confdefs.h"
    52856173 
    52866174 #include <libutf8.h>
    5287 @@ -7049,16 +7069,16 @@
     6175@@ -7049,16 +7335,16 @@
    52886176 }
    52896177 _ACEOF
    52906178 rm -f conftest.$ac_objext conftest$ac_exeext
    52916179-if { (eval echo "$as_me:7052: \"$ac_link\"") >&5
    5292 +if { (eval echo "$as_me:7072: \"$ac_link\"") >&5
     6180+if { (eval echo "$as_me:7338: \"$ac_link\"") >&5
    52936181   (eval $ac_link) 2>&5
    52946182   ac_status=$?
    52956183-  echo "$as_me:7055: \$? = $ac_status" >&5
    5296 +  echo "$as_me:7075: \$? = $ac_status" >&5
     6184+  echo "$as_me:7341: \$? = $ac_status" >&5
    52976185   (exit $ac_status); } &&
    52986186          { ac_try='test -s conftest$ac_exeext'
    52996187-  { (eval echo "$as_me:7058: \"$ac_try\"") >&5
    5300 +  { (eval echo "$as_me:7078: \"$ac_try\"") >&5
     6188+  { (eval echo "$as_me:7344: \"$ac_try\"") >&5
    53016189   (eval $ac_try) 2>&5
    53026190   ac_status=$?
    53036191-  echo "$as_me:7061: \$? = $ac_status" >&5
    5304 +  echo "$as_me:7081: \$? = $ac_status" >&5
     6192+  echo "$as_me:7347: \$? = $ac_status" >&5
    53056193   (exit $ac_status); }; }; then
    53066194   cf_cv_find_linkage_utf8=yes
    53076195 else
    5308 @@ -7067,12 +7087,41 @@
     6196@@ -7067,12 +7353,41 @@
    53096197 
    53106198     cf_cv_find_linkage_utf8=no
     
    53136201+    test -n "$verbose" && echo "       find linkage for utf8 library" 1>&6
    53146202+
    5315 +echo "${as_me-configure}:7092: testing find linkage for utf8 library ..." 1>&5
    5316 +
    5317 +echo "${as_me-configure}:7094: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
     6203+echo "${as_me-configure}:7358: testing find linkage for utf8 library ..." 1>&5
     6204+
     6205+echo "${as_me-configure}:7360: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
    53186206 
    53196207     cf_save_CPPFLAGS="$CPPFLAGS"
     
    53506238 test "/usr" != "$prefix" && \
    53516239 test -d "/usr" && \
    5352 @@ -7143,16 +7192,18 @@
     6240@@ -7143,16 +7458,18 @@
    53536241        test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8"
    53546242 }
     
    53626250 
    53636251-echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
    5364 +echo "${as_me-configure}:7202: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
     6252+echo "${as_me-configure}:7468: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
    53656253 
    53666254         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8"
    53676255         cat >conftest.$ac_ext <<_ACEOF
    53686256-#line 7155 "configure"
    5369 +#line 7206 "configure"
     6257+#line 7472 "configure"
    53706258 #include "confdefs.h"
    53716259 
    53726260 #include <libutf8.h>
    5373 @@ -7165,21 +7216,21 @@
     6261@@ -7165,21 +7482,21 @@
    53746262 }
    53756263 _ACEOF
    53766264 rm -f conftest.$ac_objext
    53776265-if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5
    5378 +if { (eval echo "$as_me:7219: \"$ac_compile\"") >&5
     6266+if { (eval echo "$as_me:7485: \"$ac_compile\"") >&5
    53796267   (eval $ac_compile) 2>&5
    53806268   ac_status=$?
    53816269-  echo "$as_me:7171: \$? = $ac_status" >&5
    5382 +  echo "$as_me:7222: \$? = $ac_status" >&5
     6270+  echo "$as_me:7488: \$? = $ac_status" >&5
    53836271   (exit $ac_status); } &&
    53846272          { ac_try='test -s conftest.$ac_objext'
    53856273-  { (eval echo "$as_me:7174: \"$ac_try\"") >&5
    5386 +  { (eval echo "$as_me:7225: \"$ac_try\"") >&5
     6274+  { (eval echo "$as_me:7491: \"$ac_try\"") >&5
    53876275   (eval $ac_try) 2>&5
    53886276   ac_status=$?
    53896277-  echo "$as_me:7177: \$? = $ac_status" >&5
    5390 +  echo "$as_me:7228: \$? = $ac_status" >&5
     6278+  echo "$as_me:7494: \$? = $ac_status" >&5
    53916279   (exit $ac_status); }; }; then
    53926280 
     
    53946282 
    53956283-echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
    5396 +echo "${as_me-configure}:7233: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
     6284+echo "${as_me-configure}:7499: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
    53976285 
    53986286             cf_cv_find_linkage_utf8=maybe
    53996287             cf_test_CPPFLAGS="$CPPFLAGS"
    5400 @@ -7197,13 +7248,39 @@
     6288@@ -7197,13 +7514,39 @@
    54016289 
    54026290     if test "$cf_cv_find_linkage_utf8" = maybe ; then
    54036291 
    54046292-echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
    5405 +echo "${as_me-configure}:7251: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
     6293+echo "${as_me-configure}:7517: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
    54066294 
    54076295       cf_save_LIBS="$LIBS"
     
    54406328 test "/usr" != "$prefix" && \
    54416329 test -d "/usr" && \
    5442 @@ -7260,18 +7337,20 @@
     6330@@ -7260,18 +7603,20 @@
    54436331        test -d $HOME/utf8/lib/utf8 &&    cf_search="$cf_search $HOME/utf8/lib/utf8"
    54446332 }
     
    54526340 
    54536341-echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
    5454 +echo "${as_me-configure}:7347: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
     6342+echo "${as_me-configure}:7613: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
    54556343 
    54566344             CPPFLAGS="$cf_test_CPPFLAGS"
     
    54596347             cat >conftest.$ac_ext <<_ACEOF
    54606348-#line 7274 "configure"
    5461 +#line 7353 "configure"
     6349+#line 7619 "configure"
    54626350 #include "confdefs.h"
    54636351 
    54646352 #include <libutf8.h>
    5465 @@ -7284,21 +7363,21 @@
     6353@@ -7284,21 +7629,21 @@
    54666354 }
    54676355 _ACEOF
    54686356 rm -f conftest.$ac_objext conftest$ac_exeext
    54696357-if { (eval echo "$as_me:7287: \"$ac_link\"") >&5
    5470 +if { (eval echo "$as_me:7366: \"$ac_link\"") >&5
     6358+if { (eval echo "$as_me:7632: \"$ac_link\"") >&5
    54716359   (eval $ac_link) 2>&5
    54726360   ac_status=$?
    54736361-  echo "$as_me:7290: \$? = $ac_status" >&5
    5474 +  echo "$as_me:7369: \$? = $ac_status" >&5
     6362+  echo "$as_me:7635: \$? = $ac_status" >&5
    54756363   (exit $ac_status); } &&
    54766364          { ac_try='test -s conftest$ac_exeext'
    54776365-  { (eval echo "$as_me:7293: \"$ac_try\"") >&5
    5478 +  { (eval echo "$as_me:7372: \"$ac_try\"") >&5
     6366+  { (eval echo "$as_me:7638: \"$ac_try\"") >&5
    54796367   (eval $ac_try) 2>&5
    54806368   ac_status=$?
    54816369-  echo "$as_me:7296: \$? = $ac_status" >&5
    5482 +  echo "$as_me:7375: \$? = $ac_status" >&5
     6370+  echo "$as_me:7641: \$? = $ac_status" >&5
    54836371   (exit $ac_status); }; }; then
    54846372 
     
    54866374 
    54876375-echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
    5488 +echo "${as_me-configure}:7380: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
     6376+echo "${as_me-configure}:7646: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
    54896377 
    54906378                 cf_cv_find_linkage_utf8=yes
    54916379                 cf_cv_library_file_utf8="-lutf8"
    5492 @@ -7336,7 +7415,7 @@
     6380@@ -7336,7 +7681,7 @@
    54936381 fi
    54946382 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    54956383 fi
    54966384-echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5
    5497 +echo "$as_me:7418: result: $cf_cv_utf8_lib" >&5
     6385+echo "$as_me:7684: result: $cf_cv_utf8_lib" >&5
    54986386 echo "${ECHO_T}$cf_cv_utf8_lib" >&6
    54996387 
    55006388 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between
    5501 @@ -7364,13 +7443,13 @@
     6389@@ -7364,13 +7709,13 @@
    55026390                fi
    55036391 
     
    55116399                          cat >conftest.$ac_ext <<_ACEOF
    55126400-#line 7373 "configure"
    5513 +#line 7452 "configure"
     6401+#line 7718 "configure"
    55146402 #include "confdefs.h"
    55156403 #include <stdio.h>
    55166404 int
    5517 @@ -7382,16 +7461,16 @@
     6405@@ -7382,16 +7727,16 @@
    55186406 }
    55196407 _ACEOF
    55206408 rm -f conftest.$ac_objext
    55216409-if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5
    5522 +if { (eval echo "$as_me:7464: \"$ac_compile\"") >&5
     6410+if { (eval echo "$as_me:7730: \"$ac_compile\"") >&5
    55236411   (eval $ac_compile) 2>&5
    55246412   ac_status=$?
    55256413-  echo "$as_me:7388: \$? = $ac_status" >&5
    5526 +  echo "$as_me:7467: \$? = $ac_status" >&5
     6414+  echo "$as_me:7733: \$? = $ac_status" >&5
    55276415   (exit $ac_status); } &&
    55286416          { ac_try='test -s conftest.$ac_objext'
    55296417-  { (eval echo "$as_me:7391: \"$ac_try\"") >&5
    5530 +  { (eval echo "$as_me:7470: \"$ac_try\"") >&5
     6418+  { (eval echo "$as_me:7736: \"$ac_try\"") >&5
    55316419   (eval $ac_try) 2>&5
    55326420   ac_status=$?
    55336421-  echo "$as_me:7394: \$? = $ac_status" >&5
    5534 +  echo "$as_me:7473: \$? = $ac_status" >&5
     6422+  echo "$as_me:7739: \$? = $ac_status" >&5
    55356423   (exit $ac_status); }; }; then
    55366424   :
    55376425 else
    5538 @@ -7408,13 +7487,13 @@
     6426@@ -7408,13 +7753,13 @@
    55396427                if test "$cf_have_incdir" = no ; then
    55406428                  test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    55416429 
    55426430-echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5
    5543 +echo "${as_me-configure}:7490: testing adding $cf_add_incdir to include-path ..." 1>&5
     6431+echo "${as_me-configure}:7756: testing adding $cf_add_incdir to include-path ..." 1>&5
    55446432 
    55456433                  CPPFLAGS="-I$cf_add_incdir $CPPFLAGS"
     
    55546442                  break
    55556443                fi
    5556 @@ -7442,7 +7521,7 @@
     6444@@ -7442,7 +7787,7 @@
    55576445       if test "$cf_have_libdir" = no ; then
    55586446         test -n "$verbose" && echo "   adding $cf_add_libdir to library-path" 1>&6
    55596447 
    55606448-echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5
    5561 +echo "${as_me-configure}:7524: testing adding $cf_add_libdir to library-path ..." 1>&5
     6449+echo "${as_me-configure}:7790: testing adding $cf_add_libdir to library-path ..." 1>&5
    55626450 
    55636451         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
    55646452       fi
    5565 @@ -7459,14 +7538,14 @@
     6453@@ -7459,14 +7804,14 @@
    55666454        fi
    55676455 
    55686456 # This is needed on Tru64 5.0 to declare mbstate_t
    55696457-echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5
    5570 +echo "$as_me:7541: checking if we must include wchar.h to declare mbstate_t" >&5
     6458+echo "$as_me:7807: checking if we must include wchar.h to declare mbstate_t" >&5
    55716459 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6
    55726460 if test "${cf_cv_mbstate_t+set}" = set; then
     
    55766464 cat >conftest.$ac_ext <<_ACEOF
    55776465-#line 7469 "configure"
    5578 +#line 7548 "configure"
     6466+#line 7814 "configure"
    55796467 #include "confdefs.h"
    55806468 
    55816469 #include <stdlib.h>
    5582 @@ -7484,23 +7563,23 @@
     6470@@ -7484,23 +7829,23 @@
    55836471 }
    55846472 _ACEOF
    55856473 rm -f conftest.$ac_objext
    55866474-if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5
    5587 +if { (eval echo "$as_me:7566: \"$ac_compile\"") >&5
     6475+if { (eval echo "$as_me:7832: \"$ac_compile\"") >&5
    55886476   (eval $ac_compile) 2>&5
    55896477   ac_status=$?
    55906478-  echo "$as_me:7490: \$? = $ac_status" >&5
    5591 +  echo "$as_me:7569: \$? = $ac_status" >&5
     6479+  echo "$as_me:7835: \$? = $ac_status" >&5
    55926480   (exit $ac_status); } &&
    55936481          { ac_try='test -s conftest.$ac_objext'
    55946482-  { (eval echo "$as_me:7493: \"$ac_try\"") >&5
    5595 +  { (eval echo "$as_me:7572: \"$ac_try\"") >&5
     6483+  { (eval echo "$as_me:7838: \"$ac_try\"") >&5
    55966484   (eval $ac_try) 2>&5
    55976485   ac_status=$?
    55986486-  echo "$as_me:7496: \$? = $ac_status" >&5
    5599 +  echo "$as_me:7575: \$? = $ac_status" >&5
     6487+  echo "$as_me:7841: \$? = $ac_status" >&5
    56006488   (exit $ac_status); }; }; then
    56016489   cf_cv_mbstate_t=no
     
    56056493 cat >conftest.$ac_ext <<_ACEOF
    56066494-#line 7503 "configure"
    5607 +#line 7582 "configure"
     6495+#line 7848 "configure"
    56086496 #include "confdefs.h"
    56096497 
    56106498 #include <stdlib.h>
    5611 @@ -7519,16 +7598,16 @@
     6499@@ -7519,16 +7864,16 @@
    56126500 }
    56136501 _ACEOF
    56146502 rm -f conftest.$ac_objext
    56156503-if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5
    5616 +if { (eval echo "$as_me:7601: \"$ac_compile\"") >&5
     6504+if { (eval echo "$as_me:7867: \"$ac_compile\"") >&5
    56176505   (eval $ac_compile) 2>&5
    56186506   ac_status=$?
    56196507-  echo "$as_me:7525: \$? = $ac_status" >&5
    5620 +  echo "$as_me:7604: \$? = $ac_status" >&5
     6508+  echo "$as_me:7870: \$? = $ac_status" >&5
    56216509   (exit $ac_status); } &&
    56226510          { ac_try='test -s conftest.$ac_objext'
    56236511-  { (eval echo "$as_me:7528: \"$ac_try\"") >&5
    5624 +  { (eval echo "$as_me:7607: \"$ac_try\"") >&5
     6512+  { (eval echo "$as_me:7873: \"$ac_try\"") >&5
    56256513   (eval $ac_try) 2>&5
    56266514   ac_status=$?
    56276515-  echo "$as_me:7531: \$? = $ac_status" >&5
    5628 +  echo "$as_me:7610: \$? = $ac_status" >&5
     6516+  echo "$as_me:7876: \$? = $ac_status" >&5
    56296517   (exit $ac_status); }; }; then
    56306518   cf_cv_mbstate_t=yes
    56316519 else
    5632 @@ -7540,7 +7619,7 @@
     6520@@ -7540,7 +7885,7 @@
    56336521 fi
    56346522 rm -f conftest.$ac_objext conftest.$ac_ext
    56356523 fi
    56366524-echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5
    5637 +echo "$as_me:7622: result: $cf_cv_mbstate_t" >&5
     6525+echo "$as_me:7888: result: $cf_cv_mbstate_t" >&5
    56386526 echo "${ECHO_T}$cf_cv_mbstate_t" >&6
    56396527 
    56406528 if test "$cf_cv_mbstate_t" = yes ; then
    5641 @@ -7557,14 +7636,14 @@
     6529@@ -7557,14 +7902,14 @@
    56426530 fi
    56436531 
    56446532 # This is needed on Tru64 5.0 to declare wchar_t
    56456533-echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5
    5646 +echo "$as_me:7639: checking if we must include wchar.h to declare wchar_t" >&5
     6534+echo "$as_me:7905: checking if we must include wchar.h to declare wchar_t" >&5
    56476535 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6
    56486536 if test "${cf_cv_wchar_t+set}" = set; then
     
    56526540 cat >conftest.$ac_ext <<_ACEOF
    56536541-#line 7567 "configure"
    5654 +#line 7646 "configure"
     6542+#line 7912 "configure"
    56556543 #include "confdefs.h"
    56566544 
    56576545 #include <stdlib.h>
    5658 @@ -7582,23 +7661,23 @@
     6546@@ -7582,23 +7927,23 @@
    56596547 }
    56606548 _ACEOF
    56616549 rm -f conftest.$ac_objext
    56626550-if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5
    5663 +if { (eval echo "$as_me:7664: \"$ac_compile\"") >&5
     6551+if { (eval echo "$as_me:7930: \"$ac_compile\"") >&5
    56646552   (eval $ac_compile) 2>&5
    56656553   ac_status=$?
    56666554-  echo "$as_me:7588: \$? = $ac_status" >&5
    5667 +  echo "$as_me:7667: \$? = $ac_status" >&5
     6555+  echo "$as_me:7933: \$? = $ac_status" >&5
    56686556   (exit $ac_status); } &&
    56696557          { ac_try='test -s conftest.$ac_objext'
    56706558-  { (eval echo "$as_me:7591: \"$ac_try\"") >&5
    5671 +  { (eval echo "$as_me:7670: \"$ac_try\"") >&5
     6559+  { (eval echo "$as_me:7936: \"$ac_try\"") >&5
    56726560   (eval $ac_try) 2>&5
    56736561   ac_status=$?
    56746562-  echo "$as_me:7594: \$? = $ac_status" >&5
    5675 +  echo "$as_me:7673: \$? = $ac_status" >&5
     6563+  echo "$as_me:7939: \$? = $ac_status" >&5
    56766564   (exit $ac_status); }; }; then
    56776565   cf_cv_wchar_t=no
     
    56816569 cat >conftest.$ac_ext <<_ACEOF
    56826570-#line 7601 "configure"
    5683 +#line 7680 "configure"
     6571+#line 7946 "configure"
    56846572 #include "confdefs.h"
    56856573 
    56866574 #include <stdlib.h>
    5687 @@ -7617,16 +7696,16 @@
     6575@@ -7617,16 +7962,16 @@
    56886576 }
    56896577 _ACEOF
    56906578 rm -f conftest.$ac_objext
    56916579-if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5
    5692 +if { (eval echo "$as_me:7699: \"$ac_compile\"") >&5
     6580+if { (eval echo "$as_me:7965: \"$ac_compile\"") >&5
    56936581   (eval $ac_compile) 2>&5
    56946582   ac_status=$?
    56956583-  echo "$as_me:7623: \$? = $ac_status" >&5
    5696 +  echo "$as_me:7702: \$? = $ac_status" >&5
     6584+  echo "$as_me:7968: \$? = $ac_status" >&5
    56976585   (exit $ac_status); } &&
    56986586          { ac_try='test -s conftest.$ac_objext'
    56996587-  { (eval echo "$as_me:7626: \"$ac_try\"") >&5
    5700 +  { (eval echo "$as_me:7705: \"$ac_try\"") >&5
     6588+  { (eval echo "$as_me:7971: \"$ac_try\"") >&5
    57016589   (eval $ac_try) 2>&5
    57026590   ac_status=$?
    57036591-  echo "$as_me:7629: \$? = $ac_status" >&5
    5704 +  echo "$as_me:7708: \$? = $ac_status" >&5
     6592+  echo "$as_me:7974: \$? = $ac_status" >&5
    57056593   (exit $ac_status); }; }; then
    57066594   cf_cv_wchar_t=yes
    57076595 else
    5708 @@ -7638,7 +7717,7 @@
     6596@@ -7638,7 +7983,7 @@
    57096597 fi
    57106598 rm -f conftest.$ac_objext conftest.$ac_ext
    57116599 fi
    57126600-echo "$as_me:7641: result: $cf_cv_wchar_t" >&5
    5713 +echo "$as_me:7720: result: $cf_cv_wchar_t" >&5
     6601+echo "$as_me:7986: result: $cf_cv_wchar_t" >&5
    57146602 echo "${ECHO_T}$cf_cv_wchar_t" >&6
    57156603 
    57166604 if test "$cf_cv_wchar_t" = yes ; then
    5717 @@ -7660,14 +7739,14 @@
     6605@@ -7660,14 +8005,14 @@
    57186606 fi
    57196607 
    57206608 # This is needed on Tru64 5.0 to declare wint_t
    57216609-echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5
    5722 +echo "$as_me:7742: checking if we must include wchar.h to declare wint_t" >&5
     6610+echo "$as_me:8008: checking if we must include wchar.h to declare wint_t" >&5
    57236611 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6
    57246612 if test "${cf_cv_wint_t+set}" = set; then
     
    57286616 cat >conftest.$ac_ext <<_ACEOF
    57296617-#line 7670 "configure"
    5730 +#line 7749 "configure"
     6618+#line 8015 "configure"
    57316619 #include "confdefs.h"
    57326620 
    57336621 #include <stdlib.h>
    5734 @@ -7685,23 +7764,23 @@
     6622@@ -7685,23 +8030,23 @@
    57356623 }
    57366624 _ACEOF
    57376625 rm -f conftest.$ac_objext
    57386626-if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5
    5739 +if { (eval echo "$as_me:7767: \"$ac_compile\"") >&5
     6627+if { (eval echo "$as_me:8033: \"$ac_compile\"") >&5
    57406628   (eval $ac_compile) 2>&5
    57416629   ac_status=$?
    57426630-  echo "$as_me:7691: \$? = $ac_status" >&5
    5743 +  echo "$as_me:7770: \$? = $ac_status" >&5
     6631+  echo "$as_me:8036: \$? = $ac_status" >&5
    57446632   (exit $ac_status); } &&
    57456633          { ac_try='test -s conftest.$ac_objext'
    57466634-  { (eval echo "$as_me:7694: \"$ac_try\"") >&5
    5747 +  { (eval echo "$as_me:7773: \"$ac_try\"") >&5
     6635+  { (eval echo "$as_me:8039: \"$ac_try\"") >&5
    57486636   (eval $ac_try) 2>&5
    57496637   ac_status=$?
    57506638-  echo "$as_me:7697: \$? = $ac_status" >&5
    5751 +  echo "$as_me:7776: \$? = $ac_status" >&5
     6639+  echo "$as_me:8042: \$? = $ac_status" >&5
    57526640   (exit $ac_status); }; }; then
    57536641   cf_cv_wint_t=no
     
    57576645 cat >conftest.$ac_ext <<_ACEOF
    57586646-#line 7704 "configure"
    5759 +#line 7783 "configure"
     6647+#line 8049 "configure"
    57606648 #include "confdefs.h"
    57616649 
    57626650 #include <stdlib.h>
    5763 @@ -7720,16 +7799,16 @@
     6651@@ -7720,16 +8065,16 @@
    57646652 }
    57656653 _ACEOF
    57666654 rm -f conftest.$ac_objext
    57676655-if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5
    5768 +if { (eval echo "$as_me:7802: \"$ac_compile\"") >&5
     6656+if { (eval echo "$as_me:8068: \"$ac_compile\"") >&5
    57696657   (eval $ac_compile) 2>&5
    57706658   ac_status=$?
    57716659-  echo "$as_me:7726: \$? = $ac_status" >&5
    5772 +  echo "$as_me:7805: \$? = $ac_status" >&5
     6660+  echo "$as_me:8071: \$? = $ac_status" >&5
    57736661   (exit $ac_status); } &&
    57746662          { ac_try='test -s conftest.$ac_objext'
    57756663-  { (eval echo "$as_me:7729: \"$ac_try\"") >&5
    5776 +  { (eval echo "$as_me:7808: \"$ac_try\"") >&5
     6664+  { (eval echo "$as_me:8074: \"$ac_try\"") >&5
    57776665   (eval $ac_try) 2>&5
    57786666   ac_status=$?
    57796667-  echo "$as_me:7732: \$? = $ac_status" >&5
    5780 +  echo "$as_me:7811: \$? = $ac_status" >&5
     6668+  echo "$as_me:8077: \$? = $ac_status" >&5
    57816669   (exit $ac_status); }; }; then
    57826670   cf_cv_wint_t=yes
    57836671 else
    5784 @@ -7741,7 +7820,7 @@
     6672@@ -7741,7 +8086,7 @@
    57856673 fi
    57866674 rm -f conftest.$ac_objext conftest.$ac_ext
    57876675 fi
    57886676-echo "$as_me:7744: result: $cf_cv_wint_t" >&5
    5789 +echo "$as_me:7823: result: $cf_cv_wint_t" >&5
     6677+echo "$as_me:8089: result: $cf_cv_wint_t" >&5
    57906678 echo "${ECHO_T}$cf_cv_wint_t" >&6
    57916679 
    57926680 if test "$cf_cv_wint_t" = yes ; then
    5793 @@ -7780,7 +7859,7 @@
     6681@@ -7780,7 +8125,7 @@
    57946682        ;;
    57956683 esac
    57966684 
    57976685-echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5
    5798 +echo "$as_me:7862: checking whether to enable _LP64 definition in curses.h" >&5
     6686+echo "$as_me:8128: checking whether to enable _LP64 definition in curses.h" >&5
    57996687 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6
    58006688 
    58016689 # Check whether --enable-lp64 or --disable-lp64 was given.
    5802 @@ -7790,7 +7869,7 @@
     6690@@ -7790,7 +8135,7 @@
    58036691 else
    58046692   with_lp64=$default_with_lp64
    58056693 fi;
    58066694-echo "$as_me:7793: result: $with_lp64" >&5
    5807 +echo "$as_me:7872: result: $with_lp64" >&5
     6695+echo "$as_me:8138: result: $with_lp64" >&5
    58086696 echo "${ECHO_T}$with_lp64" >&6
    58096697 
    58106698 if test "$with_lp64" = yes ; then
    5811 @@ -7806,7 +7885,7 @@
     6699@@ -7806,7 +8151,7 @@
    58126700 fi;
    58136701 if test "$enable_largefile" != no; then
    58146702 
    58156703-  echo "$as_me:7809: checking for special C compiler options needed for large files" >&5
    5816 +  echo "$as_me:7888: checking for special C compiler options needed for large files" >&5
     6704+  echo "$as_me:8154: checking for special C compiler options needed for large files" >&5
    58176705 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
    58186706 if test "${ac_cv_sys_largefile_CC+set}" = set; then
    58196707   echo $ECHO_N "(cached) $ECHO_C" >&6
    5820 @@ -7818,7 +7897,7 @@
     6708@@ -7818,7 +8163,7 @@
    58216709         # IRIX 6.2 and later do not support large files by default,
    58226710         # so use the C compiler's -n32 option if that helps.
    58236711          cat >conftest.$ac_ext <<_ACEOF
    58246712-#line 7821 "configure"
    5825 +#line 7900 "configure"
     6713+#line 8166 "configure"
    58266714 #include "confdefs.h"
    58276715 #include <sys/types.h>
    58286716  /* Check that off_t can represent 2**63 - 1 correctly.
    5829 @@ -7838,16 +7917,16 @@
     6717@@ -7838,16 +8183,16 @@
    58306718 }
    58316719 _ACEOF
    58326720         rm -f conftest.$ac_objext
    58336721-if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5
    5834 +if { (eval echo "$as_me:7920: \"$ac_compile\"") >&5
     6722+if { (eval echo "$as_me:8186: \"$ac_compile\"") >&5
    58356723   (eval $ac_compile) 2>&5
    58366724   ac_status=$?
    58376725-  echo "$as_me:7844: \$? = $ac_status" >&5
    5838 +  echo "$as_me:7923: \$? = $ac_status" >&5
     6726+  echo "$as_me:8189: \$? = $ac_status" >&5
    58396727   (exit $ac_status); } &&
    58406728          { ac_try='test -s conftest.$ac_objext'
    58416729-  { (eval echo "$as_me:7847: \"$ac_try\"") >&5
    5842 +  { (eval echo "$as_me:7926: \"$ac_try\"") >&5
     6730+  { (eval echo "$as_me:8192: \"$ac_try\"") >&5
    58436731   (eval $ac_try) 2>&5
    58446732   ac_status=$?
    58456733-  echo "$as_me:7850: \$? = $ac_status" >&5
    5846 +  echo "$as_me:7929: \$? = $ac_status" >&5
     6734+  echo "$as_me:8195: \$? = $ac_status" >&5
    58476735   (exit $ac_status); }; }; then
    58486736   break
    58496737 else
    5850 @@ -7857,16 +7936,16 @@
     6738@@ -7857,16 +8202,16 @@
    58516739 rm -f conftest.$ac_objext
    58526740         CC="$CC -n32"
    58536741         rm -f conftest.$ac_objext
    58546742-if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5
    5855 +if { (eval echo "$as_me:7939: \"$ac_compile\"") >&5
     6743+if { (eval echo "$as_me:8205: \"$ac_compile\"") >&5
    58566744   (eval $ac_compile) 2>&5
    58576745   ac_status=$?
    58586746-  echo "$as_me:7863: \$? = $ac_status" >&5
    5859 +  echo "$as_me:7942: \$? = $ac_status" >&5
     6747+  echo "$as_me:8208: \$? = $ac_status" >&5
    58606748   (exit $ac_status); } &&
    58616749          { ac_try='test -s conftest.$ac_objext'
    58626750-  { (eval echo "$as_me:7866: \"$ac_try\"") >&5
    5863 +  { (eval echo "$as_me:7945: \"$ac_try\"") >&5
     6751+  { (eval echo "$as_me:8211: \"$ac_try\"") >&5
    58646752   (eval $ac_try) 2>&5
    58656753   ac_status=$?
    58666754-  echo "$as_me:7869: \$? = $ac_status" >&5
    5867 +  echo "$as_me:7948: \$? = $ac_status" >&5
     6755+  echo "$as_me:8214: \$? = $ac_status" >&5
    58686756   (exit $ac_status); }; }; then
    58696757   ac_cv_sys_largefile_CC=' -n32'; break
    58706758 else
    5871 @@ -7880,13 +7959,13 @@
     6759@@ -7880,13 +8225,13 @@
    58726760        rm -f conftest.$ac_ext
    58736761     fi
    58746762 fi
    58756763-echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5
    5876 +echo "$as_me:7962: result: $ac_cv_sys_largefile_CC" >&5
     6764+echo "$as_me:8228: result: $ac_cv_sys_largefile_CC" >&5
    58776765 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
    58786766   if test "$ac_cv_sys_largefile_CC" != no; then
     
    58816769 
    58826770-  echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5
    5883 +  echo "$as_me:7968: checking for _FILE_OFFSET_BITS value needed for large files" >&5
     6771+  echo "$as_me:8234: checking for _FILE_OFFSET_BITS value needed for large files" >&5
    58846772 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
    58856773 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
    58866774   echo $ECHO_N "(cached) $ECHO_C" >&6
    5887 @@ -7894,7 +7973,7 @@
     6775@@ -7894,7 +8239,7 @@
    58886776   while :; do
    58896777   ac_cv_sys_file_offset_bits=no
    58906778   cat >conftest.$ac_ext <<_ACEOF
    58916779-#line 7897 "configure"
    5892 +#line 7976 "configure"
     6780+#line 8242 "configure"
    58936781 #include "confdefs.h"
    58946782 #include <sys/types.h>
    58956783  /* Check that off_t can represent 2**63 - 1 correctly.
    5896 @@ -7914,16 +7993,16 @@
     6784@@ -7914,16 +8259,16 @@
    58976785 }
    58986786 _ACEOF
    58996787 rm -f conftest.$ac_objext
    59006788-if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5
    5901 +if { (eval echo "$as_me:7996: \"$ac_compile\"") >&5
     6789+if { (eval echo "$as_me:8262: \"$ac_compile\"") >&5
    59026790   (eval $ac_compile) 2>&5
    59036791   ac_status=$?
    59046792-  echo "$as_me:7920: \$? = $ac_status" >&5
    5905 +  echo "$as_me:7999: \$? = $ac_status" >&5
     6793+  echo "$as_me:8265: \$? = $ac_status" >&5
    59066794   (exit $ac_status); } &&
    59076795          { ac_try='test -s conftest.$ac_objext'
    59086796-  { (eval echo "$as_me:7923: \"$ac_try\"") >&5
    5909 +  { (eval echo "$as_me:8002: \"$ac_try\"") >&5
     6797+  { (eval echo "$as_me:8268: \"$ac_try\"") >&5
    59106798   (eval $ac_try) 2>&5
    59116799   ac_status=$?
    59126800-  echo "$as_me:7926: \$? = $ac_status" >&5
    5913 +  echo "$as_me:8005: \$? = $ac_status" >&5
     6801+  echo "$as_me:8271: \$? = $ac_status" >&5
    59146802   (exit $ac_status); }; }; then
    59156803   break
    59166804 else
    5917 @@ -7932,7 +8011,7 @@
     6805@@ -7932,7 +8277,7 @@
    59186806 fi
    59196807 rm -f conftest.$ac_objext conftest.$ac_ext
    59206808   cat >conftest.$ac_ext <<_ACEOF
    59216809-#line 7935 "configure"
    5922 +#line 8014 "configure"
     6810+#line 8280 "configure"
    59236811 #include "confdefs.h"
    59246812 #define _FILE_OFFSET_BITS 64
    59256813 #include <sys/types.h>
    5926 @@ -7953,16 +8032,16 @@
     6814@@ -7953,16 +8298,16 @@
    59276815 }
    59286816 _ACEOF
    59296817 rm -f conftest.$ac_objext
    59306818-if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5
    5931 +if { (eval echo "$as_me:8035: \"$ac_compile\"") >&5
     6819+if { (eval echo "$as_me:8301: \"$ac_compile\"") >&5
    59326820   (eval $ac_compile) 2>&5
    59336821   ac_status=$?
    59346822-  echo "$as_me:7959: \$? = $ac_status" >&5
    5935 +  echo "$as_me:8038: \$? = $ac_status" >&5
     6823+  echo "$as_me:8304: \$? = $ac_status" >&5
    59366824   (exit $ac_status); } &&
    59376825          { ac_try='test -s conftest.$ac_objext'
    59386826-  { (eval echo "$as_me:7962: \"$ac_try\"") >&5
    5939 +  { (eval echo "$as_me:8041: \"$ac_try\"") >&5
     6827+  { (eval echo "$as_me:8307: \"$ac_try\"") >&5
    59406828   (eval $ac_try) 2>&5
    59416829   ac_status=$?
    59426830-  echo "$as_me:7965: \$? = $ac_status" >&5
    5943 +  echo "$as_me:8044: \$? = $ac_status" >&5
     6831+  echo "$as_me:8310: \$? = $ac_status" >&5
    59446832   (exit $ac_status); }; }; then
    59456833   ac_cv_sys_file_offset_bits=64; break
    59466834 else
    5947 @@ -7973,7 +8052,7 @@
     6835@@ -7973,7 +8318,7 @@
    59486836   break
    59496837 done
    59506838 fi
    59516839-echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5
    5952 +echo "$as_me:8055: result: $ac_cv_sys_file_offset_bits" >&5
     6840+echo "$as_me:8321: result: $ac_cv_sys_file_offset_bits" >&5
    59536841 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
    59546842 if test "$ac_cv_sys_file_offset_bits" != no; then
    59556843 
    5956 @@ -7983,7 +8062,7 @@
     6844@@ -7983,7 +8328,7 @@
    59576845 
    59586846 fi
    59596847 rm -f conftest*
    59606848-  echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5
    5961 +  echo "$as_me:8065: checking for _LARGE_FILES value needed for large files" >&5
     6849+  echo "$as_me:8331: checking for _LARGE_FILES value needed for large files" >&5
    59626850 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
    59636851 if test "${ac_cv_sys_large_files+set}" = set; then
    59646852   echo $ECHO_N "(cached) $ECHO_C" >&6
    5965 @@ -7991,7 +8070,7 @@
     6853@@ -7991,7 +8336,7 @@
    59666854   while :; do
    59676855   ac_cv_sys_large_files=no
    59686856   cat >conftest.$ac_ext <<_ACEOF
    59696857-#line 7994 "configure"
    5970 +#line 8073 "configure"
     6858+#line 8339 "configure"
    59716859 #include "confdefs.h"
    59726860 #include <sys/types.h>
    59736861  /* Check that off_t can represent 2**63 - 1 correctly.
    5974 @@ -8011,16 +8090,16 @@
     6862@@ -8011,16 +8356,16 @@
    59756863 }
    59766864 _ACEOF
    59776865 rm -f conftest.$ac_objext
    59786866-if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5
    5979 +if { (eval echo "$as_me:8093: \"$ac_compile\"") >&5
     6867+if { (eval echo "$as_me:8359: \"$ac_compile\"") >&5
    59806868   (eval $ac_compile) 2>&5
    59816869   ac_status=$?
    59826870-  echo "$as_me:8017: \$? = $ac_status" >&5
    5983 +  echo "$as_me:8096: \$? = $ac_status" >&5
     6871+  echo "$as_me:8362: \$? = $ac_status" >&5
    59846872   (exit $ac_status); } &&
    59856873          { ac_try='test -s conftest.$ac_objext'
    59866874-  { (eval echo "$as_me:8020: \"$ac_try\"") >&5
    5987 +  { (eval echo "$as_me:8099: \"$ac_try\"") >&5
     6875+  { (eval echo "$as_me:8365: \"$ac_try\"") >&5
    59886876   (eval $ac_try) 2>&5
    59896877   ac_status=$?
    59906878-  echo "$as_me:8023: \$? = $ac_status" >&5
    5991 +  echo "$as_me:8102: \$? = $ac_status" >&5
     6879+  echo "$as_me:8368: \$? = $ac_status" >&5
    59926880   (exit $ac_status); }; }; then
    59936881   break
    59946882 else
    5995 @@ -8029,7 +8108,7 @@
     6883@@ -8029,7 +8374,7 @@
    59966884 fi
    59976885 rm -f conftest.$ac_objext conftest.$ac_ext
    59986886   cat >conftest.$ac_ext <<_ACEOF
    59996887-#line 8032 "configure"
    6000 +#line 8111 "configure"
     6888+#line 8377 "configure"
    60016889 #include "confdefs.h"
    60026890 #define _LARGE_FILES 1
    60036891 #include <sys/types.h>
    6004 @@ -8050,16 +8129,16 @@
     6892@@ -8050,16 +8395,16 @@
    60056893 }
    60066894 _ACEOF
    60076895 rm -f conftest.$ac_objext
    60086896-if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5
    6009 +if { (eval echo "$as_me:8132: \"$ac_compile\"") >&5
     6897+if { (eval echo "$as_me:8398: \"$ac_compile\"") >&5
    60106898   (eval $ac_compile) 2>&5
    60116899   ac_status=$?
    60126900-  echo "$as_me:8056: \$? = $ac_status" >&5
    6013 +  echo "$as_me:8135: \$? = $ac_status" >&5
     6901+  echo "$as_me:8401: \$? = $ac_status" >&5
    60146902   (exit $ac_status); } &&
    60156903          { ac_try='test -s conftest.$ac_objext'
    60166904-  { (eval echo "$as_me:8059: \"$ac_try\"") >&5
    6017 +  { (eval echo "$as_me:8138: \"$ac_try\"") >&5
     6905+  { (eval echo "$as_me:8404: \"$ac_try\"") >&5
    60186906   (eval $ac_try) 2>&5
    60196907   ac_status=$?
    60206908-  echo "$as_me:8062: \$? = $ac_status" >&5
    6021 +  echo "$as_me:8141: \$? = $ac_status" >&5
     6909+  echo "$as_me:8407: \$? = $ac_status" >&5
    60226910   (exit $ac_status); }; }; then
    60236911   ac_cv_sys_large_files=1; break
    60246912 else
    6025 @@ -8070,7 +8149,7 @@
     6913@@ -8070,7 +8415,7 @@
    60266914   break
    60276915 done
    60286916 fi
    60296917-echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5
    6030 +echo "$as_me:8152: result: $ac_cv_sys_large_files" >&5
     6918+echo "$as_me:8418: result: $ac_cv_sys_large_files" >&5
    60316919 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
    60326920 if test "$ac_cv_sys_large_files" != no; then
    60336921 
    6034 @@ -8083,7 +8162,7 @@
     6922@@ -8083,7 +8428,7 @@
    60356923 fi
    60366924 
    60376925     if test "$enable_largefile" != no ; then
    60386926-       echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5
    6039 +       echo "$as_me:8165: checking for _LARGEFILE_SOURCE value needed for large files" >&5
     6927+       echo "$as_me:8431: checking for _LARGEFILE_SOURCE value needed for large files" >&5
    60406928 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
    60416929 if test "${ac_cv_sys_largefile_source+set}" = set; then
    60426930   echo $ECHO_N "(cached) $ECHO_C" >&6
    6043 @@ -8091,7 +8170,7 @@
     6931@@ -8091,7 +8436,7 @@
    60446932   while :; do
    60456933   ac_cv_sys_largefile_source=no
    60466934   cat >conftest.$ac_ext <<_ACEOF
    60476935-#line 8094 "configure"
    6048 +#line 8173 "configure"
     6936+#line 8439 "configure"
    60496937 #include "confdefs.h"
    60506938 #include <stdio.h>
    60516939 int
    6052 @@ -8103,16 +8182,16 @@
     6940@@ -8103,16 +8448,16 @@
    60536941 }
    60546942 _ACEOF
    60556943 rm -f conftest.$ac_objext
    60566944-if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5
    6057 +if { (eval echo "$as_me:8185: \"$ac_compile\"") >&5
     6945+if { (eval echo "$as_me:8451: \"$ac_compile\"") >&5
    60586946   (eval $ac_compile) 2>&5
    60596947   ac_status=$?
    60606948-  echo "$as_me:8109: \$? = $ac_status" >&5
    6061 +  echo "$as_me:8188: \$? = $ac_status" >&5
     6949+  echo "$as_me:8454: \$? = $ac_status" >&5
    60626950   (exit $ac_status); } &&
    60636951          { ac_try='test -s conftest.$ac_objext'
    60646952-  { (eval echo "$as_me:8112: \"$ac_try\"") >&5
    6065 +  { (eval echo "$as_me:8191: \"$ac_try\"") >&5
     6953+  { (eval echo "$as_me:8457: \"$ac_try\"") >&5
    60666954   (eval $ac_try) 2>&5
    60676955   ac_status=$?
    60686956-  echo "$as_me:8115: \$? = $ac_status" >&5
    6069 +  echo "$as_me:8194: \$? = $ac_status" >&5
     6957+  echo "$as_me:8460: \$? = $ac_status" >&5
    60706958   (exit $ac_status); }; }; then
    60716959   break
    60726960 else
    6073 @@ -8121,7 +8200,7 @@
     6961@@ -8121,7 +8466,7 @@
    60746962 fi
    60756963 rm -f conftest.$ac_objext conftest.$ac_ext
    60766964   cat >conftest.$ac_ext <<_ACEOF
    60776965-#line 8124 "configure"
    6078 +#line 8203 "configure"
     6966+#line 8469 "configure"
    60796967 #include "confdefs.h"
    60806968 #define _LARGEFILE_SOURCE 1
    60816969 #include <stdio.h>
    6082 @@ -8134,16 +8213,16 @@
     6970@@ -8134,16 +8479,16 @@
    60836971 }
    60846972 _ACEOF
    60856973 rm -f conftest.$ac_objext
    60866974-if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5
    6087 +if { (eval echo "$as_me:8216: \"$ac_compile\"") >&5
     6975+if { (eval echo "$as_me:8482: \"$ac_compile\"") >&5
    60886976   (eval $ac_compile) 2>&5
    60896977   ac_status=$?
    60906978-  echo "$as_me:8140: \$? = $ac_status" >&5
    6091 +  echo "$as_me:8219: \$? = $ac_status" >&5
     6979+  echo "$as_me:8485: \$? = $ac_status" >&5
    60926980   (exit $ac_status); } &&
    60936981          { ac_try='test -s conftest.$ac_objext'
    60946982-  { (eval echo "$as_me:8143: \"$ac_try\"") >&5
    6095 +  { (eval echo "$as_me:8222: \"$ac_try\"") >&5
     6983+  { (eval echo "$as_me:8488: \"$ac_try\"") >&5
    60966984   (eval $ac_try) 2>&5
    60976985   ac_status=$?
    60986986-  echo "$as_me:8146: \$? = $ac_status" >&5
    6099 +  echo "$as_me:8225: \$? = $ac_status" >&5
     6987+  echo "$as_me:8491: \$? = $ac_status" >&5
    61006988   (exit $ac_status); }; }; then
    61016989   ac_cv_sys_largefile_source=1; break
    61026990 else
    6103 @@ -8154,7 +8233,7 @@
     6991@@ -8154,7 +8499,7 @@
    61046992   break
    61056993 done
    61066994 fi
    61076995-echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5
    6108 +echo "$as_me:8236: result: $ac_cv_sys_largefile_source" >&5
     6996+echo "$as_me:8502: result: $ac_cv_sys_largefile_source" >&5
    61096997 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
    61106998 if test "$ac_cv_sys_largefile_source" != no; then
    61116999 
    6112 @@ -8168,13 +8247,13 @@
     7000@@ -8168,13 +8513,13 @@
    61137001 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
    61147002 # in glibc 2.1.3, but that breaks too many other things.
    61157003 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
    61167004-echo "$as_me:8171: checking for fseeko" >&5
    6117 +echo "$as_me:8250: checking for fseeko" >&5
     7005+echo "$as_me:8516: checking for fseeko" >&5
    61187006 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
    61197007 if test "${ac_cv_func_fseeko+set}" = set; then
     
    61227010   cat >conftest.$ac_ext <<_ACEOF
    61237011-#line 8177 "configure"
    6124 +#line 8256 "configure"
     7012+#line 8522 "configure"
    61257013 #include "confdefs.h"
    61267014 #include <stdio.h>
    61277015 int
    6128 @@ -8186,16 +8265,16 @@
     7016@@ -8186,16 +8531,16 @@
    61297017 }
    61307018 _ACEOF
    61317019 rm -f conftest.$ac_objext conftest$ac_exeext
    61327020-if { (eval echo "$as_me:8189: \"$ac_link\"") >&5
    6133 +if { (eval echo "$as_me:8268: \"$ac_link\"") >&5
     7021+if { (eval echo "$as_me:8534: \"$ac_link\"") >&5
    61347022   (eval $ac_link) 2>&5
    61357023   ac_status=$?
    61367024-  echo "$as_me:8192: \$? = $ac_status" >&5
    6137 +  echo "$as_me:8271: \$? = $ac_status" >&5
     7025+  echo "$as_me:8537: \$? = $ac_status" >&5
    61387026   (exit $ac_status); } &&
    61397027          { ac_try='test -s conftest$ac_exeext'
    61407028-  { (eval echo "$as_me:8195: \"$ac_try\"") >&5
    6141 +  { (eval echo "$as_me:8274: \"$ac_try\"") >&5
     7029+  { (eval echo "$as_me:8540: \"$ac_try\"") >&5
    61427030   (eval $ac_try) 2>&5
    61437031   ac_status=$?
    61447032-  echo "$as_me:8198: \$? = $ac_status" >&5
    6145 +  echo "$as_me:8277: \$? = $ac_status" >&5
     7033+  echo "$as_me:8543: \$? = $ac_status" >&5
    61467034   (exit $ac_status); }; }; then
    61477035   ac_cv_func_fseeko=yes
    61487036 else
    6149 @@ -8205,7 +8284,7 @@
     7037@@ -8205,7 +8550,7 @@
    61507038 fi
    61517039 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    61527040 fi
    61537041-echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5
    6154 +echo "$as_me:8287: result: $ac_cv_func_fseeko" >&5
     7042+echo "$as_me:8553: result: $ac_cv_func_fseeko" >&5
    61557043 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
    61567044 if test $ac_cv_func_fseeko = yes; then
    61577045 
    6158 @@ -8226,14 +8305,14 @@
     7046@@ -8226,14 +8571,14 @@
    61597047        test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE "
    61607048        test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits "
    61617049 
    61627050-       echo "$as_me:8229: checking whether to use struct dirent64" >&5
    6163 +       echo "$as_me:8308: checking whether to use struct dirent64" >&5
     7051+       echo "$as_me:8574: checking whether to use struct dirent64" >&5
    61647052 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
    61657053 if test "${cf_cv_struct_dirent64+set}" = set; then
     
    61697057                cat >conftest.$ac_ext <<_ACEOF
    61707058-#line 8236 "configure"
    6171 +#line 8315 "configure"
     7059+#line 8581 "configure"
    61727060 #include "confdefs.h"
    61737061 
    61747062 #include <sys/types.h>
    6175 @@ -8254,16 +8333,16 @@
     7063@@ -8254,16 +8599,16 @@
    61767064 }
    61777065 _ACEOF
    61787066 rm -f conftest.$ac_objext
    61797067-if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5
    6180 +if { (eval echo "$as_me:8336: \"$ac_compile\"") >&5
     7068+if { (eval echo "$as_me:8602: \"$ac_compile\"") >&5
    61817069   (eval $ac_compile) 2>&5
    61827070   ac_status=$?
    61837071-  echo "$as_me:8260: \$? = $ac_status" >&5
    6184 +  echo "$as_me:8339: \$? = $ac_status" >&5
     7072+  echo "$as_me:8605: \$? = $ac_status" >&5
    61857073   (exit $ac_status); } &&
    61867074          { ac_try='test -s conftest.$ac_objext'
    61877075-  { (eval echo "$as_me:8263: \"$ac_try\"") >&5
    6188 +  { (eval echo "$as_me:8342: \"$ac_try\"") >&5
     7076+  { (eval echo "$as_me:8608: \"$ac_try\"") >&5
    61897077   (eval $ac_try) 2>&5
    61907078   ac_status=$?
    61917079-  echo "$as_me:8266: \$? = $ac_status" >&5
    6192 +  echo "$as_me:8345: \$? = $ac_status" >&5
     7080+  echo "$as_me:8611: \$? = $ac_status" >&5
    61937081   (exit $ac_status); }; }; then
    61947082   cf_cv_struct_dirent64=yes
    61957083 else
    6196 @@ -8274,7 +8353,7 @@
     7084@@ -8274,7 +8619,7 @@
    61977085 rm -f conftest.$ac_objext conftest.$ac_ext
    61987086 
    61997087 fi
    62007088-echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5
    6201 +echo "$as_me:8356: result: $cf_cv_struct_dirent64" >&5
     7089+echo "$as_me:8622: result: $cf_cv_struct_dirent64" >&5
    62027090 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
    62037091        test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF
    62047092 #define HAVE_STRUCT_DIRENT64 1
    6205 @@ -8283,7 +8362,7 @@
     7093@@ -8283,7 +8628,7 @@
    62067094     fi
    62077095 
    62087096 ###   use option --disable-tparm-varargs to make tparm() conform to X/Open
    62097097-echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5
    6210 +echo "$as_me:8365: checking if you want tparm not to use X/Open fixed-parameter list" >&5
     7098+echo "$as_me:8631: checking if you want tparm not to use X/Open fixed-parameter list" >&5
    62117099 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6
    62127100 
    62137101 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given.
    6214 @@ -8293,14 +8372,14 @@
     7102@@ -8293,14 +8638,14 @@
    62157103 else
    62167104   with_tparm_varargs=yes
    62177105 fi;
    62187106-echo "$as_me:8296: result: $with_tparm_varargs" >&5
    6219 +echo "$as_me:8375: result: $with_tparm_varargs" >&5
     7107+echo "$as_me:8641: result: $with_tparm_varargs" >&5
    62207108 echo "${ECHO_T}$with_tparm_varargs" >&6
    62217109 NCURSES_TPARM_VARARGS=0
     
    62257113 if test "$with_ticlib" != no ; then
    62267114-echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
    6227 +echo "$as_me:8382: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
     7115+echo "$as_me:8648: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
    62287116 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6
    62297117 
    62307118 # Check whether --enable-tic-depends or --disable-tic-depends was given.
    6231 @@ -8310,14 +8389,14 @@
     7119@@ -8310,14 +8655,14 @@
    62327120 else
    62337121   with_tic_depends=yes
    62347122 fi;
    62357123-echo "$as_me:8313: result: $with_tic_depends" >&5
    6236 +echo "$as_me:8392: result: $with_tic_depends" >&5
     7124+echo "$as_me:8658: result: $with_tic_depends" >&5
    62377125 echo "${ECHO_T}$with_tic_depends" >&6
    62387126 else
     
    62427130 ###   use option --with-bool to override bool's type
    62437131-echo "$as_me:8320: checking for type of bool" >&5
    6244 +echo "$as_me:8399: checking for type of bool" >&5
     7132+echo "$as_me:8665: checking for type of bool" >&5
    62457133 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6
    62467134 
    62477135 # Check whether --with-bool or --without-bool was given.
    6248 @@ -8327,10 +8406,10 @@
     7136@@ -8327,10 +8672,10 @@
    62497137 else
    62507138   NCURSES_BOOL=auto
    62517139 fi;
    62527140-echo "$as_me:8330: result: $NCURSES_BOOL" >&5
    6253 +echo "$as_me:8409: result: $NCURSES_BOOL" >&5
     7141+echo "$as_me:8675: result: $NCURSES_BOOL" >&5
    62547142 echo "${ECHO_T}$NCURSES_BOOL" >&6
    62557143 
    62567144-echo "$as_me:8333: checking for alternate terminal capabilities file" >&5
    6257 +echo "$as_me:8412: checking for alternate terminal capabilities file" >&5
     7145+echo "$as_me:8678: checking for alternate terminal capabilities file" >&5
    62587146 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6
    62597147 
    62607148 # Check whether --with-caps or --without-caps was given.
    6261 @@ -8341,11 +8420,11 @@
     7149@@ -8341,11 +8686,11 @@
    62627150   TERMINFO_CAPS=Caps
    62637151 fi;
    62647152 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps
    62657153-echo "$as_me:8344: result: $TERMINFO_CAPS" >&5
    6266 +echo "$as_me:8423: result: $TERMINFO_CAPS" >&5
     7154+echo "$as_me:8689: result: $TERMINFO_CAPS" >&5
    62677155 echo "${ECHO_T}$TERMINFO_CAPS" >&6
    62687156 
    62697157 ###   use option --with-chtype to override chtype's type
    62707158-echo "$as_me:8348: checking for type of chtype" >&5
    6271 +echo "$as_me:8427: checking for type of chtype" >&5
     7159+echo "$as_me:8693: checking for type of chtype" >&5
    62727160 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6
    62737161 
    62747162 # Check whether --with-chtype or --without-chtype was given.
    6275 @@ -8355,11 +8434,11 @@
     7163@@ -8355,11 +8700,11 @@
    62767164 else
    62777165   NCURSES_CHTYPE=auto
    62787166 fi;
    62797167-echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5
    6280 +echo "$as_me:8437: result: $NCURSES_CHTYPE" >&5
     7168+echo "$as_me:8703: result: $NCURSES_CHTYPE" >&5
    62817169 echo "${ECHO_T}$NCURSES_CHTYPE" >&6
    62827170 
    62837171 ###   use option --with-ospeed to override ospeed's type
    62847172-echo "$as_me:8362: checking for type of ospeed" >&5
    6285 +echo "$as_me:8441: checking for type of ospeed" >&5
     7173+echo "$as_me:8707: checking for type of ospeed" >&5
    62867174 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6
    62877175 
    62887176 # Check whether --with-ospeed or --without-ospeed was given.
    6289 @@ -8369,11 +8448,11 @@
     7177@@ -8369,11 +8714,11 @@
    62907178 else
    62917179   NCURSES_OSPEED=short
    62927180 fi;
    62937181-echo "$as_me:8372: result: $NCURSES_OSPEED" >&5
    6294 +echo "$as_me:8451: result: $NCURSES_OSPEED" >&5
     7182+echo "$as_me:8717: result: $NCURSES_OSPEED" >&5
    62957183 echo "${ECHO_T}$NCURSES_OSPEED" >&6
    62967184 
    62977185 ###   use option --with-mmask-t to override mmask_t's type
    62987186-echo "$as_me:8376: checking for type of mmask_t" >&5
    6299 +echo "$as_me:8455: checking for type of mmask_t" >&5
     7187+echo "$as_me:8721: checking for type of mmask_t" >&5
    63007188 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6
    63017189 
    63027190 # Check whether --with-mmask-t or --without-mmask-t was given.
    6303 @@ -8383,11 +8462,11 @@
     7191@@ -8383,11 +8728,11 @@
    63047192 else
    63057193   NCURSES_MMASK_T=auto
    63067194 fi;
    63077195-echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5
    6308 +echo "$as_me:8465: result: $NCURSES_MMASK_T" >&5
     7196+echo "$as_me:8731: result: $NCURSES_MMASK_T" >&5
    63097197 echo "${ECHO_T}$NCURSES_MMASK_T" >&6
    63107198 
    63117199 ### Enable compiling-in rcs id's
    63127200-echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5
    6313 +echo "$as_me:8469: checking if RCS identifiers should be compiled-in" >&5
     7201+echo "$as_me:8735: checking if RCS identifiers should be compiled-in" >&5
    63147202 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6
    63157203 
    63167204 # Check whether --with-rcs-ids or --without-rcs-ids was given.
    6317 @@ -8397,7 +8476,7 @@
     7205@@ -8397,7 +8742,7 @@
    63187206 else
    63197207   with_rcs_ids=no
    63207208 fi;
    63217209-echo "$as_me:8400: result: $with_rcs_ids" >&5
    6322 +echo "$as_me:8479: result: $with_rcs_ids" >&5
     7210+echo "$as_me:8745: result: $with_rcs_ids" >&5
    63237211 echo "${ECHO_T}$with_rcs_ids" >&6
    63247212 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF
    63257213 #define USE_RCS_IDS 1
    6326 @@ -8405,7 +8484,7 @@
     7214@@ -8405,7 +8750,7 @@
    63277215 
    63287216 ###############################################################################
    63297217 
    63307218-echo "$as_me:8408: checking format of man-pages" >&5
    6331 +echo "$as_me:8487: checking format of man-pages" >&5
     7219+echo "$as_me:8753: checking format of man-pages" >&5
    63327220 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6
    63337221 
    63347222 # Check whether --with-manpage-format or --without-manpage-format was given.
    6335 @@ -8494,14 +8573,14 @@
     7223@@ -8494,14 +8839,14 @@
    63367224   ;;
    63377225 esac
    63387226 
    63397227-echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5
    6340 +echo "$as_me:8576: result: $MANPAGE_FORMAT" >&5
     7228+echo "$as_me:8842: result: $MANPAGE_FORMAT" >&5
    63417229 echo "${ECHO_T}$MANPAGE_FORMAT" >&6
    63427230 if test -n "$cf_unknown" ; then
    63437231-  { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5
    6344 +  { echo "$as_me:8579: WARNING: Unexpected manpage-format $cf_unknown" >&5
     7232+  { echo "$as_me:8845: WARNING: Unexpected manpage-format $cf_unknown" >&5
    63457233 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;}
    63467234 fi
    63477235 
    63487236-echo "$as_me:8504: checking for manpage renaming" >&5
    6349 +echo "$as_me:8583: checking for manpage renaming" >&5
     7237+echo "$as_me:8849: checking for manpage renaming" >&5
    63507238 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6
    63517239 
    63527240 # Check whether --with-manpage-renames or --without-manpage-renames was given.
    6353 @@ -8529,7 +8608,7 @@
     7241@@ -8529,7 +8874,7 @@
    63547242   if test -f $srcdir/man/$MANPAGE_RENAMES ; then
    63557243     MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES
    63567244   elif test ! -f $MANPAGE_RENAMES ; then
    63577245-    { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5
    6358 +    { { echo "$as_me:8611: error: not a filename: $MANPAGE_RENAMES" >&5
     7246+    { { echo "$as_me:8877: error: not a filename: $MANPAGE_RENAMES" >&5
    63597247 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;}
    63607248    { (exit 1); exit 1; }; }
    63617249   fi
    6362 @@ -8543,10 +8622,10 @@
     7250@@ -8543,10 +8888,10 @@
    63637251   fi
    63647252 fi
    63657253 
    63667254-echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5
    6367 +echo "$as_me:8625: result: $MANPAGE_RENAMES" >&5
     7255+echo "$as_me:8891: result: $MANPAGE_RENAMES" >&5
    63687256 echo "${ECHO_T}$MANPAGE_RENAMES" >&6
    63697257 
    63707258-echo "$as_me:8549: checking if manpage aliases will be installed" >&5
    6371 +echo "$as_me:8628: checking if manpage aliases will be installed" >&5
     7259+echo "$as_me:8894: checking if manpage aliases will be installed" >&5
    63727260 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6
    63737261 
    63747262 # Check whether --with-manpage-aliases or --without-manpage-aliases was given.
    6375 @@ -8557,7 +8636,7 @@
     7263@@ -8557,7 +8902,7 @@
    63767264   MANPAGE_ALIASES=yes
    63777265 fi;
    63787266 
    63797267-echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5
    6380 +echo "$as_me:8639: result: $MANPAGE_ALIASES" >&5
     7268+echo "$as_me:8905: result: $MANPAGE_ALIASES" >&5
    63817269 echo "${ECHO_T}$MANPAGE_ALIASES" >&6
    63827270 
    63837271 if test "$LN_S" = "ln -s"; then
    6384 @@ -8568,7 +8647,7 @@
     7272@@ -8568,7 +8913,7 @@
    63857273 
    63867274 MANPAGE_SYMLINKS=no
    63877275 if test "$MANPAGE_ALIASES" = yes ; then
    63887276-echo "$as_me:8571: checking if manpage symlinks should be used" >&5
    6389 +echo "$as_me:8650: checking if manpage symlinks should be used" >&5
     7277+echo "$as_me:8916: checking if manpage symlinks should be used" >&5
    63907278 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6
    63917279 
    63927280 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given.
    6393 @@ -8581,17 +8660,17 @@
     7281@@ -8581,17 +8926,17 @@
    63947282 
    63957283 if test "$$cf_use_symlinks" = no; then
    63967284 if test "$MANPAGE_SYMLINKS" = yes ; then
    63977285-       { echo "$as_me:8584: WARNING: cannot make symlinks" >&5
    6398 +       { echo "$as_me:8663: WARNING: cannot make symlinks" >&5
     7286+       { echo "$as_me:8929: WARNING: cannot make symlinks" >&5
    63997287 echo "$as_me: WARNING: cannot make symlinks" >&2;}
    64007288        MANPAGE_SYMLINKS=no
     
    64037291 
    64047292-echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5
    6405 +echo "$as_me:8669: result: $MANPAGE_SYMLINKS" >&5
     7293+echo "$as_me:8935: result: $MANPAGE_SYMLINKS" >&5
    64067294 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6
    64077295 fi
    64087296 
    64097297-echo "$as_me:8594: checking for manpage tbl" >&5
    6410 +echo "$as_me:8673: checking for manpage tbl" >&5
     7298+echo "$as_me:8939: checking for manpage tbl" >&5
    64117299 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6
    64127300 
    64137301 # Check whether --with-manpage-tbl or --without-manpage-tbl was given.
    6414 @@ -8602,7 +8681,7 @@
     7302@@ -8602,7 +8947,7 @@
    64157303   MANPAGE_TBL=no
    64167304 fi;
    64177305 
    64187306-echo "$as_me:8605: result: $MANPAGE_TBL" >&5
    6419 +echo "$as_me:8684: result: $MANPAGE_TBL" >&5
     7307+echo "$as_me:8950: result: $MANPAGE_TBL" >&5
    64207308 echo "${ECHO_T}$MANPAGE_TBL" >&6
    64217309 
    64227310   if test "$prefix" = "NONE" ; then
    6423 @@ -8718,7 +8797,7 @@
     7311@@ -8718,7 +9063,7 @@
    64247312                s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g
    64257313 CF_EOF
     
    64307318                cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
    64317319                cf_name=`echo $cf_name|sed "$program_transform_name"`
    6432 @@ -8913,7 +8992,7 @@
     7320@@ -8913,7 +9258,7 @@
    64337321 ###############################################################################
    64347322 
    64357323 ### Note that some functions (such as const) are normally disabled anyway.
    64367324-echo "$as_me:8916: checking if you want to build with function extensions" >&5
    6437 +echo "$as_me:8995: checking if you want to build with function extensions" >&5
     7325+echo "$as_me:9261: checking if you want to build with function extensions" >&5
    64387326 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
    64397327 
    64407328 # Check whether --enable-ext-funcs or --disable-ext-funcs was given.
    6441 @@ -8923,7 +9002,7 @@
     7329@@ -8923,7 +9268,7 @@
    64427330 else
    64437331   with_ext_funcs=yes
    64447332 fi;
    64457333-echo "$as_me:8926: result: $with_ext_funcs" >&5
    6446 +echo "$as_me:9005: result: $with_ext_funcs" >&5
     7334+echo "$as_me:9271: result: $with_ext_funcs" >&5
    64477335 echo "${ECHO_T}$with_ext_funcs" >&6
    64487336 if test "$with_ext_funcs" = yes ; then
    64497337        NCURSES_EXT_FUNCS=1
    6450 @@ -8955,12 +9034,14 @@
     7338@@ -8955,12 +9300,14 @@
    64517339 #define NCURSES_EXT_FUNCS 1
    64527340 EOF
     
    64607348 ###   use option --enable-const to turn on use of const beyond that in XSI.
    64617349-echo "$as_me:8963: checking for extended use of const keyword" >&5
    6462 +echo "$as_me:9044: checking for extended use of const keyword" >&5
     7350+echo "$as_me:9310: checking for extended use of const keyword" >&5
    64637351 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6
    64647352 
    64657353 # Check whether --enable-const or --disable-const was given.
    6466 @@ -8970,7 +9051,7 @@
     7354@@ -8970,7 +9317,7 @@
    64677355 else
    64687356   with_ext_const=no
    64697357 fi;
    64707358-echo "$as_me:8973: result: $with_ext_const" >&5
    6471 +echo "$as_me:9054: result: $with_ext_const" >&5
     7359+echo "$as_me:9320: result: $with_ext_const" >&5
    64727360 echo "${ECHO_T}$with_ext_const" >&6
    64737361 NCURSES_CONST='/*nothing*/'
    64747362 if test "$with_ext_const" = yes ; then
    6475 @@ -8978,7 +9059,7 @@
     7363@@ -8978,7 +9325,7 @@
    64767364 fi
    64777365 
    64787366 ###   use option --enable-ext-colors to turn on use of colors beyond 16.
    64797367-echo "$as_me:8981: checking if you want to use extended colors" >&5
    6480 +echo "$as_me:9062: checking if you want to use extended colors" >&5
     7368+echo "$as_me:9328: checking if you want to use extended colors" >&5
    64817369 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6
    64827370 
    64837371 # Check whether --enable-ext-colors or --disable-ext-colors was given.
    6484 @@ -8988,12 +9069,12 @@
     7372@@ -8988,12 +9335,12 @@
    64857373 else
    64867374   with_ext_colors=no
    64877375 fi;
    64887376-echo "$as_me:8991: result: $with_ext_colors" >&5
    6489 +echo "$as_me:9072: result: $with_ext_colors" >&5
     7377+echo "$as_me:9338: result: $with_ext_colors" >&5
    64907378 echo "${ECHO_T}$with_ext_colors" >&6
    64917379 NCURSES_EXT_COLORS=0
     
    64937381        if test "$with_widec" != yes ; then
    64947382-               { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5
    6495 +               { { echo "$as_me:9077: error: This option applies only to wide-character library" >&5
     7383+               { { echo "$as_me:9343: error: This option applies only to wide-character library" >&5
    64967384 echo "$as_me: error: This option applies only to wide-character library" >&2;}
    64977385    { (exit 1); exit 1; }; }
    64987386        else
    6499 @@ -9004,7 +9085,7 @@
     7387@@ -9004,7 +9351,7 @@
    65007388        5.*)
    65017389                cf_cv_rel_version=6.0
    65027390                cf_cv_abi_version=6
    65037391-               { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    6504 +               { echo "$as_me:9088: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
     7392+               { echo "$as_me:9354: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    65057393 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
    65067394                ;;
    65077395        esac
    6508 @@ -9019,7 +9100,7 @@
     7396@@ -9019,7 +9366,7 @@
    65097397 fi
    65107398 
    65117399 ###   use option --enable-ext-mouse to modify coding to support 5-button mice
    65127400-echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5
    6513 +echo "$as_me:9103: checking if you want to use extended mouse encoding" >&5
     7401+echo "$as_me:9369: checking if you want to use extended mouse encoding" >&5
    65147402 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6
    65157403 
    65167404 # Check whether --enable-ext-mouse or --disable-ext-mouse was given.
    6517 @@ -9029,7 +9110,7 @@
     7405@@ -9029,7 +9376,7 @@
    65187406 else
    65197407   with_ext_mouse=no
    65207408 fi;
    65217409-echo "$as_me:9032: result: $with_ext_mouse" >&5
    6522 +echo "$as_me:9113: result: $with_ext_mouse" >&5
     7410+echo "$as_me:9379: result: $with_ext_mouse" >&5
    65237411 echo "${ECHO_T}$with_ext_mouse" >&6
    65247412 NCURSES_MOUSE_VERSION=1
    65257413 if test "$with_ext_mouse" = yes ; then
    6526 @@ -9040,7 +9121,7 @@
     7414@@ -9040,7 +9387,7 @@
    65277415        5.*)
    65287416                cf_cv_rel_version=6.0
    65297417                cf_cv_abi_version=6
    65307418-               { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    6531 +               { echo "$as_me:9124: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
     7419+               { echo "$as_me:9390: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    65327420 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
    65337421                ;;
    65347422        esac
    6535 @@ -9048,7 +9129,7 @@
     7423@@ -9048,7 +9395,7 @@
    65367424 
    65377425 fi
    65387426 
    65397427-echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5
    6540 +echo "$as_me:9132: checking if you want \$NCURSES_NO_PADDING code" >&5
     7428+echo "$as_me:9398: checking if you want \$NCURSES_NO_PADDING code" >&5
    65417429 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6
    65427430 
    65437431 # Check whether --enable-no-padding or --disable-no-padding was given.
    6544 @@ -9058,19 +9139,19 @@
     7432@@ -9058,19 +9405,19 @@
    65457433 else
    65467434   with_no_padding=$with_ext_funcs
    65477435 fi;
    65487436-echo "$as_me:9061: result: $with_no_padding" >&5
    6549 +echo "$as_me:9142: result: $with_no_padding" >&5
     7437+echo "$as_me:9408: result: $with_no_padding" >&5
    65507438 echo "${ECHO_T}$with_no_padding" >&6
    65517439 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF
     
    65547442 
    65557443-echo "$as_me:9067: checking for ANSI C header files" >&5
    6556 +echo "$as_me:9148: checking for ANSI C header files" >&5
     7444+echo "$as_me:9414: checking for ANSI C header files" >&5
    65577445 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
    65587446 if test "${ac_cv_header_stdc+set}" = set; then
     
    65617449   cat >conftest.$ac_ext <<_ACEOF
    65627450-#line 9073 "configure"
    6563 +#line 9154 "configure"
     7451+#line 9420 "configure"
    65647452 #include "confdefs.h"
    65657453 #include <stdlib.h>
    65667454 #include <stdarg.h>
    6567 @@ -9078,13 +9159,13 @@
     7455@@ -9078,13 +9425,13 @@
    65687456 #include <float.h>
    65697457 
    65707458 _ACEOF
    65717459-if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5
    6572 +if { (eval echo "$as_me:9162: \"$ac_cpp conftest.$ac_ext\"") >&5
     7460+if { (eval echo "$as_me:9428: \"$ac_cpp conftest.$ac_ext\"") >&5
    65737461   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    65747462   ac_status=$?
     
    65777465   cat conftest.err >&5
    65787466-  echo "$as_me:9087: \$? = $ac_status" >&5
    6579 +  echo "$as_me:9168: \$? = $ac_status" >&5
     7467+  echo "$as_me:9434: \$? = $ac_status" >&5
    65807468   (exit $ac_status); } >/dev/null; then
    65817469   if test -s conftest.err; then
    65827470     ac_cpp_err=$ac_c_preproc_warn_flag
    6583 @@ -9106,7 +9187,7 @@
     7471@@ -9106,7 +9453,7 @@
    65847472 if test $ac_cv_header_stdc = yes; then
    65857473   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    65867474   cat >conftest.$ac_ext <<_ACEOF
    65877475-#line 9109 "configure"
    6588 +#line 9190 "configure"
     7476+#line 9456 "configure"
    65897477 #include "confdefs.h"
    65907478 #include <string.h>
    65917479 
    6592 @@ -9124,7 +9205,7 @@
     7480@@ -9124,7 +9471,7 @@
    65937481 if test $ac_cv_header_stdc = yes; then
    65947482   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    65957483   cat >conftest.$ac_ext <<_ACEOF
    65967484-#line 9127 "configure"
    6597 +#line 9208 "configure"
     7485+#line 9474 "configure"
    65987486 #include "confdefs.h"
    65997487 #include <stdlib.h>
    66007488 
    6601 @@ -9145,7 +9226,7 @@
     7489@@ -9145,7 +9492,7 @@
    66027490   :
    66037491 else
    66047492   cat >conftest.$ac_ext <<_ACEOF
    66057493-#line 9148 "configure"
    6606 +#line 9229 "configure"
     7494+#line 9495 "configure"
    66077495 #include "confdefs.h"
    66087496 #include <ctype.h>
    66097497 #if ((' ' & 0x0FF) == 0x020)
    6610 @@ -9171,15 +9252,15 @@
     7498@@ -9171,15 +9518,15 @@
    66117499 }
    66127500 _ACEOF
    66137501 rm -f conftest$ac_exeext
    66147502-if { (eval echo "$as_me:9174: \"$ac_link\"") >&5
    6615 +if { (eval echo "$as_me:9255: \"$ac_link\"") >&5
     7503+if { (eval echo "$as_me:9521: \"$ac_link\"") >&5
    66167504   (eval $ac_link) 2>&5
    66177505   ac_status=$?
    66187506-  echo "$as_me:9177: \$? = $ac_status" >&5
    6619 +  echo "$as_me:9258: \$? = $ac_status" >&5
     7507+  echo "$as_me:9524: \$? = $ac_status" >&5
    66207508   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    66217509-  { (eval echo "$as_me:9179: \"$ac_try\"") >&5
    6622 +  { (eval echo "$as_me:9260: \"$ac_try\"") >&5
     7510+  { (eval echo "$as_me:9526: \"$ac_try\"") >&5
    66237511   (eval $ac_try) 2>&5
    66247512   ac_status=$?
    66257513-  echo "$as_me:9182: \$? = $ac_status" >&5
    6626 +  echo "$as_me:9263: \$? = $ac_status" >&5
     7514+  echo "$as_me:9529: \$? = $ac_status" >&5
    66277515   (exit $ac_status); }; }; then
    66287516   :
    66297517 else
    6630 @@ -9192,7 +9273,7 @@
     7518@@ -9192,7 +9539,7 @@
    66317519 fi
    66327520 fi
    66337521 fi
    66347522-echo "$as_me:9195: result: $ac_cv_header_stdc" >&5
    6635 +echo "$as_me:9276: result: $ac_cv_header_stdc" >&5
     7523+echo "$as_me:9542: result: $ac_cv_header_stdc" >&5
    66367524 echo "${ECHO_T}$ac_cv_header_stdc" >&6
    66377525 if test $ac_cv_header_stdc = yes; then
    66387526 
    6639 @@ -9208,28 +9289,28 @@
     7527@@ -9208,28 +9555,28 @@
    66407528                   inttypes.h stdint.h unistd.h
    66417529 do
    66427530 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    66437531-echo "$as_me:9211: checking for $ac_header" >&5
    6644 +echo "$as_me:9292: checking for $ac_header" >&5
     7532+echo "$as_me:9558: checking for $ac_header" >&5
    66457533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    66467534 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    66497537   cat >conftest.$ac_ext <<_ACEOF
    66507538-#line 9217 "configure"
    6651 +#line 9298 "configure"
     7539+#line 9564 "configure"
    66527540 #include "confdefs.h"
    66537541 $ac_includes_default
     
    66567544 rm -f conftest.$ac_objext
    66577545-if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5
    6658 +if { (eval echo "$as_me:9304: \"$ac_compile\"") >&5
     7546+if { (eval echo "$as_me:9570: \"$ac_compile\"") >&5
    66597547   (eval $ac_compile) 2>&5
    66607548   ac_status=$?
    66617549-  echo "$as_me:9226: \$? = $ac_status" >&5
    6662 +  echo "$as_me:9307: \$? = $ac_status" >&5
     7550+  echo "$as_me:9573: \$? = $ac_status" >&5
    66637551   (exit $ac_status); } &&
    66647552          { ac_try='test -s conftest.$ac_objext'
    66657553-  { (eval echo "$as_me:9229: \"$ac_try\"") >&5
    6666 +  { (eval echo "$as_me:9310: \"$ac_try\"") >&5
     7554+  { (eval echo "$as_me:9576: \"$ac_try\"") >&5
    66677555   (eval $ac_try) 2>&5
    66687556   ac_status=$?
    66697557-  echo "$as_me:9232: \$? = $ac_status" >&5
    6670 +  echo "$as_me:9313: \$? = $ac_status" >&5
     7558+  echo "$as_me:9579: \$? = $ac_status" >&5
    66717559   (exit $ac_status); }; }; then
    66727560   eval "$as_ac_Header=yes"
    66737561 else
    6674 @@ -9239,7 +9320,7 @@
     7562@@ -9239,7 +9586,7 @@
    66757563 fi
    66767564 rm -f conftest.$ac_objext conftest.$ac_ext
    66777565 fi
    66787566-echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5
    6679 +echo "$as_me:9323: result: `eval echo '${'$as_ac_Header'}'`" >&5
     7567+echo "$as_me:9589: result: `eval echo '${'$as_ac_Header'}'`" >&5
    66807568 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    66817569 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    66827570   cat >>confdefs.h <<EOF
    6683 @@ -9249,13 +9330,13 @@
     7571@@ -9249,13 +9596,13 @@
    66847572 fi
    66857573 done
    66867574 
    66877575-echo "$as_me:9252: checking for signed char" >&5
    6688 +echo "$as_me:9333: checking for signed char" >&5
     7576+echo "$as_me:9599: checking for signed char" >&5
    66897577 echo $ECHO_N "checking for signed char... $ECHO_C" >&6
    66907578 if test "${ac_cv_type_signed_char+set}" = set; then
     
    66937581   cat >conftest.$ac_ext <<_ACEOF
    66947582-#line 9258 "configure"
    6695 +#line 9339 "configure"
     7583+#line 9605 "configure"
    66967584 #include "confdefs.h"
    66977585 $ac_includes_default
    66987586 int
    6699 @@ -9270,16 +9351,16 @@
     7587@@ -9270,16 +9617,16 @@
    67007588 }
    67017589 _ACEOF
    67027590 rm -f conftest.$ac_objext
    67037591-if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5
    6704 +if { (eval echo "$as_me:9354: \"$ac_compile\"") >&5
     7592+if { (eval echo "$as_me:9620: \"$ac_compile\"") >&5
    67057593   (eval $ac_compile) 2>&5
    67067594   ac_status=$?
    67077595-  echo "$as_me:9276: \$? = $ac_status" >&5
    6708 +  echo "$as_me:9357: \$? = $ac_status" >&5
     7596+  echo "$as_me:9623: \$? = $ac_status" >&5
    67097597   (exit $ac_status); } &&
    67107598          { ac_try='test -s conftest.$ac_objext'
    67117599-  { (eval echo "$as_me:9279: \"$ac_try\"") >&5
    6712 +  { (eval echo "$as_me:9360: \"$ac_try\"") >&5
     7600+  { (eval echo "$as_me:9626: \"$ac_try\"") >&5
    67137601   (eval $ac_try) 2>&5
    67147602   ac_status=$?
    67157603-  echo "$as_me:9282: \$? = $ac_status" >&5
    6716 +  echo "$as_me:9363: \$? = $ac_status" >&5
     7604+  echo "$as_me:9629: \$? = $ac_status" >&5
    67177605   (exit $ac_status); }; }; then
    67187606   ac_cv_type_signed_char=yes
    67197607 else
    6720 @@ -9289,10 +9370,10 @@
     7608@@ -9289,10 +9636,10 @@
    67217609 fi
    67227610 rm -f conftest.$ac_objext conftest.$ac_ext
    67237611 fi
    67247612-echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5
    6725 +echo "$as_me:9373: result: $ac_cv_type_signed_char" >&5
     7613+echo "$as_me:9639: result: $ac_cv_type_signed_char" >&5
    67267614 echo "${ECHO_T}$ac_cv_type_signed_char" >&6
    67277615 
    67287616-echo "$as_me:9295: checking size of signed char" >&5
    6729 +echo "$as_me:9376: checking size of signed char" >&5
     7617+echo "$as_me:9642: checking size of signed char" >&5
    67307618 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
    67317619 if test "${ac_cv_sizeof_signed_char+set}" = set; then
    67327620   echo $ECHO_N "(cached) $ECHO_C" >&6
    6733 @@ -9301,7 +9382,7 @@
     7621@@ -9301,7 +9648,7 @@
    67347622   if test "$cross_compiling" = yes; then
    67357623   # Depending upon the size, compute the lo and hi bounds.
    67367624 cat >conftest.$ac_ext <<_ACEOF
    67377625-#line 9304 "configure"
    6738 +#line 9385 "configure"
     7626+#line 9651 "configure"
    67397627 #include "confdefs.h"
    67407628 $ac_includes_default
    67417629 int
    6742 @@ -9313,21 +9394,21 @@
     7630@@ -9313,21 +9660,21 @@
    67437631 }
    67447632 _ACEOF
    67457633 rm -f conftest.$ac_objext
    67467634-if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5
    6747 +if { (eval echo "$as_me:9397: \"$ac_compile\"") >&5
     7635+if { (eval echo "$as_me:9663: \"$ac_compile\"") >&5
    67487636   (eval $ac_compile) 2>&5
    67497637   ac_status=$?
    67507638-  echo "$as_me:9319: \$? = $ac_status" >&5
    6751 +  echo "$as_me:9400: \$? = $ac_status" >&5
     7639+  echo "$as_me:9666: \$? = $ac_status" >&5
    67527640   (exit $ac_status); } &&
    67537641          { ac_try='test -s conftest.$ac_objext'
    67547642-  { (eval echo "$as_me:9322: \"$ac_try\"") >&5
    6755 +  { (eval echo "$as_me:9403: \"$ac_try\"") >&5
     7643+  { (eval echo "$as_me:9669: \"$ac_try\"") >&5
    67567644   (eval $ac_try) 2>&5
    67577645   ac_status=$?
    67587646-  echo "$as_me:9325: \$? = $ac_status" >&5
    6759 +  echo "$as_me:9406: \$? = $ac_status" >&5
     7647+  echo "$as_me:9672: \$? = $ac_status" >&5
    67607648   (exit $ac_status); }; }; then
    67617649   ac_lo=0 ac_mid=0
     
    67637651     cat >conftest.$ac_ext <<_ACEOF
    67647652-#line 9330 "configure"
    6765 +#line 9411 "configure"
     7653+#line 9677 "configure"
    67667654 #include "confdefs.h"
    67677655 $ac_includes_default
    67687656 int
    6769 @@ -9339,16 +9420,16 @@
     7657@@ -9339,16 +9686,16 @@
    67707658 }
    67717659 _ACEOF
    67727660 rm -f conftest.$ac_objext
    67737661-if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5
    6774 +if { (eval echo "$as_me:9423: \"$ac_compile\"") >&5
     7662+if { (eval echo "$as_me:9689: \"$ac_compile\"") >&5
    67757663   (eval $ac_compile) 2>&5
    67767664   ac_status=$?
    67777665-  echo "$as_me:9345: \$? = $ac_status" >&5
    6778 +  echo "$as_me:9426: \$? = $ac_status" >&5
     7666+  echo "$as_me:9692: \$? = $ac_status" >&5
    67797667   (exit $ac_status); } &&
    67807668          { ac_try='test -s conftest.$ac_objext'
    67817669-  { (eval echo "$as_me:9348: \"$ac_try\"") >&5
    6782 +  { (eval echo "$as_me:9429: \"$ac_try\"") >&5
     7670+  { (eval echo "$as_me:9695: \"$ac_try\"") >&5
    67837671   (eval $ac_try) 2>&5
    67847672   ac_status=$?
    67857673-  echo "$as_me:9351: \$? = $ac_status" >&5
    6786 +  echo "$as_me:9432: \$? = $ac_status" >&5
     7674+  echo "$as_me:9698: \$? = $ac_status" >&5
    67877675   (exit $ac_status); }; }; then
    67887676   ac_hi=$ac_mid; break
    67897677 else
    6790 @@ -9364,7 +9445,7 @@
     7678@@ -9364,7 +9711,7 @@
    67917679 ac_hi=-1 ac_mid=-1
    67927680   while :; do
    67937681     cat >conftest.$ac_ext <<_ACEOF
    67947682-#line 9367 "configure"
    6795 +#line 9448 "configure"
     7683+#line 9714 "configure"
    67967684 #include "confdefs.h"
    67977685 $ac_includes_default
    67987686 int
    6799 @@ -9376,16 +9457,16 @@
     7687@@ -9376,16 +9723,16 @@
    68007688 }
    68017689 _ACEOF
    68027690 rm -f conftest.$ac_objext
    68037691-if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5
    6804 +if { (eval echo "$as_me:9460: \"$ac_compile\"") >&5
     7692+if { (eval echo "$as_me:9726: \"$ac_compile\"") >&5
    68057693   (eval $ac_compile) 2>&5
    68067694   ac_status=$?
    68077695-  echo "$as_me:9382: \$? = $ac_status" >&5
    6808 +  echo "$as_me:9463: \$? = $ac_status" >&5
     7696+  echo "$as_me:9729: \$? = $ac_status" >&5
    68097697   (exit $ac_status); } &&
    68107698          { ac_try='test -s conftest.$ac_objext'
    68117699-  { (eval echo "$as_me:9385: \"$ac_try\"") >&5
    6812 +  { (eval echo "$as_me:9466: \"$ac_try\"") >&5
     7700+  { (eval echo "$as_me:9732: \"$ac_try\"") >&5
    68137701   (eval $ac_try) 2>&5
    68147702   ac_status=$?
    68157703-  echo "$as_me:9388: \$? = $ac_status" >&5
    6816 +  echo "$as_me:9469: \$? = $ac_status" >&5
     7704+  echo "$as_me:9735: \$? = $ac_status" >&5
    68177705   (exit $ac_status); }; }; then
    68187706   ac_lo=$ac_mid; break
    68197707 else
    6820 @@ -9401,7 +9482,7 @@
     7708@@ -9401,7 +9748,7 @@
    68217709 while test "x$ac_lo" != "x$ac_hi"; do
    68227710   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
    68237711   cat >conftest.$ac_ext <<_ACEOF
    68247712-#line 9404 "configure"
    6825 +#line 9485 "configure"
     7713+#line 9751 "configure"
    68267714 #include "confdefs.h"
    68277715 $ac_includes_default
    68287716 int
    6829 @@ -9413,16 +9494,16 @@
     7717@@ -9413,16 +9760,16 @@
    68307718 }
    68317719 _ACEOF
    68327720 rm -f conftest.$ac_objext
    68337721-if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5
    6834 +if { (eval echo "$as_me:9497: \"$ac_compile\"") >&5
     7722+if { (eval echo "$as_me:9763: \"$ac_compile\"") >&5
    68357723   (eval $ac_compile) 2>&5
    68367724   ac_status=$?
    68377725-  echo "$as_me:9419: \$? = $ac_status" >&5
    6838 +  echo "$as_me:9500: \$? = $ac_status" >&5
     7726+  echo "$as_me:9766: \$? = $ac_status" >&5
    68397727   (exit $ac_status); } &&
    68407728          { ac_try='test -s conftest.$ac_objext'
    68417729-  { (eval echo "$as_me:9422: \"$ac_try\"") >&5
    6842 +  { (eval echo "$as_me:9503: \"$ac_try\"") >&5
     7730+  { (eval echo "$as_me:9769: \"$ac_try\"") >&5
    68437731   (eval $ac_try) 2>&5
    68447732   ac_status=$?
    68457733-  echo "$as_me:9425: \$? = $ac_status" >&5
    6846 +  echo "$as_me:9506: \$? = $ac_status" >&5
     7734+  echo "$as_me:9772: \$? = $ac_status" >&5
    68477735   (exit $ac_status); }; }; then
    68487736   ac_hi=$ac_mid
    68497737 else
    6850 @@ -9435,12 +9516,12 @@
     7738@@ -9435,12 +9782,12 @@
    68517739 ac_cv_sizeof_signed_char=$ac_lo
    68527740 else
    68537741   if test "$cross_compiling" = yes; then
    68547742-  { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5
    6855 +  { { echo "$as_me:9519: error: cannot run test program while cross compiling" >&5
     7743+  { { echo "$as_me:9785: error: cannot run test program while cross compiling" >&5
    68567744 echo "$as_me: error: cannot run test program while cross compiling" >&2;}
    68577745    { (exit 1); exit 1; }; }
     
    68597747   cat >conftest.$ac_ext <<_ACEOF
    68607748-#line 9443 "configure"
    6861 +#line 9524 "configure"
     7749+#line 9790 "configure"
    68627750 #include "confdefs.h"
    68637751 $ac_includes_default
    68647752 int
    6865 @@ -9456,15 +9537,15 @@
     7753@@ -9456,15 +9803,15 @@
    68667754 }
    68677755 _ACEOF
    68687756 rm -f conftest$ac_exeext
    68697757-if { (eval echo "$as_me:9459: \"$ac_link\"") >&5
    6870 +if { (eval echo "$as_me:9540: \"$ac_link\"") >&5
     7758+if { (eval echo "$as_me:9806: \"$ac_link\"") >&5
    68717759   (eval $ac_link) 2>&5
    68727760   ac_status=$?
    68737761-  echo "$as_me:9462: \$? = $ac_status" >&5
    6874 +  echo "$as_me:9543: \$? = $ac_status" >&5
     7762+  echo "$as_me:9809: \$? = $ac_status" >&5
    68757763   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    68767764-  { (eval echo "$as_me:9464: \"$ac_try\"") >&5
    6877 +  { (eval echo "$as_me:9545: \"$ac_try\"") >&5
     7765+  { (eval echo "$as_me:9811: \"$ac_try\"") >&5
    68787766   (eval $ac_try) 2>&5
    68797767   ac_status=$?
    68807768-  echo "$as_me:9467: \$? = $ac_status" >&5
    6881 +  echo "$as_me:9548: \$? = $ac_status" >&5
     7769+  echo "$as_me:9814: \$? = $ac_status" >&5
    68827770   (exit $ac_status); }; }; then
    68837771   ac_cv_sizeof_signed_char=`cat conftest.val`
    68847772 else
    6885 @@ -9480,7 +9561,7 @@
     7773@@ -9480,7 +9827,7 @@
    68867774   ac_cv_sizeof_signed_char=0
    68877775 fi
    68887776 fi
    68897777-echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5
    6890 +echo "$as_me:9564: result: $ac_cv_sizeof_signed_char" >&5
     7778+echo "$as_me:9830: result: $ac_cv_sizeof_signed_char" >&5
    68917779 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
    68927780 cat >>confdefs.h <<EOF
    68937781 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
    6894 @@ -9491,7 +9572,7 @@
     7782@@ -9491,7 +9838,7 @@
    68957783 else
    68967784        NCURSES_SBOOL="char"
    68977785 fi
    68987786-echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5
    6899 +echo "$as_me:9575: checking if you want to use signed Boolean array in term.h" >&5
     7787+echo "$as_me:9841: checking if you want to use signed Boolean array in term.h" >&5
    69007788 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6
    69017789 
    69027790 # Check whether --enable-signed-char or --disable-signed-char was given.
    6903 @@ -9501,12 +9582,12 @@
     7791@@ -9501,12 +9848,12 @@
    69047792 else
    69057793   with_signed_char=no
    69067794 fi;
    69077795-echo "$as_me:9504: result: $with_signed_char" >&5
    6908 +echo "$as_me:9585: result: $with_signed_char" >&5
     7796+echo "$as_me:9851: result: $with_signed_char" >&5
    69097797 echo "${ECHO_T}$with_signed_char" >&6
    69107798 test "$with_signed_char" != yes && NCURSES_SBOOL="char"
     
    69127800 ###   use option --enable-sigwinch to turn on use of SIGWINCH logic
    69137801-echo "$as_me:9509: checking if you want SIGWINCH handler" >&5
    6914 +echo "$as_me:9590: checking if you want SIGWINCH handler" >&5
     7802+echo "$as_me:9856: checking if you want SIGWINCH handler" >&5
    69157803 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6
    69167804 
    69177805 # Check whether --enable-sigwinch or --disable-sigwinch was given.
    6918 @@ -9516,14 +9597,14 @@
     7806@@ -9516,14 +9863,14 @@
    69197807 else
    69207808   with_sigwinch=$with_ext_funcs
    69217809 fi;
    69227810-echo "$as_me:9519: result: $with_sigwinch" >&5
    6923 +echo "$as_me:9600: result: $with_sigwinch" >&5
     7811+echo "$as_me:9866: result: $with_sigwinch" >&5
    69247812 echo "${ECHO_T}$with_sigwinch" >&6
    69257813 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF
     
    69297817 ###   use option --enable-tcap-names to allow user to define new capabilities
    69307818-echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5
    6931 +echo "$as_me:9607: checking if you want user-definable terminal capabilities like termcap" >&5
     7819+echo "$as_me:9873: checking if you want user-definable terminal capabilities like termcap" >&5
    69327820 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6
    69337821 
    69347822 # Check whether --enable-tcap-names or --disable-tcap-names was given.
    6935 @@ -9533,7 +9614,7 @@
     7823@@ -9533,7 +9880,7 @@
    69367824 else
    69377825   with_tcap_names=$with_ext_funcs
    69387826 fi;
    69397827-echo "$as_me:9536: result: $with_tcap_names" >&5
    6940 +echo "$as_me:9617: result: $with_tcap_names" >&5
     7828+echo "$as_me:9883: result: $with_tcap_names" >&5
    69417829 echo "${ECHO_T}$with_tcap_names" >&6
    69427830 NCURSES_XNAMES=0
    69437831 test "$with_tcap_names" = yes && NCURSES_XNAMES=1
    6944 @@ -9541,7 +9622,7 @@
     7832@@ -9541,7 +9888,7 @@
    69457833 ###############################################################################
    69467834 # These options are relatively safe to experiment with.
    69477835 
    69487836-echo "$as_me:9544: checking if you want all development code" >&5
    6949 +echo "$as_me:9625: checking if you want all development code" >&5
     7837+echo "$as_me:9891: checking if you want all development code" >&5
    69507838 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6
    69517839 
    69527840 # Check whether --with-develop or --without-develop was given.
    6953 @@ -9551,11 +9632,11 @@
     7841@@ -9551,11 +9898,11 @@
    69547842 else
    69557843   with_develop=no
    69567844 fi;
    69577845-echo "$as_me:9554: result: $with_develop" >&5
    6958 +echo "$as_me:9635: result: $with_develop" >&5
     7846+echo "$as_me:9901: result: $with_develop" >&5
    69597847 echo "${ECHO_T}$with_develop" >&6
    69607848 
    69617849 ###   use option --enable-hard-tabs to turn on use of hard-tabs optimize
    69627850-echo "$as_me:9558: checking if you want hard-tabs code" >&5
    6963 +echo "$as_me:9639: checking if you want hard-tabs code" >&5
     7851+echo "$as_me:9905: checking if you want hard-tabs code" >&5
    69647852 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6
    69657853 
    69667854 # Check whether --enable-hard-tabs or --disable-hard-tabs was given.
    6967 @@ -9565,14 +9646,14 @@
     7855@@ -9565,14 +9912,14 @@
    69687856 else
    69697857   enable_hard_tabs=$with_develop
    69707858 fi;
    69717859-echo "$as_me:9568: result: $enable_hard_tabs" >&5
    6972 +echo "$as_me:9649: result: $enable_hard_tabs" >&5
     7860+echo "$as_me:9915: result: $enable_hard_tabs" >&5
    69737861 echo "${ECHO_T}$enable_hard_tabs" >&6
    69747862 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF
     
    69787866 ###   use option --enable-xmc-glitch to turn on use of magic-cookie optimize
    69797867-echo "$as_me:9575: checking if you want limited support for xmc" >&5
    6980 +echo "$as_me:9656: checking if you want limited support for xmc" >&5
     7868+echo "$as_me:9922: checking if you want limited support for xmc" >&5
    69817869 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6
    69827870 
    69837871 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given.
    6984 @@ -9582,7 +9663,7 @@
     7872@@ -9582,7 +9929,7 @@
    69857873 else
    69867874   enable_xmc_glitch=$with_develop
    69877875 fi;
    69887876-echo "$as_me:9585: result: $enable_xmc_glitch" >&5
    6989 +echo "$as_me:9666: result: $enable_xmc_glitch" >&5
     7877+echo "$as_me:9932: result: $enable_xmc_glitch" >&5
    69907878 echo "${ECHO_T}$enable_xmc_glitch" >&6
    69917879 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF
    69927880 #define USE_XMC_SUPPORT 1
    6993 @@ -9591,7 +9672,7 @@
     7881@@ -9591,7 +9938,7 @@
    69947882 ###############################################################################
    69957883 # These are just experimental, probably should not be in a package:
    69967884 
    69977885-echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5
    6998 +echo "$as_me:9675: checking if you do not want to assume colors are white-on-black" >&5
     7886+echo "$as_me:9941: checking if you do not want to assume colors are white-on-black" >&5
    69997887 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6
    70007888 
    70017889 # Check whether --enable-assumed-color or --disable-assumed-color was given.
    7002 @@ -9601,14 +9682,14 @@
     7890@@ -9601,14 +9948,14 @@
    70037891 else
    70047892   with_assumed_color=yes
    70057893 fi;
    70067894-echo "$as_me:9604: result: $with_assumed_color" >&5
    7007 +echo "$as_me:9685: result: $with_assumed_color" >&5
     7895+echo "$as_me:9951: result: $with_assumed_color" >&5
    70087896 echo "${ECHO_T}$with_assumed_color" >&6
    70097897 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF
     
    70137901 ###   use option --enable-hashmap to turn on use of hashmap scrolling logic
    70147902-echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5
    7015 +echo "$as_me:9692: checking if you want hashmap scrolling-optimization code" >&5
     7903+echo "$as_me:9958: checking if you want hashmap scrolling-optimization code" >&5
    70167904 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6
    70177905 
    70187906 # Check whether --enable-hashmap or --disable-hashmap was given.
    7019 @@ -9618,14 +9699,14 @@
     7907@@ -9618,14 +9965,14 @@
    70207908 else
    70217909   with_hashmap=yes
    70227910 fi;
    70237911-echo "$as_me:9621: result: $with_hashmap" >&5
    7024 +echo "$as_me:9702: result: $with_hashmap" >&5
     7912+echo "$as_me:9968: result: $with_hashmap" >&5
    70257913 echo "${ECHO_T}$with_hashmap" >&6
    70267914 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF
     
    70307918 ###   use option --enable-colorfgbg to turn on use of $COLORFGBG environment
    70317919-echo "$as_me:9628: checking if you want colorfgbg code" >&5
    7032 +echo "$as_me:9709: checking if you want colorfgbg code" >&5
     7920+echo "$as_me:9975: checking if you want colorfgbg code" >&5
    70337921 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6
    70347922 
    70357923 # Check whether --enable-colorfgbg or --disable-colorfgbg was given.
    7036 @@ -9635,7 +9716,7 @@
     7924@@ -9635,7 +9982,7 @@
    70377925 else
    70387926   with_colorfgbg=no
    70397927 fi;
    70407928-echo "$as_me:9638: result: $with_colorfgbg" >&5
    7041 +echo "$as_me:9719: result: $with_colorfgbg" >&5
     7929+echo "$as_me:9985: result: $with_colorfgbg" >&5
    70427930 echo "${ECHO_T}$with_colorfgbg" >&6
    70437931 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF
    70447932 #define USE_COLORFGBG 1
    7045 @@ -9644,7 +9725,7 @@
     7933@@ -9644,7 +9991,7 @@
    70467934 # This is still experimental (20080329), but should ultimately be moved to
    70477935 # the script-block --with-normal, etc.
    70487936 
    70497937-echo "$as_me:9647: checking if you want to link with the pthread library" >&5
    7050 +echo "$as_me:9728: checking if you want to link with the pthread library" >&5
     7938+echo "$as_me:9994: checking if you want to link with the pthread library" >&5
    70517939 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6
    70527940 
    70537941 # Check whether --with-pthread or --without-pthread was given.
    7054 @@ -9654,27 +9735,27 @@
     7942@@ -9654,27 +10001,27 @@
    70557943 else
    70567944   with_pthread=no
    70577945 fi;
    70587946-echo "$as_me:9657: result: $with_pthread" >&5
    7059 +echo "$as_me:9738: result: $with_pthread" >&5
     7947+echo "$as_me:10004: result: $with_pthread" >&5
    70607948 echo "${ECHO_T}$with_pthread" >&6
    70617949 
    70627950 if test "$with_pthread" != no ; then
    70637951-    echo "$as_me:9661: checking for pthread.h" >&5
    7064 +    echo "$as_me:9742: checking for pthread.h" >&5
     7952+    echo "$as_me:10008: checking for pthread.h" >&5
    70657953 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
    70667954 if test "${ac_cv_header_pthread_h+set}" = set; then
     
    70697957   cat >conftest.$ac_ext <<_ACEOF
    70707958-#line 9667 "configure"
    7071 +#line 9748 "configure"
     7959+#line 10014 "configure"
    70727960 #include "confdefs.h"
    70737961 #include <pthread.h>
    70747962 _ACEOF
    70757963-if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5
    7076 +if { (eval echo "$as_me:9752: \"$ac_cpp conftest.$ac_ext\"") >&5
     7964+if { (eval echo "$as_me:10018: \"$ac_cpp conftest.$ac_ext\"") >&5
    70777965   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    70787966   ac_status=$?
     
    70817969   cat conftest.err >&5
    70827970-  echo "$as_me:9677: \$? = $ac_status" >&5
    7083 +  echo "$as_me:9758: \$? = $ac_status" >&5
     7971+  echo "$as_me:10024: \$? = $ac_status" >&5
    70847972   (exit $ac_status); } >/dev/null; then
    70857973   if test -s conftest.err; then
    70867974     ac_cpp_err=$ac_c_preproc_warn_flag
    7087 @@ -9693,7 +9774,7 @@
     7975@@ -9693,7 +10040,7 @@
    70887976 fi
    70897977 rm -f conftest.err conftest.$ac_ext
    70907978 fi
    70917979-echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5
    7092 +echo "$as_me:9777: result: $ac_cv_header_pthread_h" >&5
     7980+echo "$as_me:10043: result: $ac_cv_header_pthread_h" >&5
    70937981 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
    70947982 if test $ac_cv_header_pthread_h = yes; then
    70957983 
    7096 @@ -9701,12 +9782,12 @@
     7984@@ -9701,12 +10048,12 @@
    70977985 #define HAVE_PTHREADS_H 1
    70987986 EOF
    70997987 
    71007988-        echo "$as_me:9704: checking if we can link with the pthread library" >&5
    7101 +        echo "$as_me:9785: checking if we can link with the pthread library" >&5
     7989+        echo "$as_me:10051: checking if we can link with the pthread library" >&5
    71027990 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6
    71037991         cf_save_LIBS="$LIBS"
     
    71057993         cat >conftest.$ac_ext <<_ACEOF
    71067994-#line 9709 "configure"
    7107 +#line 9790 "configure"
     7995+#line 10056 "configure"
    71087996 #include "confdefs.h"
    71097997 
    71107998 #include <pthread.h>
    7111 @@ -9722,16 +9803,16 @@
     7999@@ -9722,16 +10069,16 @@
    71128000 }
    71138001 _ACEOF
    71148002 rm -f conftest.$ac_objext conftest$ac_exeext
    71158003-if { (eval echo "$as_me:9725: \"$ac_link\"") >&5
    7116 +if { (eval echo "$as_me:9806: \"$ac_link\"") >&5
     8004+if { (eval echo "$as_me:10072: \"$ac_link\"") >&5
    71178005   (eval $ac_link) 2>&5
    71188006   ac_status=$?
    71198007-  echo "$as_me:9728: \$? = $ac_status" >&5
    7120 +  echo "$as_me:9809: \$? = $ac_status" >&5
     8008+  echo "$as_me:10075: \$? = $ac_status" >&5
    71218009   (exit $ac_status); } &&
    71228010          { ac_try='test -s conftest$ac_exeext'
    71238011-  { (eval echo "$as_me:9731: \"$ac_try\"") >&5
    7124 +  { (eval echo "$as_me:9812: \"$ac_try\"") >&5
     8012+  { (eval echo "$as_me:10078: \"$ac_try\"") >&5
    71258013   (eval $ac_try) 2>&5
    71268014   ac_status=$?
    71278015-  echo "$as_me:9734: \$? = $ac_status" >&5
    7128 +  echo "$as_me:9815: \$? = $ac_status" >&5
     8016+  echo "$as_me:10081: \$? = $ac_status" >&5
    71298017   (exit $ac_status); }; }; then
    71308018   with_pthread=yes
    71318019 else
    7132 @@ -9741,7 +9822,7 @@
     8020@@ -9741,7 +10088,7 @@
    71338021 fi
    71348022 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    71358023         LIBS="$cf_save_LIBS"
    71368024-        echo "$as_me:9744: result: $with_pthread" >&5
    7137 +        echo "$as_me:9825: result: $with_pthread" >&5
     8025+        echo "$as_me:10091: result: $with_pthread" >&5
    71388026 echo "${ECHO_T}$with_pthread" >&6
    71398027 
    71408028         if test "$with_pthread" = yes ; then
    7141 @@ -9751,7 +9832,7 @@
     8029@@ -9751,7 +10098,7 @@
    71428030 EOF
    71438031 
    71448032         else
    71458033-            { { echo "$as_me:9754: error: Cannot link with pthread library" >&5
    7146 +            { { echo "$as_me:9835: error: Cannot link with pthread library" >&5
     8034+            { { echo "$as_me:10101: error: Cannot link with pthread library" >&5
    71478035 echo "$as_me: error: Cannot link with pthread library" >&2;}
    71488036    { (exit 1); exit 1; }; }
    71498037         fi
    7150 @@ -9760,7 +9841,7 @@
     8038@@ -9760,7 +10107,7 @@
    71518039 
    71528040 fi
    71538041 
    71548042-echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5
    7155 +echo "$as_me:9844: checking if you want to use weak-symbols for pthreads" >&5
     8043+echo "$as_me:10110: checking if you want to use weak-symbols for pthreads" >&5
    71568044 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6
    71578045 
    71588046 # Check whether --enable-weak-symbols or --disable-weak-symbols was given.
    7159 @@ -9770,18 +9851,18 @@
     8047@@ -9770,18 +10117,18 @@
    71608048 else
    71618049   use_weak_symbols=no
    71628050 fi;
    71638051-echo "$as_me:9773: result: $use_weak_symbols" >&5
    7164 +echo "$as_me:9854: result: $use_weak_symbols" >&5
     8052+echo "$as_me:10120: result: $use_weak_symbols" >&5
    71658053 echo "${ECHO_T}$use_weak_symbols" >&6
    71668054 if test "$use_weak_symbols" = yes ; then
    71678055 
    71688056-echo "$as_me:9777: checking if $CC supports weak symbols" >&5
    7169 +echo "$as_me:9858: checking if $CC supports weak symbols" >&5
     8057+echo "$as_me:10124: checking if $CC supports weak symbols" >&5
    71708058 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6
    71718059 if test "${cf_cv_weak_symbols+set}" = set; then
     
    71758063 cat >conftest.$ac_ext <<_ACEOF
    71768064-#line 9784 "configure"
    7177 +#line 9865 "configure"
     8065+#line 10131 "configure"
    71788066 #include "confdefs.h"
    71798067 
    71808068 #include <stdio.h>
    7181 @@ -9807,16 +9888,16 @@
     8069@@ -9807,16 +10154,16 @@
    71828070 }
    71838071 _ACEOF
    71848072 rm -f conftest.$ac_objext
    71858073-if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5
    7186 +if { (eval echo "$as_me:9891: \"$ac_compile\"") >&5
     8074+if { (eval echo "$as_me:10157: \"$ac_compile\"") >&5
    71878075   (eval $ac_compile) 2>&5
    71888076   ac_status=$?
    71898077-  echo "$as_me:9813: \$? = $ac_status" >&5
    7190 +  echo "$as_me:9894: \$? = $ac_status" >&5
     8078+  echo "$as_me:10160: \$? = $ac_status" >&5
    71918079   (exit $ac_status); } &&
    71928080          { ac_try='test -s conftest.$ac_objext'
    71938081-  { (eval echo "$as_me:9816: \"$ac_try\"") >&5
    7194 +  { (eval echo "$as_me:9897: \"$ac_try\"") >&5
     8082+  { (eval echo "$as_me:10163: \"$ac_try\"") >&5
    71958083   (eval $ac_try) 2>&5
    71968084   ac_status=$?
    71978085-  echo "$as_me:9819: \$? = $ac_status" >&5
    7198 +  echo "$as_me:9900: \$? = $ac_status" >&5
     8086+  echo "$as_me:10166: \$? = $ac_status" >&5
    71998087   (exit $ac_status); }; }; then
    72008088   cf_cv_weak_symbols=yes
    72018089 else
    7202 @@ -9827,7 +9908,7 @@
     8090@@ -9827,7 +10174,7 @@
    72038091 rm -f conftest.$ac_objext conftest.$ac_ext
    72048092 
    72058093 fi
    72068094-echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5
    7207 +echo "$as_me:9911: result: $cf_cv_weak_symbols" >&5
     8095+echo "$as_me:10177: result: $cf_cv_weak_symbols" >&5
    72088096 echo "${ECHO_T}$cf_cv_weak_symbols" >&6
    72098097 
    72108098 else
    7211 @@ -9857,7 +9938,7 @@
     8099@@ -9857,7 +10204,7 @@
    72128100 # opaque outside of that, so there is no --enable-opaque option.  We can use
    72138101 # this option without --with-pthreads, but this will be always set for
    72148102 # pthreads.
    72158103-echo "$as_me:9860: checking if you want experimental reentrant code" >&5
    7216 +echo "$as_me:9941: checking if you want experimental reentrant code" >&5
     8104+echo "$as_me:10207: checking if you want experimental reentrant code" >&5
    72178105 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6
    72188106 
    72198107 # Check whether --enable-reentrant or --disable-reentrant was given.
    7220 @@ -9867,7 +9948,7 @@
     8108@@ -9867,7 +10214,7 @@
    72218109 else
    72228110   with_reentrant=no
    72238111 fi;
    72248112-echo "$as_me:9870: result: $with_reentrant" >&5
    7225 +echo "$as_me:9951: result: $with_reentrant" >&5
     8113+echo "$as_me:10217: result: $with_reentrant" >&5
    72268114 echo "${ECHO_T}$with_reentrant" >&6
    72278115 if test "$with_reentrant" = yes ; then
    72288116        cf_cv_enable_reentrant=1
    7229 @@ -9891,7 +9972,7 @@
     8117@@ -9891,7 +10238,7 @@
    72308118        5.*)
    72318119                cf_cv_rel_version=6.0
    72328120                cf_cv_abi_version=6
    72338121-               { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    7234 +               { echo "$as_me:9975: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
     8122+               { echo "$as_me:10241: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    72358123 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
    72368124                ;;
    72378125        esac
    7238 @@ -9904,7 +9985,7 @@
     8126@@ -9904,7 +10251,7 @@
    72398127        NCURSES_SIZE_T=short
    72408128 fi
    72418129 
    72428130-echo "$as_me:9907: checking if you want experimental safe-sprintf code" >&5
    7243 +echo "$as_me:9988: checking if you want experimental safe-sprintf code" >&5
     8131+echo "$as_me:10254: checking if you want experimental safe-sprintf code" >&5
    72448132 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6
    72458133 
    72468134 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given.
    7247 @@ -9914,7 +9995,7 @@
     8135@@ -9914,7 +10261,7 @@
    72488136 else
    72498137   with_safe_sprintf=no
    72508138 fi;
    72518139-echo "$as_me:9917: result: $with_safe_sprintf" >&5
    7252 +echo "$as_me:9998: result: $with_safe_sprintf" >&5
     8140+echo "$as_me:10264: result: $with_safe_sprintf" >&5
    72538141 echo "${ECHO_T}$with_safe_sprintf" >&6
    72548142 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF
    72558143 #define USE_SAFE_SPRINTF 1
    7256 @@ -9923,7 +10004,7 @@
     8144@@ -9923,7 +10270,7 @@
    72578145 ###   use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic
    72588146 # when hashmap is used scroll hints are useless
    72598147 if test "$with_hashmap" = no ; then
    72608148-echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5
    7261 +echo "$as_me:10007: checking if you want to experiment without scrolling-hints code" >&5
     8149+echo "$as_me:10273: checking if you want to experiment without scrolling-hints code" >&5
    72628150 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6
    72638151 
    72648152 # Check whether --enable-scroll-hints or --disable-scroll-hints was given.
    7265 @@ -9933,7 +10014,7 @@
     8153@@ -9933,7 +10280,7 @@
    72668154 else
    72678155   with_scroll_hints=yes
    72688156 fi;
    72698157-echo "$as_me:9936: result: $with_scroll_hints" >&5
    7270 +echo "$as_me:10017: result: $with_scroll_hints" >&5
     8158+echo "$as_me:10283: result: $with_scroll_hints" >&5
    72718159 echo "${ECHO_T}$with_scroll_hints" >&6
    72728160 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF
    72738161 #define USE_SCROLL_HINTS 1
    7274 @@ -9941,7 +10022,7 @@
     8162@@ -9941,7 +10288,7 @@
    72758163 
    72768164 fi
    72778165 
    72788166-echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5
    7279 +echo "$as_me:10025: checking if you want experimental wgetch-events code" >&5
     8167+echo "$as_me:10291: checking if you want experimental wgetch-events code" >&5
    72808168 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6
    72818169 
    72828170 # Check whether --enable-wgetch-events or --disable-wgetch-events was given.
    7283 @@ -9951,7 +10032,7 @@
     8171@@ -9951,7 +10298,7 @@
    72848172 else
    72858173   with_wgetch_events=no
    72868174 fi;
    72878175-echo "$as_me:9954: result: $with_wgetch_events" >&5
    7288 +echo "$as_me:10035: result: $with_wgetch_events" >&5
     8176+echo "$as_me:10301: result: $with_wgetch_events" >&5
    72898177 echo "${ECHO_T}$with_wgetch_events" >&6
    72908178 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF
    72918179 #define NCURSES_WGETCH_EVENTS 1
    7292 @@ -9960,7 +10041,7 @@
     8180@@ -9960,7 +10307,7 @@
    72938181 ###############################################################################
    72948182 
    72958183 ###    use option --disable-echo to suppress full display compiling commands
    72968184-echo "$as_me:9963: checking if you want to display full commands during build" >&5
    7297 +echo "$as_me:10044: checking if you want to display full commands during build" >&5
     8185+echo "$as_me:10310: checking if you want to display full commands during build" >&5
    72988186 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6
    72998187 
    73008188 # Check whether --enable-echo or --disable-echo was given.
    7301 @@ -9977,11 +10058,11 @@
     8189@@ -9977,11 +10324,11 @@
    73028190        test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent"
    73038191        test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent"
    73048192 fi
    73058193-echo "$as_me:9980: result: $with_echo" >&5
    7306 +echo "$as_me:10061: result: $with_echo" >&5
     8194+echo "$as_me:10327: result: $with_echo" >&5
    73078195 echo "${ECHO_T}$with_echo" >&6
    73088196 
    73098197 ###    use option --enable-warnings to turn on all gcc warnings
    73108198-echo "$as_me:9984: checking if you want to see compiler warnings" >&5
    7311 +echo "$as_me:10065: checking if you want to see compiler warnings" >&5
     8199+echo "$as_me:10331: checking if you want to see compiler warnings" >&5
    73128200 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6
    73138201 
    73148202 # Check whether --enable-warnings or --disable-warnings was given.
    7315 @@ -9989,7 +10070,7 @@
     8203@@ -9989,7 +10336,7 @@
    73168204   enableval="$enable_warnings"
    73178205   with_warnings=$enableval
    73188206 fi;
    73198207-echo "$as_me:9992: result: $with_warnings" >&5
    7320 +echo "$as_me:10073: result: $with_warnings" >&5
     8208+echo "$as_me:10339: result: $with_warnings" >&5
    73218209 echo "${ECHO_T}$with_warnings" >&6
    73228210 
    73238211 if test "x$with_warnings" = "xyes"; then
    7324 @@ -10000,12 +10081,12 @@
     8212@@ -10000,12 +10347,12 @@
    73258213 if test "$GCC" = yes ; then
    73268214        case $host_os in
    73278215        linux*|gnu*)
    73288216-               echo "$as_me:10003: checking if this is really Intel C compiler" >&5
    7329 +               echo "$as_me:10084: checking if this is really Intel C compiler" >&5
     8217+               echo "$as_me:10350: checking if this is really Intel C compiler" >&5
    73308218 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
    73318219                cf_save_CFLAGS="$CFLAGS"
     
    73338221                cat >conftest.$ac_ext <<_ACEOF
    73348222-#line 10008 "configure"
    7335 +#line 10089 "configure"
     8223+#line 10355 "configure"
    73368224 #include "confdefs.h"
    73378225 
    73388226 int
    7339 @@ -10022,16 +10103,16 @@
     8227@@ -10022,16 +10369,16 @@
    73408228 }
    73418229 _ACEOF
    73428230 rm -f conftest.$ac_objext
    73438231-if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5
    7344 +if { (eval echo "$as_me:10106: \"$ac_compile\"") >&5
     8232+if { (eval echo "$as_me:10372: \"$ac_compile\"") >&5
    73458233   (eval $ac_compile) 2>&5
    73468234   ac_status=$?
    73478235-  echo "$as_me:10028: \$? = $ac_status" >&5
    7348 +  echo "$as_me:10109: \$? = $ac_status" >&5
     8236+  echo "$as_me:10375: \$? = $ac_status" >&5
    73498237   (exit $ac_status); } &&
    73508238          { ac_try='test -s conftest.$ac_objext'
    73518239-  { (eval echo "$as_me:10031: \"$ac_try\"") >&5
    7352 +  { (eval echo "$as_me:10112: \"$ac_try\"") >&5
     8240+  { (eval echo "$as_me:10378: \"$ac_try\"") >&5
    73538241   (eval $ac_try) 2>&5
    73548242   ac_status=$?
    73558243-  echo "$as_me:10034: \$? = $ac_status" >&5
    7356 +  echo "$as_me:10115: \$? = $ac_status" >&5
     8244+  echo "$as_me:10381: \$? = $ac_status" >&5
    73578245   (exit $ac_status); }; }; then
    73588246   INTEL_COMPILER=yes
    73598247 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
    7360 @@ -10042,14 +10123,14 @@
     8248@@ -10042,14 +10389,14 @@
    73618249 fi
    73628250 rm -f conftest.$ac_objext conftest.$ac_ext
    73638251                CFLAGS="$cf_save_CFLAGS"
    73648252-               echo "$as_me:10045: result: $INTEL_COMPILER" >&5
    7365 +               echo "$as_me:10126: result: $INTEL_COMPILER" >&5
     8253+               echo "$as_me:10392: result: $INTEL_COMPILER" >&5
    73668254 echo "${ECHO_T}$INTEL_COMPILER" >&6
    73678255                ;;
     
    73718259 cat > conftest.$ac_ext <<EOF
    73728260-#line 10052 "${as_me-configure}"
    7373 +#line 10133 "${as_me-configure}"
     8261+#line 10399 "${as_me-configure}"
    73748262 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
    73758263 EOF
    73768264 
    7377 @@ -10067,7 +10148,7 @@
     8265@@ -10067,7 +10414,7 @@
    73788266 # remark #981: operands are evaluated in unspecified order
    73798267 # warning #269: invalid format string conversion
    73808268 
    73818269-       { echo "$as_me:10070: checking for $CC warning options..." >&5
    7382 +       { echo "$as_me:10151: checking for $CC warning options..." >&5
     8270+       { echo "$as_me:10417: checking for $CC warning options..." >&5
    73838271 echo "$as_me: checking for $CC warning options..." >&6;}
    73848272        cf_save_CFLAGS="$CFLAGS"
    73858273        EXTRA_CFLAGS="-Wall"
    7386 @@ -10084,12 +10165,12 @@
     8274@@ -10084,12 +10431,12 @@
    73878275                wd981
    73888276        do
    73898277                CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
    73908278-               if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5
    7391 +               if { (eval echo "$as_me:10168: \"$ac_compile\"") >&5
     8279+               if { (eval echo "$as_me:10434: \"$ac_compile\"") >&5
    73928280   (eval $ac_compile) 2>&5
    73938281   ac_status=$?
    73948282-  echo "$as_me:10090: \$? = $ac_status" >&5
    7395 +  echo "$as_me:10171: \$? = $ac_status" >&5
     8283+  echo "$as_me:10437: \$? = $ac_status" >&5
    73968284   (exit $ac_status); }; then
    73978285-                       test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5
    7398 +                       test -n "$verbose" && echo "$as_me:10173: result: ... -$cf_opt" >&5
     8286+                       test -n "$verbose" && echo "$as_me:10439: result: ... -$cf_opt" >&5
    73998287 echo "${ECHO_T}... -$cf_opt" >&6
    74008288                        EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
    74018289                fi
    7402 @@ -10098,7 +10179,7 @@
     8290@@ -10098,7 +10445,7 @@
    74038291 
    74048292 elif test "$GCC" = yes
    74058293 then
    74068294-       { echo "$as_me:10101: checking for $CC warning options..." >&5
    7407 +       { echo "$as_me:10182: checking for $CC warning options..." >&5
     8295+       { echo "$as_me:10448: checking for $CC warning options..." >&5
    74088296 echo "$as_me: checking for $CC warning options..." >&6;}
    74098297        cf_save_CFLAGS="$CFLAGS"
    74108298        EXTRA_CFLAGS="-W -Wall"
    7411 @@ -10118,12 +10199,12 @@
     8299@@ -10118,12 +10465,12 @@
    74128300                Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum
    74138301        do
    74148302                CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
    74158303-               if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5
    7416 +               if { (eval echo "$as_me:10202: \"$ac_compile\"") >&5
     8304+               if { (eval echo "$as_me:10468: \"$ac_compile\"") >&5
    74178305   (eval $ac_compile) 2>&5
    74188306   ac_status=$?
    74198307-  echo "$as_me:10124: \$? = $ac_status" >&5
    7420 +  echo "$as_me:10205: \$? = $ac_status" >&5
     8308+  echo "$as_me:10471: \$? = $ac_status" >&5
    74218309   (exit $ac_status); }; then
    74228310-                       test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5
    7423 +                       test -n "$verbose" && echo "$as_me:10207: result: ... -$cf_opt" >&5
     8311+                       test -n "$verbose" && echo "$as_me:10473: result: ... -$cf_opt" >&5
    74248312 echo "${ECHO_T}... -$cf_opt" >&6
    74258313                        case $cf_opt in #(vi
    74268314                        Wcast-qual) #(vi
    7427 @@ -10134,7 +10215,7 @@
     8315@@ -10134,7 +10481,7 @@
    74288316                                [34].*)
    74298317                                        test -n "$verbose" && echo "    feature is broken in gcc $GCC_VERSION" 1>&6
    74308318 
    74318319-echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
    7432 +echo "${as_me-configure}:10218: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
     8320+echo "${as_me-configure}:10484: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
    74338321 
    74348322                                        continue;;
    74358323                                esac
    7436 @@ -10154,12 +10235,12 @@
     8324@@ -10154,12 +10501,12 @@
    74378325 if test "$GCC" = yes ; then
    74388326        case $host_os in
    74398327        linux*|gnu*)
    74408328-               echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5
    7441 +               echo "$as_me:10238: checking if this is really Intel C++ compiler" >&5
     8329+               echo "$as_me:10504: checking if this is really Intel C++ compiler" >&5
    74428330 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6
    74438331                cf_save_CFLAGS="$CXXFLAGS"
     
    74458333                cat >conftest.$ac_ext <<_ACEOF
    74468334-#line 10162 "configure"
    7447 +#line 10243 "configure"
     8335+#line 10509 "configure"
    74488336 #include "confdefs.h"
    74498337 
    74508338 int
    7451 @@ -10176,16 +10257,16 @@
     8339@@ -10176,16 +10523,16 @@
    74528340 }
    74538341 _ACEOF
    74548342 rm -f conftest.$ac_objext
    74558343-if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5
    7456 +if { (eval echo "$as_me:10260: \"$ac_compile\"") >&5
     8344+if { (eval echo "$as_me:10526: \"$ac_compile\"") >&5
    74578345   (eval $ac_compile) 2>&5
    74588346   ac_status=$?
    74598347-  echo "$as_me:10182: \$? = $ac_status" >&5
    7460 +  echo "$as_me:10263: \$? = $ac_status" >&5
     8348+  echo "$as_me:10529: \$? = $ac_status" >&5
    74618349   (exit $ac_status); } &&
    74628350          { ac_try='test -s conftest.$ac_objext'
    74638351-  { (eval echo "$as_me:10185: \"$ac_try\"") >&5
    7464 +  { (eval echo "$as_me:10266: \"$ac_try\"") >&5
     8352+  { (eval echo "$as_me:10532: \"$ac_try\"") >&5
    74658353   (eval $ac_try) 2>&5
    74668354   ac_status=$?
    74678355-  echo "$as_me:10188: \$? = $ac_status" >&5
    7468 +  echo "$as_me:10269: \$? = $ac_status" >&5
     8356+  echo "$as_me:10535: \$? = $ac_status" >&5
    74698357   (exit $ac_status); }; }; then
    74708358   INTEL_CPLUSPLUS=yes
    74718359 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
    7472 @@ -10196,7 +10277,7 @@
     8360@@ -10196,7 +10543,7 @@
    74738361 fi
    74748362 rm -f conftest.$ac_objext conftest.$ac_ext
    74758363                CXXFLAGS="$cf_save_CFLAGS"
    74768364-               echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5
    7477 +               echo "$as_me:10280: result: $INTEL_CPLUSPLUS" >&5
     8365+               echo "$as_me:10546: result: $INTEL_CPLUSPLUS" >&5
    74788366 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6
    74798367                ;;
    74808368        esac
    7481 @@ -10210,7 +10291,7 @@
     8369@@ -10210,7 +10557,7 @@
    74828370 ac_main_return=return
    74838371 
    74848372 cat > conftest.$ac_ext <<EOF
    74858373-#line 10213 "configure"
    7486 +#line 10294 "configure"
     8374+#line 10560 "configure"
    74878375 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
    74888376 EOF
    74898377 
    7490 @@ -10228,7 +10309,7 @@
     8378@@ -10228,7 +10575,7 @@
    74918379 # remark #981: operands are evaluated in unspecified order
    74928380 # warning #269: invalid format string conversion
    74938381 
    74948382-       { echo "$as_me:10231: checking for $CC warning options..." >&5
    7495 +       { echo "$as_me:10312: checking for $CC warning options..." >&5
     8383+       { echo "$as_me:10578: checking for $CC warning options..." >&5
    74968384 echo "$as_me: checking for $CC warning options..." >&6;}
    74978385        cf_save_CXXFLAGS="$CXXFLAGS"
    74988386        EXTRA_CXXFLAGS="-Wall"
    7499 @@ -10245,12 +10326,12 @@
     8387@@ -10245,12 +10592,12 @@
    75008388                wd981
    75018389        do
    75028390                CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt"
    75038391-               if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5
    7504 +               if { (eval echo "$as_me:10329: \"$ac_compile\"") >&5
     8392+               if { (eval echo "$as_me:10595: \"$ac_compile\"") >&5
    75058393   (eval $ac_compile) 2>&5
    75068394   ac_status=$?
    75078395-  echo "$as_me:10251: \$? = $ac_status" >&5
    7508 +  echo "$as_me:10332: \$? = $ac_status" >&5
     8396+  echo "$as_me:10598: \$? = $ac_status" >&5
    75098397   (exit $ac_status); }; then
    75108398-                       test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5
    7511 +                       test -n "$verbose" && echo "$as_me:10334: result: ... -$cf_opt" >&5
     8399+                       test -n "$verbose" && echo "$as_me:10600: result: ... -$cf_opt" >&5
    75128400 echo "${ECHO_T}... -$cf_opt" >&6
    75138401                        EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
    75148402                fi
    7515 @@ -10259,7 +10340,7 @@
     8403@@ -10259,7 +10606,7 @@
    75168404 
    75178405 elif test "$GXX" = yes
    75188406 then
    75198407-       { echo "$as_me:10262: checking for $CXX warning options..." >&5
    7520 +       { echo "$as_me:10343: checking for $CXX warning options..." >&5
     8408+       { echo "$as_me:10609: checking for $CXX warning options..." >&5
    75218409 echo "$as_me: checking for $CXX warning options..." >&6;}
    75228410        cf_save_CXXFLAGS="$CXXFLAGS"
    75238411        EXTRA_CXXFLAGS="-W -Wall"
    7524 @@ -10288,16 +10369,16 @@
     8412@@ -10288,16 +10635,16 @@
    75258413                Wundef $cf_gxx_extra_warnings Wno-unused
    75268414        do
    75278415                CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt"
    75288416-               if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5
    7529 +               if { (eval echo "$as_me:10372: \"$ac_compile\"") >&5
     8417+               if { (eval echo "$as_me:10638: \"$ac_compile\"") >&5
    75308418   (eval $ac_compile) 2>&5
    75318419   ac_status=$?
    75328420-  echo "$as_me:10294: \$? = $ac_status" >&5
    7533 +  echo "$as_me:10375: \$? = $ac_status" >&5
     8421+  echo "$as_me:10641: \$? = $ac_status" >&5
    75348422   (exit $ac_status); }; then
    75358423-                       test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5
    7536 +                       test -n "$verbose" && echo "$as_me:10377: result: ... -$cf_opt" >&5
     8424+                       test -n "$verbose" && echo "$as_me:10643: result: ... -$cf_opt" >&5
    75378425 echo "${ECHO_T}... -$cf_opt" >&6
    75388426                        EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
    75398427                else
    75408428-                       test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5
    7541 +                       test -n "$verbose" && echo "$as_me:10381: result: ... no -$cf_opt" >&5
     8429+                       test -n "$verbose" && echo "$as_me:10647: result: ... no -$cf_opt" >&5
    75428430 echo "${ECHO_T}... no -$cf_opt" >&6
    75438431                fi
    75448432        done
    7545 @@ -10333,10 +10414,10 @@
     8433@@ -10333,10 +10680,10 @@
    75468434 EOF
    75478435 if test "$GCC" = yes
    75488436 then
    75498437-       { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5
    7550 +       { echo "$as_me:10417: checking for $CC __attribute__ directives..." >&5
     8438+       { echo "$as_me:10683: checking for $CC __attribute__ directives..." >&5
    75518439 echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
    75528440 cat > conftest.$ac_ext <<EOF
    75538441-#line 10339 "${as_me-configure}"
    7554 +#line 10420 "${as_me-configure}"
     8442+#line 10686 "${as_me-configure}"
    75558443 #include "confdefs.h"
    75568444 #include "conftest.h"
    75578445 #include "conftest.i"
    7558 @@ -10374,12 +10455,12 @@
     8446@@ -10374,12 +10721,12 @@
    75598447 EOF
    75608448                        ;;
    75618449                esac
    75628450-               if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5
    7563 +               if { (eval echo "$as_me:10458: \"$ac_compile\"") >&5
     8451+               if { (eval echo "$as_me:10724: \"$ac_compile\"") >&5
    75648452   (eval $ac_compile) 2>&5
    75658453   ac_status=$?
    75668454-  echo "$as_me:10380: \$? = $ac_status" >&5
    7567 +  echo "$as_me:10461: \$? = $ac_status" >&5
     8455+  echo "$as_me:10727: \$? = $ac_status" >&5
    75688456   (exit $ac_status); }; then
    75698457-                       test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5
    7570 +                       test -n "$verbose" && echo "$as_me:10463: result: ... $cf_attribute" >&5
     8458+                       test -n "$verbose" && echo "$as_me:10729: result: ... $cf_attribute" >&5
    75718459 echo "${ECHO_T}... $cf_attribute" >&6
    75728460                        cat conftest.h >>confdefs.h
    75738461                fi
    7574 @@ -10391,7 +10472,7 @@
     8462@@ -10391,7 +10738,7 @@
    75758463 fi
    75768464 
    75778465 ###    use option --enable-assertions to turn on generation of assertion code
    75788466-echo "$as_me:10394: checking if you want to enable runtime assertions" >&5
    7579 +echo "$as_me:10475: checking if you want to enable runtime assertions" >&5
     8467+echo "$as_me:10741: checking if you want to enable runtime assertions" >&5
    75808468 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6
    75818469 
    75828470 # Check whether --enable-assertions or --disable-assertions was given.
    7583 @@ -10401,7 +10482,7 @@
     8471@@ -10401,7 +10748,7 @@
    75848472 else
    75858473   with_assertions=no
    75868474 fi;
    75878475-echo "$as_me:10404: result: $with_assertions" >&5
    7588 +echo "$as_me:10485: result: $with_assertions" >&5
     8476+echo "$as_me:10751: result: $with_assertions" >&5
    75898477 echo "${ECHO_T}$with_assertions" >&6
    75908478 if test -n "$GCC"
    75918479 then
    7592 @@ -10419,7 +10500,7 @@
     8480@@ -10419,7 +10766,7 @@
    75938481 
    75948482 ###    use option --disable-leaks to suppress "permanent" leaks, for testing
    75958483 
    75968484-echo "$as_me:10422: checking if you want to use dmalloc for testing" >&5
    7597 +echo "$as_me:10503: checking if you want to use dmalloc for testing" >&5
     8485+echo "$as_me:10769: checking if you want to use dmalloc for testing" >&5
    75988486 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6
    75998487 
    76008488 # Check whether --with-dmalloc or --without-dmalloc was given.
    7601 @@ -10435,7 +10516,7 @@
     8489@@ -10435,7 +10782,7 @@
    76028490 else
    76038491   with_dmalloc=
    76048492 fi;
    76058493-echo "$as_me:10438: result: ${with_dmalloc:-no}" >&5
    7606 +echo "$as_me:10519: result: ${with_dmalloc:-no}" >&5
     8494+echo "$as_me:10785: result: ${with_dmalloc:-no}" >&5
    76078495 echo "${ECHO_T}${with_dmalloc:-no}" >&6
    76088496 
    76098497 case .$with_cflags in #(vi
    7610 @@ -10519,23 +10600,23 @@
     8498@@ -10519,23 +10866,23 @@
    76118499 esac
    76128500 
    76138501 if test "$with_dmalloc" = yes ; then
    76148502-       echo "$as_me:10522: checking for dmalloc.h" >&5
    7615 +       echo "$as_me:10603: checking for dmalloc.h" >&5
     8503+       echo "$as_me:10869: checking for dmalloc.h" >&5
    76168504 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
    76178505 if test "${ac_cv_header_dmalloc_h+set}" = set; then
     
    76208508   cat >conftest.$ac_ext <<_ACEOF
    76218509-#line 10528 "configure"
    7622 +#line 10609 "configure"
     8510+#line 10875 "configure"
    76238511 #include "confdefs.h"
    76248512 #include <dmalloc.h>
    76258513 _ACEOF
    76268514-if { (eval echo "$as_me:10532: \"$ac_cpp conftest.$ac_ext\"") >&5
    7627 +if { (eval echo "$as_me:10613: \"$ac_cpp conftest.$ac_ext\"") >&5
     8515+if { (eval echo "$as_me:10879: \"$ac_cpp conftest.$ac_ext\"") >&5
    76288516   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    76298517   ac_status=$?
     
    76328520   cat conftest.err >&5
    76338521-  echo "$as_me:10538: \$? = $ac_status" >&5
    7634 +  echo "$as_me:10619: \$? = $ac_status" >&5
     8522+  echo "$as_me:10885: \$? = $ac_status" >&5
    76358523   (exit $ac_status); } >/dev/null; then
    76368524   if test -s conftest.err; then
    76378525     ac_cpp_err=$ac_c_preproc_warn_flag
    7638 @@ -10554,11 +10635,11 @@
     8526@@ -10554,11 +10901,11 @@
    76398527 fi
    76408528 rm -f conftest.err conftest.$ac_ext
    76418529 fi
    76428530-echo "$as_me:10557: result: $ac_cv_header_dmalloc_h" >&5
    7643 +echo "$as_me:10638: result: $ac_cv_header_dmalloc_h" >&5
     8531+echo "$as_me:10904: result: $ac_cv_header_dmalloc_h" >&5
    76448532 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
    76458533 if test $ac_cv_header_dmalloc_h = yes; then
    76468534 
    76478535-echo "$as_me:10561: checking for dmalloc_debug in -ldmalloc" >&5
    7648 +echo "$as_me:10642: checking for dmalloc_debug in -ldmalloc" >&5
     8536+echo "$as_me:10908: checking for dmalloc_debug in -ldmalloc" >&5
    76498537 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6
    76508538 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then
    76518539   echo $ECHO_N "(cached) $ECHO_C" >&6
    7652 @@ -10566,7 +10647,7 @@
     8540@@ -10566,7 +10913,7 @@
    76538541   ac_check_lib_save_LIBS=$LIBS
    76548542 LIBS="-ldmalloc  $LIBS"
    76558543 cat >conftest.$ac_ext <<_ACEOF
    76568544-#line 10569 "configure"
    7657 +#line 10650 "configure"
     8545+#line 10916 "configure"
    76588546 #include "confdefs.h"
    76598547 
    76608548 /* Override any gcc2 internal prototype to avoid an error.  */
    7661 @@ -10585,16 +10666,16 @@
     8549@@ -10585,16 +10932,16 @@
    76628550 }
    76638551 _ACEOF
    76648552 rm -f conftest.$ac_objext conftest$ac_exeext
    76658553-if { (eval echo "$as_me:10588: \"$ac_link\"") >&5
    7666 +if { (eval echo "$as_me:10669: \"$ac_link\"") >&5
     8554+if { (eval echo "$as_me:10935: \"$ac_link\"") >&5
    76678555   (eval $ac_link) 2>&5
    76688556   ac_status=$?
    76698557-  echo "$as_me:10591: \$? = $ac_status" >&5
    7670 +  echo "$as_me:10672: \$? = $ac_status" >&5
     8558+  echo "$as_me:10938: \$? = $ac_status" >&5
    76718559   (exit $ac_status); } &&
    76728560          { ac_try='test -s conftest$ac_exeext'
    76738561-  { (eval echo "$as_me:10594: \"$ac_try\"") >&5
    7674 +  { (eval echo "$as_me:10675: \"$ac_try\"") >&5
     8562+  { (eval echo "$as_me:10941: \"$ac_try\"") >&5
    76758563   (eval $ac_try) 2>&5
    76768564   ac_status=$?
    76778565-  echo "$as_me:10597: \$? = $ac_status" >&5
    7678 +  echo "$as_me:10678: \$? = $ac_status" >&5
     8566+  echo "$as_me:10944: \$? = $ac_status" >&5
    76798567   (exit $ac_status); }; }; then
    76808568   ac_cv_lib_dmalloc_dmalloc_debug=yes
    76818569 else
    7682 @@ -10605,7 +10686,7 @@
     8570@@ -10605,7 +10952,7 @@
    76838571 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    76848572 LIBS=$ac_check_lib_save_LIBS
    76858573 fi
    76868574-echo "$as_me:10608: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
    7687 +echo "$as_me:10689: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
     8575+echo "$as_me:10955: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
    76888576 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6
    76898577 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then
    76908578   cat >>confdefs.h <<EOF
    7691 @@ -10620,7 +10701,7 @@
     8579@@ -10620,7 +10967,7 @@
    76928580 
    76938581 fi
    76948582 
    76958583-echo "$as_me:10623: checking if you want to use dbmalloc for testing" >&5
    7696 +echo "$as_me:10704: checking if you want to use dbmalloc for testing" >&5
     8584+echo "$as_me:10970: checking if you want to use dbmalloc for testing" >&5
    76978585 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6
    76988586 
    76998587 # Check whether --with-dbmalloc or --without-dbmalloc was given.
    7700 @@ -10636,7 +10717,7 @@
     8588@@ -10636,7 +10983,7 @@
    77018589 else
    77028590   with_dbmalloc=
    77038591 fi;
    77048592-echo "$as_me:10639: result: ${with_dbmalloc:-no}" >&5
    7705 +echo "$as_me:10720: result: ${with_dbmalloc:-no}" >&5
     8593+echo "$as_me:10986: result: ${with_dbmalloc:-no}" >&5
    77068594 echo "${ECHO_T}${with_dbmalloc:-no}" >&6
    77078595 
    77088596 case .$with_cflags in #(vi
    7709 @@ -10720,23 +10801,23 @@
     8597@@ -10720,23 +11067,23 @@
    77108598 esac
    77118599 
    77128600 if test "$with_dbmalloc" = yes ; then
    77138601-       echo "$as_me:10723: checking for dbmalloc.h" >&5
    7714 +       echo "$as_me:10804: checking for dbmalloc.h" >&5
     8602+       echo "$as_me:11070: checking for dbmalloc.h" >&5
    77158603 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6
    77168604 if test "${ac_cv_header_dbmalloc_h+set}" = set; then
     
    77198607   cat >conftest.$ac_ext <<_ACEOF
    77208608-#line 10729 "configure"
    7721 +#line 10810 "configure"
     8609+#line 11076 "configure"
    77228610 #include "confdefs.h"
    77238611 #include <dbmalloc.h>
    77248612 _ACEOF
    77258613-if { (eval echo "$as_me:10733: \"$ac_cpp conftest.$ac_ext\"") >&5
    7726 +if { (eval echo "$as_me:10814: \"$ac_cpp conftest.$ac_ext\"") >&5
     8614+if { (eval echo "$as_me:11080: \"$ac_cpp conftest.$ac_ext\"") >&5
    77278615   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    77288616   ac_status=$?
     
    77318619   cat conftest.err >&5
    77328620-  echo "$as_me:10739: \$? = $ac_status" >&5
    7733 +  echo "$as_me:10820: \$? = $ac_status" >&5
     8621+  echo "$as_me:11086: \$? = $ac_status" >&5
    77348622   (exit $ac_status); } >/dev/null; then
    77358623   if test -s conftest.err; then
    77368624     ac_cpp_err=$ac_c_preproc_warn_flag
    7737 @@ -10755,11 +10836,11 @@
     8625@@ -10755,11 +11102,11 @@
    77388626 fi
    77398627 rm -f conftest.err conftest.$ac_ext
    77408628 fi
    77418629-echo "$as_me:10758: result: $ac_cv_header_dbmalloc_h" >&5
    7742 +echo "$as_me:10839: result: $ac_cv_header_dbmalloc_h" >&5
     8630+echo "$as_me:11105: result: $ac_cv_header_dbmalloc_h" >&5
    77438631 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6
    77448632 if test $ac_cv_header_dbmalloc_h = yes; then
    77458633 
    77468634-echo "$as_me:10762: checking for debug_malloc in -ldbmalloc" >&5
    7747 +echo "$as_me:10843: checking for debug_malloc in -ldbmalloc" >&5
     8635+echo "$as_me:11109: checking for debug_malloc in -ldbmalloc" >&5
    77488636 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6
    77498637 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then
    77508638   echo $ECHO_N "(cached) $ECHO_C" >&6
    7751 @@ -10767,7 +10848,7 @@
     8639@@ -10767,7 +11114,7 @@
    77528640   ac_check_lib_save_LIBS=$LIBS
    77538641 LIBS="-ldbmalloc  $LIBS"
    77548642 cat >conftest.$ac_ext <<_ACEOF
    77558643-#line 10770 "configure"
    7756 +#line 10851 "configure"
     8644+#line 11117 "configure"
    77578645 #include "confdefs.h"
    77588646 
    77598647 /* Override any gcc2 internal prototype to avoid an error.  */
    7760 @@ -10786,16 +10867,16 @@
     8648@@ -10786,16 +11133,16 @@
    77618649 }
    77628650 _ACEOF
    77638651 rm -f conftest.$ac_objext conftest$ac_exeext
    77648652-if { (eval echo "$as_me:10789: \"$ac_link\"") >&5
    7765 +if { (eval echo "$as_me:10870: \"$ac_link\"") >&5
     8653+if { (eval echo "$as_me:11136: \"$ac_link\"") >&5
    77668654   (eval $ac_link) 2>&5
    77678655   ac_status=$?
    77688656-  echo "$as_me:10792: \$? = $ac_status" >&5
    7769 +  echo "$as_me:10873: \$? = $ac_status" >&5
     8657+  echo "$as_me:11139: \$? = $ac_status" >&5
    77708658   (exit $ac_status); } &&
    77718659          { ac_try='test -s conftest$ac_exeext'
    77728660-  { (eval echo "$as_me:10795: \"$ac_try\"") >&5
    7773 +  { (eval echo "$as_me:10876: \"$ac_try\"") >&5
     8661+  { (eval echo "$as_me:11142: \"$ac_try\"") >&5
    77748662   (eval $ac_try) 2>&5
    77758663   ac_status=$?
    77768664-  echo "$as_me:10798: \$? = $ac_status" >&5
    7777 +  echo "$as_me:10879: \$? = $ac_status" >&5
     8665+  echo "$as_me:11145: \$? = $ac_status" >&5
    77788666   (exit $ac_status); }; }; then
    77798667   ac_cv_lib_dbmalloc_debug_malloc=yes
    77808668 else
    7781 @@ -10806,7 +10887,7 @@
     8669@@ -10806,7 +11153,7 @@
    77828670 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    77838671 LIBS=$ac_check_lib_save_LIBS
    77848672 fi
    77858673-echo "$as_me:10809: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
    7786 +echo "$as_me:10890: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
     8674+echo "$as_me:11156: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
    77878675 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6
    77888676 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then
    77898677   cat >>confdefs.h <<EOF
    7790 @@ -10821,7 +10902,7 @@
     8678@@ -10821,7 +11168,7 @@
    77918679 
    77928680 fi
    77938681 
    77948682-echo "$as_me:10824: checking if you want to use valgrind for testing" >&5
    7795 +echo "$as_me:10905: checking if you want to use valgrind for testing" >&5
     8683+echo "$as_me:11171: checking if you want to use valgrind for testing" >&5
    77968684 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6
    77978685 
    77988686 # Check whether --with-valgrind or --without-valgrind was given.
    7799 @@ -10837,7 +10918,7 @@
     8687@@ -10837,7 +11184,7 @@
    78008688 else
    78018689   with_valgrind=
    78028690 fi;
    78038691-echo "$as_me:10840: result: ${with_valgrind:-no}" >&5
    7804 +echo "$as_me:10921: result: ${with_valgrind:-no}" >&5
     8692+echo "$as_me:11187: result: ${with_valgrind:-no}" >&5
    78058693 echo "${ECHO_T}${with_valgrind:-no}" >&6
    78068694 
    78078695 case .$with_cflags in #(vi
    7808 @@ -10920,7 +11001,7 @@
     8696@@ -10920,7 +11267,7 @@
    78098697        ;;
    78108698 esac
    78118699 
    78128700-echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5
    7813 +echo "$as_me:11004: checking if you want to perform memory-leak testing" >&5
     8701+echo "$as_me:11270: checking if you want to perform memory-leak testing" >&5
    78148702 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6
    78158703 
    78168704 # Check whether --enable-leaks or --disable-leaks was given.
    7817 @@ -10930,7 +11011,7 @@
     8705@@ -10930,7 +11277,7 @@
    78188706 else
    78198707   : ${with_no_leaks:=no}
    78208708 fi;
    78218709-echo "$as_me:10933: result: $with_no_leaks" >&5
    7822 +echo "$as_me:11014: result: $with_no_leaks" >&5
     8710+echo "$as_me:11280: result: $with_no_leaks" >&5
    78238711 echo "${ECHO_T}$with_no_leaks" >&6
    78248712 
    78258713 if test "$with_no_leaks" = yes ; then
    7826 @@ -10975,7 +11056,7 @@
     8714@@ -10975,7 +11322,7 @@
    78278715        ;;
    78288716 esac
    78298717 
    78308718-echo "$as_me:10978: checking whether to add trace feature to all models" >&5
    7831 +echo "$as_me:11059: checking whether to add trace feature to all models" >&5
     8719+echo "$as_me:11325: checking whether to add trace feature to all models" >&5
    78328720 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6
    78338721 
    78348722 # Check whether --with-trace or --without-trace was given.
    7835 @@ -10985,7 +11066,7 @@
     8723@@ -10985,7 +11332,7 @@
    78368724 else
    78378725   cf_with_trace=$cf_all_traces
    78388726 fi;
    78398727-echo "$as_me:10988: result: $cf_with_trace" >&5
    7840 +echo "$as_me:11069: result: $cf_with_trace" >&5
     8728+echo "$as_me:11335: result: $cf_with_trace" >&5
    78418729 echo "${ECHO_T}$cf_with_trace" >&6
    78428730 
    78438731 if test "$cf_with_trace" = yes ; then
    7844 @@ -11066,13 +11147,13 @@
     8732@@ -11066,13 +11413,13 @@
    78458733 fi
    78468734 
    78478735 ###    Checks for libraries.
    78488736-echo "$as_me:11069: checking for gettimeofday" >&5
    7849 +echo "$as_me:11150: checking for gettimeofday" >&5
     8737+echo "$as_me:11416: checking for gettimeofday" >&5
    78508738 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6
    78518739 if test "${ac_cv_func_gettimeofday+set}" = set; then
     
    78548742   cat >conftest.$ac_ext <<_ACEOF
    78558743-#line 11075 "configure"
    7856 +#line 11156 "configure"
     8744+#line 11422 "configure"
    78578745 #include "confdefs.h"
    78588746 /* System header to define __stub macros and hopefully few prototypes,
    78598747     which can conflict with char gettimeofday (); below.  */
    7860 @@ -11103,16 +11184,16 @@
     8748@@ -11103,16 +11450,16 @@
    78618749 }
    78628750 _ACEOF
    78638751 rm -f conftest.$ac_objext conftest$ac_exeext
    78648752-if { (eval echo "$as_me:11106: \"$ac_link\"") >&5
    7865 +if { (eval echo "$as_me:11187: \"$ac_link\"") >&5
     8753+if { (eval echo "$as_me:11453: \"$ac_link\"") >&5
    78668754   (eval $ac_link) 2>&5
    78678755   ac_status=$?
    78688756-  echo "$as_me:11109: \$? = $ac_status" >&5
    7869 +  echo "$as_me:11190: \$? = $ac_status" >&5
     8757+  echo "$as_me:11456: \$? = $ac_status" >&5
    78708758   (exit $ac_status); } &&
    78718759          { ac_try='test -s conftest$ac_exeext'
    78728760-  { (eval echo "$as_me:11112: \"$ac_try\"") >&5
    7873 +  { (eval echo "$as_me:11193: \"$ac_try\"") >&5
     8761+  { (eval echo "$as_me:11459: \"$ac_try\"") >&5
    78748762   (eval $ac_try) 2>&5
    78758763   ac_status=$?
    78768764-  echo "$as_me:11115: \$? = $ac_status" >&5
    7877 +  echo "$as_me:11196: \$? = $ac_status" >&5
     8765+  echo "$as_me:11462: \$? = $ac_status" >&5
    78788766   (exit $ac_status); }; }; then
    78798767   ac_cv_func_gettimeofday=yes
    78808768 else
    7881 @@ -11122,7 +11203,7 @@
     8769@@ -11122,7 +11469,7 @@
    78828770 fi
    78838771 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    78848772 fi
    78858773-echo "$as_me:11125: result: $ac_cv_func_gettimeofday" >&5
    7886 +echo "$as_me:11206: result: $ac_cv_func_gettimeofday" >&5
     8774+echo "$as_me:11472: result: $ac_cv_func_gettimeofday" >&5
    78878775 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6
    78888776 if test $ac_cv_func_gettimeofday = yes; then
    78898777   cat >>confdefs.h <<\EOF
    7890 @@ -11131,7 +11212,7 @@
     8778@@ -11131,7 +11478,7 @@
    78918779 
    78928780 else
    78938781 
    78948782-echo "$as_me:11134: checking for gettimeofday in -lbsd" >&5
    7895 +echo "$as_me:11215: checking for gettimeofday in -lbsd" >&5
     8783+echo "$as_me:11481: checking for gettimeofday in -lbsd" >&5
    78968784 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6
    78978785 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    78988786   echo $ECHO_N "(cached) $ECHO_C" >&6
    7899 @@ -11139,7 +11220,7 @@
     8787@@ -11139,7 +11486,7 @@
    79008788   ac_check_lib_save_LIBS=$LIBS
    79018789 LIBS="-lbsd  $LIBS"
    79028790 cat >conftest.$ac_ext <<_ACEOF
    79038791-#line 11142 "configure"
    7904 +#line 11223 "configure"
     8792+#line 11489 "configure"
    79058793 #include "confdefs.h"
    79068794 
    79078795 /* Override any gcc2 internal prototype to avoid an error.  */
    7908 @@ -11158,16 +11239,16 @@
     8796@@ -11158,16 +11505,16 @@
    79098797 }
    79108798 _ACEOF
    79118799 rm -f conftest.$ac_objext conftest$ac_exeext
    79128800-if { (eval echo "$as_me:11161: \"$ac_link\"") >&5
    7913 +if { (eval echo "$as_me:11242: \"$ac_link\"") >&5
     8801+if { (eval echo "$as_me:11508: \"$ac_link\"") >&5
    79148802   (eval $ac_link) 2>&5
    79158803   ac_status=$?
    79168804-  echo "$as_me:11164: \$? = $ac_status" >&5
    7917 +  echo "$as_me:11245: \$? = $ac_status" >&5
     8805+  echo "$as_me:11511: \$? = $ac_status" >&5
    79188806   (exit $ac_status); } &&
    79198807          { ac_try='test -s conftest$ac_exeext'
    79208808-  { (eval echo "$as_me:11167: \"$ac_try\"") >&5
    7921 +  { (eval echo "$as_me:11248: \"$ac_try\"") >&5
     8809+  { (eval echo "$as_me:11514: \"$ac_try\"") >&5
    79228810   (eval $ac_try) 2>&5
    79238811   ac_status=$?
    79248812-  echo "$as_me:11170: \$? = $ac_status" >&5
    7925 +  echo "$as_me:11251: \$? = $ac_status" >&5
     8813+  echo "$as_me:11517: \$? = $ac_status" >&5
    79268814   (exit $ac_status); }; }; then
    79278815   ac_cv_lib_bsd_gettimeofday=yes
    79288816 else
    7929 @@ -11178,7 +11259,7 @@
     8817@@ -11178,7 +11525,7 @@
    79308818 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    79318819 LIBS=$ac_check_lib_save_LIBS
    79328820 fi
    79338821-echo "$as_me:11181: result: $ac_cv_lib_bsd_gettimeofday" >&5
    7934 +echo "$as_me:11262: result: $ac_cv_lib_bsd_gettimeofday" >&5
     8822+echo "$as_me:11528: result: $ac_cv_lib_bsd_gettimeofday" >&5
    79358823 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6
    79368824 if test $ac_cv_lib_bsd_gettimeofday = yes; then
    79378825   cat >>confdefs.h <<\EOF
    7938 @@ -11190,14 +11271,14 @@
     8826@@ -11190,14 +11537,14 @@
    79398827 
    79408828 fi
    79418829 
    79428830-echo "$as_me:11193: checking if -lm needed for math functions" >&5
    7943 +echo "$as_me:11274: checking if -lm needed for math functions" >&5
     8831+echo "$as_me:11540: checking if -lm needed for math functions" >&5
    79448832 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6
    79458833 if test "${cf_cv_need_libm+set}" = set; then
     
    79498837        cat >conftest.$ac_ext <<_ACEOF
    79508838-#line 11200 "configure"
    7951 +#line 11281 "configure"
     8839+#line 11547 "configure"
    79528840 #include "confdefs.h"
    79538841 
    79548842        #include <stdio.h>
    7955 @@ -11212,16 +11293,16 @@
     8843@@ -11212,16 +11559,16 @@
    79568844 }
    79578845 _ACEOF
    79588846 rm -f conftest.$ac_objext conftest$ac_exeext
    79598847-if { (eval echo "$as_me:11215: \"$ac_link\"") >&5
    7960 +if { (eval echo "$as_me:11296: \"$ac_link\"") >&5
     8848+if { (eval echo "$as_me:11562: \"$ac_link\"") >&5
    79618849   (eval $ac_link) 2>&5
    79628850   ac_status=$?
    79638851-  echo "$as_me:11218: \$? = $ac_status" >&5
    7964 +  echo "$as_me:11299: \$? = $ac_status" >&5
     8852+  echo "$as_me:11565: \$? = $ac_status" >&5
    79658853   (exit $ac_status); } &&
    79668854          { ac_try='test -s conftest$ac_exeext'
    79678855-  { (eval echo "$as_me:11221: \"$ac_try\"") >&5
    7968 +  { (eval echo "$as_me:11302: \"$ac_try\"") >&5
     8856+  { (eval echo "$as_me:11568: \"$ac_try\"") >&5
    79698857   (eval $ac_try) 2>&5
    79708858   ac_status=$?
    79718859-  echo "$as_me:11224: \$? = $ac_status" >&5
    7972 +  echo "$as_me:11305: \$? = $ac_status" >&5
     8860+  echo "$as_me:11571: \$? = $ac_status" >&5
    79738861   (exit $ac_status); }; }; then
    79748862   cf_cv_need_libm=no
    79758863 else
    7976 @@ -11231,7 +11312,7 @@
     8864@@ -11231,7 +11578,7 @@
    79778865 fi
    79788866 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    79798867 fi
    79808868-echo "$as_me:11234: result: $cf_cv_need_libm" >&5
    7981 +echo "$as_me:11315: result: $cf_cv_need_libm" >&5
     8869+echo "$as_me:11581: result: $cf_cv_need_libm" >&5
    79828870 echo "${ECHO_T}$cf_cv_need_libm" >&6
    79838871 if test "$cf_cv_need_libm" = yes
    79848872 then
    7985 @@ -11239,13 +11320,13 @@
     8873@@ -11239,13 +11586,13 @@
    79868874 fi
    79878875 
    79888876 ###    Checks for header files.
    79898877-echo "$as_me:11242: checking for ANSI C header files" >&5
    7990 +echo "$as_me:11323: checking for ANSI C header files" >&5
     8878+echo "$as_me:11589: checking for ANSI C header files" >&5
    79918879 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
    79928880 if test "${ac_cv_header_stdc+set}" = set; then
     
    79958883   cat >conftest.$ac_ext <<_ACEOF
    79968884-#line 11248 "configure"
    7997 +#line 11329 "configure"
     8885+#line 11595 "configure"
    79988886 #include "confdefs.h"
    79998887 #include <stdlib.h>
    80008888 #include <stdarg.h>
    8001 @@ -11253,13 +11334,13 @@
     8889@@ -11253,13 +11600,13 @@
    80028890 #include <float.h>
    80038891 
    80048892 _ACEOF
    80058893-if { (eval echo "$as_me:11256: \"$ac_cpp conftest.$ac_ext\"") >&5
    8006 +if { (eval echo "$as_me:11337: \"$ac_cpp conftest.$ac_ext\"") >&5
     8894+if { (eval echo "$as_me:11603: \"$ac_cpp conftest.$ac_ext\"") >&5
    80078895   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    80088896   ac_status=$?
     
    80118899   cat conftest.err >&5
    80128900-  echo "$as_me:11262: \$? = $ac_status" >&5
    8013 +  echo "$as_me:11343: \$? = $ac_status" >&5
     8901+  echo "$as_me:11609: \$? = $ac_status" >&5
    80148902   (exit $ac_status); } >/dev/null; then
    80158903   if test -s conftest.err; then
    80168904     ac_cpp_err=$ac_c_preproc_warn_flag
    8017 @@ -11281,7 +11362,7 @@
     8905@@ -11281,7 +11628,7 @@
    80188906 if test $ac_cv_header_stdc = yes; then
    80198907   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    80208908   cat >conftest.$ac_ext <<_ACEOF
    80218909-#line 11284 "configure"
    8022 +#line 11365 "configure"
     8910+#line 11631 "configure"
    80238911 #include "confdefs.h"
    80248912 #include <string.h>
    80258913 
    8026 @@ -11299,7 +11380,7 @@
     8914@@ -11299,7 +11646,7 @@
    80278915 if test $ac_cv_header_stdc = yes; then
    80288916   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    80298917   cat >conftest.$ac_ext <<_ACEOF
    80308918-#line 11302 "configure"
    8031 +#line 11383 "configure"
     8919+#line 11649 "configure"
    80328920 #include "confdefs.h"
    80338921 #include <stdlib.h>
    80348922 
    8035 @@ -11320,7 +11401,7 @@
     8923@@ -11320,7 +11667,7 @@
    80368924   :
    80378925 else
    80388926   cat >conftest.$ac_ext <<_ACEOF
    80398927-#line 11323 "configure"
    8040 +#line 11404 "configure"
     8928+#line 11670 "configure"
    80418929 #include "confdefs.h"
    80428930 #include <ctype.h>
    80438931 #if ((' ' & 0x0FF) == 0x020)
    8044 @@ -11346,15 +11427,15 @@
     8932@@ -11346,15 +11693,15 @@
    80458933 }
    80468934 _ACEOF
    80478935 rm -f conftest$ac_exeext
    80488936-if { (eval echo "$as_me:11349: \"$ac_link\"") >&5
    8049 +if { (eval echo "$as_me:11430: \"$ac_link\"") >&5
     8937+if { (eval echo "$as_me:11696: \"$ac_link\"") >&5
    80508938   (eval $ac_link) 2>&5
    80518939   ac_status=$?
    80528940-  echo "$as_me:11352: \$? = $ac_status" >&5
    8053 +  echo "$as_me:11433: \$? = $ac_status" >&5
     8941+  echo "$as_me:11699: \$? = $ac_status" >&5
    80548942   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    80558943-  { (eval echo "$as_me:11354: \"$ac_try\"") >&5
    8056 +  { (eval echo "$as_me:11435: \"$ac_try\"") >&5
     8944+  { (eval echo "$as_me:11701: \"$ac_try\"") >&5
    80578945   (eval $ac_try) 2>&5
    80588946   ac_status=$?
    80598947-  echo "$as_me:11357: \$? = $ac_status" >&5
    8060 +  echo "$as_me:11438: \$? = $ac_status" >&5
     8948+  echo "$as_me:11704: \$? = $ac_status" >&5
    80618949   (exit $ac_status); }; }; then
    80628950   :
    80638951 else
    8064 @@ -11367,7 +11448,7 @@
     8952@@ -11367,7 +11714,7 @@
    80658953 fi
    80668954 fi
    80678955 fi
    80688956-echo "$as_me:11370: result: $ac_cv_header_stdc" >&5
    8069 +echo "$as_me:11451: result: $ac_cv_header_stdc" >&5
     8957+echo "$as_me:11717: result: $ac_cv_header_stdc" >&5
    80708958 echo "${ECHO_T}$ac_cv_header_stdc" >&6
    80718959 if test $ac_cv_header_stdc = yes; then
    80728960 
    8073 @@ -11380,13 +11461,13 @@
     8961@@ -11380,13 +11727,13 @@
    80748962 ac_header_dirent=no
    80758963 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    80768964   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    80778965-echo "$as_me:11383: checking for $ac_hdr that defines DIR" >&5
    8078 +echo "$as_me:11464: checking for $ac_hdr that defines DIR" >&5
     8966+echo "$as_me:11730: checking for $ac_hdr that defines DIR" >&5
    80798967 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
    80808968 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    80838971   cat >conftest.$ac_ext <<_ACEOF
    80848972-#line 11389 "configure"
    8085 +#line 11470 "configure"
     8973+#line 11736 "configure"
    80868974 #include "confdefs.h"
    80878975 #include <sys/types.h>
    80888976 #include <$ac_hdr>
    8089 @@ -11401,16 +11482,16 @@
     8977@@ -11401,16 +11748,16 @@
    80908978 }
    80918979 _ACEOF
    80928980 rm -f conftest.$ac_objext
    80938981-if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5
    8094 +if { (eval echo "$as_me:11485: \"$ac_compile\"") >&5
     8982+if { (eval echo "$as_me:11751: \"$ac_compile\"") >&5
    80958983   (eval $ac_compile) 2>&5
    80968984   ac_status=$?
    80978985-  echo "$as_me:11407: \$? = $ac_status" >&5
    8098 +  echo "$as_me:11488: \$? = $ac_status" >&5
     8986+  echo "$as_me:11754: \$? = $ac_status" >&5
    80998987   (exit $ac_status); } &&
    81008988          { ac_try='test -s conftest.$ac_objext'
    81018989-  { (eval echo "$as_me:11410: \"$ac_try\"") >&5
    8102 +  { (eval echo "$as_me:11491: \"$ac_try\"") >&5
     8990+  { (eval echo "$as_me:11757: \"$ac_try\"") >&5
    81038991   (eval $ac_try) 2>&5
    81048992   ac_status=$?
    81058993-  echo "$as_me:11413: \$? = $ac_status" >&5
    8106 +  echo "$as_me:11494: \$? = $ac_status" >&5
     8994+  echo "$as_me:11760: \$? = $ac_status" >&5
    81078995   (exit $ac_status); }; }; then
    81088996   eval "$as_ac_Header=yes"
    81098997 else
    8110 @@ -11420,7 +11501,7 @@
     8998@@ -11420,7 +11767,7 @@
    81118999 fi
    81129000 rm -f conftest.$ac_objext conftest.$ac_ext
    81139001 fi
    81149002-echo "$as_me:11423: result: `eval echo '${'$as_ac_Header'}'`" >&5
    8115 +echo "$as_me:11504: result: `eval echo '${'$as_ac_Header'}'`" >&5
     9003+echo "$as_me:11770: result: `eval echo '${'$as_ac_Header'}'`" >&5
    81169004 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    81179005 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    81189006   cat >>confdefs.h <<EOF
    8119 @@ -11433,7 +11514,7 @@
     9007@@ -11433,7 +11780,7 @@
    81209008 done
    81219009 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    81229010 if test $ac_header_dirent = dirent.h; then
    81239011-  echo "$as_me:11436: checking for opendir in -ldir" >&5
    8124 +  echo "$as_me:11517: checking for opendir in -ldir" >&5
     9012+  echo "$as_me:11783: checking for opendir in -ldir" >&5
    81259013 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
    81269014 if test "${ac_cv_lib_dir_opendir+set}" = set; then
    81279015   echo $ECHO_N "(cached) $ECHO_C" >&6
    8128 @@ -11441,7 +11522,7 @@
     9016@@ -11441,7 +11788,7 @@
    81299017   ac_check_lib_save_LIBS=$LIBS
    81309018 LIBS="-ldir  $LIBS"
    81319019 cat >conftest.$ac_ext <<_ACEOF
    81329020-#line 11444 "configure"
    8133 +#line 11525 "configure"
     9021+#line 11791 "configure"
    81349022 #include "confdefs.h"
    81359023 
    81369024 /* Override any gcc2 internal prototype to avoid an error.  */
    8137 @@ -11460,16 +11541,16 @@
     9025@@ -11460,16 +11807,16 @@
    81389026 }
    81399027 _ACEOF
    81409028 rm -f conftest.$ac_objext conftest$ac_exeext
    81419029-if { (eval echo "$as_me:11463: \"$ac_link\"") >&5
    8142 +if { (eval echo "$as_me:11544: \"$ac_link\"") >&5
     9030+if { (eval echo "$as_me:11810: \"$ac_link\"") >&5
    81439031   (eval $ac_link) 2>&5
    81449032   ac_status=$?
    81459033-  echo "$as_me:11466: \$? = $ac_status" >&5
    8146 +  echo "$as_me:11547: \$? = $ac_status" >&5
     9034+  echo "$as_me:11813: \$? = $ac_status" >&5
    81479035   (exit $ac_status); } &&
    81489036          { ac_try='test -s conftest$ac_exeext'
    81499037-  { (eval echo "$as_me:11469: \"$ac_try\"") >&5
    8150 +  { (eval echo "$as_me:11550: \"$ac_try\"") >&5
     9038+  { (eval echo "$as_me:11816: \"$ac_try\"") >&5
    81519039   (eval $ac_try) 2>&5
    81529040   ac_status=$?
    81539041-  echo "$as_me:11472: \$? = $ac_status" >&5
    8154 +  echo "$as_me:11553: \$? = $ac_status" >&5
     9042+  echo "$as_me:11819: \$? = $ac_status" >&5
    81559043   (exit $ac_status); }; }; then
    81569044   ac_cv_lib_dir_opendir=yes
    81579045 else
    8158 @@ -11480,14 +11561,14 @@
     9046@@ -11480,14 +11827,14 @@
    81599047 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    81609048 LIBS=$ac_check_lib_save_LIBS
    81619049 fi
    81629050-echo "$as_me:11483: result: $ac_cv_lib_dir_opendir" >&5
    8163 +echo "$as_me:11564: result: $ac_cv_lib_dir_opendir" >&5
     9051+echo "$as_me:11830: result: $ac_cv_lib_dir_opendir" >&5
    81649052 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
    81659053 if test $ac_cv_lib_dir_opendir = yes; then
     
    81699057 else
    81709058-  echo "$as_me:11490: checking for opendir in -lx" >&5
    8171 +  echo "$as_me:11571: checking for opendir in -lx" >&5
     9059+  echo "$as_me:11837: checking for opendir in -lx" >&5
    81729060 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
    81739061 if test "${ac_cv_lib_x_opendir+set}" = set; then
    81749062   echo $ECHO_N "(cached) $ECHO_C" >&6
    8175 @@ -11495,7 +11576,7 @@
     9063@@ -11495,7 +11842,7 @@
    81769064   ac_check_lib_save_LIBS=$LIBS
    81779065 LIBS="-lx  $LIBS"
    81789066 cat >conftest.$ac_ext <<_ACEOF
    81799067-#line 11498 "configure"
    8180 +#line 11579 "configure"
     9068+#line 11845 "configure"
    81819069 #include "confdefs.h"
    81829070 
    81839071 /* Override any gcc2 internal prototype to avoid an error.  */
    8184 @@ -11514,16 +11595,16 @@
     9072@@ -11514,16 +11861,16 @@
    81859073 }
    81869074 _ACEOF
    81879075 rm -f conftest.$ac_objext conftest$ac_exeext
    81889076-if { (eval echo "$as_me:11517: \"$ac_link\"") >&5
    8189 +if { (eval echo "$as_me:11598: \"$ac_link\"") >&5
     9077+if { (eval echo "$as_me:11864: \"$ac_link\"") >&5
    81909078   (eval $ac_link) 2>&5
    81919079   ac_status=$?
    81929080-  echo "$as_me:11520: \$? = $ac_status" >&5
    8193 +  echo "$as_me:11601: \$? = $ac_status" >&5
     9081+  echo "$as_me:11867: \$? = $ac_status" >&5
    81949082   (exit $ac_status); } &&
    81959083          { ac_try='test -s conftest$ac_exeext'
    81969084-  { (eval echo "$as_me:11523: \"$ac_try\"") >&5
    8197 +  { (eval echo "$as_me:11604: \"$ac_try\"") >&5
     9085+  { (eval echo "$as_me:11870: \"$ac_try\"") >&5
    81989086   (eval $ac_try) 2>&5
    81999087   ac_status=$?
    82009088-  echo "$as_me:11526: \$? = $ac_status" >&5
    8201 +  echo "$as_me:11607: \$? = $ac_status" >&5
     9089+  echo "$as_me:11873: \$? = $ac_status" >&5
    82029090   (exit $ac_status); }; }; then
    82039091   ac_cv_lib_x_opendir=yes
    82049092 else
    8205 @@ -11534,7 +11615,7 @@
     9093@@ -11534,7 +11881,7 @@
    82069094 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    82079095 LIBS=$ac_check_lib_save_LIBS
    82089096 fi
    82099097-echo "$as_me:11537: result: $ac_cv_lib_x_opendir" >&5
    8210 +echo "$as_me:11618: result: $ac_cv_lib_x_opendir" >&5
     9098+echo "$as_me:11884: result: $ac_cv_lib_x_opendir" >&5
    82119099 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
    82129100 if test $ac_cv_lib_x_opendir = yes; then
    82139101   LIBS="$LIBS -lx"
    8214 @@ -11542,13 +11623,13 @@
     9102@@ -11542,13 +11889,13 @@
    82159103 
    82169104 fi
    82179105 
    82189106-echo "$as_me:11545: checking whether time.h and sys/time.h may both be included" >&5
    8219 +echo "$as_me:11626: checking whether time.h and sys/time.h may both be included" >&5
     9107+echo "$as_me:11892: checking whether time.h and sys/time.h may both be included" >&5
    82209108 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
    82219109 if test "${ac_cv_header_time+set}" = set; then
     
    82249112   cat >conftest.$ac_ext <<_ACEOF
    82259113-#line 11551 "configure"
    8226 +#line 11632 "configure"
     9114+#line 11898 "configure"
    82279115 #include "confdefs.h"
    82289116 #include <sys/types.h>
    82299117 #include <sys/time.h>
    8230 @@ -11564,16 +11645,16 @@
     9118@@ -11564,16 +11911,16 @@
    82319119 }
    82329120 _ACEOF
    82339121 rm -f conftest.$ac_objext
    82349122-if { (eval echo "$as_me:11567: \"$ac_compile\"") >&5
    8235 +if { (eval echo "$as_me:11648: \"$ac_compile\"") >&5
     9123+if { (eval echo "$as_me:11914: \"$ac_compile\"") >&5
    82369124   (eval $ac_compile) 2>&5
    82379125   ac_status=$?
    82389126-  echo "$as_me:11570: \$? = $ac_status" >&5
    8239 +  echo "$as_me:11651: \$? = $ac_status" >&5
     9127+  echo "$as_me:11917: \$? = $ac_status" >&5
    82409128   (exit $ac_status); } &&
    82419129          { ac_try='test -s conftest.$ac_objext'
    82429130-  { (eval echo "$as_me:11573: \"$ac_try\"") >&5
    8243 +  { (eval echo "$as_me:11654: \"$ac_try\"") >&5
     9131+  { (eval echo "$as_me:11920: \"$ac_try\"") >&5
    82449132   (eval $ac_try) 2>&5
    82459133   ac_status=$?
    82469134-  echo "$as_me:11576: \$? = $ac_status" >&5
    8247 +  echo "$as_me:11657: \$? = $ac_status" >&5
     9135+  echo "$as_me:11923: \$? = $ac_status" >&5
    82489136   (exit $ac_status); }; }; then
    82499137   ac_cv_header_time=yes
    82509138 else
    8251 @@ -11583,7 +11664,7 @@
     9139@@ -11583,7 +11930,7 @@
    82529140 fi
    82539141 rm -f conftest.$ac_objext conftest.$ac_ext
    82549142 fi
    82559143-echo "$as_me:11586: result: $ac_cv_header_time" >&5
    8256 +echo "$as_me:11667: result: $ac_cv_header_time" >&5
     9144+echo "$as_me:11933: result: $ac_cv_header_time" >&5
    82579145 echo "${ECHO_T}$ac_cv_header_time" >&6
    82589146 if test $ac_cv_header_time = yes; then
    82599147 
    8260 @@ -11593,14 +11674,14 @@
     9148@@ -11593,14 +11940,14 @@
    82619149 
    82629150 fi
    82639151 
    82649152-echo "$as_me:11596: checking for regular-expression headers" >&5
    8265 +echo "$as_me:11677: checking for regular-expression headers" >&5
     9153+echo "$as_me:11943: checking for regular-expression headers" >&5
    82669154 echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6
    82679155 if test "${cf_cv_regex+set}" = set; then
     
    82719159 cat >conftest.$ac_ext <<_ACEOF
    82729160-#line 11603 "configure"
    8273 +#line 11684 "configure"
     9161+#line 11950 "configure"
    82749162 #include "confdefs.h"
    82759163 #include <sys/types.h>
    82769164 #include <regex.h>
    8277 @@ -11618,16 +11699,16 @@
     9165@@ -11618,16 +11965,16 @@
    82789166 }
    82799167 _ACEOF
    82809168 rm -f conftest.$ac_objext conftest$ac_exeext
    82819169-if { (eval echo "$as_me:11621: \"$ac_link\"") >&5
    8282 +if { (eval echo "$as_me:11702: \"$ac_link\"") >&5
     9170+if { (eval echo "$as_me:11968: \"$ac_link\"") >&5
    82839171   (eval $ac_link) 2>&5
    82849172   ac_status=$?
    82859173-  echo "$as_me:11624: \$? = $ac_status" >&5
    8286 +  echo "$as_me:11705: \$? = $ac_status" >&5
     9174+  echo "$as_me:11971: \$? = $ac_status" >&5
    82879175   (exit $ac_status); } &&
    82889176          { ac_try='test -s conftest$ac_exeext'
    82899177-  { (eval echo "$as_me:11627: \"$ac_try\"") >&5
    8290 +  { (eval echo "$as_me:11708: \"$ac_try\"") >&5
     9178+  { (eval echo "$as_me:11974: \"$ac_try\"") >&5
    82919179   (eval $ac_try) 2>&5
    82929180   ac_status=$?
    82939181-  echo "$as_me:11630: \$? = $ac_status" >&5
    8294 +  echo "$as_me:11711: \$? = $ac_status" >&5
     9182+  echo "$as_me:11977: \$? = $ac_status" >&5
    82959183   (exit $ac_status); }; }; then
    82969184   cf_cv_regex="regex.h"
    82979185 else
    8298 @@ -11635,7 +11716,7 @@
     9186@@ -11635,7 +11982,7 @@
    82999187 cat conftest.$ac_ext >&5
    83009188 
    83019189        cat >conftest.$ac_ext <<_ACEOF
    83029190-#line 11638 "configure"
    8303 +#line 11719 "configure"
     9191+#line 11985 "configure"
    83049192 #include "confdefs.h"
    83059193 #include <regexp.h>
    83069194 int
    8307 @@ -11650,16 +11731,16 @@
     9195@@ -11650,16 +11997,16 @@
    83089196 }
    83099197 _ACEOF
    83109198 rm -f conftest.$ac_objext conftest$ac_exeext
    83119199-if { (eval echo "$as_me:11653: \"$ac_link\"") >&5
    8312 +if { (eval echo "$as_me:11734: \"$ac_link\"") >&5
     9200+if { (eval echo "$as_me:12000: \"$ac_link\"") >&5
    83139201   (eval $ac_link) 2>&5
    83149202   ac_status=$?
    83159203-  echo "$as_me:11656: \$? = $ac_status" >&5
    8316 +  echo "$as_me:11737: \$? = $ac_status" >&5
     9204+  echo "$as_me:12003: \$? = $ac_status" >&5
    83179205   (exit $ac_status); } &&
    83189206          { ac_try='test -s conftest$ac_exeext'
    83199207-  { (eval echo "$as_me:11659: \"$ac_try\"") >&5
    8320 +  { (eval echo "$as_me:11740: \"$ac_try\"") >&5
     9208+  { (eval echo "$as_me:12006: \"$ac_try\"") >&5
    83219209   (eval $ac_try) 2>&5
    83229210   ac_status=$?
    83239211-  echo "$as_me:11662: \$? = $ac_status" >&5
    8324 +  echo "$as_me:11743: \$? = $ac_status" >&5
     9212+  echo "$as_me:12009: \$? = $ac_status" >&5
    83259213   (exit $ac_status); }; }; then
    83269214   cf_cv_regex="regexp.h"
    83279215 else
    8328 @@ -11669,7 +11750,7 @@
     9216@@ -11669,7 +12016,7 @@
    83299217                cf_save_LIBS="$LIBS"
    83309218                LIBS="-lgen $LIBS"
    83319219                cat >conftest.$ac_ext <<_ACEOF
    83329220-#line 11672 "configure"
    8333 +#line 11753 "configure"
     9221+#line 12019 "configure"
    83349222 #include "confdefs.h"
    83359223 #include <regexpr.h>
    83369224 int
    8337 @@ -11684,16 +11765,16 @@
     9225@@ -11684,16 +12031,16 @@
    83389226 }
    83399227 _ACEOF
    83409228 rm -f conftest.$ac_objext conftest$ac_exeext
    83419229-if { (eval echo "$as_me:11687: \"$ac_link\"") >&5
    8342 +if { (eval echo "$as_me:11768: \"$ac_link\"") >&5
     9230+if { (eval echo "$as_me:12034: \"$ac_link\"") >&5
    83439231   (eval $ac_link) 2>&5
    83449232   ac_status=$?
    83459233-  echo "$as_me:11690: \$? = $ac_status" >&5
    8346 +  echo "$as_me:11771: \$? = $ac_status" >&5
     9234+  echo "$as_me:12037: \$? = $ac_status" >&5
    83479235   (exit $ac_status); } &&
    83489236          { ac_try='test -s conftest$ac_exeext'
    83499237-  { (eval echo "$as_me:11693: \"$ac_try\"") >&5
    8350 +  { (eval echo "$as_me:11774: \"$ac_try\"") >&5
     9238+  { (eval echo "$as_me:12040: \"$ac_try\"") >&5
    83519239   (eval $ac_try) 2>&5
    83529240   ac_status=$?
    83539241-  echo "$as_me:11696: \$? = $ac_status" >&5
    8354 +  echo "$as_me:11777: \$? = $ac_status" >&5
     9242+  echo "$as_me:12043: \$? = $ac_status" >&5
    83559243   (exit $ac_status); }; }; then
    83569244   cf_cv_regex="regexpr.h"
    83579245 else
    8358 @@ -11709,7 +11790,7 @@
     9246@@ -11709,7 +12056,7 @@
    83599247 
    83609248 fi
    83619249 
    83629250-echo "$as_me:11712: result: $cf_cv_regex" >&5
    8363 +echo "$as_me:11793: result: $cf_cv_regex" >&5
     9251+echo "$as_me:12059: result: $cf_cv_regex" >&5
    83649252 echo "${ECHO_T}$cf_cv_regex" >&6
    83659253 case $cf_cv_regex in
    83669254        regex.h)   cat >>confdefs.h <<\EOF
    8367 @@ -11745,23 +11826,23 @@
     9255@@ -11745,23 +12092,23 @@
    83689256 
    83699257 do
    83709258 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    83719259-echo "$as_me:11748: checking for $ac_header" >&5
    8372 +echo "$as_me:11829: checking for $ac_header" >&5
     9260+echo "$as_me:12095: checking for $ac_header" >&5
    83739261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    83749262 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    83779265   cat >conftest.$ac_ext <<_ACEOF
    83789266-#line 11754 "configure"
    8379 +#line 11835 "configure"
     9267+#line 12101 "configure"
    83809268 #include "confdefs.h"
    83819269 #include <$ac_header>
    83829270 _ACEOF
    83839271-if { (eval echo "$as_me:11758: \"$ac_cpp conftest.$ac_ext\"") >&5
    8384 +if { (eval echo "$as_me:11839: \"$ac_cpp conftest.$ac_ext\"") >&5
     9272+if { (eval echo "$as_me:12105: \"$ac_cpp conftest.$ac_ext\"") >&5
    83859273   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    83869274   ac_status=$?
     
    83899277   cat conftest.err >&5
    83909278-  echo "$as_me:11764: \$? = $ac_status" >&5
    8391 +  echo "$as_me:11845: \$? = $ac_status" >&5
     9279+  echo "$as_me:12111: \$? = $ac_status" >&5
    83929280   (exit $ac_status); } >/dev/null; then
    83939281   if test -s conftest.err; then
    83949282     ac_cpp_err=$ac_c_preproc_warn_flag
    8395 @@ -11780,7 +11861,7 @@
     9283@@ -11780,7 +12127,7 @@
    83969284 fi
    83979285 rm -f conftest.err conftest.$ac_ext
    83989286 fi
    83999287-echo "$as_me:11783: result: `eval echo '${'$as_ac_Header'}'`" >&5
    8400 +echo "$as_me:11864: result: `eval echo '${'$as_ac_Header'}'`" >&5
     9288+echo "$as_me:12130: result: `eval echo '${'$as_ac_Header'}'`" >&5
    84019289 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    84029290 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    84039291   cat >>confdefs.h <<EOF
    8404 @@ -11794,7 +11875,7 @@
     9292@@ -11794,7 +12141,7 @@
    84059293 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set
    84069294 if test "$ISC" = yes ; then
    84079295 
    84089296-echo "$as_me:11797: checking for main in -lcposix" >&5
    8409 +echo "$as_me:11878: checking for main in -lcposix" >&5
     9297+echo "$as_me:12144: checking for main in -lcposix" >&5
    84109298 echo $ECHO_N "checking for main in -lcposix... $ECHO_C" >&6
    84119299 if test "${ac_cv_lib_cposix_main+set}" = set; then
    84129300   echo $ECHO_N "(cached) $ECHO_C" >&6
    8413 @@ -11802,7 +11883,7 @@
     9301@@ -11802,7 +12149,7 @@
    84149302   ac_check_lib_save_LIBS=$LIBS
    84159303 LIBS="-lcposix  $LIBS"
    84169304 cat >conftest.$ac_ext <<_ACEOF
    84179305-#line 11805 "configure"
    8418 +#line 11886 "configure"
     9306+#line 12152 "configure"
    84199307 #include "confdefs.h"
    84209308 
    84219309 int
    8422 @@ -11814,16 +11895,16 @@
     9310@@ -11814,16 +12161,16 @@
    84239311 }
    84249312 _ACEOF
    84259313 rm -f conftest.$ac_objext conftest$ac_exeext
    84269314-if { (eval echo "$as_me:11817: \"$ac_link\"") >&5
    8427 +if { (eval echo "$as_me:11898: \"$ac_link\"") >&5
     9315+if { (eval echo "$as_me:12164: \"$ac_link\"") >&5
    84289316   (eval $ac_link) 2>&5
    84299317   ac_status=$?
    84309318-  echo "$as_me:11820: \$? = $ac_status" >&5
    8431 +  echo "$as_me:11901: \$? = $ac_status" >&5
     9319+  echo "$as_me:12167: \$? = $ac_status" >&5
    84329320   (exit $ac_status); } &&
    84339321          { ac_try='test -s conftest$ac_exeext'
    84349322-  { (eval echo "$as_me:11823: \"$ac_try\"") >&5
    8435 +  { (eval echo "$as_me:11904: \"$ac_try\"") >&5
     9323+  { (eval echo "$as_me:12170: \"$ac_try\"") >&5
    84369324   (eval $ac_try) 2>&5
    84379325   ac_status=$?
    84389326-  echo "$as_me:11826: \$? = $ac_status" >&5
    8439 +  echo "$as_me:11907: \$? = $ac_status" >&5
     9327+  echo "$as_me:12173: \$? = $ac_status" >&5
    84409328   (exit $ac_status); }; }; then
    84419329   ac_cv_lib_cposix_main=yes
    84429330 else
    8443 @@ -11834,7 +11915,7 @@
     9331@@ -11834,7 +12181,7 @@
    84449332 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    84459333 LIBS=$ac_check_lib_save_LIBS
    84469334 fi
    84479335-echo "$as_me:11837: result: $ac_cv_lib_cposix_main" >&5
    8448 +echo "$as_me:11918: result: $ac_cv_lib_cposix_main" >&5
     9336+echo "$as_me:12184: result: $ac_cv_lib_cposix_main" >&5
    84499337 echo "${ECHO_T}$ac_cv_lib_cposix_main" >&6
    84509338 if test $ac_cv_lib_cposix_main = yes; then
    84519339   cat >>confdefs.h <<EOF
    8452 @@ -11845,7 +11926,7 @@
     9340@@ -11845,7 +12192,7 @@
    84539341 
    84549342 fi
    84559343 
    84569344-       echo "$as_me:11848: checking for bzero in -linet" >&5
    8457 +       echo "$as_me:11929: checking for bzero in -linet" >&5
     9345+       echo "$as_me:12195: checking for bzero in -linet" >&5
    84589346 echo $ECHO_N "checking for bzero in -linet... $ECHO_C" >&6
    84599347 if test "${ac_cv_lib_inet_bzero+set}" = set; then
    84609348   echo $ECHO_N "(cached) $ECHO_C" >&6
    8461 @@ -11853,7 +11934,7 @@
     9349@@ -11853,7 +12200,7 @@
    84629350   ac_check_lib_save_LIBS=$LIBS
    84639351 LIBS="-linet  $LIBS"
    84649352 cat >conftest.$ac_ext <<_ACEOF
    84659353-#line 11856 "configure"
    8466 +#line 11937 "configure"
     9354+#line 12203 "configure"
    84679355 #include "confdefs.h"
    84689356 
    84699357 /* Override any gcc2 internal prototype to avoid an error.  */
    8470 @@ -11872,16 +11953,16 @@
     9358@@ -11872,16 +12219,16 @@
    84719359 }
    84729360 _ACEOF
    84739361 rm -f conftest.$ac_objext conftest$ac_exeext
    84749362-if { (eval echo "$as_me:11875: \"$ac_link\"") >&5
    8475 +if { (eval echo "$as_me:11956: \"$ac_link\"") >&5
     9363+if { (eval echo "$as_me:12222: \"$ac_link\"") >&5
    84769364   (eval $ac_link) 2>&5
    84779365   ac_status=$?
    84789366-  echo "$as_me:11878: \$? = $ac_status" >&5
    8479 +  echo "$as_me:11959: \$? = $ac_status" >&5
     9367+  echo "$as_me:12225: \$? = $ac_status" >&5
    84809368   (exit $ac_status); } &&
    84819369          { ac_try='test -s conftest$ac_exeext'
    84829370-  { (eval echo "$as_me:11881: \"$ac_try\"") >&5
    8483 +  { (eval echo "$as_me:11962: \"$ac_try\"") >&5
     9371+  { (eval echo "$as_me:12228: \"$ac_try\"") >&5
    84849372   (eval $ac_try) 2>&5
    84859373   ac_status=$?
    84869374-  echo "$as_me:11884: \$? = $ac_status" >&5
    8487 +  echo "$as_me:11965: \$? = $ac_status" >&5
     9375+  echo "$as_me:12231: \$? = $ac_status" >&5
    84889376   (exit $ac_status); }; }; then
    84899377   ac_cv_lib_inet_bzero=yes
    84909378 else
    8491 @@ -11892,21 +11973,21 @@
     9379@@ -11892,21 +12239,21 @@
    84929380 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    84939381 LIBS=$ac_check_lib_save_LIBS
    84949382 fi
    84959383-echo "$as_me:11895: result: $ac_cv_lib_inet_bzero" >&5
    8496 +echo "$as_me:11976: result: $ac_cv_lib_inet_bzero" >&5
     9384+echo "$as_me:12242: result: $ac_cv_lib_inet_bzero" >&5
    84979385 echo "${ECHO_T}$ac_cv_lib_inet_bzero" >&6
    84989386 if test $ac_cv_lib_inet_bzero = yes; then
     
    85029390 
    85039391-echo "$as_me:11902: checking if sys/time.h works with sys/select.h" >&5
    8504 +echo "$as_me:11983: checking if sys/time.h works with sys/select.h" >&5
     9392+echo "$as_me:12249: checking if sys/time.h works with sys/select.h" >&5
    85059393 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6
    85069394 if test "${cf_cv_sys_time_select+set}" = set; then
     
    85109398 cat >conftest.$ac_ext <<_ACEOF
    85119399-#line 11909 "configure"
    8512 +#line 11990 "configure"
     9400+#line 12256 "configure"
    85139401 #include "confdefs.h"
    85149402 
    85159403 #include <sys/types.h>
    8516 @@ -11926,16 +12007,16 @@
     9404@@ -11926,16 +12273,16 @@
    85179405 }
    85189406 _ACEOF
    85199407 rm -f conftest.$ac_objext
    85209408-if { (eval echo "$as_me:11929: \"$ac_compile\"") >&5
    8521 +if { (eval echo "$as_me:12010: \"$ac_compile\"") >&5
     9409+if { (eval echo "$as_me:12276: \"$ac_compile\"") >&5
    85229410   (eval $ac_compile) 2>&5
    85239411   ac_status=$?
    85249412-  echo "$as_me:11932: \$? = $ac_status" >&5
    8525 +  echo "$as_me:12013: \$? = $ac_status" >&5
     9413+  echo "$as_me:12279: \$? = $ac_status" >&5
    85269414   (exit $ac_status); } &&
    85279415          { ac_try='test -s conftest.$ac_objext'
    85289416-  { (eval echo "$as_me:11935: \"$ac_try\"") >&5
    8529 +  { (eval echo "$as_me:12016: \"$ac_try\"") >&5
     9417+  { (eval echo "$as_me:12282: \"$ac_try\"") >&5
    85309418   (eval $ac_try) 2>&5
    85319419   ac_status=$?
    85329420-  echo "$as_me:11938: \$? = $ac_status" >&5
    8533 +  echo "$as_me:12019: \$? = $ac_status" >&5
     9421+  echo "$as_me:12285: \$? = $ac_status" >&5
    85349422   (exit $ac_status); }; }; then
    85359423   cf_cv_sys_time_select=yes
    85369424 else
    8537 @@ -11947,7 +12028,7 @@
     9425@@ -11947,7 +12294,7 @@
    85389426 
    85399427 fi
    85409428 
    85419429-echo "$as_me:11950: result: $cf_cv_sys_time_select" >&5
    8542 +echo "$as_me:12031: result: $cf_cv_sys_time_select" >&5
     9430+echo "$as_me:12297: result: $cf_cv_sys_time_select" >&5
    85439431 echo "${ECHO_T}$cf_cv_sys_time_select" >&6
    85449432 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF
    85459433 #define HAVE_SYS_TIME_SELECT 1
    8546 @@ -11961,7 +12042,7 @@
     9434@@ -11961,7 +12308,7 @@
    85479435 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    85489436 ac_main_return=return
    85499437 
    85509438-echo "$as_me:11964: checking for $CC option to accept ANSI C" >&5
    8551 +echo "$as_me:12045: checking for $CC option to accept ANSI C" >&5
     9439+echo "$as_me:12311: checking for $CC option to accept ANSI C" >&5
    85529440 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    85539441 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    85549442   echo $ECHO_N "(cached) $ECHO_C" >&6
    8555 @@ -11969,7 +12050,7 @@
     9443@@ -11969,7 +12316,7 @@
    85569444   ac_cv_prog_cc_stdc=no
    85579445 ac_save_CC=$CC
    85589446 cat >conftest.$ac_ext <<_ACEOF
    85599447-#line 11972 "configure"
    8560 +#line 12053 "configure"
     9448+#line 12319 "configure"
    85619449 #include "confdefs.h"
    85629450 #include <stdarg.h>
    85639451 #include <stdio.h>
    8564 @@ -12018,16 +12099,16 @@
     9452@@ -12018,16 +12365,16 @@
    85659453 do
    85669454   CC="$ac_save_CC $ac_arg"
    85679455   rm -f conftest.$ac_objext
    85689456-if { (eval echo "$as_me:12021: \"$ac_compile\"") >&5
    8569 +if { (eval echo "$as_me:12102: \"$ac_compile\"") >&5
     9457+if { (eval echo "$as_me:12368: \"$ac_compile\"") >&5
    85709458   (eval $ac_compile) 2>&5
    85719459   ac_status=$?
    85729460-  echo "$as_me:12024: \$? = $ac_status" >&5
    8573 +  echo "$as_me:12105: \$? = $ac_status" >&5
     9461+  echo "$as_me:12371: \$? = $ac_status" >&5
    85749462   (exit $ac_status); } &&
    85759463          { ac_try='test -s conftest.$ac_objext'
    85769464-  { (eval echo "$as_me:12027: \"$ac_try\"") >&5
    8577 +  { (eval echo "$as_me:12108: \"$ac_try\"") >&5
     9465+  { (eval echo "$as_me:12374: \"$ac_try\"") >&5
    85789466   (eval $ac_try) 2>&5
    85799467   ac_status=$?
    85809468-  echo "$as_me:12030: \$? = $ac_status" >&5
    8581 +  echo "$as_me:12111: \$? = $ac_status" >&5
     9469+  echo "$as_me:12377: \$? = $ac_status" >&5
    85829470   (exit $ac_status); }; }; then
    85839471   ac_cv_prog_cc_stdc=$ac_arg
    85849472 break
    8585 @@ -12044,21 +12125,21 @@
     9473@@ -12044,21 +12391,21 @@
    85869474 
    85879475 case "x$ac_cv_prog_cc_stdc" in
    85889476   x|xno)
    85899477-    echo "$as_me:12047: result: none needed" >&5
    8590 +    echo "$as_me:12128: result: none needed" >&5
     9478+    echo "$as_me:12394: result: none needed" >&5
    85919479 echo "${ECHO_T}none needed" >&6 ;;
    85929480   *)
    85939481-    echo "$as_me:12050: result: $ac_cv_prog_cc_stdc" >&5
    8594 +    echo "$as_me:12131: result: $ac_cv_prog_cc_stdc" >&5
     9482+    echo "$as_me:12397: result: $ac_cv_prog_cc_stdc" >&5
    85959483 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    85969484     CC="$CC $ac_cv_prog_cc_stdc" ;;
     
    85989486 
    85999487-echo "$as_me:12055: checking for an ANSI C-conforming const" >&5
    8600 +echo "$as_me:12136: checking for an ANSI C-conforming const" >&5
     9488+echo "$as_me:12402: checking for an ANSI C-conforming const" >&5
    86019489 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
    86029490 if test "${ac_cv_c_const+set}" = set; then
     
    86059493   cat >conftest.$ac_ext <<_ACEOF
    86069494-#line 12061 "configure"
    8607 +#line 12142 "configure"
     9495+#line 12408 "configure"
    86089496 #include "confdefs.h"
    86099497 
    86109498 int
    8611 @@ -12116,16 +12197,16 @@
     9499@@ -12116,16 +12463,16 @@
    86129500 }
    86139501 _ACEOF
    86149502 rm -f conftest.$ac_objext
    86159503-if { (eval echo "$as_me:12119: \"$ac_compile\"") >&5
    8616 +if { (eval echo "$as_me:12200: \"$ac_compile\"") >&5
     9504+if { (eval echo "$as_me:12466: \"$ac_compile\"") >&5
    86179505   (eval $ac_compile) 2>&5
    86189506   ac_status=$?
    86199507-  echo "$as_me:12122: \$? = $ac_status" >&5
    8620 +  echo "$as_me:12203: \$? = $ac_status" >&5
     9508+  echo "$as_me:12469: \$? = $ac_status" >&5
    86219509   (exit $ac_status); } &&
    86229510          { ac_try='test -s conftest.$ac_objext'
    86239511-  { (eval echo "$as_me:12125: \"$ac_try\"") >&5
    8624 +  { (eval echo "$as_me:12206: \"$ac_try\"") >&5
     9512+  { (eval echo "$as_me:12472: \"$ac_try\"") >&5
    86259513   (eval $ac_try) 2>&5
    86269514   ac_status=$?
    86279515-  echo "$as_me:12128: \$? = $ac_status" >&5
    8628 +  echo "$as_me:12209: \$? = $ac_status" >&5
     9516+  echo "$as_me:12475: \$? = $ac_status" >&5
    86299517   (exit $ac_status); }; }; then
    86309518   ac_cv_c_const=yes
    86319519 else
    8632 @@ -12135,7 +12216,7 @@
     9520@@ -12135,7 +12482,7 @@
    86339521 fi
    86349522 rm -f conftest.$ac_objext conftest.$ac_ext
    86359523 fi
    86369524-echo "$as_me:12138: result: $ac_cv_c_const" >&5
    8637 +echo "$as_me:12219: result: $ac_cv_c_const" >&5
     9525+echo "$as_me:12485: result: $ac_cv_c_const" >&5
    86389526 echo "${ECHO_T}$ac_cv_c_const" >&6
    86399527 if test $ac_cv_c_const = no; then
    86409528 
    8641 @@ -12145,7 +12226,7 @@
     9529@@ -12145,7 +12492,7 @@
    86429530 
    86439531 fi
    86449532 
    86459533-echo "$as_me:12148: checking for inline" >&5
    8646 +echo "$as_me:12229: checking for inline" >&5
     9534+echo "$as_me:12495: checking for inline" >&5
    86479535 echo $ECHO_N "checking for inline... $ECHO_C" >&6
    86489536 if test "${ac_cv_c_inline+set}" = set; then
    86499537   echo $ECHO_N "(cached) $ECHO_C" >&6
    8650 @@ -12153,7 +12234,7 @@
     9538@@ -12153,7 +12500,7 @@
    86519539   ac_cv_c_inline=no
    86529540 for ac_kw in inline __inline__ __inline; do
    86539541   cat >conftest.$ac_ext <<_ACEOF
    86549542-#line 12156 "configure"
    8655 +#line 12237 "configure"
     9543+#line 12503 "configure"
    86569544 #include "confdefs.h"
    86579545 #ifndef __cplusplus
    86589546 static $ac_kw int static_foo () {return 0; }
    8659 @@ -12162,16 +12243,16 @@
     9547@@ -12162,16 +12509,16 @@
    86609548 
    86619549 _ACEOF
    86629550 rm -f conftest.$ac_objext
    86639551-if { (eval echo "$as_me:12165: \"$ac_compile\"") >&5
    8664 +if { (eval echo "$as_me:12246: \"$ac_compile\"") >&5
     9552+if { (eval echo "$as_me:12512: \"$ac_compile\"") >&5
    86659553   (eval $ac_compile) 2>&5
    86669554   ac_status=$?
    86679555-  echo "$as_me:12168: \$? = $ac_status" >&5
    8668 +  echo "$as_me:12249: \$? = $ac_status" >&5
     9556+  echo "$as_me:12515: \$? = $ac_status" >&5
    86699557   (exit $ac_status); } &&
    86709558          { ac_try='test -s conftest.$ac_objext'
    86719559-  { (eval echo "$as_me:12171: \"$ac_try\"") >&5
    8672 +  { (eval echo "$as_me:12252: \"$ac_try\"") >&5
     9560+  { (eval echo "$as_me:12518: \"$ac_try\"") >&5
    86739561   (eval $ac_try) 2>&5
    86749562   ac_status=$?
    86759563-  echo "$as_me:12174: \$? = $ac_status" >&5
    8676 +  echo "$as_me:12255: \$? = $ac_status" >&5
     9564+  echo "$as_me:12521: \$? = $ac_status" >&5
    86779565   (exit $ac_status); }; }; then
    86789566   ac_cv_c_inline=$ac_kw; break
    86799567 else
    8680 @@ -12182,7 +12263,7 @@
     9568@@ -12182,7 +12529,7 @@
    86819569 done
    86829570 
    86839571 fi
    86849572-echo "$as_me:12185: result: $ac_cv_c_inline" >&5
    8685 +echo "$as_me:12266: result: $ac_cv_c_inline" >&5
     9573+echo "$as_me:12532: result: $ac_cv_c_inline" >&5
    86869574 echo "${ECHO_T}$ac_cv_c_inline" >&6
    86879575 case $ac_cv_c_inline in
    86889576   inline | yes) ;;
    8689 @@ -12205,7 +12286,7 @@
     9577@@ -12205,7 +12552,7 @@
    86909578     :
    86919579   elif test "$GCC" = yes
    86929580   then
    86939581-    echo "$as_me:12208: checking if gcc supports options to tune inlining" >&5
    8694 +    echo "$as_me:12289: checking if gcc supports options to tune inlining" >&5
     9582+    echo "$as_me:12555: checking if gcc supports options to tune inlining" >&5
    86959583 echo $ECHO_N "checking if gcc supports options to tune inlining... $ECHO_C" >&6
    86969584 if test "${cf_cv_gcc_inline+set}" = set; then
    86979585   echo $ECHO_N "(cached) $ECHO_C" >&6
    8698 @@ -12214,7 +12295,7 @@
     9586@@ -12214,7 +12561,7 @@
    86999587       cf_save_CFLAGS=$CFLAGS
    87009588       CFLAGS="$CFLAGS --param max-inline-insns-single=1200"
    87019589       cat >conftest.$ac_ext <<_ACEOF
    87029590-#line 12217 "configure"
    8703 +#line 12298 "configure"
     9591+#line 12564 "configure"
    87049592 #include "confdefs.h"
    87059593 inline int foo(void) { return 1; }
    87069594 int
    8707 @@ -12226,16 +12307,16 @@
     9595@@ -12226,16 +12573,16 @@
    87089596 }
    87099597 _ACEOF
    87109598 rm -f conftest.$ac_objext
    87119599-if { (eval echo "$as_me:12229: \"$ac_compile\"") >&5
    8712 +if { (eval echo "$as_me:12310: \"$ac_compile\"") >&5
     9600+if { (eval echo "$as_me:12576: \"$ac_compile\"") >&5
    87139601   (eval $ac_compile) 2>&5
    87149602   ac_status=$?
    87159603-  echo "$as_me:12232: \$? = $ac_status" >&5
    8716 +  echo "$as_me:12313: \$? = $ac_status" >&5
     9604+  echo "$as_me:12579: \$? = $ac_status" >&5
    87179605   (exit $ac_status); } &&
    87189606          { ac_try='test -s conftest.$ac_objext'
    87199607-  { (eval echo "$as_me:12235: \"$ac_try\"") >&5
    8720 +  { (eval echo "$as_me:12316: \"$ac_try\"") >&5
     9608+  { (eval echo "$as_me:12582: \"$ac_try\"") >&5
    87219609   (eval $ac_try) 2>&5
    87229610   ac_status=$?
    87239611-  echo "$as_me:12238: \$? = $ac_status" >&5
    8724 +  echo "$as_me:12319: \$? = $ac_status" >&5
     9612+  echo "$as_me:12585: \$? = $ac_status" >&5
    87259613   (exit $ac_status); }; }; then
    87269614   cf_cv_gcc_inline=yes
    87279615 else
    8728 @@ -12247,7 +12328,7 @@
     9616@@ -12247,7 +12594,7 @@
    87299617       CFLAGS=$cf_save_CFLAGS
    87309618 
    87319619 fi
    87329620-echo "$as_me:12250: result: $cf_cv_gcc_inline" >&5
    8733 +echo "$as_me:12331: result: $cf_cv_gcc_inline" >&5
     9621+echo "$as_me:12597: result: $cf_cv_gcc_inline" >&5
    87349622 echo "${ECHO_T}$cf_cv_gcc_inline" >&6
    87359623     if test "$cf_cv_gcc_inline" = yes ; then
    87369624 
    8737 @@ -12323,7 +12404,7 @@
     9625@@ -12323,7 +12670,7 @@
    87389626   fi
    87399627 fi
    87409628 
    87419629-echo "$as_me:12326: checking for signal global datatype" >&5
    8742 +echo "$as_me:12407: checking for signal global datatype" >&5
     9630+echo "$as_me:12673: checking for signal global datatype" >&5
    87439631 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6
    87449632 if test "${cf_cv_sig_atomic_t+set}" = set; then
    87459633   echo $ECHO_N "(cached) $ECHO_C" >&6
    8746 @@ -12335,7 +12416,7 @@
     9634@@ -12335,7 +12682,7 @@
    87479635                "int"
    87489636        do
    87499637        cat >conftest.$ac_ext <<_ACEOF
    87509638-#line 12338 "configure"
    8751 +#line 12419 "configure"
     9639+#line 12685 "configure"
    87529640 #include "confdefs.h"
    87539641 
    87549642 #include <sys/types.h>
    8755 @@ -12358,16 +12439,16 @@
     9643@@ -12358,16 +12705,16 @@
    87569644 }
    87579645 _ACEOF
    87589646 rm -f conftest.$ac_objext
    87599647-if { (eval echo "$as_me:12361: \"$ac_compile\"") >&5
    8760 +if { (eval echo "$as_me:12442: \"$ac_compile\"") >&5
     9648+if { (eval echo "$as_me:12708: \"$ac_compile\"") >&5
    87619649   (eval $ac_compile) 2>&5
    87629650   ac_status=$?
    87639651-  echo "$as_me:12364: \$? = $ac_status" >&5
    8764 +  echo "$as_me:12445: \$? = $ac_status" >&5
     9652+  echo "$as_me:12711: \$? = $ac_status" >&5
    87659653   (exit $ac_status); } &&
    87669654          { ac_try='test -s conftest.$ac_objext'
    87679655-  { (eval echo "$as_me:12367: \"$ac_try\"") >&5
    8768 +  { (eval echo "$as_me:12448: \"$ac_try\"") >&5
     9656+  { (eval echo "$as_me:12714: \"$ac_try\"") >&5
    87699657   (eval $ac_try) 2>&5
    87709658   ac_status=$?
    87719659-  echo "$as_me:12370: \$? = $ac_status" >&5
    8772 +  echo "$as_me:12451: \$? = $ac_status" >&5
     9660+  echo "$as_me:12717: \$? = $ac_status" >&5
    87739661   (exit $ac_status); }; }; then
    87749662   cf_cv_sig_atomic_t=$cf_type
    87759663 else
    8776 @@ -12381,7 +12462,7 @@
     9664@@ -12381,7 +12728,7 @@
    87779665 
    87789666 fi
    87799667 
    87809668-echo "$as_me:12384: result: $cf_cv_sig_atomic_t" >&5
    8781 +echo "$as_me:12465: result: $cf_cv_sig_atomic_t" >&5
     9669+echo "$as_me:12731: result: $cf_cv_sig_atomic_t" >&5
    87829670 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6
    87839671 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <<EOF
    87849672 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t
    8785 @@ -12389,7 +12470,7 @@
     9673@@ -12389,7 +12736,7 @@
    87869674 
    87879675 if test $NCURSES_CHTYPE = auto ; then
    87889676 
    87899677-echo "$as_me:12392: checking for type of chtype" >&5
    8790 +echo "$as_me:12473: checking for type of chtype" >&5
     9678+echo "$as_me:12739: checking for type of chtype" >&5
    87919679 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6
    87929680 if test "${cf_cv_typeof_chtype+set}" = set; then
    87939681   echo $ECHO_N "(cached) $ECHO_C" >&6
    8794 @@ -12399,7 +12480,7 @@
     9682@@ -12399,7 +12746,7 @@
    87959683   cf_cv_typeof_chtype=long
    87969684 else
    87979685   cat >conftest.$ac_ext <<_ACEOF
    87989686-#line 12402 "configure"
    8799 +#line 12483 "configure"
     9687+#line 12749 "configure"
    88009688 #include "confdefs.h"
    88019689 
    88029690 #define WANT_BITS 31
    8803 @@ -12434,15 +12515,15 @@
     9691@@ -12434,15 +12781,15 @@
    88049692 
    88059693 _ACEOF
    88069694 rm -f conftest$ac_exeext
    88079695-if { (eval echo "$as_me:12437: \"$ac_link\"") >&5
    8808 +if { (eval echo "$as_me:12518: \"$ac_link\"") >&5
     9696+if { (eval echo "$as_me:12784: \"$ac_link\"") >&5
    88099697   (eval $ac_link) 2>&5
    88109698   ac_status=$?
    88119699-  echo "$as_me:12440: \$? = $ac_status" >&5
    8812 +  echo "$as_me:12521: \$? = $ac_status" >&5
     9700+  echo "$as_me:12787: \$? = $ac_status" >&5
    88139701   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    88149702-  { (eval echo "$as_me:12442: \"$ac_try\"") >&5
    8815 +  { (eval echo "$as_me:12523: \"$ac_try\"") >&5
     9703+  { (eval echo "$as_me:12789: \"$ac_try\"") >&5
    88169704   (eval $ac_try) 2>&5
    88179705   ac_status=$?
    88189706-  echo "$as_me:12445: \$? = $ac_status" >&5
    8819 +  echo "$as_me:12526: \$? = $ac_status" >&5
     9707+  echo "$as_me:12792: \$? = $ac_status" >&5
    88209708   (exit $ac_status); }; }; then
    88219709   cf_cv_typeof_chtype=`cat cf_test.out`
    88229710 else
    8823 @@ -12457,7 +12538,7 @@
     9711@@ -12457,7 +12804,7 @@
    88249712 
    88259713 fi
    88269714 
    88279715-echo "$as_me:12460: result: $cf_cv_typeof_chtype" >&5
    8828 +echo "$as_me:12541: result: $cf_cv_typeof_chtype" >&5
     9716+echo "$as_me:12807: result: $cf_cv_typeof_chtype" >&5
    88299717 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6
    88309718 
    88319719 cat >>confdefs.h <<EOF
    8832 @@ -12469,14 +12550,14 @@
     9720@@ -12469,14 +12816,14 @@
    88339721 fi
    88349722 test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype=""
    88359723 
    88369724-echo "$as_me:12472: checking if unsigned literals are legal" >&5
    8837 +echo "$as_me:12553: checking if unsigned literals are legal" >&5
     9725+echo "$as_me:12819: checking if unsigned literals are legal" >&5
    88389726 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6
    88399727 if test "${cf_cv_unsigned_literals+set}" = set; then
     
    88439731        cat >conftest.$ac_ext <<_ACEOF
    88449732-#line 12479 "configure"
    8845 +#line 12560 "configure"
     9733+#line 12826 "configure"
    88469734 #include "confdefs.h"
    88479735 
    88489736 int
    8849 @@ -12488,16 +12569,16 @@
     9737@@ -12488,16 +12835,16 @@
    88509738 }
    88519739 _ACEOF
    88529740 rm -f conftest.$ac_objext
    88539741-if { (eval echo "$as_me:12491: \"$ac_compile\"") >&5
    8854 +if { (eval echo "$as_me:12572: \"$ac_compile\"") >&5
     9742+if { (eval echo "$as_me:12838: \"$ac_compile\"") >&5
    88559743   (eval $ac_compile) 2>&5
    88569744   ac_status=$?
    88579745-  echo "$as_me:12494: \$? = $ac_status" >&5
    8858 +  echo "$as_me:12575: \$? = $ac_status" >&5
     9746+  echo "$as_me:12841: \$? = $ac_status" >&5
    88599747   (exit $ac_status); } &&
    88609748          { ac_try='test -s conftest.$ac_objext'
    88619749-  { (eval echo "$as_me:12497: \"$ac_try\"") >&5
    8862 +  { (eval echo "$as_me:12578: \"$ac_try\"") >&5
     9750+  { (eval echo "$as_me:12844: \"$ac_try\"") >&5
    88639751   (eval $ac_try) 2>&5
    88649752   ac_status=$?
    88659753-  echo "$as_me:12500: \$? = $ac_status" >&5
    8866 +  echo "$as_me:12581: \$? = $ac_status" >&5
     9754+  echo "$as_me:12847: \$? = $ac_status" >&5
    88679755   (exit $ac_status); }; }; then
    88689756   cf_cv_unsigned_literals=yes
    88699757 else
    8870 @@ -12509,7 +12590,7 @@
     9758@@ -12509,7 +12856,7 @@
    88719759 
    88729760 fi
    88739761 
    88749762-echo "$as_me:12512: result: $cf_cv_unsigned_literals" >&5
    8875 +echo "$as_me:12593: result: $cf_cv_unsigned_literals" >&5
     9763+echo "$as_me:12859: result: $cf_cv_unsigned_literals" >&5
    88769764 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6
    88779765 
    88789766 cf_cv_1UL="1"
    8879 @@ -12525,14 +12606,14 @@
     9767@@ -12525,14 +12872,14 @@
    88809768 
    88819769 ###    Checks for external-data
    88829770 
    88839771-echo "$as_me:12528: checking if external errno is declared" >&5
    8884 +echo "$as_me:12609: checking if external errno is declared" >&5
     9772+echo "$as_me:12875: checking if external errno is declared" >&5
    88859773 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6
    88869774 if test "${cf_cv_dcl_errno+set}" = set; then
     
    88909778     cat >conftest.$ac_ext <<_ACEOF
    88919779-#line 12535 "configure"
    8892 +#line 12616 "configure"
     9780+#line 12882 "configure"
    88939781 #include "confdefs.h"
    88949782 
    88959783 #ifdef HAVE_STDLIB_H
    8896 @@ -12550,16 +12631,16 @@
     9784@@ -12550,16 +12897,16 @@
    88979785 }
    88989786 _ACEOF
    88999787 rm -f conftest.$ac_objext
    89009788-if { (eval echo "$as_me:12553: \"$ac_compile\"") >&5
    8901 +if { (eval echo "$as_me:12634: \"$ac_compile\"") >&5
     9789+if { (eval echo "$as_me:12900: \"$ac_compile\"") >&5
    89029790   (eval $ac_compile) 2>&5
    89039791   ac_status=$?
    89049792-  echo "$as_me:12556: \$? = $ac_status" >&5
    8905 +  echo "$as_me:12637: \$? = $ac_status" >&5
     9793+  echo "$as_me:12903: \$? = $ac_status" >&5
    89069794   (exit $ac_status); } &&
    89079795          { ac_try='test -s conftest.$ac_objext'
    89089796-  { (eval echo "$as_me:12559: \"$ac_try\"") >&5
    8909 +  { (eval echo "$as_me:12640: \"$ac_try\"") >&5
     9797+  { (eval echo "$as_me:12906: \"$ac_try\"") >&5
    89109798   (eval $ac_try) 2>&5
    89119799   ac_status=$?
    89129800-  echo "$as_me:12562: \$? = $ac_status" >&5
    8913 +  echo "$as_me:12643: \$? = $ac_status" >&5
     9801+  echo "$as_me:12909: \$? = $ac_status" >&5
    89149802   (exit $ac_status); }; }; then
    89159803   cf_cv_dcl_errno=yes
    89169804 else
    8917 @@ -12570,7 +12651,7 @@
     9805@@ -12570,7 +12917,7 @@
    89189806 rm -f conftest.$ac_objext conftest.$ac_ext
    89199807 
    89209808 fi
    89219809-echo "$as_me:12573: result: $cf_cv_dcl_errno" >&5
    8922 +echo "$as_me:12654: result: $cf_cv_dcl_errno" >&5
     9810+echo "$as_me:12920: result: $cf_cv_dcl_errno" >&5
    89239811 echo "${ECHO_T}$cf_cv_dcl_errno" >&6
    89249812 
    89259813 if test "$cf_cv_dcl_errno" = no ; then
    8926 @@ -12585,14 +12666,14 @@
     9814@@ -12585,14 +12932,14 @@
    89279815 
    89289816 # It's possible (for near-UNIX clones) that the data doesn't exist
    89299817 
    89309818-echo "$as_me:12588: checking if external errno exists" >&5
    8931 +echo "$as_me:12669: checking if external errno exists" >&5
     9819+echo "$as_me:12935: checking if external errno exists" >&5
    89329820 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6
    89339821 if test "${cf_cv_have_errno+set}" = set; then
     
    89379825     cat >conftest.$ac_ext <<_ACEOF
    89389826-#line 12595 "configure"
    8939 +#line 12676 "configure"
     9827+#line 12942 "configure"
    89409828 #include "confdefs.h"
    89419829 
    89429830 #undef errno
    8943 @@ -12607,16 +12688,16 @@
     9831@@ -12607,16 +12954,16 @@
    89449832 }
    89459833 _ACEOF
    89469834 rm -f conftest.$ac_objext conftest$ac_exeext
    89479835-if { (eval echo "$as_me:12610: \"$ac_link\"") >&5
    8948 +if { (eval echo "$as_me:12691: \"$ac_link\"") >&5
     9836+if { (eval echo "$as_me:12957: \"$ac_link\"") >&5
    89499837   (eval $ac_link) 2>&5
    89509838   ac_status=$?
    89519839-  echo "$as_me:12613: \$? = $ac_status" >&5
    8952 +  echo "$as_me:12694: \$? = $ac_status" >&5
     9840+  echo "$as_me:12960: \$? = $ac_status" >&5
    89539841   (exit $ac_status); } &&
    89549842          { ac_try='test -s conftest$ac_exeext'
    89559843-  { (eval echo "$as_me:12616: \"$ac_try\"") >&5
    8956 +  { (eval echo "$as_me:12697: \"$ac_try\"") >&5
     9844+  { (eval echo "$as_me:12963: \"$ac_try\"") >&5
    89579845   (eval $ac_try) 2>&5
    89589846   ac_status=$?
    89599847-  echo "$as_me:12619: \$? = $ac_status" >&5
    8960 +  echo "$as_me:12700: \$? = $ac_status" >&5
     9848+  echo "$as_me:12966: \$? = $ac_status" >&5
    89619849   (exit $ac_status); }; }; then
    89629850   cf_cv_have_errno=yes
    89639851 else
    8964 @@ -12627,7 +12708,7 @@
     9852@@ -12627,7 +12974,7 @@
    89659853 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    89669854 
    89679855 fi
    89689856-echo "$as_me:12630: result: $cf_cv_have_errno" >&5
    8969 +echo "$as_me:12711: result: $cf_cv_have_errno" >&5
     9857+echo "$as_me:12977: result: $cf_cv_have_errno" >&5
    89709858 echo "${ECHO_T}$cf_cv_have_errno" >&6
    89719859 
    89729860 if test "$cf_cv_have_errno" = yes ; then
    8973 @@ -12640,7 +12721,7 @@
     9861@@ -12640,7 +12987,7 @@
    89749862 
    89759863 fi
    89769864 
    89779865-echo "$as_me:12643: checking if data-only library module links" >&5
    8978 +echo "$as_me:12724: checking if data-only library module links" >&5
     9866+echo "$as_me:12990: checking if data-only library module links" >&5
    89799867 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6
    89809868 if test "${cf_cv_link_dataonly+set}" = set; then
    89819869   echo $ECHO_N "(cached) $ECHO_C" >&6
    8982 @@ -12648,20 +12729,20 @@
     9870@@ -12648,20 +12995,20 @@
    89839871 
    89849872        rm -f conftest.a
    89859873        cat >conftest.$ac_ext <<EOF
    89869874-#line 12651 "configure"
    8987 +#line 12732 "configure"
     9875+#line 12998 "configure"
    89889876 int    testdata[3] = { 123, 456, 789 };
    89899877 EOF
    89909878-       if { (eval echo "$as_me:12654: \"$ac_compile\"") >&5
    8991 +       if { (eval echo "$as_me:12735: \"$ac_compile\"") >&5
     9879+       if { (eval echo "$as_me:13001: \"$ac_compile\"") >&5
    89929880   (eval $ac_compile) 2>&5
    89939881   ac_status=$?
    89949882-  echo "$as_me:12657: \$? = $ac_status" >&5
    8995 +  echo "$as_me:12738: \$? = $ac_status" >&5
     9883+  echo "$as_me:13004: \$? = $ac_status" >&5
    89969884   (exit $ac_status); } ; then
    89979885                mv conftest.o data.o && \
    8998                 ( $AR $AR_OPTS conftest.a data.o ) 2>&5 1>/dev/null
     9886-               ( $AR $AR_OPTS conftest.a data.o ) 2>&5 1>/dev/null
     9887+               ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null
    89999888        fi
    90009889        rm -f conftest.$ac_ext data.o
    90019890        cat >conftest.$ac_ext <<EOF
    90029891-#line 12664 "configure"
    9003 +#line 12745 "configure"
     9892+#line 13011 "configure"
    90049893 int    testfunc()
    90059894 {
    90069895 #if defined(NeXT)
    9007 @@ -12674,10 +12755,10 @@
     9896@@ -12674,13 +13021,13 @@
    90089897 #endif
    90099898 }
    90109899 EOF
    90119900-       if { (eval echo "$as_me:12677: \"$ac_compile\"") >&5
    9012 +       if { (eval echo "$as_me:12758: \"$ac_compile\"") >&5
     9901+       if { (eval echo "$as_me:13024: \"$ac_compile\"") >&5
    90139902   (eval $ac_compile) 2>&5
    90149903   ac_status=$?
    90159904-  echo "$as_me:12680: \$? = $ac_status" >&5
    9016 +  echo "$as_me:12761: \$? = $ac_status" >&5
     9905+  echo "$as_me:13027: \$? = $ac_status" >&5
    90179906   (exit $ac_status); }; then
    90189907                mv conftest.o func.o && \
    9019                 ( $AR $AR_OPTS conftest.a func.o ) 2>&5 1>/dev/null
    9020 @@ -12690,7 +12771,7 @@
     9908-               ( $AR $AR_OPTS conftest.a func.o ) 2>&5 1>/dev/null
     9909+               ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null
     9910        fi
     9911        rm -f conftest.$ac_ext func.o
     9912        ( eval $RANLIB conftest.a ) 2>&5 >/dev/null
     9913@@ -12690,7 +13037,7 @@
    90219914   cf_cv_link_dataonly=unknown
    90229915 else
    90239916   cat >conftest.$ac_ext <<_ACEOF
    90249917-#line 12693 "configure"
    9025 +#line 12774 "configure"
     9918+#line 13040 "configure"
    90269919 #include "confdefs.h"
    90279920 
    90289921        int main()
    9029 @@ -12701,15 +12782,15 @@
     9922@@ -12701,15 +13048,15 @@
    90309923 
    90319924 _ACEOF
    90329925 rm -f conftest$ac_exeext
    90339926-if { (eval echo "$as_me:12704: \"$ac_link\"") >&5
    9034 +if { (eval echo "$as_me:12785: \"$ac_link\"") >&5
     9927+if { (eval echo "$as_me:13051: \"$ac_link\"") >&5
    90359928   (eval $ac_link) 2>&5
    90369929   ac_status=$?
    90379930-  echo "$as_me:12707: \$? = $ac_status" >&5
    9038 +  echo "$as_me:12788: \$? = $ac_status" >&5
     9931+  echo "$as_me:13054: \$? = $ac_status" >&5
    90399932   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    90409933-  { (eval echo "$as_me:12709: \"$ac_try\"") >&5
    9041 +  { (eval echo "$as_me:12790: \"$ac_try\"") >&5
     9934+  { (eval echo "$as_me:13056: \"$ac_try\"") >&5
    90429935   (eval $ac_try) 2>&5
    90439936   ac_status=$?
    90449937-  echo "$as_me:12712: \$? = $ac_status" >&5
    9045 +  echo "$as_me:12793: \$? = $ac_status" >&5
     9938+  echo "$as_me:13059: \$? = $ac_status" >&5
    90469939   (exit $ac_status); }; }; then
    90479940   cf_cv_link_dataonly=yes
    90489941 else
    9049 @@ -12724,7 +12805,7 @@
     9942@@ -12724,7 +13071,7 @@
    90509943 
    90519944 fi
    90529945 
    90539946-echo "$as_me:12727: result: $cf_cv_link_dataonly" >&5
    9054 +echo "$as_me:12808: result: $cf_cv_link_dataonly" >&5
     9947+echo "$as_me:13074: result: $cf_cv_link_dataonly" >&5
    90559948 echo "${ECHO_T}$cf_cv_link_dataonly" >&6
    90569949 
    90579950 if test "$cf_cv_link_dataonly" = no ; then
    9058 @@ -12759,13 +12840,13 @@
     9951@@ -12759,13 +13106,13 @@
    90599952 
    90609953 do
    90619954 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    90629955-echo "$as_me:12762: checking for $ac_func" >&5
    9063 +echo "$as_me:12843: checking for $ac_func" >&5
     9956+echo "$as_me:13109: checking for $ac_func" >&5
    90649957 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    90659958 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    90689961   cat >conftest.$ac_ext <<_ACEOF
    90699962-#line 12768 "configure"
    9070 +#line 12849 "configure"
     9963+#line 13115 "configure"
    90719964 #include "confdefs.h"
    90729965 /* System header to define __stub macros and hopefully few prototypes,
    90739966     which can conflict with char $ac_func (); below.  */
    9074 @@ -12796,16 +12877,16 @@
     9967@@ -12796,16 +13143,16 @@
    90759968 }
    90769969 _ACEOF
    90779970 rm -f conftest.$ac_objext conftest$ac_exeext
    90789971-if { (eval echo "$as_me:12799: \"$ac_link\"") >&5
    9079 +if { (eval echo "$as_me:12880: \"$ac_link\"") >&5
     9972+if { (eval echo "$as_me:13146: \"$ac_link\"") >&5
    90809973   (eval $ac_link) 2>&5
    90819974   ac_status=$?
    90829975-  echo "$as_me:12802: \$? = $ac_status" >&5
    9083 +  echo "$as_me:12883: \$? = $ac_status" >&5
     9976+  echo "$as_me:13149: \$? = $ac_status" >&5
    90849977   (exit $ac_status); } &&
    90859978          { ac_try='test -s conftest$ac_exeext'
    90869979-  { (eval echo "$as_me:12805: \"$ac_try\"") >&5
    9087 +  { (eval echo "$as_me:12886: \"$ac_try\"") >&5
     9980+  { (eval echo "$as_me:13152: \"$ac_try\"") >&5
    90889981   (eval $ac_try) 2>&5
    90899982   ac_status=$?
    90909983-  echo "$as_me:12808: \$? = $ac_status" >&5
    9091 +  echo "$as_me:12889: \$? = $ac_status" >&5
     9984+  echo "$as_me:13155: \$? = $ac_status" >&5
    90929985   (exit $ac_status); }; }; then
    90939986   eval "$as_ac_var=yes"
    90949987 else
    9095 @@ -12815,7 +12896,7 @@
     9988@@ -12815,7 +13162,7 @@
    90969989 fi
    90979990 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    90989991 fi
    90999992-echo "$as_me:12818: result: `eval echo '${'$as_ac_var'}'`" >&5
    9100 +echo "$as_me:12899: result: `eval echo '${'$as_ac_var'}'`" >&5
     9993+echo "$as_me:13165: result: `eval echo '${'$as_ac_var'}'`" >&5
    91019994 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    91029995 if test `eval echo '${'$as_ac_var'}'` = yes; then
    91039996   cat >>confdefs.h <<EOF
    9104 @@ -12827,14 +12908,14 @@
     9997@@ -12827,14 +13174,14 @@
    91059998 
    91069999 if test "$with_getcap" = "yes" ; then
    910710000 
    910810001-echo "$as_me:12830: checking for terminal-capability database functions" >&5
    9109 +echo "$as_me:12911: checking for terminal-capability database functions" >&5
     10002+echo "$as_me:13177: checking for terminal-capability database functions" >&5
    911010003 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6
    911110004 if test "${cf_cv_cgetent+set}" = set; then
     
    911510008 cat >conftest.$ac_ext <<_ACEOF
    911610009-#line 12837 "configure"
    9117 +#line 12918 "configure"
     10010+#line 13184 "configure"
    911810011 #include "confdefs.h"
    911910012 
    912010013 #include <stdlib.h>
    9121 @@ -12854,16 +12935,16 @@
     10014@@ -12854,16 +13201,16 @@
    912210015 }
    912310016 _ACEOF
    912410017 rm -f conftest.$ac_objext conftest$ac_exeext
    912510018-if { (eval echo "$as_me:12857: \"$ac_link\"") >&5
    9126 +if { (eval echo "$as_me:12938: \"$ac_link\"") >&5
     10019+if { (eval echo "$as_me:13204: \"$ac_link\"") >&5
    912710020   (eval $ac_link) 2>&5
    912810021   ac_status=$?
    912910022-  echo "$as_me:12860: \$? = $ac_status" >&5
    9130 +  echo "$as_me:12941: \$? = $ac_status" >&5
     10023+  echo "$as_me:13207: \$? = $ac_status" >&5
    913110024   (exit $ac_status); } &&
    913210025          { ac_try='test -s conftest$ac_exeext'
    913310026-  { (eval echo "$as_me:12863: \"$ac_try\"") >&5
    9134 +  { (eval echo "$as_me:12944: \"$ac_try\"") >&5
     10027+  { (eval echo "$as_me:13210: \"$ac_try\"") >&5
    913510028   (eval $ac_try) 2>&5
    913610029   ac_status=$?
    913710030-  echo "$as_me:12866: \$? = $ac_status" >&5
    9138 +  echo "$as_me:12947: \$? = $ac_status" >&5
     10031+  echo "$as_me:13213: \$? = $ac_status" >&5
    913910032   (exit $ac_status); }; }; then
    914010033   cf_cv_cgetent=yes
    914110034 else
    9142 @@ -12875,7 +12956,7 @@
     10035@@ -12875,7 +13222,7 @@
    914310036 
    914410037 fi
    914510038 
    914610039-echo "$as_me:12878: result: $cf_cv_cgetent" >&5
    9147 +echo "$as_me:12959: result: $cf_cv_cgetent" >&5
     10040+echo "$as_me:13225: result: $cf_cv_cgetent" >&5
    914810041 echo "${ECHO_T}$cf_cv_cgetent" >&6
    914910042 test "$cf_cv_cgetent" = yes && cat >>confdefs.h <<\EOF
    915010043 #define HAVE_BSD_CGETENT 1
    9151 @@ -12883,14 +12964,14 @@
     10044@@ -12883,14 +13230,14 @@
    915210045 
    915310046 fi
    915410047 
    915510048-echo "$as_me:12886: checking for isascii" >&5
    9156 +echo "$as_me:12967: checking for isascii" >&5
     10049+echo "$as_me:13233: checking for isascii" >&5
    915710050 echo $ECHO_N "checking for isascii... $ECHO_C" >&6
    915810051 if test "${cf_cv_have_isascii+set}" = set; then
     
    916210055        cat >conftest.$ac_ext <<_ACEOF
    916310056-#line 12893 "configure"
    9164 +#line 12974 "configure"
     10057+#line 13240 "configure"
    916510058 #include "confdefs.h"
    916610059 #include <ctype.h>
    916710060 int
    9168 @@ -12902,16 +12983,16 @@
     10061@@ -12902,16 +13249,16 @@
    916910062 }
    917010063 _ACEOF
    917110064 rm -f conftest.$ac_objext conftest$ac_exeext
    917210065-if { (eval echo "$as_me:12905: \"$ac_link\"") >&5
    9173 +if { (eval echo "$as_me:12986: \"$ac_link\"") >&5
     10066+if { (eval echo "$as_me:13252: \"$ac_link\"") >&5
    917410067   (eval $ac_link) 2>&5
    917510068   ac_status=$?
    917610069-  echo "$as_me:12908: \$? = $ac_status" >&5
    9177 +  echo "$as_me:12989: \$? = $ac_status" >&5
     10070+  echo "$as_me:13255: \$? = $ac_status" >&5
    917810071   (exit $ac_status); } &&
    917910072          { ac_try='test -s conftest$ac_exeext'
    918010073-  { (eval echo "$as_me:12911: \"$ac_try\"") >&5
    9181 +  { (eval echo "$as_me:12992: \"$ac_try\"") >&5
     10074+  { (eval echo "$as_me:13258: \"$ac_try\"") >&5
    918210075   (eval $ac_try) 2>&5
    918310076   ac_status=$?
    918410077-  echo "$as_me:12914: \$? = $ac_status" >&5
    9185 +  echo "$as_me:12995: \$? = $ac_status" >&5
     10078+  echo "$as_me:13261: \$? = $ac_status" >&5
    918610079   (exit $ac_status); }; }; then
    918710080   cf_cv_have_isascii=yes
    918810081 else
    9189 @@ -12922,17 +13003,17 @@
     10082@@ -12922,17 +13269,17 @@
    919010083 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    919110084 
    919210085 fi
    919310086-echo "$as_me:12925: result: $cf_cv_have_isascii" >&5
    9194 +echo "$as_me:13006: result: $cf_cv_have_isascii" >&5
     10087+echo "$as_me:13272: result: $cf_cv_have_isascii" >&5
    919510088 echo "${ECHO_T}$cf_cv_have_isascii" >&6
    919610089 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF
     
    920010093 if test "$ac_cv_func_sigaction" = yes; then
    920110094-echo "$as_me:12932: checking whether sigaction needs _POSIX_SOURCE" >&5
    9202 +echo "$as_me:13013: checking whether sigaction needs _POSIX_SOURCE" >&5
     10095+echo "$as_me:13279: checking whether sigaction needs _POSIX_SOURCE" >&5
    920310096 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6
    920410097 cat >conftest.$ac_ext <<_ACEOF
    920510098-#line 12935 "configure"
    9206 +#line 13016 "configure"
     10099+#line 13282 "configure"
    920710100 #include "confdefs.h"
    920810101 
    920910102 #include <sys/types.h>
    9210 @@ -12946,16 +13027,16 @@
     10103@@ -12946,16 +13293,16 @@
    921110104 }
    921210105 _ACEOF
    921310106 rm -f conftest.$ac_objext
    921410107-if { (eval echo "$as_me:12949: \"$ac_compile\"") >&5
    9215 +if { (eval echo "$as_me:13030: \"$ac_compile\"") >&5
     10108+if { (eval echo "$as_me:13296: \"$ac_compile\"") >&5
    921610109   (eval $ac_compile) 2>&5
    921710110   ac_status=$?
    921810111-  echo "$as_me:12952: \$? = $ac_status" >&5
    9219 +  echo "$as_me:13033: \$? = $ac_status" >&5
     10112+  echo "$as_me:13299: \$? = $ac_status" >&5
    922010113   (exit $ac_status); } &&
    922110114          { ac_try='test -s conftest.$ac_objext'
    922210115-  { (eval echo "$as_me:12955: \"$ac_try\"") >&5
    9223 +  { (eval echo "$as_me:13036: \"$ac_try\"") >&5
     10116+  { (eval echo "$as_me:13302: \"$ac_try\"") >&5
    922410117   (eval $ac_try) 2>&5
    922510118   ac_status=$?
    922610119-  echo "$as_me:12958: \$? = $ac_status" >&5
    9227 +  echo "$as_me:13039: \$? = $ac_status" >&5
     10120+  echo "$as_me:13305: \$? = $ac_status" >&5
    922810121   (exit $ac_status); }; }; then
    922910122   sigact_bad=no
    923010123 else
    9231 @@ -12963,7 +13044,7 @@
     10124@@ -12963,7 +13310,7 @@
    923210125 cat conftest.$ac_ext >&5
    923310126 
    923410127 cat >conftest.$ac_ext <<_ACEOF
    923510128-#line 12966 "configure"
    9236 +#line 13047 "configure"
     10129+#line 13313 "configure"
    923710130 #include "confdefs.h"
    923810131 
    923910132 #define _POSIX_SOURCE
    9240 @@ -12978,16 +13059,16 @@
     10133@@ -12978,16 +13325,16 @@
    924110134 }
    924210135 _ACEOF
    924310136 rm -f conftest.$ac_objext
    924410137-if { (eval echo "$as_me:12981: \"$ac_compile\"") >&5
    9245 +if { (eval echo "$as_me:13062: \"$ac_compile\"") >&5
     10138+if { (eval echo "$as_me:13328: \"$ac_compile\"") >&5
    924610139   (eval $ac_compile) 2>&5
    924710140   ac_status=$?
    924810141-  echo "$as_me:12984: \$? = $ac_status" >&5
    9249 +  echo "$as_me:13065: \$? = $ac_status" >&5
     10142+  echo "$as_me:13331: \$? = $ac_status" >&5
    925010143   (exit $ac_status); } &&
    925110144          { ac_try='test -s conftest.$ac_objext'
    925210145-  { (eval echo "$as_me:12987: \"$ac_try\"") >&5
    9253 +  { (eval echo "$as_me:13068: \"$ac_try\"") >&5
     10146+  { (eval echo "$as_me:13334: \"$ac_try\"") >&5
    925410147   (eval $ac_try) 2>&5
    925510148   ac_status=$?
    925610149-  echo "$as_me:12990: \$? = $ac_status" >&5
    9257 +  echo "$as_me:13071: \$? = $ac_status" >&5
     10150+  echo "$as_me:13337: \$? = $ac_status" >&5
    925810151   (exit $ac_status); }; }; then
    925910152   sigact_bad=yes
    926010153         cat >>confdefs.h <<\EOF
    9261 @@ -13002,11 +13083,11 @@
     10154@@ -13002,11 +13349,11 @@
    926210155 rm -f conftest.$ac_objext conftest.$ac_ext
    926310156 fi
    926410157 rm -f conftest.$ac_objext conftest.$ac_ext
    926510158-echo "$as_me:13005: result: $sigact_bad" >&5
    9266 +echo "$as_me:13086: result: $sigact_bad" >&5
     10159+echo "$as_me:13352: result: $sigact_bad" >&5
    926710160 echo "${ECHO_T}$sigact_bad" >&6
    926810161 fi
    926910162 
    927010163-echo "$as_me:13009: checking if nanosleep really works" >&5
    9271 +echo "$as_me:13090: checking if nanosleep really works" >&5
     10164+echo "$as_me:13356: checking if nanosleep really works" >&5
    927210165 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6
    927310166 if test "${cf_cv_func_nanosleep+set}" = set; then
    927410167   echo $ECHO_N "(cached) $ECHO_C" >&6
    9275 @@ -13016,7 +13097,7 @@
     10168@@ -13016,7 +13363,7 @@
    927610169   cf_cv_func_nanosleep=unknown
    927710170 else
    927810171   cat >conftest.$ac_ext <<_ACEOF
    927910172-#line 13019 "configure"
    9280 +#line 13100 "configure"
     10173+#line 13366 "configure"
    928110174 #include "confdefs.h"
    928210175 
    928310176 #include <stdio.h>
    9284 @@ -13041,15 +13122,15 @@
     10177@@ -13041,15 +13388,15 @@
    928510178 
    928610179 _ACEOF
    928710180 rm -f conftest$ac_exeext
    928810181-if { (eval echo "$as_me:13044: \"$ac_link\"") >&5
    9289 +if { (eval echo "$as_me:13125: \"$ac_link\"") >&5
     10182+if { (eval echo "$as_me:13391: \"$ac_link\"") >&5
    929010183   (eval $ac_link) 2>&5
    929110184   ac_status=$?
    929210185-  echo "$as_me:13047: \$? = $ac_status" >&5
    9293 +  echo "$as_me:13128: \$? = $ac_status" >&5
     10186+  echo "$as_me:13394: \$? = $ac_status" >&5
    929410187   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    929510188-  { (eval echo "$as_me:13049: \"$ac_try\"") >&5
    9296 +  { (eval echo "$as_me:13130: \"$ac_try\"") >&5
     10189+  { (eval echo "$as_me:13396: \"$ac_try\"") >&5
    929710190   (eval $ac_try) 2>&5
    929810191   ac_status=$?
    929910192-  echo "$as_me:13052: \$? = $ac_status" >&5
    9300 +  echo "$as_me:13133: \$? = $ac_status" >&5
     10193+  echo "$as_me:13399: \$? = $ac_status" >&5
    930110194   (exit $ac_status); }; }; then
    930210195   cf_cv_func_nanosleep=yes
    930310196 else
    9304 @@ -13061,7 +13142,7 @@
     10197@@ -13061,7 +13408,7 @@
    930510198 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    930610199 fi
    930710200 fi
    930810201-echo "$as_me:13064: result: $cf_cv_func_nanosleep" >&5
    9309 +echo "$as_me:13145: result: $cf_cv_func_nanosleep" >&5
     10202+echo "$as_me:13411: result: $cf_cv_func_nanosleep" >&5
    931010203 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6
    931110204 
    931210205 test "$cf_cv_func_nanosleep" = "yes" && cat >>confdefs.h <<\EOF
    9313 @@ -13075,23 +13156,23 @@
     10206@@ -13075,23 +13422,23 @@
    931410207 
    931510208 do
    931610209 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    931710210-echo "$as_me:13078: checking for $ac_header" >&5
    9318 +echo "$as_me:13159: checking for $ac_header" >&5
     10211+echo "$as_me:13425: checking for $ac_header" >&5
    931910212 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    932010213 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    932310216   cat >conftest.$ac_ext <<_ACEOF
    932410217-#line 13084 "configure"
    9325 +#line 13165 "configure"
     10218+#line 13431 "configure"
    932610219 #include "confdefs.h"
    932710220 #include <$ac_header>
    932810221 _ACEOF
    932910222-if { (eval echo "$as_me:13088: \"$ac_cpp conftest.$ac_ext\"") >&5
    9330 +if { (eval echo "$as_me:13169: \"$ac_cpp conftest.$ac_ext\"") >&5
     10223+if { (eval echo "$as_me:13435: \"$ac_cpp conftest.$ac_ext\"") >&5
    933110224   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    933210225   ac_status=$?
     
    933510228   cat conftest.err >&5
    933610229-  echo "$as_me:13094: \$? = $ac_status" >&5
    9337 +  echo "$as_me:13175: \$? = $ac_status" >&5
     10230+  echo "$as_me:13441: \$? = $ac_status" >&5
    933810231   (exit $ac_status); } >/dev/null; then
    933910232   if test -s conftest.err; then
    934010233     ac_cpp_err=$ac_c_preproc_warn_flag
    9341 @@ -13110,7 +13191,7 @@
     10234@@ -13110,7 +13457,7 @@
    934210235 fi
    934310236 rm -f conftest.err conftest.$ac_ext
    934410237 fi
    934510238-echo "$as_me:13113: result: `eval echo '${'$as_ac_Header'}'`" >&5
    9346 +echo "$as_me:13194: result: `eval echo '${'$as_ac_Header'}'`" >&5
     10239+echo "$as_me:13460: result: `eval echo '${'$as_ac_Header'}'`" >&5
    934710240 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    934810241 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    934910242   cat >>confdefs.h <<EOF
    9350 @@ -13125,23 +13206,23 @@
     10243@@ -13125,23 +13472,23 @@
    935110244 for ac_header in sys/termio.h
    935210245 do
    935310246 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    935410247-echo "$as_me:13128: checking for $ac_header" >&5
    9355 +echo "$as_me:13209: checking for $ac_header" >&5
     10248+echo "$as_me:13475: checking for $ac_header" >&5
    935610249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    935710250 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    936010253   cat >conftest.$ac_ext <<_ACEOF
    936110254-#line 13134 "configure"
    9362 +#line 13215 "configure"
     10255+#line 13481 "configure"
    936310256 #include "confdefs.h"
    936410257 #include <$ac_header>
    936510258 _ACEOF
    936610259-if { (eval echo "$as_me:13138: \"$ac_cpp conftest.$ac_ext\"") >&5
    9367 +if { (eval echo "$as_me:13219: \"$ac_cpp conftest.$ac_ext\"") >&5
     10260+if { (eval echo "$as_me:13485: \"$ac_cpp conftest.$ac_ext\"") >&5
    936810261   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    936910262   ac_status=$?
     
    937210265   cat conftest.err >&5
    937310266-  echo "$as_me:13144: \$? = $ac_status" >&5
    9374 +  echo "$as_me:13225: \$? = $ac_status" >&5
     10267+  echo "$as_me:13491: \$? = $ac_status" >&5
    937510268   (exit $ac_status); } >/dev/null; then
    937610269   if test -s conftest.err; then
    937710270     ac_cpp_err=$ac_c_preproc_warn_flag
    9378 @@ -13160,7 +13241,7 @@
     10271@@ -13160,7 +13507,7 @@
    937910272 fi
    938010273 rm -f conftest.err conftest.$ac_ext
    938110274 fi
    938210275-echo "$as_me:13163: result: `eval echo '${'$as_ac_Header'}'`" >&5
    9383 +echo "$as_me:13244: result: `eval echo '${'$as_ac_Header'}'`" >&5
     10276+echo "$as_me:13510: result: `eval echo '${'$as_ac_Header'}'`" >&5
    938410277 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    938510278 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    938610279   cat >>confdefs.h <<EOF
    9387 @@ -13178,10 +13259,10 @@
     10280@@ -13178,10 +13525,10 @@
    938810281        *)      termios_bad=maybe ;;
    938910282        esac
    939010283        if test "$termios_bad" = maybe ; then
    939110284-       echo "$as_me:13181: checking whether termios.h needs _POSIX_SOURCE" >&5
    9392 +       echo "$as_me:13262: checking whether termios.h needs _POSIX_SOURCE" >&5
     10285+       echo "$as_me:13528: checking whether termios.h needs _POSIX_SOURCE" >&5
    939310286 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6
    939410287        cat >conftest.$ac_ext <<_ACEOF
    939510288-#line 13184 "configure"
    9396 +#line 13265 "configure"
     10289+#line 13531 "configure"
    939710290 #include "confdefs.h"
    939810291 #include <termios.h>
    939910292 int
    9400 @@ -13193,16 +13274,16 @@
     10293@@ -13193,16 +13540,16 @@
    940110294 }
    940210295 _ACEOF
    940310296 rm -f conftest.$ac_objext
    940410297-if { (eval echo "$as_me:13196: \"$ac_compile\"") >&5
    9405 +if { (eval echo "$as_me:13277: \"$ac_compile\"") >&5
     10298+if { (eval echo "$as_me:13543: \"$ac_compile\"") >&5
    940610299   (eval $ac_compile) 2>&5
    940710300   ac_status=$?
    940810301-  echo "$as_me:13199: \$? = $ac_status" >&5
    9409 +  echo "$as_me:13280: \$? = $ac_status" >&5
     10302+  echo "$as_me:13546: \$? = $ac_status" >&5
    941010303   (exit $ac_status); } &&
    941110304          { ac_try='test -s conftest.$ac_objext'
    941210305-  { (eval echo "$as_me:13202: \"$ac_try\"") >&5
    9413 +  { (eval echo "$as_me:13283: \"$ac_try\"") >&5
     10306+  { (eval echo "$as_me:13549: \"$ac_try\"") >&5
    941410307   (eval $ac_try) 2>&5
    941510308   ac_status=$?
    941610309-  echo "$as_me:13205: \$? = $ac_status" >&5
    9417 +  echo "$as_me:13286: \$? = $ac_status" >&5
     10310+  echo "$as_me:13552: \$? = $ac_status" >&5
    941810311   (exit $ac_status); }; }; then
    941910312   termios_bad=no
    942010313 else
    9421 @@ -13210,7 +13291,7 @@
     10314@@ -13210,7 +13557,7 @@
    942210315 cat conftest.$ac_ext >&5
    942310316 
    942410317                cat >conftest.$ac_ext <<_ACEOF
    942510318-#line 13213 "configure"
    9426 +#line 13294 "configure"
     10319+#line 13560 "configure"
    942710320 #include "confdefs.h"
    942810321 
    942910322 #define _POSIX_SOURCE
    9430 @@ -13224,16 +13305,16 @@
     10323@@ -13224,16 +13571,16 @@
    943110324 }
    943210325 _ACEOF
    943310326 rm -f conftest.$ac_objext
    943410327-if { (eval echo "$as_me:13227: \"$ac_compile\"") >&5
    9435 +if { (eval echo "$as_me:13308: \"$ac_compile\"") >&5
     10328+if { (eval echo "$as_me:13574: \"$ac_compile\"") >&5
    943610329   (eval $ac_compile) 2>&5
    943710330   ac_status=$?
    943810331-  echo "$as_me:13230: \$? = $ac_status" >&5
    9439 +  echo "$as_me:13311: \$? = $ac_status" >&5
     10332+  echo "$as_me:13577: \$? = $ac_status" >&5
    944010333   (exit $ac_status); } &&
    944110334          { ac_try='test -s conftest.$ac_objext'
    944210335-  { (eval echo "$as_me:13233: \"$ac_try\"") >&5
    9443 +  { (eval echo "$as_me:13314: \"$ac_try\"") >&5
     10336+  { (eval echo "$as_me:13580: \"$ac_try\"") >&5
    944410337   (eval $ac_try) 2>&5
    944510338   ac_status=$?
    944610339-  echo "$as_me:13236: \$? = $ac_status" >&5
    9447 +  echo "$as_me:13317: \$? = $ac_status" >&5
     10340+  echo "$as_me:13583: \$? = $ac_status" >&5
    944810341   (exit $ac_status); }; }; then
    944910342   termios_bad=unknown
    945010343 else
    9451 @@ -13248,19 +13329,19 @@
     10344@@ -13248,19 +13595,19 @@
    945210345 
    945310346 fi
    945410347 rm -f conftest.$ac_objext conftest.$ac_ext
    945510348-       echo "$as_me:13251: result: $termios_bad" >&5
    9456 +       echo "$as_me:13332: result: $termios_bad" >&5
     10349+       echo "$as_me:13598: result: $termios_bad" >&5
    945710350 echo "${ECHO_T}$termios_bad" >&6
    945810351        fi
     
    946010353 
    946110354-echo "$as_me:13256: checking for tcgetattr" >&5
    9462 +echo "$as_me:13337: checking for tcgetattr" >&5
     10355+echo "$as_me:13603: checking for tcgetattr" >&5
    946310356 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6
    946410357 if test "${cf_cv_have_tcgetattr+set}" = set; then
     
    946810361 cat >conftest.$ac_ext <<_ACEOF
    946910362-#line 13263 "configure"
    9470 +#line 13344 "configure"
     10363+#line 13610 "configure"
    947110364 #include "confdefs.h"
    947210365 
    947310366 #include <sys/types.h>
    9474 @@ -13288,16 +13369,16 @@
     10367@@ -13288,16 +13635,16 @@
    947510368 }
    947610369 _ACEOF
    947710370 rm -f conftest.$ac_objext conftest$ac_exeext
    947810371-if { (eval echo "$as_me:13291: \"$ac_link\"") >&5
    9479 +if { (eval echo "$as_me:13372: \"$ac_link\"") >&5
     10372+if { (eval echo "$as_me:13638: \"$ac_link\"") >&5
    948010373   (eval $ac_link) 2>&5
    948110374   ac_status=$?
    948210375-  echo "$as_me:13294: \$? = $ac_status" >&5
    9483 +  echo "$as_me:13375: \$? = $ac_status" >&5
     10376+  echo "$as_me:13641: \$? = $ac_status" >&5
    948410377   (exit $ac_status); } &&
    948510378          { ac_try='test -s conftest$ac_exeext'
    948610379-  { (eval echo "$as_me:13297: \"$ac_try\"") >&5
    9487 +  { (eval echo "$as_me:13378: \"$ac_try\"") >&5
     10380+  { (eval echo "$as_me:13644: \"$ac_try\"") >&5
    948810381   (eval $ac_try) 2>&5
    948910382   ac_status=$?
    949010383-  echo "$as_me:13300: \$? = $ac_status" >&5
    9491 +  echo "$as_me:13381: \$? = $ac_status" >&5
     10384+  echo "$as_me:13647: \$? = $ac_status" >&5
    949210385   (exit $ac_status); }; }; then
    949310386   cf_cv_have_tcgetattr=yes
    949410387 else
    9495 @@ -13307,20 +13388,20 @@
     10388@@ -13307,20 +13654,20 @@
    949610389 fi
    949710390 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    949810391 fi
    949910392-echo "$as_me:13310: result: $cf_cv_have_tcgetattr" >&5
    9500 +echo "$as_me:13391: result: $cf_cv_have_tcgetattr" >&5
     10393+echo "$as_me:13657: result: $cf_cv_have_tcgetattr" >&5
    950110394 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6
    950210395 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF
     
    950510398 
    950610399-echo "$as_me:13316: checking for vsscanf function or workaround" >&5
    9507 +echo "$as_me:13397: checking for vsscanf function or workaround" >&5
     10400+echo "$as_me:13663: checking for vsscanf function or workaround" >&5
    950810401 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6
    950910402 if test "${cf_cv_func_vsscanf+set}" = set; then
     
    951310406 cat >conftest.$ac_ext <<_ACEOF
    951410407-#line 13323 "configure"
    9515 +#line 13404 "configure"
     10408+#line 13670 "configure"
    951610409 #include "confdefs.h"
    951710410 
    951810411 #include <stdarg.h>
    9519 @@ -13336,16 +13417,16 @@
     10412@@ -13336,16 +13683,16 @@
    952010413 }
    952110414 _ACEOF
    952210415 rm -f conftest.$ac_objext conftest$ac_exeext
    952310416-if { (eval echo "$as_me:13339: \"$ac_link\"") >&5
    9524 +if { (eval echo "$as_me:13420: \"$ac_link\"") >&5
     10417+if { (eval echo "$as_me:13686: \"$ac_link\"") >&5
    952510418   (eval $ac_link) 2>&5
    952610419   ac_status=$?
    952710420-  echo "$as_me:13342: \$? = $ac_status" >&5
    9528 +  echo "$as_me:13423: \$? = $ac_status" >&5
     10421+  echo "$as_me:13689: \$? = $ac_status" >&5
    952910422   (exit $ac_status); } &&
    953010423          { ac_try='test -s conftest$ac_exeext'
    953110424-  { (eval echo "$as_me:13345: \"$ac_try\"") >&5
    9532 +  { (eval echo "$as_me:13426: \"$ac_try\"") >&5
     10425+  { (eval echo "$as_me:13692: \"$ac_try\"") >&5
    953310426   (eval $ac_try) 2>&5
    953410427   ac_status=$?
    953510428-  echo "$as_me:13348: \$? = $ac_status" >&5
    9536 +  echo "$as_me:13429: \$? = $ac_status" >&5
     10429+  echo "$as_me:13695: \$? = $ac_status" >&5
    953710430   (exit $ac_status); }; }; then
    953810431   cf_cv_func_vsscanf=vsscanf
    953910432 else
    9540 @@ -13353,7 +13434,7 @@
     10433@@ -13353,7 +13700,7 @@
    954110434 cat conftest.$ac_ext >&5
    954210435 
    954310436 cat >conftest.$ac_ext <<_ACEOF
    954410437-#line 13356 "configure"
    9545 +#line 13437 "configure"
     10438+#line 13703 "configure"
    954610439 #include "confdefs.h"
    954710440 
    954810441 #include <stdarg.h>
    9549 @@ -13375,16 +13456,16 @@
     10442@@ -13375,16 +13722,16 @@
    955010443 }
    955110444 _ACEOF
    955210445 rm -f conftest.$ac_objext conftest$ac_exeext
    955310446-if { (eval echo "$as_me:13378: \"$ac_link\"") >&5
    9554 +if { (eval echo "$as_me:13459: \"$ac_link\"") >&5
     10447+if { (eval echo "$as_me:13725: \"$ac_link\"") >&5
    955510448   (eval $ac_link) 2>&5
    955610449   ac_status=$?
    955710450-  echo "$as_me:13381: \$? = $ac_status" >&5
    9558 +  echo "$as_me:13462: \$? = $ac_status" >&5
     10451+  echo "$as_me:13728: \$? = $ac_status" >&5
    955910452   (exit $ac_status); } &&
    956010453          { ac_try='test -s conftest$ac_exeext'
    956110454-  { (eval echo "$as_me:13384: \"$ac_try\"") >&5
    9562 +  { (eval echo "$as_me:13465: \"$ac_try\"") >&5
     10455+  { (eval echo "$as_me:13731: \"$ac_try\"") >&5
    956310456   (eval $ac_try) 2>&5
    956410457   ac_status=$?
    956510458-  echo "$as_me:13387: \$? = $ac_status" >&5
    9566 +  echo "$as_me:13468: \$? = $ac_status" >&5
     10459+  echo "$as_me:13734: \$? = $ac_status" >&5
    956710460   (exit $ac_status); }; }; then
    956810461   cf_cv_func_vsscanf=vfscanf
    956910462 else
    9570 @@ -13392,7 +13473,7 @@
     10463@@ -13392,7 +13739,7 @@
    957110464 cat conftest.$ac_ext >&5
    957210465 
    957310466 cat >conftest.$ac_ext <<_ACEOF
    957410467-#line 13395 "configure"
    9575 +#line 13476 "configure"
     10468+#line 13742 "configure"
    957610469 #include "confdefs.h"
    957710470 
    957810471 #include <stdarg.h>
    9579 @@ -13414,16 +13495,16 @@
     10472@@ -13414,16 +13761,16 @@
    958010473 }
    958110474 _ACEOF
    958210475 rm -f conftest.$ac_objext conftest$ac_exeext
    958310476-if { (eval echo "$as_me:13417: \"$ac_link\"") >&5
    9584 +if { (eval echo "$as_me:13498: \"$ac_link\"") >&5
     10477+if { (eval echo "$as_me:13764: \"$ac_link\"") >&5
    958510478   (eval $ac_link) 2>&5
    958610479   ac_status=$?
    958710480-  echo "$as_me:13420: \$? = $ac_status" >&5
    9588 +  echo "$as_me:13501: \$? = $ac_status" >&5
     10481+  echo "$as_me:13767: \$? = $ac_status" >&5
    958910482   (exit $ac_status); } &&
    959010483          { ac_try='test -s conftest$ac_exeext'
    959110484-  { (eval echo "$as_me:13423: \"$ac_try\"") >&5
    9592 +  { (eval echo "$as_me:13504: \"$ac_try\"") >&5
     10485+  { (eval echo "$as_me:13770: \"$ac_try\"") >&5
    959310486   (eval $ac_try) 2>&5
    959410487   ac_status=$?
    959510488-  echo "$as_me:13426: \$? = $ac_status" >&5
    9596 +  echo "$as_me:13507: \$? = $ac_status" >&5
     10489+  echo "$as_me:13773: \$? = $ac_status" >&5
    959710490   (exit $ac_status); }; }; then
    959810491   cf_cv_func_vsscanf=_doscan
    959910492 else
    9600 @@ -13438,7 +13519,7 @@
     10493@@ -13438,7 +13785,7 @@
    960110494 fi
    960210495 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    960310496 fi
    960410497-echo "$as_me:13441: result: $cf_cv_func_vsscanf" >&5
    9605 +echo "$as_me:13522: result: $cf_cv_func_vsscanf" >&5
     10498+echo "$as_me:13788: result: $cf_cv_func_vsscanf" >&5
    960610499 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6
    960710500 
    960810501 case $cf_cv_func_vsscanf in #(vi
    9609 @@ -13456,7 +13537,7 @@
     10502@@ -13456,7 +13803,7 @@
    961010503 ;;
    961110504 esac
    961210505 
    961310506-echo "$as_me:13459: checking for working mkstemp" >&5
    9614 +echo "$as_me:13540: checking for working mkstemp" >&5
     10507+echo "$as_me:13806: checking for working mkstemp" >&5
    961510508 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6
    961610509 if test "${cf_cv_func_mkstemp+set}" = set; then
    961710510   echo $ECHO_N "(cached) $ECHO_C" >&6
    9618 @@ -13464,13 +13545,13 @@
     10511@@ -13464,13 +13811,13 @@
    961910512 
    962010513 rm -f conftest*
    962110514 if test "$cross_compiling" = yes; then
    962210515-  echo "$as_me:13467: checking for mkstemp" >&5
    9623 +  echo "$as_me:13548: checking for mkstemp" >&5
     10516+  echo "$as_me:13814: checking for mkstemp" >&5
    962410517 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6
    962510518 if test "${ac_cv_func_mkstemp+set}" = set; then
     
    962810521   cat >conftest.$ac_ext <<_ACEOF
    962910522-#line 13473 "configure"
    9630 +#line 13554 "configure"
     10523+#line 13820 "configure"
    963110524 #include "confdefs.h"
    963210525 /* System header to define __stub macros and hopefully few prototypes,
    963310526     which can conflict with char mkstemp (); below.  */
    9634 @@ -13501,16 +13582,16 @@
     10527@@ -13501,16 +13848,16 @@
    963510528 }
    963610529 _ACEOF
    963710530 rm -f conftest.$ac_objext conftest$ac_exeext
    963810531-if { (eval echo "$as_me:13504: \"$ac_link\"") >&5
    9639 +if { (eval echo "$as_me:13585: \"$ac_link\"") >&5
     10532+if { (eval echo "$as_me:13851: \"$ac_link\"") >&5
    964010533   (eval $ac_link) 2>&5
    964110534   ac_status=$?
    964210535-  echo "$as_me:13507: \$? = $ac_status" >&5
    9643 +  echo "$as_me:13588: \$? = $ac_status" >&5
     10536+  echo "$as_me:13854: \$? = $ac_status" >&5
    964410537   (exit $ac_status); } &&
    964510538          { ac_try='test -s conftest$ac_exeext'
    964610539-  { (eval echo "$as_me:13510: \"$ac_try\"") >&5
    9647 +  { (eval echo "$as_me:13591: \"$ac_try\"") >&5
     10540+  { (eval echo "$as_me:13857: \"$ac_try\"") >&5
    964810541   (eval $ac_try) 2>&5
    964910542   ac_status=$?
    965010543-  echo "$as_me:13513: \$? = $ac_status" >&5
    9651 +  echo "$as_me:13594: \$? = $ac_status" >&5
     10544+  echo "$as_me:13860: \$? = $ac_status" >&5
    965210545   (exit $ac_status); }; }; then
    965310546   ac_cv_func_mkstemp=yes
    965410547 else
    9655 @@ -13520,12 +13601,12 @@
     10548@@ -13520,12 +13867,12 @@
    965610549 fi
    965710550 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    965810551 fi
    965910552-echo "$as_me:13523: result: $ac_cv_func_mkstemp" >&5
    9660 +echo "$as_me:13604: result: $ac_cv_func_mkstemp" >&5
     10553+echo "$as_me:13870: result: $ac_cv_func_mkstemp" >&5
    966110554 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6
    966210555 
     
    966410557   cat >conftest.$ac_ext <<_ACEOF
    966510558-#line 13528 "configure"
    9666 +#line 13609 "configure"
     10559+#line 13875 "configure"
    966710560 #include "confdefs.h"
    966810561 
    966910562 #include <sys/types.h>
    9670 @@ -13563,15 +13644,15 @@
     10563@@ -13563,15 +13910,15 @@
    967110564 
    967210565 _ACEOF
    967310566 rm -f conftest$ac_exeext
    967410567-if { (eval echo "$as_me:13566: \"$ac_link\"") >&5
    9675 +if { (eval echo "$as_me:13647: \"$ac_link\"") >&5
     10568+if { (eval echo "$as_me:13913: \"$ac_link\"") >&5
    967610569   (eval $ac_link) 2>&5
    967710570   ac_status=$?
    967810571-  echo "$as_me:13569: \$? = $ac_status" >&5
    9679 +  echo "$as_me:13650: \$? = $ac_status" >&5
     10572+  echo "$as_me:13916: \$? = $ac_status" >&5
    968010573   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    968110574-  { (eval echo "$as_me:13571: \"$ac_try\"") >&5
    9682 +  { (eval echo "$as_me:13652: \"$ac_try\"") >&5
     10575+  { (eval echo "$as_me:13918: \"$ac_try\"") >&5
    968310576   (eval $ac_try) 2>&5
    968410577   ac_status=$?
    968510578-  echo "$as_me:13574: \$? = $ac_status" >&5
    9686 +  echo "$as_me:13655: \$? = $ac_status" >&5
     10579+  echo "$as_me:13921: \$? = $ac_status" >&5
    968710580   (exit $ac_status); }; }; then
    968810581   cf_cv_func_mkstemp=yes
    968910582 
    9690 @@ -13586,7 +13667,7 @@
     10583@@ -13586,7 +13933,7 @@
    969110584 fi
    969210585 
    969310586 fi
    969410587-echo "$as_me:13589: result: $cf_cv_func_mkstemp" >&5
    9695 +echo "$as_me:13670: result: $cf_cv_func_mkstemp" >&5
     10588+echo "$as_me:13936: result: $cf_cv_func_mkstemp" >&5
    969610589 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6
    969710590 if test "$cf_cv_func_mkstemp" = yes ; then
    969810591        cat >>confdefs.h <<\EOF
    9699 @@ -13604,21 +13685,21 @@
     10592@@ -13604,21 +13951,21 @@
    970010593 fi
    970110594 
    970210595 if test "$cross_compiling" = yes ; then
    970310596-       { echo "$as_me:13607: WARNING: cross compiling: assume setvbuf params not reversed" >&5
    9704 +       { echo "$as_me:13688: WARNING: cross compiling: assume setvbuf params not reversed" >&5
     10597+       { echo "$as_me:13954: WARNING: cross compiling: assume setvbuf params not reversed" >&5
    970510598 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;}
    970610599 else
    970710600-       echo "$as_me:13610: checking whether setvbuf arguments are reversed" >&5
    9708 +       echo "$as_me:13691: checking whether setvbuf arguments are reversed" >&5
     10601+       echo "$as_me:13957: checking whether setvbuf arguments are reversed" >&5
    970910602 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6
    971010603 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
     
    971310606   if test "$cross_compiling" = yes; then
    971410607-  { { echo "$as_me:13616: error: cannot run test program while cross compiling" >&5
    9715 +  { { echo "$as_me:13697: error: cannot run test program while cross compiling" >&5
     10608+  { { echo "$as_me:13963: error: cannot run test program while cross compiling" >&5
    971610609 echo "$as_me: error: cannot run test program while cross compiling" >&2;}
    971710610    { (exit 1); exit 1; }; }
     
    971910612   cat >conftest.$ac_ext <<_ACEOF
    972010613-#line 13621 "configure"
    9721 +#line 13702 "configure"
     10614+#line 13968 "configure"
    972210615 #include "confdefs.h"
    972310616 #include <stdio.h>
    972410617 /* If setvbuf has the reversed format, exit 0. */
    9725 @@ -13635,15 +13716,15 @@
     10618@@ -13635,15 +13982,15 @@
    972610619 }
    972710620 _ACEOF
    972810621 rm -f conftest$ac_exeext
    972910622-if { (eval echo "$as_me:13638: \"$ac_link\"") >&5
    9730 +if { (eval echo "$as_me:13719: \"$ac_link\"") >&5
     10623+if { (eval echo "$as_me:13985: \"$ac_link\"") >&5
    973110624   (eval $ac_link) 2>&5
    973210625   ac_status=$?
    973310626-  echo "$as_me:13641: \$? = $ac_status" >&5
    9734 +  echo "$as_me:13722: \$? = $ac_status" >&5
     10627+  echo "$as_me:13988: \$? = $ac_status" >&5
    973510628   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    973610629-  { (eval echo "$as_me:13643: \"$ac_try\"") >&5
    9737 +  { (eval echo "$as_me:13724: \"$ac_try\"") >&5
     10630+  { (eval echo "$as_me:13990: \"$ac_try\"") >&5
    973810631   (eval $ac_try) 2>&5
    973910632   ac_status=$?
    974010633-  echo "$as_me:13646: \$? = $ac_status" >&5
    9741 +  echo "$as_me:13727: \$? = $ac_status" >&5
     10634+  echo "$as_me:13993: \$? = $ac_status" >&5
    974210635   (exit $ac_status); }; }; then
    974310636   ac_cv_func_setvbuf_reversed=yes
    974410637 else
    9745 @@ -13656,7 +13737,7 @@
     10638@@ -13656,7 +14003,7 @@
    974610639 fi
    974710640 rm -f core core.* *.core
    974810641 fi
    974910642-echo "$as_me:13659: result: $ac_cv_func_setvbuf_reversed" >&5
    9750 +echo "$as_me:13740: result: $ac_cv_func_setvbuf_reversed" >&5
     10643+echo "$as_me:14006: result: $ac_cv_func_setvbuf_reversed" >&5
    975110644 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6
    975210645 if test $ac_cv_func_setvbuf_reversed = yes; then
    975310646 
    9754 @@ -13667,13 +13748,13 @@
     10647@@ -13667,13 +14014,13 @@
    975510648 fi
    975610649 
    975710650 fi
    975810651-echo "$as_me:13670: checking return type of signal handlers" >&5
    9759 +echo "$as_me:13751: checking return type of signal handlers" >&5
     10652+echo "$as_me:14017: checking return type of signal handlers" >&5
    976010653 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
    976110654 if test "${ac_cv_type_signal+set}" = set; then
     
    976410657   cat >conftest.$ac_ext <<_ACEOF
    976510658-#line 13676 "configure"
    9766 +#line 13757 "configure"
     10659+#line 14023 "configure"
    976710660 #include "confdefs.h"
    976810661 #include <sys/types.h>
    976910662 #include <signal.h>
    9770 @@ -13695,16 +13776,16 @@
     10663@@ -13695,16 +14042,16 @@
    977110664 }
    977210665 _ACEOF
    977310666 rm -f conftest.$ac_objext
    977410667-if { (eval echo "$as_me:13698: \"$ac_compile\"") >&5
    9775 +if { (eval echo "$as_me:13779: \"$ac_compile\"") >&5
     10668+if { (eval echo "$as_me:14045: \"$ac_compile\"") >&5
    977610669   (eval $ac_compile) 2>&5
    977710670   ac_status=$?
    977810671-  echo "$as_me:13701: \$? = $ac_status" >&5
    9779 +  echo "$as_me:13782: \$? = $ac_status" >&5
     10672+  echo "$as_me:14048: \$? = $ac_status" >&5
    978010673   (exit $ac_status); } &&
    978110674          { ac_try='test -s conftest.$ac_objext'
    978210675-  { (eval echo "$as_me:13704: \"$ac_try\"") >&5
    9783 +  { (eval echo "$as_me:13785: \"$ac_try\"") >&5
     10676+  { (eval echo "$as_me:14051: \"$ac_try\"") >&5
    978410677   (eval $ac_try) 2>&5
    978510678   ac_status=$?
    978610679-  echo "$as_me:13707: \$? = $ac_status" >&5
    9787 +  echo "$as_me:13788: \$? = $ac_status" >&5
     10680+  echo "$as_me:14054: \$? = $ac_status" >&5
    978810681   (exit $ac_status); }; }; then
    978910682   ac_cv_type_signal=void
    979010683 else
    9791 @@ -13714,21 +13795,21 @@
     10684@@ -13714,21 +14061,21 @@
    979210685 fi
    979310686 rm -f conftest.$ac_objext conftest.$ac_ext
    979410687 fi
    979510688-echo "$as_me:13717: result: $ac_cv_type_signal" >&5
    9796 +echo "$as_me:13798: result: $ac_cv_type_signal" >&5
     10689+echo "$as_me:14064: result: $ac_cv_type_signal" >&5
    979710690 echo "${ECHO_T}$ac_cv_type_signal" >&6
    979810691 
     
    980210695 
    980310696-echo "$as_me:13724: checking for type sigaction_t" >&5
    9804 +echo "$as_me:13805: checking for type sigaction_t" >&5
     10697+echo "$as_me:14071: checking for type sigaction_t" >&5
    980510698 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6
    980610699 if test "${cf_cv_type_sigaction+set}" = set; then
     
    981010703        cat >conftest.$ac_ext <<_ACEOF
    981110704-#line 13731 "configure"
    9812 +#line 13812 "configure"
     10705+#line 14078 "configure"
    981310706 #include "confdefs.h"
    981410707 
    981510708 #include <signal.h>
    9816 @@ -13741,16 +13822,16 @@
     10709@@ -13741,16 +14088,16 @@
    981710710 }
    981810711 _ACEOF
    981910712 rm -f conftest.$ac_objext
    982010713-if { (eval echo "$as_me:13744: \"$ac_compile\"") >&5
    9821 +if { (eval echo "$as_me:13825: \"$ac_compile\"") >&5
     10714+if { (eval echo "$as_me:14091: \"$ac_compile\"") >&5
    982210715   (eval $ac_compile) 2>&5
    982310716   ac_status=$?
    982410717-  echo "$as_me:13747: \$? = $ac_status" >&5
    9825 +  echo "$as_me:13828: \$? = $ac_status" >&5
     10718+  echo "$as_me:14094: \$? = $ac_status" >&5
    982610719   (exit $ac_status); } &&
    982710720          { ac_try='test -s conftest.$ac_objext'
    982810721-  { (eval echo "$as_me:13750: \"$ac_try\"") >&5
    9829 +  { (eval echo "$as_me:13831: \"$ac_try\"") >&5
     10722+  { (eval echo "$as_me:14097: \"$ac_try\"") >&5
    983010723   (eval $ac_try) 2>&5
    983110724   ac_status=$?
    983210725-  echo "$as_me:13753: \$? = $ac_status" >&5
    9833 +  echo "$as_me:13834: \$? = $ac_status" >&5
     10726+  echo "$as_me:14100: \$? = $ac_status" >&5
    983410727   (exit $ac_status); }; }; then
    983510728   cf_cv_type_sigaction=yes
    983610729 else
    9837 @@ -13761,13 +13842,13 @@
     10730@@ -13761,13 +14108,13 @@
    983810731 rm -f conftest.$ac_objext conftest.$ac_ext
    983910732 fi
    984010733 
    984110734-echo "$as_me:13764: result: $cf_cv_type_sigaction" >&5
    9842 +echo "$as_me:13845: result: $cf_cv_type_sigaction" >&5
     10735+echo "$as_me:14111: result: $cf_cv_type_sigaction" >&5
    984310736 echo "${ECHO_T}$cf_cv_type_sigaction" >&6
    984410737 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF
     
    984710740 
    984810741-echo "$as_me:13770: checking declaration of size-change" >&5
    9849 +echo "$as_me:13851: checking declaration of size-change" >&5
     10742+echo "$as_me:14117: checking declaration of size-change" >&5
    985010743 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6
    985110744 if test "${cf_cv_sizechange+set}" = set; then
    985210745   echo $ECHO_N "(cached) $ECHO_C" >&6
    9853 @@ -13782,7 +13863,7 @@
     10746@@ -13782,7 +14129,7 @@
    985410747     CPPFLAGS="$cf_save_CPPFLAGS"
    985510748     test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts"
    985610749     cat >conftest.$ac_ext <<_ACEOF
    985710750-#line 13785 "configure"
    9858 +#line 13866 "configure"
     10751+#line 14132 "configure"
    985910752 #include "confdefs.h"
    986010753 #include <sys/types.h>
    986110754 #ifdef HAVE_TERMIOS_H
    9862 @@ -13826,16 +13907,16 @@
     10755@@ -13826,16 +14173,16 @@
    986310756 }
    986410757 _ACEOF
    986510758 rm -f conftest.$ac_objext
    986610759-if { (eval echo "$as_me:13829: \"$ac_compile\"") >&5
    9867 +if { (eval echo "$as_me:13910: \"$ac_compile\"") >&5
     10760+if { (eval echo "$as_me:14176: \"$ac_compile\"") >&5
    986810761   (eval $ac_compile) 2>&5
    986910762   ac_status=$?
    987010763-  echo "$as_me:13832: \$? = $ac_status" >&5
    9871 +  echo "$as_me:13913: \$? = $ac_status" >&5
     10764+  echo "$as_me:14179: \$? = $ac_status" >&5
    987210765   (exit $ac_status); } &&
    987310766          { ac_try='test -s conftest.$ac_objext'
    987410767-  { (eval echo "$as_me:13835: \"$ac_try\"") >&5
    9875 +  { (eval echo "$as_me:13916: \"$ac_try\"") >&5
     10768+  { (eval echo "$as_me:14182: \"$ac_try\"") >&5
    987610769   (eval $ac_try) 2>&5
    987710770   ac_status=$?
    987810771-  echo "$as_me:13838: \$? = $ac_status" >&5
    9879 +  echo "$as_me:13919: \$? = $ac_status" >&5
     10772+  echo "$as_me:14185: \$? = $ac_status" >&5
    988010773   (exit $ac_status); }; }; then
    988110774   cf_cv_sizechange=yes
    988210775 else
    9883 @@ -13854,7 +13935,7 @@
     10776@@ -13854,7 +14201,7 @@
    988410777 done
    988510778 
    988610779 fi
    988710780-echo "$as_me:13857: result: $cf_cv_sizechange" >&5
    9888 +echo "$as_me:13938: result: $cf_cv_sizechange" >&5
     10781+echo "$as_me:14204: result: $cf_cv_sizechange" >&5
    988910782 echo "${ECHO_T}$cf_cv_sizechange" >&6
    989010783 if test "$cf_cv_sizechange" != no ; then
    989110784        cat >>confdefs.h <<\EOF
    9892 @@ -13871,13 +13952,13 @@
     10785@@ -13871,13 +14218,13 @@
    989310786        esac
    989410787 fi
    989510788 
    989610789-echo "$as_me:13874: checking for memmove" >&5
    9897 +echo "$as_me:13955: checking for memmove" >&5
     10790+echo "$as_me:14221: checking for memmove" >&5
    989810791 echo $ECHO_N "checking for memmove... $ECHO_C" >&6
    989910792 if test "${ac_cv_func_memmove+set}" = set; then
     
    990210795   cat >conftest.$ac_ext <<_ACEOF
    990310796-#line 13880 "configure"
    9904 +#line 13961 "configure"
     10797+#line 14227 "configure"
    990510798 #include "confdefs.h"
    990610799 /* System header to define __stub macros and hopefully few prototypes,
    990710800     which can conflict with char memmove (); below.  */
    9908 @@ -13908,16 +13989,16 @@
     10801@@ -13908,16 +14255,16 @@
    990910802 }
    991010803 _ACEOF
    991110804 rm -f conftest.$ac_objext conftest$ac_exeext
    991210805-if { (eval echo "$as_me:13911: \"$ac_link\"") >&5
    9913 +if { (eval echo "$as_me:13992: \"$ac_link\"") >&5
     10806+if { (eval echo "$as_me:14258: \"$ac_link\"") >&5
    991410807   (eval $ac_link) 2>&5
    991510808   ac_status=$?
    991610809-  echo "$as_me:13914: \$? = $ac_status" >&5
    9917 +  echo "$as_me:13995: \$? = $ac_status" >&5
     10810+  echo "$as_me:14261: \$? = $ac_status" >&5
    991810811   (exit $ac_status); } &&
    991910812          { ac_try='test -s conftest$ac_exeext'
    992010813-  { (eval echo "$as_me:13917: \"$ac_try\"") >&5
    9921 +  { (eval echo "$as_me:13998: \"$ac_try\"") >&5
     10814+  { (eval echo "$as_me:14264: \"$ac_try\"") >&5
    992210815   (eval $ac_try) 2>&5
    992310816   ac_status=$?
    992410817-  echo "$as_me:13920: \$? = $ac_status" >&5
    9925 +  echo "$as_me:14001: \$? = $ac_status" >&5
     10818+  echo "$as_me:14267: \$? = $ac_status" >&5
    992610819   (exit $ac_status); }; }; then
    992710820   ac_cv_func_memmove=yes
    992810821 else
    9929 @@ -13927,19 +14008,19 @@
     10822@@ -13927,19 +14274,19 @@
    993010823 fi
    993110824 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    993210825 fi
    993310826-echo "$as_me:13930: result: $ac_cv_func_memmove" >&5
    9934 +echo "$as_me:14011: result: $ac_cv_func_memmove" >&5
     10827+echo "$as_me:14277: result: $ac_cv_func_memmove" >&5
    993510828 echo "${ECHO_T}$ac_cv_func_memmove" >&6
    993610829 if test $ac_cv_func_memmove = yes; then
     
    993910832 
    994010833-echo "$as_me:13936: checking for bcopy" >&5
    9941 +echo "$as_me:14017: checking for bcopy" >&5
     10834+echo "$as_me:14283: checking for bcopy" >&5
    994210835 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6
    994310836 if test "${ac_cv_func_bcopy+set}" = set; then
     
    994610839   cat >conftest.$ac_ext <<_ACEOF
    994710840-#line 13942 "configure"
    9948 +#line 14023 "configure"
     10841+#line 14289 "configure"
    994910842 #include "confdefs.h"
    995010843 /* System header to define __stub macros and hopefully few prototypes,
    995110844     which can conflict with char bcopy (); below.  */
    9952 @@ -13970,16 +14051,16 @@
     10845@@ -13970,16 +14317,16 @@
    995310846 }
    995410847 _ACEOF
    995510848 rm -f conftest.$ac_objext conftest$ac_exeext
    995610849-if { (eval echo "$as_me:13973: \"$ac_link\"") >&5
    9957 +if { (eval echo "$as_me:14054: \"$ac_link\"") >&5
     10850+if { (eval echo "$as_me:14320: \"$ac_link\"") >&5
    995810851   (eval $ac_link) 2>&5
    995910852   ac_status=$?
    996010853-  echo "$as_me:13976: \$? = $ac_status" >&5
    9961 +  echo "$as_me:14057: \$? = $ac_status" >&5
     10854+  echo "$as_me:14323: \$? = $ac_status" >&5
    996210855   (exit $ac_status); } &&
    996310856          { ac_try='test -s conftest$ac_exeext'
    996410857-  { (eval echo "$as_me:13979: \"$ac_try\"") >&5
    9965 +  { (eval echo "$as_me:14060: \"$ac_try\"") >&5
     10858+  { (eval echo "$as_me:14326: \"$ac_try\"") >&5
    996610859   (eval $ac_try) 2>&5
    996710860   ac_status=$?
    996810861-  echo "$as_me:13982: \$? = $ac_status" >&5
    9969 +  echo "$as_me:14063: \$? = $ac_status" >&5
     10862+  echo "$as_me:14329: \$? = $ac_status" >&5
    997010863   (exit $ac_status); }; }; then
    997110864   ac_cv_func_bcopy=yes
    997210865 else
    9973 @@ -13989,11 +14070,11 @@
     10866@@ -13989,11 +14336,11 @@
    997410867 fi
    997510868 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    997610869 fi
    997710870-echo "$as_me:13992: result: $ac_cv_func_bcopy" >&5
    9978 +echo "$as_me:14073: result: $ac_cv_func_bcopy" >&5
     10871+echo "$as_me:14339: result: $ac_cv_func_bcopy" >&5
    997910872 echo "${ECHO_T}$ac_cv_func_bcopy" >&6
    998010873 if test $ac_cv_func_bcopy = yes; then
    998110874 
    998210875-       echo "$as_me:13996: checking if bcopy does overlapping moves" >&5
    9983 +       echo "$as_me:14077: checking if bcopy does overlapping moves" >&5
     10876+       echo "$as_me:14343: checking if bcopy does overlapping moves" >&5
    998410877 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6
    998510878 if test "${cf_cv_good_bcopy+set}" = set; then
    998610879   echo $ECHO_N "(cached) $ECHO_C" >&6
    9987 @@ -14003,7 +14084,7 @@
     10880@@ -14003,7 +14350,7 @@
    998810881   cf_cv_good_bcopy=unknown
    998910882 else
    999010883   cat >conftest.$ac_ext <<_ACEOF
    999110884-#line 14006 "configure"
    9992 +#line 14087 "configure"
     10885+#line 14353 "configure"
    999310886 #include "confdefs.h"
    999410887 
    999510888 int main() {
    9996 @@ -14017,15 +14098,15 @@
     10889@@ -14017,15 +14364,15 @@
    999710890 
    999810891 _ACEOF
    999910892 rm -f conftest$ac_exeext
    1000010893-if { (eval echo "$as_me:14020: \"$ac_link\"") >&5
    10001 +if { (eval echo "$as_me:14101: \"$ac_link\"") >&5
     10894+if { (eval echo "$as_me:14367: \"$ac_link\"") >&5
    1000210895   (eval $ac_link) 2>&5
    1000310896   ac_status=$?
    1000410897-  echo "$as_me:14023: \$? = $ac_status" >&5
    10005 +  echo "$as_me:14104: \$? = $ac_status" >&5
     10898+  echo "$as_me:14370: \$? = $ac_status" >&5
    1000610899   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1000710900-  { (eval echo "$as_me:14025: \"$ac_try\"") >&5
    10008 +  { (eval echo "$as_me:14106: \"$ac_try\"") >&5
     10901+  { (eval echo "$as_me:14372: \"$ac_try\"") >&5
    1000910902   (eval $ac_try) 2>&5
    1001010903   ac_status=$?
    1001110904-  echo "$as_me:14028: \$? = $ac_status" >&5
    10012 +  echo "$as_me:14109: \$? = $ac_status" >&5
     10905+  echo "$as_me:14375: \$? = $ac_status" >&5
    1001310906   (exit $ac_status); }; }; then
    1001410907   cf_cv_good_bcopy=yes
    1001510908 else
    10016 @@ -14038,7 +14119,7 @@
     10909@@ -14038,7 +14385,7 @@
    1001710910 fi
    1001810911 
    1001910912 fi
    1002010913-echo "$as_me:14041: result: $cf_cv_good_bcopy" >&5
    10021 +echo "$as_me:14122: result: $cf_cv_good_bcopy" >&5
     10914+echo "$as_me:14388: result: $cf_cv_good_bcopy" >&5
    1002210915 echo "${ECHO_T}$cf_cv_good_bcopy" >&6
    1002310916 
    1002410917 else
    10025 @@ -14059,7 +14140,7 @@
     10918@@ -14059,7 +14406,7 @@
    1002610919 
    1002710920 fi
    1002810921 
    1002910922-echo "$as_me:14062: checking if poll really works" >&5
    10030 +echo "$as_me:14143: checking if poll really works" >&5
     10923+echo "$as_me:14409: checking if poll really works" >&5
    1003110924 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6
    1003210925 if test "${cf_cv_working_poll+set}" = set; then
    1003310926   echo $ECHO_N "(cached) $ECHO_C" >&6
    10034 @@ -14069,7 +14150,7 @@
     10927@@ -14069,7 +14416,7 @@
    1003510928   cf_cv_working_poll=unknown
    1003610929 else
    1003710930   cat >conftest.$ac_ext <<_ACEOF
    1003810931-#line 14072 "configure"
    10039 +#line 14153 "configure"
     10932+#line 14419 "configure"
    1004010933 #include "confdefs.h"
    1004110934 
    1004210935 #include <stdio.h>
    10043 @@ -14090,15 +14171,15 @@
     10936@@ -14090,15 +14437,15 @@
    1004410937 }
    1004510938 _ACEOF
    1004610939 rm -f conftest$ac_exeext
    1004710940-if { (eval echo "$as_me:14093: \"$ac_link\"") >&5
    10048 +if { (eval echo "$as_me:14174: \"$ac_link\"") >&5
     10941+if { (eval echo "$as_me:14440: \"$ac_link\"") >&5
    1004910942   (eval $ac_link) 2>&5
    1005010943   ac_status=$?
    1005110944-  echo "$as_me:14096: \$? = $ac_status" >&5
    10052 +  echo "$as_me:14177: \$? = $ac_status" >&5
     10945+  echo "$as_me:14443: \$? = $ac_status" >&5
    1005310946   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1005410947-  { (eval echo "$as_me:14098: \"$ac_try\"") >&5
    10055 +  { (eval echo "$as_me:14179: \"$ac_try\"") >&5
     10948+  { (eval echo "$as_me:14445: \"$ac_try\"") >&5
    1005610949   (eval $ac_try) 2>&5
    1005710950   ac_status=$?
    1005810951-  echo "$as_me:14101: \$? = $ac_status" >&5
    10059 +  echo "$as_me:14182: \$? = $ac_status" >&5
     10952+  echo "$as_me:14448: \$? = $ac_status" >&5
    1006010953   (exit $ac_status); }; }; then
    1006110954   cf_cv_working_poll=yes
    1006210955 else
    10063 @@ -14110,7 +14191,7 @@
     10956@@ -14110,7 +14457,7 @@
    1006410957 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    1006510958 fi
    1006610959 fi
    1006710960-echo "$as_me:14113: result: $cf_cv_working_poll" >&5
    10068 +echo "$as_me:14194: result: $cf_cv_working_poll" >&5
     10961+echo "$as_me:14460: result: $cf_cv_working_poll" >&5
    1006910962 echo "${ECHO_T}$cf_cv_working_poll" >&6
    1007010963 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF
    1007110964 #define HAVE_WORKING_POLL 1
    10072 @@ -14118,7 +14199,7 @@
     10965@@ -14118,7 +14465,7 @@
    1007310966 
    1007410967 # special check for test/ditto.c
    1007510968 
    1007610969-echo "$as_me:14121: checking for openpty in -lutil" >&5
    10077 +echo "$as_me:14202: checking for openpty in -lutil" >&5
     10970+echo "$as_me:14468: checking for openpty in -lutil" >&5
    1007810971 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
    1007910972 if test "${ac_cv_lib_util_openpty+set}" = set; then
    1008010973   echo $ECHO_N "(cached) $ECHO_C" >&6
    10081 @@ -14126,7 +14207,7 @@
     10974@@ -14126,7 +14473,7 @@
    1008210975   ac_check_lib_save_LIBS=$LIBS
    1008310976 LIBS="-lutil  $LIBS"
    1008410977 cat >conftest.$ac_ext <<_ACEOF
    1008510978-#line 14129 "configure"
    10086 +#line 14210 "configure"
     10979+#line 14476 "configure"
    1008710980 #include "confdefs.h"
    1008810981 
    1008910982 /* Override any gcc2 internal prototype to avoid an error.  */
    10090 @@ -14145,16 +14226,16 @@
     10983@@ -14145,16 +14492,16 @@
    1009110984 }
    1009210985 _ACEOF
    1009310986 rm -f conftest.$ac_objext conftest$ac_exeext
    1009410987-if { (eval echo "$as_me:14148: \"$ac_link\"") >&5
    10095 +if { (eval echo "$as_me:14229: \"$ac_link\"") >&5
     10988+if { (eval echo "$as_me:14495: \"$ac_link\"") >&5
    1009610989   (eval $ac_link) 2>&5
    1009710990   ac_status=$?
    1009810991-  echo "$as_me:14151: \$? = $ac_status" >&5
    10099 +  echo "$as_me:14232: \$? = $ac_status" >&5
     10992+  echo "$as_me:14498: \$? = $ac_status" >&5
    1010010993   (exit $ac_status); } &&
    1010110994          { ac_try='test -s conftest$ac_exeext'
    1010210995-  { (eval echo "$as_me:14154: \"$ac_try\"") >&5
    10103 +  { (eval echo "$as_me:14235: \"$ac_try\"") >&5
     10996+  { (eval echo "$as_me:14501: \"$ac_try\"") >&5
    1010410997   (eval $ac_try) 2>&5
    1010510998   ac_status=$?
    1010610999-  echo "$as_me:14157: \$? = $ac_status" >&5
    10107 +  echo "$as_me:14238: \$? = $ac_status" >&5
     11000+  echo "$as_me:14504: \$? = $ac_status" >&5
    1010811001   (exit $ac_status); }; }; then
    1010911002   ac_cv_lib_util_openpty=yes
    1011011003 else
    10111 @@ -14165,7 +14246,7 @@
     11004@@ -14165,7 +14512,7 @@
    1011211005 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1011311006 LIBS=$ac_check_lib_save_LIBS
    1011411007 fi
    1011511008-echo "$as_me:14168: result: $ac_cv_lib_util_openpty" >&5
    10116 +echo "$as_me:14249: result: $ac_cv_lib_util_openpty" >&5
     11009+echo "$as_me:14515: result: $ac_cv_lib_util_openpty" >&5
    1011711010 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
    1011811011 if test $ac_cv_lib_util_openpty = yes; then
    1011911012   cf_cv_lib_util=yes
    10120 @@ -14173,7 +14254,7 @@
     11013@@ -14173,7 +14520,7 @@
    1012111014   cf_cv_lib_util=no
    1012211015 fi
    1012311016 
    1012411017-echo "$as_me:14176: checking for openpty header" >&5
    10125 +echo "$as_me:14257: checking for openpty header" >&5
     11018+echo "$as_me:14523: checking for openpty header" >&5
    1012611019 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6
    1012711020 if test "${cf_cv_func_openpty+set}" = set; then
    1012811021   echo $ECHO_N "(cached) $ECHO_C" >&6
    10129 @@ -14184,7 +14265,7 @@
     11022@@ -14184,7 +14531,7 @@
    1013011023     for cf_header in pty.h libutil.h util.h
    1013111024     do
    1013211025     cat >conftest.$ac_ext <<_ACEOF
    1013311026-#line 14187 "configure"
    10134 +#line 14268 "configure"
     11027+#line 14534 "configure"
    1013511028 #include "confdefs.h"
    1013611029 
    1013711030 #include <$cf_header>
    10138 @@ -14201,16 +14282,16 @@
     11031@@ -14201,16 +14548,16 @@
    1013911032 }
    1014011033 _ACEOF
    1014111034 rm -f conftest.$ac_objext conftest$ac_exeext
    1014211035-if { (eval echo "$as_me:14204: \"$ac_link\"") >&5
    10143 +if { (eval echo "$as_me:14285: \"$ac_link\"") >&5
     11036+if { (eval echo "$as_me:14551: \"$ac_link\"") >&5
    1014411037   (eval $ac_link) 2>&5
    1014511038   ac_status=$?
    1014611039-  echo "$as_me:14207: \$? = $ac_status" >&5
    10147 +  echo "$as_me:14288: \$? = $ac_status" >&5
     11040+  echo "$as_me:14554: \$? = $ac_status" >&5
    1014811041   (exit $ac_status); } &&
    1014911042          { ac_try='test -s conftest$ac_exeext'
    1015011043-  { (eval echo "$as_me:14210: \"$ac_try\"") >&5
    10151 +  { (eval echo "$as_me:14291: \"$ac_try\"") >&5
     11044+  { (eval echo "$as_me:14557: \"$ac_try\"") >&5
    1015211045   (eval $ac_try) 2>&5
    1015311046   ac_status=$?
    1015411047-  echo "$as_me:14213: \$? = $ac_status" >&5
    10155 +  echo "$as_me:14294: \$? = $ac_status" >&5
     11048+  echo "$as_me:14560: \$? = $ac_status" >&5
    1015611049   (exit $ac_status); }; }; then
    1015711050 
    1015811051         cf_cv_func_openpty=$cf_header
    10159 @@ -14228,7 +14309,7 @@
     11052@@ -14228,7 +14575,7 @@
    1016011053     LIBS="$cf_save_LIBS"
    1016111054 
    1016211055 fi
    1016311056-echo "$as_me:14231: result: $cf_cv_func_openpty" >&5
    10164 +echo "$as_me:14312: result: $cf_cv_func_openpty" >&5
     11057+echo "$as_me:14578: result: $cf_cv_func_openpty" >&5
    1016511058 echo "${ECHO_T}$cf_cv_func_openpty" >&6
    1016611059 
    1016711060 if test "$cf_cv_func_openpty" != no ; then
    10168 @@ -14274,13 +14355,13 @@
     11061@@ -14274,13 +14621,13 @@
    1016911062                fi
    1017011063 
     
    1017811071                          cat >conftest.$ac_ext <<_ACEOF
    1017911072-#line 14283 "configure"
    10180 +#line 14364 "configure"
     11073+#line 14630 "configure"
    1018111074 #include "confdefs.h"
    1018211075 #include <stdio.h>
    1018311076 int
    10184 @@ -14292,16 +14373,16 @@
     11077@@ -14292,16 +14639,16 @@
    1018511078 }
    1018611079 _ACEOF
    1018711080 rm -f conftest.$ac_objext
    1018811081-if { (eval echo "$as_me:14295: \"$ac_compile\"") >&5
    10189 +if { (eval echo "$as_me:14376: \"$ac_compile\"") >&5
     11082+if { (eval echo "$as_me:14642: \"$ac_compile\"") >&5
    1019011083   (eval $ac_compile) 2>&5
    1019111084   ac_status=$?
    1019211085-  echo "$as_me:14298: \$? = $ac_status" >&5
    10193 +  echo "$as_me:14379: \$? = $ac_status" >&5
     11086+  echo "$as_me:14645: \$? = $ac_status" >&5
    1019411087   (exit $ac_status); } &&
    1019511088          { ac_try='test -s conftest.$ac_objext'
    1019611089-  { (eval echo "$as_me:14301: \"$ac_try\"") >&5
    10197 +  { (eval echo "$as_me:14382: \"$ac_try\"") >&5
     11090+  { (eval echo "$as_me:14648: \"$ac_try\"") >&5
    1019811091   (eval $ac_try) 2>&5
    1019911092   ac_status=$?
    1020011093-  echo "$as_me:14304: \$? = $ac_status" >&5
    10201 +  echo "$as_me:14385: \$? = $ac_status" >&5
     11094+  echo "$as_me:14651: \$? = $ac_status" >&5
    1020211095   (exit $ac_status); }; }; then
    1020311096   :
    1020411097 else
    10205 @@ -14318,13 +14399,13 @@
     11098@@ -14318,13 +14665,13 @@
    1020611099                if test "$cf_have_incdir" = no ; then
    1020711100                  test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    1020811101 
    1020911102-echo "${as_me-configure}:14321: testing adding $cf_add_incdir to include-path ..." 1>&5
    10210 +echo "${as_me-configure}:14402: testing adding $cf_add_incdir to include-path ..." 1>&5
     11103+echo "${as_me-configure}:14668: testing adding $cf_add_incdir to include-path ..." 1>&5
    1021111104 
    1021211105                  CPPFLAGS="-I$cf_add_incdir $CPPFLAGS"
     
    1022111114                  break
    1022211115                fi
    10223 @@ -14352,7 +14433,7 @@
     11116@@ -14352,7 +14699,7 @@
    1022411117       if test "$cf_have_libdir" = no ; then
    1022511118         test -n "$verbose" && echo "   adding $cf_add_libdir to library-path" 1>&6
    1022611119 
    1022711120-echo "${as_me-configure}:14355: testing adding $cf_add_libdir to library-path ..." 1>&5
    10228 +echo "${as_me-configure}:14436: testing adding $cf_add_libdir to library-path ..." 1>&5
     11121+echo "${as_me-configure}:14702: testing adding $cf_add_libdir to library-path ..." 1>&5
    1022911122 
    1023011123         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
    1023111124       fi
    10232 @@ -14363,23 +14444,23 @@
     11125@@ -14363,23 +14710,23 @@
    1023311126     fi
    1023411127 esac
    1023511128 
    1023611129-echo "$as_me:14366: checking for db.h" >&5
    10237 +echo "$as_me:14447: checking for db.h" >&5
     11130+echo "$as_me:14713: checking for db.h" >&5
    1023811131 echo $ECHO_N "checking for db.h... $ECHO_C" >&6
    1023911132 if test "${ac_cv_header_db_h+set}" = set; then
     
    1024211135   cat >conftest.$ac_ext <<_ACEOF
    1024311136-#line 14372 "configure"
    10244 +#line 14453 "configure"
     11137+#line 14719 "configure"
    1024511138 #include "confdefs.h"
    1024611139 #include <db.h>
    1024711140 _ACEOF
    1024811141-if { (eval echo "$as_me:14376: \"$ac_cpp conftest.$ac_ext\"") >&5
    10249 +if { (eval echo "$as_me:14457: \"$ac_cpp conftest.$ac_ext\"") >&5
     11142+if { (eval echo "$as_me:14723: \"$ac_cpp conftest.$ac_ext\"") >&5
    1025011143   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1025111144   ac_status=$?
     
    1025411147   cat conftest.err >&5
    1025511148-  echo "$as_me:14382: \$? = $ac_status" >&5
    10256 +  echo "$as_me:14463: \$? = $ac_status" >&5
     11149+  echo "$as_me:14729: \$? = $ac_status" >&5
    1025711150   (exit $ac_status); } >/dev/null; then
    1025811151   if test -s conftest.err; then
    1025911152     ac_cpp_err=$ac_c_preproc_warn_flag
    10260 @@ -14398,11 +14479,11 @@
     11153@@ -14398,11 +14745,11 @@
    1026111154 fi
    1026211155 rm -f conftest.err conftest.$ac_ext
    1026311156 fi
    1026411157-echo "$as_me:14401: result: $ac_cv_header_db_h" >&5
    10265 +echo "$as_me:14482: result: $ac_cv_header_db_h" >&5
     11158+echo "$as_me:14748: result: $ac_cv_header_db_h" >&5
    1026611159 echo "${ECHO_T}$ac_cv_header_db_h" >&6
    1026711160 if test $ac_cv_header_db_h = yes; then
    1026811161 
    1026911162-echo "$as_me:14405: checking for version of db" >&5
    10270 +echo "$as_me:14486: checking for version of db" >&5
     11163+echo "$as_me:14752: checking for version of db" >&5
    1027111164 echo $ECHO_N "checking for version of db... $ECHO_C" >&6
    1027211165 if test "${cf_cv_hashed_db_version+set}" = set; then
    1027311166   echo $ECHO_N "(cached) $ECHO_C" >&6
    10274 @@ -14413,10 +14494,10 @@
     11167@@ -14413,10 +14760,10 @@
    1027511168 for cf_db_version in 1 2 3 4 5
    1027611169 do
    1027711170 
    1027811171-echo "${as_me-configure}:14416: testing checking for db version $cf_db_version ..." 1>&5
    10279 +echo "${as_me-configure}:14497: testing checking for db version $cf_db_version ..." 1>&5
     11172+echo "${as_me-configure}:14763: testing checking for db version $cf_db_version ..." 1>&5
    1028011173 
    1028111174        cat >conftest.$ac_ext <<_ACEOF
    1028211175-#line 14419 "configure"
    10283 +#line 14500 "configure"
     11176+#line 14766 "configure"
    1028411177 #include "confdefs.h"
    1028511178 
    1028611179 $ac_includes_default
    10287 @@ -14446,16 +14527,16 @@
     11180@@ -14446,16 +14793,16 @@
    1028811181 }
    1028911182 _ACEOF
    1029011183 rm -f conftest.$ac_objext
    1029111184-if { (eval echo "$as_me:14449: \"$ac_compile\"") >&5
    10292 +if { (eval echo "$as_me:14530: \"$ac_compile\"") >&5
     11185+if { (eval echo "$as_me:14796: \"$ac_compile\"") >&5
    1029311186   (eval $ac_compile) 2>&5
    1029411187   ac_status=$?
    1029511188-  echo "$as_me:14452: \$? = $ac_status" >&5
    10296 +  echo "$as_me:14533: \$? = $ac_status" >&5
     11189+  echo "$as_me:14799: \$? = $ac_status" >&5
    1029711190   (exit $ac_status); } &&
    1029811191          { ac_try='test -s conftest.$ac_objext'
    1029911192-  { (eval echo "$as_me:14455: \"$ac_try\"") >&5
    10300 +  { (eval echo "$as_me:14536: \"$ac_try\"") >&5
     11193+  { (eval echo "$as_me:14802: \"$ac_try\"") >&5
    1030111194   (eval $ac_try) 2>&5
    1030211195   ac_status=$?
    1030311196-  echo "$as_me:14458: \$? = $ac_status" >&5
    10304 +  echo "$as_me:14539: \$? = $ac_status" >&5
     11197+  echo "$as_me:14805: \$? = $ac_status" >&5
    1030511198   (exit $ac_status); }; }; then
    1030611199 
    1030711200        cf_cv_hashed_db_version=$cf_db_version
    10308 @@ -14469,16 +14550,16 @@
     11201@@ -14469,16 +14816,16 @@
    1030911202 done
    1031011203 
    1031111204 fi
    1031211205-echo "$as_me:14472: result: $cf_cv_hashed_db_version" >&5
    10313 +echo "$as_me:14553: result: $cf_cv_hashed_db_version" >&5
     11206+echo "$as_me:14819: result: $cf_cv_hashed_db_version" >&5
    1031411207 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6
    1031511208 
    1031611209 if test "$cf_cv_hashed_db_version" = unknown ; then
    1031711210-       { { echo "$as_me:14476: error: Cannot determine version of db" >&5
    10318 +       { { echo "$as_me:14557: error: Cannot determine version of db" >&5
     11211+       { { echo "$as_me:14823: error: Cannot determine version of db" >&5
    1031911212 echo "$as_me: error: Cannot determine version of db" >&2;}
    1032011213    { (exit 1); exit 1; }; }
     
    1032211215 
    1032311216-echo "$as_me:14481: checking for db libraries" >&5
    10324 +echo "$as_me:14562: checking for db libraries" >&5
     11217+echo "$as_me:14828: checking for db libraries" >&5
    1032511218 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6
    1032611219 if test "${cf_cv_hashed_db_libs+set}" = set; then
    1032711220   echo $ECHO_N "(cached) $ECHO_C" >&6
    10328 @@ -14492,10 +14573,10 @@
     11221@@ -14492,10 +14839,10 @@
    1032911222                LIBS="-l$cf_db_libs $LIBS"
    1033011223        fi
    1033111224 
    1033211225-echo "${as_me-configure}:14495: testing checking for library "$cf_db_libs" ..." 1>&5
    10333 +echo "${as_me-configure}:14576: testing checking for library "$cf_db_libs" ..." 1>&5
     11226+echo "${as_me-configure}:14842: testing checking for library "$cf_db_libs" ..." 1>&5
    1033411227 
    1033511228        cat >conftest.$ac_ext <<_ACEOF
    1033611229-#line 14498 "configure"
    10337 +#line 14579 "configure"
     11230+#line 14845 "configure"
    1033811231 #include "confdefs.h"
    1033911232 
    1034011233 $ac_includes_default
    10341 @@ -14550,16 +14631,16 @@
     11234@@ -14550,16 +14897,16 @@
    1034211235 }
    1034311236 _ACEOF
    1034411237 rm -f conftest.$ac_objext conftest$ac_exeext
    1034511238-if { (eval echo "$as_me:14553: \"$ac_link\"") >&5
    10346 +if { (eval echo "$as_me:14634: \"$ac_link\"") >&5
     11239+if { (eval echo "$as_me:14900: \"$ac_link\"") >&5
    1034711240   (eval $ac_link) 2>&5
    1034811241   ac_status=$?
    1034911242-  echo "$as_me:14556: \$? = $ac_status" >&5
    10350 +  echo "$as_me:14637: \$? = $ac_status" >&5
     11243+  echo "$as_me:14903: \$? = $ac_status" >&5
    1035111244   (exit $ac_status); } &&
    1035211245          { ac_try='test -s conftest$ac_exeext'
    1035311246-  { (eval echo "$as_me:14559: \"$ac_try\"") >&5
    10354 +  { (eval echo "$as_me:14640: \"$ac_try\"") >&5
     11247+  { (eval echo "$as_me:14906: \"$ac_try\"") >&5
    1035511248   (eval $ac_try) 2>&5
    1035611249   ac_status=$?
    1035711250-  echo "$as_me:14562: \$? = $ac_status" >&5
    10358 +  echo "$as_me:14643: \$? = $ac_status" >&5
     11251+  echo "$as_me:14909: \$? = $ac_status" >&5
    1035911252   (exit $ac_status); }; }; then
    1036011253 
    1036111254        if test -n "$cf_db_libs" ; then
    10362 @@ -14579,11 +14660,11 @@
     11255@@ -14579,11 +14926,11 @@
    1036311256 done
    1036411257 
    1036511258 fi
    1036611259-echo "$as_me:14582: result: $cf_cv_hashed_db_libs" >&5
    10367 +echo "$as_me:14663: result: $cf_cv_hashed_db_libs" >&5
     11260+echo "$as_me:14929: result: $cf_cv_hashed_db_libs" >&5
    1036811261 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6
    1036911262 
    1037011263        if test "$cf_cv_hashed_db_libs" = unknown ; then
    1037111264-               { { echo "$as_me:14586: error: Cannot determine library for db" >&5
    10372 +               { { echo "$as_me:14667: error: Cannot determine library for db" >&5
     11265+               { { echo "$as_me:14933: error: Cannot determine library for db" >&5
    1037311266 echo "$as_me: error: Cannot determine library for db" >&2;}
    1037411267    { (exit 1); exit 1; }; }
    1037511268        elif test "$cf_cv_hashed_db_libs" != default ; then
    10376 @@ -14593,7 +14674,7 @@
     11269@@ -14593,7 +14940,7 @@
    1037711270 
    1037811271 else
    1037911272 
    1038011273-       { { echo "$as_me:14596: error: Cannot find db.h" >&5
    10381 +       { { echo "$as_me:14677: error: Cannot find db.h" >&5
     11274+       { { echo "$as_me:14943: error: Cannot find db.h" >&5
    1038211275 echo "$as_me: error: Cannot find db.h" >&2;}
    1038311276    { (exit 1); exit 1; }; }
    1038411277 
    10385 @@ -14608,7 +14689,7 @@
     11278@@ -14608,7 +14955,7 @@
    1038611279 
    1038711280 # Just in case, check if the C compiler has a bool type.
    1038811281 
    1038911282-echo "$as_me:14611: checking if we should include stdbool.h" >&5
    10390 +echo "$as_me:14692: checking if we should include stdbool.h" >&5
     11283+echo "$as_me:14958: checking if we should include stdbool.h" >&5
    1039111284 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6
    1039211285 
    1039311286 if test "${cf_cv_header_stdbool_h+set}" = set; then
    10394 @@ -14616,7 +14697,7 @@
     11287@@ -14616,7 +14963,7 @@
    1039511288 else
    1039611289 
    1039711290        cat >conftest.$ac_ext <<_ACEOF
    1039811291-#line 14619 "configure"
    10399 +#line 14700 "configure"
     11292+#line 14966 "configure"
    1040011293 #include "confdefs.h"
    1040111294 
    1040211295 int
    10403 @@ -14628,23 +14709,23 @@
     11296@@ -14628,23 +14975,23 @@
    1040411297 }
    1040511298 _ACEOF
    1040611299 rm -f conftest.$ac_objext
    1040711300-if { (eval echo "$as_me:14631: \"$ac_compile\"") >&5
    10408 +if { (eval echo "$as_me:14712: \"$ac_compile\"") >&5
     11301+if { (eval echo "$as_me:14978: \"$ac_compile\"") >&5
    1040911302   (eval $ac_compile) 2>&5
    1041011303   ac_status=$?
    1041111304-  echo "$as_me:14634: \$? = $ac_status" >&5
    10412 +  echo "$as_me:14715: \$? = $ac_status" >&5
     11305+  echo "$as_me:14981: \$? = $ac_status" >&5
    1041311306   (exit $ac_status); } &&
    1041411307          { ac_try='test -s conftest.$ac_objext'
    1041511308-  { (eval echo "$as_me:14637: \"$ac_try\"") >&5
    10416 +  { (eval echo "$as_me:14718: \"$ac_try\"") >&5
     11309+  { (eval echo "$as_me:14984: \"$ac_try\"") >&5
    1041711310   (eval $ac_try) 2>&5
    1041811311   ac_status=$?
    1041911312-  echo "$as_me:14640: \$? = $ac_status" >&5
    10420 +  echo "$as_me:14721: \$? = $ac_status" >&5
     11313+  echo "$as_me:14987: \$? = $ac_status" >&5
    1042111314   (exit $ac_status); }; }; then
    1042211315   cf_cv_header_stdbool_h=0
     
    1042611319 cat >conftest.$ac_ext <<_ACEOF
    1042711320-#line 14647 "configure"
    10428 +#line 14728 "configure"
     11321+#line 14994 "configure"
    1042911322 #include "confdefs.h"
    1043011323 
    1043111324 #ifndef __BEOS__
    10432 @@ -14660,16 +14741,16 @@
     11325@@ -14660,16 +15007,16 @@
    1043311326 }
    1043411327 _ACEOF
    1043511328 rm -f conftest.$ac_objext
    1043611329-if { (eval echo "$as_me:14663: \"$ac_compile\"") >&5
    10437 +if { (eval echo "$as_me:14744: \"$ac_compile\"") >&5
     11330+if { (eval echo "$as_me:15010: \"$ac_compile\"") >&5
    1043811331   (eval $ac_compile) 2>&5
    1043911332   ac_status=$?
    1044011333-  echo "$as_me:14666: \$? = $ac_status" >&5
    10441 +  echo "$as_me:14747: \$? = $ac_status" >&5
     11334+  echo "$as_me:15013: \$? = $ac_status" >&5
    1044211335   (exit $ac_status); } &&
    1044311336          { ac_try='test -s conftest.$ac_objext'
    1044411337-  { (eval echo "$as_me:14669: \"$ac_try\"") >&5
    10445 +  { (eval echo "$as_me:14750: \"$ac_try\"") >&5
     11338+  { (eval echo "$as_me:15016: \"$ac_try\"") >&5
    1044611339   (eval $ac_try) 2>&5
    1044711340   ac_status=$?
    1044811341-  echo "$as_me:14672: \$? = $ac_status" >&5
    10449 +  echo "$as_me:14753: \$? = $ac_status" >&5
     11342+  echo "$as_me:15019: \$? = $ac_status" >&5
    1045011343   (exit $ac_status); }; }; then
    1045111344   cf_cv_header_stdbool_h=1
    1045211345 else
    10453 @@ -14683,13 +14764,13 @@
     11346@@ -14683,13 +15030,13 @@
    1045411347 fi
    1045511348 
    1045611349 if test "$cf_cv_header_stdbool_h" = 1
    1045711350-then   echo "$as_me:14686: result: yes" >&5
    10458 +then   echo "$as_me:14767: result: yes" >&5
     11351+then   echo "$as_me:15033: result: yes" >&5
    1045911352 echo "${ECHO_T}yes" >&6
    1046011353-else   echo "$as_me:14688: result: no" >&5
    10461 +else   echo "$as_me:14769: result: no" >&5
     11354+else   echo "$as_me:15035: result: no" >&5
    1046211355 echo "${ECHO_T}no" >&6
    1046311356 fi
    1046411357 
    1046511358-echo "$as_me:14692: checking for builtin bool type" >&5
    10466 +echo "$as_me:14773: checking for builtin bool type" >&5
     11359+echo "$as_me:15039: checking for builtin bool type" >&5
    1046711360 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6
    1046811361 
    1046911362 if test "${cf_cv_cc_bool_type+set}" = set; then
    10470 @@ -14697,7 +14778,7 @@
     11363@@ -14697,7 +15044,7 @@
    1047111364 else
    1047211365 
    1047311366        cat >conftest.$ac_ext <<_ACEOF
    1047411367-#line 14700 "configure"
    10475 +#line 14781 "configure"
     11368+#line 15047 "configure"
    1047611369 #include "confdefs.h"
    1047711370 
    1047811371 #include <stdio.h>
    10479 @@ -14712,16 +14793,16 @@
     11372@@ -14712,16 +15059,16 @@
    1048011373 }
    1048111374 _ACEOF
    1048211375 rm -f conftest.$ac_objext
    1048311376-if { (eval echo "$as_me:14715: \"$ac_compile\"") >&5
    10484 +if { (eval echo "$as_me:14796: \"$ac_compile\"") >&5
     11377+if { (eval echo "$as_me:15062: \"$ac_compile\"") >&5
    1048511378   (eval $ac_compile) 2>&5
    1048611379   ac_status=$?
    1048711380-  echo "$as_me:14718: \$? = $ac_status" >&5
    10488 +  echo "$as_me:14799: \$? = $ac_status" >&5
     11381+  echo "$as_me:15065: \$? = $ac_status" >&5
    1048911382   (exit $ac_status); } &&
    1049011383          { ac_try='test -s conftest.$ac_objext'
    1049111384-  { (eval echo "$as_me:14721: \"$ac_try\"") >&5
    10492 +  { (eval echo "$as_me:14802: \"$ac_try\"") >&5
     11385+  { (eval echo "$as_me:15068: \"$ac_try\"") >&5
    1049311386   (eval $ac_try) 2>&5
    1049411387   ac_status=$?
    1049511388-  echo "$as_me:14724: \$? = $ac_status" >&5
    10496 +  echo "$as_me:14805: \$? = $ac_status" >&5
     11389+  echo "$as_me:15071: \$? = $ac_status" >&5
    1049711390   (exit $ac_status); }; }; then
    1049811391   cf_cv_cc_bool_type=1
    1049911392 else
    10500 @@ -14734,9 +14815,9 @@
     11393@@ -14734,9 +15081,9 @@
    1050111394 fi
    1050211395 
    1050311396 if test "$cf_cv_cc_bool_type" = 1
    1050411397-then   echo "$as_me:14737: result: yes" >&5
    10505 +then   echo "$as_me:14818: result: yes" >&5
     11398+then   echo "$as_me:15084: result: yes" >&5
    1050611399 echo "${ECHO_T}yes" >&6
    1050711400-else   echo "$as_me:14739: result: no" >&5
    10508 +else   echo "$as_me:14820: result: no" >&5
     11401+else   echo "$as_me:15086: result: no" >&5
    1050911402 echo "${ECHO_T}no" >&6
    1051011403 fi
    1051111404 
    10512 @@ -14758,7 +14839,7 @@
     11405@@ -14758,7 +15105,7 @@
    1051311406        cf_stdcpp_libname=stdc++
    1051411407        ;;
    1051511408 esac
    1051611409-echo "$as_me:14761: checking for library $cf_stdcpp_libname" >&5
    10517 +echo "$as_me:14842: checking for library $cf_stdcpp_libname" >&5
     11410+echo "$as_me:15108: checking for library $cf_stdcpp_libname" >&5
    1051811411 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6
    1051911412 if test "${cf_cv_libstdcpp+set}" = set; then
    1052011413   echo $ECHO_N "(cached) $ECHO_C" >&6
    10521 @@ -14767,7 +14848,7 @@
     11414@@ -14767,7 +15114,7 @@
    1052211415        cf_save="$LIBS"
    1052311416        LIBS="$LIBS -l$cf_stdcpp_libname"
    1052411417 cat >conftest.$ac_ext <<_ACEOF
    1052511418-#line 14770 "configure"
    10526 +#line 14851 "configure"
     11419+#line 15117 "configure"
    1052711420 #include "confdefs.h"
    1052811421 
    1052911422 #include <strstream.h>
    10530 @@ -14783,16 +14864,16 @@
     11423@@ -14783,16 +15130,16 @@
    1053111424 }
    1053211425 _ACEOF
    1053311426 rm -f conftest.$ac_objext conftest$ac_exeext
    1053411427-if { (eval echo "$as_me:14786: \"$ac_link\"") >&5
    10535 +if { (eval echo "$as_me:14867: \"$ac_link\"") >&5
     11428+if { (eval echo "$as_me:15133: \"$ac_link\"") >&5
    1053611429   (eval $ac_link) 2>&5
    1053711430   ac_status=$?
    1053811431-  echo "$as_me:14789: \$? = $ac_status" >&5
    10539 +  echo "$as_me:14870: \$? = $ac_status" >&5
     11432+  echo "$as_me:15136: \$? = $ac_status" >&5
    1054011433   (exit $ac_status); } &&
    1054111434          { ac_try='test -s conftest$ac_exeext'
    1054211435-  { (eval echo "$as_me:14792: \"$ac_try\"") >&5
    10543 +  { (eval echo "$as_me:14873: \"$ac_try\"") >&5
     11436+  { (eval echo "$as_me:15139: \"$ac_try\"") >&5
    1054411437   (eval $ac_try) 2>&5
    1054511438   ac_status=$?
    1054611439-  echo "$as_me:14795: \$? = $ac_status" >&5
    10547 +  echo "$as_me:14876: \$? = $ac_status" >&5
     11440+  echo "$as_me:15142: \$? = $ac_status" >&5
    1054811441   (exit $ac_status); }; }; then
    1054911442   cf_cv_libstdcpp=yes
    1055011443 else
    10551 @@ -14804,12 +14885,12 @@
     11444@@ -14804,12 +15151,12 @@
    1055211445        LIBS="$cf_save"
    1055311446 
    1055411447 fi
    1055511448-echo "$as_me:14807: result: $cf_cv_libstdcpp" >&5
    10556 +echo "$as_me:14888: result: $cf_cv_libstdcpp" >&5
     11449+echo "$as_me:15154: result: $cf_cv_libstdcpp" >&5
    1055711450 echo "${ECHO_T}$cf_cv_libstdcpp" >&6
    1055811451 test "$cf_cv_libstdcpp" = yes && CXXLIBS="$CXXLIBS -l$cf_stdcpp_libname"
     
    1056011453 
    1056111454-       echo "$as_me:14812: checking whether $CXX understands -c and -o together" >&5
    10562 +       echo "$as_me:14893: checking whether $CXX understands -c and -o together" >&5
     11455+       echo "$as_me:15159: checking whether $CXX understands -c and -o together" >&5
    1056311456 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6
    1056411457 if test "${cf_cv_prog_CXX_c_o+set}" = set; then
    1056511458   echo $ECHO_N "(cached) $ECHO_C" >&6
    10566 @@ -14825,15 +14906,15 @@
     11459@@ -14825,15 +15172,15 @@
    1056711460 # We do the test twice because some compilers refuse to overwrite an
    1056811461 # existing .o file with -o, though they will create one.
    1056911462 ac_try='$CXX -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
    1057011463-if { (eval echo "$as_me:14828: \"$ac_try\"") >&5
    10571 +if { (eval echo "$as_me:14909: \"$ac_try\"") >&5
     11464+if { (eval echo "$as_me:15175: \"$ac_try\"") >&5
    1057211465   (eval $ac_try) 2>&5
    1057311466   ac_status=$?
    1057411467-  echo "$as_me:14831: \$? = $ac_status" >&5
    10575 +  echo "$as_me:14912: \$? = $ac_status" >&5
     11468+  echo "$as_me:15178: \$? = $ac_status" >&5
    1057611469   (exit $ac_status); } &&
    1057711470-  test -f conftest2.$ac_objext && { (eval echo "$as_me:14833: \"$ac_try\"") >&5
    10578 +  test -f conftest2.$ac_objext && { (eval echo "$as_me:14914: \"$ac_try\"") >&5
     11471+  test -f conftest2.$ac_objext && { (eval echo "$as_me:15180: \"$ac_try\"") >&5
    1057911472   (eval $ac_try) 2>&5
    1058011473   ac_status=$?
    1058111474-  echo "$as_me:14836: \$? = $ac_status" >&5
    10582 +  echo "$as_me:14917: \$? = $ac_status" >&5
     11475+  echo "$as_me:15183: \$? = $ac_status" >&5
    1058311476   (exit $ac_status); };
    1058411477 then
    1058511478   eval cf_cv_prog_CXX_c_o=yes
    10586 @@ -14844,10 +14925,10 @@
     11479@@ -14844,10 +15191,10 @@
    1058711480 
    1058811481 fi
    1058911482 if test $cf_cv_prog_CXX_c_o = yes; then
    1059011483-  echo "$as_me:14847: result: yes" >&5
    10591 +  echo "$as_me:14928: result: yes" >&5
     11484+  echo "$as_me:15194: result: yes" >&5
    1059211485 echo "${ECHO_T}yes" >&6
    1059311486 else
    1059411487-  echo "$as_me:14850: result: no" >&5
    10595 +  echo "$as_me:14931: result: no" >&5
     11488+  echo "$as_me:15197: result: no" >&5
    1059611489 echo "${ECHO_T}no" >&6
    1059711490 fi
    1059811491 
    10599 @@ -14867,12 +14948,12 @@
     11492@@ -14867,12 +15214,12 @@
    1060011493        ;;
    1060111494 esac
    1060211495 if test "$GXX" = yes; then
    1060311496-       echo "$as_me:14870: checking for lib$cf_gpp_libname" >&5
    10604 +       echo "$as_me:14951: checking for lib$cf_gpp_libname" >&5
     11497+       echo "$as_me:15217: checking for lib$cf_gpp_libname" >&5
    1060511498 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6
    1060611499        cf_save="$LIBS"
     
    1060811501        cat >conftest.$ac_ext <<_ACEOF
    1060911502-#line 14875 "configure"
    10610 +#line 14956 "configure"
     11503+#line 15222 "configure"
    1061111504 #include "confdefs.h"
    1061211505 
    1061311506 #include <$cf_gpp_libname/builtin.h>
    10614 @@ -14886,16 +14967,16 @@
     11507@@ -14886,16 +15233,16 @@
    1061511508 }
    1061611509 _ACEOF
    1061711510 rm -f conftest.$ac_objext conftest$ac_exeext
    1061811511-if { (eval echo "$as_me:14889: \"$ac_link\"") >&5
    10619 +if { (eval echo "$as_me:14970: \"$ac_link\"") >&5
     11512+if { (eval echo "$as_me:15236: \"$ac_link\"") >&5
    1062011513   (eval $ac_link) 2>&5
    1062111514   ac_status=$?
    1062211515-  echo "$as_me:14892: \$? = $ac_status" >&5
    10623 +  echo "$as_me:14973: \$? = $ac_status" >&5
     11516+  echo "$as_me:15239: \$? = $ac_status" >&5
    1062411517   (exit $ac_status); } &&
    1062511518          { ac_try='test -s conftest$ac_exeext'
    1062611519-  { (eval echo "$as_me:14895: \"$ac_try\"") >&5
    10627 +  { (eval echo "$as_me:14976: \"$ac_try\"") >&5
     11520+  { (eval echo "$as_me:15242: \"$ac_try\"") >&5
    1062811521   (eval $ac_try) 2>&5
    1062911522   ac_status=$?
    1063011523-  echo "$as_me:14898: \$? = $ac_status" >&5
    10631 +  echo "$as_me:14979: \$? = $ac_status" >&5
     11524+  echo "$as_me:15245: \$? = $ac_status" >&5
    1063211525   (exit $ac_status); }; }; then
    1063311526   cf_cxx_library=yes
    1063411527         CXXLIBS="$CXXLIBS -l$cf_gpp_libname"
    10635 @@ -14914,7 +14995,7 @@
     11528@@ -14914,7 +15261,7 @@
    1063611529   echo "$as_me: failed program was:" >&5
    1063711530 cat conftest.$ac_ext >&5
    1063811531 cat >conftest.$ac_ext <<_ACEOF
    1063911532-#line 14917 "configure"
    10640 +#line 14998 "configure"
     11533+#line 15264 "configure"
    1064111534 #include "confdefs.h"
    1064211535 
    1064311536 #include <builtin.h>
    10644 @@ -14928,16 +15009,16 @@
     11537@@ -14928,16 +15275,16 @@
    1064511538 }
    1064611539 _ACEOF
    1064711540 rm -f conftest.$ac_objext conftest$ac_exeext
    1064811541-if { (eval echo "$as_me:14931: \"$ac_link\"") >&5
    10649 +if { (eval echo "$as_me:15012: \"$ac_link\"") >&5
     11542+if { (eval echo "$as_me:15278: \"$ac_link\"") >&5
    1065011543   (eval $ac_link) 2>&5
    1065111544   ac_status=$?
    1065211545-  echo "$as_me:14934: \$? = $ac_status" >&5
    10653 +  echo "$as_me:15015: \$? = $ac_status" >&5
     11546+  echo "$as_me:15281: \$? = $ac_status" >&5
    1065411547   (exit $ac_status); } &&
    1065511548          { ac_try='test -s conftest$ac_exeext'
    1065611549-  { (eval echo "$as_me:14937: \"$ac_try\"") >&5
    10657 +  { (eval echo "$as_me:15018: \"$ac_try\"") >&5
     11550+  { (eval echo "$as_me:15284: \"$ac_try\"") >&5
    1065811551   (eval $ac_try) 2>&5
    1065911552   ac_status=$?
    1066011553-  echo "$as_me:14940: \$? = $ac_status" >&5
    10661 +  echo "$as_me:15021: \$? = $ac_status" >&5
     11554+  echo "$as_me:15287: \$? = $ac_status" >&5
    1066211555   (exit $ac_status); }; }; then
    1066311556   cf_cxx_library=yes
    1066411557         CXXLIBS="$CXXLIBS -l$cf_gpp_libname"
    10665 @@ -14954,7 +15035,7 @@
     11558@@ -14954,7 +15301,7 @@
    1066611559 fi
    1066711560 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1066811561        LIBS="$cf_save"
    1066911562-       echo "$as_me:14957: result: $cf_cxx_library" >&5
    10670 +       echo "$as_me:15038: result: $cf_cxx_library" >&5
     11563+       echo "$as_me:15304: result: $cf_cxx_library" >&5
    1067111564 echo "${ECHO_T}$cf_cxx_library" >&6
    1067211565 fi
    1067311566 
    10674 @@ -14970,7 +15051,7 @@
     11567@@ -14970,7 +15317,7 @@
    1067511568 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    1067611569 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    1067711570 ac_main_return=return
    1067811571-echo "$as_me:14973: checking how to run the C++ preprocessor" >&5
    10679 +echo "$as_me:15054: checking how to run the C++ preprocessor" >&5
     11572+echo "$as_me:15320: checking how to run the C++ preprocessor" >&5
    1068011573 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
    1068111574 if test -z "$CXXCPP"; then
    1068211575   if test "${ac_cv_prog_CXXCPP+set}" = set; then
    10683 @@ -14987,18 +15068,18 @@
     11576@@ -14987,18 +15334,18 @@
    1068411577   # On the NeXT, cc -E runs the code through the compiler's parser,
    1068511578   # not just through cpp. "Syntax error" is here to catch this case.
    1068611579   cat >conftest.$ac_ext <<_ACEOF
    1068711580-#line 14990 "configure"
    10688 +#line 15071 "configure"
     11581+#line 15337 "configure"
    1068911582 #include "confdefs.h"
    1069011583 #include <assert.h>
     
    1069211585 _ACEOF
    1069311586-if { (eval echo "$as_me:14995: \"$ac_cpp conftest.$ac_ext\"") >&5
    10694 +if { (eval echo "$as_me:15076: \"$ac_cpp conftest.$ac_ext\"") >&5
     11587+if { (eval echo "$as_me:15342: \"$ac_cpp conftest.$ac_ext\"") >&5
    1069511588   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1069611589   ac_status=$?
     
    1069911592   cat conftest.err >&5
    1070011593-  echo "$as_me:15001: \$? = $ac_status" >&5
    10701 +  echo "$as_me:15082: \$? = $ac_status" >&5
     11594+  echo "$as_me:15348: \$? = $ac_status" >&5
    1070211595   (exit $ac_status); } >/dev/null; then
    1070311596   if test -s conftest.err; then
    1070411597     ac_cpp_err=$ac_cxx_preproc_warn_flag
    10705 @@ -15021,17 +15102,17 @@
     11598@@ -15021,17 +15368,17 @@
    1070611599   # OK, works on sane cases.  Now check whether non-existent headers
    1070711600   # can be detected and how.
    1070811601   cat >conftest.$ac_ext <<_ACEOF
    1070911602-#line 15024 "configure"
    10710 +#line 15105 "configure"
     11603+#line 15371 "configure"
    1071111604 #include "confdefs.h"
    1071211605 #include <ac_nonexistent.h>
    1071311606 _ACEOF
    1071411607-if { (eval echo "$as_me:15028: \"$ac_cpp conftest.$ac_ext\"") >&5
    10715 +if { (eval echo "$as_me:15109: \"$ac_cpp conftest.$ac_ext\"") >&5
     11608+if { (eval echo "$as_me:15375: \"$ac_cpp conftest.$ac_ext\"") >&5
    1071611609   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1071711610   ac_status=$?
     
    1072011613   cat conftest.err >&5
    1072111614-  echo "$as_me:15034: \$? = $ac_status" >&5
    10722 +  echo "$as_me:15115: \$? = $ac_status" >&5
     11615+  echo "$as_me:15381: \$? = $ac_status" >&5
    1072311616   (exit $ac_status); } >/dev/null; then
    1072411617   if test -s conftest.err; then
    1072511618     ac_cpp_err=$ac_cxx_preproc_warn_flag
    10726 @@ -15068,7 +15149,7 @@
     11619@@ -15068,7 +15415,7 @@
    1072711620 else
    1072811621   ac_cv_prog_CXXCPP=$CXXCPP
    1072911622 fi
    1073011623-echo "$as_me:15071: result: $CXXCPP" >&5
    10731 +echo "$as_me:15152: result: $CXXCPP" >&5
     11624+echo "$as_me:15418: result: $CXXCPP" >&5
    1073211625 echo "${ECHO_T}$CXXCPP" >&6
    1073311626 ac_preproc_ok=false
    1073411627 for ac_cxx_preproc_warn_flag in '' yes
    10735 @@ -15078,18 +15159,18 @@
     11628@@ -15078,18 +15425,18 @@
    1073611629   # On the NeXT, cc -E runs the code through the compiler's parser,
    1073711630   # not just through cpp. "Syntax error" is here to catch this case.
    1073811631   cat >conftest.$ac_ext <<_ACEOF
    1073911632-#line 15081 "configure"
    10740 +#line 15162 "configure"
     11633+#line 15428 "configure"
    1074111634 #include "confdefs.h"
    1074211635 #include <assert.h>
     
    1074411637 _ACEOF
    1074511638-if { (eval echo "$as_me:15086: \"$ac_cpp conftest.$ac_ext\"") >&5
    10746 +if { (eval echo "$as_me:15167: \"$ac_cpp conftest.$ac_ext\"") >&5
     11639+if { (eval echo "$as_me:15433: \"$ac_cpp conftest.$ac_ext\"") >&5
    1074711640   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1074811641   ac_status=$?
     
    1075111644   cat conftest.err >&5
    1075211645-  echo "$as_me:15092: \$? = $ac_status" >&5
    10753 +  echo "$as_me:15173: \$? = $ac_status" >&5
     11646+  echo "$as_me:15439: \$? = $ac_status" >&5
    1075411647   (exit $ac_status); } >/dev/null; then
    1075511648   if test -s conftest.err; then
    1075611649     ac_cpp_err=$ac_cxx_preproc_warn_flag
    10757 @@ -15112,17 +15193,17 @@
     11650@@ -15112,17 +15459,17 @@
    1075811651   # OK, works on sane cases.  Now check whether non-existent headers
    1075911652   # can be detected and how.
    1076011653   cat >conftest.$ac_ext <<_ACEOF
    1076111654-#line 15115 "configure"
    10762 +#line 15196 "configure"
     11655+#line 15462 "configure"
    1076311656 #include "confdefs.h"
    1076411657 #include <ac_nonexistent.h>
    1076511658 _ACEOF
    1076611659-if { (eval echo "$as_me:15119: \"$ac_cpp conftest.$ac_ext\"") >&5
    10767 +if { (eval echo "$as_me:15200: \"$ac_cpp conftest.$ac_ext\"") >&5
     11660+if { (eval echo "$as_me:15466: \"$ac_cpp conftest.$ac_ext\"") >&5
    1076811661   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1076911662   ac_status=$?
     
    1077211665   cat conftest.err >&5
    1077311666-  echo "$as_me:15125: \$? = $ac_status" >&5
    10774 +  echo "$as_me:15206: \$? = $ac_status" >&5
     11667+  echo "$as_me:15472: \$? = $ac_status" >&5
    1077511668   (exit $ac_status); } >/dev/null; then
    1077611669   if test -s conftest.err; then
    1077711670     ac_cpp_err=$ac_cxx_preproc_warn_flag
    10778 @@ -15150,7 +15231,7 @@
     11671@@ -15150,7 +15497,7 @@
    1077911672 if $ac_preproc_ok; then
    1078011673   :
    1078111674 else
    1078211675-  { { echo "$as_me:15153: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
    10783 +  { { echo "$as_me:15234: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
     11676+  { { echo "$as_me:15500: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
    1078411677 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;}
    1078511678    { (exit 1); exit 1; }; }
    1078611679 fi
    10787 @@ -15165,23 +15246,23 @@
     11680@@ -15165,23 +15512,23 @@
    1078811681 for ac_header in iostream typeinfo
    1078911682 do
    1079011683 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1079111684-echo "$as_me:15168: checking for $ac_header" >&5
    10792 +echo "$as_me:15249: checking for $ac_header" >&5
     11685+echo "$as_me:15515: checking for $ac_header" >&5
    1079311686 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    1079411687 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    1079711690   cat >conftest.$ac_ext <<_ACEOF
    1079811691-#line 15174 "configure"
    10799 +#line 15255 "configure"
     11692+#line 15521 "configure"
    1080011693 #include "confdefs.h"
    1080111694 #include <$ac_header>
    1080211695 _ACEOF
    1080311696-if { (eval echo "$as_me:15178: \"$ac_cpp conftest.$ac_ext\"") >&5
    10804 +if { (eval echo "$as_me:15259: \"$ac_cpp conftest.$ac_ext\"") >&5
     11697+if { (eval echo "$as_me:15525: \"$ac_cpp conftest.$ac_ext\"") >&5
    1080511698   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1080611699   ac_status=$?
     
    1080911702   cat conftest.err >&5
    1081011703-  echo "$as_me:15184: \$? = $ac_status" >&5
    10811 +  echo "$as_me:15265: \$? = $ac_status" >&5
     11704+  echo "$as_me:15531: \$? = $ac_status" >&5
    1081211705   (exit $ac_status); } >/dev/null; then
    1081311706   if test -s conftest.err; then
    1081411707     ac_cpp_err=$ac_cxx_preproc_warn_flag
    10815 @@ -15200,7 +15281,7 @@
     11708@@ -15200,7 +15547,7 @@
    1081611709 fi
    1081711710 rm -f conftest.err conftest.$ac_ext
    1081811711 fi
    1081911712-echo "$as_me:15203: result: `eval echo '${'$as_ac_Header'}'`" >&5
    10820 +echo "$as_me:15284: result: `eval echo '${'$as_ac_Header'}'`" >&5
     11713+echo "$as_me:15550: result: `eval echo '${'$as_ac_Header'}'`" >&5
    1082111714 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    1082211715 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    1082311716   cat >>confdefs.h <<EOF
    10824 @@ -15211,10 +15292,10 @@
     11717@@ -15211,10 +15558,10 @@
    1082511718 done
    1082611719 
    1082711720     if test x"$ac_cv_header_iostream" = xyes ; then
    1082811721-        echo "$as_me:15214: checking if iostream uses std-namespace" >&5
    10829 +        echo "$as_me:15295: checking if iostream uses std-namespace" >&5
     11722+        echo "$as_me:15561: checking if iostream uses std-namespace" >&5
    1083011723 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6
    1083111724         cat >conftest.$ac_ext <<_ACEOF
    1083211725-#line 15217 "configure"
    10833 +#line 15298 "configure"
     11726+#line 15564 "configure"
    1083411727 #include "confdefs.h"
    1083511728 
    1083611729 #include <iostream>
    10837 @@ -15231,16 +15312,16 @@
     11730@@ -15231,16 +15578,16 @@
    1083811731 }
    1083911732 _ACEOF
    1084011733 rm -f conftest.$ac_objext
    1084111734-if { (eval echo "$as_me:15234: \"$ac_compile\"") >&5
    10842 +if { (eval echo "$as_me:15315: \"$ac_compile\"") >&5
     11735+if { (eval echo "$as_me:15581: \"$ac_compile\"") >&5
    1084311736   (eval $ac_compile) 2>&5
    1084411737   ac_status=$?
    1084511738-  echo "$as_me:15237: \$? = $ac_status" >&5
    10846 +  echo "$as_me:15318: \$? = $ac_status" >&5
     11739+  echo "$as_me:15584: \$? = $ac_status" >&5
    1084711740   (exit $ac_status); } &&
    1084811741          { ac_try='test -s conftest.$ac_objext'
    1084911742-  { (eval echo "$as_me:15240: \"$ac_try\"") >&5
    10850 +  { (eval echo "$as_me:15321: \"$ac_try\"") >&5
     11743+  { (eval echo "$as_me:15587: \"$ac_try\"") >&5
    1085111744   (eval $ac_try) 2>&5
    1085211745   ac_status=$?
    1085311746-  echo "$as_me:15243: \$? = $ac_status" >&5
    10854 +  echo "$as_me:15324: \$? = $ac_status" >&5
     11747+  echo "$as_me:15590: \$? = $ac_status" >&5
    1085511748   (exit $ac_status); }; }; then
    1085611749   cf_iostream_namespace=yes
    1085711750 else
    10858 @@ -15249,7 +15330,7 @@
     11751@@ -15249,7 +15596,7 @@
    1085911752 cf_iostream_namespace=no
    1086011753 fi
    1086111754 rm -f conftest.$ac_objext conftest.$ac_ext
    1086211755-        echo "$as_me:15252: result: $cf_iostream_namespace" >&5
    10863 +        echo "$as_me:15333: result: $cf_iostream_namespace" >&5
     11756+        echo "$as_me:15599: result: $cf_iostream_namespace" >&5
    1086411757 echo "${ECHO_T}$cf_iostream_namespace" >&6
    1086511758         if test "$cf_iostream_namespace" = yes ; then
    1086611759             cat >>confdefs.h <<\EOF
    10867 @@ -15259,7 +15340,7 @@
     11760@@ -15259,7 +15606,7 @@
    1086811761         fi
    1086911762     fi
    1087011763 
    1087111764-echo "$as_me:15262: checking if we should include stdbool.h" >&5
    10872 +echo "$as_me:15343: checking if we should include stdbool.h" >&5
     11765+echo "$as_me:15609: checking if we should include stdbool.h" >&5
    1087311766 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6
    1087411767 
    1087511768 if test "${cf_cv_header_stdbool_h+set}" = set; then
    10876 @@ -15267,7 +15348,7 @@
     11769@@ -15267,7 +15614,7 @@
    1087711770 else
    1087811771 
    1087911772        cat >conftest.$ac_ext <<_ACEOF
    1088011773-#line 15270 "configure"
    10881 +#line 15351 "configure"
     11774+#line 15617 "configure"
    1088211775 #include "confdefs.h"
    1088311776 
    1088411777 int
    10885 @@ -15279,23 +15360,23 @@
     11778@@ -15279,23 +15626,23 @@
    1088611779 }
    1088711780 _ACEOF
    1088811781 rm -f conftest.$ac_objext
    1088911782-if { (eval echo "$as_me:15282: \"$ac_compile\"") >&5
    10890 +if { (eval echo "$as_me:15363: \"$ac_compile\"") >&5
     11783+if { (eval echo "$as_me:15629: \"$ac_compile\"") >&5
    1089111784   (eval $ac_compile) 2>&5
    1089211785   ac_status=$?
    1089311786-  echo "$as_me:15285: \$? = $ac_status" >&5
    10894 +  echo "$as_me:15366: \$? = $ac_status" >&5
     11787+  echo "$as_me:15632: \$? = $ac_status" >&5
    1089511788   (exit $ac_status); } &&
    1089611789          { ac_try='test -s conftest.$ac_objext'
    1089711790-  { (eval echo "$as_me:15288: \"$ac_try\"") >&5
    10898 +  { (eval echo "$as_me:15369: \"$ac_try\"") >&5
     11791+  { (eval echo "$as_me:15635: \"$ac_try\"") >&5
    1089911792   (eval $ac_try) 2>&5
    1090011793   ac_status=$?
    1090111794-  echo "$as_me:15291: \$? = $ac_status" >&5
    10902 +  echo "$as_me:15372: \$? = $ac_status" >&5
     11795+  echo "$as_me:15638: \$? = $ac_status" >&5
    1090311796   (exit $ac_status); }; }; then
    1090411797   cf_cv_header_stdbool_h=0
     
    1090811801 cat >conftest.$ac_ext <<_ACEOF
    1090911802-#line 15298 "configure"
    10910 +#line 15379 "configure"
     11803+#line 15645 "configure"
    1091111804 #include "confdefs.h"
    1091211805 
    1091311806 #ifndef __BEOS__
    10914 @@ -15311,16 +15392,16 @@
     11807@@ -15311,16 +15658,16 @@
    1091511808 }
    1091611809 _ACEOF
    1091711810 rm -f conftest.$ac_objext
    1091811811-if { (eval echo "$as_me:15314: \"$ac_compile\"") >&5
    10919 +if { (eval echo "$as_me:15395: \"$ac_compile\"") >&5
     11812+if { (eval echo "$as_me:15661: \"$ac_compile\"") >&5
    1092011813   (eval $ac_compile) 2>&5
    1092111814   ac_status=$?
    1092211815-  echo "$as_me:15317: \$? = $ac_status" >&5
    10923 +  echo "$as_me:15398: \$? = $ac_status" >&5
     11816+  echo "$as_me:15664: \$? = $ac_status" >&5
    1092411817   (exit $ac_status); } &&
    1092511818          { ac_try='test -s conftest.$ac_objext'
    1092611819-  { (eval echo "$as_me:15320: \"$ac_try\"") >&5
    10927 +  { (eval echo "$as_me:15401: \"$ac_try\"") >&5
     11820+  { (eval echo "$as_me:15667: \"$ac_try\"") >&5
    1092811821   (eval $ac_try) 2>&5
    1092911822   ac_status=$?
    1093011823-  echo "$as_me:15323: \$? = $ac_status" >&5
    10931 +  echo "$as_me:15404: \$? = $ac_status" >&5
     11824+  echo "$as_me:15670: \$? = $ac_status" >&5
    1093211825   (exit $ac_status); }; }; then
    1093311826   cf_cv_header_stdbool_h=1
    1093411827 else
    10935 @@ -15334,13 +15415,13 @@
     11828@@ -15334,13 +15681,13 @@
    1093611829 fi
    1093711830 
    1093811831 if test "$cf_cv_header_stdbool_h" = 1
    1093911832-then   echo "$as_me:15337: result: yes" >&5
    10940 +then   echo "$as_me:15418: result: yes" >&5
     11833+then   echo "$as_me:15684: result: yes" >&5
    1094111834 echo "${ECHO_T}yes" >&6
    1094211835-else   echo "$as_me:15339: result: no" >&5
    10943 +else   echo "$as_me:15420: result: no" >&5
     11836+else   echo "$as_me:15686: result: no" >&5
    1094411837 echo "${ECHO_T}no" >&6
    1094511838 fi
    1094611839 
    1094711840-echo "$as_me:15343: checking for builtin bool type" >&5
    10948 +echo "$as_me:15424: checking for builtin bool type" >&5
     11841+echo "$as_me:15690: checking for builtin bool type" >&5
    1094911842 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6
    1095011843 
    1095111844 if test "${cf_cv_builtin_bool+set}" = set; then
    10952 @@ -15348,7 +15429,7 @@
     11845@@ -15348,7 +15695,7 @@
    1095311846 else
    1095411847 
    1095511848        cat >conftest.$ac_ext <<_ACEOF
    1095611849-#line 15351 "configure"
    10957 +#line 15432 "configure"
     11850+#line 15698 "configure"
    1095811851 #include "confdefs.h"
    1095911852 
    1096011853 #include <stdio.h>
    10961 @@ -15363,16 +15444,16 @@
     11854@@ -15363,16 +15710,16 @@
    1096211855 }
    1096311856 _ACEOF
    1096411857 rm -f conftest.$ac_objext
    1096511858-if { (eval echo "$as_me:15366: \"$ac_compile\"") >&5
    10966 +if { (eval echo "$as_me:15447: \"$ac_compile\"") >&5
     11859+if { (eval echo "$as_me:15713: \"$ac_compile\"") >&5
    1096711860   (eval $ac_compile) 2>&5
    1096811861   ac_status=$?
    1096911862-  echo "$as_me:15369: \$? = $ac_status" >&5
    10970 +  echo "$as_me:15450: \$? = $ac_status" >&5
     11863+  echo "$as_me:15716: \$? = $ac_status" >&5
    1097111864   (exit $ac_status); } &&
    1097211865          { ac_try='test -s conftest.$ac_objext'
    1097311866-  { (eval echo "$as_me:15372: \"$ac_try\"") >&5
    10974 +  { (eval echo "$as_me:15453: \"$ac_try\"") >&5
     11867+  { (eval echo "$as_me:15719: \"$ac_try\"") >&5
    1097511868   (eval $ac_try) 2>&5
    1097611869   ac_status=$?
    1097711870-  echo "$as_me:15375: \$? = $ac_status" >&5
    10978 +  echo "$as_me:15456: \$? = $ac_status" >&5
     11871+  echo "$as_me:15722: \$? = $ac_status" >&5
    1097911872   (exit $ac_status); }; }; then
    1098011873   cf_cv_builtin_bool=1
    1098111874 else
    10982 @@ -15385,13 +15466,13 @@
     11875@@ -15385,13 +15732,13 @@
    1098311876 fi
    1098411877 
    1098511878 if test "$cf_cv_builtin_bool" = 1
    1098611879-then   echo "$as_me:15388: result: yes" >&5
    10987 +then   echo "$as_me:15469: result: yes" >&5
     11880+then   echo "$as_me:15735: result: yes" >&5
    1098811881 echo "${ECHO_T}yes" >&6
    1098911882-else   echo "$as_me:15390: result: no" >&5
    10990 +else   echo "$as_me:15471: result: no" >&5
     11883+else   echo "$as_me:15737: result: no" >&5
    1099111884 echo "${ECHO_T}no" >&6
    1099211885 fi
    1099311886 
    1099411887-echo "$as_me:15394: checking for size of bool" >&5
    10995 +echo "$as_me:15475: checking for size of bool" >&5
     11888+echo "$as_me:15741: checking for size of bool" >&5
    1099611889 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6
    1099711890 if test "${cf_cv_type_of_bool+set}" = set; then
    1099811891   echo $ECHO_N "(cached) $ECHO_C" >&6
    10999 @@ -15402,7 +15483,7 @@
     11892@@ -15402,7 +15749,7 @@
    1100011893   cf_cv_type_of_bool=unknown
    1100111894 else
    1100211895   cat >conftest.$ac_ext <<_ACEOF
    1100311896-#line 15405 "configure"
    11004 +#line 15486 "configure"
     11897+#line 15752 "configure"
    1100511898 #include "confdefs.h"
    1100611899 
    1100711900 #include <stdlib.h>
    11008 @@ -15444,15 +15525,15 @@
     11901@@ -15444,15 +15791,15 @@
    1100911902 
    1101011903 _ACEOF
    1101111904 rm -f conftest$ac_exeext
    1101211905-if { (eval echo "$as_me:15447: \"$ac_link\"") >&5
    11013 +if { (eval echo "$as_me:15528: \"$ac_link\"") >&5
     11906+if { (eval echo "$as_me:15794: \"$ac_link\"") >&5
    1101411907   (eval $ac_link) 2>&5
    1101511908   ac_status=$?
    1101611909-  echo "$as_me:15450: \$? = $ac_status" >&5
    11017 +  echo "$as_me:15531: \$? = $ac_status" >&5
     11910+  echo "$as_me:15797: \$? = $ac_status" >&5
    1101811911   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1101911912-  { (eval echo "$as_me:15452: \"$ac_try\"") >&5
    11020 +  { (eval echo "$as_me:15533: \"$ac_try\"") >&5
     11913+  { (eval echo "$as_me:15799: \"$ac_try\"") >&5
    1102111914   (eval $ac_try) 2>&5
    1102211915   ac_status=$?
    1102311916-  echo "$as_me:15455: \$? = $ac_status" >&5
    11024 +  echo "$as_me:15536: \$? = $ac_status" >&5
     11917+  echo "$as_me:15802: \$? = $ac_status" >&5
    1102511918   (exit $ac_status); }; }; then
    1102611919   cf_cv_type_of_bool=`cat cf_test.out`
    1102711920                 if test -z "$cf_cv_type_of_bool"; then
    11028 @@ -15470,18 +15551,18 @@
     11921@@ -15470,18 +15817,18 @@
    1102911922 fi
    1103011923 
    1103111924        rm -f cf_test.out
    1103211925-echo "$as_me:15473: result: $cf_cv_type_of_bool" >&5
    11033 +echo "$as_me:15554: result: $cf_cv_type_of_bool" >&5
     11926+echo "$as_me:15820: result: $cf_cv_type_of_bool" >&5
    1103411927 echo "${ECHO_T}$cf_cv_type_of_bool" >&6
    1103511928 if test "$cf_cv_type_of_bool" = unknown ; then
     
    1103811931        esac
    1103911932-       { echo "$as_me:15479: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
    11040 +       { echo "$as_me:15560: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
     11933+       { echo "$as_me:15826: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
    1104111934 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;}
    1104211935        cf_cv_type_of_bool=$NCURSES_BOOL
     
    1104411937 
    1104511938-echo "$as_me:15484: checking for special defines needed for etip.h" >&5
    11046 +echo "$as_me:15565: checking for special defines needed for etip.h" >&5
     11939+echo "$as_me:15831: checking for special defines needed for etip.h" >&5
    1104711940 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6
    1104811941 cf_save_CXXFLAGS="$CXXFLAGS"
    1104911942 cf_result="none"
    11050 @@ -15493,7 +15574,7 @@
     11943@@ -15493,7 +15840,7 @@
    1105111944        test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}"
    1105211945        test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}"
    1105311946 cat >conftest.$ac_ext <<_ACEOF
    1105411947-#line 15496 "configure"
    11055 +#line 15577 "configure"
     11948+#line 15843 "configure"
    1105611949 #include "confdefs.h"
    1105711950 
    1105811951 #include <etip.h.in>
    11059 @@ -15507,16 +15588,16 @@
     11952@@ -15507,16 +15854,16 @@
    1106011953 }
    1106111954 _ACEOF
    1106211955 rm -f conftest.$ac_objext
    1106311956-if { (eval echo "$as_me:15510: \"$ac_compile\"") >&5
    11064 +if { (eval echo "$as_me:15591: \"$ac_compile\"") >&5
     11957+if { (eval echo "$as_me:15857: \"$ac_compile\"") >&5
    1106511958   (eval $ac_compile) 2>&5
    1106611959   ac_status=$?
    1106711960-  echo "$as_me:15513: \$? = $ac_status" >&5
    11068 +  echo "$as_me:15594: \$? = $ac_status" >&5
     11961+  echo "$as_me:15860: \$? = $ac_status" >&5
    1106911962   (exit $ac_status); } &&
    1107011963          { ac_try='test -s conftest.$ac_objext'
    1107111964-  { (eval echo "$as_me:15516: \"$ac_try\"") >&5
    11072 +  { (eval echo "$as_me:15597: \"$ac_try\"") >&5
     11965+  { (eval echo "$as_me:15863: \"$ac_try\"") >&5
    1107311966   (eval $ac_try) 2>&5
    1107411967   ac_status=$?
    1107511968-  echo "$as_me:15519: \$? = $ac_status" >&5
    11076 +  echo "$as_me:15600: \$? = $ac_status" >&5
     11969+  echo "$as_me:15866: \$? = $ac_status" >&5
    1107711970   (exit $ac_status); }; }; then
    1107811971 
    1107911972        test -n "$cf_math" && cat >>confdefs.h <<EOF
    11080 @@ -15537,12 +15618,12 @@
     11973@@ -15537,12 +15884,12 @@
    1108111974 rm -f conftest.$ac_objext conftest.$ac_ext
    1108211975 done
    1108311976 done
    1108411977-echo "$as_me:15540: result: $cf_result" >&5
    11085 +echo "$as_me:15621: result: $cf_result" >&5
     11978+echo "$as_me:15887: result: $cf_result" >&5
    1108611979 echo "${ECHO_T}$cf_result" >&6
    1108711980 CXXFLAGS="$cf_save_CXXFLAGS"
     
    1108911982 if test -n "$CXX"; then
    1109011983-echo "$as_me:15545: checking if $CXX accepts parameter initialization" >&5
    11091 +echo "$as_me:15626: checking if $CXX accepts parameter initialization" >&5
     11984+echo "$as_me:15892: checking if $CXX accepts parameter initialization" >&5
    1109211985 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6
    1109311986 if test "${cf_cv_cpp_param_init+set}" = set; then
    1109411987   echo $ECHO_N "(cached) $ECHO_C" >&6
    11095 @@ -15559,7 +15640,7 @@
     11988@@ -15559,7 +15906,7 @@
    1109611989   cf_cv_cpp_param_init=unknown
    1109711990 else
    1109811991   cat >conftest.$ac_ext <<_ACEOF
    1109911992-#line 15562 "configure"
    11100 +#line 15643 "configure"
     11993+#line 15909 "configure"
    1110111994 #include "confdefs.h"
    1110211995 
    1110311996 class TEST {
    11104 @@ -15578,15 +15659,15 @@
     11997@@ -15578,15 +15925,15 @@
    1110511998 
    1110611999 _ACEOF
    1110712000 rm -f conftest$ac_exeext
    1110812001-if { (eval echo "$as_me:15581: \"$ac_link\"") >&5
    11109 +if { (eval echo "$as_me:15662: \"$ac_link\"") >&5
     12002+if { (eval echo "$as_me:15928: \"$ac_link\"") >&5
    1111012003   (eval $ac_link) 2>&5
    1111112004   ac_status=$?
    1111212005-  echo "$as_me:15584: \$? = $ac_status" >&5
    11113 +  echo "$as_me:15665: \$? = $ac_status" >&5
     12006+  echo "$as_me:15931: \$? = $ac_status" >&5
    1111412007   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1111512008-  { (eval echo "$as_me:15586: \"$ac_try\"") >&5
    11116 +  { (eval echo "$as_me:15667: \"$ac_try\"") >&5
     12009+  { (eval echo "$as_me:15933: \"$ac_try\"") >&5
    1111712010   (eval $ac_try) 2>&5
    1111812011   ac_status=$?
    1111912012-  echo "$as_me:15589: \$? = $ac_status" >&5
    11120 +  echo "$as_me:15670: \$? = $ac_status" >&5
     12013+  echo "$as_me:15936: \$? = $ac_status" >&5
    1112112014   (exit $ac_status); }; }; then
    1112212015   cf_cv_cpp_param_init=yes
    1112312016 else
    11124 @@ -15605,7 +15686,7 @@
     12017@@ -15605,7 +15952,7 @@
    1112512018 ac_main_return=return
    1112612019 
    1112712020 fi
    1112812021-echo "$as_me:15608: result: $cf_cv_cpp_param_init" >&5
    11129 +echo "$as_me:15689: result: $cf_cv_cpp_param_init" >&5
     12022+echo "$as_me:15955: result: $cf_cv_cpp_param_init" >&5
    1113012023 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6
    1113112024 fi
    1113212025 test "$cf_cv_cpp_param_init" = yes && cat >>confdefs.h <<\EOF
    11133 @@ -15614,7 +15695,7 @@
     12026@@ -15614,7 +15961,7 @@
    1113412027 
    1113512028 if test -n "$CXX"; then
    1113612029 
    1113712030-echo "$as_me:15617: checking if $CXX accepts static_cast" >&5
    11138 +echo "$as_me:15698: checking if $CXX accepts static_cast" >&5
     12031+echo "$as_me:15964: checking if $CXX accepts static_cast" >&5
    1113912032 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6
    1114012033 if test "${cf_cv_cpp_static_cast+set}" = set; then
    1114112034   echo $ECHO_N "(cached) $ECHO_C" >&6
    11142 @@ -15628,7 +15709,7 @@
     12035@@ -15628,7 +15975,7 @@
    1114312036 ac_main_return=return
    1114412037 
    1114512038        cat >conftest.$ac_ext <<_ACEOF
    1114612039-#line 15631 "configure"
    11147 +#line 15712 "configure"
     12040+#line 15978 "configure"
    1114812041 #include "confdefs.h"
    1114912042 
    1115012043 class NCursesPanel
    11151 @@ -15672,16 +15753,16 @@
     12044@@ -15672,16 +16019,16 @@
    1115212045 }
    1115312046 _ACEOF
    1115412047 rm -f conftest.$ac_objext
    1115512048-if { (eval echo "$as_me:15675: \"$ac_compile\"") >&5
    11156 +if { (eval echo "$as_me:15756: \"$ac_compile\"") >&5
     12049+if { (eval echo "$as_me:16022: \"$ac_compile\"") >&5
    1115712050   (eval $ac_compile) 2>&5
    1115812051   ac_status=$?
    1115912052-  echo "$as_me:15678: \$? = $ac_status" >&5
    11160 +  echo "$as_me:15759: \$? = $ac_status" >&5
     12053+  echo "$as_me:16025: \$? = $ac_status" >&5
    1116112054   (exit $ac_status); } &&
    1116212055          { ac_try='test -s conftest.$ac_objext'
    1116312056-  { (eval echo "$as_me:15681: \"$ac_try\"") >&5
    11164 +  { (eval echo "$as_me:15762: \"$ac_try\"") >&5
     12057+  { (eval echo "$as_me:16028: \"$ac_try\"") >&5
    1116512058   (eval $ac_try) 2>&5
    1116612059   ac_status=$?
    1116712060-  echo "$as_me:15684: \$? = $ac_status" >&5
    11168 +  echo "$as_me:15765: \$? = $ac_status" >&5
     12061+  echo "$as_me:16031: \$? = $ac_status" >&5
    1116912062   (exit $ac_status); }; }; then
    1117012063   cf_cv_cpp_static_cast=yes
    1117112064 else
    11172 @@ -15699,7 +15780,7 @@
     12065@@ -15699,7 +16046,7 @@
    1117312066 ac_main_return=return
    1117412067 
    1117512068 fi
    1117612069-echo "$as_me:15702: result: $cf_cv_cpp_static_cast" >&5
    11177 +echo "$as_me:15783: result: $cf_cv_cpp_static_cast" >&5
     12070+echo "$as_me:16049: result: $cf_cv_cpp_static_cast" >&5
    1117812071 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6
    1117912072 
    1118012073 fi
    11181 @@ -15747,7 +15828,7 @@
     12074@@ -15709,12 +16056,12 @@
     12075 EOF
     12076 
     12077        CXX_AR='$(AR)'
     12078-       CXX_AR_OPTS='$(AR_OPTS)'
     12079+       CXX_ARFLAGS='$(ARFLAGS)'
     12080        case $cf_cv_system_name in #(vi
     12081        irix*) #(vi
     12082            if test "$GXX" != yes ; then
     12083                CXX_AR='$(CXX)'
     12084-               CXX_AR_OPTS='-ar -o'
     12085+               CXX_ARFLAGS='-ar -o'
     12086            fi
     12087            ;;
     12088        sco3.2v5*) #(vi
     12089@@ -15723,7 +16070,7 @@
     12090        solaris2*)
     12091            if test "$GXX" != yes ; then
     12092                CXX_AR='$(CXX)'
     12093-               CXX_AR_OPTS='-xar -o'
     12094+               CXX_ARFLAGS='-xar -o'
     12095            fi
     12096            ;;
     12097        esac
     12098@@ -15747,7 +16094,7 @@
    1118212099        else
    1118312100                if test "$cf_cv_header_stdbool_h" = 1 ; then
    1118412101 
    1118512102-echo "$as_me:15750: checking for size of bool" >&5
    11186 +echo "$as_me:15831: checking for size of bool" >&5
     12103+echo "$as_me:16097: checking for size of bool" >&5
    1118712104 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6
    1118812105 if test "${cf_cv_type_of_bool+set}" = set; then
    1118912106   echo $ECHO_N "(cached) $ECHO_C" >&6
    11190 @@ -15758,7 +15839,7 @@
     12107@@ -15758,7 +16105,7 @@
    1119112108   cf_cv_type_of_bool=unknown
    1119212109 else
    1119312110   cat >conftest.$ac_ext <<_ACEOF
    1119412111-#line 15761 "configure"
    11195 +#line 15842 "configure"
     12112+#line 16108 "configure"
    1119612113 #include "confdefs.h"
    1119712114 
    1119812115 #include <stdlib.h>
    11199 @@ -15800,15 +15881,15 @@
     12116@@ -15800,15 +16147,15 @@
    1120012117 
    1120112118 _ACEOF
    1120212119 rm -f conftest$ac_exeext
    1120312120-if { (eval echo "$as_me:15803: \"$ac_link\"") >&5
    11204 +if { (eval echo "$as_me:15884: \"$ac_link\"") >&5
     12121+if { (eval echo "$as_me:16150: \"$ac_link\"") >&5
    1120512122   (eval $ac_link) 2>&5
    1120612123   ac_status=$?
    1120712124-  echo "$as_me:15806: \$? = $ac_status" >&5
    11208 +  echo "$as_me:15887: \$? = $ac_status" >&5
     12125+  echo "$as_me:16153: \$? = $ac_status" >&5
    1120912126   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1121012127-  { (eval echo "$as_me:15808: \"$ac_try\"") >&5
    11211 +  { (eval echo "$as_me:15889: \"$ac_try\"") >&5
     12128+  { (eval echo "$as_me:16155: \"$ac_try\"") >&5
    1121212129   (eval $ac_try) 2>&5
    1121312130   ac_status=$?
    1121412131-  echo "$as_me:15811: \$? = $ac_status" >&5
    11215 +  echo "$as_me:15892: \$? = $ac_status" >&5
     12132+  echo "$as_me:16158: \$? = $ac_status" >&5
    1121612133   (exit $ac_status); }; }; then
    1121712134   cf_cv_type_of_bool=`cat cf_test.out`
    1121812135                 if test -z "$cf_cv_type_of_bool"; then
    11219 @@ -15826,25 +15907,25 @@
     12136@@ -15826,25 +16173,25 @@
    1122012137 fi
    1122112138 
    1122212139        rm -f cf_test.out
    1122312140-echo "$as_me:15829: result: $cf_cv_type_of_bool" >&5
    11224 +echo "$as_me:15910: result: $cf_cv_type_of_bool" >&5
     12141+echo "$as_me:16176: result: $cf_cv_type_of_bool" >&5
    1122512142 echo "${ECHO_T}$cf_cv_type_of_bool" >&6
    1122612143 if test "$cf_cv_type_of_bool" = unknown ; then
     
    1122912146        esac
    1123012147-       { echo "$as_me:15835: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
    11231 +       { echo "$as_me:15916: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
     12148+       { echo "$as_me:16182: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
    1123212149 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;}
    1123312150        cf_cv_type_of_bool=$NCURSES_BOOL
     
    1123612153                else
    1123712154-                       echo "$as_me:15841: checking for fallback type of bool" >&5
    11238 +                       echo "$as_me:15922: checking for fallback type of bool" >&5
     12155+                       echo "$as_me:16188: checking for fallback type of bool" >&5
    1123912156 echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6
    1124012157                        case "$host_cpu" in #(vi
     
    1124312160                        esac
    1124412161-                       echo "$as_me:15847: result: $cf_cv_type_of_bool" >&5
    11245 +                       echo "$as_me:15928: result: $cf_cv_type_of_bool" >&5
     12162+                       echo "$as_me:16194: result: $cf_cv_type_of_bool" >&5
    1124612163 echo "${ECHO_T}$cf_cv_type_of_bool" >&6
    1124712164                fi
    1124812165        fi
    11249 @@ -15873,7 +15954,7 @@
     12166@@ -15873,7 +16220,7 @@
    1125012167 
    1125112168 if test "$cf_with_ada" != "no" ; then
    1125212169     if test "$with_libtool" != "no"; then
    1125312170-       { echo "$as_me:15876: WARNING: libtool does not support Ada - disabling feature" >&5
    11254 +       { echo "$as_me:15957: WARNING: libtool does not support Ada - disabling feature" >&5
     12171+       { echo "$as_me:16223: WARNING: libtool does not support Ada - disabling feature" >&5
    1125512172 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;}
    1125612173        cf_with_ada=no
    1125712174     fi
    11258 @@ -15883,7 +15964,7 @@
     12175@@ -15883,7 +16230,7 @@
    1125912176 cf_ada_make=gnatmake
    1126012177 # Extract the first word of "$cf_ada_make", so it can be a program name with args.
    1126112178 set dummy $cf_ada_make; ac_word=$2
    1126212179-echo "$as_me:15886: checking for $ac_word" >&5
    11263 +echo "$as_me:15967: checking for $ac_word" >&5
     12180+echo "$as_me:16233: checking for $ac_word" >&5
    1126412181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1126512182 if test "${ac_cv_prog_gnat_exists+set}" = set; then
    1126612183   echo $ECHO_N "(cached) $ECHO_C" >&6
    11267 @@ -15898,7 +15979,7 @@
     12184@@ -15898,7 +16245,7 @@
    1126812185   test -z "$ac_dir" && ac_dir=.
    1126912186   $as_executable_p "$ac_dir/$ac_word" || continue
    1127012187 ac_cv_prog_gnat_exists="yes"
    1127112188-echo "$as_me:15901: found $ac_dir/$ac_word" >&5
    11272 +echo "$as_me:15982: found $ac_dir/$ac_word" >&5
     12189+echo "$as_me:16248: found $ac_dir/$ac_word" >&5
    1127312190 break
    1127412191 done
    1127512192 
    11276 @@ -15907,10 +15988,10 @@
     12193@@ -15907,10 +16254,10 @@
    1127712194 fi
    1127812195 gnat_exists=$ac_cv_prog_gnat_exists
    1127912196 if test -n "$gnat_exists"; then
    1128012197-  echo "$as_me:15910: result: $gnat_exists" >&5
    11281 +  echo "$as_me:15991: result: $gnat_exists" >&5
     12198+  echo "$as_me:16257: result: $gnat_exists" >&5
    1128212199 echo "${ECHO_T}$gnat_exists" >&6
    1128312200 else
    1128412201-  echo "$as_me:15913: result: no" >&5
    11285 +  echo "$as_me:15994: result: no" >&5
     12202+  echo "$as_me:16260: result: no" >&5
    1128612203 echo "${ECHO_T}no" >&6
    1128712204 fi
    1128812205 
    11289 @@ -15918,11 +15999,11 @@
     12206@@ -15918,11 +16265,11 @@
    1129012207    cf_ada_make=
    1129112208 else
    1129212209 
    1129312210-echo "$as_me:15921: checking for gnat version" >&5
    11294 +echo "$as_me:16002: checking for gnat version" >&5
     12211+echo "$as_me:16268: checking for gnat version" >&5
    1129512212 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6
    1129612213 cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[0-9].[0-9][0-9]*' |\
    1129712214   sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'`
    1129812215-echo "$as_me:15925: result: $cf_gnat_version" >&5
    11299 +echo "$as_me:16006: result: $cf_gnat_version" >&5
     12216+echo "$as_me:16272: result: $cf_gnat_version" >&5
    1130012217 echo "${ECHO_T}$cf_gnat_version" >&6
    1130112218 
    1130212219 case $cf_gnat_version in
    11303 @@ -15945,7 +16026,7 @@
     12220@@ -15945,7 +16292,7 @@
    1130412221 
    1130512222    # Extract the first word of "m4", so it can be a program name with args.
    1130612223 set dummy m4; ac_word=$2
    1130712224-echo "$as_me:15948: checking for $ac_word" >&5
    11308 +echo "$as_me:16029: checking for $ac_word" >&5
     12225+echo "$as_me:16295: checking for $ac_word" >&5
    1130912226 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1131012227 if test "${ac_cv_prog_M4_exists+set}" = set; then
    1131112228   echo $ECHO_N "(cached) $ECHO_C" >&6
    11312 @@ -15960,7 +16041,7 @@
     12229@@ -15960,7 +16307,7 @@
    1131312230   test -z "$ac_dir" && ac_dir=.
    1131412231   $as_executable_p "$ac_dir/$ac_word" || continue
    1131512232 ac_cv_prog_M4_exists="yes"
    1131612233-echo "$as_me:15963: found $ac_dir/$ac_word" >&5
    11317 +echo "$as_me:16044: found $ac_dir/$ac_word" >&5
     12234+echo "$as_me:16310: found $ac_dir/$ac_word" >&5
    1131812235 break
    1131912236 done
    1132012237 
    11321 @@ -15969,10 +16050,10 @@
     12238@@ -15969,10 +16316,10 @@
    1132212239 fi
    1132312240 M4_exists=$ac_cv_prog_M4_exists
    1132412241 if test -n "$M4_exists"; then
    1132512242-  echo "$as_me:15972: result: $M4_exists" >&5
    11326 +  echo "$as_me:16053: result: $M4_exists" >&5
     12243+  echo "$as_me:16319: result: $M4_exists" >&5
    1132712244 echo "${ECHO_T}$M4_exists" >&6
    1132812245 else
    1132912246-  echo "$as_me:15975: result: no" >&5
    11330 +  echo "$as_me:16056: result: no" >&5
     12247+  echo "$as_me:16322: result: no" >&5
    1133112248 echo "${ECHO_T}no" >&6
    1133212249 fi
    1133312250 
    11334 @@ -15981,7 +16062,7 @@
     12251@@ -15981,7 +16328,7 @@
    1133512252       echo Ada95 binding required program m4 not found. Ada95 binding disabled.
    1133612253    fi
    1133712254    if test "$cf_cv_prog_gnat_correct" = yes; then
    1133812255-      echo "$as_me:15984: checking if GNAT works" >&5
    11339 +      echo "$as_me:16065: checking if GNAT works" >&5
     12256+      echo "$as_me:16331: checking if GNAT works" >&5
    1134012257 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6
    1134112258 
    1134212259 rm -f conftest*
    11343 @@ -16009,14 +16090,14 @@
     12260@@ -16009,14 +16356,14 @@
    1134412261 fi
    1134512262 rm -f conftest*
    1134612263 
    1134712264-      echo "$as_me:16012: result: $cf_cv_prog_gnat_correct" >&5
    11348 +      echo "$as_me:16093: result: $cf_cv_prog_gnat_correct" >&5
     12265+      echo "$as_me:16359: result: $cf_cv_prog_gnat_correct" >&5
    1134912266 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6
    1135012267    fi
     
    1135412271 
    1135512272-   echo "$as_me:16019: checking if GNAT pragma Unreferenced works" >&5
    11356 +   echo "$as_me:16100: checking if GNAT pragma Unreferenced works" >&5
     12273+   echo "$as_me:16366: checking if GNAT pragma Unreferenced works" >&5
    1135712274 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6
    1135812275 
    1135912276 rm -f conftest*
    11360 @@ -16043,7 +16124,7 @@
     12277@@ -16043,7 +16390,7 @@
    1136112278 fi
    1136212279 rm -f conftest*
    1136312280 
    1136412281-   echo "$as_me:16046: result: $cf_cv_pragma_unreferenced" >&5
    11365 +   echo "$as_me:16127: result: $cf_cv_pragma_unreferenced" >&5
     12282+   echo "$as_me:16393: result: $cf_cv_pragma_unreferenced" >&5
    1136612283 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6
    1136712284 
    1136812285    # if the pragma is supported, use it (needed in the Trace code).
    11369 @@ -16096,7 +16177,7 @@
     12286@@ -16096,7 +16443,7 @@
    1137012287   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
    1137112288   ;;
    1137212289 *)
    1137312290-  { { echo "$as_me:16099: error: expected a pathname, not \"$withval\"" >&5
    11374 +  { { echo "$as_me:16180: error: expected a pathname, not \"$withval\"" >&5
     12291+  { { echo "$as_me:16446: error: expected a pathname, not \"$withval\"" >&5
    1137512292 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    1137612293    { (exit 1); exit 1; }; }
    1137712294   ;;
    11378 @@ -16138,7 +16219,7 @@
     12295@@ -16138,7 +16485,7 @@
    1137912296   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
    1138012297   ;;
    1138112298 *)
    1138212299-  { { echo "$as_me:16141: error: expected a pathname, not \"$withval\"" >&5
    11383 +  { { echo "$as_me:16222: error: expected a pathname, not \"$withval\"" >&5
     12300+  { { echo "$as_me:16488: error: expected a pathname, not \"$withval\"" >&5
    1138412301 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    1138512302    { (exit 1); exit 1; }; }
    1138612303   ;;
    11387 @@ -16163,7 +16244,7 @@
     12304@@ -16163,7 +16510,7 @@
    1138812305 ### chooses to split module lists into libraries.
    1138912306 ###
    1139012307 ### (see CF_LIB_RULES).
    1139112308-echo "$as_me:16166: checking for library subsets" >&5
    11392 +echo "$as_me:16247: checking for library subsets" >&5
     12309+echo "$as_me:16513: checking for library subsets" >&5
    1139312310 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6
    1139412311 LIB_SUBSETS=
    1139512312 
    11396 @@ -16188,7 +16269,7 @@
     12313@@ -16188,7 +16535,7 @@
    1139712314 test "$with_widec"     = yes && LIB_SUBSETS="${LIB_SUBSETS}+widechar"
    1139812315 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs"
    1139912316 
    1140012317-echo "$as_me:16191: result: $LIB_SUBSETS" >&5
    11401 +echo "$as_me:16272: result: $LIB_SUBSETS" >&5
     12318+echo "$as_me:16538: result: $LIB_SUBSETS" >&5
    1140212319 echo "${ECHO_T}$LIB_SUBSETS" >&6
    1140312320 
    1140412321 ### Construct the list of include-directories to be generated
    11405 @@ -16226,7 +16307,7 @@
     12322@@ -16226,7 +16573,7 @@
    1140612323 fi
    1140712324 
    1140812325 ### Build up pieces for makefile rules
    1140912326-echo "$as_me:16229: checking default library suffix" >&5
    11410 +echo "$as_me:16310: checking default library suffix" >&5
     12327+echo "$as_me:16576: checking default library suffix" >&5
    1141112328 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6
    1141212329 
    1141312330        case $DFT_LWR_MODEL in
    11414 @@ -16237,46 +16318,50 @@
     12331@@ -16237,46 +16584,50 @@
    1141512332        shared)  DFT_ARG_SUFFIX=''   ;;
    1141612333        esac
    1141712334        test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}"
    1141812335-echo "$as_me:16240: result: $DFT_ARG_SUFFIX" >&5
    11419 +echo "$as_me:16321: result: $DFT_ARG_SUFFIX" >&5
     12336+echo "$as_me:16587: result: $DFT_ARG_SUFFIX" >&5
    1142012337 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6
    1142112338 
    1142212339-echo "$as_me:16243: checking default library-dependency suffix" >&5
    11423 +echo "$as_me:16324: checking default library-dependency suffix" >&5
     12340+echo "$as_me:16590: checking default library-dependency suffix" >&5
    1142412341 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6
    1142512342 
     
    1147612393                                DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
    1147712394                                ;;
    11478 @@ -16289,10 +16374,10 @@
     12395@@ -16289,10 +16640,10 @@
    1147912396        esac
    1148012397        test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}"
    1148112398        test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}"
    1148212399-echo "$as_me:16292: result: $DFT_DEP_SUFFIX" >&5
    11483 +echo "$as_me:16377: result: $DFT_DEP_SUFFIX" >&5
     12400+echo "$as_me:16643: result: $DFT_DEP_SUFFIX" >&5
    1148412401 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6
    1148512402 
    1148612403-echo "$as_me:16295: checking default object directory" >&5
    11487 +echo "$as_me:16380: checking default object directory" >&5
     12404+echo "$as_me:16646: checking default object directory" >&5
    1148812405 echo $ECHO_N "checking default object directory... $ECHO_C" >&6
    1148912406 
    1149012407        case $DFT_LWR_MODEL in
    11491 @@ -16308,51 +16393,55 @@
     12408@@ -16308,51 +16659,55 @@
    1149212409                        DFT_OBJ_SUBDIR='obj_s' ;;
    1149312410                esac
    1149412411        esac
    1149512412-echo "$as_me:16311: result: $DFT_OBJ_SUBDIR" >&5
    11496 +echo "$as_me:16396: result: $DFT_OBJ_SUBDIR" >&5
     12413+echo "$as_me:16662: result: $DFT_OBJ_SUBDIR" >&5
    1149712414 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6
    1149812415 
     
    1150012417 if test "$cf_with_cxx" = yes ; then
    1150112418-echo "$as_me:16316: checking c++ library-dependency suffix" >&5
    11502 +echo "$as_me:16401: checking c++ library-dependency suffix" >&5
     12419+echo "$as_me:16667: checking c++ library-dependency suffix" >&5
    1150312420 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6
    1150412421 if test "$with_libtool" != "no"; then
     
    1155812475                                CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
    1155912476                                ;;
    11560 @@ -16366,7 +16455,7 @@
     12477@@ -16366,7 +16721,7 @@
    1156112478        test -n "$LIB_SUFFIX" && CXX_LIB_SUFFIX="${LIB_SUFFIX}${CXX_LIB_SUFFIX}"
    1156212479        test -n "$LIB_SUFFIX" && CXX_DEP_SUFFIX="${LIB_SUFFIX}${CXX_DEP_SUFFIX}"
    1156312480 fi
    1156412481-echo "$as_me:16369: result: $CXX_LIB_SUFFIX" >&5
    11565 +echo "$as_me:16458: result: $CXX_LIB_SUFFIX" >&5
     12482+echo "$as_me:16724: result: $CXX_LIB_SUFFIX" >&5
    1156612483 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6
    1156712484 
    1156812485 fi
    11569 @@ -16480,7 +16569,7 @@
     12486@@ -16480,7 +16835,7 @@
    1157012487 
    1157112488 if test "$GCC" = yes ; then
     
    1157612493                LDFLAGS_SHARED=
    1157712494                ;;
    11578 @@ -16491,7 +16580,7 @@
     12495@@ -16491,7 +16846,7 @@
    1157912496     esac
    1158012497 else
     
    1158512502                LDFLAGS_SHARED=-bdynamic
    1158612503                ;;
    11587 @@ -16519,12 +16608,12 @@
     12504@@ -16519,12 +16874,12 @@
    1158812505        ;;
    1158912506 esac
    1159012507 
    1159112508-echo "$as_me:16522: checking where we will install curses.h" >&5
    11592 +echo "$as_me:16611: checking where we will install curses.h" >&5
     12509+echo "$as_me:16877: checking where we will install curses.h" >&5
    1159312510 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6
    1159412511 test "$with_overwrite" = no && \
     
    1159612513        includedir='${prefix}/include/ncurses'${LIB_SUFFIX}
    1159712514-echo "$as_me:16527: result: $includedir" >&5
    11598 +echo "$as_me:16616: result: $includedir" >&5
     12515+echo "$as_me:16882: result: $includedir" >&5
    1159912516 echo "${ECHO_T}$includedir" >&6
    1160012517 
    1160112518 ### Resolve a conflict between normal and wide-curses by forcing applications
    11602 @@ -16532,7 +16621,7 @@
     12519@@ -16532,7 +16887,7 @@
    1160312520 if test "$with_overwrite" != no ; then
    1160412521 if test "$NCURSES_LIBUTF8" = 1 ; then
    1160512522        NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)'
    1160612523-       { echo "$as_me:16535: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5
    11607 +       { echo "$as_me:16624: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5
     12524+       { echo "$as_me:16890: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5
    1160812525 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;}
    1160912526 fi
    1161012527 fi
    11611 @@ -16548,7 +16637,7 @@
     12528@@ -16548,7 +16903,7 @@
    1161212529 ### Construct the list of subdirectories for which we'll customize makefiles
    1161312530 ### with the appropriate compile-rules.
    1161412531 
    1161512532-echo "$as_me:16551: checking for src modules" >&5
    11616 +echo "$as_me:16640: checking for src modules" >&5
     12533+echo "$as_me:16906: checking for src modules" >&5
    1161712534 echo $ECHO_N "checking for src modules... $ECHO_C" >&6
    1161812535 
    1161912536 # dependencies and linker-arguments for test-programs
    11620 @@ -16611,13 +16700,17 @@
     12537@@ -16611,13 +16966,17 @@
    1162112538                fi
    1162212539        fi
    1162312540 done
    1162412541-echo "$as_me:16614: result: $cf_cv_src_modules" >&5
    11625 +echo "$as_me:16703: result: $cf_cv_src_modules" >&5
     12542+echo "$as_me:16969: result: $cf_cv_src_modules" >&5
    1162612543 echo "${ECHO_T}$cf_cv_src_modules" >&6
    1162712544 
     
    1163812555 do
    1163912556        SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir"
    11640 @@ -16628,8 +16721,8 @@
     12557@@ -16628,8 +16987,8 @@
    1164112558 
    1164212559 ADA_SUBDIRS=
     
    1164912566 
    1165012567 SUB_MAKEFILES=
    11651 @@ -16639,10 +16732,10 @@
     12568@@ -16639,10 +16998,10 @@
    1165212569 done
    1165312570 
     
    1166412581 fi
    1166512582 
    11666 @@ -16760,18 +16853,18 @@
     12583@@ -16760,18 +17119,18 @@
    1166712584 ### If we're building with rpath, try to link non-standard libs that way too.
    1166812585 if test "$DFT_LWR_MODEL" = "shared"; then
    1166912586 
    1167012587-echo "$as_me:16763: checking for updated LDFLAGS" >&5
    11671 +echo "$as_me:16856: checking for updated LDFLAGS" >&5
     12588+echo "$as_me:17122: checking for updated LDFLAGS" >&5
    1167212589 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6
    1167312590 if test -n "$LDFLAGS" ; then
    1167412591-echo "$as_me:16766: result: maybe" >&5
    11675 +echo "$as_me:16859: result: maybe" >&5
     12592+echo "$as_me:17125: result: maybe" >&5
    1167612593 echo "${ECHO_T}maybe" >&6
    1167712594 test -n "$verbose" && echo "   ...checking LDFLAGS $LDFLAGS" 1>&6
    1167812595 
    1167912596-echo "${as_me-configure}:16770: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
    11680 +echo "${as_me-configure}:16863: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
     12597+echo "${as_me-configure}:17129: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
    1168112598 
    1168212599 test -n "$verbose" && echo "   ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
    1168312600 
    1168412601-echo "${as_me-configure}:16774: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
    11685 +echo "${as_me-configure}:16867: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
     12602+echo "${as_me-configure}:17133: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
    1168612603 
    1168712604 case "$EXTRA_LDFLAGS" in #(vi
    1168812605 -Wl,-rpath,*) #(vi
    11689 @@ -16793,7 +16886,7 @@
     12606@@ -16793,7 +17152,7 @@
    1169012607        do
    1169112608                test -n "$verbose" && echo "    Filtering $cf_rpath_src" 1>&6
    1169212609 
    1169312610-echo "${as_me-configure}:16796: testing Filtering $cf_rpath_src ..." 1>&5
    11694 +echo "${as_me-configure}:16889: testing Filtering $cf_rpath_src ..." 1>&5
     12611+echo "${as_me-configure}:17155: testing Filtering $cf_rpath_src ..." 1>&5
    1169512612 
    1169612613                case $cf_rpath_src in #(vi
    1169712614                -L*) #(vi
    11698 @@ -16804,7 +16897,7 @@
     12615@@ -16804,7 +17163,7 @@
    1169912616                        fi
    1170012617                        test -n "$verbose" && echo "    ...Filter $cf_rpath_tmp" 1>&6
    1170112618 
    1170212619-echo "${as_me-configure}:16807: testing ...Filter $cf_rpath_tmp ..." 1>&5
    11703 +echo "${as_me-configure}:16900: testing ...Filter $cf_rpath_tmp ..." 1>&5
     12620+echo "${as_me-configure}:17166: testing ...Filter $cf_rpath_tmp ..." 1>&5
    1170412621 
    1170512622                        EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
    1170612623                        ;;
    11707 @@ -16814,15 +16907,15 @@
     12624@@ -16814,15 +17173,15 @@
    1170812625        LDFLAGS=$cf_rpath_dst
    1170912626        test -n "$verbose" && echo "    ...checked LDFLAGS $LDFLAGS" 1>&6
    1171012627 
    1171112628-echo "${as_me-configure}:16817: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
    11712 +echo "${as_me-configure}:16910: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
     12629+echo "${as_me-configure}:17176: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
    1171312630 
    1171412631        test -n "$verbose" && echo "    ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
    1171512632 
    1171612633-echo "${as_me-configure}:16821: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
    11717 +echo "${as_me-configure}:16914: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
     12634+echo "${as_me-configure}:17180: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
    1171812635 
    1171912636 fi
    1172012637 else
    1172112638-echo "$as_me:16825: result: no" >&5
    11722 +echo "$as_me:16918: result: no" >&5
     12639+echo "$as_me:17184: result: no" >&5
    1172312640 echo "${ECHO_T}no" >&6
    1172412641 fi
    1172512642 
    11726 @@ -16932,7 +17025,7 @@
     12643@@ -16849,8 +17208,18 @@
     12644 fi
     12645 
     12646 ################################################################################
     12647-test "$use_database" = yes && SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
     12648+test "$use_database" = yes && \
     12649+SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
     12650+
     12651 SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in"
     12652+
     12653+if test x"$enable_pc_files" = xyes ; then \
     12654+SUB_MAKEFILES="$SUB_MAKEFILES misc/gen-pkgconfig:misc/gen-pkgconfig.in"
     12655+MAKE_PC_FILES=
     12656+else
     12657+MAKE_PC_FILES="#"
     12658+fi
     12659+
     12660 ac_config_files="$ac_config_files include/MKterm.h.awk include/curses.head:include/curses.h.in include/termcap.h include/unctrl.h $SUB_MAKEFILES Makefile"
     12661 ac_config_commands="$ac_config_commands default"
     12662 cat >confcache <<\_ACEOF
     12663@@ -16932,7 +17301,7 @@
    1172712664 : ${CONFIG_STATUS=./config.status}
    1172812665 ac_clean_files_save=$ac_clean_files
    1172912666 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    1173012667-{ echo "$as_me:16935: creating $CONFIG_STATUS" >&5
    11731 +{ echo "$as_me:17028: creating $CONFIG_STATUS" >&5
     12668+{ echo "$as_me:17304: creating $CONFIG_STATUS" >&5
    1173212669 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    1173312670 cat >$CONFIG_STATUS <<_ACEOF
    1173412671 #! $SHELL
    11735 @@ -17064,7 +17157,7 @@
     12672@@ -17064,7 +17433,7 @@
    1173612673 cat >>$CONFIG_STATUS <<EOF
    1173712674 ac_cs_version="\\
     
    1174212679 
    1174312680 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
    11744 @@ -17108,7 +17201,7 @@
     12681@@ -17108,7 +17477,7 @@
    1174512682     echo "$ac_cs_version"; exit 0 ;;
    1174612683   --he | --h)
    1174712684     # Conflict between --help and --header
    1174812685-    { { echo "$as_me:17111: error: ambiguous option: $1
    11749 +    { { echo "$as_me:17204: error: ambiguous option: $1
     12686+    { { echo "$as_me:17480: error: ambiguous option: $1
    1175012687 Try \`$0 --help' for more information." >&5
    1175112688 echo "$as_me: error: ambiguous option: $1
    1175212689 Try \`$0 --help' for more information." >&2;}
    11753 @@ -17127,7 +17220,7 @@
     12690@@ -17127,7 +17496,7 @@
    1175412691     ac_need_defaults=false;;
    1175512692 
    1175612693   # This is an error.
    1175712694-  -*) { { echo "$as_me:17130: error: unrecognized option: $1
    11758 +  -*) { { echo "$as_me:17223: error: unrecognized option: $1
     12695+  -*) { { echo "$as_me:17499: error: unrecognized option: $1
    1175912696 Try \`$0 --help' for more information." >&5
    1176012697 echo "$as_me: error: unrecognized option: $1
    1176112698 Try \`$0 --help' for more information." >&2;}
    11762 @@ -17146,7 +17239,7 @@
     12699@@ -17146,7 +17515,7 @@
    1176312700 ## Running config.status.  ##
    1176412701 ## ----------------------- ##
     
    1176912706   CONFIG_HEADERS  = $CONFIG_HEADERS
    1177012707   CONFIG_LINKS    = $CONFIG_LINKS
    11771 @@ -17206,6 +17299,7 @@
     12708@@ -17181,13 +17550,13 @@
     12709 NCURSES_PATCH="$NCURSES_PATCH"
     12710 SRC_SUBDIRS="$SRC_SUBDIRS"
     12711 TERMINFO="$TERMINFO"
     12712+TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX"
     12713+TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX"
     12714+TICS_NAME="$TICS_NAME"
     12715 TINFO_ARG_SUFFIX="$TINFO_ARG_SUFFIX"
     12716 TINFO_LIB_SUFFIX="$TINFO_LIB_SUFFIX"
     12717 TINFO_NAME="$TINFO_NAME"
     12718 TINFO_SUFFIX="$TINFO_SUFFIX"
     12719-TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX"
     12720-TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX"
     12721-TICS_NAME="$TICS_NAME"
     12722 WITH_CURSES_H="$with_curses_h"
     12723 WITH_ECHO="$with_echo"
     12724 WITH_OVERWRITE="$with_overwrite"
     12725@@ -17206,6 +17575,7 @@
    1177212726 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix"
    1177312727 cf_cv_system_name="$cf_cv_system_name"
     
    1177712731 target="$target"
    1177812732 
    11779 @@ -17224,7 +17318,7 @@
     12733@@ -17224,7 +17594,7 @@
    1178012734   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    1178112735   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
    1178212736   "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;;
    1178312737-  *) { { echo "$as_me:17227: error: invalid argument: $ac_config_target" >&5
    11784 +  *) { { echo "$as_me:17321: error: invalid argument: $ac_config_target" >&5
     12738+  *) { { echo "$as_me:17597: error: invalid argument: $ac_config_target" >&5
    1178512739 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    1178612740    { (exit 1); exit 1; }; };;
    1178712741   esac
    11788 @@ -17425,6 +17519,7 @@
     12742@@ -17349,6 +17719,8 @@
     12743 s,@LINT@,$LINT,;t t
     12744 s,@LINT_OPTS@,$LINT_OPTS,;t t
     12745 s,@LN_S@,$LN_S,;t t
     12746+s,@PKG_CONFIG@,$PKG_CONFIG,;t t
     12747+s,@PKG_CONFIG_LIBDIR@,$PKG_CONFIG_LIBDIR,;t t
     12748 s,@SET_MAKE@,$SET_MAKE,;t t
     12749 s,@MAKE_LOWER_TAGS@,$MAKE_LOWER_TAGS,;t t
     12750 s,@MAKE_UPPER_TAGS@,$MAKE_UPPER_TAGS,;t t
     12751@@ -17359,7 +17731,7 @@
     12752 s,@ac_ct_LD@,$ac_ct_LD,;t t
     12753 s,@AR@,$AR,;t t
     12754 s,@ac_ct_AR@,$ac_ct_AR,;t t
     12755-s,@AR_OPTS@,$AR_OPTS,;t t
     12756+s,@ARFLAGS@,$ARFLAGS,;t t
     12757 s,@DESTDIR@,$DESTDIR,;t t
     12758 s,@BUILD_CC@,$BUILD_CC,;t t
     12759 s,@BUILD_CPP@,$BUILD_CPP,;t t
     12760@@ -17392,6 +17764,7 @@
     12761 s,@CXX_G_OPT@,$CXX_G_OPT,;t t
     12762 s,@LD_MODEL@,$LD_MODEL,;t t
     12763 s,@CC_SHARED_OPTS@,$CC_SHARED_OPTS,;t t
     12764+s,@LD_RPATH_OPT@,$LD_RPATH_OPT,;t t
     12765 s,@LD_SHARED_OPTS@,$LD_SHARED_OPTS,;t t
     12766 s,@MK_SHARED_LIB@,$MK_SHARED_LIB,;t t
     12767 s,@LINK_PROGS@,$LINK_PROGS,;t t
     12768@@ -17425,6 +17798,7 @@
    1178912769 s,@NCURSES_OSPEED@,$NCURSES_OSPEED,;t t
    1179012770 s,@MANPAGE_RENAMES@,$MANPAGE_RENAMES,;t t
     
    1179412774 s,@NCURSES_EXT_COLORS@,$NCURSES_EXT_COLORS,;t t
    1179512775 s,@NCURSES_MOUSE_VERSION@,$NCURSES_MOUSE_VERSION,;t t
    11796 @@ -17607,7 +17702,7 @@
     12776@@ -17449,7 +17823,7 @@
     12777 s,@CXXCPP@,$CXXCPP,;t t
     12778 s,@CXXLDFLAGS@,$CXXLDFLAGS,;t t
     12779 s,@CXX_AR@,$CXX_AR,;t t
     12780-s,@CXX_AR_OPTS@,$CXX_AR_OPTS,;t t
     12781+s,@CXX_ARFLAGS@,$CXX_ARFLAGS,;t t
     12782 s,@CXXLIBS@,$CXXLIBS,;t t
     12783 s,@USE_CXX_BOOL@,$USE_CXX_BOOL,;t t
     12784 s,@gnat_exists@,$gnat_exists,;t t
     12785@@ -17493,6 +17867,7 @@
     12786 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t
     12787 s,@HAVE_TERMIO_H@,$HAVE_TERMIO_H,;t t
     12788 s,@HAVE_TERMIOS_H@,$HAVE_TERMIOS_H,;t t
     12789+s,@MAKE_PC_FILES@,$MAKE_PC_FILES,;t t
     12790 CEOF
     12791 
     12792 EOF
     12793@@ -17607,7 +17982,7 @@
    1179712794   esac
    1179812795 
    1179912796   if test x"$ac_file" != x-; then
    1180012797-    { echo "$as_me:17610: creating $ac_file" >&5
    11801 +    { echo "$as_me:17705: creating $ac_file" >&5
     12798+    { echo "$as_me:17985: creating $ac_file" >&5
    1180212799 echo "$as_me: creating $ac_file" >&6;}
    1180312800     rm -f "$ac_file"
    1180412801   fi
    11805 @@ -17625,7 +17720,7 @@
     12802@@ -17625,7 +18000,7 @@
    1180612803       -) echo $tmp/stdin ;;
    1180712804       [\\/$]*)
    1180812805          # Absolute (can't be DOS-style, as IFS=:)
    1180912806-         test -f "$f" || { { echo "$as_me:17628: error: cannot find input file: $f" >&5
    11810 +         test -f "$f" || { { echo "$as_me:17723: error: cannot find input file: $f" >&5
     12807+         test -f "$f" || { { echo "$as_me:18003: error: cannot find input file: $f" >&5
    1181112808 echo "$as_me: error: cannot find input file: $f" >&2;}
    1181212809    { (exit 1); exit 1; }; }
    1181312810          echo $f;;
    11814 @@ -17638,7 +17733,7 @@
     12811@@ -17638,7 +18013,7 @@
    1181512812            echo $srcdir/$f
    1181612813          else
    1181712814            # /dev/null tree
    1181812815-           { { echo "$as_me:17641: error: cannot find input file: $f" >&5
    11819 +           { { echo "$as_me:17736: error: cannot find input file: $f" >&5
     12816+           { { echo "$as_me:18016: error: cannot find input file: $f" >&5
    1182012817 echo "$as_me: error: cannot find input file: $f" >&2;}
    1182112818    { (exit 1); exit 1; }; }
    1182212819          fi;;
    11823 @@ -17704,7 +17799,7 @@
     12820@@ -17704,7 +18079,7 @@
    1182412821   * )   ac_file_in=$ac_file.in ;;
    1182512822   esac
    1182612823 
    1182712824-  test x"$ac_file" != x- && { echo "$as_me:17707: creating $ac_file" >&5
    11828 +  test x"$ac_file" != x- && { echo "$as_me:17802: creating $ac_file" >&5
     12825+  test x"$ac_file" != x- && { echo "$as_me:18082: creating $ac_file" >&5
    1182912826 echo "$as_me: creating $ac_file" >&6;}
    1183012827 
    1183112828   # First look for the input files in the build tree, otherwise in the
    11832 @@ -17715,7 +17810,7 @@
     12829@@ -17715,7 +18090,7 @@
    1183312830       -) echo $tmp/stdin ;;
    1183412831       [\\/$]*)
    1183512832          # Absolute (can't be DOS-style, as IFS=:)
    1183612833-         test -f "$f" || { { echo "$as_me:17718: error: cannot find input file: $f" >&5
    11837 +         test -f "$f" || { { echo "$as_me:17813: error: cannot find input file: $f" >&5
     12834+         test -f "$f" || { { echo "$as_me:18093: error: cannot find input file: $f" >&5
    1183812835 echo "$as_me: error: cannot find input file: $f" >&2;}
    1183912836    { (exit 1); exit 1; }; }
    1184012837          echo $f;;
    11841 @@ -17728,7 +17823,7 @@
     12838@@ -17728,7 +18103,7 @@
    1184212839            echo $srcdir/$f
    1184312840          else
    1184412841            # /dev/null tree
    1184512842-           { { echo "$as_me:17731: error: cannot find input file: $f" >&5
    11846 +           { { echo "$as_me:17826: error: cannot find input file: $f" >&5
     12843+           { { echo "$as_me:18106: error: cannot find input file: $f" >&5
    1184712844 echo "$as_me: error: cannot find input file: $f" >&2;}
    1184812845    { (exit 1); exit 1; }; }
    1184912846          fi;;
    11850 @@ -17786,7 +17881,7 @@
     12847@@ -17786,7 +18161,7 @@
    1185112848   rm -f $tmp/in
    1185212849   if test x"$ac_file" != x-; then
    1185312850     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
    1185412851-      { echo "$as_me:17789: $ac_file is unchanged" >&5
    11855 +      { echo "$as_me:17884: $ac_file is unchanged" >&5
     12852+      { echo "$as_me:18164: $ac_file is unchanged" >&5
    1185612853 echo "$as_me: $ac_file is unchanged" >&6;}
    1185712854     else
    1185812855       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    11859 @@ -17873,40 +17968,44 @@
     12856@@ -17873,40 +18248,44 @@
    1186012857                for cf_item in $cf_LIST_MODELS
    1186112858                do
     
    1191312910                                cf_depsuf=$cf_suffix
    1191412911                                ;;
    11915 @@ -18020,40 +18119,44 @@
     12912@@ -18020,40 +18399,44 @@
    1191612913 
    1191712914 cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
     
    1196912966                                cf_depsuf=$cf_suffix
    1197012967                                ;;
    11971 @@ -18234,18 +18337,28 @@
     12968@@ -18234,18 +18617,28 @@
    1197212969 install.libs uninstall.libs \\
    1197312970 install.data uninstall.data ::
     
    1199812995 if test -f $srcdir/$tack.h; then
    1199912996 cat >> Makefile <<CF_EOF
    12000 @@ -18256,6 +18369,7 @@
     12997@@ -18256,6 +18649,7 @@
    1200112998 CF_EOF
    1200212999 fi
     
    1200813005diff -Naur ncurses-5.7.orig/configure.in ncurses-5.7/configure.in
    1200913006--- ncurses-5.7.orig/configure.in       2008-10-18 07:53:32.000000000 -0700
    12010 +++ ncurses-5.7/configure.in    2008-12-29 20:11:58.000000000 -0800
     13007+++ ncurses-5.7/configure.in    2009-01-05 03:39:10.000000000 -0800
    1201113008@@ -28,14 +28,14 @@
    1201213009 dnl
     
    1201413011 dnl
    1201513012-dnl $Id: configure.in,v 1.454 2008/10/18 14:53:32 tom Exp $
    12016 +dnl $Id: configure.in,v 1.457 2008/12/20 22:28:22 tom Exp $
     13013+dnl $Id: configure.in,v 1.461 2009/01/04 01:16:23 tom Exp $
    1201713014 dnl Process this file with autoconf to produce a configure script.
    1201813015 dnl
     
    1202213019 AC_PREREQ(2.13.20020210)
    1202313020-AC_REVISION($Revision: 1.454 $)
    12024 +AC_REVISION($Revision: 1.457 $)
     13021+AC_REVISION($Revision: 1.461 $)
    1202513022 AC_INIT(ncurses/base/lib_initscr.c)
    1202613023 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin)
     
    1204013037 AC_ARG_WITH(progs,
    1204113038        [  --without-progs         suppress build with programs (e.g., tic)],
    12042 @@ -807,7 +814,7 @@
     13039@@ -152,6 +159,31 @@
     13040 
     13041 AC_SYS_LONG_FILE_NAMES
     13042 
     13043+# if we find pkg-config, check if we should install the ".pc" files.
     13044+CF_PKG_CONFIG
     13045+
     13046+if test "$PKG_CONFIG" != no ; then
     13047+       AC_MSG_CHECKING(if we should install .pc files for $PKG_CONFIG)
     13048+
     13049+       # Leave this as something that can be overridden in the environment.
     13050+       if test -z "$PKG_CONFIG_LIBDIR" ; then
     13051+               PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG" | sed -e 's,/[[^/]]*/[[^/]]*$,,'`/lib/pkgconfig
     13052+       fi
     13053+
     13054+       if test -d "$PKG_CONFIG_LIBDIR" ; then
     13055+               AC_ARG_ENABLE(pc-files,
     13056+                       [  --enable-pc-files       generate and install .pc files for pkg-config],
     13057+                       [enable_pc_files=$enableval],
     13058+                       [enable_pc_files=no])
     13059+               AC_MSG_RESULT($enable_pc_files)
     13060+       else
     13061+               AC_MSG_RESULT(no)
     13062+               AC_MSG_WARN(did not find library $PKG_CONFIG_LIBDIR)
     13063+               enable_pc_files=no
     13064+       fi
     13065+fi
     13066+AC_SUBST(PKG_CONFIG_LIBDIR)
     13067+
     13068 AC_MSG_CHECKING(if we should assume mixed-case filenames)
     13069 AC_ARG_ENABLE(mixed-case,
     13070        [  --enable-mixed-case     tic should assume mixed-case filenames],
     13071@@ -176,7 +208,7 @@
     13072 AC_CHECK_TOOL(RANLIB, ranlib, ':')
     13073 AC_CHECK_TOOL(LD, ld, ld)
     13074 AC_CHECK_TOOL(AR, ar, ar)
     13075-CF_SUBST(archiver options,AR_OPTS,rv)
     13076+CF_AR_FLAGS
     13077 
     13078 dnl Special option for use by system-builders: the install-prefix is used to
     13079 dnl adjust the location into which the actual install is done, so that an
     13080@@ -807,7 +839,7 @@
    1204313081 test "$with_rcs_ids" = yes && AC_DEFINE(USE_RCS_IDS)
    1204413082 
     
    1204913087 ###############################################################################
    1205013088 CF_HELP_MESSAGE(Extensions:)
    12051 @@ -828,10 +835,13 @@
     13089@@ -828,10 +860,13 @@
    1205213090        AC_DEFINE(HAVE_USE_DEFAULT_COLORS)
    1205313091        AC_DEFINE(HAVE_WRESIZE)
     
    1206313101 ###   use option --enable-const to turn on use of const beyond that in XSI.
    1206413102 AC_MSG_CHECKING(for extended use of const keyword)
    12065 @@ -1821,6 +1831,7 @@
     13103@@ -1354,12 +1389,12 @@
     13104        CF_CPP_STATIC_CAST
     13105 
     13106        CXX_AR='$(AR)'
     13107-       CXX_AR_OPTS='$(AR_OPTS)'
     13108+       CXX_ARFLAGS='$(ARFLAGS)'
     13109        case $cf_cv_system_name in #(vi
     13110        irix*) #(vi
     13111            if test "$GXX" != yes ; then
     13112                CXX_AR='$(CXX)'
     13113-               CXX_AR_OPTS='-ar -o'
     13114+               CXX_ARFLAGS='-ar -o'
     13115            fi
     13116            ;;
     13117        sco3.2v5*) #(vi
     13118@@ -1368,13 +1403,13 @@
     13119        solaris2*)
     13120            if test "$GXX" != yes ; then
     13121                CXX_AR='$(CXX)'
     13122-               CXX_AR_OPTS='-xar -o'
     13123+               CXX_ARFLAGS='-xar -o'
     13124            fi
     13125            ;;
     13126        esac
     13127        AC_SUBST(CXXLDFLAGS)
     13128        AC_SUBST(CXX_AR)
     13129-       AC_SUBST(CXX_AR_OPTS)
     13130+       AC_SUBST(CXX_ARFLAGS)
     13131 else
     13132        cf_cxx_library=no
     13133        cf_cv_builtin_bool=1
     13134@@ -1765,8 +1800,19 @@
     13135 CF_SUBST_IF(["$ac_cv_header_termios_h" = yes], HAVE_TERMIOS_H, 1, 0)
     13136 
     13137 ################################################################################
     13138-test "$use_database" = yes && SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
     13139+test "$use_database" = yes && \
     13140+SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
     13141+
     13142 SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in"
     13143+
     13144+if test x"$enable_pc_files" = xyes ; then \
     13145+SUB_MAKEFILES="$SUB_MAKEFILES misc/gen-pkgconfig:misc/gen-pkgconfig.in"
     13146+MAKE_PC_FILES=
     13147+else
     13148+MAKE_PC_FILES="#"
     13149+fi
     13150+AC_SUBST(MAKE_PC_FILES)
     13151+
     13152 AC_OUTPUT( \
     13153        include/MKterm.h.awk \
     13154        include/curses.head:include/curses.h.in \
     13155@@ -1796,13 +1842,13 @@
     13156 NCURSES_PATCH="$NCURSES_PATCH"
     13157 SRC_SUBDIRS="$SRC_SUBDIRS"
     13158 TERMINFO="$TERMINFO"
     13159+TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX"
     13160+TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX"
     13161+TICS_NAME="$TICS_NAME"
     13162 TINFO_ARG_SUFFIX="$TINFO_ARG_SUFFIX"
     13163 TINFO_LIB_SUFFIX="$TINFO_LIB_SUFFIX"
     13164 TINFO_NAME="$TINFO_NAME"
     13165 TINFO_SUFFIX="$TINFO_SUFFIX"
     13166-TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX"
     13167-TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX"
     13168-TICS_NAME="$TICS_NAME"
     13169 WITH_CURSES_H="$with_curses_h"
     13170 WITH_ECHO="$with_echo"
     13171 WITH_OVERWRITE="$with_overwrite"
     13172@@ -1821,6 +1867,7 @@
    1206613173 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix"
    1206713174 cf_cv_system_name="$cf_cv_system_name"
     
    1207313180diff -Naur ncurses-5.7.orig/dist.mk ncurses-5.7/dist.mk
    1207413181--- ncurses-5.7.orig/dist.mk    2008-11-01 17:58:38.000000000 -0700
    12075 +++ ncurses-5.7/dist.mk 2008-12-29 20:12:06.000000000 -0800
     13182+++ ncurses-5.7/dist.mk 2009-01-05 03:39:12.000000000 -0800
    1207613183@@ -25,7 +25,7 @@
    1207713184 # use or other dealings in this Software without prior written               #
     
    1207913186 ##############################################################################
    1208013187-# $Id: dist.mk,v 1.671 2008/11/02 00:58:38 tom Exp $
    12081 +# $Id: dist.mk,v 1.678 2008/12/27 14:04:37 tom Exp $
     13188+# $Id: dist.mk,v 1.680 2009/01/04 21:51:56 tom Exp $
    1208213189 # Makefile for creating ncurses distributions.
    1208313190 #
     
    1208813195 NCURSES_MINOR = 7
    1208913196-NCURSES_PATCH = 20081102
    12090 +NCURSES_PATCH = 20081227
     13197+NCURSES_PATCH = 20090104
    1209113198 
    1209213199 # We don't append the patch to the version, since this only applies to releases
    1209313200 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
     13201diff -Naur ncurses-5.7.orig/form/Makefile.in ncurses-5.7/form/Makefile.in
     13202--- ncurses-5.7.orig/form/Makefile.in   2007-04-28 07:56:11.000000000 -0700
     13203+++ ncurses-5.7/form/Makefile.in        2009-01-05 03:39:10.000000000 -0800
     13204@@ -1,6 +1,6 @@
     13205-# $Id: Makefile.in,v 1.47 2007/04/28 14:56:11 tom Exp $
     13206+# $Id: Makefile.in,v 1.48 2009/01/03 19:09:26 tom Exp $
     13207 ##############################################################################
     13208-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
     13209+# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
     13210 #                                                                            #
     13211 # Permission is hereby granted, free of charge, to any person obtaining a    #
     13212 # copy of this software and associated documentation files (the "Software"), #
     13213@@ -70,7 +70,7 @@
     13214 INSTALL_DATA   = @INSTALL_DATA@
     13215 
     13216 AR             = @AR@
     13217-AR_OPTS                = @AR_OPTS@
     13218+ARFLAGS                = @ARFLAGS@
     13219 AWK            = @AWK@
     13220 LD             = @LD@
     13221 LN_S           = @LN_S@
    1209413222diff -Naur ncurses-5.7.orig/form/frm_driver.c ncurses-5.7/form/frm_driver.c
    1209513223--- ncurses-5.7.orig/form/frm_driver.c  2008-10-18 09:25:00.000000000 -0700
    12096 +++ ncurses-5.7/form/frm_driver.c       2008-12-29 20:11:49.000000000 -0800
     13224+++ ncurses-5.7/form/frm_driver.c       2009-01-05 03:39:01.000000000 -0800
    1209713225@@ -32,7 +32,7 @@
    1209813226 
     
    1211413242diff -Naur ncurses-5.7.orig/include/curses.h.in ncurses-5.7/include/curses.h.in
    1211513243--- ncurses-5.7.orig/include/curses.h.in        2008-08-30 13:11:29.000000000 -0700
    12116 +++ ncurses-5.7/include/curses.h.in     2008-12-29 20:11:58.000000000 -0800
     13244+++ ncurses-5.7/include/curses.h.in     2009-01-05 03:39:06.000000000 -0800
    1211713245@@ -32,7 +32,7 @@
    1211813246  *     and: Thomas E. Dickey                        1996-on                 *
     
    1217013298diff -Naur ncurses-5.7.orig/include/curses.tail ncurses-5.7/include/curses.tail
    1217113299--- ncurses-5.7.orig/include/curses.tail        2008-07-05 13:20:38.000000000 -0700
    12172 +++ ncurses-5.7/include/curses.tail     2008-12-29 20:11:45.000000000 -0800
     13300+++ ncurses-5.7/include/curses.tail     2009-01-05 03:38:57.000000000 -0800
    1217313301@@ -1,4 +1,4 @@
    1217413302-/* $Id: curses.tail,v 1.16 2008/07/05 20:20:38 tom Exp $ */
     
    1218713315diff -Naur ncurses-5.7.orig/include/curses.wide ncurses-5.7/include/curses.wide
    1218813316--- ncurses-5.7.orig/include/curses.wide        2007-03-10 09:52:23.000000000 -0800
    12189 +++ ncurses-5.7/include/curses.wide     2008-12-29 20:11:47.000000000 -0800
     13317+++ ncurses-5.7/include/curses.wide     2009-01-05 03:38:59.000000000 -0800
    1219013318@@ -1,9 +1,11 @@
    1219113319-/* $Id: curses.wide,v 1.34 2007/03/10 17:52:23 tom Exp $ */
     
    1220313331diff -Naur ncurses-5.7.orig/man/curs_mouse.3x ncurses-5.7/man/curs_mouse.3x
    1220413332--- ncurses-5.7.orig/man/curs_mouse.3x  2006-12-30 15:43:34.000000000 -0800
    12205 +++ ncurses-5.7/man/curs_mouse.3x       2008-12-29 20:11:45.000000000 -0800
     13333+++ ncurses-5.7/man/curs_mouse.3x       2009-01-05 03:38:57.000000000 -0800
    1220613334@@ -1,6 +1,6 @@
    1220713335 '\" t
     
    1224913377diff -Naur ncurses-5.7.orig/man/keybound.3x ncurses-5.7/man/keybound.3x
    1225013378--- ncurses-5.7.orig/man/keybound.3x    2006-02-25 13:47:06.000000000 -0800
    12251 +++ ncurses-5.7/man/keybound.3x 2008-12-29 20:11:51.000000000 -0800
     13379+++ ncurses-5.7/man/keybound.3x 2009-01-05 03:39:03.000000000 -0800
    1225213380@@ -1,5 +1,5 @@
    1225313381 .\"***************************************************************************
     
    1227013398diff -Naur ncurses-5.7.orig/man/tabs.1 ncurses-5.7/man/tabs.1
    1227113399--- ncurses-5.7.orig/man/tabs.1 1969-12-31 16:00:00.000000000 -0800
    12272 +++ ncurses-5.7/man/tabs.1      2008-12-29 20:11:43.000000000 -0800
     13400+++ ncurses-5.7/man/tabs.1      2009-01-05 03:38:54.000000000 -0800
    1227313401@@ -0,0 +1,143 @@
    1227413402+.\"***************************************************************************
     
    1241713545diff -Naur ncurses-5.7.orig/man/tset.1 ncurses-5.7/man/tset.1
    1241813546--- ncurses-5.7.orig/man/tset.1 2006-12-24 07:00:30.000000000 -0800
    12419 +++ ncurses-5.7/man/tset.1      2008-12-29 20:11:43.000000000 -0800
     13547+++ ncurses-5.7/man/tset.1      2009-01-05 03:38:54.000000000 -0800
    1242013548@@ -1,5 +1,5 @@
    1242113549 .\"***************************************************************************
     
    1243613564 \fBtset\fR, \fBreset\fR - terminal initialization
    1243713565 .SH SYNOPSIS
    12438 diff -Naur ncurses-5.7.orig/misc/Makefile.in ncurses-5.7/misc/Makefile.in
    12439 --- ncurses-5.7.orig/misc/Makefile.in   2007-03-31 08:54:17.000000000 -0700
    12440 +++ ncurses-5.7/misc/Makefile.in        2008-12-29 20:11:51.000000000 -0800
     13566diff -Naur ncurses-5.7.orig/menu/Makefile.in ncurses-5.7/menu/Makefile.in
     13567--- ncurses-5.7.orig/menu/Makefile.in   2007-04-28 07:56:11.000000000 -0700
     13568+++ ncurses-5.7/menu/Makefile.in        2009-01-05 03:39:10.000000000 -0800
    1244113569@@ -1,6 +1,6 @@
    12442 -# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $
    12443 +# $Id: Makefile.in,v 1.44 2008/12/13 18:48:47 tom Exp $
     13570-# $Id: Makefile.in,v 1.48 2007/04/28 14:56:11 tom Exp $
     13571+# $Id: Makefile.in,v 1.49 2009/01/03 19:09:26 tom Exp $
    1244413572 ##############################################################################
    1244513573-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
    12446 +# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc.                #
     13574+# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
    1244713575 #                                                                            #
    1244813576 # Permission is hereby granted, free of charge, to any person obtaining a    #
    1244913577 # copy of this software and associated documentation files (the "Software"), #
    12450 @@ -66,7 +66,7 @@
     13578@@ -70,7 +70,7 @@
     13579 INSTALL_DATA   = @INSTALL_DATA@
     13580 
     13581 AR             = @AR@
     13582-AR_OPTS                = @AR_OPTS@
     13583+ARFLAGS                = @ARFLAGS@
     13584 AWK            = @AWK@
     13585 LD             = @LD@
     13586 LN_S           = @LN_S@
     13587diff -Naur ncurses-5.7.orig/misc/Makefile.in ncurses-5.7/misc/Makefile.in
     13588--- ncurses-5.7.orig/misc/Makefile.in   2007-03-31 08:54:17.000000000 -0700
     13589+++ ncurses-5.7/misc/Makefile.in        2009-01-05 03:39:10.000000000 -0800
     13590@@ -1,6 +1,6 @@
     13591-# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $
     13592+# $Id: Makefile.in,v 1.48 2009/01/03 23:52:41 tom Exp $
     13593 ##############################################################################
     13594-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
     13595+# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.                #
     13596 #                                                                            #
     13597 # Permission is hereby granted, free of charge, to any person obtaining a    #
     13598 # copy of this software and associated documentation files (the "Software"), #
     13599@@ -66,9 +66,11 @@
    1245113600 source         = @TERMINFO_SRC@
    1245213601 
     
    1245613605 INSTALL_DATA   = @INSTALL_DATA@
    1245713606 
     13607+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
     13608+
    1245813609 ################################################################################
     13610 all :  terminfo.tmp
     13611 
     13612@@ -103,9 +105,16 @@
     13613 
     13614 NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config
     13615 
     13616-install.libs : $(DESTDIR)$(bindir) ncurses-config
     13617+install.libs :: $(DESTDIR)$(bindir) ncurses-config
     13618        $(INSTALL_PROG) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
     13619 
     13620+@MAKE_PC_FILES@install.libs :: pc-files
     13621+@MAKE_PC_FILES@        $(SHELL) -c 'for name in *.pc; do $(INSTALL_DATA) $$name $(PKG_CONFIG_LIBDIR)/$$name; done'
     13622+
     13623+@MAKE_PC_FILES@pc-files :
     13624+@MAKE_PC_FILES@        $(SHELL) ./gen-pkgconfig
     13625+@MAKE_PC_FILES@        touch $@
     13626+
     13627 terminfo.tmp : run_tic.sed $(source)
     13628        echo '** adjusting tabset paths'
     13629        sed -f run_tic.sed $(source) >terminfo.tmp
     13630@@ -130,6 +139,7 @@
     13631 
     13632 uninstall.libs :
     13633        -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
     13634+@MAKE_PC_FILES@        $(SHELL) 'for name in *.pc; do rm -f $(PKG_CONFIG_LIBDIR)/$$name; done'
     13635 
     13636 tags :
     13637 
     13638@@ -138,11 +148,13 @@
     13639 mostlyclean :
     13640        -rm -f terminfo.tmp
     13641        -rm -f run_tic.sed
     13642+@MAKE_PC_FILES@        -rm -f *.pc pc-files
     13643        -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
     13644 
     13645 clean :: mostlyclean
     13646 
     13647 distclean : clean
     13648+@MAKE_PC_FILES@        -rm -f gen-pkgconfig
     13649        -rm -f Makefile run_tic.sh ncurses-config
     13650 
     13651 realclean : distclean
     13652diff -Naur ncurses-5.7.orig/misc/gen-pkgconfig.in ncurses-5.7/misc/gen-pkgconfig.in
     13653--- ncurses-5.7.orig/misc/gen-pkgconfig.in      1969-12-31 16:00:00.000000000 -0800
     13654+++ ncurses-5.7/misc/gen-pkgconfig.in   2009-01-05 03:39:12.000000000 -0800
     13655@@ -0,0 +1,119 @@
     13656+#!@SHELL@
     13657+# $Id: gen-pkgconfig.in,v 1.4 2009/01/04 21:52:33 tom Exp $
     13658+##############################################################################
     13659+# Copyright (c) 2009 Free Software Foundation, Inc.                          #
     13660+#                                                                            #
     13661+# Permission is hereby granted, free of charge, to any person obtaining a    #
     13662+# copy of this software and associated documentation files (the "Software"), #
     13663+# to deal in the Software without restriction, including without limitation  #
     13664+# the rights to use, copy, modify, merge, publish, distribute, distribute    #
     13665+# with modifications, sublicense, and/or sell copies of the Software, and to #
     13666+# permit persons to whom the Software is furnished to do so, subject to the  #
     13667+# following conditions:                                                      #
     13668+#                                                                            #
     13669+# The above copyright notice and this permission notice shall be included in #
     13670+# all copies or substantial portions of the Software.                        #
     13671+#                                                                            #
     13672+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
     13673+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
     13674+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
     13675+# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
     13676+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
     13677+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
     13678+# DEALINGS IN THE SOFTWARE.                                                  #
     13679+#                                                                            #
     13680+# Except as contained in this notice, the name(s) of the above copyright     #
     13681+# holders shall not be used in advertising or otherwise to promote the sale, #
     13682+# use or other dealings in this Software without prior written               #
     13683+# authorization.                                                             #
     13684+##############################################################################
     13685+#
     13686+# Author: Thomas E. Dickey, 2009
     13687+#
     13688+# The complete configure script for ncurses is the ncurses5-config (or similar
     13689+# name, depending on the flavor, e.g., ncursesw5-config, ncurses6-config, etc).
     13690+# That provides more information than pkg-config, and is the portable and
     13691+# recommended solution.
     13692+#
     13693+# For each library, generate a ".pc" file which depends on the base ncurses
     13694+# library, except that the tinfo library does not depend on ncurses.
     13695+LIB_NAME=@LIB_NAME@
     13696+TINFO_NAME=@TINFO_NAME@
     13697+DFT_DEP_SUFFIX=@DFT_DEP_SUFFIX@
     13698+CXX_LIB_SUFFIX=@CXX_LIB_SUFFIX@
     13699+
     13700+prefix="@prefix@"
     13701+exec_prefix="@exec_prefix@"
     13702+includedir="@includedir@"
     13703+libdir="@libdir@"
     13704+
     13705+show_prefix='@prefix@'
     13706+show_exec_prefix='@exec_prefix@'
     13707+show_includedir='@includedir@'
     13708+show_libdir='@libdir@'
     13709+
     13710+MAIN_LIBRARY="${LIB_NAME}@DFT_ARG_SUFFIX@"
     13711+SUB_LIBRARY="${TINFO_NAME}@DFT_ARG_SUFFIX@"
     13712+
     13713+for lib in ../lib/*
     13714+do
     13715+       name=`basename $lib`
     13716+       root=`basename $name "$DFT_DEP_SUFFIX"`
     13717+       if test "$name" == "$root" ; then
     13718+               root=`basename $name "$CXX_LIB_SUFFIX"`
     13719+               if test "$name" == "$root" ; then
     13720+                       continue
     13721+               fi
     13722+       fi
     13723+
     13724+       name=`echo "$name" | sed -e 's/^lib//' -e 's/\..*$//'`
     13725+
     13726+       desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
     13727+       if test $name = $MAIN_LIBRARY ; then
     13728+               reqs=
     13729+               desc="$desc library"
     13730+       elif test $name = $SUB_LIBRARY ; then
     13731+               reqs=
     13732+               desc="$desc terminal interface library"
     13733+       else
     13734+               reqs=$MAIN_LIBRARY
     13735+               desc="$desc add-on library"
     13736+       fi
     13737+
     13738+       if test "$includedir" = "/usr/include" ; then
     13739+               cflags=
     13740+       else
     13741+               cflags="-I\${includedir}"
     13742+       fi
     13743+
     13744+       if test "$libdir" = "/usr/lib" ; then
     13745+               libs=
     13746+       else
     13747+               libs="-L\${libdir}"
     13748+       fi
     13749+       libs="$libs -l$name"
     13750+
     13751+       # add dependencies that pkg-config cannot guess about
     13752+       if test -z "$reqs" ; then
     13753+               libs="$libs @LIBS@"
     13754+       fi
     13755+
     13756+       echo "** creating ${name}.pc"
     13757+       cat >${name}.pc <<EOF
     13758+prefix=$show_prefix
     13759+exec_prefix=$show_exec_prefix
     13760+libdir=$show_libdir
     13761+includedir=$show_includedir
     13762+major_version=@NCURSES_MAJOR@
     13763+version=@NCURSES_MAJOR@.@NCURSES_MINOR@.@NCURSES_PATCH@
     13764+
     13765+Name: $name
     13766+Description: $desc
     13767+Version: \${version}
     13768+Requires: $reqs
     13769+Libs: $libs
     13770+Cflags: $cflags
     13771+EOF
     13772+       # pr -f ${name}.pc
     13773+done
     13774+# vile:shmode
     13775diff -Naur ncurses-5.7.orig/misc/ncurses-config.in ncurses-5.7/misc/ncurses-config.in
     13776--- ncurses-5.7.orig/misc/ncurses-config.in     2007-03-17 13:02:19.000000000 -0700
     13777+++ ncurses-5.7/misc/ncurses-config.in  2009-01-05 03:39:10.000000000 -0800
     13778@@ -1,7 +1,7 @@
     13779 #!@SHELL@
     13780-# $Id: ncurses-config.in,v 1.12 2007/03/17 20:02:19 tom Exp $
     13781+# $Id: ncurses-config.in,v 1.15 2009/01/03 21:10:18 tom Exp $
     13782 ##############################################################################
     13783-# Copyright (c) 2006,2007 Free Software Foundation, Inc.                     #
     13784+# Copyright (c) 2006-2007,2009 Free Software Foundation, Inc.                #
     13785 #                                                                            #
     13786 # Permission is hereby granted, free of charge, to any person obtaining a    #
     13787 # copy of this software and associated documentation files (the "Software"), #
     13788@@ -34,11 +34,12 @@
     13789 exec_prefix="@exec_prefix@"
     13790 
     13791 bindir="@bindir@"
     13792+includedir="@includedir@"
     13793 libdir="@libdir@"
     13794 datadir="@datadir@"
     13795 mandir="@mandir@"
     13796 
     13797-THIS="ncurses@DFT_ARG_SUFFIX@"
     13798+THIS="${LIB_NAME}@DFT_ARG_SUFFIX@"
     13799 
     13800 LANG=C;                export LANG
     13801 LANGUAGE=C;    export LANGUAGE
     13802@@ -75,11 +76,11 @@
     13803        # compile/link
     13804        --cflags)
     13805                INCS=
     13806-               if test "${prefix}/include" != /usr/include ; then
     13807-                       INCS="-I${prefix}/include"
     13808+               if test "${includedir}" != /usr/include ; then
     13809+                       INCS="-I${includedir}"
     13810                fi
     13811                if test "@WITH_OVERWRITE@" != no ; then
     13812-                       INCS="$INCS -I${prefix}/include/${THIS}"
     13813+                       INCS="$INCS -I${includedir}/${THIS}"
     13814                fi
     13815                sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
     13816                        $INCS
     13817@@ -87,7 +88,7 @@
     13818                ;;
     13819        --libs)
     13820                sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
     13821-                       -L${exec_prefix}/lib @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
     13822+                       -L$libdir @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
     13823 ENDECHO
     13824                ;;
     13825        # identification
     13826@@ -107,6 +108,9 @@
     13827        --datadir)
     13828                echo "${datadir}"
     13829                ;;
     13830+       --includedir)
     13831+               echo "${includedir}"
     13832+               ;;
     13833        --libdir)
     13834                echo "${libdir}"
     13835                ;;
     13836@@ -142,6 +146,7 @@
     13837 
     13838   --bindir           echos the directory containing ${THIS} programs
     13839   --datadir          echos the directory containing ${THIS} data
     13840+  --includedir       echos the directory containing ${THIS} header files
     13841   --libdir           echos the directory containing ${THIS} libraries
     13842   --mandir           echos the directory containing ${THIS} manpages
     13843   --terminfo         echos the \$TERMINFO terminfo database path
    1245913844diff -Naur ncurses-5.7.orig/misc/terminfo.src ncurses-5.7/misc/terminfo.src
    1246013845--- ncurses-5.7.orig/misc/terminfo.src  2008-10-12 16:03:54.000000000 -0700
    12461 +++ ncurses-5.7/misc/terminfo.src       2008-12-29 20:11:47.000000000 -0800
     13846+++ ncurses-5.7/misc/terminfo.src       2009-01-05 03:38:59.000000000 -0800
    1246213847@@ -6,8 +6,8 @@
    1246313848 # Report bugs and new terminal descriptions to
     
    1261313998diff -Naur ncurses-5.7.orig/mk-1st.awk ncurses-5.7/mk-1st.awk
    1261413999--- ncurses-5.7.orig/mk-1st.awk 2007-03-24 15:10:55.000000000 -0700
    12615 +++ ncurses-5.7/mk-1st.awk      2008-12-29 20:12:06.000000000 -0800
     14000+++ ncurses-5.7/mk-1st.awk      2009-01-05 03:39:12.000000000 -0800
    1261614001@@ -1,6 +1,6 @@
    1261714002-# $Id: mk-1st.awk,v 1.78 2007/03/24 22:10:55 tom Exp $
    12618 +# $Id: mk-1st.awk,v 1.79 2008/12/28 01:17:54 tom Exp $
     14003+# $Id: mk-1st.awk,v 1.80 2009/01/04 21:51:38 tom Exp $
    1261914004 ##############################################################################
    1262014005-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
     
    1263214017 # see lib_name
    1263314018 function lib_name_of(a_name) {
     14019@@ -404,7 +404,7 @@
     14020                        {
     14021                                end_name = lib_name;
     14022                                printf "../lib/%s : $(%s_OBJS)\n", lib_name, OBJS
     14023-                               printf "\t$(AR) $(AR_OPTS) $@ $?\n"
     14024+                               printf "\t$(AR) $(ARFLAGS) $@ $?\n"
     14025                                printf "\t$(RANLIB) $@\n"
     14026                                if ( host == "vxworks" )
     14027                                {
     14028diff -Naur ncurses-5.7.orig/ncurses/Makefile.in ncurses-5.7/ncurses/Makefile.in
     14029--- ncurses-5.7.orig/ncurses/Makefile.in        2008-10-18 07:11:54.000000000 -0700
     14030+++ ncurses-5.7/ncurses/Makefile.in     2009-01-05 03:39:10.000000000 -0800
     14031@@ -1,6 +1,6 @@
     14032-# $Id: Makefile.in,v 1.113 2008/10/18 14:11:54 tom Exp $
     14033+# $Id: Makefile.in,v 1.114 2009/01/03 19:09:26 tom Exp $
     14034 ##############################################################################
     14035-# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc.                #
     14036+# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
     14037 #                                                                            #
     14038 # Permission is hereby granted, free of charge, to any person obtaining a    #
     14039 # copy of this software and associated documentation files (the "Software"), #
     14040@@ -78,7 +78,7 @@
     14041 INSTALL_DATA   = @INSTALL_DATA@
     14042 
     14043 AR             = @AR@
     14044-AR_OPTS                = @AR_OPTS@
     14045+ARFLAGS                = @ARFLAGS@
     14046 AWK            = @AWK@
     14047 LD             = @LD@
     14048 LN_S           = @LN_S@
    1263414049diff -Naur ncurses-5.7.orig/ncurses/base/lib_addch.c ncurses-5.7/ncurses/base/lib_addch.c
    1263514050--- ncurses-5.7.orig/ncurses/base/lib_addch.c   2008-08-16 12:20:04.000000000 -0700
    12636 +++ ncurses-5.7/ncurses/base/lib_addch.c        2008-12-29 20:11:47.000000000 -0800
     14051+++ ncurses-5.7/ncurses/base/lib_addch.c        2009-01-05 03:38:59.000000000 -0800
    1263714052@@ -36,7 +36,7 @@
    1263814053 #include <curses.priv.h>
     
    1267614091diff -Naur ncurses-5.7.orig/ncurses/base/lib_freeall.c ncurses-5.7/ncurses/base/lib_freeall.c
    1267714092--- ncurses-5.7.orig/ncurses/base/lib_freeall.c 2008-09-27 06:09:57.000000000 -0700
    12678 +++ ncurses-5.7/ncurses/base/lib_freeall.c      2008-12-29 20:11:49.000000000 -0800
     14093+++ ncurses-5.7/ncurses/base/lib_freeall.c      2009-01-05 03:39:01.000000000 -0800
    1267914094@@ -40,7 +40,7 @@
    1268014095 extern int malloc_errfd;       /* FIXME */
     
    1269714112diff -Naur ncurses-5.7.orig/ncurses/base/lib_mouse.c ncurses-5.7/ncurses/base/lib_mouse.c
    1269814113--- ncurses-5.7.orig/ncurses/base/lib_mouse.c   2008-10-18 14:48:55.000000000 -0700
    12699 +++ ncurses-5.7/ncurses/base/lib_mouse.c        2008-12-29 20:11:49.000000000 -0800
     14114+++ ncurses-5.7/ncurses/base/lib_mouse.c        2009-01-05 03:39:01.000000000 -0800
    1270014115@@ -79,7 +79,7 @@
    1270114116 
     
    1275614171diff -Naur ncurses-5.7.orig/ncurses/curses.priv.h ncurses-5.7/ncurses/curses.priv.h
    1275714172--- ncurses-5.7.orig/ncurses/curses.priv.h      2008-10-04 14:37:45.000000000 -0700
    12758 +++ ncurses-5.7/ncurses/curses.priv.h   2008-12-29 20:11:45.000000000 -0800
     14173+++ ncurses-5.7/ncurses/curses.priv.h   2009-01-05 03:38:57.000000000 -0800
    1275914174@@ -34,7 +34,7 @@
    1276014175 
     
    1277714192diff -Naur ncurses-5.7.orig/ncurses/tinfo/entries.c ncurses-5.7/ncurses/tinfo/entries.c
    1277814193--- ncurses-5.7.orig/ncurses/tinfo/entries.c    2008-09-27 06:11:10.000000000 -0700
    12779 +++ ncurses-5.7/ncurses/tinfo/entries.c 2008-12-29 20:11:49.000000000 -0800
     14194+++ ncurses-5.7/ncurses/tinfo/entries.c 2009-01-05 03:39:01.000000000 -0800
    1278014195@@ -37,7 +37,7 @@
    1278114196 #include <tic.h>
     
    1279914214diff -Naur ncurses-5.7.orig/ncurses/tinfo/hashed_db.c ncurses-5.7/ncurses/tinfo/hashed_db.c
    1280014215--- ncurses-5.7.orig/ncurses/tinfo/hashed_db.c  2006-08-19 12:48:38.000000000 -0700
    12801 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c       2008-12-29 20:11:51.000000000 -0800
     14216+++ ncurses-5.7/ncurses/tinfo/hashed_db.c       2009-01-05 03:39:03.000000000 -0800
    1280214217@@ -1,5 +1,5 @@
    1280314218 /****************************************************************************
     
    1290314318 }
    1290414319 
     14320diff -Naur ncurses-5.7.orig/panel/Makefile.in ncurses-5.7/panel/Makefile.in
     14321--- ncurses-5.7.orig/panel/Makefile.in  2007-04-28 07:56:11.000000000 -0700
     14322+++ ncurses-5.7/panel/Makefile.in       2009-01-05 03:39:10.000000000 -0800
     14323@@ -1,6 +1,6 @@
     14324-# $Id: Makefile.in,v 1.52 2007/04/28 14:56:11 tom Exp $
     14325+# $Id: Makefile.in,v 1.53 2009/01/03 19:09:26 tom Exp $
     14326 ##############################################################################
     14327-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
     14328+# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
     14329 #                                                                            #
     14330 # Permission is hereby granted, free of charge, to any person obtaining a    #
     14331 # copy of this software and associated documentation files (the "Software"), #
     14332@@ -71,7 +71,7 @@
     14333 INSTALL_DATA   = @INSTALL_DATA@
     14334 
     14335 AR             = @AR@
     14336-AR_OPTS                = @AR_OPTS@
     14337+ARFLAGS                = @ARFLAGS@
     14338 AWK            = @AWK@
     14339 LD             = @LD@
     14340 LN_S           = @LN_S@
    1290514341diff -Naur ncurses-5.7.orig/progs/Makefile.in ncurses-5.7/progs/Makefile.in
    1290614342--- ncurses-5.7.orig/progs/Makefile.in  2008-09-07 06:58:55.000000000 -0700
    12907 +++ ncurses-5.7/progs/Makefile.in       2008-12-29 20:11:43.000000000 -0800
     14343+++ ncurses-5.7/progs/Makefile.in       2009-01-05 03:38:54.000000000 -0800
    1290814344@@ -1,6 +1,6 @@
    1290914345-# $Id: Makefile.in,v 1.79 2008/09/07 13:58:55 tom Exp $
     
    1297114407diff -Naur ncurses-5.7.orig/progs/modules ncurses-5.7/progs/modules
    1297214408--- ncurses-5.7.orig/progs/modules      2006-12-23 16:53:21.000000000 -0800
    12973 +++ ncurses-5.7/progs/modules   2008-12-29 20:11:43.000000000 -0800
     14409+++ ncurses-5.7/progs/modules   2009-01-05 03:38:54.000000000 -0800
    1297414410@@ -1,7 +1,7 @@
    1297514411-# $Id: modules,v 1.13 2006/12/24 00:53:21 tom Exp $
     
    1299214428diff -Naur ncurses-5.7.orig/progs/tabs.c ncurses-5.7/progs/tabs.c
    1299314429--- ncurses-5.7.orig/progs/tabs.c       1969-12-31 16:00:00.000000000 -0800
    12994 +++ ncurses-5.7/progs/tabs.c    2008-12-29 20:11:45.000000000 -0800
     14430+++ ncurses-5.7/progs/tabs.c    2009-01-05 03:38:57.000000000 -0800
    1299514431@@ -0,0 +1,506 @@
    1299614432+/****************************************************************************
     
    1350214938diff -Naur ncurses-5.7.orig/test/README ncurses-5.7/test/README
    1350314939--- ncurses-5.7.orig/test/README        2008-10-18 14:02:45.000000000 -0700
    13504 +++ ncurses-5.7/test/README     2008-12-29 20:11:58.000000000 -0800
     14940+++ ncurses-5.7/test/README     2009-01-05 03:39:06.000000000 -0800
    1350514941@@ -25,7 +25,7 @@
    1350614942 -- sale, use or other dealings in this Software without prior written        --
     
    1379815234diff -Naur ncurses-5.7.orig/test/clip_printw.c ncurses-5.7/test/clip_printw.c
    1379915235--- ncurses-5.7.orig/test/clip_printw.c 1969-12-31 16:00:00.000000000 -0800
    13800 +++ ncurses-5.7/test/clip_printw.c      2008-12-29 20:11:58.000000000 -0800
     15236+++ ncurses-5.7/test/clip_printw.c      2009-01-05 03:39:06.000000000 -0800
    1380115237@@ -0,0 +1,360 @@
    1380215238+/****************************************************************************
     
    1416215598diff -Naur ncurses-5.7.orig/test/demo_forms.c ncurses-5.7/test/demo_forms.c
    1416315599--- ncurses-5.7.orig/test/demo_forms.c  2008-10-18 13:38:20.000000000 -0700
    14164 +++ ncurses-5.7/test/demo_forms.c       2008-12-29 20:11:58.000000000 -0800
     15600+++ ncurses-5.7/test/demo_forms.c       2009-01-05 03:39:06.000000000 -0800
    1416515601@@ -26,7 +26,7 @@
    1416615602  * authorization.                                                           *
     
    1419715633diff -Naur ncurses-5.7.orig/test/edit_field.c ncurses-5.7/test/edit_field.c
    1419815634--- ncurses-5.7.orig/test/edit_field.c  2008-10-18 13:40:20.000000000 -0700
    14199 +++ ncurses-5.7/test/edit_field.c       2008-12-29 20:11:58.000000000 -0800
     15635+++ ncurses-5.7/test/edit_field.c       2009-01-05 03:39:06.000000000 -0800
    1420015636@@ -26,7 +26,7 @@
    1420115637  * authorization.                                                           *
     
    1422015656diff -Naur ncurses-5.7.orig/test/edit_field.h ncurses-5.7/test/edit_field.h
    1422115657--- ncurses-5.7.orig/test/edit_field.h  2006-06-03 09:38:57.000000000 -0700
    14222 +++ ncurses-5.7/test/edit_field.h       2008-12-29 20:11:58.000000000 -0800
     15658+++ ncurses-5.7/test/edit_field.h       2009-01-05 03:39:06.000000000 -0800
    1422315659@@ -1,5 +1,5 @@
    1422415660 /****************************************************************************
     
    1425015686diff -Naur ncurses-5.7.orig/test/filter.c ncurses-5.7/test/filter.c
    1425115687--- ncurses-5.7.orig/test/filter.c      2006-12-09 08:53:47.000000000 -0800
    14252 +++ ncurses-5.7/test/filter.c   2008-12-29 20:11:49.000000000 -0800
     15688+++ ncurses-5.7/test/filter.c   2009-01-05 03:39:01.000000000 -0800
    1425315689@@ -1,5 +1,5 @@
    1425415690 /****************************************************************************
     
    1432215758diff -Naur ncurses-5.7.orig/test/insdelln.c ncurses-5.7/test/insdelln.c
    1432315759--- ncurses-5.7.orig/test/insdelln.c    1969-12-31 16:00:00.000000000 -0800
    14324 +++ ncurses-5.7/test/insdelln.c 2008-12-29 20:11:58.000000000 -0800
     15760+++ ncurses-5.7/test/insdelln.c 2009-01-05 03:39:06.000000000 -0800
    1432515761@@ -0,0 +1,380 @@
    1432615762+/****************************************************************************
     
    1470616142diff -Naur ncurses-5.7.orig/test/modules ncurses-5.7/test/modules
    1470716143--- ncurses-5.7.orig/test/modules       2007-08-18 10:57:08.000000000 -0700
    14708 +++ ncurses-5.7/test/modules    2008-12-29 20:11:58.000000000 -0800
     16144+++ ncurses-5.7/test/modules    2009-01-05 03:39:06.000000000 -0800
    1470916145@@ -1,4 +1,4 @@
    1471016146-# $Id: modules,v 1.36 2007/08/18 17:57:08 tom Exp $
     
    1473116167diff -Naur ncurses-5.7.orig/test/ncurses.c ncurses-5.7/test/ncurses.c
    1473216168--- ncurses-5.7.orig/test/ncurses.c     2008-09-27 07:34:58.000000000 -0700
    14733 +++ ncurses-5.7/test/ncurses.c  2008-12-29 20:11:58.000000000 -0800
     16169+++ ncurses-5.7/test/ncurses.c  2009-01-05 03:39:06.000000000 -0800
    1473416170@@ -40,7 +40,7 @@
    1473516171    Author: Eric S. Raymond <esr@snark.thyrsus.com> 1993
     
    1500716443diff -Naur ncurses-5.7.orig/test/programs ncurses-5.7/test/programs
    1500816444--- ncurses-5.7.orig/test/programs      2008-08-16 14:47:39.000000000 -0700
    15009 +++ ncurses-5.7/test/programs   2008-12-29 20:11:58.000000000 -0800
     16445+++ ncurses-5.7/test/programs   2009-01-05 03:39:06.000000000 -0800
    1501016446@@ -1,4 +1,4 @@
    1501116447-# $Id: programs,v 1.14 2008/08/16 21:47:39 tom Exp $
     
    1503216468diff -Naur ncurses-5.7.orig/test/test.priv.h ncurses-5.7/test/test.priv.h
    1503316469--- ncurses-5.7.orig/test/test.priv.h   2008-10-04 14:53:41.000000000 -0700
    15034 +++ ncurses-5.7/test/test.priv.h        2008-12-29 20:11:58.000000000 -0800
     16470+++ ncurses-5.7/test/test.priv.h        2009-01-05 03:39:06.000000000 -0800
    1503516471@@ -29,7 +29,7 @@
    1503616472 /****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.