Changeset 711c29d6 for patches


Ignore:
Timestamp:
01/08/11 15:25:06 (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7c23afb
Parents:
5f1d44b
Message:

Updated the NCurses Branch Update Patch to -22.

File:
1 moved

Legend:

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

    r5f1d44b r711c29d6  
    2222             ncurses-5.7-20100724.patch.gz
    2323             ncurses-5.7-20100731.patch.gz
     24             ncurses-5.7-20100807.patch.gz
     25             ncurses-5.7-20100814.patch.gz
     26             ncurses-5.7-20100828.patch.gz
     27             ncurses-5.7-20100904.patch.gz
     28             ncurses-5.7-20100911.patch.gz
     29             ncurses-5.7-20100918.patch.gz
     30             ncurses-5.7-20100925.patch.gz
     31             ncurses-5.7-20101002.patch.gz
     32             ncurses-5.7-20101009.patch.gz
     33             ncurses-5.7-20101023.patch.gz
     34             ncurses-5.7-20101106.patch.gz
     35             ncurses-5.7-20101113.patch.gz
     36             ncurses-5.7-20101120.patch.gz
     37             ncurses-5.7-20101127.patch.gz
     38             ncurses-5.7-20101128.patch.gz
     39             ncurses-5.7-20101204.patch.gz
     40             ncurses-5.7-20101211.patch.gz
     41             ncurses-5.7-20101225.patch.gz
     42             ncurses-5.7-20110101.patch.gz
     43
    2444
    2545
    2646diff -Naur ncurses-5.7.orig/Ada95/Makefile.in ncurses-5.7/Ada95/Makefile.in
    27 --- ncurses-5.7.orig/Ada95/Makefile.in  2003-10-25 15:39:18.000000000 +0000
    28 +++ ncurses-5.7/Ada95/Makefile.in       2010-08-02 00:57:09.593590289 +0000
     47--- ncurses-5.7.orig/Ada95/Makefile.in  2003-10-25 11:39:18.000000000 -0400
     48+++ ncurses-5.7/Ada95/Makefile.in       2011-01-08 18:18:29.554659961 -0500
    2949@@ -1,5 +1,6 @@
    30 +# $Id: Makefile.in,v 1.20 2010/06/12 19:03:37 tom Exp $
     50+# $Id: Makefile.in,v 1.21 2010/11/27 21:45:27 tom Exp $
    3151 ##############################################################################
    3252-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
     
    3555 # Permission is hereby granted, free of charge, to any person obtaining a    #
    3656 # copy of this software and associated documentation files (the "Software"), #
    37 @@ -29,7 +30,7 @@
     57@@ -29,9 +30,10 @@
    3858 #  Author:  Juergen Pfeifer, 1996
    3959 #
    4060 #  Version Control
    4161-#  $Revision: 1.15 $
    42 +#  $Revision: 1.20 $
     62+#  $Revision: 1.21 $
    4363 #
    4464 SHELL          = /bin/sh
     65+VPATH          = @srcdir@
    4566 THIS           = Makefile
    46 @@ -61,7 +62,19 @@
     67 
     68 SUBDIRS         = @ADA_SUBDIRS@
     69@@ -61,7 +63,19 @@
    4770        for d in $(SUBDIRS); do \
    4871                (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
     
    6689        @
    6790diff -Naur ncurses-5.7.orig/Ada95/aclocal.m4 ncurses-5.7/Ada95/aclocal.m4
    68 --- ncurses-5.7.orig/Ada95/aclocal.m4   1970-01-01 00:00:00.000000000 +0000
    69 +++ ncurses-5.7/Ada95/aclocal.m4        2010-08-02 00:58:05.030407717 +0000
    70 @@ -0,0 +1,3406 @@
     91--- ncurses-5.7.orig/Ada95/aclocal.m4   1969-12-31 19:00:00.000000000 -0500
     92+++ ncurses-5.7/Ada95/aclocal.m4        2011-01-08 18:18:29.470656442 -0500
     93@@ -0,0 +1,3447 @@
    7194+dnl***************************************************************************
    7295+dnl Copyright (c) 2010 Free Software Foundation, Inc.                        *
     
    99122+dnl Author: Thomas E. Dickey
    100123+dnl
    101 +dnl $Id: aclocal.m4,v 1.15 2010/07/24 21:33:12 tom Exp $
     124+dnl $Id: aclocal.m4,v 1.18 2010/11/13 19:19:59 tom Exp $
    102125+dnl Macros used in NCURSES Ada95 auto-configuration script.
    103126+dnl
     
    361384+])dnl
    362385+dnl ---------------------------------------------------------------------------
    363 +dnl CF_ANSI_CC_CHECK version: 9 updated: 2001/12/30 17:53:34
     386+dnl CF_ANSI_CC_CHECK version: 10 updated: 2010/10/23 15:52:32
    364387+dnl ----------------
    365388+dnl This is adapted from the macros 'fp_PROG_CC_STDC' and 'fp_C_PROTOTYPES'
     
    367390+AC_DEFUN([CF_ANSI_CC_CHECK],
    368391+[
    369 +AC_CACHE_CHECK(for ${CC-cc} option to accept ANSI C, cf_cv_ansi_cc,[
     392+AC_CACHE_CHECK(for ${CC:-cc} option to accept ANSI C, cf_cv_ansi_cc,[
    370393+cf_cv_ansi_cc=no
    371394+cf_save_CFLAGS="$CFLAGS"
     
    878901+])dnl
    879902+dnl ---------------------------------------------------------------------------
    880 +dnl CF_GCC_ATTRIBUTES version: 13 updated: 2009/08/11 20:19:56
     903+dnl CF_GCC_ATTRIBUTES version: 14 updated: 2010/10/23 15:52:32
    881904+dnl -----------------
    882905+dnl Test for availability of useful gcc __attribute__ directives to quiet
     
    905928+       AC_CHECKING([for $CC __attribute__ directives])
    906929+cat > conftest.$ac_ext <<EOF
    907 +#line __oline__ "${as_me-configure}"
     930+#line __oline__ "${as_me:-configure}"
    908931+#include "confdefs.h"
    909932+#include "conftest.h"
     
    10021025+])dnl
    10031026+dnl ---------------------------------------------------------------------------
    1004 +dnl CF_GCC_WARNINGS version: 25 updated: 2010/04/24 11:03:31
     1027+dnl CF_GCC_WARNINGS version: 27 updated: 2010/10/23 15:52:32
    10051028+dnl ---------------
    10061029+dnl Check if the compiler supports useful warning options.  There's a few that
     
    10271050+
    10281051+cat > conftest.$ac_ext <<EOF
    1029 +#line __oline__ "${as_me-configure}"
     1052+#line __oline__ "${as_me:-configure}"
    10301053+int main(int argc, char *argv[[]]) { return (argv[[argc-1]] == 0) ; }
    10311054+EOF
     
    11061129+       CFLAGS="$cf_save_CFLAGS"
    11071130+fi
    1108 +rm -f conftest*
     1131+rm -rf conftest*
    11091132+
    11101133+AC_SUBST(EXTRA_CFLAGS)
     1134+])dnl
     1135+dnl ---------------------------------------------------------------------------
     1136+dnl CF_GNAT_GENERICS version: 1 updated: 2010/11/13 14:15:18
     1137+dnl ----------------
     1138+AC_DEFUN([CF_GNAT_GENERICS],
     1139+[
     1140+AC_MSG_CHECKING(if GNAT supports generics)
     1141+case $cf_gnat_version in #(vi
     1142+3.[[1-9]]*|[[4-9]].*) #(vi
     1143+       cf_gnat_generics=yes
     1144+       ;;
     1145+*)
     1146+       cf_gnat_generics=no
     1147+       ;;
     1148+esac
     1149+AC_MSG_RESULT($cf_gnat_generics)
     1150+
     1151+if test "$cf_gnat_generics" = yes
     1152+then
     1153+       cf_compile_generics=generics
     1154+       cf_generic_objects="\${GENOBJS}"
     1155+else
     1156+       cf_compile_generics=
     1157+       cf_generic_objects=
     1158+fi
     1159+
     1160+AC_SUBST(cf_compile_generics)
     1161+AC_SUBST(cf_generic_objects)
    11111162+])dnl
    11121163+dnl ---------------------------------------------------------------------------
     
    11401191+])dnl
    11411192+dnl ---------------------------------------------------------------------------
    1142 +dnl CF_GNAT_TRY_LINK version: 1 updated: 2004/08/21 19:02:08
     1193+dnl CF_GNAT_PROJECTS version: 1 updated: 2010/11/13 14:15:18
     1194+dnl ----------------
     1195+AC_DEFUN([CF_GNAT_PROJECTS],
     1196+[
     1197+AC_MSG_CHECKING(if GNAT supports project files)
     1198+case $cf_gnat_version in #(vi
     1199+3.[[0-9]]*) #(vi
     1200+       cf_gnat_projects=no
     1201+       ;;
     1202+*)
     1203+       case $cf_cv_system_name in #(vi
     1204+       cygwin*) #(vi
     1205+               cf_gnat_projects=no
     1206+               ;;
     1207+       *)
     1208+               cf_gnat_projects=yes
     1209+               ;;
     1210+       esac
     1211+       ;;
     1212+esac
     1213+AC_MSG_RESULT($cf_gnat_projects)
     1214+
     1215+if test "$cf_gnat_projects" = yes
     1216+then
     1217+       USE_OLD_MAKERULES="#"
     1218+       USE_GNAT_PROJECTS=""
     1219+else
     1220+       USE_OLD_MAKERULES=""
     1221+       USE_GNAT_PROJECTS="#"
     1222+fi
     1223+
     1224+AC_SUBST(USE_OLD_MAKERULES)
     1225+AC_SUBST(USE_GNAT_PROJECTS)
     1226+])dnl
     1227+dnl ---------------------------------------------------------------------------
     1228+dnl CF_GNAT_TRY_LINK version: 2 updated: 2010/08/14 18:25:37
    11431229+dnl ----------------
    11441230+dnl Verify that a test program compiles/links with GNAT.
     
    11521238+AC_DEFUN([CF_GNAT_TRY_LINK],
    11531239+[
    1154 +rm -f conftest*
     1240+rm -rf conftest*
    11551241+cat >>conftest.ads <<CF_EOF
    11561242+$1
     
    11641250+   $4])
    11651251+fi
    1166 +rm -f conftest*
     1252+rm -rf conftest*
    11671253+])dnl
    11681254+dnl ---------------------------------------------------------------------------
    1169 +dnl CF_GNAT_TRY_RUN version: 3 updated: 2004/08/21 19:02:08
     1255+dnl CF_GNAT_TRY_RUN version: 4 updated: 2010/08/14 18:25:37
    11701256+dnl ---------------
    11711257+dnl Verify that a test program compiles and runs with GNAT
     
    11791265+AC_DEFUN([CF_GNAT_TRY_RUN],
    11801266+[
    1181 +rm -f conftest*
     1267+rm -rf conftest*
    11821268+cat >>conftest.ads <<CF_EOF
    11831269+$1
     
    11951281+   $4])
    11961282+fi
    1197 +rm -f conftest*
     1283+rm -rf conftest*
    11981284+])dnl
    11991285+dnl ---------------------------------------------------------------------------
    1200 +dnl CF_GNAT_VERSION version: 14 updated: 2010/07/03 17:45:09
     1286+dnl CF_GNAT_VERSION version: 16 updated: 2010/11/13 14:15:18
    12011287+dnl ---------------
    12021288+dnl Verify version of GNAT.
     
    12041290+[
    12051291+AC_MSG_CHECKING(for gnat version)
    1206 +cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[[0-9]].[[0-9]][[0-9]]*' |\
    1207 +  sed -e '2,$d' -e 's/[[^0-9 \.]]//g' -e 's/^[[ ]]*//' -e 's/ .*//'`
     1292+cf_gnat_version=`${cf_ada_make:-gnatmake} -v 2>&1 | \
     1293+       grep '[[0-9]].[[0-9]][[0-9]]*' |\
     1294+    sed -e '2,$d' -e 's/[[^0-9 \.]]//g' -e 's/^[[ ]]*//' -e 's/ .*//'`
    12081295+AC_MSG_RESULT($cf_gnat_version)
    12091296+
    1210 +case $cf_gnat_version in
    1211 +  3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*)
    1212 +    cf_cv_prog_gnat_correct=yes
    1213 +    ;;
    1214 +  *) echo Unsupported GNAT version $cf_gnat_version. Required is 3.11 or better. Disabling Ada95 binding.
    1215 +     cf_cv_prog_gnat_correct=no
    1216 +     ;;
     1297+case $cf_gnat_version in #(vi
     1298+3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*) #(vi
     1299+       cf_cv_prog_gnat_correct=yes
     1300+       ;;
     1301+*)
     1302+       AC_MSG_WARN(Unsupported GNAT version $cf_gnat_version. We require 3.11 or better. Disabling Ada95 binding.)
     1303+       cf_cv_prog_gnat_correct=no
     1304+       ;;
    12171305+esac
    12181306+
    1219 +case $cf_gnat_version in
    1220 +  3.[[1-9]]*|[[4-9]].*)
    1221 +      cf_compile_generics=generics
    1222 +      cf_generic_objects="\${GENOBJS}"
    1223 +      ;;
    1224 +  *)  cf_compile_generics=
    1225 +      cf_generic_objects=
    1226 +      ;;
    1227 +esac
    1228 +
    1229 +case $cf_gnat_version in
    1230 +  3.[[0-9]]*)
    1231 +    USE_OLD_MAKERULES=""
    1232 +    USE_GNAT_PROJECTS="#"
    1233 +    ;;
    1234 +  *)
    1235 +    USE_OLD_MAKERULES="#"
    1236 +    USE_GNAT_PROJECTS=""
    1237 +    ;;
    1238 +esac
    1239 +
    1240 +AC_SUBST(cf_compile_generics)
    1241 +AC_SUBST(cf_generic_objects)
    1242 +
    1243 +AC_SUBST(USE_OLD_MAKERULES)
    1244 +AC_SUBST(USE_GNAT_PROJECTS)
     1307+CF_GNAT_GENERICS
     1308+CF_GNAT_PROJECTS
    12451309+])
    12461310+dnl ---------------------------------------------------------------------------
     
    15301594+])dnl
    15311595+dnl ---------------------------------------------------------------------------
    1532 +dnl CF_LIB_SONAME version: 4 updated: 2010/05/29 16:31:02
     1596+dnl CF_LIB_SONAME version: 5 updated: 2010/08/14 18:25:37
    15331597+dnl -------------
    15341598+dnl Find the and soname for the given shared library.  Set the cache variable
     
    15611625+               fi
    15621626+       fi
    1563 +rm -f conftest*
     1627+rm -rf conftest*
    15641628+LIBS="$cf_save_LIBS"
    15651629+fi
     
    17791843+])dnl
    17801844+dnl ---------------------------------------------------------------------------
    1781 +dnl CF_MAKEFLAGS version: 12 updated: 2006/10/21 08:27:03
     1845+dnl CF_MAKEFLAGS version: 13 updated: 2010/10/23 15:52:32
    17821846+dnl ------------
    17831847+dnl Some 'make' programs support ${MAKEFLAGS}, some ${MFLAGS}, to pass 'make'
     
    17961860+       @ echo '.$cf_option'
    17971861+CF_EOF
    1798 +               cf_result=`${MAKE-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[[       ]]*$,,'`
     1862+               cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[[      ]]*$,,'`
    17991863+               case "$cf_result" in
    18001864+               .*k)
    1801 +                       cf_result=`${MAKE-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
     1865+                       cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
    18021866+                       case "$cf_result" in
    18031867+                       .*CC=*) cf_cv_makeflags=
     
    18191883+])dnl
    18201884+dnl ---------------------------------------------------------------------------
    1821 +dnl CF_MAKE_TAGS version: 5 updated: 2010/04/03 20:07:32
     1885+dnl CF_MAKE_TAGS version: 6 updated: 2010/10/23 15:52:32
    18221886+dnl ------------
    18231887+dnl Generate tags/TAGS targets for makefiles.  Do not generate TAGS if we have
     
    18291893+AC_CHECK_PROGS(ETAGS, exetags etags)
    18301894+
    1831 +AC_CHECK_PROG(MAKE_LOWER_TAGS, ${CTAGS-ctags}, yes, no)
     1895+AC_CHECK_PROG(MAKE_LOWER_TAGS, ${CTAGS:-ctags}, yes, no)
    18321896+
    18331897+if test "$cf_cv_mixedcase" = yes ; then
    1834 +       AC_CHECK_PROG(MAKE_UPPER_TAGS, ${ETAGS-etags}, yes, no)
     1898+       AC_CHECK_PROG(MAKE_UPPER_TAGS, ${ETAGS:-etags}, yes, no)
    18351899+else
    18361900+       MAKE_UPPER_TAGS=no
     
    18861950+])dnl
    18871951+dnl ---------------------------------------------------------------------------
    1888 +dnl CF_MKSTEMP version: 6 updated: 2010/05/22 14:44:30
     1952+dnl CF_MKSTEMP version: 7 updated: 2010/08/14 18:25:37
    18891953+dnl ----------
    18901954+dnl Check for a working mkstemp.  This creates two files, checks that they are
     
    18921956+AC_DEFUN([CF_MKSTEMP],[
    18931957+AC_CACHE_CHECK(for working mkstemp, cf_cv_func_mkstemp,[
    1894 +rm -f conftest*
     1958+rm -rf conftest*
    18951959+AC_TRY_RUN([
    18961960+#include <sys/types.h>
     
    19362000+])dnl
    19372001+dnl ---------------------------------------------------------------------------
    1938 +dnl CF_MSG_LOG version: 4 updated: 2007/07/29 09:55:12
     2002+dnl CF_MSG_LOG version: 5 updated: 2010/10/23 15:52:32
    19392003+dnl ----------
    19402004+dnl Write a debug message to config.log, along with the line number in the
    19412005+dnl configure script.
    19422006+AC_DEFUN([CF_MSG_LOG],[
    1943 +echo "${as_me-configure}:__oline__: testing $* ..." 1>&AC_FD_CC
     2007+echo "${as_me:-configure}:__oline__: testing $* ..." 1>&AC_FD_CC
    19442008+])dnl
    19452009+dnl ---------------------------------------------------------------------------
    1946 +dnl CF_NCURSES_ADDON version: 2 updated: 2010/02/27 18:27:44
     2010+dnl CF_NCURSES_ADDON version: 3 updated: 2010/10/23 15:54:49
    19472011+dnl ----------------
    19482012+dnl Configure an ncurses add-on, built outside the ncurses tree.
     
    19802044+do
    19812045+cat >conftest.$ac_ext <<CF_EOF
    1982 +#include <${cf_cv_ncurses_header-curses.h}>
     2046+#include <${cf_cv_ncurses_header:-curses.h}>
    19832047+AUTOCONF_$cf_name NCURSES_VERSION_$cf_name
    19842048+CF_EOF
     
    22102274+])dnl
    22112275+dnl ---------------------------------------------------------------------------
    2212 +dnl CF_NCURSES_LIBS version: 14 updated: 2010/06/20 09:24:28
     2276+dnl CF_NCURSES_LIBS version: 15 updated: 2010/10/23 15:54:49
    22132277+dnl ---------------
    22142278+dnl Look for the ncurses library.  This is a little complicated on Linux,
     
    22542318+else
    22552319+       CF_FIND_LIBRARY($cf_nculib_root,$cf_nculib_root,
    2256 +               [#include <${cf_cv_ncurses_header-curses.h}>],
     2320+               [#include <${cf_cv_ncurses_header:-curses.h}>],
    22572321+               [initscr()],
    22582322+               initscr)
     
    22682332+               fi
    22692333+       done
    2270 +       AC_TRY_LINK([#include <${cf_cv_ncurses_header-curses.h}>],
     2334+       AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>],
    22712335+               [initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);],
    22722336+               [AC_MSG_RESULT(yes)],
     
    22792343+])dnl
    22802344+dnl ---------------------------------------------------------------------------
    2281 +dnl CF_NCURSES_VERSION version: 12 updated: 2007/04/28 09:15:55
     2345+dnl CF_NCURSES_VERSION version: 13 updated: 2010/10/23 15:54:49
    22822346+dnl ------------------
    22832347+dnl Check for the version of ncurses, to aid in reporting bugs, etc.
     
    22922356+       rm -f $cf_tempfile
    22932357+       AC_TRY_RUN([
    2294 +#include <${cf_cv_ncurses_header-curses.h}>
     2358+#include <${cf_cv_ncurses_header:-curses.h}>
    22952359+#include <stdio.h>
    22962360+int main()
     
    23102374+# endif
    23112375+#endif
    2312 +       ${cf_cv_main_return-return}(0);
     2376+       ${cf_cv_main_return:-return}(0);
    23132377+}],[
    23142378+       cf_cv_ncurses_version=`cat $cf_tempfile`],,[
     
    23172381+       # Autoconf token.  The 'unproto' program does that.
    23182382+       cat > conftest.$ac_ext <<EOF
    2319 +#include <${cf_cv_ncurses_header-curses.h}>
     2383+#include <${cf_cv_ncurses_header:-curses.h}>
    23202384+#undef Autoconf
    23212385+#ifdef NCURSES_VERSION
     
    25802644+])dnl
    25812645+dnl ---------------------------------------------------------------------------
    2582 +dnl CF_PROG_CC_C_O version: 2 updated: 2006/12/16 15:55:46
     2646+dnl CF_PROG_CC_C_O version: 3 updated: 2010/08/14 18:25:37
    25832647+dnl --------------
    25842648+dnl Analogous to AC_PROG_CC_C_O, but more useful: tests only $CC, ensures that
     
    26102674+  eval cf_cv_prog_$1_c_o=no
    26112675+fi
    2612 +rm -f conftest*
     2676+rm -rf conftest*
    26132677+])dnl
    26142678+if test $cf_cv_prog_$1_c_o = yes; then
     
    26922756+])dnl
    26932757+dnl ---------------------------------------------------------------------------
    2694 +dnl CF_PROG_LN_S version: 1 updated: 2010/07/24 17:12:40
     2758+dnl CF_PROG_LN_S version: 2 updated: 2010/08/14 18:25:37
    26952759+dnl ------------
    26962760+dnl Combine checks for "ln -s" and "ln -sf", updating $LN_S to include "-f"
     
    27082772+       cf_prog_ln_sf=no
    27092773+fi
    2710 +
     2774+rm -f conf$$.dst conf$$src
    27112775+AC_MSG_RESULT($cf_prog_ln_sf)
    27122776+
     
    31103174+])dnl
    31113175+dnl ---------------------------------------------------------------------------
    3112 +dnl CF_TERM_HEADER version: 1 updated: 2005/12/31 13:26:39
     3176+dnl CF_TERM_HEADER version: 2 updated: 2010/10/23 15:54:49
    31133177+dnl --------------
    31143178+dnl Look for term.h, which is part of X/Open curses.  It defines the interface
     
    31293193+do
    31303194+AC_TRY_COMPILE([#include <stdio.h>
    3131 +#include <${cf_cv_ncurses_header-curses.h}>
     3195+#include <${cf_cv_ncurses_header:-curses.h}>
    31323196+#include <$cf_test>
    31333197+],[int x = auto_left_margin],[
     
    33163380+])dnl
    33173381+dnl ---------------------------------------------------------------------------
    3318 +dnl CF_WITH_PATH version: 9 updated: 2010/05/26 05:38:42
     3382+dnl CF_WITH_PATH version: 10 updated: 2010/10/23 15:44:18
    33193383+dnl ------------
    33203384+dnl Wrapper for AC_ARG_WITH to ensure that user supplies a pathname, not just
     
    33293393+AC_DEFUN([CF_WITH_PATH],
    33303394+[AC_ARG_WITH($1,[$2 ](default: ifelse([$4],,empty,[$4])),,
    3331 +ifelse([$4],,[withval="${$3}"],[withval="${$3-ifelse([$5],,[$4],[$5])}"]))dnl
     3395+ifelse([$4],,[withval="${$3}"],[withval="${$3:-ifelse([$5],,[$4],[$5])}"]))dnl
    33323396+if ifelse([$5],,true,[test -n "$5"]) ; then
    33333397+CF_PATH_SYNTAX(withval)
     
    34763540+])
    34773541diff -Naur ncurses-5.7.orig/Ada95/configure ncurses-5.7/Ada95/configure
    3478 --- ncurses-5.7.orig/Ada95/configure    1970-01-01 00:00:00.000000000 +0000
    3479 +++ ncurses-5.7/Ada95/configure 2010-08-02 00:58:05.038451873 +0000
    3480 @@ -0,0 +1,12078 @@
     3542--- ncurses-5.7.orig/Ada95/configure    1969-12-31 19:00:00.000000000 -0500
     3543+++ ncurses-5.7/Ada95/configure 2011-01-08 18:18:29.470656442 -0500
     3544@@ -0,0 +1,12128 @@
    34813545+#! /bin/sh
    3482 +# From configure.in Revision: 1.18 .
     3546+# From configure.in Revision: 1.21 .
    34833547+# Guess values for system-dependent variables and create Makefiles.
    3484 +# Generated by Autoconf 2.52.20100530.
     3548+# Generated by Autoconf 2.52.20101001.
    34853549+#
    34863550+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
     
    41274191+  --with-pkg-config{=path} enable/disable use of pkg-config
    41284192+  --enable-pc-files       generate and install .pc files for pkg-config
     4193+  --without-tests         suppress build with test-programs
    41294194+  --enable-mixed-case     tic should assume mixed-case filenames
    41304195+  --with-install-prefix   prefixes actual install-location ($DESTDIR)
     
    42354300+
    42364301+It was created by $as_me, which was
    4237 +generated by GNU Autoconf 2.52.20100530.  Invocation command line was
     4302+generated by GNU Autoconf 2.52.20101001.  Invocation command line was
    42384303+
    42394304+  $ $0 $@
     
    43594424+for ac_site_file in $CONFIG_SITE; do
    43604425+  if test -r "$ac_site_file"; then
    4361 +    { echo "$as_me:881: loading site script $ac_site_file" >&5
     4426+    { echo "$as_me:882: loading site script $ac_site_file" >&5
    43624427+echo "$as_me: loading site script $ac_site_file" >&6;}
    43634428+    cat "$ac_site_file" >&5
     
    43704435+  # files actually), so we avoid doing that.
    43714436+  if test -f "$cache_file"; then
    4372 +    { echo "$as_me:892: loading cache $cache_file" >&5
     4437+    { echo "$as_me:893: loading cache $cache_file" >&5
    43734438+echo "$as_me: loading cache $cache_file" >&6;}
    43744439+    case $cache_file in
     
    43784443+  fi
    43794444+else
    4380 +  { echo "$as_me:900: creating cache $cache_file" >&5
     4445+  { echo "$as_me:901: creating cache $cache_file" >&5
    43814446+echo "$as_me: creating cache $cache_file" >&6;}
    43824447+  >$cache_file
     
    43944459+  case $ac_old_set,$ac_new_set in
    43954460+    set,)
    4396 +      { echo "$as_me:916: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     4461+      { echo "$as_me:917: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    43974462+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    43984463+      ac_cache_corrupted=: ;;
    43994464+    ,set)
    4400 +      { echo "$as_me:920: error: \`$ac_var' was not set in the previous run" >&5
     4465+      { echo "$as_me:921: error: \`$ac_var' was not set in the previous run" >&5
    44014466+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    44024467+      ac_cache_corrupted=: ;;
     
    44044469+    *)
    44054470+      if test "x$ac_old_val" != "x$ac_new_val"; then
    4406 +        { echo "$as_me:926: error: \`$ac_var' has changed since the previous run:" >&5
     4471+        { echo "$as_me:927: error: \`$ac_var' has changed since the previous run:" >&5
    44074472+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    4408 +        { echo "$as_me:928:   former value:  $ac_old_val" >&5
     4473+        { echo "$as_me:929:   former value:  $ac_old_val" >&5
    44094474+echo "$as_me:   former value:  $ac_old_val" >&2;}
    4410 +        { echo "$as_me:930:   current value: $ac_new_val" >&5
     4475+        { echo "$as_me:931:   current value: $ac_new_val" >&5
    44114476+echo "$as_me:   current value: $ac_new_val" >&2;}
    44124477+        ac_cache_corrupted=:
     
    44274492+done
    44284493+if $ac_cache_corrupted; then
    4429 +  { echo "$as_me:949: error: changes in the environment can compromise the build" >&5
     4494+  { echo "$as_me:950: error: changes in the environment can compromise the build" >&5
    44304495+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    4431 +  { { echo "$as_me:951: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     4496+  { { echo "$as_me:952: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    44324497+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    44334498+   { (exit 1); exit 1; }; }
     
    44504515+echo  "exit 0"   >>conftest.sh
    44514516+chmod +x conftest.sh
    4452 +if { (echo "$as_me:972: PATH=\".;.\"; conftest.sh") >&5
     4517+if { (echo "$as_me:973: PATH=\".;.\"; conftest.sh") >&5
    44534518+  (PATH=".;."; conftest.sh) 2>&5
    44544519+  ac_status=$?
    4455 +  echo "$as_me:975: \$? = $ac_status" >&5
     4520+  echo "$as_me:976: \$? = $ac_status" >&5
    44564521+  (exit $ac_status); }; then
    44574522+  ac_path_separator=';'
     
    44834548+done
    44844549+if test -z "$ac_aux_dir"; then
    4485 +  { { echo "$as_me:1005: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
     4550+  { { echo "$as_me:1006: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    44864551+echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
    44874552+   { (exit 1); exit 1; }; }
     
    44934558+# Make sure we can run config.sub.
    44944559+$ac_config_sub sun4 >/dev/null 2>&1 ||
    4495 +  { { echo "$as_me:1015: error: cannot run $ac_config_sub" >&5
     4560+  { { echo "$as_me:1016: error: cannot run $ac_config_sub" >&5
    44964561+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
    44974562+   { (exit 1); exit 1; }; }
    44984563+
    4499 +echo "$as_me:1019: checking build system type" >&5
     4564+echo "$as_me:1020: checking build system type" >&5
    45004565+echo $ECHO_N "checking build system type... $ECHO_C" >&6
    45014566+if test "${ac_cv_build+set}" = set; then
     
    45064571+  ac_cv_build_alias=`$ac_config_guess`
    45074572+test -z "$ac_cv_build_alias" &&
    4508 +  { { echo "$as_me:1028: error: cannot guess build type; you must specify one" >&5
     4573+  { { echo "$as_me:1029: error: cannot guess build type; you must specify one" >&5
    45094574+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    45104575+   { (exit 1); exit 1; }; }
    45114576+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    4512 +  { { echo "$as_me:1032: error: $ac_config_sub $ac_cv_build_alias failed." >&5
     4577+  { { echo "$as_me:1033: error: $ac_config_sub $ac_cv_build_alias failed." >&5
    45134578+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
    45144579+   { (exit 1); exit 1; }; }
    45154580+
    45164581+fi
    4517 +echo "$as_me:1037: result: $ac_cv_build" >&5
     4582+echo "$as_me:1038: result: $ac_cv_build" >&5
    45184583+echo "${ECHO_T}$ac_cv_build" >&6
    45194584+build=$ac_cv_build
     
    45224587+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    45234588+
    4524 +echo "$as_me:1044: checking host system type" >&5
     4589+echo "$as_me:1045: checking host system type" >&5
    45254590+echo $ECHO_N "checking host system type... $ECHO_C" >&6
    45264591+if test "${ac_cv_host+set}" = set; then
     
    45314596+  ac_cv_host_alias=$ac_cv_build_alias
    45324597+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    4533 +  { { echo "$as_me:1053: error: $ac_config_sub $ac_cv_host_alias failed" >&5
     4598+  { { echo "$as_me:1054: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    45344599+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
    45354600+   { (exit 1); exit 1; }; }
    45364601+
    45374602+fi
    4538 +echo "$as_me:1058: result: $ac_cv_host" >&5
     4603+echo "$as_me:1059: result: $ac_cv_host" >&5
    45394604+echo "${ECHO_T}$ac_cv_host" >&6
    45404605+host=$ac_cv_host
     
    45444609+
    45454610+if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then
    4546 +       echo "$as_me:1066: checking target system type" >&5
     4611+       echo "$as_me:1067: checking target system type" >&5
    45474612+echo $ECHO_N "checking target system type... $ECHO_C" >&6
    45484613+if test "${ac_cv_target+set}" = set; then
     
    45534618+  ac_cv_target_alias=$ac_cv_host_alias
    45544619+ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    4555 +  { { echo "$as_me:1075: error: $ac_config_sub $ac_cv_target_alias failed" >&5
     4620+  { { echo "$as_me:1076: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    45564621+echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
    45574622+   { (exit 1); exit 1; }; }
    45584623+
    45594624+fi
    4560 +echo "$as_me:1080: result: $ac_cv_target" >&5
     4625+echo "$as_me:1081: result: $ac_cv_target" >&5
    45614626+echo "${ECHO_T}$ac_cv_target" >&6
    45624627+target=$ac_cv_target
     
    45894654+
    45904655+test -z "$system_name" && system_name="$cf_cv_system_name"
    4591 +test -n "$cf_cv_system_name" && echo "$as_me:1111: result: Configuring for $cf_cv_system_name" >&5
     4656+test -n "$cf_cv_system_name" && echo "$as_me:1112: result: Configuring for $cf_cv_system_name" >&5
    45924657+echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6
    45934658+
    45944659+if test ".$system_name" != ".$cf_cv_system_name" ; then
    4595 +       echo "$as_me:1115: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
     4660+       echo "$as_me:1116: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
    45964661+echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6
    4597 +       { { echo "$as_me:1117: error: \"Please remove config.cache and try again.\"" >&5
     4662+       { { echo "$as_me:1118: error: \"Please remove config.cache and try again.\"" >&5
    45984663+echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;}
    45994664+   { (exit 1); exit 1; }; }
     
    46034668+if test "${with_system_type+set}" = set; then
    46044669+  withval="$with_system_type"
    4605 +  { echo "$as_me:1125: WARNING: overriding system type to $withval" >&5
     4670+  { echo "$as_me:1126: WARNING: overriding system type to $withval" >&5
    46064671+echo "$as_me: WARNING: overriding system type to $withval" >&2;}
    46074672+ cf_cv_system_name=$withval
     
    46134678+###    Default install-location
    46144679+
    4615 +echo "$as_me:1135: checking for prefix" >&5
     4680+echo "$as_me:1136: checking for prefix" >&5
    46164681+echo $ECHO_N "checking for prefix... $ECHO_C" >&6
    46174682+if test "x$prefix" = "xNONE" ; then
     
    46254690+       esac
    46264691+fi
    4627 +echo "$as_me:1147: result: $prefix" >&5
     4692+echo "$as_me:1148: result: $prefix" >&5
    46284693+echo "${ECHO_T}$prefix" >&6
    46294694+
    46304695+if test "x$prefix" = "xNONE" ; then
    4631 +echo "$as_me:1151: checking for default include-directory" >&5
     4696+echo "$as_me:1152: checking for default include-directory" >&5
    46324697+echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6
    46334698+test -n "$verbose" && echo 1>&6
     
    46524717+       test -n "$verbose"  && echo "   tested $cf_dir" 1>&6
    46534718+done
    4654 +echo "$as_me:1174: result: $includedir" >&5
     4719+echo "$as_me:1175: result: $includedir" >&5
    46554720+echo "${ECHO_T}$includedir" >&6
    46564721+fi
     
    46664731+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    46674732+set dummy ${ac_tool_prefix}gcc; ac_word=$2
    4668 +echo "$as_me:1188: checking for $ac_word" >&5
     4733+echo "$as_me:1189: checking for $ac_word" >&5
    46694734+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    46704735+if test "${ac_cv_prog_CC+set}" = set; then
     
    46814746+  $as_executable_p "$ac_dir/$ac_word" || continue
    46824747+ac_cv_prog_CC="${ac_tool_prefix}gcc"
    4683 +echo "$as_me:1203: found $ac_dir/$ac_word" >&5
     4748+echo "$as_me:1204: found $ac_dir/$ac_word" >&5
    46844749+break
    46854750+done
     
    46894754+CC=$ac_cv_prog_CC
    46904755+if test -n "$CC"; then
    4691 +  echo "$as_me:1211: result: $CC" >&5
     4756+  echo "$as_me:1212: result: $CC" >&5
    46924757+echo "${ECHO_T}$CC" >&6
    46934758+else
    4694 +  echo "$as_me:1214: result: no" >&5
     4759+  echo "$as_me:1215: result: no" >&5
    46954760+echo "${ECHO_T}no" >&6
    46964761+fi
     
    47014766+  # Extract the first word of "gcc", so it can be a program name with args.
    47024767+set dummy gcc; ac_word=$2
    4703 +echo "$as_me:1223: checking for $ac_word" >&5
     4768+echo "$as_me:1224: checking for $ac_word" >&5
    47044769+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    47054770+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     
    47164781+  $as_executable_p "$ac_dir/$ac_word" || continue
    47174782+ac_cv_prog_ac_ct_CC="gcc"
    4718 +echo "$as_me:1238: found $ac_dir/$ac_word" >&5
     4783+echo "$as_me:1239: found $ac_dir/$ac_word" >&5
    47194784+break
    47204785+done
     
    47244789+ac_ct_CC=$ac_cv_prog_ac_ct_CC
    47254790+if test -n "$ac_ct_CC"; then
    4726 +  echo "$as_me:1246: result: $ac_ct_CC" >&5
     4791+  echo "$as_me:1247: result: $ac_ct_CC" >&5
    47274792+echo "${ECHO_T}$ac_ct_CC" >&6
    47284793+else
    4729 +  echo "$as_me:1249: result: no" >&5
     4794+  echo "$as_me:1250: result: no" >&5
    47304795+echo "${ECHO_T}no" >&6
    47314796+fi
     
    47404805+  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    47414806+set dummy ${ac_tool_prefix}cc; ac_word=$2
    4742 +echo "$as_me:1262: checking for $ac_word" >&5
     4807+echo "$as_me:1263: checking for $ac_word" >&5
    47434808+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    47444809+if test "${ac_cv_prog_CC+set}" = set; then
     
    47554820+  $as_executable_p "$ac_dir/$ac_word" || continue
    47564821+ac_cv_prog_CC="${ac_tool_prefix}cc"
    4757 +echo "$as_me:1277: found $ac_dir/$ac_word" >&5
     4822+echo "$as_me:1278: found $ac_dir/$ac_word" >&5
    47584823+break
    47594824+done
     
    47634828+CC=$ac_cv_prog_CC
    47644829+if test -n "$CC"; then
    4765 +  echo "$as_me:1285: result: $CC" >&5
     4830+  echo "$as_me:1286: result: $CC" >&5
    47664831+echo "${ECHO_T}$CC" >&6
    47674832+else
    4768 +  echo "$as_me:1288: result: no" >&5
     4833+  echo "$as_me:1289: result: no" >&5
    47694834+echo "${ECHO_T}no" >&6
    47704835+fi
     
    47754840+  # Extract the first word of "cc", so it can be a program name with args.
    47764841+set dummy cc; ac_word=$2
    4777 +echo "$as_me:1297: checking for $ac_word" >&5
     4842+echo "$as_me:1298: checking for $ac_word" >&5
    47784843+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    47794844+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     
    47904855+  $as_executable_p "$ac_dir/$ac_word" || continue
    47914856+ac_cv_prog_ac_ct_CC="cc"
    4792 +echo "$as_me:1312: found $ac_dir/$ac_word" >&5
     4857+echo "$as_me:1313: found $ac_dir/$ac_word" >&5
    47934858+break
    47944859+done
     
    47984863+ac_ct_CC=$ac_cv_prog_ac_ct_CC
    47994864+if test -n "$ac_ct_CC"; then
    4800 +  echo "$as_me:1320: result: $ac_ct_CC" >&5
     4865+  echo "$as_me:1321: result: $ac_ct_CC" >&5
    48014866+echo "${ECHO_T}$ac_ct_CC" >&6
    48024867+else
    4803 +  echo "$as_me:1323: result: no" >&5
     4868+  echo "$as_me:1324: result: no" >&5
    48044869+echo "${ECHO_T}no" >&6
    48054870+fi
     
    48144879+  # Extract the first word of "cc", so it can be a program name with args.
    48154880+set dummy cc; ac_word=$2
    4816 +echo "$as_me:1336: checking for $ac_word" >&5
     4881+echo "$as_me:1337: checking for $ac_word" >&5
    48174882+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    48184883+if test "${ac_cv_prog_CC+set}" = set; then
     
    48344899+fi
    48354900+ac_cv_prog_CC="cc"
    4836 +echo "$as_me:1356: found $ac_dir/$ac_word" >&5
     4901+echo "$as_me:1357: found $ac_dir/$ac_word" >&5
    48374902+break
    48384903+done
     
    48564921+CC=$ac_cv_prog_CC
    48574922+if test -n "$CC"; then
    4858 +  echo "$as_me:1378: result: $CC" >&5
     4923+  echo "$as_me:1379: result: $CC" >&5
    48594924+echo "${ECHO_T}$CC" >&6
    48604925+else
    4861 +  echo "$as_me:1381: result: no" >&5
     4926+  echo "$as_me:1382: result: no" >&5
    48624927+echo "${ECHO_T}no" >&6
    48634928+fi
     
    48704935+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    48714936+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4872 +echo "$as_me:1392: checking for $ac_word" >&5
     4937+echo "$as_me:1393: checking for $ac_word" >&5
    48734938+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    48744939+if test "${ac_cv_prog_CC+set}" = set; then
     
    48854950+  $as_executable_p "$ac_dir/$ac_word" || continue
    48864951+ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    4887 +echo "$as_me:1407: found $ac_dir/$ac_word" >&5
     4952+echo "$as_me:1408: found $ac_dir/$ac_word" >&5
    48884953+break
    48894954+done
     
    48934958+CC=$ac_cv_prog_CC
    48944959+if test -n "$CC"; then
    4895 +  echo "$as_me:1415: result: $CC" >&5
     4960+  echo "$as_me:1416: result: $CC" >&5
    48964961+echo "${ECHO_T}$CC" >&6
    48974962+else
    4898 +  echo "$as_me:1418: result: no" >&5
     4963+  echo "$as_me:1419: result: no" >&5
    48994964+echo "${ECHO_T}no" >&6
    49004965+fi
     
    49094974+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    49104975+set dummy $ac_prog; ac_word=$2
    4911 +echo "$as_me:1431: checking for $ac_word" >&5
     4976+echo "$as_me:1432: checking for $ac_word" >&5
    49124977+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    49134978+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     
    49244989+  $as_executable_p "$ac_dir/$ac_word" || continue
    49254990+ac_cv_prog_ac_ct_CC="$ac_prog"
    4926 +echo "$as_me:1446: found $ac_dir/$ac_word" >&5
     4991+echo "$as_me:1447: found $ac_dir/$ac_word" >&5
    49274992+break
    49284993+done
     
    49324997+ac_ct_CC=$ac_cv_prog_ac_ct_CC
    49334998+if test -n "$ac_ct_CC"; then
    4934 +  echo "$as_me:1454: result: $ac_ct_CC" >&5
     4999+  echo "$as_me:1455: result: $ac_ct_CC" >&5
    49355000+echo "${ECHO_T}$ac_ct_CC" >&6
    49365001+else
    4937 +  echo "$as_me:1457: result: no" >&5
     5002+  echo "$as_me:1458: result: no" >&5
    49385003+echo "${ECHO_T}no" >&6
    49395004+fi
     
    49475012+fi
    49485013+
    4949 +test -z "$CC" && { { echo "$as_me:1469: error: no acceptable cc found in \$PATH" >&5
     5014+test -z "$CC" && { { echo "$as_me:1470: error: no acceptable cc found in \$PATH" >&5
    49505015+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
    49515016+   { (exit 1); exit 1; }; }
    49525017+
    49535018+# Provide some information about the compiler.
    4954 +echo "$as_me:1474:" \
     5019+echo "$as_me:1475:" \
    49555020+     "checking for C compiler version" >&5
    49565021+ac_compiler=`set X $ac_compile; echo $2`
    4957 +{ (eval echo "$as_me:1477: \"$ac_compiler --version </dev/null >&5\"") >&5
     5022+{ (eval echo "$as_me:1478: \"$ac_compiler --version </dev/null >&5\"") >&5
    49585023+  (eval $ac_compiler --version </dev/null >&5) 2>&5
    49595024+  ac_status=$?
    4960 +  echo "$as_me:1480: \$? = $ac_status" >&5
     5025+  echo "$as_me:1481: \$? = $ac_status" >&5
    49615026+  (exit $ac_status); }
    4962 +{ (eval echo "$as_me:1482: \"$ac_compiler -v </dev/null >&5\"") >&5
     5027+{ (eval echo "$as_me:1483: \"$ac_compiler -v </dev/null >&5\"") >&5
    49635028+  (eval $ac_compiler -v </dev/null >&5) 2>&5
    49645029+  ac_status=$?
    4965 +  echo "$as_me:1485: \$? = $ac_status" >&5
     5030+  echo "$as_me:1486: \$? = $ac_status" >&5
    49665031+  (exit $ac_status); }
    4967 +{ (eval echo "$as_me:1487: \"$ac_compiler -V </dev/null >&5\"") >&5
     5032+{ (eval echo "$as_me:1488: \"$ac_compiler -V </dev/null >&5\"") >&5
    49685033+  (eval $ac_compiler -V </dev/null >&5) 2>&5
    49695034+  ac_status=$?
    4970 +  echo "$as_me:1490: \$? = $ac_status" >&5
     5035+  echo "$as_me:1491: \$? = $ac_status" >&5
    49715036+  (exit $ac_status); }
    49725037+
    49735038+cat >conftest.$ac_ext <<_ACEOF
    4974 +#line 1494 "configure"
     5039+#line 1495 "configure"
    49755040+#include "confdefs.h"
    49765041+
     
    49885053+# It will help us diagnose broken compilers, and finding out an intuition
    49895054+# of exeext.
    4990 +echo "$as_me:1510: checking for C compiler default output" >&5
     5055+echo "$as_me:1511: checking for C compiler default output" >&5
    49915056+echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
    49925057+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    4993 +if { (eval echo "$as_me:1513: \"$ac_link_default\"") >&5
     5058+if { (eval echo "$as_me:1514: \"$ac_link_default\"") >&5
    49945059+  (eval $ac_link_default) 2>&5
    49955060+  ac_status=$?
    4996 +  echo "$as_me:1516: \$? = $ac_status" >&5
     5061+  echo "$as_me:1517: \$? = $ac_status" >&5
    49975062+  (exit $ac_status); }; then
    49985063+  # Find the output, starting from the most likely.  This scheme is
     
    50175082+  echo "$as_me: failed program was:" >&5
    50185083+cat conftest.$ac_ext >&5
    5019 +{ { echo "$as_me:1539: error: C compiler cannot create executables" >&5
     5084+{ { echo "$as_me:1540: error: C compiler cannot create executables" >&5
    50205085+echo "$as_me: error: C compiler cannot create executables" >&2;}
    50215086+   { (exit 77); exit 77; }; }
     
    50235088+
    50245089+ac_exeext=$ac_cv_exeext
    5025 +echo "$as_me:1545: result: $ac_file" >&5
     5090+echo "$as_me:1546: result: $ac_file" >&5
    50265091+echo "${ECHO_T}$ac_file" >&6
    50275092+
    50285093+# Check the compiler produces executables we can run.  If not, either
    50295094+# the compiler is broken, or we cross compile.
    5030 +echo "$as_me:1550: checking whether the C compiler works" >&5
     5095+echo "$as_me:1551: checking whether the C compiler works" >&5
    50315096+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
    50325097+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
     
    50345099+if test "$cross_compiling" != yes; then
    50355100+  if { ac_try='./$ac_file'
    5036 +  { (eval echo "$as_me:1556: \"$ac_try\"") >&5
     5101+  { (eval echo "$as_me:1557: \"$ac_try\"") >&5
    50375102+  (eval $ac_try) 2>&5
    50385103+  ac_status=$?
    5039 +  echo "$as_me:1559: \$? = $ac_status" >&5
     5104+  echo "$as_me:1560: \$? = $ac_status" >&5
    50405105+  (exit $ac_status); }; }; then
    50415106+    cross_compiling=no
     
    50445109+       cross_compiling=yes
    50455110+    else
    5046 +       { { echo "$as_me:1566: error: cannot run C compiled programs.
     5111+       { { echo "$as_me:1567: error: cannot run C compiled programs.
    50475112+If you meant to cross compile, use \`--host'." >&5
    50485113+echo "$as_me: error: cannot run C compiled programs.
     
    50525117+  fi
    50535118+fi
    5054 +echo "$as_me:1574: result: yes" >&5
     5119+echo "$as_me:1575: result: yes" >&5
    50555120+echo "${ECHO_T}yes" >&6
    50565121+
     
    50595124+# Check the compiler produces executables we can run.  If not, either
    50605125+# the compiler is broken, or we cross compile.
    5061 +echo "$as_me:1581: checking whether we are cross compiling" >&5
     5126+echo "$as_me:1582: checking whether we are cross compiling" >&5
    50625127+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    5063 +echo "$as_me:1583: result: $cross_compiling" >&5
     5128+echo "$as_me:1584: result: $cross_compiling" >&5
    50645129+echo "${ECHO_T}$cross_compiling" >&6
    50655130+
    5066 +echo "$as_me:1586: checking for executable suffix" >&5
     5131+echo "$as_me:1587: checking for executable suffix" >&5
    50675132+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
    5068 +if { (eval echo "$as_me:1588: \"$ac_link\"") >&5
     5133+if { (eval echo "$as_me:1589: \"$ac_link\"") >&5
    50695134+  (eval $ac_link) 2>&5
    50705135+  ac_status=$?
    5071 +  echo "$as_me:1591: \$? = $ac_status" >&5
     5136+  echo "$as_me:1592: \$? = $ac_status" >&5
    50725137+  (exit $ac_status); }; then
    50735138+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    50855150+done
    50865151+else
    5087 +  { { echo "$as_me:1607: error: cannot compute EXEEXT: cannot compile and link" >&5
     5152+  { { echo "$as_me:1608: error: cannot compute EXEEXT: cannot compile and link" >&5
    50885153+echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
    50895154+   { (exit 1); exit 1; }; }
     
    50915156+
    50925157+rm -f conftest$ac_cv_exeext
    5093 +echo "$as_me:1613: result: $ac_cv_exeext" >&5
     5158+echo "$as_me:1614: result: $ac_cv_exeext" >&5
    50945159+echo "${ECHO_T}$ac_cv_exeext" >&6
    50955160+
     
    50975162+EXEEXT=$ac_cv_exeext
    50985163+ac_exeext=$EXEEXT
    5099 +echo "$as_me:1619: checking for object suffix" >&5
     5164+echo "$as_me:1620: checking for object suffix" >&5
    51005165+echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
    51015166+if test "${ac_cv_objext+set}" = set; then
     
    51035168+else
    51045169+  cat >conftest.$ac_ext <<_ACEOF
    5105 +#line 1625 "configure"
     5170+#line 1626 "configure"
    51065171+#include "confdefs.h"
    51075172+
     
    51155180+_ACEOF
    51165181+rm -f conftest.o conftest.obj
    5117 +if { (eval echo "$as_me:1637: \"$ac_compile\"") >&5
     5182+if { (eval echo "$as_me:1638: \"$ac_compile\"") >&5
    51185183+  (eval $ac_compile) 2>&5
    51195184+  ac_status=$?
    5120 +  echo "$as_me:1640: \$? = $ac_status" >&5
     5185+  echo "$as_me:1641: \$? = $ac_status" >&5
    51215186+  (exit $ac_status); }; then
    51225187+  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     
    51305195+  echo "$as_me: failed program was:" >&5
    51315196+cat conftest.$ac_ext >&5
    5132 +{ { echo "$as_me:1652: error: cannot compute OBJEXT: cannot compile" >&5
     5197+{ { echo "$as_me:1653: error: cannot compute OBJEXT: cannot compile" >&5
    51335198+echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
    51345199+   { (exit 1); exit 1; }; }
     
    51375202+rm -f conftest.$ac_cv_objext conftest.$ac_ext
    51385203+fi
    5139 +echo "$as_me:1659: result: $ac_cv_objext" >&5
     5204+echo "$as_me:1660: result: $ac_cv_objext" >&5
    51405205+echo "${ECHO_T}$ac_cv_objext" >&6
    51415206+OBJEXT=$ac_cv_objext
    51425207+ac_objext=$OBJEXT
    5143 +echo "$as_me:1663: checking whether we are using the GNU C compiler" >&5
     5208+echo "$as_me:1664: checking whether we are using the GNU C compiler" >&5
    51445209+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
    51455210+if test "${ac_cv_c_compiler_gnu+set}" = set; then
     
    51475212+else
    51485213+  cat >conftest.$ac_ext <<_ACEOF
    5149 +#line 1669 "configure"
     5214+#line 1670 "configure"
    51505215+#include "confdefs.h"
    51515216+
     
    51625227+_ACEOF
    51635228+rm -f conftest.$ac_objext
    5164 +if { (eval echo "$as_me:1684: \"$ac_compile\"") >&5
     5229+if { (eval echo "$as_me:1685: \"$ac_compile\"") >&5
    51655230+  (eval $ac_compile) 2>&5
    51665231+  ac_status=$?
    5167 +  echo "$as_me:1687: \$? = $ac_status" >&5
     5232+  echo "$as_me:1688: \$? = $ac_status" >&5
    51685233+  (exit $ac_status); } &&
    51695234+         { ac_try='test -s conftest.$ac_objext'
    5170 +  { (eval echo "$as_me:1690: \"$ac_try\"") >&5
     5235+  { (eval echo "$as_me:1691: \"$ac_try\"") >&5
    51715236+  (eval $ac_try) 2>&5
    51725237+  ac_status=$?
    5173 +  echo "$as_me:1693: \$? = $ac_status" >&5
     5238+  echo "$as_me:1694: \$? = $ac_status" >&5
    51745239+  (exit $ac_status); }; }; then
    51755240+  ac_compiler_gnu=yes
     
    51835248+
    51845249+fi
    5185 +echo "$as_me:1705: result: $ac_cv_c_compiler_gnu" >&5
     5250+echo "$as_me:1706: result: $ac_cv_c_compiler_gnu" >&5
    51865251+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    51875252+GCC=`test $ac_compiler_gnu = yes && echo yes`
     
    51895254+ac_save_CFLAGS=$CFLAGS
    51905255+CFLAGS="-g"
    5191 +echo "$as_me:1711: checking whether $CC accepts -g" >&5
     5256+echo "$as_me:1712: checking whether $CC accepts -g" >&5
    51925257+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
    51935258+if test "${ac_cv_prog_cc_g+set}" = set; then
     
    51955260+else
    51965261+  cat >conftest.$ac_ext <<_ACEOF
    5197 +#line 1717 "configure"
     5262+#line 1718 "configure"
    51985263+#include "confdefs.h"
    51995264+
     
    52075272+_ACEOF
    52085273+rm -f conftest.$ac_objext
    5209 +if { (eval echo "$as_me:1729: \"$ac_compile\"") >&5
     5274+if { (eval echo "$as_me:1730: \"$ac_compile\"") >&5
    52105275+  (eval $ac_compile) 2>&5
    52115276+  ac_status=$?
    5212 +  echo "$as_me:1732: \$? = $ac_status" >&5
     5277+  echo "$as_me:1733: \$? = $ac_status" >&5
    52135278+  (exit $ac_status); } &&
    52145279+         { ac_try='test -s conftest.$ac_objext'
    5215 +  { (eval echo "$as_me:1735: \"$ac_try\"") >&5
     5280+  { (eval echo "$as_me:1736: \"$ac_try\"") >&5
    52165281+  (eval $ac_try) 2>&5
    52175282+  ac_status=$?
    5218 +  echo "$as_me:1738: \$? = $ac_status" >&5
     5283+  echo "$as_me:1739: \$? = $ac_status" >&5
    52195284+  (exit $ac_status); }; }; then
    52205285+  ac_cv_prog_cc_g=yes
     
    52265291+rm -f conftest.$ac_objext conftest.$ac_ext
    52275292+fi
    5228 +echo "$as_me:1748: result: $ac_cv_prog_cc_g" >&5
     5293+echo "$as_me:1749: result: $ac_cv_prog_cc_g" >&5
    52295294+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
    52305295+if test "$ac_test_CFLAGS" = set; then
     
    52535318+_ACEOF
    52545319+rm -f conftest.$ac_objext
    5255 +if { (eval echo "$as_me:1775: \"$ac_compile\"") >&5
     5320+if { (eval echo "$as_me:1776: \"$ac_compile\"") >&5
    52565321+  (eval $ac_compile) 2>&5
    52575322+  ac_status=$?
    5258 +  echo "$as_me:1778: \$? = $ac_status" >&5
     5323+  echo "$as_me:1779: \$? = $ac_status" >&5
    52595324+  (exit $ac_status); } &&
    52605325+         { ac_try='test -s conftest.$ac_objext'
    5261 +  { (eval echo "$as_me:1781: \"$ac_try\"") >&5
     5326+  { (eval echo "$as_me:1782: \"$ac_try\"") >&5
    52625327+  (eval $ac_try) 2>&5
    52635328+  ac_status=$?
    5264 +  echo "$as_me:1784: \$? = $ac_status" >&5
     5329+  echo "$as_me:1785: \$? = $ac_status" >&5
    52655330+  (exit $ac_status); }; }; then
    52665331+  for ac_declaration in \
     
    52745339+do
    52755340+  cat >conftest.$ac_ext <<_ACEOF
    5276 +#line 1796 "configure"
     5341+#line 1797 "configure"
    52775342+#include "confdefs.h"
    52785343+#include <stdlib.h>
     
    52875352+_ACEOF
    52885353+rm -f conftest.$ac_objext
    5289 +if { (eval echo "$as_me:1809: \"$ac_compile\"") >&5
     5354+if { (eval echo "$as_me:1810: \"$ac_compile\"") >&5
    52905355+  (eval $ac_compile) 2>&5
    52915356+  ac_status=$?
    5292 +  echo "$as_me:1812: \$? = $ac_status" >&5
     5357+  echo "$as_me:1813: \$? = $ac_status" >&5
    52935358+  (exit $ac_status); } &&
    52945359+         { ac_try='test -s conftest.$ac_objext'
    5295 +  { (eval echo "$as_me:1815: \"$ac_try\"") >&5
     5360+  { (eval echo "$as_me:1816: \"$ac_try\"") >&5
    52965361+  (eval $ac_try) 2>&5
    52975362+  ac_status=$?
    5298 +  echo "$as_me:1818: \$? = $ac_status" >&5
     5363+  echo "$as_me:1819: \$? = $ac_status" >&5
    52995364+  (exit $ac_status); }; }; then
    53005365+  :
     
    53065371+rm -f conftest.$ac_objext conftest.$ac_ext
    53075372+  cat >conftest.$ac_ext <<_ACEOF
    5308 +#line 1828 "configure"
     5373+#line 1829 "configure"
    53095374+#include "confdefs.h"
    53105375+$ac_declaration
     
    53185383+_ACEOF
    53195384+rm -f conftest.$ac_objext
    5320 +if { (eval echo "$as_me:1840: \"$ac_compile\"") >&5
     5385+if { (eval echo "$as_me:1841: \"$ac_compile\"") >&5
    53215386+  (eval $ac_compile) 2>&5
    53225387+  ac_status=$?
    5323 +  echo "$as_me:1843: \$? = $ac_status" >&5
     5388+  echo "$as_me:1844: \$? = $ac_status" >&5
    53245389+  (exit $ac_status); } &&
    53255390+         { ac_try='test -s conftest.$ac_objext'
    5326 +  { (eval echo "$as_me:1846: \"$ac_try\"") >&5
     5391+  { (eval echo "$as_me:1847: \"$ac_try\"") >&5
    53275392+  (eval $ac_try) 2>&5
    53285393+  ac_status=$?
    5329 +  echo "$as_me:1849: \$? = $ac_status" >&5
     5394+  echo "$as_me:1850: \$? = $ac_status" >&5
    53305395+  (exit $ac_status); }; }; then
    53315396+  break
     
    53365401+rm -f conftest.$ac_objext conftest.$ac_ext
    53375402+done
    5338 +rm -f conftest*
     5403+rm -rf conftest*
    53395404+if test -n "$ac_declaration"; then
    53405405+  echo '#ifdef __cplusplus' >>confdefs.h
     
    53575422+GCC_VERSION=none
    53585423+if test "$GCC" = yes ; then
    5359 +       echo "$as_me:1879: checking version of $CC" >&5
     5424+       echo "$as_me:1880: checking version of $CC" >&5
    53605425+echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
    53615426+       GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
    53625427+       test -z "$GCC_VERSION" && GCC_VERSION=unknown
    5363 +       echo "$as_me:1883: result: $GCC_VERSION" >&5
     5428+       echo "$as_me:1884: result: $GCC_VERSION" >&5
    53645429+echo "${ECHO_T}$GCC_VERSION" >&6
    53655430+fi
     
    53715436+ac_compiler_gnu=$ac_cv_c_compiler_gnu
    53725437+ac_main_return=return
    5373 +echo "$as_me:1893: checking how to run the C preprocessor" >&5
     5438+echo "$as_me:1894: checking how to run the C preprocessor" >&5
    53745439+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
    53755440+# On Suns, sometimes $CPP names a directory.
     
    53925457+  # not just through cpp. "Syntax error" is here to catch this case.
    53935458+  cat >conftest.$ac_ext <<_ACEOF
    5394 +#line 1914 "configure"
     5459+#line 1915 "configure"
    53955460+#include "confdefs.h"
    53965461+#include <assert.h>
    53975462+                     Syntax error
    53985463+_ACEOF
    5399 +if { (eval echo "$as_me:1919: \"$ac_cpp conftest.$ac_ext\"") >&5
     5464+if { (eval echo "$as_me:1920: \"$ac_cpp conftest.$ac_ext\"") >&5
    54005465+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    54015466+  ac_status=$?
     
    54035468+  rm -f conftest.er1
    54045469+  cat conftest.err >&5
    5405 +  echo "$as_me:1925: \$? = $ac_status" >&5
     5470+  echo "$as_me:1926: \$? = $ac_status" >&5
    54065471+  (exit $ac_status); } >/dev/null; then
    54075472+  if test -s conftest.err; then
     
    54265491+  # can be detected and how.
    54275492+  cat >conftest.$ac_ext <<_ACEOF
    5428 +#line 1948 "configure"
     5493+#line 1949 "configure"
    54295494+#include "confdefs.h"
    54305495+#include <ac_nonexistent.h>
    54315496+_ACEOF
    5432 +if { (eval echo "$as_me:1952: \"$ac_cpp conftest.$ac_ext\"") >&5
     5497+if { (eval echo "$as_me:1953: \"$ac_cpp conftest.$ac_ext\"") >&5
    54335498+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    54345499+  ac_status=$?
     
    54365501+  rm -f conftest.er1
    54375502+  cat conftest.err >&5
    5438 +  echo "$as_me:1958: \$? = $ac_status" >&5
     5503+  echo "$as_me:1959: \$? = $ac_status" >&5
    54395504+  (exit $ac_status); } >/dev/null; then
    54405505+  if test -s conftest.err; then
     
    54735538+  ac_cv_prog_CPP=$CPP
    54745539+fi
    5475 +echo "$as_me:1995: result: $CPP" >&5
     5540+echo "$as_me:1996: result: $CPP" >&5
    54765541+echo "${ECHO_T}$CPP" >&6
    54775542+ac_preproc_ok=false
     
    54835548+  # not just through cpp. "Syntax error" is here to catch this case.
    54845549+  cat >conftest.$ac_ext <<_ACEOF
    5485 +#line 2005 "configure"
     5550+#line 2006 "configure"
    54865551+#include "confdefs.h"
    54875552+#include <assert.h>
    54885553+                     Syntax error
    54895554+_ACEOF
    5490 +if { (eval echo "$as_me:2010: \"$ac_cpp conftest.$ac_ext\"") >&5
     5555+if { (eval echo "$as_me:2011: \"$ac_cpp conftest.$ac_ext\"") >&5
    54915556+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    54925557+  ac_status=$?
     
    54945559+  rm -f conftest.er1
    54955560+  cat conftest.err >&5
    5496 +  echo "$as_me:2016: \$? = $ac_status" >&5
     5561+  echo "$as_me:2017: \$? = $ac_status" >&5
    54975562+  (exit $ac_status); } >/dev/null; then
    54985563+  if test -s conftest.err; then
     
    55175582+  # can be detected and how.
    55185583+  cat >conftest.$ac_ext <<_ACEOF
    5519 +#line 2039 "configure"
     5584+#line 2040 "configure"
    55205585+#include "confdefs.h"
    55215586+#include <ac_nonexistent.h>
    55225587+_ACEOF
    5523 +if { (eval echo "$as_me:2043: \"$ac_cpp conftest.$ac_ext\"") >&5
     5588+if { (eval echo "$as_me:2044: \"$ac_cpp conftest.$ac_ext\"") >&5
    55245589+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    55255590+  ac_status=$?
     
    55275592+  rm -f conftest.er1
    55285593+  cat conftest.err >&5
    5529 +  echo "$as_me:2049: \$? = $ac_status" >&5
     5594+  echo "$as_me:2050: \$? = $ac_status" >&5
    55305595+  (exit $ac_status); } >/dev/null; then
    55315596+  if test -s conftest.err; then
     
    55555620+  :
    55565621+else
    5557 +  { { echo "$as_me:2077: error: C preprocessor \"$CPP\" fails sanity check" >&5
     5622+  { { echo "$as_me:2078: error: C preprocessor \"$CPP\" fails sanity check" >&5
    55585623+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
    55595624+   { (exit 1); exit 1; }; }
     
    55685633+
    55695634+if test $ac_cv_c_compiler_gnu = yes; then
    5570 +    echo "$as_me:2090: checking whether $CC needs -traditional" >&5
     5635+    echo "$as_me:2091: checking whether $CC needs -traditional" >&5
    55715636+echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
    55725637+if test "${ac_cv_prog_gcc_traditional+set}" = set; then
     
    55755640+    ac_pattern="Autoconf.*'x'"
    55765641+  cat >conftest.$ac_ext <<_ACEOF
    5577 +#line 2097 "configure"
     5642+#line 2098 "configure"
    55785643+#include "confdefs.h"
    55795644+#include <sgtty.h>
     
    55865651+  ac_cv_prog_gcc_traditional=no
    55875652+fi
    5588 +rm -f conftest*
     5653+rm -rf conftest*
    55895654+
    55905655+  if test $ac_cv_prog_gcc_traditional = no; then
    55915656+    cat >conftest.$ac_ext <<_ACEOF
    5592 +#line 2112 "configure"
     5657+#line 2113 "configure"
    55935658+#include "confdefs.h"
    55945659+#include <termio.h>
     
    55995664+  ac_cv_prog_gcc_traditional=yes
    56005665+fi
    5601 +rm -f conftest*
     5666+rm -rf conftest*
    56025667+
    56035668+  fi
    56045669+fi
    5605 +echo "$as_me:2125: result: $ac_cv_prog_gcc_traditional" >&5
     5670+echo "$as_me:2126: result: $ac_cv_prog_gcc_traditional" >&5
    56065671+echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
    56075672+  if test $ac_cv_prog_gcc_traditional = yes; then
     
    56105675+fi
    56115676+
    5612 +echo "$as_me:2132: checking whether $CC understands -c and -o together" >&5
     5677+echo "$as_me:2133: checking whether $CC understands -c and -o together" >&5
    56135678+echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6
    56145679+if test "${cf_cv_prog_CC_c_o+set}" = set; then
     
    56265691+# existing .o file with -o, though they will create one.
    56275692+ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
    5628 +if { (eval echo "$as_me:2148: \"$ac_try\"") >&5
     5693+if { (eval echo "$as_me:2149: \"$ac_try\"") >&5
    56295694+  (eval $ac_try) 2>&5
    56305695+  ac_status=$?
    5631 +  echo "$as_me:2151: \$? = $ac_status" >&5
     5696+  echo "$as_me:2152: \$? = $ac_status" >&5
    56325697+  (exit $ac_status); } &&
    5633 +  test -f conftest2.$ac_objext && { (eval echo "$as_me:2153: \"$ac_try\"") >&5
     5698+  test -f conftest2.$ac_objext && { (eval echo "$as_me:2154: \"$ac_try\"") >&5
    56345699+  (eval $ac_try) 2>&5
    56355700+  ac_status=$?
    5636 +  echo "$as_me:2156: \$? = $ac_status" >&5
     5701+  echo "$as_me:2157: \$? = $ac_status" >&5
    56375702+  (exit $ac_status); };
    56385703+then
     
    56415706+  eval cf_cv_prog_CC_c_o=no
    56425707+fi
    5643 +rm -f conftest*
     5708+rm -rf conftest*
    56445709+
    56455710+fi
    56465711+if test $cf_cv_prog_CC_c_o = yes; then
    5647 +  echo "$as_me:2167: result: yes" >&5
     5712+  echo "$as_me:2168: result: yes" >&5
    56485713+echo "${ECHO_T}yes" >&6
    56495714+else
    5650 +  echo "$as_me:2170: result: no" >&5
     5715+  echo "$as_me:2171: result: no" >&5
    56515716+echo "${ECHO_T}no" >&6
    56525717+fi
    56535718+
    5654 +echo "$as_me:2174: checking for POSIXized ISC" >&5
     5719+echo "$as_me:2175: checking for POSIXized ISC" >&5
    56555720+echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
    56565721+if test -d /etc/conf/kconfig.d &&
    56575722+   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
    56585723+then
    5659 +  echo "$as_me:2179: result: yes" >&5
     5724+  echo "$as_me:2180: result: yes" >&5
    56605725+echo "${ECHO_T}yes" >&6
    56615726+  ISC=yes # If later tests want to check for ISC.
     
    56715736+  fi
    56725737+else
    5673 +  echo "$as_me:2193: result: no" >&5
     5738+  echo "$as_me:2194: result: no" >&5
    56745739+echo "${ECHO_T}no" >&6
    56755740+  ISC=
    56765741+fi
    56775742+
    5678 +echo "$as_me:2198: checking for ${CC-cc} option to accept ANSI C" >&5
    5679 +echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
     5743+echo "$as_me:2199: checking for ${CC:-cc} option to accept ANSI C" >&5
     5744+echo $ECHO_N "checking for ${CC:-cc} option to accept ANSI C... $ECHO_C" >&6
    56805745+if test "${cf_cv_ansi_cc+set}" = set; then
    56815746+  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    57805845+
    57815846+       cat >conftest.$ac_ext <<_ACEOF
    5782 +#line 2302 "configure"
     5847+#line 2303 "configure"
    57835848+#include "confdefs.h"
    57845849+
     
    58015866+_ACEOF
    58025867+rm -f conftest.$ac_objext
    5803 +if { (eval echo "$as_me:2323: \"$ac_compile\"") >&5
     5868+if { (eval echo "$as_me:2324: \"$ac_compile\"") >&5
    58045869+  (eval $ac_compile) 2>&5
    58055870+  ac_status=$?
    5806 +  echo "$as_me:2326: \$? = $ac_status" >&5
     5871+  echo "$as_me:2327: \$? = $ac_status" >&5
    58075872+  (exit $ac_status); } &&
    58085873+         { ac_try='test -s conftest.$ac_objext'
    5809 +  { (eval echo "$as_me:2329: \"$ac_try\"") >&5
     5874+  { (eval echo "$as_me:2330: \"$ac_try\"") >&5
    58105875+  (eval $ac_try) 2>&5
    58115876+  ac_status=$?
    5812 +  echo "$as_me:2332: \$? = $ac_status" >&5
     5877+  echo "$as_me:2333: \$? = $ac_status" >&5
    58135878+  (exit $ac_status); }; }; then
    58145879+  cf_cv_ansi_cc="$cf_arg"; break
     
    58235888+
    58245889+fi
    5825 +echo "$as_me:2345: result: $cf_cv_ansi_cc" >&5
     5890+echo "$as_me:2346: result: $cf_cv_ansi_cc" >&5
    58265891+echo "${ECHO_T}$cf_cv_ansi_cc" >&6
    58275892+
     
    59165981+
    59175982+if test "$cf_cv_ansi_cc" = "no"; then
    5918 +       { { echo "$as_me:2438: error: Your compiler does not appear to recognize prototypes.
     5983+       { { echo "$as_me:2439: error: Your compiler does not appear to recognize prototypes.
    59195984+You have the following choices:
    59205985+       a. adjust your compiler options
     
    59636028+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    59646029+set dummy $ac_prog; ac_word=$2
    5965 +echo "$as_me:2485: checking for $ac_word" >&5
     6030+echo "$as_me:2486: checking for $ac_word" >&5
    59666031+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    59676032+if test "${ac_cv_prog_AWK+set}" = set; then
     
    59786043+  $as_executable_p "$ac_dir/$ac_word" || continue
    59796044+ac_cv_prog_AWK="$ac_prog"
    5980 +echo "$as_me:2500: found $ac_dir/$ac_word" >&5
     6045+echo "$as_me:2501: found $ac_dir/$ac_word" >&5
    59816046+break
    59826047+done
     
    59866051+AWK=$ac_cv_prog_AWK
    59876052+if test -n "$AWK"; then
    5988 +  echo "$as_me:2508: result: $AWK" >&5
     6053+  echo "$as_me:2509: result: $AWK" >&5
    59896054+echo "${ECHO_T}$AWK" >&6
    59906055+else
    5991 +  echo "$as_me:2511: result: no" >&5
     6056+  echo "$as_me:2512: result: no" >&5
    59926057+echo "${ECHO_T}no" >&6
    59936058+fi
     
    59966061+done
    59976062+
    5998 +test -z "$AWK" && { { echo "$as_me:2518: error: No awk program found" >&5
     6063+test -z "$AWK" && { { echo "$as_me:2519: error: No awk program found" >&5
    59996064+echo "$as_me: error: No awk program found" >&2;}
    60006065+   { (exit 1); exit 1; }; }
    60016066+
    6002 +echo "$as_me:2522: checking for egrep" >&5
     6067+echo "$as_me:2523: checking for egrep" >&5
    60036068+echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    60046069+if test "${ac_cv_prog_egrep+set}" = set; then
     
    60106075+    fi
    60116076+fi
    6012 +echo "$as_me:2532: result: $ac_cv_prog_egrep" >&5
     6077+echo "$as_me:2533: result: $ac_cv_prog_egrep" >&5
    60136078+echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    60146079+ EGREP=$ac_cv_prog_egrep
    60156080+
    6016 +test -z "$EGREP" && { { echo "$as_me:2536: error: No egrep program found" >&5
     6081+test -z "$EGREP" && { { echo "$as_me:2537: error: No egrep program found" >&5
    60176082+echo "$as_me: error: No egrep program found" >&2;}
    60186083+   { (exit 1); exit 1; }; }
     
    60306095+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    60316096+# ./install, which can be erroneously created by make from ./install.sh.
    6032 +echo "$as_me:2552: checking for a BSD compatible install" >&5
     6097+echo "$as_me:2553: checking for a BSD compatible install" >&5
    60336098+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
    60346099+if test -z "$INSTALL"; then
     
    60796144+  fi
    60806145+fi
    6081 +echo "$as_me:2601: result: $INSTALL" >&5
     6146+echo "$as_me:2602: result: $INSTALL" >&5
    60826147+echo "${ECHO_T}$INSTALL" >&6
    60836148+
     
    60906155+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    60916156+
    6092 +echo "$as_me:2612: checking whether ln -s works" >&5
     6157+echo "$as_me:2613: checking whether ln -s works" >&5
    60936158+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
    60946159+LN_S=$as_ln_s
    60956160+if test "$LN_S" = "ln -s"; then
    6096 +  echo "$as_me:2616: result: yes" >&5
     6161+  echo "$as_me:2617: result: yes" >&5
    60976162+echo "${ECHO_T}yes" >&6
    60986163+else
    6099 +  echo "$as_me:2619: result: no, using $LN_S" >&5
     6164+  echo "$as_me:2620: result: no, using $LN_S" >&5
    61006165+echo "${ECHO_T}no, using $LN_S" >&6
    61016166+fi
    61026167+
    6103 +echo "$as_me:2623: checking if $LN_S -f options work" >&5
     6168+echo "$as_me:2624: checking if $LN_S -f options work" >&5
    61046169+echo $ECHO_N "checking if $LN_S -f options work... $ECHO_C" >&6
    61056170+
     
    61126177+       cf_prog_ln_sf=no
    61136178+fi
    6114 +
    6115 +echo "$as_me:2635: result: $cf_prog_ln_sf" >&5
     6179+rm -f conf$$.dst conf$$src
     6180+echo "$as_me:2636: result: $cf_prog_ln_sf" >&5
    61166181+echo "${ECHO_T}$cf_prog_ln_sf" >&6
    61176182+
    61186183+test "$cf_prog_ln_sf" = yes && LN_S="$LN_S -f"
    61196184+
    6120 +echo "$as_me:2640: checking for long file names" >&5
     6185+echo "$as_me:2641: checking for long file names" >&5
    61216186+echo $ECHO_N "checking for long file names... $ECHO_C" >&6
    61226187+if test "${ac_cv_sys_long_file_names+set}" = set; then
     
    61576222+done
    61586223+fi
    6159 +echo "$as_me:2679: result: $ac_cv_sys_long_file_names" >&5
     6224+echo "$as_me:2680: result: $ac_cv_sys_long_file_names" >&5
    61606225+echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
    61616226+if test $ac_cv_sys_long_file_names = yes; then
     
    61696234+# if we find pkg-config, check if we should install the ".pc" files.
    61706235+
    6171 +echo "$as_me:2691: checking if you want to use pkg-config" >&5
     6236+echo "$as_me:2692: checking if you want to use pkg-config" >&5
    61726237+echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6
    61736238+
     
    61796244+  cf_pkg_config=yes
    61806245+fi;
    6181 +echo "$as_me:2701: result: $cf_pkg_config" >&5
     6246+echo "$as_me:2702: result: $cf_pkg_config" >&5
    61826247+echo "${ECHO_T}$cf_pkg_config" >&6
    61836248+
     
    61896254+       # Extract the first word of "pkg-config", so it can be a program name with args.
    61906255+set dummy pkg-config; ac_word=$2
    6191 +echo "$as_me:2711: checking for $ac_word" >&5
     6256+echo "$as_me:2712: checking for $ac_word" >&5
    61926257+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    61936258+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
     
    62066271+  if $as_executable_p "$ac_dir/$ac_word"; then
    62076272+   ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
    6208 +   echo "$as_me:2728: found $ac_dir/$ac_word" >&5
     6273+   echo "$as_me:2729: found $ac_dir/$ac_word" >&5
    62096274+   break
    62106275+fi
     
    62186283+
    62196284+if test -n "$PKG_CONFIG"; then
    6220 +  echo "$as_me:2740: result: $PKG_CONFIG" >&5
     6285+  echo "$as_me:2741: result: $PKG_CONFIG" >&5
    62216286+echo "${ECHO_T}$PKG_CONFIG" >&6
    62226287+else
    6223 +  echo "$as_me:2743: result: no" >&5
     6288+  echo "$as_me:2744: result: no" >&5
    62246289+echo "${ECHO_T}no" >&6
    62256290+fi
     
    62596324+  ;;
    62606325+*)
    6261 +  { { echo "$as_me:2781: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
     6326+  { { echo "$as_me:2782: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
    62626327+echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;}
    62636328+   { (exit 1); exit 1; }; }
     
    62686333+
    62696334+if test "$PKG_CONFIG" != no ; then
    6270 +       echo "$as_me:2790: checking if we should install .pc files for $PKG_CONFIG" >&5
     6335+       echo "$as_me:2791: checking if we should install .pc files for $PKG_CONFIG" >&5
    62716336+echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6
    62726337+
     
    62856350+  enable_pc_files=no
    62866351+fi;
    6287 +               echo "$as_me:2807: result: $enable_pc_files" >&5
     6352+               echo "$as_me:2808: result: $enable_pc_files" >&5
    62886353+echo "${ECHO_T}$enable_pc_files" >&6
    62896354+       else
    6290 +               echo "$as_me:2810: result: no" >&5
     6355+               echo "$as_me:2811: result: no" >&5
    62916356+echo "${ECHO_T}no" >&6
    6292 +               { echo "$as_me:2812: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5
     6357+               { echo "$as_me:2813: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5
    62936358+echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;}
    62946359+               enable_pc_files=no
     
    62966361+fi
    62976362+
    6298 +echo "$as_me:2818: checking if we should assume mixed-case filenames" >&5
     6363+echo "$as_me:2819: checking if you want to build test-programs" >&5
     6364+echo $ECHO_N "checking if you want to build test-programs... $ECHO_C" >&6
     6365+
     6366+# Check whether --with-tests or --without-tests was given.
     6367+if test "${with_tests+set}" = set; then
     6368+  withval="$with_tests"
     6369+  cf_with_tests=$withval
     6370+else
     6371+  cf_with_tests=yes
     6372+fi;
     6373+echo "$as_me:2829: result: $cf_with_tests" >&5
     6374+echo "${ECHO_T}$cf_with_tests" >&6
     6375+
     6376+echo "$as_me:2832: checking if we should assume mixed-case filenames" >&5
    62996377+echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6
    63006378+
     
    63066384+  enable_mixedcase=auto
    63076385+fi;
    6308 +echo "$as_me:2828: result: $enable_mixedcase" >&5
     6386+echo "$as_me:2842: result: $enable_mixedcase" >&5
    63096387+echo "${ECHO_T}$enable_mixedcase" >&6
    63106388+if test "$enable_mixedcase" = "auto" ; then
    63116389+
    6312 +echo "$as_me:2832: checking if filesystem supports mixed-case filenames" >&5
     6390+echo "$as_me:2846: checking if filesystem supports mixed-case filenames" >&5
    63136391+echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6
    63146392+if test "${cf_cv_mixedcase+set}" = set; then
     
    63376415+
    63386416+fi
    6339 +echo "$as_me:2859: result: $cf_cv_mixedcase" >&5
     6417+echo "$as_me:2873: result: $cf_cv_mixedcase" >&5
    63406418+echo "${ECHO_T}$cf_cv_mixedcase" >&6
    63416419+test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF
     
    63546432+
    63556433+# do this after mixed-case option (tags/TAGS is not as important as tic).
    6356 +echo "$as_me:2876: checking whether ${MAKE-make} sets \${MAKE}" >&5
     6434+echo "$as_me:2890: checking whether ${MAKE-make} sets \${MAKE}" >&5
    63576435+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
    63586436+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
     
    63746452+fi
    63756453+if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    6376 +  echo "$as_me:2896: result: yes" >&5
     6454+  echo "$as_me:2910: result: yes" >&5
    63776455+echo "${ECHO_T}yes" >&6
    63786456+  SET_MAKE=
    63796457+else
    6380 +  echo "$as_me:2900: result: no" >&5
     6458+  echo "$as_me:2914: result: no" >&5
    63816459+echo "${ECHO_T}no" >&6
    63826460+  SET_MAKE="MAKE=${MAKE-make}"
     
    63876465+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    63886466+set dummy $ac_prog; ac_word=$2
    6389 +echo "$as_me:2909: checking for $ac_word" >&5
     6467+echo "$as_me:2923: checking for $ac_word" >&5
    63906468+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    63916469+if test "${ac_cv_prog_CTAGS+set}" = set; then
     
    64026480+  $as_executable_p "$ac_dir/$ac_word" || continue
    64036481+ac_cv_prog_CTAGS="$ac_prog"
    6404 +echo "$as_me:2924: found $ac_dir/$ac_word" >&5
     6482+echo "$as_me:2938: found $ac_dir/$ac_word" >&5
    64056483+break
    64066484+done
     
    64106488+CTAGS=$ac_cv_prog_CTAGS
    64116489+if test -n "$CTAGS"; then
    6412 +  echo "$as_me:2932: result: $CTAGS" >&5
     6490+  echo "$as_me:2946: result: $CTAGS" >&5
    64136491+echo "${ECHO_T}$CTAGS" >&6
    64146492+else
    6415 +  echo "$as_me:2935: result: no" >&5
     6493+  echo "$as_me:2949: result: no" >&5
    64166494+echo "${ECHO_T}no" >&6
    64176495+fi
     
    64246502+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    64256503+set dummy $ac_prog; ac_word=$2
    6426 +echo "$as_me:2946: checking for $ac_word" >&5
     6504+echo "$as_me:2960: checking for $ac_word" >&5
    64276505+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    64286506+if test "${ac_cv_prog_ETAGS+set}" = set; then
     
    64396517+  $as_executable_p "$ac_dir/$ac_word" || continue
    64406518+ac_cv_prog_ETAGS="$ac_prog"
    6441 +echo "$as_me:2961: found $ac_dir/$ac_word" >&5
     6519+echo "$as_me:2975: found $ac_dir/$ac_word" >&5
    64426520+break
    64436521+done
     
    64476525+ETAGS=$ac_cv_prog_ETAGS
    64486526+if test -n "$ETAGS"; then
    6449 +  echo "$as_me:2969: result: $ETAGS" >&5
     6527+  echo "$as_me:2983: result: $ETAGS" >&5
    64506528+echo "${ECHO_T}$ETAGS" >&6
    64516529+else
    6452 +  echo "$as_me:2972: result: no" >&5
     6530+  echo "$as_me:2986: result: no" >&5
    64536531+echo "${ECHO_T}no" >&6
    64546532+fi
     
    64576535+done
    64586536+
    6459 +# Extract the first word of "${CTAGS-ctags}", so it can be a program name with args.
    6460 +set dummy ${CTAGS-ctags}; ac_word=$2
    6461 +echo "$as_me:2981: checking for $ac_word" >&5
     6537+# Extract the first word of "${CTAGS:-ctags}", so it can be a program name with args.
     6538+set dummy ${CTAGS:-ctags}; ac_word=$2
     6539+echo "$as_me:2995: checking for $ac_word" >&5
    64626540+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    64636541+if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then
     
    64746552+  $as_executable_p "$ac_dir/$ac_word" || continue
    64756553+ac_cv_prog_MAKE_LOWER_TAGS="yes"
    6476 +echo "$as_me:2996: found $ac_dir/$ac_word" >&5
     6554+echo "$as_me:3010: found $ac_dir/$ac_word" >&5
    64776555+break
    64786556+done
     
    64836561+MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
    64846562+if test -n "$MAKE_LOWER_TAGS"; then
    6485 +  echo "$as_me:3005: result: $MAKE_LOWER_TAGS" >&5
     6563+  echo "$as_me:3019: result: $MAKE_LOWER_TAGS" >&5
    64866564+echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
    64876565+else
    6488 +  echo "$as_me:3008: result: no" >&5
     6566+  echo "$as_me:3022: result: no" >&5
    64896567+echo "${ECHO_T}no" >&6
    64906568+fi
    64916569+
    64926570+if test "$cf_cv_mixedcase" = yes ; then
    6493 +       # Extract the first word of "${ETAGS-etags}", so it can be a program name with args.
    6494 +set dummy ${ETAGS-etags}; ac_word=$2
    6495 +echo "$as_me:3015: checking for $ac_word" >&5
     6571+       # Extract the first word of "${ETAGS:-etags}", so it can be a program name with args.
     6572+set dummy ${ETAGS:-etags}; ac_word=$2
     6573+echo "$as_me:3029: checking for $ac_word" >&5
    64966574+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    64976575+if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then
     
    65086586+  $as_executable_p "$ac_dir/$ac_word" || continue
    65096587+ac_cv_prog_MAKE_UPPER_TAGS="yes"
    6510 +echo "$as_me:3030: found $ac_dir/$ac_word" >&5
     6588+echo "$as_me:3044: found $ac_dir/$ac_word" >&5
    65116589+break
    65126590+done
     
    65176595+MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
    65186596+if test -n "$MAKE_UPPER_TAGS"; then
    6519 +  echo "$as_me:3039: result: $MAKE_UPPER_TAGS" >&5
     6597+  echo "$as_me:3053: result: $MAKE_UPPER_TAGS" >&5
    65206598+echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
    65216599+else
    6522 +  echo "$as_me:3042: result: no" >&5
     6600+  echo "$as_me:3056: result: no" >&5
    65236601+echo "${ECHO_T}no" >&6
    65246602+fi
     
    65406618+fi
    65416619+
    6542 +echo "$as_me:3062: checking for makeflags variable" >&5
     6620+echo "$as_me:3076: checking for makeflags variable" >&5
    65436621+echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6
    65446622+if test "${cf_cv_makeflags+set}" = set; then
     
    65546632+       @ echo '.$cf_option'
    65556633+CF_EOF
    6556 +               cf_result=`${MAKE-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[        ]*$,,'`
     6634+               cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[       ]*$,,'`
    65576635+               case "$cf_result" in
    65586636+               .*k)
    6559 +                       cf_result=`${MAKE-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
     6637+                       cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
    65606638+                       case "$cf_result" in
    65616639+                       .*CC=*) cf_cv_makeflags=
     
    65746652+
    65756653+fi
    6576 +echo "$as_me:3096: result: $cf_cv_makeflags" >&5
     6654+echo "$as_me:3110: result: $cf_cv_makeflags" >&5
    65776655+echo "${ECHO_T}$cf_cv_makeflags" >&6
    65786656+
     
    65806658+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    65816659+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    6582 +echo "$as_me:3102: checking for $ac_word" >&5
     6660+echo "$as_me:3116: checking for $ac_word" >&5
    65836661+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    65846662+if test "${ac_cv_prog_RANLIB+set}" = set; then
     
    65956673+  $as_executable_p "$ac_dir/$ac_word" || continue
    65966674+ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    6597 +echo "$as_me:3117: found $ac_dir/$ac_word" >&5
     6675+echo "$as_me:3131: found $ac_dir/$ac_word" >&5
    65986676+break
    65996677+done
     
    66036681+RANLIB=$ac_cv_prog_RANLIB
    66046682+if test -n "$RANLIB"; then
    6605 +  echo "$as_me:3125: result: $RANLIB" >&5
     6683+  echo "$as_me:3139: result: $RANLIB" >&5
    66066684+echo "${ECHO_T}$RANLIB" >&6
    66076685+else
    6608 +  echo "$as_me:3128: result: no" >&5
     6686+  echo "$as_me:3142: result: no" >&5
    66096687+echo "${ECHO_T}no" >&6
    66106688+fi
     
    66156693+  # Extract the first word of "ranlib", so it can be a program name with args.
    66166694+set dummy ranlib; ac_word=$2
    6617 +echo "$as_me:3137: checking for $ac_word" >&5
     6695+echo "$as_me:3151: checking for $ac_word" >&5
    66186696+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    66196697+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
     
    66306708+  $as_executable_p "$ac_dir/$ac_word" || continue
    66316709+ac_cv_prog_ac_ct_RANLIB="ranlib"
    6632 +echo "$as_me:3152: found $ac_dir/$ac_word" >&5
     6710+echo "$as_me:3166: found $ac_dir/$ac_word" >&5
    66336711+break
    66346712+done
     
    66396717+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    66406718+if test -n "$ac_ct_RANLIB"; then
    6641 +  echo "$as_me:3161: result: $ac_ct_RANLIB" >&5
     6719+  echo "$as_me:3175: result: $ac_ct_RANLIB" >&5
    66426720+echo "${ECHO_T}$ac_ct_RANLIB" >&6
    66436721+else
    6644 +  echo "$as_me:3164: result: no" >&5
     6722+  echo "$as_me:3178: result: no" >&5
    66456723+echo "${ECHO_T}no" >&6
    66466724+fi
     
    66546732+  # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
    66556733+set dummy ${ac_tool_prefix}ld; ac_word=$2
    6656 +echo "$as_me:3176: checking for $ac_word" >&5
     6734+echo "$as_me:3190: checking for $ac_word" >&5
    66576735+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    66586736+if test "${ac_cv_prog_LD+set}" = set; then
     
    66696747+  $as_executable_p "$ac_dir/$ac_word" || continue
    66706748+ac_cv_prog_LD="${ac_tool_prefix}ld"
    6671 +echo "$as_me:3191: found $ac_dir/$ac_word" >&5
     6749+echo "$as_me:3205: found $ac_dir/$ac_word" >&5
    66726750+break
    66736751+done
     
    66776755+LD=$ac_cv_prog_LD
    66786756+if test -n "$LD"; then
    6679 +  echo "$as_me:3199: result: $LD" >&5
     6757+  echo "$as_me:3213: result: $LD" >&5
    66806758+echo "${ECHO_T}$LD" >&6
    66816759+else
    6682 +  echo "$as_me:3202: result: no" >&5
     6760+  echo "$as_me:3216: result: no" >&5
    66836761+echo "${ECHO_T}no" >&6
    66846762+fi
     
    66896767+  # Extract the first word of "ld", so it can be a program name with args.
    66906768+set dummy ld; ac_word=$2
    6691 +echo "$as_me:3211: checking for $ac_word" >&5
     6769+echo "$as_me:3225: checking for $ac_word" >&5
    66926770+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    66936771+if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
     
    67046782+  $as_executable_p "$ac_dir/$ac_word" || continue
    67056783+ac_cv_prog_ac_ct_LD="ld"
    6706 +echo "$as_me:3226: found $ac_dir/$ac_word" >&5
     6784+echo "$as_me:3240: found $ac_dir/$ac_word" >&5
    67076785+break
    67086786+done
     
    67136791+ac_ct_LD=$ac_cv_prog_ac_ct_LD
    67146792+if test -n "$ac_ct_LD"; then
    6715 +  echo "$as_me:3235: result: $ac_ct_LD" >&5
     6793+  echo "$as_me:3249: result: $ac_ct_LD" >&5
    67166794+echo "${ECHO_T}$ac_ct_LD" >&6
    67176795+else
    6718 +  echo "$as_me:3238: result: no" >&5
     6796+  echo "$as_me:3252: result: no" >&5
    67196797+echo "${ECHO_T}no" >&6
    67206798+fi
     
    67286806+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    67296807+set dummy ${ac_tool_prefix}ar; ac_word=$2
    6730 +echo "$as_me:3250: checking for $ac_word" >&5
     6808+echo "$as_me:3264: checking for $ac_word" >&5
    67316809+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    67326810+if test "${ac_cv_prog_AR+set}" = set; then
     
    67436821+  $as_executable_p "$ac_dir/$ac_word" || continue
    67446822+ac_cv_prog_AR="${ac_tool_prefix}ar"
    6745 +echo "$as_me:3265: found $ac_dir/$ac_word" >&5
     6823+echo "$as_me:3279: found $ac_dir/$ac_word" >&5
    67466824+break
    67476825+done
     
    67516829+AR=$ac_cv_prog_AR
    67526830+if test -n "$AR"; then
    6753 +  echo "$as_me:3273: result: $AR" >&5
     6831+  echo "$as_me:3287: result: $AR" >&5
    67546832+echo "${ECHO_T}$AR" >&6
    67556833+else
    6756 +  echo "$as_me:3276: result: no" >&5
     6834+  echo "$as_me:3290: result: no" >&5
    67576835+echo "${ECHO_T}no" >&6
    67586836+fi
     
    67636841+  # Extract the first word of "ar", so it can be a program name with args.
    67646842+set dummy ar; ac_word=$2
    6765 +echo "$as_me:3285: checking for $ac_word" >&5
     6843+echo "$as_me:3299: checking for $ac_word" >&5
    67666844+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    67676845+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
     
    67786856+  $as_executable_p "$ac_dir/$ac_word" || continue
    67796857+ac_cv_prog_ac_ct_AR="ar"
    6780 +echo "$as_me:3300: found $ac_dir/$ac_word" >&5
     6858+echo "$as_me:3314: found $ac_dir/$ac_word" >&5
    67816859+break
    67826860+done
     
    67876865+ac_ct_AR=$ac_cv_prog_ac_ct_AR
    67886866+if test -n "$ac_ct_AR"; then
    6789 +  echo "$as_me:3309: result: $ac_ct_AR" >&5
     6867+  echo "$as_me:3323: result: $ac_ct_AR" >&5
    67906868+echo "${ECHO_T}$ac_ct_AR" >&6
    67916869+else
    6792 +  echo "$as_me:3312: result: no" >&5
     6870+  echo "$as_me:3326: result: no" >&5
    67936871+echo "${ECHO_T}no" >&6
    67946872+fi
     
    68026880+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    68036881+set dummy ${ac_tool_prefix}ar; ac_word=$2
    6804 +echo "$as_me:3324: checking for $ac_word" >&5
     6882+echo "$as_me:3338: checking for $ac_word" >&5
    68056883+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    68066884+if test "${ac_cv_prog_AR+set}" = set; then
     
    68176895+  $as_executable_p "$ac_dir/$ac_word" || continue
    68186896+ac_cv_prog_AR="${ac_tool_prefix}ar"
    6819 +echo "$as_me:3339: found $ac_dir/$ac_word" >&5
     6897+echo "$as_me:3353: found $ac_dir/$ac_word" >&5
    68206898+break
    68216899+done
     
    68256903+AR=$ac_cv_prog_AR
    68266904+if test -n "$AR"; then
    6827 +  echo "$as_me:3347: result: $AR" >&5
     6905+  echo "$as_me:3361: result: $AR" >&5
    68286906+echo "${ECHO_T}$AR" >&6
    68296907+else
    6830 +  echo "$as_me:3350: result: no" >&5
     6908+  echo "$as_me:3364: result: no" >&5
    68316909+echo "${ECHO_T}no" >&6
    68326910+fi
     
    68376915+  # Extract the first word of "ar", so it can be a program name with args.
    68386916+set dummy ar; ac_word=$2
    6839 +echo "$as_me:3359: checking for $ac_word" >&5
     6917+echo "$as_me:3373: checking for $ac_word" >&5
    68406918+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    68416919+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
     
    68526930+  $as_executable_p "$ac_dir/$ac_word" || continue
    68536931+ac_cv_prog_ac_ct_AR="ar"
    6854 +echo "$as_me:3374: found $ac_dir/$ac_word" >&5
     6932+echo "$as_me:3388: found $ac_dir/$ac_word" >&5
    68556933+break
    68566934+done
     
    68616939+ac_ct_AR=$ac_cv_prog_ac_ct_AR
    68626940+if test -n "$ac_ct_AR"; then
    6863 +  echo "$as_me:3383: result: $ac_ct_AR" >&5
     6941+  echo "$as_me:3397: result: $ac_ct_AR" >&5
    68646942+echo "${ECHO_T}$ac_ct_AR" >&6
    68656943+else
    6866 +  echo "$as_me:3386: result: no" >&5
     6944+  echo "$as_me:3400: result: no" >&5
    68676945+echo "${ECHO_T}no" >&6
    68686946+fi
     
    68736951+fi
    68746952+
    6875 +echo "$as_me:3395: checking for options to update archives" >&5
     6953+echo "$as_me:3409: checking for options to update archives" >&5
    68766954+echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6
    68776955+if test "${cf_cv_ar_flags+set}" = set; then
     
    68966974+
    68976975+               cat >conftest.$ac_ext <<EOF
    6898 +#line 3418 "configure"
     6976+#line 3432 "configure"
    68996977+int    testdata[3] = { 123, 456, 789 };
    69006978+EOF
    6901 +               if { (eval echo "$as_me:3421: \"$ac_compile\"") >&5
     6979+               if { (eval echo "$as_me:3435: \"$ac_compile\"") >&5
    69026980+  (eval $ac_compile) 2>&5
    69036981+  ac_status=$?
    6904 +  echo "$as_me:3424: \$? = $ac_status" >&5
     6982+  echo "$as_me:3438: \$? = $ac_status" >&5
    69056983+  (exit $ac_status); } ; then
    69066984+                       echo "$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext" >&5
     
    69136991+                       test -n "$verbose" && echo "    cannot compile test-program" 1>&6
    69146992+
    6915 +echo "${as_me-configure}:3435: testing cannot compile test-program ..." 1>&5
     6993+echo "${as_me:-configure}:3449: testing cannot compile test-program ..." 1>&5
    69166994+
    69176995+                       break
     
    69216999+
    69227000+fi
    6923 +echo "$as_me:3443: result: $cf_cv_ar_flags" >&5
     7001+echo "$as_me:3457: result: $cf_cv_ar_flags" >&5
    69247002+echo "${ECHO_T}$cf_cv_ar_flags" >&6
    69257003+
     
    69327010+fi
    69337011+
    6934 +echo "$as_me:3454: checking if you have specified an install-prefix" >&5
     7012+echo "$as_me:3468: checking if you have specified an install-prefix" >&5
    69357013+echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6
    69367014+
     
    69457023+       esac
    69467024+fi;
    6947 +echo "$as_me:3467: result: $DESTDIR" >&5
     7025+echo "$as_me:3481: result: $DESTDIR" >&5
    69487026+echo "${ECHO_T}$DESTDIR" >&6
    69497027+
     
    69737051+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    69747052+set dummy $ac_prog; ac_word=$2
    6975 +echo "$as_me:3495: checking for $ac_word" >&5
     7053+echo "$as_me:3509: checking for $ac_word" >&5
    69767054+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    69777055+if test "${ac_cv_prog_BUILD_CC+set}" = set; then
     
    69887066+  $as_executable_p "$ac_dir/$ac_word" || continue
    69897067+ac_cv_prog_BUILD_CC="$ac_prog"
    6990 +echo "$as_me:3510: found $ac_dir/$ac_word" >&5
     7068+echo "$as_me:3524: found $ac_dir/$ac_word" >&5
    69917069+break
    69927070+done
     
    69967074+BUILD_CC=$ac_cv_prog_BUILD_CC
    69977075+if test -n "$BUILD_CC"; then
    6998 +  echo "$as_me:3518: result: $BUILD_CC" >&5
     7076+  echo "$as_me:3532: result: $BUILD_CC" >&5
    69997077+echo "${ECHO_T}$BUILD_CC" >&6
    70007078+else
    7001 +  echo "$as_me:3521: result: no" >&5
     7079+  echo "$as_me:3535: result: no" >&5
    70027080+echo "${ECHO_T}no" >&6
    70037081+fi
     
    70077085+
    70087086+fi;
    7009 +       echo "$as_me:3529: checking for native build C compiler" >&5
     7087+       echo "$as_me:3543: checking for native build C compiler" >&5
    70107088+echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
    7011 +       echo "$as_me:3531: result: $BUILD_CC" >&5
     7089+       echo "$as_me:3545: result: $BUILD_CC" >&5
    70127090+echo "${ECHO_T}$BUILD_CC" >&6
    70137091+
    7014 +       echo "$as_me:3534: checking for native build C preprocessor" >&5
     7092+       echo "$as_me:3548: checking for native build C preprocessor" >&5
    70157093+echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6
    70167094+
     
    70227100+  BUILD_CPP='${BUILD_CC} -E'
    70237101+fi;
    7024 +       echo "$as_me:3544: result: $BUILD_CPP" >&5
     7102+       echo "$as_me:3558: result: $BUILD_CPP" >&5
    70257103+echo "${ECHO_T}$BUILD_CPP" >&6
    70267104+
    7027 +       echo "$as_me:3547: checking for native build C flags" >&5
     7105+       echo "$as_me:3561: checking for native build C flags" >&5
    70287106+echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6
    70297107+
     
    70337111+  BUILD_CFLAGS="$withval"
    70347112+fi;
    7035 +       echo "$as_me:3555: result: $BUILD_CFLAGS" >&5
     7113+       echo "$as_me:3569: result: $BUILD_CFLAGS" >&5
    70367114+echo "${ECHO_T}$BUILD_CFLAGS" >&6
    70377115+
    7038 +       echo "$as_me:3558: checking for native build C preprocessor-flags" >&5
     7116+       echo "$as_me:3572: checking for native build C preprocessor-flags" >&5
    70397117+echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6
    70407118+
     
    70447122+  BUILD_CPPFLAGS="$withval"
    70457123+fi;
    7046 +       echo "$as_me:3566: result: $BUILD_CPPFLAGS" >&5
     7124+       echo "$as_me:3580: result: $BUILD_CPPFLAGS" >&5
    70477125+echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
    70487126+
    7049 +       echo "$as_me:3569: checking for native build linker-flags" >&5
     7127+       echo "$as_me:3583: checking for native build linker-flags" >&5
    70507128+echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6
    70517129+
     
    70557133+  BUILD_LDFLAGS="$withval"
    70567134+fi;
    7057 +       echo "$as_me:3577: result: $BUILD_LDFLAGS" >&5
     7135+       echo "$as_me:3591: result: $BUILD_LDFLAGS" >&5
    70587136+echo "${ECHO_T}$BUILD_LDFLAGS" >&6
    70597137+
    7060 +       echo "$as_me:3580: checking for native build linker-libraries" >&5
     7138+       echo "$as_me:3594: checking for native build linker-libraries" >&5
    70617139+echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6
    70627140+
     
    70667144+  BUILD_LIBS="$withval"
    70677145+fi;
    7068 +       echo "$as_me:3588: result: $BUILD_LIBS" >&5
     7146+       echo "$as_me:3602: result: $BUILD_LIBS" >&5
    70697147+echo "${ECHO_T}$BUILD_LIBS" >&6
    70707148+
     
    70767154+
    70777155+       if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
    7078 +               { { echo "$as_me:3598: error: Cross-build requires two compilers.
     7156+               { { echo "$as_me:3612: error: Cross-build requires two compilers.
    70797157+Use --with-build-cc to specify the native compiler." >&5
    70807158+echo "$as_me: error: Cross-build requires two compilers.
     
    71007178+### shared, for example.
    71017179+cf_list_models=""
    7102 +echo "$as_me:3622: checking for specified models" >&5
     7180+echo "$as_me:3636: checking for specified models" >&5
    71037181+echo $ECHO_N "checking for specified models... $ECHO_C" >&6
    71047182+test -z "$cf_list_models" && cf_list_models=normal
    7105 +echo "$as_me:3625: result: $cf_list_models" >&5
     7183+echo "$as_me:3639: result: $cf_list_models" >&5
    71067184+echo "${ECHO_T}$cf_list_models" >&6
    71077185+
    71087186+### Use the first model as the default, and save its suffix for use in building
    71097187+### up test-applications.
    7110 +echo "$as_me:3630: checking for default model" >&5
     7188+echo "$as_me:3644: checking for default model" >&5
    71117189+echo $ECHO_N "checking for default model... $ECHO_C" >&6
    71127190+DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'`
    7113 +echo "$as_me:3633: result: $DFT_LWR_MODEL" >&5
     7191+echo "$as_me:3647: result: $DFT_LWR_MODEL" >&5
    71147192+echo "${ECHO_T}$DFT_LWR_MODEL" >&6
    71157193+
     
    71457223+  ;;
    71467224+*)
    7147 +  { { echo "$as_me:3667: error: expected a pathname, not \"$withval\"" >&5
     7225+  { { echo "$as_me:3681: error: expected a pathname, not \"$withval\"" >&5
    71487226+echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    71497227+   { (exit 1); exit 1; }; }
     
    71567234+fi;
    71577235+
    7158 +echo "$as_me:3678: checking if you want wide-character code" >&5
     7236+echo "$as_me:3692: checking if you want wide-character code" >&5
    71597237+echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
    71607238+
     
    71667244+  with_widec=no
    71677245+fi;
    7168 +echo "$as_me:3688: result: $with_widec" >&5
     7246+echo "$as_me:3702: result: $with_widec" >&5
    71697247+echo "${ECHO_T}$with_widec" >&6
    71707248+if test "$with_widec" = yes ; then
    71717249+
    7172 +echo "$as_me:3692: checking for multibyte character support" >&5
     7250+echo "$as_me:3706: checking for multibyte character support" >&5
    71737251+echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
    71747252+if test "${cf_cv_utf8_lib+set}" = set; then
     
    71787256+       cf_save_LIBS="$LIBS"
    71797257+       cat >conftest.$ac_ext <<_ACEOF
    7180 +#line 3700 "configure"
     7258+#line 3714 "configure"
    71817259+#include "confdefs.h"
    71827260+
     
    71917269+_ACEOF
    71927270+rm -f conftest.$ac_objext conftest$ac_exeext
    7193 +if { (eval echo "$as_me:3713: \"$ac_link\"") >&5
     7271+if { (eval echo "$as_me:3727: \"$ac_link\"") >&5
    71947272+  (eval $ac_link) 2>&5
    71957273+  ac_status=$?
    7196 +  echo "$as_me:3716: \$? = $ac_status" >&5
     7274+  echo "$as_me:3730: \$? = $ac_status" >&5
    71977275+  (exit $ac_status); } &&
    71987276+         { ac_try='test -s conftest$ac_exeext'
    7199 +  { (eval echo "$as_me:3719: \"$ac_try\"") >&5
     7277+  { (eval echo "$as_me:3733: \"$ac_try\"") >&5
    72007278+  (eval $ac_try) 2>&5
    72017279+  ac_status=$?
    7202 +  echo "$as_me:3722: \$? = $ac_status" >&5
     7280+  echo "$as_me:3736: \$? = $ac_status" >&5
    72037281+  (exit $ac_status); }; }; then
    72047282+  cf_cv_utf8_lib=yes
     
    72127290+cf_cv_library_path_utf8=
    72137291+
    7214 +echo "${as_me-configure}:3734: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
     7292+echo "${as_me:-configure}:3748: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
    72157293+
    72167294+cf_save_LIBS="$LIBS"
    72177295+
    72187296+cat >conftest.$ac_ext <<_ACEOF
    7219 +#line 3739 "configure"
     7297+#line 3753 "configure"
    72207298+#include "confdefs.h"
    72217299+
     
    72307308+_ACEOF
    72317309+rm -f conftest.$ac_objext conftest$ac_exeext
    7232 +if { (eval echo "$as_me:3752: \"$ac_link\"") >&5
     7310+if { (eval echo "$as_me:3766: \"$ac_link\"") >&5
    72337311+  (eval $ac_link) 2>&5
    72347312+  ac_status=$?
    7235 +  echo "$as_me:3755: \$? = $ac_status" >&5
     7313+  echo "$as_me:3769: \$? = $ac_status" >&5
    72367314+  (exit $ac_status); } &&
    72377315+         { ac_try='test -s conftest$ac_exeext'
    7238 +  { (eval echo "$as_me:3758: \"$ac_try\"") >&5
     7316+  { (eval echo "$as_me:3772: \"$ac_try\"") >&5
    72397317+  (eval $ac_try) 2>&5
    72407318+  ac_status=$?
    7241 +  echo "$as_me:3761: \$? = $ac_status" >&5
     7319+  echo "$as_me:3775: \$? = $ac_status" >&5
    72427320+  (exit $ac_status); }; }; then
    72437321+
     
    72537331+
    72547332+cat >conftest.$ac_ext <<_ACEOF
    7255 +#line 3775 "configure"
     7333+#line 3789 "configure"
    72567334+#include "confdefs.h"
    72577335+
     
    72667344+_ACEOF
    72677345+rm -f conftest.$ac_objext conftest$ac_exeext
    7268 +if { (eval echo "$as_me:3788: \"$ac_link\"") >&5
     7346+if { (eval echo "$as_me:3802: \"$ac_link\"") >&5
    72697347+  (eval $ac_link) 2>&5
    72707348+  ac_status=$?
    7271 +  echo "$as_me:3791: \$? = $ac_status" >&5
     7349+  echo "$as_me:3805: \$? = $ac_status" >&5
    72727350+  (exit $ac_status); } &&
    72737351+         { ac_try='test -s conftest$ac_exeext'
    7274 +  { (eval echo "$as_me:3794: \"$ac_try\"") >&5
     7352+  { (eval echo "$as_me:3808: \"$ac_try\"") >&5
    72757353+  (eval $ac_try) 2>&5
    72767354+  ac_status=$?
    7277 +  echo "$as_me:3797: \$? = $ac_status" >&5
     7355+  echo "$as_me:3811: \$? = $ac_status" >&5
    72787356+  (exit $ac_status); }; }; then
    72797357+
     
    72927370+    test -n "$verbose" && echo "       find linkage for utf8 library" 1>&6
    72937371+
    7294 +echo "${as_me-configure}:3814: testing find linkage for utf8 library ..." 1>&5
    7295 +
    7296 +echo "${as_me-configure}:3816: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
     7372+echo "${as_me:-configure}:3828: testing find linkage for utf8 library ..." 1>&5
     7373+
     7374+echo "${as_me:-configure}:3830: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
    72977375+
    72987376+    cf_save_CPPFLAGS="$CPPFLAGS"
     
    74077485+        test -n "$verbose" && echo "   ... testing $cf_cv_header_path_utf8" 1>&6
    74087486+
    7409 +echo "${as_me-configure}:3929: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
     7487+echo "${as_me:-configure}:3943: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
    74107488+
    74117489+        CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8"
    74127490+        cat >conftest.$ac_ext <<_ACEOF
    7413 +#line 3933 "configure"
     7491+#line 3947 "configure"
    74147492+#include "confdefs.h"
    74157493+
     
    74247502+_ACEOF
    74257503+rm -f conftest.$ac_objext
    7426 +if { (eval echo "$as_me:3946: \"$ac_compile\"") >&5
     7504+if { (eval echo "$as_me:3960: \"$ac_compile\"") >&5
    74277505+  (eval $ac_compile) 2>&5
    74287506+  ac_status=$?
    7429 +  echo "$as_me:3949: \$? = $ac_status" >&5
     7507+  echo "$as_me:3963: \$? = $ac_status" >&5
    74307508+  (exit $ac_status); } &&
    74317509+         { ac_try='test -s conftest.$ac_objext'
    7432 +  { (eval echo "$as_me:3952: \"$ac_try\"") >&5
     7510+  { (eval echo "$as_me:3966: \"$ac_try\"") >&5
    74337511+  (eval $ac_try) 2>&5
    74347512+  ac_status=$?
    7435 +  echo "$as_me:3955: \$? = $ac_status" >&5
     7513+  echo "$as_me:3969: \$? = $ac_status" >&5
    74367514+  (exit $ac_status); }; }; then
    74377515+
    74387516+            test -n "$verbose" && echo "       ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6
    74397517+
    7440 +echo "${as_me-configure}:3960: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
     7518+echo "${as_me:-configure}:3974: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
    74417519+
    74427520+            cf_cv_find_linkage_utf8=maybe
     
    74567534+    if test "$cf_cv_find_linkage_utf8" = maybe ; then
    74577535+
    7458 +echo "${as_me-configure}:3978: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
     7536+echo "${as_me:-configure}:3992: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
    74597537+
    74607538+      cf_save_LIBS="$LIBS"
     
    75537631+            test -n "$verbose" && echo "       ... testing $cf_cv_library_path_utf8" 1>&6
    75547632+
    7555 +echo "${as_me-configure}:4075: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
     7633+echo "${as_me:-configure}:4089: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
    75567634+
    75577635+            CPPFLAGS="$cf_test_CPPFLAGS"
     
    75597637+            LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8"
    75607638+            cat >conftest.$ac_ext <<_ACEOF
    7561 +#line 4081 "configure"
     7639+#line 4095 "configure"
    75627640+#include "confdefs.h"
    75637641+
     
    75727650+_ACEOF
    75737651+rm -f conftest.$ac_objext conftest$ac_exeext
    7574 +if { (eval echo "$as_me:4094: \"$ac_link\"") >&5
     7652+if { (eval echo "$as_me:4108: \"$ac_link\"") >&5
    75757653+  (eval $ac_link) 2>&5
    75767654+  ac_status=$?
    7577 +  echo "$as_me:4097: \$? = $ac_status" >&5
     7655+  echo "$as_me:4111: \$? = $ac_status" >&5
    75787656+  (exit $ac_status); } &&
    75797657+         { ac_try='test -s conftest$ac_exeext'
    7580 +  { (eval echo "$as_me:4100: \"$ac_try\"") >&5
     7658+  { (eval echo "$as_me:4114: \"$ac_try\"") >&5
    75817659+  (eval $ac_try) 2>&5
    75827660+  ac_status=$?
    7583 +  echo "$as_me:4103: \$? = $ac_status" >&5
     7661+  echo "$as_me:4117: \$? = $ac_status" >&5
    75847662+  (exit $ac_status); }; }; then
    75857663+
    75867664+                test -n "$verbose" && echo "   ... found utf8 library in $cf_cv_library_path_utf8" 1>&6
    75877665+
    7588 +echo "${as_me-configure}:4108: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
     7666+echo "${as_me:-configure}:4122: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
    75897667+
    75907668+                cf_cv_find_linkage_utf8=yes
     
    76287706+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    76297707+fi
    7630 +echo "$as_me:4150: result: $cf_cv_utf8_lib" >&5
     7708+echo "$as_me:4164: result: $cf_cv_utf8_lib" >&5
    76317709+echo "${ECHO_T}$cf_cv_utf8_lib" >&6
    76327710+
     
    76627740+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    76637741+                         cat >conftest.$ac_ext <<_ACEOF
    7664 +#line 4184 "configure"
     7742+#line 4198 "configure"
    76657743+#include "confdefs.h"
    76667744+#include <stdio.h>
     
    76747752+_ACEOF
    76757753+rm -f conftest.$ac_objext
    7676 +if { (eval echo "$as_me:4196: \"$ac_compile\"") >&5
     7754+if { (eval echo "$as_me:4210: \"$ac_compile\"") >&5
    76777755+  (eval $ac_compile) 2>&5
    76787756+  ac_status=$?
    7679 +  echo "$as_me:4199: \$? = $ac_status" >&5
     7757+  echo "$as_me:4213: \$? = $ac_status" >&5
    76807758+  (exit $ac_status); } &&
    76817759+         { ac_try='test -s conftest.$ac_objext'
    7682 +  { (eval echo "$as_me:4202: \"$ac_try\"") >&5
     7760+  { (eval echo "$as_me:4216: \"$ac_try\"") >&5
    76837761+  (eval $ac_try) 2>&5
    76847762+  ac_status=$?
    7685 +  echo "$as_me:4205: \$? = $ac_status" >&5
     7763+  echo "$as_me:4219: \$? = $ac_status" >&5
    76867764+  (exit $ac_status); }; }; then
    76877765+  :
     
    77007778+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    77017779+
    7702 +echo "${as_me-configure}:4222: testing adding $cf_add_incdir to include-path ..." 1>&5
     7780+echo "${as_me:-configure}:4236: testing adding $cf_add_incdir to include-path ..." 1>&5
    77037781+
    77047782+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    77347812+        test -n "$verbose" && echo "   adding $cf_add_libdir to library-path" 1>&6
    77357813+
    7736 +echo "${as_me-configure}:4256: testing adding $cf_add_libdir to library-path ..." 1>&5
     7814+echo "${as_me:-configure}:4270: testing adding $cf_add_libdir to library-path ..." 1>&5
    77377815+
    77387816+        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
     
    77527830+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    77537831+set dummy $ac_prog; ac_word=$2
    7754 +echo "$as_me:4274: checking for $ac_word" >&5
     7832+echo "$as_me:4288: checking for $ac_word" >&5
    77557833+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    77567834+if test "${ac_cv_path_NCURSES_CONFIG+set}" = set; then
     
    77697847+  if $as_executable_p "$ac_dir/$ac_word"; then
    77707848+   ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word"
    7771 +   echo "$as_me:4291: found $ac_dir/$ac_word" >&5
     7849+   echo "$as_me:4305: found $ac_dir/$ac_word" >&5
    77727850+   break
    77737851+fi
     
    77807858+
    77817859+if test -n "$NCURSES_CONFIG"; then
    7782 +  echo "$as_me:4302: result: $NCURSES_CONFIG" >&5
     7860+  echo "$as_me:4316: result: $NCURSES_CONFIG" >&5
    77837861+echo "${ECHO_T}$NCURSES_CONFIG" >&6
    77847862+else
    7785 +  echo "$as_me:4305: result: no" >&5
     7863+  echo "$as_me:4319: result: no" >&5
    77867864+echo "${ECHO_T}no" >&6
    77877865+fi
     
    77987876+# even with config script, some packages use no-override for curses.h
    77997877+
    7800 +echo "$as_me:4320: checking if we have identified curses headers" >&5
     7878+echo "$as_me:4334: checking if we have identified curses headers" >&5
    78017879+echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6
    78027880+if test "${cf_cv_ncurses_header+set}" = set; then
     
    78127890+do
    78137891+cat >conftest.$ac_ext <<_ACEOF
    7814 +#line 4334 "configure"
     7892+#line 4348 "configure"
    78157893+#include "confdefs.h"
    78167894+#include <${cf_header}>
     
    78247902+_ACEOF
    78257903+rm -f conftest.$ac_objext
    7826 +if { (eval echo "$as_me:4346: \"$ac_compile\"") >&5
     7904+if { (eval echo "$as_me:4360: \"$ac_compile\"") >&5
    78277905+  (eval $ac_compile) 2>&5
    78287906+  ac_status=$?
    7829 +  echo "$as_me:4349: \$? = $ac_status" >&5
     7907+  echo "$as_me:4363: \$? = $ac_status" >&5
    78307908+  (exit $ac_status); } &&
    78317909+         { ac_try='test -s conftest.$ac_objext'
    7832 +  { (eval echo "$as_me:4352: \"$ac_try\"") >&5
     7910+  { (eval echo "$as_me:4366: \"$ac_try\"") >&5
    78337911+  (eval $ac_try) 2>&5
    78347912+  ac_status=$?
    7835 +  echo "$as_me:4355: \$? = $ac_status" >&5
     7913+  echo "$as_me:4369: \$? = $ac_status" >&5
    78367914+  (exit $ac_status); }; }; then
    78377915+  cf_cv_ncurses_header=$cf_header; break
     
    78447922+
    78457923+fi
    7846 +echo "$as_me:4366: result: $cf_cv_ncurses_header" >&5
     7924+echo "$as_me:4380: result: $cf_cv_ncurses_header" >&5
    78477925+echo "${ECHO_T}$cf_cv_ncurses_header" >&6
    78487926+
    78497927+if test "$cf_cv_ncurses_header" = none ; then
    7850 +       { { echo "$as_me:4370: error: No curses header-files found" >&5
     7928+       { { echo "$as_me:4384: error: No curses header-files found" >&5
    78517929+echo "$as_me: error: No curses header-files found" >&2;}
    78527930+   { (exit 1); exit 1; }; }
     
    78587936+do
    78597937+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    7860 +echo "$as_me:4380: checking for $ac_header" >&5
     7938+echo "$as_me:4394: checking for $ac_header" >&5
    78617939+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    78627940+if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    78647942+else
    78657943+  cat >conftest.$ac_ext <<_ACEOF
    7866 +#line 4386 "configure"
     7944+#line 4400 "configure"
    78677945+#include "confdefs.h"
    78687946+#include <$ac_header>
    78697947+_ACEOF
    7870 +if { (eval echo "$as_me:4390: \"$ac_cpp conftest.$ac_ext\"") >&5
     7948+if { (eval echo "$as_me:4404: \"$ac_cpp conftest.$ac_ext\"") >&5
    78717949+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    78727950+  ac_status=$?
     
    78747952+  rm -f conftest.er1
    78757953+  cat conftest.err >&5
    7876 +  echo "$as_me:4396: \$? = $ac_status" >&5
     7954+  echo "$as_me:4410: \$? = $ac_status" >&5
    78777955+  (exit $ac_status); } >/dev/null; then
    78787956+  if test -s conftest.err; then
     
    78937971+rm -f conftest.err conftest.$ac_ext
    78947972+fi
    7895 +echo "$as_me:4415: result: `eval echo '${'$as_ac_Header'}'`" >&5
     7973+echo "$as_me:4429: result: `eval echo '${'$as_ac_Header'}'`" >&5
    78967974+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    78977975+if test `eval echo '${'$as_ac_Header'}'` = yes; then
     
    79468024+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    79478025+                         cat >conftest.$ac_ext <<_ACEOF
    7948 +#line 4468 "configure"
     8026+#line 4482 "configure"
    79498027+#include "confdefs.h"
    79508028+#include <stdio.h>
     
    79588036+_ACEOF
    79598037+rm -f conftest.$ac_objext
    7960 +if { (eval echo "$as_me:4480: \"$ac_compile\"") >&5
     8038+if { (eval echo "$as_me:4494: \"$ac_compile\"") >&5
    79618039+  (eval $ac_compile) 2>&5
    79628040+  ac_status=$?
    7963 +  echo "$as_me:4483: \$? = $ac_status" >&5
     8041+  echo "$as_me:4497: \$? = $ac_status" >&5
    79648042+  (exit $ac_status); } &&
    79658043+         { ac_try='test -s conftest.$ac_objext'
    7966 +  { (eval echo "$as_me:4486: \"$ac_try\"") >&5
     8044+  { (eval echo "$as_me:4500: \"$ac_try\"") >&5
    79678045+  (eval $ac_try) 2>&5
    79688046+  ac_status=$?
    7969 +  echo "$as_me:4489: \$? = $ac_status" >&5
     8047+  echo "$as_me:4503: \$? = $ac_status" >&5
    79708048+  (exit $ac_status); }; }; then
    79718049+  :
     
    79848062+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    79858063+
    7986 +echo "${as_me-configure}:4506: testing adding $cf_add_incdir to include-path ..." 1>&5
     8064+echo "${as_me:-configure}:4520: testing adding $cf_add_incdir to include-path ..." 1>&5
    79878065+
    79888066+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    80018079+}
    80028080+
    8003 +echo "$as_me:4523: checking for $cf_ncuhdr_root header in include-path" >&5
     8081+echo "$as_me:4537: checking for $cf_ncuhdr_root header in include-path" >&5
    80048082+echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6
    80058083+if test "${cf_cv_ncurses_h+set}" = set; then
     
    80138091+
    80148092+       cat >conftest.$ac_ext <<_ACEOF
    8015 +#line 4535 "configure"
     8093+#line 4549 "configure"
    80168094+#include "confdefs.h"
    80178095+
     
    80458123+_ACEOF
    80468124+rm -f conftest.$ac_objext
    8047 +if { (eval echo "$as_me:4567: \"$ac_compile\"") >&5
     8125+if { (eval echo "$as_me:4581: \"$ac_compile\"") >&5
    80488126+  (eval $ac_compile) 2>&5
    80498127+  ac_status=$?
    8050 +  echo "$as_me:4570: \$? = $ac_status" >&5
     8128+  echo "$as_me:4584: \$? = $ac_status" >&5
    80518129+  (exit $ac_status); } &&
    80528130+         { ac_try='test -s conftest.$ac_objext'
    8053 +  { (eval echo "$as_me:4573: \"$ac_try\"") >&5
     8131+  { (eval echo "$as_me:4587: \"$ac_try\"") >&5
    80548132+  (eval $ac_try) 2>&5
    80558133+  ac_status=$?
    8056 +  echo "$as_me:4576: \$? = $ac_status" >&5
     8134+  echo "$as_me:4590: \$? = $ac_status" >&5
    80578135+  (exit $ac_status); }; }; then
    80588136+  cf_cv_ncurses_h=$cf_header
     
    80698147+
    80708148+fi
    8071 +echo "$as_me:4591: result: $cf_cv_ncurses_h" >&5
     8149+echo "$as_me:4605: result: $cf_cv_ncurses_h" >&5
    80728150+echo "${ECHO_T}$cf_cv_ncurses_h" >&6
    80738151+
     
    80768154+else
    80778155+
    8078 +echo "$as_me:4598: checking for $cf_ncuhdr_root include-path" >&5
     8156+echo "$as_me:4612: checking for $cf_ncuhdr_root include-path" >&5
    80798157+echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6
    80808158+if test "${cf_cv_ncurses_h2+set}" = set; then
     
    82168294+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    82178295+                         cat >conftest.$ac_ext <<_ACEOF
    8218 +#line 4738 "configure"
     8296+#line 4752 "configure"
    82198297+#include "confdefs.h"
    82208298+#include <stdio.h>
     
    82288306+_ACEOF
    82298307+rm -f conftest.$ac_objext
    8230 +if { (eval echo "$as_me:4750: \"$ac_compile\"") >&5
     8308+if { (eval echo "$as_me:4764: \"$ac_compile\"") >&5
    82318309+  (eval $ac_compile) 2>&5
    82328310+  ac_status=$?
    8233 +  echo "$as_me:4753: \$? = $ac_status" >&5
     8311+  echo "$as_me:4767: \$? = $ac_status" >&5
    82348312+  (exit $ac_status); } &&
    82358313+         { ac_try='test -s conftest.$ac_objext'
    8236 +  { (eval echo "$as_me:4756: \"$ac_try\"") >&5
     8314+  { (eval echo "$as_me:4770: \"$ac_try\"") >&5
    82378315+  (eval $ac_try) 2>&5
    82388316+  ac_status=$?
    8239 +  echo "$as_me:4759: \$? = $ac_status" >&5
     8317+  echo "$as_me:4773: \$? = $ac_status" >&5
    82408318+  (exit $ac_status); }; }; then
    82418319+  :
     
    82548332+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    82558333+
    8256 +echo "${as_me-configure}:4776: testing adding $cf_add_incdir to include-path ..." 1>&5
     8334+echo "${as_me:-configure}:4790: testing adding $cf_add_incdir to include-path ..." 1>&5
    82578335+
    82588336+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    82758353+
    82768354+       cat >conftest.$ac_ext <<_ACEOF
    8277 +#line 4797 "configure"
     8355+#line 4811 "configure"
    82788356+#include "confdefs.h"
    82798357+
     
    82998377+_ACEOF
    83008378+rm -f conftest.$ac_objext
    8301 +if { (eval echo "$as_me:4821: \"$ac_compile\"") >&5
     8379+if { (eval echo "$as_me:4835: \"$ac_compile\"") >&5
    83028380+  (eval $ac_compile) 2>&5
    83038381+  ac_status=$?
    8304 +  echo "$as_me:4824: \$? = $ac_status" >&5
     8382+  echo "$as_me:4838: \$? = $ac_status" >&5
    83058383+  (exit $ac_status); } &&
    83068384+         { ac_try='test -s conftest.$ac_objext'
    8307 +  { (eval echo "$as_me:4827: \"$ac_try\"") >&5
     8385+  { (eval echo "$as_me:4841: \"$ac_try\"") >&5
    83088386+  (eval $ac_try) 2>&5
    83098387+  ac_status=$?
    8310 +  echo "$as_me:4830: \$? = $ac_status" >&5
     8388+  echo "$as_me:4844: \$? = $ac_status" >&5
    83118389+  (exit $ac_status); }; }; then
    83128390+  cf_cv_ncurses_h2=$cf_header
     
    83298407+               test "$cf_cv_ncurses_h2" != no && break
    83308408+       done
    8331 +       test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:4851: error: not found" >&5
     8409+       test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:4865: error: not found" >&5
    83328410+echo "$as_me: error: not found" >&2;}
    83338411+   { (exit 1); exit 1; }; }
    83348412+
    83358413+fi
    8336 +echo "$as_me:4856: result: $cf_cv_ncurses_h2" >&5
     8414+echo "$as_me:4870: result: $cf_cv_ncurses_h2" >&5
    83378415+echo "${ECHO_T}$cf_cv_ncurses_h2" >&6
    83388416+
     
    83678445+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    83688446+                         cat >conftest.$ac_ext <<_ACEOF
    8369 +#line 4889 "configure"
     8447+#line 4903 "configure"
    83708448+#include "confdefs.h"
    83718449+#include <stdio.h>
     
    83798457+_ACEOF
    83808458+rm -f conftest.$ac_objext
    8381 +if { (eval echo "$as_me:4901: \"$ac_compile\"") >&5
     8459+if { (eval echo "$as_me:4915: \"$ac_compile\"") >&5
    83828460+  (eval $ac_compile) 2>&5
    83838461+  ac_status=$?
    8384 +  echo "$as_me:4904: \$? = $ac_status" >&5
     8462+  echo "$as_me:4918: \$? = $ac_status" >&5
    83858463+  (exit $ac_status); } &&
    83868464+         { ac_try='test -s conftest.$ac_objext'
    8387 +  { (eval echo "$as_me:4907: \"$ac_try\"") >&5
     8465+  { (eval echo "$as_me:4921: \"$ac_try\"") >&5
    83888466+  (eval $ac_try) 2>&5
    83898467+  ac_status=$?
    8390 +  echo "$as_me:4910: \$? = $ac_status" >&5
     8468+  echo "$as_me:4924: \$? = $ac_status" >&5
    83918469+  (exit $ac_status); }; }; then
    83928470+  :
     
    84058483+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    84068484+
    8407 +echo "${as_me-configure}:4927: testing adding $cf_add_incdir to include-path ..." 1>&5
     8485+echo "${as_me:-configure}:4941: testing adding $cf_add_incdir to include-path ..." 1>&5
    84088486+
    84098487+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    84488526+esac
    84498527+
    8450 +echo "$as_me:4970: checking for terminfo header" >&5
     8528+echo "$as_me:4984: checking for terminfo header" >&5
    84518529+echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6
    84528530+if test "${cf_cv_term_header+set}" = set; then
     
    84668544+do
    84678545+cat >conftest.$ac_ext <<_ACEOF
    8468 +#line 4988 "configure"
     8546+#line 5002 "configure"
    84698547+#include "confdefs.h"
    84708548+#include <stdio.h>
    8471 +#include <${cf_cv_ncurses_header-curses.h}>
     8549+#include <${cf_cv_ncurses_header:-curses.h}>
    84728550+#include <$cf_test>
    84738551+
     
    84818559+_ACEOF
    84828560+rm -f conftest.$ac_objext
    8483 +if { (eval echo "$as_me:5003: \"$ac_compile\"") >&5
     8561+if { (eval echo "$as_me:5017: \"$ac_compile\"") >&5
    84848562+  (eval $ac_compile) 2>&5
    84858563+  ac_status=$?
    8486 +  echo "$as_me:5006: \$? = $ac_status" >&5
     8564+  echo "$as_me:5020: \$? = $ac_status" >&5
    84878565+  (exit $ac_status); } &&
    84888566+         { ac_try='test -s conftest.$ac_objext'
    8489 +  { (eval echo "$as_me:5009: \"$ac_try\"") >&5
     8567+  { (eval echo "$as_me:5023: \"$ac_try\"") >&5
    84908568+  (eval $ac_try) 2>&5
    84918569+  ac_status=$?
    8492 +  echo "$as_me:5012: \$? = $ac_status" >&5
     8570+  echo "$as_me:5026: \$? = $ac_status" >&5
    84938571+  (exit $ac_status); }; }; then
    84948572+
     
    85068584+
    85078585+fi
    8508 +echo "$as_me:5028: result: $cf_cv_term_header" >&5
     8586+echo "$as_me:5042: result: $cf_cv_term_header" >&5
    85098587+echo "${ECHO_T}$cf_cv_term_header" >&6
    85108588+
     
    85408618+EOF
    85418619+
    8542 +echo "$as_me:5062: checking for ncurses version" >&5
     8620+echo "$as_me:5076: checking for ncurses version" >&5
    85438621+echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
    85448622+if test "${cf_cv_ncurses_version+set}" = set; then
     
    85548632+       # Autoconf token.  The 'unproto' program does that.
    85558633+       cat > conftest.$ac_ext <<EOF
    8556 +#include <${cf_cv_ncurses_header-curses.h}>
     8634+#include <${cf_cv_ncurses_header:-curses.h}>
    85578635+#undef Autoconf
    85588636+#ifdef NCURSES_VERSION
     
    85668644+EOF
    85678645+       cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
    8568 +       { (eval echo "$as_me:5088: \"$cf_try\"") >&5
     8646+       { (eval echo "$as_me:5102: \"$cf_try\"") >&5
    85698647+  (eval $cf_try) 2>&5
    85708648+  ac_status=$?
    8571 +  echo "$as_me:5091: \$? = $ac_status" >&5
     8649+  echo "$as_me:5105: \$? = $ac_status" >&5
    85728650+  (exit $ac_status); }
    85738651+       if test -f conftest.out ; then
     
    85798657+else
    85808658+  cat >conftest.$ac_ext <<_ACEOF
    8581 +#line 5101 "configure"
     8659+#line 5115 "configure"
    85828660+#include "confdefs.h"
    85838661+
    8584 +#include <${cf_cv_ncurses_header-curses.h}>
     8662+#include <${cf_cv_ncurses_header:-curses.h}>
    85858663+#include <stdio.h>
    85868664+int main()
     
    86008678+# endif
    86018679+#endif
    8602 +       ${cf_cv_main_return-return}(0);
     8680+       ${cf_cv_main_return:-return}(0);
    86038681+}
    86048682+_ACEOF
    86058683+rm -f conftest$ac_exeext
    8606 +if { (eval echo "$as_me:5126: \"$ac_link\"") >&5
     8684+if { (eval echo "$as_me:5140: \"$ac_link\"") >&5
    86078685+  (eval $ac_link) 2>&5
    86088686+  ac_status=$?
    8609 +  echo "$as_me:5129: \$? = $ac_status" >&5
     8687+  echo "$as_me:5143: \$? = $ac_status" >&5
    86108688+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    8611 +  { (eval echo "$as_me:5131: \"$ac_try\"") >&5
     8689+  { (eval echo "$as_me:5145: \"$ac_try\"") >&5
    86128690+  (eval $ac_try) 2>&5
    86138691+  ac_status=$?
    8614 +  echo "$as_me:5134: \$? = $ac_status" >&5
     8692+  echo "$as_me:5148: \$? = $ac_status" >&5
    86158693+  (exit $ac_status); }; }; then
    86168694+
     
    86268704+
    86278705+fi
    8628 +echo "$as_me:5148: result: $cf_cv_ncurses_version" >&5
     8706+echo "$as_me:5162: result: $cf_cv_ncurses_version" >&5
    86298707+echo "${ECHO_T}$cf_cv_ncurses_version" >&6
    86308708+test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
     
    86388716+cf_ncurses_LIBS=""
    86398717+cf_ncurses_SAVE="$LIBS"
    8640 +echo "$as_me:5160: checking for Gpm_Open in -lgpm" >&5
     8718+echo "$as_me:5174: checking for Gpm_Open in -lgpm" >&5
    86418719+echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
    86428720+if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
     
    86468724+LIBS="-lgpm  $LIBS"
    86478725+cat >conftest.$ac_ext <<_ACEOF
    8648 +#line 5168 "configure"
     8726+#line 5182 "configure"
    86498727+#include "confdefs.h"
    86508728+
     
    86658743+_ACEOF
    86668744+rm -f conftest.$ac_objext conftest$ac_exeext
    8667 +if { (eval echo "$as_me:5187: \"$ac_link\"") >&5
     8745+if { (eval echo "$as_me:5201: \"$ac_link\"") >&5
    86688746+  (eval $ac_link) 2>&5
    86698747+  ac_status=$?
    8670 +  echo "$as_me:5190: \$? = $ac_status" >&5
     8748+  echo "$as_me:5204: \$? = $ac_status" >&5
    86718749+  (exit $ac_status); } &&
    86728750+         { ac_try='test -s conftest$ac_exeext'
    8673 +  { (eval echo "$as_me:5193: \"$ac_try\"") >&5
     8751+  { (eval echo "$as_me:5207: \"$ac_try\"") >&5
    86748752+  (eval $ac_try) 2>&5
    86758753+  ac_status=$?
    8676 +  echo "$as_me:5196: \$? = $ac_status" >&5
     8754+  echo "$as_me:5210: \$? = $ac_status" >&5
    86778755+  (exit $ac_status); }; }; then
    86788756+  ac_cv_lib_gpm_Gpm_Open=yes
     
    86858763+LIBS=$ac_check_lib_save_LIBS
    86868764+fi
    8687 +echo "$as_me:5207: result: $ac_cv_lib_gpm_Gpm_Open" >&5
     8765+echo "$as_me:5221: result: $ac_cv_lib_gpm_Gpm_Open" >&5
    86888766+echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
    86898767+if test $ac_cv_lib_gpm_Gpm_Open = yes; then
    8690 +  echo "$as_me:5210: checking for initscr in -lgpm" >&5
     8768+  echo "$as_me:5224: checking for initscr in -lgpm" >&5
    86918769+echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6
    86928770+if test "${ac_cv_lib_gpm_initscr+set}" = set; then
     
    86968774+LIBS="-lgpm  $LIBS"
    86978775+cat >conftest.$ac_ext <<_ACEOF
    8698 +#line 5218 "configure"
     8776+#line 5232 "configure"
    86998777+#include "confdefs.h"
    87008778+
     
    87158793+_ACEOF
    87168794+rm -f conftest.$ac_objext conftest$ac_exeext
    8717 +if { (eval echo "$as_me:5237: \"$ac_link\"") >&5
     8795+if { (eval echo "$as_me:5251: \"$ac_link\"") >&5
    87188796+  (eval $ac_link) 2>&5
    87198797+  ac_status=$?
    8720 +  echo "$as_me:5240: \$? = $ac_status" >&5
     8798+  echo "$as_me:5254: \$? = $ac_status" >&5
    87218799+  (exit $ac_status); } &&
    87228800+         { ac_try='test -s conftest$ac_exeext'
    8723 +  { (eval echo "$as_me:5243: \"$ac_try\"") >&5
     8801+  { (eval echo "$as_me:5257: \"$ac_try\"") >&5
    87248802+  (eval $ac_try) 2>&5
    87258803+  ac_status=$?
    8726 +  echo "$as_me:5246: \$? = $ac_status" >&5
     8804+  echo "$as_me:5260: \$? = $ac_status" >&5
    87278805+  (exit $ac_status); }; }; then
    87288806+  ac_cv_lib_gpm_initscr=yes
     
    87358813+LIBS=$ac_check_lib_save_LIBS
    87368814+fi
    8737 +echo "$as_me:5257: result: $ac_cv_lib_gpm_initscr" >&5
     8815+echo "$as_me:5271: result: $ac_cv_lib_gpm_initscr" >&5
    87388816+echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6
    87398817+if test $ac_cv_lib_gpm_initscr = yes; then
     
    87508828+       # version of ncurses (but it should do no harm, since it's static).
    87518829+       if test "$cf_nculib_root" = ncurses ; then
    8752 +               echo "$as_me:5272: checking for tgoto in -lmytinfo" >&5
     8830+               echo "$as_me:5286: checking for tgoto in -lmytinfo" >&5
    87538831+echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
    87548832+if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
     
    87588836+LIBS="-lmytinfo  $LIBS"
    87598837+cat >conftest.$ac_ext <<_ACEOF
    8760 +#line 5280 "configure"
     8838+#line 5294 "configure"
    87618839+#include "confdefs.h"
    87628840+
     
    87778855+_ACEOF
    87788856+rm -f conftest.$ac_objext conftest$ac_exeext
    8779 +if { (eval echo "$as_me:5299: \"$ac_link\"") >&5
     8857+if { (eval echo "$as_me:5313: \"$ac_link\"") >&5
    87808858+  (eval $ac_link) 2>&5
    87818859+  ac_status=$?
    8782 +  echo "$as_me:5302: \$? = $ac_status" >&5
     8860+  echo "$as_me:5316: \$? = $ac_status" >&5
    87838861+  (exit $ac_status); } &&
    87848862+         { ac_try='test -s conftest$ac_exeext'
    8785 +  { (eval echo "$as_me:5305: \"$ac_try\"") >&5
     8863+  { (eval echo "$as_me:5319: \"$ac_try\"") >&5
    87868864+  (eval $ac_try) 2>&5
    87878865+  ac_status=$?
    8788 +  echo "$as_me:5308: \$? = $ac_status" >&5
     8866+  echo "$as_me:5322: \$? = $ac_status" >&5
    87898867+  (exit $ac_status); }; }; then
    87908868+  ac_cv_lib_mytinfo_tgoto=yes
     
    87978875+LIBS=$ac_check_lib_save_LIBS
    87988876+fi
    8799 +echo "$as_me:5319: result: $ac_cv_lib_mytinfo_tgoto" >&5
     8877+echo "$as_me:5333: result: $ac_cv_lib_mytinfo_tgoto" >&5
    88008878+echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
    88018879+if test $ac_cv_lib_mytinfo_tgoto = yes; then
     
    88318909+        test -n "$verbose" && echo "   adding $cf_add_libdir to library-path" 1>&6
    88328910+
    8833 +echo "${as_me-configure}:5353: testing adding $cf_add_libdir to library-path ..." 1>&5
     8911+echo "${as_me:-configure}:5367: testing adding $cf_add_libdir to library-path ..." 1>&5
    88348912+
    88358913+        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
     
    88448922+       eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
    88458923+       cf_libdir=""
    8846 +       echo "$as_me:5366: checking for initscr" >&5
     8924+       echo "$as_me:5380: checking for initscr" >&5
    88478925+echo $ECHO_N "checking for initscr... $ECHO_C" >&6
    88488926+if test "${ac_cv_func_initscr+set}" = set; then
     
    88508928+else
    88518929+  cat >conftest.$ac_ext <<_ACEOF
    8852 +#line 5372 "configure"
     8930+#line 5386 "configure"
    88538931+#include "confdefs.h"
    88548932+/* System header to define __stub macros and hopefully few prototypes,
     
    88818959+_ACEOF
    88828960+rm -f conftest.$ac_objext conftest$ac_exeext
    8883 +if { (eval echo "$as_me:5403: \"$ac_link\"") >&5
     8961+if { (eval echo "$as_me:5417: \"$ac_link\"") >&5
    88848962+  (eval $ac_link) 2>&5
    88858963+  ac_status=$?
    8886 +  echo "$as_me:5406: \$? = $ac_status" >&5
     8964+  echo "$as_me:5420: \$? = $ac_status" >&5
    88878965+  (exit $ac_status); } &&
    88888966+         { ac_try='test -s conftest$ac_exeext'
    8889 +  { (eval echo "$as_me:5409: \"$ac_try\"") >&5
     8967+  { (eval echo "$as_me:5423: \"$ac_try\"") >&5
    88908968+  (eval $ac_try) 2>&5
    88918969+  ac_status=$?
    8892 +  echo "$as_me:5412: \$? = $ac_status" >&5
     8970+  echo "$as_me:5426: \$? = $ac_status" >&5
    88938971+  (exit $ac_status); }; }; then
    88948972+  ac_cv_func_initscr=yes
     
    89008978+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    89018979+fi
    8902 +echo "$as_me:5422: result: $ac_cv_func_initscr" >&5
     8980+echo "$as_me:5436: result: $ac_cv_func_initscr" >&5
    89038981+echo "${ECHO_T}$ac_cv_func_initscr" >&6
    89048982+if test $ac_cv_func_initscr = yes; then
     
    89078985+
    89088986+               cf_save_LIBS="$LIBS"
    8909 +               echo "$as_me:5429: checking for initscr in -l$cf_nculib_root" >&5
     8987+               echo "$as_me:5443: checking for initscr in -l$cf_nculib_root" >&5
    89108988+echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6
    89118989+               LIBS="-l$cf_nculib_root $LIBS"
    89128990+               cat >conftest.$ac_ext <<_ACEOF
    8913 +#line 5433 "configure"
     8991+#line 5447 "configure"
    89148992+#include "confdefs.h"
    8915 +#include <${cf_cv_ncurses_header-curses.h}>
     8993+#include <${cf_cv_ncurses_header:-curses.h}>
    89168994+int
    89178995+main ()
     
    89239001+_ACEOF
    89249002+rm -f conftest.$ac_objext conftest$ac_exeext
    8925 +if { (eval echo "$as_me:5445: \"$ac_link\"") >&5
     9003+if { (eval echo "$as_me:5459: \"$ac_link\"") >&5
    89269004+  (eval $ac_link) 2>&5
    89279005+  ac_status=$?
    8928 +  echo "$as_me:5448: \$? = $ac_status" >&5
     9006+  echo "$as_me:5462: \$? = $ac_status" >&5
    89299007+  (exit $ac_status); } &&
    89309008+         { ac_try='test -s conftest$ac_exeext'
    8931 +  { (eval echo "$as_me:5451: \"$ac_try\"") >&5
     9009+  { (eval echo "$as_me:5465: \"$ac_try\"") >&5
    89329010+  (eval $ac_try) 2>&5
    89339011+  ac_status=$?
    8934 +  echo "$as_me:5454: \$? = $ac_status" >&5
     9012+  echo "$as_me:5468: \$? = $ac_status" >&5
    89359013+  (exit $ac_status); }; }; then
    8936 +  echo "$as_me:5456: result: yes" >&5
     9014+  echo "$as_me:5470: result: yes" >&5
    89379015+echo "${ECHO_T}yes" >&6
    89389016+                        eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
     
    89419019+  echo "$as_me: failed program was:" >&5
    89429020+cat conftest.$ac_ext >&5
    8943 +echo "$as_me:5463: result: no" >&5
     9021+echo "$as_me:5477: result: no" >&5
    89449022+echo "${ECHO_T}no" >&6
    89459023+
     
    90319109+                       for cf_libdir in $cf_search
    90329110+                       do
    9033 +                               echo "$as_me:5553: checking for -l$cf_nculib_root in $cf_libdir" >&5
     9111+                               echo "$as_me:5567: checking for -l$cf_nculib_root in $cf_libdir" >&5
    90349112+echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6
    90359113+                               LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
    90369114+                               cat >conftest.$ac_ext <<_ACEOF
    9037 +#line 5557 "configure"
     9115+#line 5571 "configure"
    90389116+#include "confdefs.h"
    9039 +#include <${cf_cv_ncurses_header-curses.h}>
     9117+#include <${cf_cv_ncurses_header:-curses.h}>
    90409118+int
    90419119+main ()
     
    90479125+_ACEOF
    90489126+rm -f conftest.$ac_objext conftest$ac_exeext
    9049 +if { (eval echo "$as_me:5569: \"$ac_link\"") >&5
     9127+if { (eval echo "$as_me:5583: \"$ac_link\"") >&5
    90509128+  (eval $ac_link) 2>&5
    90519129+  ac_status=$?
    9052 +  echo "$as_me:5572: \$? = $ac_status" >&5
     9130+  echo "$as_me:5586: \$? = $ac_status" >&5
    90539131+  (exit $ac_status); } &&
    90549132+         { ac_try='test -s conftest$ac_exeext'
    9055 +  { (eval echo "$as_me:5575: \"$ac_try\"") >&5
     9133+  { (eval echo "$as_me:5589: \"$ac_try\"") >&5
    90569134+  (eval $ac_try) 2>&5
    90579135+  ac_status=$?
    9058 +  echo "$as_me:5578: \$? = $ac_status" >&5
     9136+  echo "$as_me:5592: \$? = $ac_status" >&5
    90599137+  (exit $ac_status); }; }; then
    9060 +  echo "$as_me:5580: result: yes" >&5
     9138+  echo "$as_me:5594: result: yes" >&5
    90619139+echo "${ECHO_T}yes" >&6
    90629140+                                        eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
     
    90659143+  echo "$as_me: failed program was:" >&5
    90669144+cat conftest.$ac_ext >&5
    9067 +echo "$as_me:5587: result: no" >&5
     9145+echo "$as_me:5601: result: no" >&5
    90689146+echo "${ECHO_T}no" >&6
    90699147+                                        LIBS="$cf_save_LIBS"
     
    90809158+
    90819159+if test $cf_found_library = no ; then
    9082 +       { { echo "$as_me:5602: error: Cannot link $cf_nculib_root library" >&5
     9160+       { { echo "$as_me:5616: error: Cannot link $cf_nculib_root library" >&5
    90839161+echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
    90849162+   { (exit 1); exit 1; }; }
     
    90889166+
    90899167+if test -n "$cf_ncurses_LIBS" ; then
    9090 +       echo "$as_me:5610: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
     9168+       echo "$as_me:5624: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
    90919169+echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6
    90929170+       cf_ncurses_SAVE="$LIBS"
     
    90989176+       done
    90999177+       cat >conftest.$ac_ext <<_ACEOF
    9100 +#line 5620 "configure"
     9178+#line 5634 "configure"
    91019179+#include "confdefs.h"
    9102 +#include <${cf_cv_ncurses_header-curses.h}>
     9180+#include <${cf_cv_ncurses_header:-curses.h}>
    91039181+int
    91049182+main ()
     
    91109188+_ACEOF
    91119189+rm -f conftest.$ac_objext conftest$ac_exeext
    9112 +if { (eval echo "$as_me:5632: \"$ac_link\"") >&5
     9190+if { (eval echo "$as_me:5646: \"$ac_link\"") >&5
    91139191+  (eval $ac_link) 2>&5
    91149192+  ac_status=$?
    9115 +  echo "$as_me:5635: \$? = $ac_status" >&5
     9193+  echo "$as_me:5649: \$? = $ac_status" >&5
    91169194+  (exit $ac_status); } &&
    91179195+         { ac_try='test -s conftest$ac_exeext'
    9118 +  { (eval echo "$as_me:5638: \"$ac_try\"") >&5
     9196+  { (eval echo "$as_me:5652: \"$ac_try\"") >&5
    91199197+  (eval $ac_try) 2>&5
    91209198+  ac_status=$?
    9121 +  echo "$as_me:5641: \$? = $ac_status" >&5
     9199+  echo "$as_me:5655: \$? = $ac_status" >&5
    91229200+  (exit $ac_status); }; }; then
    9123 +  echo "$as_me:5643: result: yes" >&5
     9201+  echo "$as_me:5657: result: yes" >&5
    91249202+echo "${ECHO_T}yes" >&6
    91259203+else
    91269204+  echo "$as_me: failed program was:" >&5
    91279205+cat conftest.$ac_ext >&5
    9128 +echo "$as_me:5648: result: no" >&5
     9206+echo "$as_me:5662: result: no" >&5
    91299207+echo "${ECHO_T}no" >&6
    91309208+                LIBS="$cf_ncurses_SAVE"
     
    91509228+  # Extract the first word of "$ac_prog", so it can be a program name with args.
    91519229+set dummy $ac_prog; ac_word=$2
    9152 +echo "$as_me:5672: checking for $ac_word" >&5
     9230+echo "$as_me:5686: checking for $ac_word" >&5
    91539231+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    91549232+if test "${ac_cv_path_NCURSES_CONFIG+set}" = set; then
     
    91679245+  if $as_executable_p "$ac_dir/$ac_word"; then
    91689246+   ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word"
    9169 +   echo "$as_me:5689: found $ac_dir/$ac_word" >&5
     9247+   echo "$as_me:5703: found $ac_dir/$ac_word" >&5
    91709248+   break
    91719249+fi
     
    91789256+
    91799257+if test -n "$NCURSES_CONFIG"; then
    9180 +  echo "$as_me:5700: result: $NCURSES_CONFIG" >&5
     9258+  echo "$as_me:5714: result: $NCURSES_CONFIG" >&5
    91819259+echo "${ECHO_T}$NCURSES_CONFIG" >&6
    91829260+else
    9183 +  echo "$as_me:5703: result: no" >&5
     9261+  echo "$as_me:5717: result: no" >&5
    91849262+echo "${ECHO_T}no" >&6
    91859263+fi
     
    91969274+# even with config script, some packages use no-override for curses.h
    91979275+
    9198 +echo "$as_me:5718: checking if we have identified curses headers" >&5
     9276+echo "$as_me:5732: checking if we have identified curses headers" >&5
    91999277+echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6
    92009278+if test "${cf_cv_ncurses_header+set}" = set; then
     
    92109288+do
    92119289+cat >conftest.$ac_ext <<_ACEOF
    9212 +#line 5732 "configure"
     9290+#line 5746 "configure"
    92139291+#include "confdefs.h"
    92149292+#include <${cf_header}>
     
    92229300+_ACEOF
    92239301+rm -f conftest.$ac_objext
    9224 +if { (eval echo "$as_me:5744: \"$ac_compile\"") >&5
     9302+if { (eval echo "$as_me:5758: \"$ac_compile\"") >&5
    92259303+  (eval $ac_compile) 2>&5
    92269304+  ac_status=$?
    9227 +  echo "$as_me:5747: \$? = $ac_status" >&5
     9305+  echo "$as_me:5761: \$? = $ac_status" >&5
    92289306+  (exit $ac_status); } &&
    92299307+         { ac_try='test -s conftest.$ac_objext'
    9230 +  { (eval echo "$as_me:5750: \"$ac_try\"") >&5
     9308+  { (eval echo "$as_me:5764: \"$ac_try\"") >&5
    92319309+  (eval $ac_try) 2>&5
    92329310+  ac_status=$?
    9233 +  echo "$as_me:5753: \$? = $ac_status" >&5
     9311+  echo "$as_me:5767: \$? = $ac_status" >&5
    92349312+  (exit $ac_status); }; }; then
    92359313+  cf_cv_ncurses_header=$cf_header; break
     
    92429320+
    92439321+fi
    9244 +echo "$as_me:5764: result: $cf_cv_ncurses_header" >&5
     9322+echo "$as_me:5778: result: $cf_cv_ncurses_header" >&5
    92459323+echo "${ECHO_T}$cf_cv_ncurses_header" >&6
    92469324+
    92479325+if test "$cf_cv_ncurses_header" = none ; then
    9248 +       { { echo "$as_me:5768: error: No curses header-files found" >&5
     9326+       { { echo "$as_me:5782: error: No curses header-files found" >&5
    92499327+echo "$as_me: error: No curses header-files found" >&2;}
    92509328+   { (exit 1); exit 1; }; }
     
    92569334+do
    92579335+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    9258 +echo "$as_me:5778: checking for $ac_header" >&5
     9336+echo "$as_me:5792: checking for $ac_header" >&5
    92599337+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    92609338+if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    92629340+else
    92639341+  cat >conftest.$ac_ext <<_ACEOF
    9264 +#line 5784 "configure"
     9342+#line 5798 "configure"
    92659343+#include "confdefs.h"
    92669344+#include <$ac_header>
    92679345+_ACEOF
    9268 +if { (eval echo "$as_me:5788: \"$ac_cpp conftest.$ac_ext\"") >&5
     9346+if { (eval echo "$as_me:5802: \"$ac_cpp conftest.$ac_ext\"") >&5
    92699347+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    92709348+  ac_status=$?
     
    92729350+  rm -f conftest.er1
    92739351+  cat conftest.err >&5
    9274 +  echo "$as_me:5794: \$? = $ac_status" >&5
     9352+  echo "$as_me:5808: \$? = $ac_status" >&5
    92759353+  (exit $ac_status); } >/dev/null; then
    92769354+  if test -s conftest.err; then
     
    92919369+rm -f conftest.err conftest.$ac_ext
    92929370+fi
    9293 +echo "$as_me:5813: result: `eval echo '${'$as_ac_Header'}'`" >&5
     9371+echo "$as_me:5827: result: `eval echo '${'$as_ac_Header'}'`" >&5
    92949372+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    92959373+if test `eval echo '${'$as_ac_Header'}'` = yes; then
     
    93449422+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    93459423+                         cat >conftest.$ac_ext <<_ACEOF
    9346 +#line 5866 "configure"
     9424+#line 5880 "configure"
    93479425+#include "confdefs.h"
    93489426+#include <stdio.h>
     
    93569434+_ACEOF
    93579435+rm -f conftest.$ac_objext
    9358 +if { (eval echo "$as_me:5878: \"$ac_compile\"") >&5
     9436+if { (eval echo "$as_me:5892: \"$ac_compile\"") >&5
    93599437+  (eval $ac_compile) 2>&5
    93609438+  ac_status=$?
    9361 +  echo "$as_me:5881: \$? = $ac_status" >&5
     9439+  echo "$as_me:5895: \$? = $ac_status" >&5
    93629440+  (exit $ac_status); } &&
    93639441+         { ac_try='test -s conftest.$ac_objext'
    9364 +  { (eval echo "$as_me:5884: \"$ac_try\"") >&5
     9442+  { (eval echo "$as_me:5898: \"$ac_try\"") >&5
    93659443+  (eval $ac_try) 2>&5
    93669444+  ac_status=$?
    9367 +  echo "$as_me:5887: \$? = $ac_status" >&5
     9445+  echo "$as_me:5901: \$? = $ac_status" >&5
    93689446+  (exit $ac_status); }; }; then
    93699447+  :
     
    93829460+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    93839461+
    9384 +echo "${as_me-configure}:5904: testing adding $cf_add_incdir to include-path ..." 1>&5
     9462+echo "${as_me:-configure}:5918: testing adding $cf_add_incdir to include-path ..." 1>&5
    93859463+
    93869464+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    93999477+}
    94009478+
    9401 +echo "$as_me:5921: checking for $cf_ncuhdr_root header in include-path" >&5
     9479+echo "$as_me:5935: checking for $cf_ncuhdr_root header in include-path" >&5
    94029480+echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6
    94039481+if test "${cf_cv_ncurses_h+set}" = set; then
     
    94119489+
    94129490+       cat >conftest.$ac_ext <<_ACEOF
    9413 +#line 5933 "configure"
     9491+#line 5947 "configure"
    94149492+#include "confdefs.h"
    94159493+
     
    94359513+_ACEOF
    94369514+rm -f conftest.$ac_objext
    9437 +if { (eval echo "$as_me:5957: \"$ac_compile\"") >&5
     9515+if { (eval echo "$as_me:5971: \"$ac_compile\"") >&5
    94389516+  (eval $ac_compile) 2>&5
    94399517+  ac_status=$?
    9440 +  echo "$as_me:5960: \$? = $ac_status" >&5
     9518+  echo "$as_me:5974: \$? = $ac_status" >&5
    94419519+  (exit $ac_status); } &&
    94429520+         { ac_try='test -s conftest.$ac_objext'
    9443 +  { (eval echo "$as_me:5963: \"$ac_try\"") >&5
     9521+  { (eval echo "$as_me:5977: \"$ac_try\"") >&5
    94449522+  (eval $ac_try) 2>&5
    94459523+  ac_status=$?
    9446 +  echo "$as_me:5966: \$? = $ac_status" >&5
     9524+  echo "$as_me:5980: \$? = $ac_status" >&5
    94479525+  (exit $ac_status); }; }; then
    94489526+  cf_cv_ncurses_h=$cf_header
     
    94599537+
    94609538+fi
    9461 +echo "$as_me:5981: result: $cf_cv_ncurses_h" >&5
     9539+echo "$as_me:5995: result: $cf_cv_ncurses_h" >&5
    94629540+echo "${ECHO_T}$cf_cv_ncurses_h" >&6
    94639541+
     
    94669544+else
    94679545+
    9468 +echo "$as_me:5988: checking for $cf_ncuhdr_root include-path" >&5
     9546+echo "$as_me:6002: checking for $cf_ncuhdr_root include-path" >&5
    94699547+echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6
    94709548+if test "${cf_cv_ncurses_h2+set}" = set; then
     
    96069684+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    96079685+                         cat >conftest.$ac_ext <<_ACEOF
    9608 +#line 6128 "configure"
     9686+#line 6142 "configure"
    96099687+#include "confdefs.h"
    96109688+#include <stdio.h>
     
    96189696+_ACEOF
    96199697+rm -f conftest.$ac_objext
    9620 +if { (eval echo "$as_me:6140: \"$ac_compile\"") >&5
     9698+if { (eval echo "$as_me:6154: \"$ac_compile\"") >&5
    96219699+  (eval $ac_compile) 2>&5
    96229700+  ac_status=$?
    9623 +  echo "$as_me:6143: \$? = $ac_status" >&5
     9701+  echo "$as_me:6157: \$? = $ac_status" >&5
    96249702+  (exit $ac_status); } &&
    96259703+         { ac_try='test -s conftest.$ac_objext'
    9626 +  { (eval echo "$as_me:6146: \"$ac_try\"") >&5
     9704+  { (eval echo "$as_me:6160: \"$ac_try\"") >&5
    96279705+  (eval $ac_try) 2>&5
    96289706+  ac_status=$?
    9629 +  echo "$as_me:6149: \$? = $ac_status" >&5
     9707+  echo "$as_me:6163: \$? = $ac_status" >&5
    96309708+  (exit $ac_status); }; }; then
    96319709+  :
     
    96449722+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    96459723+
    9646 +echo "${as_me-configure}:6166: testing adding $cf_add_incdir to include-path ..." 1>&5
     9724+echo "${as_me:-configure}:6180: testing adding $cf_add_incdir to include-path ..." 1>&5
    96479725+
    96489726+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    96659743+
    96669744+       cat >conftest.$ac_ext <<_ACEOF
    9667 +#line 6187 "configure"
     9745+#line 6201 "configure"
    96689746+#include "confdefs.h"
    96699747+
     
    96899767+_ACEOF
    96909768+rm -f conftest.$ac_objext
    9691 +if { (eval echo "$as_me:6211: \"$ac_compile\"") >&5
     9769+if { (eval echo "$as_me:6225: \"$ac_compile\"") >&5
    96929770+  (eval $ac_compile) 2>&5
    96939771+  ac_status=$?
    9694 +  echo "$as_me:6214: \$? = $ac_status" >&5
     9772+  echo "$as_me:6228: \$? = $ac_status" >&5
    96959773+  (exit $ac_status); } &&
    96969774+         { ac_try='test -s conftest.$ac_objext'
    9697 +  { (eval echo "$as_me:6217: \"$ac_try\"") >&5
     9775+  { (eval echo "$as_me:6231: \"$ac_try\"") >&5
    96989776+  (eval $ac_try) 2>&5
    96999777+  ac_status=$?
    9700 +  echo "$as_me:6220: \$? = $ac_status" >&5
     9778+  echo "$as_me:6234: \$? = $ac_status" >&5
    97019779+  (exit $ac_status); }; }; then
    97029780+  cf_cv_ncurses_h2=$cf_header
     
    97199797+               test "$cf_cv_ncurses_h2" != no && break
    97209798+       done
    9721 +       test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:6241: error: not found" >&5
     9799+       test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:6255: error: not found" >&5
    97229800+echo "$as_me: error: not found" >&2;}
    97239801+   { (exit 1); exit 1; }; }
    97249802+
    97259803+fi
    9726 +echo "$as_me:6246: result: $cf_cv_ncurses_h2" >&5
     9804+echo "$as_me:6260: result: $cf_cv_ncurses_h2" >&5
    97279805+echo "${ECHO_T}$cf_cv_ncurses_h2" >&6
    97289806+
     
    97579835+                         CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    97589836+                         cat >conftest.$ac_ext <<_ACEOF
    9759 +#line 6279 "configure"
     9837+#line 6293 "configure"
    97609838+#include "confdefs.h"
    97619839+#include <stdio.h>
     
    97699847+_ACEOF
    97709848+rm -f conftest.$ac_objext
    9771 +if { (eval echo "$as_me:6291: \"$ac_compile\"") >&5
     9849+if { (eval echo "$as_me:6305: \"$ac_compile\"") >&5
    97729850+  (eval $ac_compile) 2>&5
    97739851+  ac_status=$?
    9774 +  echo "$as_me:6294: \$? = $ac_status" >&5
     9852+  echo "$as_me:6308: \$? = $ac_status" >&5
    97759853+  (exit $ac_status); } &&
    97769854+         { ac_try='test -s conftest.$ac_objext'
    9777 +  { (eval echo "$as_me:6297: \"$ac_try\"") >&5
     9855+  { (eval echo "$as_me:6311: \"$ac_try\"") >&5
    97789856+  (eval $ac_try) 2>&5
    97799857+  ac_status=$?
    9780 +  echo "$as_me:6300: \$? = $ac_status" >&5
     9858+  echo "$as_me:6314: \$? = $ac_status" >&5
    97819859+  (exit $ac_status); }; }; then
    97829860+  :
     
    97959873+                 test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    97969874+
    9797 +echo "${as_me-configure}:6317: testing adding $cf_add_incdir to include-path ..." 1>&5
     9875+echo "${as_me:-configure}:6331: testing adding $cf_add_incdir to include-path ..." 1>&5
    97989876+
    97999877+                 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
     
    98389916+esac
    98399917+
    9840 +echo "$as_me:6360: checking for terminfo header" >&5
     9918+echo "$as_me:6374: checking for terminfo header" >&5
    98419919+echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6
    98429920+if test "${cf_cv_term_header+set}" = set; then
     
    98569934+do
    98579935+cat >conftest.$ac_ext <<_ACEOF
    9858 +#line 6378 "configure"
     9936+#line 6392 "configure"
    98599937+#include "confdefs.h"
    98609938+#include <stdio.h>
    9861 +#include <${cf_cv_ncurses_header-curses.h}>
     9939+#include <${cf_cv_ncurses_header:-curses.h}>
    98629940+#include <$cf_test>
    98639941+
     
    98719949+_ACEOF
    98729950+rm -f conftest.$ac_objext
    9873 +if { (eval echo "$as_me:6393: \"$ac_compile\"") >&5
     9951+if { (eval echo "$as_me:6407: \"$ac_compile\"") >&5
    98749952+  (eval $ac_compile) 2>&5
    98759953+  ac_status=$?
    9876 +  echo "$as_me:6396: \$? = $ac_status" >&5
     9954+  echo "$as_me:6410: \$? = $ac_status" >&5
    98779955+  (exit $ac_status); } &&
    98789956+         { ac_try='test -s conftest.$ac_objext'
    9879 +  { (eval echo "$as_me:6399: \"$ac_try\"") >&5
     9957+  { (eval echo "$as_me:6413: \"$ac_try\"") >&5
    98809958+  (eval $ac_try) 2>&5
    98819959+  ac_status=$?
    9882 +  echo "$as_me:6402: \$? = $ac_status" >&5
     9960+  echo "$as_me:6416: \$? = $ac_status" >&5
    98839961+  (exit $ac_status); }; }; then
    98849962+
     
    98969974+
    98979975+fi
    9898 +echo "$as_me:6418: result: $cf_cv_term_header" >&5
     9976+echo "$as_me:6432: result: $cf_cv_term_header" >&5
    98999977+echo "${ECHO_T}$cf_cv_term_header" >&6
    99009978+
     
    993010008+EOF
    993110009+
    9932 +echo "$as_me:6452: checking for ncurses version" >&5
     10010+echo "$as_me:6466: checking for ncurses version" >&5
    993310011+echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
    993410012+if test "${cf_cv_ncurses_version+set}" = set; then
     
    994410022+       # Autoconf token.  The 'unproto' program does that.
    994510023+       cat > conftest.$ac_ext <<EOF
    9946 +#include <${cf_cv_ncurses_header-curses.h}>
     10024+#include <${cf_cv_ncurses_header:-curses.h}>
    994710025+#undef Autoconf
    994810026+#ifdef NCURSES_VERSION
     
    995610034+EOF
    995710035+       cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
    9958 +       { (eval echo "$as_me:6478: \"$cf_try\"") >&5
     10036+       { (eval echo "$as_me:6492: \"$cf_try\"") >&5
    995910037+  (eval $cf_try) 2>&5
    996010038+  ac_status=$?
    9961 +  echo "$as_me:6481: \$? = $ac_status" >&5
     10039+  echo "$as_me:6495: \$? = $ac_status" >&5
    996210040+  (exit $ac_status); }
    996310041+       if test -f conftest.out ; then
     
    996910047+else
    997010048+  cat >conftest.$ac_ext <<_ACEOF
    9971 +#line 6491 "configure"
     10049+#line 6505 "configure"
    997210050+#include "confdefs.h"
    997310051+
    9974 +#include <${cf_cv_ncurses_header-curses.h}>
     10052+#include <${cf_cv_ncurses_header:-curses.h}>
    997510053+#include <stdio.h>
    997610054+int main()
     
    999010068+# endif
    999110069+#endif
    9992 +       ${cf_cv_main_return-return}(0);
     10070+       ${cf_cv_main_return:-return}(0);
    999310071+}
    999410072+_ACEOF
    999510073+rm -f conftest$ac_exeext
    9996 +if { (eval echo "$as_me:6516: \"$ac_link\"") >&5
     10074+if { (eval echo "$as_me:6530: \"$ac_link\"") >&5
    999710075+  (eval $ac_link) 2>&5
    999810076+  ac_status=$?
    9999 +  echo "$as_me:6519: \$? = $ac_status" >&5
     10077+  echo "$as_me:6533: \$? = $ac_status" >&5
    1000010078+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    10001 +  { (eval echo "$as_me:6521: \"$ac_try\"") >&5
     10079+  { (eval echo "$as_me:6535: \"$ac_try\"") >&5
    1000210080+  (eval $ac_try) 2>&5
    1000310081+  ac_status=$?
    10004 +  echo "$as_me:6524: \$? = $ac_status" >&5
     10082+  echo "$as_me:6538: \$? = $ac_status" >&5
    1000510083+  (exit $ac_status); }; }; then
    1000610084+
     
    1001610094+
    1001710095+fi
    10018 +echo "$as_me:6538: result: $cf_cv_ncurses_version" >&5
     10096+echo "$as_me:6552: result: $cf_cv_ncurses_version" >&5
    1001910097+echo "${ECHO_T}$cf_cv_ncurses_version" >&6
    1002010098+test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
     
    1002810106+cf_ncurses_LIBS=""
    1002910107+cf_ncurses_SAVE="$LIBS"
    10030 +echo "$as_me:6550: checking for Gpm_Open in -lgpm" >&5
     10108+echo "$as_me:6564: checking for Gpm_Open in -lgpm" >&5
    1003110109+echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
    1003210110+if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
     
    1003610114+LIBS="-lgpm  $LIBS"
    1003710115+cat >conftest.$ac_ext <<_ACEOF
    10038 +#line 6558 "configure"
     10116+#line 6572 "configure"
    1003910117+#include "confdefs.h"
    1004010118+
     
    1005510133+_ACEOF
    1005610134+rm -f conftest.$ac_objext conftest$ac_exeext
    10057 +if { (eval echo "$as_me:6577: \"$ac_link\"") >&5
     10135+if { (eval echo "$as_me:6591: \"$ac_link\"") >&5
    1005810136+  (eval $ac_link) 2>&5
    1005910137+  ac_status=$?
    10060 +  echo "$as_me:6580: \$? = $ac_status" >&5
     10138+  echo "$as_me:6594: \$? = $ac_status" >&5
    1006110139+  (exit $ac_status); } &&
    1006210140+         { ac_try='test -s conftest$ac_exeext'
    10063 +  { (eval echo "$as_me:6583: \"$ac_try\"") >&5
     10141+  { (eval echo "$as_me:6597: \"$ac_try\"") >&5
    1006410142+  (eval $ac_try) 2>&5
    1006510143+  ac_status=$?
    10066 +  echo "$as_me:6586: \$? = $ac_status" >&5
     10144+  echo "$as_me:6600: \$? = $ac_status" >&5
    1006710145+  (exit $ac_status); }; }; then
    1006810146+  ac_cv_lib_gpm_Gpm_Open=yes
     
    1007510153+LIBS=$ac_check_lib_save_LIBS
    1007610154+fi
    10077 +echo "$as_me:6597: result: $ac_cv_lib_gpm_Gpm_Open" >&5
     10155+echo "$as_me:6611: result: $ac_cv_lib_gpm_Gpm_Open" >&5
    1007810156+echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
    1007910157+if test $ac_cv_lib_gpm_Gpm_Open = yes; then
    10080 +  echo "$as_me:6600: checking for initscr in -lgpm" >&5
     10158+  echo "$as_me:6614: checking for initscr in -lgpm" >&5
    1008110159+echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6
    1008210160+if test "${ac_cv_lib_gpm_initscr+set}" = set; then
     
    1008610164+LIBS="-lgpm  $LIBS"
    1008710165+cat >conftest.$ac_ext <<_ACEOF
    10088 +#line 6608 "configure"
     10166+#line 6622 "configure"
    1008910167+#include "confdefs.h"
    1009010168+
     
    1010510183+_ACEOF
    1010610184+rm -f conftest.$ac_objext conftest$ac_exeext
    10107 +if { (eval echo "$as_me:6627: \"$ac_link\"") >&5
     10185+if { (eval echo "$as_me:6641: \"$ac_link\"") >&5
    1010810186+  (eval $ac_link) 2>&5
    1010910187+  ac_status=$?
    10110 +  echo "$as_me:6630: \$? = $ac_status" >&5
     10188+  echo "$as_me:6644: \$? = $ac_status" >&5
    1011110189+  (exit $ac_status); } &&
    1011210190+         { ac_try='test -s conftest$ac_exeext'
    10113 +  { (eval echo "$as_me:6633: \"$ac_try\"") >&5
     10191+  { (eval echo "$as_me:6647: \"$ac_try\"") >&5
    1011410192+  (eval $ac_try) 2>&5
    1011510193+  ac_status=$?
    10116 +  echo "$as_me:6636: \$? = $ac_status" >&5
     10194+  echo "$as_me:6650: \$? = $ac_status" >&5
    1011710195+  (exit $ac_status); }; }; then
    1011810196+  ac_cv_lib_gpm_initscr=yes
     
    1012510203+LIBS=$ac_check_lib_save_LIBS
    1012610204+fi
    10127 +echo "$as_me:6647: result: $ac_cv_lib_gpm_initscr" >&5
     10205+echo "$as_me:6661: result: $ac_cv_lib_gpm_initscr" >&5
    1012810206+echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6
    1012910207+if test $ac_cv_lib_gpm_initscr = yes; then
     
    1014010218+       # version of ncurses (but it should do no harm, since it's static).
    1014110219+       if test "$cf_nculib_root" = ncurses ; then
    10142 +               echo "$as_me:6662: checking for tgoto in -lmytinfo" >&5
     10220+               echo "$as_me:6676: checking for tgoto in -lmytinfo" >&5
    1014310221+echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
    1014410222+if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
     
    1014810226+LIBS="-lmytinfo  $LIBS"
    1014910227+cat >conftest.$ac_ext <<_ACEOF
    10150 +#line 6670 "configure"
     10228+#line 6684 "configure"
    1015110229+#include "confdefs.h"
    1015210230+
     
    1016710245+_ACEOF
    1016810246+rm -f conftest.$ac_objext conftest$ac_exeext
    10169 +if { (eval echo "$as_me:6689: \"$ac_link\"") >&5
     10247+if { (eval echo "$as_me:6703: \"$ac_link\"") >&5
    1017010248+  (eval $ac_link) 2>&5
    1017110249+  ac_status=$?
    10172 +  echo "$as_me:6692: \$? = $ac_status" >&5
     10250+  echo "$as_me:6706: \$? = $ac_status" >&5
    1017310251+  (exit $ac_status); } &&
    1017410252+         { ac_try='test -s conftest$ac_exeext'
    10175 +  { (eval echo "$as_me:6695: \"$ac_try\"") >&5
     10253+  { (eval echo "$as_me:6709: \"$ac_try\"") >&5
    1017610254+  (eval $ac_try) 2>&5
    1017710255+  ac_status=$?
    10178 +  echo "$as_me:6698: \$? = $ac_status" >&5
     10256+  echo "$as_me:6712: \$? = $ac_status" >&5
    1017910257+  (exit $ac_status); }; }; then
    1018010258+  ac_cv_lib_mytinfo_tgoto=yes
     
    1018710265+LIBS=$ac_check_lib_save_LIBS
    1018810266+fi
    10189 +echo "$as_me:6709: result: $ac_cv_lib_mytinfo_tgoto" >&5
     10267+echo "$as_me:6723: result: $ac_cv_lib_mytinfo_tgoto" >&5
    1019010268+echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
    1019110269+if test $ac_cv_lib_mytinfo_tgoto = yes; then
     
    1022110299+        test -n "$verbose" && echo "   adding $cf_add_libdir to library-path" 1>&6
    1022210300+
    10223 +echo "${as_me-configure}:6743: testing adding $cf_add_libdir to library-path ..." 1>&5
     10301+echo "${as_me:-configure}:6757: testing adding $cf_add_libdir to library-path ..." 1>&5
    1022410302+
    1022510303+        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
     
    1023410312+       eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
    1023510313+       cf_libdir=""
    10236 +       echo "$as_me:6756: checking for initscr" >&5
     10314+       echo "$as_me:6770: checking for initscr" >&5
    1023710315+echo $ECHO_N "checking for initscr... $ECHO_C" >&6
    1023810316+if test "${ac_cv_func_initscr+set}" = set; then
     
    1024010318+else
    1024110319+  cat >conftest.$ac_ext <<_ACEOF
    10242 +#line 6762 "configure"
     10320+#line 6776 "configure"
    1024310321+#include "confdefs.h"
    1024410322+/* System header to define __stub macros and hopefully few prototypes,
     
    1027110349+_ACEOF
    1027210350+rm -f conftest.$ac_objext conftest$ac_exeext
    10273 +if { (eval echo "$as_me:6793: \"$ac_link\"") >&5
     10351+if { (eval echo "$as_me:6807: \"$ac_link\"") >&5
    1027410352+  (eval $ac_link) 2>&5
    1027510353+  ac_status=$?
    10276 +  echo "$as_me:6796: \$? = $ac_status" >&5
     10354+  echo "$as_me:6810: \$? = $ac_status" >&5
    1027710355+  (exit $ac_status); } &&
    1027810356+         { ac_try='test -s conftest$ac_exeext'
    10279 +  { (eval echo "$as_me:6799: \"$ac_try\"") >&5
     10357+  { (eval echo "$as_me:6813: \"$ac_try\"") >&5
    1028010358+  (eval $ac_try) 2>&5
    1028110359+  ac_status=$?
    10282 +  echo "$as_me:6802: \$? = $ac_status" >&5
     10360+  echo "$as_me:6816: \$? = $ac_status" >&5
    1028310361+  (exit $ac_status); }; }; then
    1028410362+  ac_cv_func_initscr=yes
     
    1029010368+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1029110369+fi
    10292 +echo "$as_me:6812: result: $ac_cv_func_initscr" >&5
     10370+echo "$as_me:6826: result: $ac_cv_func_initscr" >&5
    1029310371+echo "${ECHO_T}$ac_cv_func_initscr" >&6
    1029410372+if test $ac_cv_func_initscr = yes; then
     
    1029710375+
    1029810376+               cf_save_LIBS="$LIBS"
    10299 +               echo "$as_me:6819: checking for initscr in -l$cf_nculib_root" >&5
     10377+               echo "$as_me:6833: checking for initscr in -l$cf_nculib_root" >&5
    1030010378+echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6
    1030110379+               LIBS="-l$cf_nculib_root $LIBS"
    1030210380+               cat >conftest.$ac_ext <<_ACEOF
    10303 +#line 6823 "configure"
     10381+#line 6837 "configure"
    1030410382+#include "confdefs.h"
    10305 +#include <${cf_cv_ncurses_header-curses.h}>
     10383+#include <${cf_cv_ncurses_header:-curses.h}>
    1030610384+int
    1030710385+main ()
     
    1031310391+_ACEOF
    1031410392+rm -f conftest.$ac_objext conftest$ac_exeext
    10315 +if { (eval echo "$as_me:6835: \"$ac_link\"") >&5
     10393+if { (eval echo "$as_me:6849: \"$ac_link\"") >&5
    1031610394+  (eval $ac_link) 2>&5
    1031710395+  ac_status=$?
    10318 +  echo "$as_me:6838: \$? = $ac_status" >&5
     10396+  echo "$as_me:6852: \$? = $ac_status" >&5
    1031910397+  (exit $ac_status); } &&
    1032010398+         { ac_try='test -s conftest$ac_exeext'
    10321 +  { (eval echo "$as_me:6841: \"$ac_try\"") >&5
     10399+  { (eval echo "$as_me:6855: \"$ac_try\"") >&5
    1032210400+  (eval $ac_try) 2>&5
    1032310401+  ac_status=$?
    10324 +  echo "$as_me:6844: \$? = $ac_status" >&5
     10402+  echo "$as_me:6858: \$? = $ac_status" >&5
    1032510403+  (exit $ac_status); }; }; then
    10326 +  echo "$as_me:6846: result: yes" >&5
     10404+  echo "$as_me:6860: result: yes" >&5
    1032710405+echo "${ECHO_T}yes" >&6
    1032810406+                        eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
     
    1033110409+  echo "$as_me: failed program was:" >&5
    1033210410+cat conftest.$ac_ext >&5
    10333 +echo "$as_me:6853: result: no" >&5
     10411+echo "$as_me:6867: result: no" >&5
    1033410412+echo "${ECHO_T}no" >&6
    1033510413+
     
    1042110499+                       for cf_libdir in $cf_search
    1042210500+                       do
    10423 +                               echo "$as_me:6943: checking for -l$cf_nculib_root in $cf_libdir" >&5
     10501+                               echo "$as_me:6957: checking for -l$cf_nculib_root in $cf_libdir" >&5
    1042410502+echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6
    1042510503+                               LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
    1042610504+                               cat >conftest.$ac_ext <<_ACEOF
    10427 +#line 6947 "configure"
     10505+#line 6961 "configure"
    1042810506+#include "confdefs.h"
    10429 +#include <${cf_cv_ncurses_header-curses.h}>
     10507+#include <${cf_cv_ncurses_header:-curses.h}>
    1043010508+int
    1043110509+main ()
     
    1043710515+_ACEOF
    1043810516+rm -f conftest.$ac_objext conftest$ac_exeext
    10439 +if { (eval echo "$as_me:6959: \"$ac_link\"") >&5
     10517+if { (eval echo "$as_me:6973: \"$ac_link\"") >&5
    1044010518+  (eval $ac_link) 2>&5
    1044110519+  ac_status=$?
    10442 +  echo "$as_me:6962: \$? = $ac_status" >&5
     10520+  echo "$as_me:6976: \$? = $ac_status" >&5
    1044310521+  (exit $ac_status); } &&
    1044410522+         { ac_try='test -s conftest$ac_exeext'
    10445 +  { (eval echo "$as_me:6965: \"$ac_try\"") >&5
     10523+  { (eval echo "$as_me:6979: \"$ac_try\"") >&5
    1044610524+  (eval $ac_try) 2>&5
    1044710525+  ac_status=$?
    10448 +  echo "$as_me:6968: \$? = $ac_status" >&5
     10526+  echo "$as_me:6982: \$? = $ac_status" >&5
    1044910527+  (exit $ac_status); }; }; then
    10450 +  echo "$as_me:6970: result: yes" >&5
     10528+  echo "$as_me:6984: result: yes" >&5
    1045110529+echo "${ECHO_T}yes" >&6
    1045210530+                                        eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
     
    1045510533+  echo "$as_me: failed program was:" >&5
    1045610534+cat conftest.$ac_ext >&5
    10457 +echo "$as_me:6977: result: no" >&5
     10535+echo "$as_me:6991: result: no" >&5
    1045810536+echo "${ECHO_T}no" >&6
    1045910537+                                        LIBS="$cf_save_LIBS"
     
    1047010548+
    1047110549+if test $cf_found_library = no ; then
    10472 +       { { echo "$as_me:6992: error: Cannot link $cf_nculib_root library" >&5
     10550+       { { echo "$as_me:7006: error: Cannot link $cf_nculib_root library" >&5
    1047310551+echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
    1047410552+   { (exit 1); exit 1; }; }
     
    1047810556+
    1047910557+if test -n "$cf_ncurses_LIBS" ; then
    10480 +       echo "$as_me:7000: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
     10558+       echo "$as_me:7014: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
    1048110559+echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6
    1048210560+       cf_ncurses_SAVE="$LIBS"
     
    1048810566+       done
    1048910567+       cat >conftest.$ac_ext <<_ACEOF
    10490 +#line 7010 "configure"
     10568+#line 7024 "configure"
    1049110569+#include "confdefs.h"
    10492 +#include <${cf_cv_ncurses_header-curses.h}>
     10570+#include <${cf_cv_ncurses_header:-curses.h}>
    1049310571+int
    1049410572+main ()
     
    1050010578+_ACEOF
    1050110579+rm -f conftest.$ac_objext conftest$ac_exeext
    10502 +if { (eval echo "$as_me:7022: \"$ac_link\"") >&5
     10580+if { (eval echo "$as_me:7036: \"$ac_link\"") >&5
    1050310581+  (eval $ac_link) 2>&5
    1050410582+  ac_status=$?
    10505 +  echo "$as_me:7025: \$? = $ac_status" >&5
     10583+  echo "$as_me:7039: \$? = $ac_status" >&5
    1050610584+  (exit $ac_status); } &&
    1050710585+         { ac_try='test -s conftest$ac_exeext'
    10508 +  { (eval echo "$as_me:7028: \"$ac_try\"") >&5
     10586+  { (eval echo "$as_me:7042: \"$ac_try\"") >&5
    1050910587+  (eval $ac_try) 2>&5
    1051010588+  ac_status=$?
    10511 +  echo "$as_me:7031: \$? = $ac_status" >&5
     10589+  echo "$as_me:7045: \$? = $ac_status" >&5
    1051210590+  (exit $ac_status); }; }; then
    10513 +  echo "$as_me:7033: result: yes" >&5
     10591+  echo "$as_me:7047: result: yes" >&5
    1051410592+echo "${ECHO_T}yes" >&6
    1051510593+else
    1051610594+  echo "$as_me: failed program was:" >&5
    1051710595+cat conftest.$ac_ext >&5
    10518 +echo "$as_me:7038: result: no" >&5
     10596+echo "$as_me:7052: result: no" >&5
    1051910597+echo "${ECHO_T}no" >&6
    1052010598+                LIBS="$cf_ncurses_SAVE"
     
    1054910627+do
    1055010628+cat >conftest.$ac_ext <<CF_EOF
    10551 +#include <${cf_cv_ncurses_header-curses.h}>
     10629+#include <${cf_cv_ncurses_header:-curses.h}>
    1055210630+AUTOCONF_$cf_name NCURSES_VERSION_$cf_name
    1055310631+CF_EOF
    1055410632+       cf_try="$ac_cpp conftest.$ac_ext 2>&5 | fgrep AUTOCONF_$cf_name >conftest.out"
    10555 +       { (eval echo "$as_me:7075: \"$cf_try\"") >&5
     10633+       { (eval echo "$as_me:7089: \"$cf_try\"") >&5
    1055610634+  (eval $cf_try) 2>&5
    1055710635+  ac_status=$?
    10558 +  echo "$as_me:7078: \$? = $ac_status" >&5
     10636+  echo "$as_me:7092: \$? = $ac_status" >&5
    1055910637+  (exit $ac_status); }
    1056010638+       if test -f conftest.out ; then
     
    1057410652+cf_cv_timestamp=`date`
    1057510653+
    10576 +echo "$as_me:7096: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
     10654+echo "$as_me:7110: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
    1057710655+echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6
    1057810656+
     
    1059710675+fi
    1059810676+
    10599 +echo "$as_me:7119: checking for default loader flags" >&5
     10677+echo "$as_me:7133: checking for default loader flags" >&5
    1060010678+echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
    1060110679+case $DFT_LWR_MODEL in
     
    1060510683+shared)  LD_MODEL=''   ;;
    1060610684+esac
    10607 +echo "$as_me:7127: result: $LD_MODEL" >&5
     10685+echo "$as_me:7141: result: $LD_MODEL" >&5
    1060810686+echo "${ECHO_T}$LD_MODEL" >&6
    1060910687+
    1061010688+LD_RPATH_OPT=
    10611 +echo "$as_me:7131: checking for an rpath option" >&5
     10689+echo "$as_me:7145: checking for an rpath option" >&5
    1061210690+echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
    1061310691+case $cf_cv_system_name in #(vi
     
    1064010718+       ;;
    1064110719+esac
    10642 +echo "$as_me:7162: result: $LD_RPATH_OPT" >&5
     10720+echo "$as_me:7176: result: $LD_RPATH_OPT" >&5
    1064310721+echo "${ECHO_T}$LD_RPATH_OPT" >&6
    1064410722+
    1064510723+case "x$LD_RPATH_OPT" in #(vi
    1064610724+x-R*)
    10647 +       echo "$as_me:7167: checking if we need a space after rpath option" >&5
     10725+       echo "$as_me:7181: checking if we need a space after rpath option" >&5
    1064810726+echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6
    1064910727+       cf_save_LIBS="$LIBS"
    1065010728+       LIBS="${LD_RPATH_OPT}$libdir $LIBS"
    1065110729+       cat >conftest.$ac_ext <<_ACEOF
    10652 +#line 7172 "configure"
     10730+#line 7186 "configure"
    1065310731+#include "confdefs.h"
    1065410732+
     
    1066210740+_ACEOF
    1066310741+rm -f conftest.$ac_objext conftest$ac_exeext
    10664 +if { (eval echo "$as_me:7184: \"$ac_link\"") >&5
     10742+if { (eval echo "$as_me:7198: \"$ac_link\"") >&5
    1066510743+  (eval $ac_link) 2>&5
    1066610744+  ac_status=$?
    10667 +  echo "$as_me:7187: \$? = $ac_status" >&5
     10745+  echo "$as_me:7201: \$? = $ac_status" >&5
    1066810746+  (exit $ac_status); } &&
    1066910747+         { ac_try='test -s conftest$ac_exeext'
    10670 +  { (eval echo "$as_me:7190: \"$ac_try\"") >&5
     10748+  { (eval echo "$as_me:7204: \"$ac_try\"") >&5
    1067110749+  (eval $ac_try) 2>&5
    1067210750+  ac_status=$?
    10673 +  echo "$as_me:7193: \$? = $ac_status" >&5
     10751+  echo "$as_me:7207: \$? = $ac_status" >&5
    1067410752+  (exit $ac_status); }; }; then
    1067510753+  cf_rpath_space=no
     
    1068110759+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1068210760+       LIBS="$cf_save_LIBS"
    10683 +       echo "$as_me:7203: result: $cf_rpath_space" >&5
     10761+       echo "$as_me:7217: result: $cf_rpath_space" >&5
    1068410762+echo "${ECHO_T}$cf_rpath_space" >&6
    1068510763+       test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
     
    1069610774+       test "$cf_cv_enable_rpath" = yes && cf_ld_rpath_opt="$LD_RPATH_OPT"
    1069710775+
    10698 +       echo "$as_me:7218: checking if release/abi version should be used for shared libs" >&5
     10776+       echo "$as_me:7232: checking if release/abi version should be used for shared libs" >&5
    1069910777+echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6
    1070010778+
     
    1071110789+               ;;
    1071210790+       *)
    10713 +               { { echo "$as_me:7233: error: option value must be one of: rel, abi, auto or no" >&5
     10791+               { { echo "$as_me:7247: error: option value must be one of: rel, abi, auto or no" >&5
    1071410792+echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;}
    1071510793+   { (exit 1); exit 1; }; }
     
    1072010798+  cf_cv_shlib_version=auto
    1072110799+fi;
    10722 +       echo "$as_me:7242: result: $cf_cv_shlib_version" >&5
     10800+       echo "$as_me:7256: result: $cf_cv_shlib_version" >&5
    1072310801+echo "${ECHO_T}$cf_cv_shlib_version" >&6
    1072410802+
     
    1072910807+       if test "$GCC" = yes
    1073010808+       then
    10731 +               echo "$as_me:7251: checking which $CC option to use" >&5
     10809+               echo "$as_me:7265: checking which $CC option to use" >&5
    1073210810+echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6
    1073310811+               cf_save_CFLAGS="$CFLAGS"
     
    1073610814+                       CFLAGS="$cf_save_CFLAGS $CC_SHARED_OPTS"
    1073710815+                       cat >conftest.$ac_ext <<_ACEOF
    10738 +#line 7258 "configure"
     10816+#line 7272 "configure"
    1073910817+#include "confdefs.h"
    1074010818+#include <stdio.h>
     
    1074810826+_ACEOF
    1074910827+rm -f conftest.$ac_objext
    10750 +if { (eval echo "$as_me:7270: \"$ac_compile\"") >&5
     10828+if { (eval echo "$as_me:7284: \"$ac_compile\"") >&5
    1075110829+  (eval $ac_compile) 2>&5
    1075210830+  ac_status=$?
    10753 +  echo "$as_me:7273: \$? = $ac_status" >&5
     10831+  echo "$as_me:7287: \$? = $ac_status" >&5
    1075410832+  (exit $ac_status); } &&
    1075510833+         { ac_try='test -s conftest.$ac_objext'
    10756 +  { (eval echo "$as_me:7276: \"$ac_try\"") >&5
     10834+  { (eval echo "$as_me:7290: \"$ac_try\"") >&5
    1075710835+  (eval $ac_try) 2>&5
    1075810836+  ac_status=$?
    10759 +  echo "$as_me:7279: \$? = $ac_status" >&5
     10837+  echo "$as_me:7293: \$? = $ac_status" >&5
    1076010838+  (exit $ac_status); }; }; then
    1076110839+  break
     
    1076610844+rm -f conftest.$ac_objext conftest.$ac_ext
    1076710845+               done
    10768 +               echo "$as_me:7288: result: $CC_SHARED_OPTS" >&5
     10846+               echo "$as_me:7302: result: $CC_SHARED_OPTS" >&5
    1076910847+echo "${ECHO_T}$CC_SHARED_OPTS" >&6
    1077010848+               CFLAGS="$cf_save_CFLAGS"
     
    1080810886+               test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
    1080910887+               cf_cv_shlib_version_infix=yes
    10810 +               echo "$as_me:7330: checking if ld -search_paths_first works" >&5
     10888+               echo "$as_me:7344: checking if ld -search_paths_first works" >&5
    1081110889+echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
    1081210890+if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
     
    1081710895+                       LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    1081810896+                       cat >conftest.$ac_ext <<_ACEOF
    10819 +#line 7339 "configure"
     10897+#line 7353 "configure"
    1082010898+#include "confdefs.h"
    1082110899+
     
    1082910907+_ACEOF
    1083010908+rm -f conftest.$ac_objext conftest$ac_exeext
    10831 +if { (eval echo "$as_me:7351: \"$ac_link\"") >&5
     10909+if { (eval echo "$as_me:7365: \"$ac_link\"") >&5
    1083210910+  (eval $ac_link) 2>&5
    1083310911+  ac_status=$?
    10834 +  echo "$as_me:7354: \$? = $ac_status" >&5
     10912+  echo "$as_me:7368: \$? = $ac_status" >&5
    1083510913+  (exit $ac_status); } &&
    1083610914+         { ac_try='test -s conftest$ac_exeext'
    10837 +  { (eval echo "$as_me:7357: \"$ac_try\"") >&5
     10915+  { (eval echo "$as_me:7371: \"$ac_try\"") >&5
    1083810916+  (eval $ac_try) 2>&5
    1083910917+  ac_status=$?
    10840 +  echo "$as_me:7360: \$? = $ac_status" >&5
     10918+  echo "$as_me:7374: \$? = $ac_status" >&5
    1084110919+  (exit $ac_status); }; }; then
    1084210920+  cf_cv_ldflags_search_paths_first=yes
     
    1084910927+                               LDFLAGS=$cf_save_LDFLAGS
    1085010928+fi
    10851 +echo "$as_me:7371: result: $cf_cv_ldflags_search_paths_first" >&5
     10929+echo "$as_me:7385: result: $cf_cv_ldflags_search_paths_first" >&5
    1085210930+echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
    1085310931+               if test $cf_cv_ldflags_search_paths_first = yes; then
     
    1102911107+                               CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
    1103011108+                               cat >conftest.$ac_ext <<_ACEOF
    11031 +#line 7551 "configure"
     11109+#line 7565 "configure"
    1103211110+#include "confdefs.h"
    1103311111+#include <stdio.h>
     
    1104111119+_ACEOF
    1104211120+rm -f conftest.$ac_objext
    11043 +if { (eval echo "$as_me:7563: \"$ac_compile\"") >&5
     11121+if { (eval echo "$as_me:7577: \"$ac_compile\"") >&5
    1104411122+  (eval $ac_compile) 2>&5
    1104511123+  ac_status=$?
    11046 +  echo "$as_me:7566: \$? = $ac_status" >&5
     11124+  echo "$as_me:7580: \$? = $ac_status" >&5
    1104711125+  (exit $ac_status); } &&
    1104811126+         { ac_try='test -s conftest.$ac_objext'
    11049 +  { (eval echo "$as_me:7569: \"$ac_try\"") >&5
     11127+  { (eval echo "$as_me:7583: \"$ac_try\"") >&5
    1105011128+  (eval $ac_try) 2>&5
    1105111129+  ac_status=$?
    11052 +  echo "$as_me:7572: \$? = $ac_status" >&5
     11130+  echo "$as_me:7586: \$? = $ac_status" >&5
    1105311131+  (exit $ac_status); }; }; then
    1105411132+  break
     
    1108711165+                       ;;
    1108811166+               *)
    11089 +                       { echo "$as_me:7609: WARNING: ignored --with-shlib-version" >&5
     11167+                       { echo "$as_me:7623: WARNING: ignored --with-shlib-version" >&5
    1109011168+echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
    1109111169+                       ;;
     
    1110611184+
    1110711185+###   use option --enable-broken-linker to force on use of broken-linker support
    11108 +echo "$as_me:7628: checking if you want broken-linker support code" >&5
     11186+echo "$as_me:7642: checking if you want broken-linker support code" >&5
    1110911187+echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
    1111011188+
     
    1111411192+  with_broken_linker=$enableval
    1111511193+else
    11116 +  with_broken_linker=${BROKEN_LINKER-no}
     11194+  with_broken_linker=${BROKEN_LINKER:-no}
    1111711195+fi;
    11118 +echo "$as_me:7638: result: $with_broken_linker" >&5
     11196+echo "$as_me:7652: result: $with_broken_linker" >&5
    1111911197+echo "${ECHO_T}$with_broken_linker" >&6
    1112011198+
     
    1113611214+               test -n "$verbose" && echo "    cygwin linker is broken anyway" 1>&6
    1113711215+
    11138 +echo "${as_me-configure}:7658: testing cygwin linker is broken anyway ..." 1>&5
     11216+echo "${as_me:-configure}:7672: testing cygwin linker is broken anyway ..." 1>&5
    1113911217+
    1114011218+               ;;
     
    1117711255+linux*|gnu*|mint*|k*bsd*-gnu) #(vi
    1117811256+
    11179 +echo "$as_me:7699: checking if we must define _GNU_SOURCE" >&5
     11257+echo "$as_me:7713: checking if we must define _GNU_SOURCE" >&5
    1118011258+echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
    1118111259+if test "${cf_cv_gnu_source+set}" = set; then
     
    1118411262+
    1118511263+cat >conftest.$ac_ext <<_ACEOF
    11186 +#line 7706 "configure"
     11264+#line 7720 "configure"
    1118711265+#include "confdefs.h"
    1118811266+#include <sys/types.h>
     
    1119911277+_ACEOF
    1120011278+rm -f conftest.$ac_objext
    11201 +if { (eval echo "$as_me:7721: \"$ac_compile\"") >&5
     11279+if { (eval echo "$as_me:7735: \"$ac_compile\"") >&5
    1120211280+  (eval $ac_compile) 2>&5
    1120311281+  ac_status=$?
    11204 +  echo "$as_me:7724: \$? = $ac_status" >&5
     11282+  echo "$as_me:7738: \$? = $ac_status" >&5
    1120511283+  (exit $ac_status); } &&
    1120611284+         { ac_try='test -s conftest.$ac_objext'
    11207 +  { (eval echo "$as_me:7727: \"$ac_try\"") >&5
     11285+  { (eval echo "$as_me:7741: \"$ac_try\"") >&5
    1120811286+  (eval $ac_try) 2>&5
    1120911287+  ac_status=$?
    11210 +  echo "$as_me:7730: \$? = $ac_status" >&5
     11288+  echo "$as_me:7744: \$? = $ac_status" >&5
    1121111289+  (exit $ac_status); }; }; then
    1121211290+  cf_cv_gnu_source=no
     
    1121711295+        CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    1121811296+        cat >conftest.$ac_ext <<_ACEOF
    11219 +#line 7739 "configure"
     11297+#line 7753 "configure"
    1122011298+#include "confdefs.h"
    1122111299+#include <sys/types.h>
     
    1123211310+_ACEOF
    1123311311+rm -f conftest.$ac_objext
    11234 +if { (eval echo "$as_me:7754: \"$ac_compile\"") >&5
     11312+if { (eval echo "$as_me:7768: \"$ac_compile\"") >&5
    1123511313+  (eval $ac_compile) 2>&5
    1123611314+  ac_status=$?
    11237 +  echo "$as_me:7757: \$? = $ac_status" >&5
     11315+  echo "$as_me:7771: \$? = $ac_status" >&5
    1123811316+  (exit $ac_status); } &&
    1123911317+         { ac_try='test -s conftest.$ac_objext'
    11240 +  { (eval echo "$as_me:7760: \"$ac_try\"") >&5
     11318+  { (eval echo "$as_me:7774: \"$ac_try\"") >&5
    1124111319+  (eval $ac_try) 2>&5
    1124211320+  ac_status=$?
    11243 +  echo "$as_me:7763: \$? = $ac_status" >&5
     11321+  echo "$as_me:7777: \$? = $ac_status" >&5
    1124411322+  (exit $ac_status); }; }; then
    1124511323+  cf_cv_gnu_source=no
     
    1125611334+
    1125711335+fi
    11258 +echo "$as_me:7778: result: $cf_cv_gnu_source" >&5
     11336+echo "$as_me:7792: result: $cf_cv_gnu_source" >&5
    1125911337+echo "${ECHO_T}$cf_cv_gnu_source" >&6
    1126011338+test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
     
    1128611364+       ;;
    1128711365+*)
    11288 +       echo "$as_me:7808: checking if we should define _XOPEN_SOURCE" >&5
     11366+       echo "$as_me:7822: checking if we should define _XOPEN_SOURCE" >&5
    1128911367+echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
    1129011368+if test "${cf_cv_xopen_source+set}" = set; then
     
    1129311371+
    1129411372+       cat >conftest.$ac_ext <<_ACEOF
    11295 +#line 7815 "configure"
     11373+#line 7829 "configure"
    1129611374+#include "confdefs.h"
    1129711375+#include <sys/types.h>
     
    1130811386+_ACEOF
    1130911387+rm -f conftest.$ac_objext
    11310 +if { (eval echo "$as_me:7830: \"$ac_compile\"") >&5
     11388+if { (eval echo "$as_me:7844: \"$ac_compile\"") >&5
    1131111389+  (eval $ac_compile) 2>&5
    1131211390+  ac_status=$?
    11313 +  echo "$as_me:7833: \$? = $ac_status" >&5
     11391+  echo "$as_me:7847: \$? = $ac_status" >&5
    1131411392+  (exit $ac_status); } &&
    1131511393+         { ac_try='test -s conftest.$ac_objext'
    11316 +  { (eval echo "$as_me:7836: \"$ac_try\"") >&5
     11394+  { (eval echo "$as_me:7850: \"$ac_try\"") >&5
    1131711395+  (eval $ac_try) 2>&5
    1131811396+  ac_status=$?
    11319 +  echo "$as_me:7839: \$? = $ac_status" >&5
     11397+  echo "$as_me:7853: \$? = $ac_status" >&5
    1132011398+  (exit $ac_status); }; }; then
    1132111399+  cf_cv_xopen_source=no
     
    1132611404+        CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
    1132711405+        cat >conftest.$ac_ext <<_ACEOF
    11328 +#line 7848 "configure"
     11406+#line 7862 "configure"
    1132911407+#include "confdefs.h"
    1133011408+#include <sys/types.h>
     
    1134111419+_ACEOF
    1134211420+rm -f conftest.$ac_objext
    11343 +if { (eval echo "$as_me:7863: \"$ac_compile\"") >&5
     11421+if { (eval echo "$as_me:7877: \"$ac_compile\"") >&5
    1134411422+  (eval $ac_compile) 2>&5
    1134511423+  ac_status=$?
    11346 +  echo "$as_me:7866: \$? = $ac_status" >&5
     11424+  echo "$as_me:7880: \$? = $ac_status" >&5
    1134711425+  (exit $ac_status); } &&
    1134811426+         { ac_try='test -s conftest.$ac_objext'
    11349 +  { (eval echo "$as_me:7869: \"$ac_try\"") >&5
     11427+  { (eval echo "$as_me:7883: \"$ac_try\"") >&5
    1135011428+  (eval $ac_try) 2>&5
    1135111429+  ac_status=$?
    11352 +  echo "$as_me:7872: \$? = $ac_status" >&5
     11430+  echo "$as_me:7886: \$? = $ac_status" >&5
    1135311431+  (exit $ac_status); }; }; then
    1135411432+  cf_cv_xopen_source=no
     
    1136511443+
    1136611444+fi
    11367 +echo "$as_me:7887: result: $cf_cv_xopen_source" >&5
     11445+echo "$as_me:7901: result: $cf_cv_xopen_source" >&5
    1136811446+echo "${ECHO_T}$cf_cv_xopen_source" >&6
    1136911447+       if test "$cf_cv_xopen_source" != no ; then
     
    1147211550+               -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^     ]*\)\?$//g'`
    1147311551+
    11474 +echo "$as_me:7994: checking if we should define _POSIX_C_SOURCE" >&5
     11552+echo "$as_me:8008: checking if we should define _POSIX_C_SOURCE" >&5
    1147511553+echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
    1147611554+if test "${cf_cv_posix_c_source+set}" = set; then
     
    1147811556+else
    1147911557+
    11480 +echo "${as_me-configure}:8000: testing if the symbol is already defined go no further ..." 1>&5
     11558+echo "${as_me:-configure}:8014: testing if the symbol is already defined go no further ..." 1>&5
    1148111559+
    1148211560+       cat >conftest.$ac_ext <<_ACEOF
    11483 +#line 8003 "configure"
     11561+#line 8017 "configure"
    1148411562+#include "confdefs.h"
    1148511563+#include <sys/types.h>
     
    1149611574+_ACEOF
    1149711575+rm -f conftest.$ac_objext
    11498 +if { (eval echo "$as_me:8018: \"$ac_compile\"") >&5
     11576+if { (eval echo "$as_me:8032: \"$ac_compile\"") >&5
    1149911577+  (eval $ac_compile) 2>&5
    1150011578+  ac_status=$?
    11501 +  echo "$as_me:8021: \$? = $ac_status" >&5
     11579+  echo "$as_me:8035: \$? = $ac_status" >&5
    1150211580+  (exit $ac_status); } &&
    1150311581+         { ac_try='test -s conftest.$ac_objext'
    11504 +  { (eval echo "$as_me:8024: \"$ac_try\"") >&5
     11582+  { (eval echo "$as_me:8038: \"$ac_try\"") >&5
    1150511583+  (eval $ac_try) 2>&5
    1150611584+  ac_status=$?
    11507 +  echo "$as_me:8027: \$? = $ac_status" >&5
     11585+  echo "$as_me:8041: \$? = $ac_status" >&5
    1150811586+  (exit $ac_status); }; }; then
    1150911587+  cf_cv_posix_c_source=no
     
    1152611604+        if test "$cf_want_posix_source" = yes ; then
    1152711605+               cat >conftest.$ac_ext <<_ACEOF
    11528 +#line 8048 "configure"
     11606+#line 8062 "configure"
    1152911607+#include "confdefs.h"
    1153011608+#include <sys/types.h>
     
    1154111619+_ACEOF
    1154211620+rm -f conftest.$ac_objext
    11543 +if { (eval echo "$as_me:8063: \"$ac_compile\"") >&5
     11621+if { (eval echo "$as_me:8077: \"$ac_compile\"") >&5
    1154411622+  (eval $ac_compile) 2>&5
    1154511623+  ac_status=$?
    11546 +  echo "$as_me:8066: \$? = $ac_status" >&5
     11624+  echo "$as_me:8080: \$? = $ac_status" >&5
    1154711625+  (exit $ac_status); } &&
    1154811626+         { ac_try='test -s conftest.$ac_objext'
    11549 +  { (eval echo "$as_me:8069: \"$ac_try\"") >&5
     11627+  { (eval echo "$as_me:8083: \"$ac_try\"") >&5
    1155011628+  (eval $ac_try) 2>&5
    1155111629+  ac_status=$?
    11552 +  echo "$as_me:8072: \$? = $ac_status" >&5
     11630+  echo "$as_me:8086: \$? = $ac_status" >&5
    1155311631+  (exit $ac_status); }; }; then
    1155411632+  :
     
    1156111639+        fi
    1156211640+
    11563 +echo "${as_me-configure}:8083: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
     11641+echo "${as_me:-configure}:8097: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    1156411642+
    1156511643+        CFLAGS="$cf_trim_CFLAGS"
    1156611644+        CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source"
    1156711645+
    11568 +echo "${as_me-configure}:8088: testing if the second compile does not leave our definition intact error ..." 1>&5
     11646+echo "${as_me:-configure}:8102: testing if the second compile does not leave our definition intact error ..." 1>&5
    1156911647+
    1157011648+        cat >conftest.$ac_ext <<_ACEOF
    11571 +#line 8091 "configure"
     11649+#line 8105 "configure"
    1157211650+#include "confdefs.h"
    1157311651+#include <sys/types.h>
     
    1158411662+_ACEOF
    1158511663+rm -f conftest.$ac_objext
    11586 +if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5
     11664+if { (eval echo "$as_me:8120: \"$ac_compile\"") >&5
    1158711665+  (eval $ac_compile) 2>&5
    1158811666+  ac_status=$?
    11589 +  echo "$as_me:8109: \$? = $ac_status" >&5
     11667+  echo "$as_me:8123: \$? = $ac_status" >&5
    1159011668+  (exit $ac_status); } &&
    1159111669+         { ac_try='test -s conftest.$ac_objext'
    11592 +  { (eval echo "$as_me:8112: \"$ac_try\"") >&5
     11670+  { (eval echo "$as_me:8126: \"$ac_try\"") >&5
    1159311671+  (eval $ac_try) 2>&5
    1159411672+  ac_status=$?
    11595 +  echo "$as_me:8115: \$? = $ac_status" >&5
     11673+  echo "$as_me:8129: \$? = $ac_status" >&5
    1159611674+  (exit $ac_status); }; }; then
    1159711675+  :
     
    1160911687+
    1161011688+fi
    11611 +echo "$as_me:8131: result: $cf_cv_posix_c_source" >&5
     11689+echo "$as_me:8145: result: $cf_cv_posix_c_source" >&5
    1161211690+echo "${ECHO_T}$cf_cv_posix_c_source" >&6
    1161311691+
     
    1178811866+if test "$enable_largefile" != no; then
    1178911867+
    11790 +  echo "$as_me:8310: checking for special C compiler options needed for large files" >&5
     11868+  echo "$as_me:8324: checking for special C compiler options needed for large files" >&5
    1179111869+echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
    1179211870+if test "${ac_cv_sys_largefile_CC+set}" = set; then
     
    1180011878+        # so use the C compiler's -n32 option if that helps.
    1180111879+         cat >conftest.$ac_ext <<_ACEOF
    11802 +#line 8322 "configure"
     11880+#line 8336 "configure"
    1180311881+#include "confdefs.h"
    1180411882+#include <sys/types.h>
     
    1182011898+_ACEOF
    1182111899+        rm -f conftest.$ac_objext
    11822 +if { (eval echo "$as_me:8342: \"$ac_compile\"") >&5
     11900+if { (eval echo "$as_me:8356: \"$ac_compile\"") >&5
    1182311901+  (eval $ac_compile) 2>&5
    1182411902+  ac_status=$?
    11825 +  echo "$as_me:8345: \$? = $ac_status" >&5
     11903+  echo "$as_me:8359: \$? = $ac_status" >&5
    1182611904+  (exit $ac_status); } &&
    1182711905+         { ac_try='test -s conftest.$ac_objext'
    11828 +  { (eval echo "$as_me:8348: \"$ac_try\"") >&5
     11906+  { (eval echo "$as_me:8362: \"$ac_try\"") >&5
    1182911907+  (eval $ac_try) 2>&5
    1183011908+  ac_status=$?
    11831 +  echo "$as_me:8351: \$? = $ac_status" >&5
     11909+  echo "$as_me:8365: \$? = $ac_status" >&5
    1183211910+  (exit $ac_status); }; }; then
    1183311911+  break
     
    1183911917+        CC="$CC -n32"
    1184011918+        rm -f conftest.$ac_objext
    11841 +if { (eval echo "$as_me:8361: \"$ac_compile\"") >&5
     11919+if { (eval echo "$as_me:8375: \"$ac_compile\"") >&5
    1184211920+  (eval $ac_compile) 2>&5
    1184311921+  ac_status=$?
    11844 +  echo "$as_me:8364: \$? = $ac_status" >&5
     11922+  echo "$as_me:8378: \$? = $ac_status" >&5
    1184511923+  (exit $ac_status); } &&
    1184611924+         { ac_try='test -s conftest.$ac_objext'
    11847 +  { (eval echo "$as_me:8367: \"$ac_try\"") >&5
     11925+  { (eval echo "$as_me:8381: \"$ac_try\"") >&5
    1184811926+  (eval $ac_try) 2>&5
    1184911927+  ac_status=$?
    11850 +  echo "$as_me:8370: \$? = $ac_status" >&5
     11928+  echo "$as_me:8384: \$? = $ac_status" >&5
    1185111929+  (exit $ac_status); }; }; then
    1185211930+  ac_cv_sys_largefile_CC=' -n32'; break
     
    1186211940+    fi
    1186311941+fi
    11864 +echo "$as_me:8384: result: $ac_cv_sys_largefile_CC" >&5
     11942+echo "$as_me:8398: result: $ac_cv_sys_largefile_CC" >&5
    1186511943+echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
    1186611944+  if test "$ac_cv_sys_largefile_CC" != no; then
     
    1186811946+  fi
    1186911947+
    11870 +  echo "$as_me:8390: checking for _FILE_OFFSET_BITS value needed for large files" >&5
     11948+  echo "$as_me:8404: checking for _FILE_OFFSET_BITS value needed for large files" >&5
    1187111949+echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
    1187211950+if test "${ac_cv_sys_file_offset_bits+set}" = set; then
     
    1187611954+  ac_cv_sys_file_offset_bits=no
    1187711955+  cat >conftest.$ac_ext <<_ACEOF
    11878 +#line 8398 "configure"
     11956+#line 8412 "configure"
    1187911957+#include "confdefs.h"
    1188011958+#include <sys/types.h>
     
    1189611974+_ACEOF
    1189711975+rm -f conftest.$ac_objext
    11898 +if { (eval echo "$as_me:8418: \"$ac_compile\"") >&5
     11976+if { (eval echo "$as_me:8432: \"$ac_compile\"") >&5
    1189911977+  (eval $ac_compile) 2>&5
    1190011978+  ac_status=$?
    11901 +  echo "$as_me:8421: \$? = $ac_status" >&5
     11979+  echo "$as_me:8435: \$? = $ac_status" >&5
    1190211980+  (exit $ac_status); } &&
    1190311981+         { ac_try='test -s conftest.$ac_objext'
    11904 +  { (eval echo "$as_me:8424: \"$ac_try\"") >&5
     11982+  { (eval echo "$as_me:8438: \"$ac_try\"") >&5
    1190511983+  (eval $ac_try) 2>&5
    1190611984+  ac_status=$?
    11907 +  echo "$as_me:8427: \$? = $ac_status" >&5
     11985+  echo "$as_me:8441: \$? = $ac_status" >&5
    1190811986+  (exit $ac_status); }; }; then
    1190911987+  break
     
    1191411992+rm -f conftest.$ac_objext conftest.$ac_ext
    1191511993+  cat >conftest.$ac_ext <<_ACEOF
    11916 +#line 8436 "configure"
     11994+#line 8450 "configure"
    1191711995+#include "confdefs.h"
    1191811996+#define _FILE_OFFSET_BITS 64
     
    1193512013+_ACEOF
    1193612014+rm -f conftest.$ac_objext
    11937 +if { (eval echo "$as_me:8457: \"$ac_compile\"") >&5
     12015+if { (eval echo "$as_me:8471: \"$ac_compile\"") >&5
    1193812016+  (eval $ac_compile) 2>&5
    1193912017+  ac_status=$?
    11940 +  echo "$as_me:8460: \$? = $ac_status" >&5
     12018+  echo "$as_me:8474: \$? = $ac_status" >&5
    1194112019+  (exit $ac_status); } &&
    1194212020+         { ac_try='test -s conftest.$ac_objext'
    11943 +  { (eval echo "$as_me:8463: \"$ac_try\"") >&5
     12021+  { (eval echo "$as_me:8477: \"$ac_try\"") >&5
    1194412022+  (eval $ac_try) 2>&5
    1194512023+  ac_status=$?
    11946 +  echo "$as_me:8466: \$? = $ac_status" >&5
     12024+  echo "$as_me:8480: \$? = $ac_status" >&5
    1194712025+  (exit $ac_status); }; }; then
    1194812026+  ac_cv_sys_file_offset_bits=64; break
     
    1195512033+done
    1195612034+fi
    11957 +echo "$as_me:8477: result: $ac_cv_sys_file_offset_bits" >&5
     12035+echo "$as_me:8491: result: $ac_cv_sys_file_offset_bits" >&5
    1195812036+echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
    1195912037+if test "$ac_cv_sys_file_offset_bits" != no; then
     
    1196412042+
    1196512043+fi
    11966 +rm -f conftest*
    11967 +  echo "$as_me:8487: checking for _LARGE_FILES value needed for large files" >&5
     12044+rm -rf conftest*
     12045+  echo "$as_me:8501: checking for _LARGE_FILES value needed for large files" >&5
    1196812046+echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
    1196912047+if test "${ac_cv_sys_large_files+set}" = set; then
     
    1197312051+  ac_cv_sys_large_files=no
    1197412052+  cat >conftest.$ac_ext <<_ACEOF
    11975 +#line 8495 "configure"
     12053+#line 8509 "configure"
    1197612054+#include "confdefs.h"
    1197712055+#include <sys/types.h>
     
    1199312071+_ACEOF
    1199412072+rm -f conftest.$ac_objext
    11995 +if { (eval echo "$as_me:8515: \"$ac_compile\"") >&5
     12073+if { (eval echo "$as_me:8529: \"$ac_compile\"") >&5
    1199612074+  (eval $ac_compile) 2>&5
    1199712075+  ac_status=$?
    11998 +  echo "$as_me:8518: \$? = $ac_status" >&5
     12076+  echo "$as_me:8532: \$? = $ac_status" >&5
    1199912077+  (exit $ac_status); } &&
    1200012078+         { ac_try='test -s conftest.$ac_objext'
    12001 +  { (eval echo "$as_me:8521: \"$ac_try\"") >&5
     12079+  { (eval echo "$as_me:8535: \"$ac_try\"") >&5
    1200212080+  (eval $ac_try) 2>&5
    1200312081+  ac_status=$?
    12004 +  echo "$as_me:8524: \$? = $ac_status" >&5
     12082+  echo "$as_me:8538: \$? = $ac_status" >&5
    1200512083+  (exit $ac_status); }; }; then
    1200612084+  break
     
    1201112089+rm -f conftest.$ac_objext conftest.$ac_ext
    1201212090+  cat >conftest.$ac_ext <<_ACEOF
    12013 +#line 8533 "configure"
     12091+#line 8547 "configure"
    1201412092+#include "confdefs.h"
    1201512093+#define _LARGE_FILES 1
     
    1203212110+_ACEOF
    1203312111+rm -f conftest.$ac_objext
    12034 +if { (eval echo "$as_me:8554: \"$ac_compile\"") >&5
     12112+if { (eval echo "$as_me:8568: \"$ac_compile\"") >&5
    1203512113+  (eval $ac_compile) 2>&5
    1203612114+  ac_status=$?
    12037 +  echo "$as_me:8557: \$? = $ac_status" >&5
     12115+  echo "$as_me:8571: \$? = $ac_status" >&5
    1203812116+  (exit $ac_status); } &&
    1203912117+         { ac_try='test -s conftest.$ac_objext'
    12040 +  { (eval echo "$as_me:8560: \"$ac_try\"") >&5
     12118+  { (eval echo "$as_me:8574: \"$ac_try\"") >&5
    1204112119+  (eval $ac_try) 2>&5
    1204212120+  ac_status=$?
    12043 +  echo "$as_me:8563: \$? = $ac_status" >&5
     12121+  echo "$as_me:8577: \$? = $ac_status" >&5
    1204412122+  (exit $ac_status); }; }; then
    1204512123+  ac_cv_sys_large_files=1; break
     
    1205212130+done
    1205312131+fi
    12054 +echo "$as_me:8574: result: $ac_cv_sys_large_files" >&5
     12132+echo "$as_me:8588: result: $ac_cv_sys_large_files" >&5
    1205512133+echo "${ECHO_T}$ac_cv_sys_large_files" >&6
    1205612134+if test "$ac_cv_sys_large_files" != no; then
     
    1206112139+
    1206212140+fi
    12063 +rm -f conftest*
     12141+rm -rf conftest*
    1206412142+fi
    1206512143+
    1206612144+    if test "$enable_largefile" != no ; then
    12067 +       echo "$as_me:8587: checking for _LARGEFILE_SOURCE value needed for large files" >&5
     12145+       echo "$as_me:8601: checking for _LARGEFILE_SOURCE value needed for large files" >&5
    1206812146+echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
    1206912147+if test "${ac_cv_sys_largefile_source+set}" = set; then
     
    1207312151+  ac_cv_sys_largefile_source=no
    1207412152+  cat >conftest.$ac_ext <<_ACEOF
    12075 +#line 8595 "configure"
     12153+#line 8609 "configure"
    1207612154+#include "confdefs.h"
    1207712155+#include <stdio.h>
     
    1208512163+_ACEOF
    1208612164+rm -f conftest.$ac_objext
    12087 +if { (eval echo "$as_me:8607: \"$ac_compile\"") >&5
     12165+if { (eval echo "$as_me:8621: \"$ac_compile\"") >&5
    1208812166+  (eval $ac_compile) 2>&5
    1208912167+  ac_status=$?
    12090 +  echo "$as_me:8610: \$? = $ac_status" >&5
     12168+  echo "$as_me:8624: \$? = $ac_status" >&5
    1209112169+  (exit $ac_status); } &&
    1209212170+         { ac_try='test -s conftest.$ac_objext'
    12093 +  { (eval echo "$as_me:8613: \"$ac_try\"") >&5
     12171+  { (eval echo "$as_me:8627: \"$ac_try\"") >&5
    1209412172+  (eval $ac_try) 2>&5
    1209512173+  ac_status=$?
    12096 +  echo "$as_me:8616: \$? = $ac_status" >&5
     12174+  echo "$as_me:8630: \$? = $ac_status" >&5
    1209712175+  (exit $ac_status); }; }; then
    1209812176+  break
     
    1210312181+rm -f conftest.$ac_objext conftest.$ac_ext
    1210412182+  cat >conftest.$ac_ext <<_ACEOF
    12105 +#line 8625 "configure"
     12183+#line 8639 "configure"
    1210612184+#include "confdefs.h"
    1210712185+#define _LARGEFILE_SOURCE 1
     
    1211612194+_ACEOF
    1211712195+rm -f conftest.$ac_objext
    12118 +if { (eval echo "$as_me:8638: \"$ac_compile\"") >&5
     12196+if { (eval echo "$as_me:8652: \"$ac_compile\"") >&5
    1211912197+  (eval $ac_compile) 2>&5
    1212012198+  ac_status=$?
    12121 +  echo "$as_me:8641: \$? = $ac_status" >&5
     12199+  echo "$as_me:8655: \$? = $ac_status" >&5
    1212212200+  (exit $ac_status); } &&
    1212312201+         { ac_try='test -s conftest.$ac_objext'
    12124 +  { (eval echo "$as_me:8644: \"$ac_try\"") >&5
     12202+  { (eval echo "$as_me:8658: \"$ac_try\"") >&5
    1212512203+  (eval $ac_try) 2>&5
    1212612204+  ac_status=$?
    12127 +  echo "$as_me:8647: \$? = $ac_status" >&5
     12205+  echo "$as_me:8661: \$? = $ac_status" >&5
    1212812206+  (exit $ac_status); }; }; then
    1212912207+  ac_cv_sys_largefile_source=1; break
     
    1213612214+done
    1213712215+fi
    12138 +echo "$as_me:8658: result: $ac_cv_sys_largefile_source" >&5
     12216+echo "$as_me:8672: result: $ac_cv_sys_largefile_source" >&5
    1213912217+echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
    1214012218+if test "$ac_cv_sys_largefile_source" != no; then
     
    1214512223+
    1214612224+fi
    12147 +rm -f conftest*
     12225+rm -rf conftest*
    1214812226+
    1214912227+# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
    1215012228+# in glibc 2.1.3, but that breaks too many other things.
    1215112229+# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
    12152 +echo "$as_me:8672: checking for fseeko" >&5
     12230+echo "$as_me:8686: checking for fseeko" >&5
    1215312231+echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
    1215412232+if test "${ac_cv_func_fseeko+set}" = set; then
     
    1215612234+else
    1215712235+  cat >conftest.$ac_ext <<_ACEOF
    12158 +#line 8678 "configure"
     12236+#line 8692 "configure"
    1215912237+#include "confdefs.h"
    1216012238+#include <stdio.h>
     
    1216812246+_ACEOF
    1216912247+rm -f conftest.$ac_objext conftest$ac_exeext
    12170 +if { (eval echo "$as_me:8690: \"$ac_link\"") >&5
     12248+if { (eval echo "$as_me:8704: \"$ac_link\"") >&5
    1217112249+  (eval $ac_link) 2>&5
    1217212250+  ac_status=$?
    12173 +  echo "$as_me:8693: \$? = $ac_status" >&5
     12251+  echo "$as_me:8707: \$? = $ac_status" >&5
    1217412252+  (exit $ac_status); } &&
    1217512253+         { ac_try='test -s conftest$ac_exeext'
    12176 +  { (eval echo "$as_me:8696: \"$ac_try\"") >&5
     12254+  { (eval echo "$as_me:8710: \"$ac_try\"") >&5
    1217712255+  (eval $ac_try) 2>&5
    1217812256+  ac_status=$?
    12179 +  echo "$as_me:8699: \$? = $ac_status" >&5
     12257+  echo "$as_me:8713: \$? = $ac_status" >&5
    1218012258+  (exit $ac_status); }; }; then
    1218112259+  ac_cv_func_fseeko=yes
     
    1218712265+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1218812266+fi
    12189 +echo "$as_me:8709: result: $ac_cv_func_fseeko" >&5
     12267+echo "$as_me:8723: result: $ac_cv_func_fseeko" >&5
    1219012268+echo "${ECHO_T}$ac_cv_func_fseeko" >&6
    1219112269+if test $ac_cv_func_fseeko = yes; then
     
    1220812286+       test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits "
    1220912287+
    12210 +       echo "$as_me:8730: checking whether to use struct dirent64" >&5
     12288+       echo "$as_me:8744: checking whether to use struct dirent64" >&5
    1221112289+echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
    1221212290+if test "${cf_cv_struct_dirent64+set}" = set; then
     
    1221512293+
    1221612294+               cat >conftest.$ac_ext <<_ACEOF
    12217 +#line 8737 "configure"
     12295+#line 8751 "configure"
    1221812296+#include "confdefs.h"
    1221912297+
     
    1223612314+_ACEOF
    1223712315+rm -f conftest.$ac_objext
    12238 +if { (eval echo "$as_me:8758: \"$ac_compile\"") >&5
     12316+if { (eval echo "$as_me:8772: \"$ac_compile\"") >&5
    1223912317+  (eval $ac_compile) 2>&5
    1224012318+  ac_status=$?
    12241 +  echo "$as_me:8761: \$? = $ac_status" >&5
     12319+  echo "$as_me:8775: \$? = $ac_status" >&5
    1224212320+  (exit $ac_status); } &&
    1224312321+         { ac_try='test -s conftest.$ac_objext'
    12244 +  { (eval echo "$as_me:8764: \"$ac_try\"") >&5
     12322+  { (eval echo "$as_me:8778: \"$ac_try\"") >&5
    1224512323+  (eval $ac_try) 2>&5
    1224612324+  ac_status=$?
    12247 +  echo "$as_me:8767: \$? = $ac_status" >&5
     12325+  echo "$as_me:8781: \$? = $ac_status" >&5
    1224812326+  (exit $ac_status); }; }; then
    1224912327+  cf_cv_struct_dirent64=yes
     
    1225612334+
    1225712335+fi
    12258 +echo "$as_me:8778: result: $cf_cv_struct_dirent64" >&5
     12336+echo "$as_me:8792: result: $cf_cv_struct_dirent64" >&5
    1225912337+echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
    1226012338+       test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF
     
    1226512343+
    1226612344+### Enable compiling-in rcs id's
    12267 +echo "$as_me:8787: checking if RCS identifiers should be compiled-in" >&5
     12345+echo "$as_me:8801: checking if RCS identifiers should be compiled-in" >&5
    1226812346+echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6
    1226912347+
     
    1227512353+  with_rcs_ids=no
    1227612354+fi;
    12277 +echo "$as_me:8797: result: $with_rcs_ids" >&5
     12355+echo "$as_me:8811: result: $with_rcs_ids" >&5
    1227812356+echo "${ECHO_T}$with_rcs_ids" >&6
    1227912357+test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF
     
    1228412362+
    1228512363+### Note that some functions (such as const) are normally disabled anyway.
    12286 +echo "$as_me:8806: checking if you want to build with function extensions" >&5
     12364+echo "$as_me:8820: checking if you want to build with function extensions" >&5
    1228712365+echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
    1228812366+
     
    1229412372+  with_ext_funcs=yes
    1229512373+fi;
    12296 +echo "$as_me:8816: result: $with_ext_funcs" >&5
     12374+echo "$as_me:8830: result: $with_ext_funcs" >&5
    1229712375+echo "${ECHO_T}$with_ext_funcs" >&6
    1229812376+if test "$with_ext_funcs" = yes ; then
     
    1231112389+
    1231212390+###   use option --enable-const to turn on use of const beyond that in XSI.
    12313 +echo "$as_me:8833: checking for extended use of const keyword" >&5
     12391+echo "$as_me:8847: checking for extended use of const keyword" >&5
    1231412392+echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6
    1231512393+
     
    1232112399+  with_ext_const=no
    1232212400+fi;
    12323 +echo "$as_me:8843: result: $with_ext_const" >&5
     12401+echo "$as_me:8857: result: $with_ext_const" >&5
    1232412402+echo "${ECHO_T}$with_ext_const" >&6
    1232512403+NCURSES_CONST='/*nothing*/'
     
    1233112409+# These options are relatively safe to experiment with.
    1233212410+
    12333 +echo "$as_me:8853: checking if you want all development code" >&5
     12411+echo "$as_me:8867: checking if you want all development code" >&5
    1233412412+echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6
    1233512413+
     
    1234112419+  with_develop=no
    1234212420+fi;
    12343 +echo "$as_me:8863: result: $with_develop" >&5
     12421+echo "$as_me:8877: result: $with_develop" >&5
    1234412422+echo "${ECHO_T}$with_develop" >&6
    1234512423+
     
    1235012428+# the script-block --with-normal, etc.
    1235112429+
    12352 +echo "$as_me:8872: checking if you want to link with the pthread library" >&5
     12430+echo "$as_me:8886: checking if you want to link with the pthread library" >&5
    1235312431+echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6
    1235412432+
     
    1236012438+  with_pthread=no
    1236112439+fi;
    12362 +echo "$as_me:8882: result: $with_pthread" >&5
     12440+echo "$as_me:8896: result: $with_pthread" >&5
    1236312441+echo "${ECHO_T}$with_pthread" >&6
    1236412442+
    1236512443+if test "$with_pthread" != no ; then
    12366 +    echo "$as_me:8886: checking for pthread.h" >&5
     12444+    echo "$as_me:8900: checking for pthread.h" >&5
    1236712445+echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
    1236812446+if test "${ac_cv_header_pthread_h+set}" = set; then
     
    1237012448+else
    1237112449+  cat >conftest.$ac_ext <<_ACEOF
    12372 +#line 8892 "configure"
     12450+#line 8906 "configure"
    1237312451+#include "confdefs.h"
    1237412452+#include <pthread.h>
    1237512453+_ACEOF
    12376 +if { (eval echo "$as_me:8896: \"$ac_cpp conftest.$ac_ext\"") >&5
     12454+if { (eval echo "$as_me:8910: \"$ac_cpp conftest.$ac_ext\"") >&5
    1237712455+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    1237812456+  ac_status=$?
     
    1238012458+  rm -f conftest.er1
    1238112459+  cat conftest.err >&5
    12382 +  echo "$as_me:8902: \$? = $ac_status" >&5
     12460+  echo "$as_me:8916: \$? = $ac_status" >&5
    1238312461+  (exit $ac_status); } >/dev/null; then
    1238412462+  if test -s conftest.err; then
     
    1239912477+rm -f conftest.err conftest.$ac_ext
    1240012478+fi
    12401 +echo "$as_me:8921: result: $ac_cv_header_pthread_h" >&5
     12479+echo "$as_me:8935: result: $ac_cv_header_pthread_h" >&5
    1240212480+echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
    1240312481+if test $ac_cv_header_pthread_h = yes; then
     
    1240712485+EOF
    1240812486+
    12409 +        echo "$as_me:8929: checking if we can link with the pthread library" >&5
     12487+        echo "$as_me:8943: checking if we can link with the pthread library" >&5
    1241012488+echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6
    1241112489+        cf_save_LIBS="$LIBS"
    1241212490+        LIBS="-lpthread $LIBS"
    1241312491+        cat >conftest.$ac_ext <<_ACEOF
    12414 +#line 8934 "configure"
     12492+#line 8948 "configure"
    1241512493+#include "confdefs.h"
    1241612494+
     
    1242812506+_ACEOF
    1242912507+rm -f conftest.$ac_objext conftest$ac_exeext
    12430 +if { (eval echo "$as_me:8950: \"$ac_link\"") >&5
     12508+if { (eval echo "$as_me:8964: \"$ac_link\"") >&5
    1243112509+  (eval $ac_link) 2>&5
    1243212510+  ac_status=$?
    12433 +  echo "$as_me:8953: \$? = $ac_status" >&5
     12511+  echo "$as_me:8967: \$? = $ac_status" >&5
    1243412512+  (exit $ac_status); } &&
    1243512513+         { ac_try='test -s conftest$ac_exeext'
    12436 +  { (eval echo "$as_me:8956: \"$ac_try\"") >&5
     12514+  { (eval echo "$as_me:8970: \"$ac_try\"") >&5
    1243712515+  (eval $ac_try) 2>&5
    1243812516+  ac_status=$?
    12439 +  echo "$as_me:8959: \$? = $ac_status" >&5
     12517+  echo "$as_me:8973: \$? = $ac_status" >&5
    1244012518+  (exit $ac_status); }; }; then
    1244112519+  with_pthread=yes
     
    1244712525+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1244812526+        LIBS="$cf_save_LIBS"
    12449 +        echo "$as_me:8969: result: $with_pthread" >&5
     12527+        echo "$as_me:8983: result: $with_pthread" >&5
    1245012528+echo "${ECHO_T}$with_pthread" >&6
    1245112529+
     
    1245712535+
    1245812536+        else
    12459 +            { { echo "$as_me:8979: error: Cannot link with pthread library" >&5
     12537+            { { echo "$as_me:8993: error: Cannot link with pthread library" >&5
    1246012538+echo "$as_me: error: Cannot link with pthread library" >&2;}
    1246112539+   { (exit 1); exit 1; }; }
     
    1246612544+fi
    1246712545+
    12468 +echo "$as_me:8988: checking if you want to use weak-symbols for pthreads" >&5
     12546+echo "$as_me:9002: checking if you want to use weak-symbols for pthreads" >&5
    1246912547+echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6
    1247012548+
     
    1247612554+  use_weak_symbols=no
    1247712555+fi;
    12478 +echo "$as_me:8998: result: $use_weak_symbols" >&5
     12556+echo "$as_me:9012: result: $use_weak_symbols" >&5
    1247912557+echo "${ECHO_T}$use_weak_symbols" >&6
    1248012558+if test "$use_weak_symbols" = yes ; then
    1248112559+
    12482 +echo "$as_me:9002: checking if $CC supports weak symbols" >&5
     12560+echo "$as_me:9016: checking if $CC supports weak symbols" >&5
    1248312561+echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6
    1248412562+if test "${cf_cv_weak_symbols+set}" = set; then
     
    1248712565+
    1248812566+cat >conftest.$ac_ext <<_ACEOF
    12489 +#line 9009 "configure"
     12567+#line 9023 "configure"
    1249012568+#include "confdefs.h"
    1249112569+
     
    1251312591+_ACEOF
    1251412592+rm -f conftest.$ac_objext
    12515 +if { (eval echo "$as_me:9035: \"$ac_compile\"") >&5
     12593+if { (eval echo "$as_me:9049: \"$ac_compile\"") >&5
    1251612594+  (eval $ac_compile) 2>&5
    1251712595+  ac_status=$?
    12518 +  echo "$as_me:9038: \$? = $ac_status" >&5
     12596+  echo "$as_me:9052: \$? = $ac_status" >&5
    1251912597+  (exit $ac_status); } &&
    1252012598+         { ac_try='test -s conftest.$ac_objext'
    12521 +  { (eval echo "$as_me:9041: \"$ac_try\"") >&5
     12599+  { (eval echo "$as_me:9055: \"$ac_try\"") >&5
    1252212600+  (eval $ac_try) 2>&5
    1252312601+  ac_status=$?
    12524 +  echo "$as_me:9044: \$? = $ac_status" >&5
     12602+  echo "$as_me:9058: \$? = $ac_status" >&5
    1252512603+  (exit $ac_status); }; }; then
    1252612604+  cf_cv_weak_symbols=yes
     
    1253312611+
    1253412612+fi
    12535 +echo "$as_me:9055: result: $cf_cv_weak_symbols" >&5
     12613+echo "$as_me:9069: result: $cf_cv_weak_symbols" >&5
    1253612614+echo "${ECHO_T}$cf_cv_weak_symbols" >&6
    1253712615+
     
    1256312641+# this option without --with-pthreads, but this will be always set for
    1256412642+# pthreads.
    12565 +echo "$as_me:9085: checking if you want experimental reentrant code" >&5
     12643+echo "$as_me:9099: checking if you want experimental reentrant code" >&5
    1256612644+echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6
    1256712645+
     
    1257312651+  with_reentrant=no
    1257412652+fi;
    12575 +echo "$as_me:9095: result: $with_reentrant" >&5
     12653+echo "$as_me:9109: result: $with_reentrant" >&5
    1257612654+echo "${ECHO_T}$with_reentrant" >&6
    1257712655+if test "$with_reentrant" = yes ; then
     
    1259512673+### Allow using a different wrap-prefix
    1259612674+if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then
    12597 +       echo "$as_me:9117: checking for prefix used to wrap public variables" >&5
     12675+       echo "$as_me:9131: checking for prefix used to wrap public variables" >&5
    1259812676+echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6
    1259912677+
     
    1260512683+  NCURSES_WRAP_PREFIX=_nc_
    1260612684+fi;
    12607 +       echo "$as_me:9127: result: $NCURSES_WRAP_PREFIX" >&5
     12685+       echo "$as_me:9141: result: $NCURSES_WRAP_PREFIX" >&5
    1260812686+echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6
    1260912687+else
     
    1261812696+
    1261912697+###    use option --disable-echo to suppress full display compiling commands
    12620 +echo "$as_me:9140: checking if you want to display full commands during build" >&5
     12698+echo "$as_me:9154: checking if you want to display full commands during build" >&5
    1262112699+echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6
    1262212700+
     
    1263312711+       ECHO_LINK='@ echo linking $@ ... ;'
    1263412712+fi
    12635 +echo "$as_me:9155: result: $with_echo" >&5
     12713+echo "$as_me:9169: result: $with_echo" >&5
    1263612714+echo "${ECHO_T}$with_echo" >&6
    1263712715+
    1263812716+###    use option --enable-warnings to turn on all gcc warnings
    12639 +echo "$as_me:9159: checking if you want to see compiler warnings" >&5
     12717+echo "$as_me:9173: checking if you want to see compiler warnings" >&5
    1264012718+echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6
    1264112719+
     
    1264512723+  with_warnings=$enableval
    1264612724+fi;
    12647 +echo "$as_me:9167: result: $with_warnings" >&5
     12725+echo "$as_me:9181: result: $with_warnings" >&5
    1264812726+echo "${ECHO_T}$with_warnings" >&6
    1264912727+
     
    1265612734+       case $host_os in
    1265712735+       linux*|gnu*)
    12658 +               echo "$as_me:9178: checking if this is really Intel C compiler" >&5
     12736+               echo "$as_me:9192: checking if this is really Intel C compiler" >&5
    1265912737+echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
    1266012738+               cf_save_CFLAGS="$CFLAGS"
    1266112739+               CFLAGS="$CFLAGS -no-gcc"
    1266212740+               cat >conftest.$ac_ext <<_ACEOF
    12663 +#line 9183 "configure"
     12741+#line 9197 "configure"
    1266412742+#include "confdefs.h"
    1266512743+
     
    1267812756+_ACEOF
    1267912757+rm -f conftest.$ac_objext
    12680 +if { (eval echo "$as_me:9200: \"$ac_compile\"") >&5
     12758+if { (eval echo "$as_me:9214: \"$ac_compile\"") >&5
    1268112759+  (eval $ac_compile) 2>&5
    1268212760+  ac_status=$?
    12683 +  echo "$as_me:9203: \$? = $ac_status" >&5
     12761+  echo "$as_me:9217: \$? = $ac_status" >&5
    1268412762+  (exit $ac_status); } &&
    1268512763+         { ac_try='test -s conftest.$ac_objext'
    12686 +  { (eval echo "$as_me:9206: \"$ac_try\"") >&5
     12764+  { (eval echo "$as_me:9220: \"$ac_try\"") >&5
    1268712765+  (eval $ac_try) 2>&5
    1268812766+  ac_status=$?
    12689 +  echo "$as_me:9209: \$? = $ac_status" >&5
     12767+  echo "$as_me:9223: \$? = $ac_status" >&5
    1269012768+  (exit $ac_status); }; }; then
    1269112769+  INTEL_COMPILER=yes
     
    1269812776+rm -f conftest.$ac_objext conftest.$ac_ext
    1269912777+               CFLAGS="$cf_save_CFLAGS"
    12700 +               echo "$as_me:9220: result: $INTEL_COMPILER" >&5
     12778+               echo "$as_me:9234: result: $INTEL_COMPILER" >&5
    1270112779+echo "${ECHO_T}$INTEL_COMPILER" >&6
    1270212780+               ;;
     
    1270512783+
    1270612784+cat > conftest.$ac_ext <<EOF
    12707 +#line 9227 "${as_me-configure}"
     12785+#line 9241 "${as_me:-configure}"
    1270812786+int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
    1270912787+EOF
     
    1272212800+# warning #279: controlling expression is constant
    1272312801+
    12724 +       { echo "$as_me:9244: checking for $CC warning options..." >&5
     12802+       { echo "$as_me:9258: checking for $CC warning options..." >&5
    1272512803+echo "$as_me: checking for $CC warning options..." >&6;}
    1272612804+       cf_save_CFLAGS="$CFLAGS"
     
    1273812816+       do
    1273912817+               CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
    12740 +               if { (eval echo "$as_me:9260: \"$ac_compile\"") >&5
     12818+               if { (eval echo "$as_me:9274: \"$ac_compile\"") >&5
    1274112819+  (eval $ac_compile) 2>&5
    1274212820+  ac_status=$?
    12743 +  echo "$as_me:9263: \$? = $ac_status" >&5
     12821+  echo "$as_me:9277: \$? = $ac_status" >&5
    1274412822+  (exit $ac_status); }; then
    12745 +                       test -n "$verbose" && echo "$as_me:9265: result: ... -$cf_opt" >&5
     12823+                       test -n "$verbose" && echo "$as_me:9279: result: ... -$cf_opt" >&5
    1274612824+echo "${ECHO_T}... -$cf_opt" >&6
    1274712825+                       EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
     
    1275212830+elif test "$GCC" = yes
    1275312831+then
    12754 +       { echo "$as_me:9274: checking for $CC warning options..." >&5
     12832+       { echo "$as_me:9288: checking for $CC warning options..." >&5
    1275512833+echo "$as_me: checking for $CC warning options..." >&6;}
    1275612834+       cf_save_CFLAGS="$CFLAGS"
     
    1277212850+       do
    1277312851+               CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
    12774 +               if { (eval echo "$as_me:9294: \"$ac_compile\"") >&5
     12852+               if { (eval echo "$as_me:9308: \"$ac_compile\"") >&5
    1277512853+  (eval $ac_compile) 2>&5
    1277612854+  ac_status=$?
    12777 +  echo "$as_me:9297: \$? = $ac_status" >&5
     12855+  echo "$as_me:9311: \$? = $ac_status" >&5
    1277812856+  (exit $ac_status); }; then
    12779 +                       test -n "$verbose" && echo "$as_me:9299: result: ... -$cf_opt" >&5
     12857+                       test -n "$verbose" && echo "$as_me:9313: result: ... -$cf_opt" >&5
    1278012858+echo "${ECHO_T}... -$cf_opt" >&6
    1278112859+                       case $cf_opt in #(vi
     
    1278812866+                                       test -n "$verbose" && echo "    feature is broken in gcc $GCC_VERSION" 1>&6
    1278912867+
    12790 +echo "${as_me-configure}:9310: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
     12868+echo "${as_me:-configure}:9324: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
    1279112869+
    1279212870+                                       continue;;
     
    1279912877+       CFLAGS="$cf_save_CFLAGS"
    1280012878+fi
    12801 +rm -f conftest*
     12879+rm -rf conftest*
    1280212880+
    1280312881+fi
     
    1282112899+if test "$GCC" = yes
    1282212900+then
    12823 +       { echo "$as_me:9343: checking for $CC __attribute__ directives..." >&5
     12901+       { echo "$as_me:9357: checking for $CC __attribute__ directives..." >&5
    1282412902+echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
    1282512903+cat > conftest.$ac_ext <<EOF
    12826 +#line 9346 "${as_me-configure}"
     12904+#line 9360 "${as_me:-configure}"
    1282712905+#include "confdefs.h"
    1282812906+#include "conftest.h"
     
    1287312951+               esac
    1287412952+
    12875 +               if { (eval echo "$as_me:9395: \"$ac_compile\"") >&5
     12953+               if { (eval echo "$as_me:9409: \"$ac_compile\"") >&5
    1287612954+  (eval $ac_compile) 2>&5
    1287712955+  ac_status=$?
    12878 +  echo "$as_me:9398: \$? = $ac_status" >&5
     12956+  echo "$as_me:9412: \$? = $ac_status" >&5
    1287912957+  (exit $ac_status); }; then
    12880 +                       test -n "$verbose" && echo "$as_me:9400: result: ... $cf_attribute" >&5
     12958+                       test -n "$verbose" && echo "$as_me:9414: result: ... $cf_attribute" >&5
    1288112959+echo "${ECHO_T}... $cf_attribute" >&6
    1288212960+                       cat conftest.h >>confdefs.h
     
    1291412992+
    1291512993+###    use option --enable-assertions to turn on generation of assertion code
    12916 +echo "$as_me:9436: checking if you want to enable runtime assertions" >&5
     12994+echo "$as_me:9450: checking if you want to enable runtime assertions" >&5
    1291712995+echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6
    1291812996+
     
    1292413002+  with_assertions=no
    1292513003+fi;