diff options
Diffstat (limited to 'packages/ncurses/6.5/ncurses-6.5-20241109.patch')
-rw-r--r-- | packages/ncurses/6.5/ncurses-6.5-20241109.patch | 25445 |
1 files changed, 25445 insertions, 0 deletions
diff --git a/packages/ncurses/6.5/ncurses-6.5-20241109.patch b/packages/ncurses/6.5/ncurses-6.5-20241109.patch new file mode 100644 index 00000000..a1d8c4e5 --- /dev/null +++ b/packages/ncurses/6.5/ncurses-6.5-20241109.patch @@ -0,0 +1,25445 @@ +# ncurses 6.5 - patch 20241109 - Thomas E. Dickey +# +# ------------------------------------------------------------------------------ +# +# Ncurses 6.5 is at +# https://invisible-island.net/archives/ncurses/ +# https://invisible-mirror.net/archives/ncurses/ +# https://ftp.gnu.org/gnu/ncurses/ +# +# Patches for ncurses 6.5 can be found at +# https://invisible-island.net/archives/ncurses/6.5 +# https://invisible-mirror.net/archives/ncurses/6.5 +# +# ------------------------------------------------------------------------------ +# https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20241109.patch.gz +# patch by Thomas E. Dickey <dickey@invisible-island.net> +# created Sun Nov 10 01:10:49 UTC 2024 +# ------------------------------------------------------------------------------ +# Ada95/aclocal.m4 | 11 +# Ada95/configure | 951 +++++----- +# NEWS | 10 +# VERSION | 2 +# aclocal.m4 | 15 +# configure | 3241 ++++++++++++++++++------------------- +# dist.mk | 4 +# ncurses/base/lib_set_term.c | 6 +# ncurses/tinfo/access.c | 4 +# ncurses/tinfo/alloc_entry.c | 9 +# ncurses/tinfo/hashed_db.c | 33 +# ncurses/tinfo/write_entry.c | 25 +# package/debian-mingw/changelog | 4 +# package/debian-mingw64/changelog | 4 +# package/debian/changelog | 4 +# package/mingw-ncurses.nsi | 4 +# package/mingw-ncurses.spec | 2 +# package/ncurses.spec | 2 +# package/ncursest.spec | 2 +# progs/infocmp.c | 4 +# progs/tic.c | 6 +# test/aclocal.m4 | 7 +# test/configure | 3185 ++++++++++++++++++------------------ +# test/demo_new_pair.c | 10 +# test/demo_panels.c | 5 +# 25 files changed, 3798 insertions(+), 3752 deletions(-) +# ------------------------------------------------------------------------------ +Index: Ada95/aclocal.m4 +Prereq: 1.221 +--- ncurses-6.5-20241102+/Ada95/aclocal.m4 2024-08-11 00:23:05.000000000 +0000 ++++ ncurses-6.5-20241109/Ada95/aclocal.m4 2024-11-09 23:14:10.000000000 +0000 +@@ -29,7 +29,7 @@ + dnl + dnl Author: Thomas E. Dickey + dnl +-dnl $Id: aclocal.m4,v 1.221 2024/08/11 00:23:05 tom Exp $ ++dnl $Id: aclocal.m4,v 1.222 2024/11/09 23:14:10 tom Exp $ + dnl Macros used in NCURSES Ada95 auto-configuration script. + dnl + dnl These macros are maintained separately from NCURSES. The copyright on +@@ -4777,7 +4777,7 @@ + ]) + ])dnl + dnl --------------------------------------------------------------------------- +-dnl CF_WITH_ADA version: 1 updated: 2024/05/18 13:55:23 ++dnl CF_WITH_ADA version: 2 updated: 2024/11/09 18:07:29 + dnl ----------- + dnl Check for the Ada compiler (unless requested to not do this), which causes + dnl a further check for a C compiler which can work with the Ada compiler. +@@ -4800,7 +4800,7 @@ + AC_PATH_PROG(cf_cv_path_gnatgcc,gnatgcc,no) + if test "$cf_cv_path_gnatgcc" != no + then +- AC_MSG_CHECKING(for improvement) ++ AC_MSG_CHECKING(for improvement) + cf_file_gnatgcc=`file -L "$cf_cv_path_gnatgcc" 2>/dev/null` + case "x$cf_file_gnatgcc" in + (*script*) +@@ -5217,7 +5217,7 @@ + ]) + ])dnl + dnl --------------------------------------------------------------------------- +-dnl CF_XOPEN_SOURCE version: 67 updated: 2023/09/06 18:55:27 ++dnl CF_XOPEN_SOURCE version: 68 updated: 2024/11/09 18:07:29 + dnl --------------- + dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, + dnl or adapt to the vendor's definitions to get equivalent functionality, +@@ -5280,6 +5280,9 @@ + (linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc) + CF_GNU_SOURCE($cf_XOPEN_SOURCE) + ;; ++linux*musl) ++ cf_xopen_source="-D_BSD_SOURCE" ++ ;; + (minix*) + cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this... + ;; +Index: Ada95/configure +--- ncurses-6.5-20241102+/Ada95/configure 2024-08-11 00:23:38.000000000 +0000 ++++ ncurses-6.5-20241109/Ada95/configure 2024-11-09 23:14:34.000000000 +0000 +@@ -13458,6 +13458,9 @@ + fi + + ;; ++linux*musl) ++ cf_xopen_source="-D_BSD_SOURCE" ++ ;; + (minix*) + cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this... + ;; +@@ -13480,16 +13483,16 @@ + sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ + -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` + +-echo "$as_me:13483: checking if we should define _POSIX_C_SOURCE" >&5 ++echo "$as_me:13486: checking if we should define _POSIX_C_SOURCE" >&5 + echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_posix_c_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +-echo "${as_me:-configure}:13489: testing if the symbol is already defined go no further ..." 1>&5 ++echo "${as_me:-configure}:13492: testing if the symbol is already defined go no further ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13492 "configure" ++#line 13495 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -13504,16 +13507,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13507: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13510: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13510: \$? = $ac_status" >&5 ++ echo "$as_me:13513: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13513: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13516: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13516: \$? = $ac_status" >&5 ++ echo "$as_me:13519: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_posix_c_source=no + else +@@ -13534,7 +13537,7 @@ + esac + if test "$cf_want_posix_source" = yes ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13537 "configure" ++#line 13540 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -13549,16 +13552,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13552: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13555: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13555: \$? = $ac_status" >&5 ++ echo "$as_me:13558: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13558: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13561: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13561: \$? = $ac_status" >&5 ++ echo "$as_me:13564: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -13569,7 +13572,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "${as_me:-configure}:13572: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:13575: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 + + CFLAGS="$cf_trim_CFLAGS" + CPPFLAGS="$cf_trim_CPPFLAGS" +@@ -13577,10 +13580,10 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" + +-echo "${as_me:-configure}:13580: testing if the second compile does not leave our definition intact error ..." 1>&5 ++echo "${as_me:-configure}:13583: testing if the second compile does not leave our definition intact error ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13583 "configure" ++#line 13586 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -13595,16 +13598,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13598: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13601: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13601: \$? = $ac_status" >&5 ++ echo "$as_me:13604: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13604: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13607: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13607: \$? = $ac_status" >&5 ++ echo "$as_me:13610: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -13620,7 +13623,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:13623: result: $cf_cv_posix_c_source" >&5 ++echo "$as_me:13626: result: $cf_cv_posix_c_source" >&5 + echo "${ECHO_T}$cf_cv_posix_c_source" >&6 + + if test "$cf_cv_posix_c_source" != no ; then +@@ -13737,7 +13740,7 @@ + # OpenBSD 6.x has broken locale support, both compile-time and runtime. + # see https://www.mail-archive.com/bugs@openbsd.org/msg13200.html + # Abusing the conformance level is a workaround. +- { echo "$as_me:13740: WARNING: this system does not provide usable locale support" >&5 ++ { echo "$as_me:13743: WARNING: this system does not provide usable locale support" >&5 + echo "$as_me: WARNING: this system does not provide usable locale support" >&2;} + cf_xopen_source="-D_BSD_SOURCE" + cf_XOPEN_SOURCE=700 +@@ -13769,14 +13772,14 @@ + ;; + (*) + +-echo "$as_me:13772: checking if we should define _XOPEN_SOURCE" >&5 ++echo "$as_me:13775: checking if we should define _XOPEN_SOURCE" >&5 + echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_xopen_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13779 "configure" ++#line 13782 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -13794,16 +13797,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13797: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13800: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13800: \$? = $ac_status" >&5 ++ echo "$as_me:13803: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13803: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13806: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13806: \$? = $ac_status" >&5 ++ echo "$as_me:13809: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -13815,7 +13818,7 @@ + CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13818 "configure" ++#line 13821 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -13833,16 +13836,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13836: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13839: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13839: \$? = $ac_status" >&5 ++ echo "$as_me:13842: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13842: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13845: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13845: \$? = $ac_status" >&5 ++ echo "$as_me:13848: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -13857,7 +13860,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:13860: result: $cf_cv_xopen_source" >&5 ++echo "$as_me:13863: result: $cf_cv_xopen_source" >&5 + echo "${ECHO_T}$cf_cv_xopen_source" >&6 + + if test "$cf_cv_xopen_source" != no ; then +@@ -14017,16 +14020,16 @@ + sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ + -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` + +-echo "$as_me:14020: checking if we should define _POSIX_C_SOURCE" >&5 ++echo "$as_me:14023: checking if we should define _POSIX_C_SOURCE" >&5 + echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_posix_c_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +-echo "${as_me:-configure}:14026: testing if the symbol is already defined go no further ..." 1>&5 ++echo "${as_me:-configure}:14029: testing if the symbol is already defined go no further ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14029 "configure" ++#line 14032 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -14041,16 +14044,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14044: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14047: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14047: \$? = $ac_status" >&5 ++ echo "$as_me:14050: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14050: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14053: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14053: \$? = $ac_status" >&5 ++ echo "$as_me:14056: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_posix_c_source=no + else +@@ -14071,7 +14074,7 @@ + esac + if test "$cf_want_posix_source" = yes ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14074 "configure" ++#line 14077 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -14086,16 +14089,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14089: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14092: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14092: \$? = $ac_status" >&5 ++ echo "$as_me:14095: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14095: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14098: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14098: \$? = $ac_status" >&5 ++ echo "$as_me:14101: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -14106,7 +14109,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "${as_me:-configure}:14109: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:14112: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 + + CFLAGS="$cf_trim_CFLAGS" + CPPFLAGS="$cf_trim_CPPFLAGS" +@@ -14114,10 +14117,10 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" + +-echo "${as_me:-configure}:14117: testing if the second compile does not leave our definition intact error ..." 1>&5 ++echo "${as_me:-configure}:14120: testing if the second compile does not leave our definition intact error ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14120 "configure" ++#line 14123 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -14132,16 +14135,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14135: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14138: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14138: \$? = $ac_status" >&5 ++ echo "$as_me:14141: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14141: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14144: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14144: \$? = $ac_status" >&5 ++ echo "$as_me:14147: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -14157,7 +14160,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:14160: result: $cf_cv_posix_c_source" >&5 ++echo "$as_me:14163: result: $cf_cv_posix_c_source" >&5 + echo "${ECHO_T}$cf_cv_posix_c_source" >&6 + + if test "$cf_cv_posix_c_source" != no ; then +@@ -14270,10 +14273,10 @@ + if test "$cf_cv_xopen_source" = no ; then + test -n "$verbose" && echo " checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE" 1>&6 + +-echo "${as_me:-configure}:14273: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:14276: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14276 "configure" ++#line 14279 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -14291,23 +14294,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14294: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14297: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14297: \$? = $ac_status" >&5 ++ echo "$as_me:14300: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14300: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14303: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14303: \$? = $ac_status" >&5 ++ echo "$as_me:14306: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + +- { echo "$as_me:14310: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 ++ { echo "$as_me:14313: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 + echo "$as_me: WARNING: _POSIX_C_SOURCE definition is not usable" >&2;} + CPPFLAGS="$cf_save_xopen_cppflags" + fi +@@ -14330,7 +14333,7 @@ + test "$CFLAGS" != "$cf_old_cflag" || break + test -n "$verbose" && echo " removing old option $cf_add_cflags from CFLAGS" 1>&6 + +-echo "${as_me:-configure}:14333: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:14336: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5 + + CFLAGS="$cf_old_cflag" + done +@@ -14342,7 +14345,7 @@ + test "$CPPFLAGS" != "$cf_old_cflag" || break + test -n "$verbose" && echo " removing old option $cf_add_cflags from CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:14345: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:14348: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5 + + CPPFLAGS="$cf_old_cflag" + done +@@ -14430,7 +14433,7 @@ + if test -n "$cf_new_cflags" ; then + test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 + +-echo "${as_me:-configure}:14433: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 ++echo "${as_me:-configure}:14436: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 + + test -n "$CFLAGS" && CFLAGS="$CFLAGS " + CFLAGS="${CFLAGS}$cf_new_cflags" +@@ -14440,7 +14443,7 @@ + if test -n "$cf_new_cppflags" ; then + test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 + +-echo "${as_me:-configure}:14443: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 ++echo "${as_me:-configure}:14446: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 + + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" +@@ -14450,7 +14453,7 @@ + if test -n "$cf_new_extra_cppflags" ; then + test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 + +-echo "${as_me:-configure}:14453: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 ++echo "${as_me:-configure}:14456: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 + + test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " + EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" +@@ -14462,10 +14465,10 @@ + fi + + if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then +- echo "$as_me:14465: checking if _XOPEN_SOURCE really is set" >&5 ++ echo "$as_me:14468: checking if _XOPEN_SOURCE really is set" >&5 + echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14468 "configure" ++#line 14471 "configure" + #include "confdefs.h" + #include <stdlib.h> + int +@@ -14480,16 +14483,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14483: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14486: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14486: \$? = $ac_status" >&5 ++ echo "$as_me:14489: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14489: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14492: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14492: \$? = $ac_status" >&5 ++ echo "$as_me:14495: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_XOPEN_SOURCE_set=yes + else +@@ -14498,12 +14501,12 @@ + cf_XOPEN_SOURCE_set=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:14501: result: $cf_XOPEN_SOURCE_set" >&5 ++ echo "$as_me:14504: result: $cf_XOPEN_SOURCE_set" >&5 + echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6 + if test "$cf_XOPEN_SOURCE_set" = yes + then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14506 "configure" ++#line 14509 "configure" + #include "confdefs.h" + #include <stdlib.h> + int +@@ -14518,16 +14521,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14521: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14524: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14524: \$? = $ac_status" >&5 ++ echo "$as_me:14527: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14527: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14530: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14530: \$? = $ac_status" >&5 ++ echo "$as_me:14533: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_XOPEN_SOURCE_set_ok=yes + else +@@ -14538,19 +14541,19 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + if test "$cf_XOPEN_SOURCE_set_ok" = no + then +- { echo "$as_me:14541: WARNING: _XOPEN_SOURCE is lower than requested" >&5 ++ { echo "$as_me:14544: WARNING: _XOPEN_SOURCE is lower than requested" >&5 + echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;} + fi + else + +-echo "$as_me:14546: checking if we should define _XOPEN_SOURCE" >&5 ++echo "$as_me:14549: checking if we should define _XOPEN_SOURCE" >&5 + echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_xopen_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14553 "configure" ++#line 14556 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -14568,16 +14571,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14571: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14574: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14574: \$? = $ac_status" >&5 ++ echo "$as_me:14577: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14577: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14580: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14580: \$? = $ac_status" >&5 ++ echo "$as_me:14583: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -14589,7 +14592,7 @@ + CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14592 "configure" ++#line 14595 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -14607,16 +14610,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14610: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14613: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14613: \$? = $ac_status" >&5 ++ echo "$as_me:14616: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14616: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14619: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14619: \$? = $ac_status" >&5 ++ echo "$as_me:14622: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -14631,7 +14634,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:14634: result: $cf_cv_xopen_source" >&5 ++echo "$as_me:14637: result: $cf_cv_xopen_source" >&5 + echo "${ECHO_T}$cf_cv_xopen_source" >&6 + + if test "$cf_cv_xopen_source" != no ; then +@@ -14778,13 +14781,13 @@ + fi + fi # cf_cv_posix_visible + +-echo "$as_me:14781: checking for ANSI C header files" >&5 ++echo "$as_me:14784: checking for ANSI C header files" >&5 + echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 + if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14787 "configure" ++#line 14790 "configure" + #include "confdefs.h" + #include <stdlib.h> + #include <stdarg.h> +@@ -14792,13 +14795,13 @@ + #include <float.h> + + _ACEOF +-if { (eval echo "$as_me:14795: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:14798: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:14801: \$? = $ac_status" >&5 ++ echo "$as_me:14804: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -14820,7 +14823,7 @@ + if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14823 "configure" ++#line 14826 "configure" + #include "confdefs.h" + #include <string.h> + +@@ -14838,7 +14841,7 @@ + if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14841 "configure" ++#line 14844 "configure" + #include "confdefs.h" + #include <stdlib.h> + +@@ -14859,7 +14862,7 @@ + : + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14862 "configure" ++#line 14865 "configure" + #include "confdefs.h" + #include <ctype.h> + #if ((' ' & 0x0FF) == 0x020) +@@ -14885,15 +14888,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:14888: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:14891: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:14891: \$? = $ac_status" >&5 ++ echo "$as_me:14894: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:14893: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14896: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14896: \$? = $ac_status" >&5 ++ echo "$as_me:14899: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -14906,7 +14909,7 @@ + fi + fi + fi +-echo "$as_me:14909: result: $ac_cv_header_stdc" >&5 ++echo "$as_me:14912: result: $ac_cv_header_stdc" >&5 + echo "${ECHO_T}$ac_cv_header_stdc" >&6 + if test $ac_cv_header_stdc = yes; then + +@@ -14922,28 +14925,28 @@ + inttypes.h stdint.h unistd.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:14925: checking for $ac_header" >&5 ++echo "$as_me:14928: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14931 "configure" ++#line 14934 "configure" + #include "confdefs.h" + $ac_includes_default + #include <$ac_header> + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14937: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14940: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14940: \$? = $ac_status" >&5 ++ echo "$as_me:14943: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14943: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14946: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14946: \$? = $ac_status" >&5 ++ echo "$as_me:14949: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Header=yes" + else +@@ -14953,7 +14956,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:14956: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:14959: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -14963,13 +14966,13 @@ + fi + done + +-echo "$as_me:14966: checking whether exit is declared" >&5 ++echo "$as_me:14969: checking whether exit is declared" >&5 + echo $ECHO_N "checking whether exit is declared... $ECHO_C" >&6 + if test "${ac_cv_have_decl_exit+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14972 "configure" ++#line 14975 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -14984,16 +14987,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14987: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14990: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14990: \$? = $ac_status" >&5 ++ echo "$as_me:14993: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14993: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14996: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14996: \$? = $ac_status" >&5 ++ echo "$as_me:14999: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_have_decl_exit=yes + else +@@ -15003,7 +15006,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:15006: result: $ac_cv_have_decl_exit" >&5 ++echo "$as_me:15009: result: $ac_cv_have_decl_exit" >&5 + echo "${ECHO_T}$ac_cv_have_decl_exit" >&6 + + # Check whether --enable-largefile or --disable-largefile was given. +@@ -15013,7 +15016,7 @@ + fi; + if test "$enable_largefile" != no; then + +- echo "$as_me:15016: checking for special C compiler options needed for large files" >&5 ++ echo "$as_me:15019: checking for special C compiler options needed for large files" >&5 + echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_largefile_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -15025,7 +15028,7 @@ + # IRIX 6.2 and later do not support large files by default, + # so use the C compiler's -n32 option if that helps. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15028 "configure" ++#line 15031 "configure" + #include "confdefs.h" + #include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +@@ -15045,16 +15048,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15048: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15051: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15051: \$? = $ac_status" >&5 ++ echo "$as_me:15054: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15054: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15057: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15057: \$? = $ac_status" >&5 ++ echo "$as_me:15060: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -15064,16 +15067,16 @@ + rm -f "conftest.$ac_objext" + CC="$CC -n32" + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15067: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15070: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15070: \$? = $ac_status" >&5 ++ echo "$as_me:15073: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15073: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15076: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15076: \$? = $ac_status" >&5 ++ echo "$as_me:15079: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_largefile_CC=' -n32'; break + else +@@ -15087,13 +15090,13 @@ + rm -f "conftest.$ac_ext" + fi + fi +-echo "$as_me:15090: result: $ac_cv_sys_largefile_CC" >&5 ++echo "$as_me:15093: result: $ac_cv_sys_largefile_CC" >&5 + echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 + if test "$ac_cv_sys_largefile_CC" != no; then + CC=$CC$ac_cv_sys_largefile_CC + fi + +- echo "$as_me:15096: checking for _FILE_OFFSET_BITS value needed for large files" >&5 ++ echo "$as_me:15099: checking for _FILE_OFFSET_BITS value needed for large files" >&5 + echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_file_offset_bits+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -15101,7 +15104,7 @@ + while :; do + ac_cv_sys_file_offset_bits=no + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15104 "configure" ++#line 15107 "configure" + #include "confdefs.h" + #include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +@@ -15121,16 +15124,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15124: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15127: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15127: \$? = $ac_status" >&5 ++ echo "$as_me:15130: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15130: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15133: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15133: \$? = $ac_status" >&5 ++ echo "$as_me:15136: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -15139,7 +15142,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15142 "configure" ++#line 15145 "configure" + #include "confdefs.h" + #define _FILE_OFFSET_BITS 64 + #include <sys/types.h> +@@ -15160,16 +15163,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15163: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15166: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15166: \$? = $ac_status" >&5 ++ echo "$as_me:15169: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15169: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15172: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15172: \$? = $ac_status" >&5 ++ echo "$as_me:15175: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_file_offset_bits=64; break + else +@@ -15180,7 +15183,7 @@ + break + done + fi +-echo "$as_me:15183: result: $ac_cv_sys_file_offset_bits" >&5 ++echo "$as_me:15186: result: $ac_cv_sys_file_offset_bits" >&5 + echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 + if test "$ac_cv_sys_file_offset_bits" != no; then + +@@ -15190,7 +15193,7 @@ + + fi + rm -rf conftest* +- echo "$as_me:15193: checking for _LARGE_FILES value needed for large files" >&5 ++ echo "$as_me:15196: checking for _LARGE_FILES value needed for large files" >&5 + echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_large_files+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -15198,7 +15201,7 @@ + while :; do + ac_cv_sys_large_files=no + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15201 "configure" ++#line 15204 "configure" + #include "confdefs.h" + #include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +@@ -15218,16 +15221,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15221: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15224: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15224: \$? = $ac_status" >&5 ++ echo "$as_me:15227: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15227: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15230: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15230: \$? = $ac_status" >&5 ++ echo "$as_me:15233: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -15236,7 +15239,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15239 "configure" ++#line 15242 "configure" + #include "confdefs.h" + #define _LARGE_FILES 1 + #include <sys/types.h> +@@ -15257,16 +15260,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15260: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15263: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15263: \$? = $ac_status" >&5 ++ echo "$as_me:15266: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15266: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15269: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15269: \$? = $ac_status" >&5 ++ echo "$as_me:15272: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_large_files=1; break + else +@@ -15277,7 +15280,7 @@ + break + done + fi +-echo "$as_me:15280: result: $ac_cv_sys_large_files" >&5 ++echo "$as_me:15283: result: $ac_cv_sys_large_files" >&5 + echo "${ECHO_T}$ac_cv_sys_large_files" >&6 + if test "$ac_cv_sys_large_files" != no; then + +@@ -15290,7 +15293,7 @@ + fi + + if test "$enable_largefile" != no ; then +- echo "$as_me:15293: checking for _LARGEFILE_SOURCE value needed for large files" >&5 ++ echo "$as_me:15296: checking for _LARGEFILE_SOURCE value needed for large files" >&5 + echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_largefile_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -15298,7 +15301,7 @@ + while :; do + ac_cv_sys_largefile_source=no + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15301 "configure" ++#line 15304 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <sys/types.h> +@@ -15313,16 +15316,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15316: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15319: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15319: \$? = $ac_status" >&5 ++ echo "$as_me:15322: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15322: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15325: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15325: \$? = $ac_status" >&5 ++ echo "$as_me:15328: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -15331,7 +15334,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15334 "configure" ++#line 15337 "configure" + #include "confdefs.h" + #define _LARGEFILE_SOURCE 1 + #include <stdio.h> +@@ -15347,16 +15350,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15350: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15353: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15353: \$? = $ac_status" >&5 ++ echo "$as_me:15356: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15356: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15359: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15359: \$? = $ac_status" >&5 ++ echo "$as_me:15362: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_largefile_source=1; break + else +@@ -15367,7 +15370,7 @@ + break + done + fi +-echo "$as_me:15370: result: $ac_cv_sys_largefile_source" >&5 ++echo "$as_me:15373: result: $ac_cv_sys_largefile_source" >&5 + echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 + if test "$ac_cv_sys_largefile_source" != no; then + +@@ -15381,13 +15384,13 @@ + # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug + # in glibc 2.1.3, but that breaks too many other things. + # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. +-echo "$as_me:15384: checking for fseeko" >&5 ++echo "$as_me:15387: checking for fseeko" >&5 + echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 + if test "${ac_cv_func_fseeko+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15390 "configure" ++#line 15393 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <sys/types.h> +@@ -15401,16 +15404,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15404: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15407: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15407: \$? = $ac_status" >&5 ++ echo "$as_me:15410: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15410: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15413: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15413: \$? = $ac_status" >&5 ++ echo "$as_me:15416: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_fseeko=yes + else +@@ -15420,7 +15423,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:15423: result: $ac_cv_func_fseeko" >&5 ++echo "$as_me:15426: result: $ac_cv_func_fseeko" >&5 + echo "${ECHO_T}$ac_cv_func_fseeko" >&6 + if test $ac_cv_func_fseeko = yes; then + +@@ -15459,14 +15462,14 @@ + + fi + +- echo "$as_me:15462: checking whether to use struct dirent64" >&5 ++ echo "$as_me:15465: checking whether to use struct dirent64" >&5 + echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 + if test "${cf_cv_struct_dirent64+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15469 "configure" ++#line 15472 "configure" + #include "confdefs.h" + + #pragma GCC diagnostic error "-Wincompatible-pointer-types" +@@ -15493,16 +15496,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15496: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15499: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15499: \$? = $ac_status" >&5 ++ echo "$as_me:15502: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15502: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15505: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15505: \$? = $ac_status" >&5 ++ echo "$as_me:15508: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_struct_dirent64=yes + else +@@ -15513,7 +15516,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:15516: result: $cf_cv_struct_dirent64" >&5 ++echo "$as_me:15519: result: $cf_cv_struct_dirent64" >&5 + echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 + test "$cf_cv_struct_dirent64" = yes && + cat >>confdefs.h <<\EOF +@@ -15523,7 +15526,7 @@ + fi + + ### Enable compiling-in rcs id's +-echo "$as_me:15526: checking if RCS identifiers should be compiled-in" >&5 ++echo "$as_me:15529: checking if RCS identifiers should be compiled-in" >&5 + echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 + + # Check whether --with-rcs-ids or --without-rcs-ids was given. +@@ -15533,7 +15536,7 @@ + else + with_rcs_ids=no + fi; +-echo "$as_me:15536: result: $with_rcs_ids" >&5 ++echo "$as_me:15539: result: $with_rcs_ids" >&5 + echo "${ECHO_T}$with_rcs_ids" >&6 + test "$with_rcs_ids" = yes && + cat >>confdefs.h <<\EOF +@@ -15543,7 +15546,7 @@ + ############################################################################### + + ### Note that some functions (such as const) are normally disabled anyway. +-echo "$as_me:15546: checking if you want to build with function extensions" >&5 ++echo "$as_me:15549: checking if you want to build with function extensions" >&5 + echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 + + # Check whether --enable-ext-funcs or --disable-ext-funcs was given. +@@ -15553,7 +15556,7 @@ + else + with_ext_funcs=yes + fi; +-echo "$as_me:15556: result: $with_ext_funcs" >&5 ++echo "$as_me:15559: result: $with_ext_funcs" >&5 + echo "${ECHO_T}$with_ext_funcs" >&6 + if test "$with_ext_funcs" = yes ; then + NCURSES_EXT_FUNCS=1 +@@ -15571,7 +15574,7 @@ + fi + + ### use option --enable-const to turn on use of const beyond that in XSI. +-echo "$as_me:15574: checking for extended use of const keyword" >&5 ++echo "$as_me:15577: checking for extended use of const keyword" >&5 + echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 + + # Check whether --enable-const or --disable-const was given. +@@ -15581,7 +15584,7 @@ + else + with_ext_const=no + fi; +-echo "$as_me:15584: result: $with_ext_const" >&5 ++echo "$as_me:15587: result: $with_ext_const" >&5 + echo "${ECHO_T}$with_ext_const" >&6 + NCURSES_CONST='/*nothing*/' + if test "$with_ext_const" = yes ; then +@@ -15591,7 +15594,7 @@ + ############################################################################### + # These options are relatively safe to experiment with. + +-echo "$as_me:15594: checking if you want all development code" >&5 ++echo "$as_me:15597: checking if you want all development code" >&5 + echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 + + # Check whether --with-develop or --without-develop was given. +@@ -15601,7 +15604,7 @@ + else + with_develop=no + fi; +-echo "$as_me:15604: result: $with_develop" >&5 ++echo "$as_me:15607: result: $with_develop" >&5 + echo "${ECHO_T}$with_develop" >&6 + + ############################################################################### +@@ -15610,7 +15613,7 @@ + # This is still experimental (20080329), but should ultimately be moved to + # the script-block --with-normal, etc. + +-echo "$as_me:15613: checking if you want to link with the pthread library" >&5 ++echo "$as_me:15616: checking if you want to link with the pthread library" >&5 + echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 + + # Check whether --with-pthread or --without-pthread was given. +@@ -15620,27 +15623,27 @@ + else + with_pthread=no + fi; +-echo "$as_me:15623: result: $with_pthread" >&5 ++echo "$as_me:15626: result: $with_pthread" >&5 + echo "${ECHO_T}$with_pthread" >&6 + + if test "$with_pthread" != no ; then +- echo "$as_me:15627: checking for pthread.h" >&5 ++ echo "$as_me:15630: checking for pthread.h" >&5 + echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 + if test "${ac_cv_header_pthread_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15633 "configure" ++#line 15636 "configure" + #include "confdefs.h" + #include <pthread.h> + _ACEOF +-if { (eval echo "$as_me:15637: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:15640: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:15643: \$? = $ac_status" >&5 ++ echo "$as_me:15646: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -15659,7 +15662,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:15662: result: $ac_cv_header_pthread_h" >&5 ++echo "$as_me:15665: result: $ac_cv_header_pthread_h" >&5 + echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 + if test "$ac_cv_header_pthread_h" = yes; then + +@@ -15669,7 +15672,7 @@ + + for cf_lib_pthread in pthread c_r + do +- echo "$as_me:15672: checking if we can link with the $cf_lib_pthread library" >&5 ++ echo "$as_me:15675: checking if we can link with the $cf_lib_pthread library" >&5 + echo $ECHO_N "checking if we can link with the $cf_lib_pthread library... $ECHO_C" >&6 + cf_save_LIBS="$LIBS" + +@@ -15690,7 +15693,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15693 "configure" ++#line 15696 "configure" + #include "confdefs.h" + + #include <pthread.h> +@@ -15707,16 +15710,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15710: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15713: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15713: \$? = $ac_status" >&5 ++ echo "$as_me:15716: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15716: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15719: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15719: \$? = $ac_status" >&5 ++ echo "$as_me:15722: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + with_pthread=yes + else +@@ -15726,7 +15729,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS="$cf_save_LIBS" +- echo "$as_me:15729: result: $with_pthread" >&5 ++ echo "$as_me:15732: result: $with_pthread" >&5 + echo "${ECHO_T}$with_pthread" >&6 + test "$with_pthread" = yes && break + done +@@ -15754,7 +15757,7 @@ + EOF + + else +- { { echo "$as_me:15757: error: Cannot link with pthread library" >&5 ++ { { echo "$as_me:15760: error: Cannot link with pthread library" >&5 + echo "$as_me: error: Cannot link with pthread library" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -15763,7 +15766,7 @@ + + fi + +-echo "$as_me:15766: checking if you want to use weak-symbols for pthreads" >&5 ++echo "$as_me:15769: checking if you want to use weak-symbols for pthreads" >&5 + echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 + + # Check whether --enable-weak-symbols or --disable-weak-symbols was given. +@@ -15773,18 +15776,18 @@ + else + use_weak_symbols=no + fi; +-echo "$as_me:15776: result: $use_weak_symbols" >&5 ++echo "$as_me:15779: result: $use_weak_symbols" >&5 + echo "${ECHO_T}$use_weak_symbols" >&6 + if test "$use_weak_symbols" = yes ; then + +-echo "$as_me:15780: checking if $CC supports weak symbols" >&5 ++echo "$as_me:15783: checking if $CC supports weak symbols" >&5 + echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 + if test "${cf_cv_weak_symbols+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15787 "configure" ++#line 15790 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -15810,16 +15813,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15813: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15816: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15816: \$? = $ac_status" >&5 ++ echo "$as_me:15819: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15819: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15822: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15822: \$? = $ac_status" >&5 ++ echo "$as_me:15825: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_weak_symbols=yes + else +@@ -15830,7 +15833,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:15833: result: $cf_cv_weak_symbols" >&5 ++echo "$as_me:15836: result: $cf_cv_weak_symbols" >&5 + echo "${ECHO_T}$cf_cv_weak_symbols" >&6 + + else +@@ -15859,13 +15862,13 @@ + fi + + # OpenSUSE is installing ncurses6, using reentrant option. +-echo "$as_me:15862: checking for _nc_TABSIZE" >&5 ++echo "$as_me:15865: checking for _nc_TABSIZE" >&5 + echo $ECHO_N "checking for _nc_TABSIZE... $ECHO_C" >&6 + if test "${ac_cv_func__nc_TABSIZE+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15868 "configure" ++#line 15871 "configure" + #include "confdefs.h" + #define _nc_TABSIZE autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -15896,16 +15899,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15899: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15902: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15902: \$? = $ac_status" >&5 ++ echo "$as_me:15905: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15905: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15908: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15908: \$? = $ac_status" >&5 ++ echo "$as_me:15911: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func__nc_TABSIZE=yes + else +@@ -15915,7 +15918,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:15918: result: $ac_cv_func__nc_TABSIZE" >&5 ++echo "$as_me:15921: result: $ac_cv_func__nc_TABSIZE" >&5 + echo "${ECHO_T}$ac_cv_func__nc_TABSIZE" >&6 + if test "$ac_cv_func__nc_TABSIZE" = yes; then + assume_reentrant=yes +@@ -15927,7 +15930,7 @@ + # opaque outside of that, so there is no --enable-opaque option. We can use + # this option without --with-pthreads, but this will be always set for + # pthreads. +-echo "$as_me:15930: checking if you want experimental reentrant code" >&5 ++echo "$as_me:15933: checking if you want experimental reentrant code" >&5 + echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6 + + # Check whether --enable-reentrant or --disable-reentrant was given. +@@ -15937,7 +15940,7 @@ + else + with_reentrant=$assume_reentrant + fi; +-echo "$as_me:15940: result: $with_reentrant" >&5 ++echo "$as_me:15943: result: $with_reentrant" >&5 + echo "${ECHO_T}$with_reentrant" >&6 + if test "$with_reentrant" = yes ; then + cf_cv_enable_reentrant=1 +@@ -15960,7 +15963,7 @@ + + ### Allow using a different wrap-prefix + if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then +- echo "$as_me:15963: checking for prefix used to wrap public variables" >&5 ++ echo "$as_me:15966: checking for prefix used to wrap public variables" >&5 + echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 + + # Check whether --with-wrap-prefix or --without-wrap-prefix was given. +@@ -15970,7 +15973,7 @@ + else + NCURSES_WRAP_PREFIX=_nc_ + fi; +- echo "$as_me:15973: result: $NCURSES_WRAP_PREFIX" >&5 ++ echo "$as_me:15976: result: $NCURSES_WRAP_PREFIX" >&5 + echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 + else + NCURSES_WRAP_PREFIX=_nc_ +@@ -15984,7 +15987,7 @@ + + ### use option --disable-echo to suppress full display compiling commands + +-echo "$as_me:15987: checking if you want to see long compiling messages" >&5 ++echo "$as_me:15990: checking if you want to see long compiling messages" >&5 + echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6 + + # Check whether --enable-echo or --disable-echo was given. +@@ -16018,10 +16021,10 @@ + ECHO_CC='' + + fi; +-echo "$as_me:16021: result: $enableval" >&5 ++echo "$as_me:16024: result: $enableval" >&5 + echo "${ECHO_T}$enableval" >&6 + +-echo "$as_me:16024: checking if you want to use C11 _Noreturn feature" >&5 ++echo "$as_me:16027: checking if you want to use C11 _Noreturn feature" >&5 + echo $ECHO_N "checking if you want to use C11 _Noreturn feature... $ECHO_C" >&6 + + # Check whether --enable-stdnoreturn or --disable-stdnoreturn was given. +@@ -16038,17 +16041,17 @@ + enable_stdnoreturn=no + + fi; +-echo "$as_me:16041: result: $enable_stdnoreturn" >&5 ++echo "$as_me:16044: result: $enable_stdnoreturn" >&5 + echo "${ECHO_T}$enable_stdnoreturn" >&6 + + if test $enable_stdnoreturn = yes; then +-echo "$as_me:16045: checking for C11 _Noreturn feature" >&5 ++echo "$as_me:16048: checking for C11 _Noreturn feature" >&5 + echo $ECHO_N "checking for C11 _Noreturn feature... $ECHO_C" >&6 + if test "${cf_cv_c11_noreturn+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16051 "configure" ++#line 16054 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -16064,16 +16067,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:16067: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:16070: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16070: \$? = $ac_status" >&5 ++ echo "$as_me:16073: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:16073: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16076: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16076: \$? = $ac_status" >&5 ++ echo "$as_me:16079: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_c11_noreturn=yes + else +@@ -16084,7 +16087,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:16087: result: $cf_cv_c11_noreturn" >&5 ++echo "$as_me:16090: result: $cf_cv_c11_noreturn" >&5 + echo "${ECHO_T}$cf_cv_c11_noreturn" >&6 + else + cf_cv_c11_noreturn=no, +@@ -16140,16 +16143,16 @@ + then + test -n "$verbose" && echo " repairing CFLAGS: $CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16143: testing repairing CFLAGS: $CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16146: testing repairing CFLAGS: $CFLAGS ..." 1>&5 + + CFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16148: testing ... fixed $CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16151: testing ... fixed $CFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16152: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16155: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; +@@ -16188,16 +16191,16 @@ + then + test -n "$verbose" && echo " repairing CPPFLAGS: $CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:16191: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16194: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 + + CPPFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:16196: testing ... fixed $CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16199: testing ... fixed $CPPFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16200: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16203: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; +@@ -16236,23 +16239,23 @@ + then + test -n "$verbose" && echo " repairing LDFLAGS: $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:16239: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16242: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 + + LDFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:16244: testing ... fixed $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16247: testing ... fixed $LDFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16248: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16251: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; + esac + fi + +-echo "$as_me:16255: checking if you want to turn on gcc warnings" >&5 ++echo "$as_me:16258: checking if you want to turn on gcc warnings" >&5 + echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6 + + # Check whether --enable-warnings or --disable-warnings was given. +@@ -16269,7 +16272,7 @@ + enable_warnings=no + + fi; +-echo "$as_me:16272: result: $enable_warnings" >&5 ++echo "$as_me:16275: result: $enable_warnings" >&5 + echo "${ECHO_T}$enable_warnings" >&6 + if test "$enable_warnings" = "yes" + then +@@ -16293,7 +16296,7 @@ + done + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16296 "configure" ++#line 16299 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -16308,26 +16311,26 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:16311: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:16314: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16314: \$? = $ac_status" >&5 ++ echo "$as_me:16317: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:16317: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16320: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16320: \$? = $ac_status" >&5 ++ echo "$as_me:16323: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + +-echo "$as_me:16323: checking for X11/Xt const-feature" >&5 ++echo "$as_me:16326: checking for X11/Xt const-feature" >&5 + echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6 + if test "${cf_cv_const_x_string+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16330 "configure" ++#line 16333 "configure" + #include "confdefs.h" + + #undef _CONST_X_STRING +@@ -16345,16 +16348,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:16348: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:16351: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16351: \$? = $ac_status" >&5 ++ echo "$as_me:16354: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:16354: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16357: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16357: \$? = $ac_status" >&5 ++ echo "$as_me:16360: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_const_x_string=no +@@ -16369,7 +16372,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:16372: result: $cf_cv_const_x_string" >&5 ++echo "$as_me:16375: result: $cf_cv_const_x_string" >&5 + echo "${ECHO_T}$cf_cv_const_x_string" >&6 + + LIBS="$cf_save_LIBS_CF_CONST_X_STRING" +@@ -16398,7 +16401,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + cat > "conftest.$ac_ext" <<EOF +-#line 16401 "${as_me:-configure}" ++#line 16404 "${as_me:-configure}" + int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } + EOF + if test "$INTEL_COMPILER" = yes +@@ -16414,7 +16417,7 @@ + # remark #981: operands are evaluated in unspecified order + # warning #279: controlling expression is constant + +- { echo "$as_me:16417: checking for $CC warning options..." >&5 ++ { echo "$as_me:16420: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CFLAGS="$CFLAGS" + EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall" +@@ -16430,12 +16433,12 @@ + wd981 + do + CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" +- if { (eval echo "$as_me:16433: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:16436: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16436: \$? = $ac_status" >&5 ++ echo "$as_me:16439: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:16438: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:16441: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" + fi +@@ -16443,7 +16446,7 @@ + CFLAGS="$cf_save_CFLAGS" + elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown" + then +- { echo "$as_me:16446: checking for $CC warning options..." >&5 ++ { echo "$as_me:16449: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CFLAGS="$CFLAGS" + cf_warn_CONST="" +@@ -16466,12 +16469,12 @@ + Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas Wswitch-enum + do + CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" +- if { (eval echo "$as_me:16469: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:16472: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16472: \$? = $ac_status" >&5 ++ echo "$as_me:16475: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:16474: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:16477: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + case "$cf_opt" in + (Winline) +@@ -16479,7 +16482,7 @@ + ([34].*) + test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 + +-echo "${as_me:-configure}:16482: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 ++echo "${as_me:-configure}:16485: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 + + continue;; + esac +@@ -16489,7 +16492,7 @@ + ([12].*) + test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 + +-echo "${as_me:-configure}:16492: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 ++echo "${as_me:-configure}:16495: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 + + continue;; + esac +@@ -16522,10 +16525,10 @@ + EOF + if test "$GCC" = yes + then +- { echo "$as_me:16525: checking for $CC __attribute__ directives..." >&5 ++ { echo "$as_me:16528: checking for $CC __attribute__ directives..." >&5 + echo "$as_me: checking for $CC __attribute__ directives..." >&6;} + cat > "conftest.$ac_ext" <<EOF +-#line 16528 "${as_me:-configure}" ++#line 16531 "${as_me:-configure}" + #include <stdio.h> + #include "confdefs.h" + #include "conftest.h" +@@ -16575,12 +16578,12 @@ + ;; + esac + +- if { (eval echo "$as_me:16578: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:16581: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16581: \$? = $ac_status" >&5 ++ echo "$as_me:16584: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:16583: result: ... $cf_attribute" >&5 ++ test -n "$verbose" && echo "$as_me:16586: result: ... $cf_attribute" >&5 + echo "${ECHO_T}... $cf_attribute" >&6 + cat conftest.h >>confdefs.h + case "$cf_attribute" in +@@ -16648,7 +16651,7 @@ + fi + + ### use option --enable-assertions to turn on generation of assertion code +-echo "$as_me:16651: checking if you want to enable runtime assertions" >&5 ++echo "$as_me:16654: checking if you want to enable runtime assertions" >&5 + echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6 + + # Check whether --enable-assertions or --disable-assertions was given. +@@ -16658,7 +16661,7 @@ + else + with_assertions=no + fi; +-echo "$as_me:16661: result: $with_assertions" >&5 ++echo "$as_me:16664: result: $with_assertions" >&5 + echo "${ECHO_T}$with_assertions" >&6 + if test -n "$GCC" + then +@@ -16711,7 +16714,7 @@ + ;; + esac + +-echo "$as_me:16714: checking whether to add trace feature to all models" >&5 ++echo "$as_me:16717: checking whether to add trace feature to all models" >&5 + echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6 + + # Check whether --with-trace or --without-trace was given. +@@ -16721,7 +16724,7 @@ + else + cf_with_trace=$cf_all_traces + fi; +-echo "$as_me:16724: result: $cf_with_trace" >&5 ++echo "$as_me:16727: result: $cf_with_trace" >&5 + echo "${ECHO_T}$cf_with_trace" >&6 + + if test "$cf_with_trace" = yes ; then +@@ -16735,7 +16738,7 @@ + ADA_TRACE=FALSE + fi + +-echo "$as_me:16738: checking if we want to use GNAT projects" >&5 ++echo "$as_me:16741: checking if we want to use GNAT projects" >&5 + echo $ECHO_N "checking if we want to use GNAT projects... $ECHO_C" >&6 + + # Check whether --enable-gnat-projects or --disable-gnat-projects was given. +@@ -16752,21 +16755,21 @@ + enable_gnat_projects=yes + + fi; +-echo "$as_me:16755: result: $enable_gnat_projects" >&5 ++echo "$as_me:16758: result: $enable_gnat_projects" >&5 + echo "${ECHO_T}$enable_gnat_projects" >&6 + + ### Checks for libraries. + case $cf_cv_system_name in + (*mingw32*) + +-echo "$as_me:16762: checking if ssp library is needed" >&5 ++echo "$as_me:16765: checking if ssp library is needed" >&5 + echo $ECHO_N "checking if ssp library is needed... $ECHO_C" >&6 + if test "${cf_cv_need_libssp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16769 "configure" ++#line 16772 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -16783,16 +16786,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16786: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16789: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16789: \$? = $ac_status" >&5 ++ echo "$as_me:16792: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16792: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16795: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16795: \$? = $ac_status" >&5 ++ echo "$as_me:16798: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libssp=no + else +@@ -16802,7 +16805,7 @@ + cf_save_LIBS="$LIBS" + LIBS="$LIBS -lssp" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16805 "configure" ++#line 16808 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -16819,16 +16822,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16822: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16825: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16825: \$? = $ac_status" >&5 ++ echo "$as_me:16828: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16828: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16831: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16831: \$? = $ac_status" >&5 ++ echo "$as_me:16834: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libssp=yes + else +@@ -16842,7 +16845,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16845: result: $cf_cv_need_libssp" >&5 ++echo "$as_me:16848: result: $cf_cv_need_libssp" >&5 + echo "${ECHO_T}$cf_cv_need_libssp" >&6 + + if test "x$cf_cv_need_libssp" = xyes +@@ -16870,13 +16873,13 @@ + (*) + + cf_save_libs="$LIBS" +-echo "$as_me:16873: checking for clock_gettime" >&5 ++echo "$as_me:16876: checking for clock_gettime" >&5 + echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6 + if test "${ac_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16879 "configure" ++#line 16882 "configure" + #include "confdefs.h" + #define clock_gettime autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -16907,16 +16910,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16910: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16913: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16913: \$? = $ac_status" >&5 ++ echo "$as_me:16916: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16916: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16919: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16919: \$? = $ac_status" >&5 ++ echo "$as_me:16922: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_clock_gettime=yes + else +@@ -16926,12 +16929,12 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16929: result: $ac_cv_func_clock_gettime" >&5 ++echo "$as_me:16932: result: $ac_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6 + if test "$ac_cv_func_clock_gettime" = yes; then + cf_cv_test_clock_gettime=yes + else +- echo "$as_me:16934: checking for clock_gettime in -lrt" >&5 ++ echo "$as_me:16937: checking for clock_gettime in -lrt" >&5 + echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6 + if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16939,7 +16942,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lrt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16942 "configure" ++#line 16945 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -16958,16 +16961,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16961: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16964: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16964: \$? = $ac_status" >&5 ++ echo "$as_me:16967: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16967: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16970: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16970: \$? = $ac_status" >&5 ++ echo "$as_me:16973: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_rt_clock_gettime=yes + else +@@ -16978,7 +16981,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:16981: result: $ac_cv_lib_rt_clock_gettime" >&5 ++echo "$as_me:16984: result: $ac_cv_lib_rt_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6 + if test "$ac_cv_lib_rt_clock_gettime" = yes; then + LIBS="-lrt $LIBS" +@@ -16990,14 +16993,14 @@ + fi + + if test "$cf_cv_test_clock_gettime" = yes ; then +-echo "$as_me:16993: checking if clock_gettime links" >&5 ++echo "$as_me:16996: checking if clock_gettime links" >&5 + echo $ECHO_N "checking if clock_gettime links... $ECHO_C" >&6 + if test "${cf_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17000 "configure" ++#line 17003 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -17015,16 +17018,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17018: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17021: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17021: \$? = $ac_status" >&5 ++ echo "$as_me:17024: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17024: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17027: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17027: \$? = $ac_status" >&5 ++ echo "$as_me:17030: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_clock_gettime=yes + else +@@ -17035,7 +17038,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:17038: result: $cf_cv_func_clock_gettime" >&5 ++echo "$as_me:17041: result: $cf_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$cf_cv_func_clock_gettime" >&6 + else + cf_cv_func_clock_gettime=no +@@ -17049,13 +17052,13 @@ + EOF + + else +-echo "$as_me:17052: checking for gettimeofday" >&5 ++echo "$as_me:17055: checking for gettimeofday" >&5 + echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 + if test "${ac_cv_func_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17058 "configure" ++#line 17061 "configure" + #include "confdefs.h" + #define gettimeofday autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -17086,16 +17089,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17089: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17092: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17092: \$? = $ac_status" >&5 ++ echo "$as_me:17095: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17095: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17098: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17098: \$? = $ac_status" >&5 ++ echo "$as_me:17101: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_gettimeofday=yes + else +@@ -17105,7 +17108,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:17108: result: $ac_cv_func_gettimeofday" >&5 ++echo "$as_me:17111: result: $ac_cv_func_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 + if test "$ac_cv_func_gettimeofday" = yes; then + +@@ -17115,7 +17118,7 @@ + + else + +-echo "$as_me:17118: checking for gettimeofday in -lbsd" >&5 ++echo "$as_me:17121: checking for gettimeofday in -lbsd" >&5 + echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17123,7 +17126,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17126 "configure" ++#line 17129 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17142,16 +17145,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17145: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17148: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17148: \$? = $ac_status" >&5 ++ echo "$as_me:17151: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17151: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17154: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17154: \$? = $ac_status" >&5 ++ echo "$as_me:17157: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_gettimeofday=yes + else +@@ -17162,7 +17165,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17165: result: $ac_cv_lib_bsd_gettimeofday" >&5 ++echo "$as_me:17168: result: $ac_cv_lib_bsd_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 + if test "$ac_cv_lib_bsd_gettimeofday" = yes; then + +@@ -17195,13 +17198,13 @@ + esac + + ### Checks for header files. +-echo "$as_me:17198: checking for signed char" >&5 ++echo "$as_me:17201: checking for signed char" >&5 + echo $ECHO_N "checking for signed char... $ECHO_C" >&6 + if test "${ac_cv_type_signed_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17204 "configure" ++#line 17207 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17216,16 +17219,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17219: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17222: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17222: \$? = $ac_status" >&5 ++ echo "$as_me:17225: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17225: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17228: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17228: \$? = $ac_status" >&5 ++ echo "$as_me:17231: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_signed_char=yes + else +@@ -17235,10 +17238,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17238: result: $ac_cv_type_signed_char" >&5 ++echo "$as_me:17241: result: $ac_cv_type_signed_char" >&5 + echo "${ECHO_T}$ac_cv_type_signed_char" >&6 + +-echo "$as_me:17241: checking size of signed char" >&5 ++echo "$as_me:17244: checking size of signed char" >&5 + echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 + if test "${ac_cv_sizeof_signed_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17247,7 +17250,7 @@ + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17250 "configure" ++#line 17253 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17259,21 +17262,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17262: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17265: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17265: \$? = $ac_status" >&5 ++ echo "$as_me:17268: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17268: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17271: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17271: \$? = $ac_status" >&5 ++ echo "$as_me:17274: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17276 "configure" ++#line 17279 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17285,16 +17288,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17288: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17291: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17291: \$? = $ac_status" >&5 ++ echo "$as_me:17294: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17294: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17297: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17297: \$? = $ac_status" >&5 ++ echo "$as_me:17300: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid; break + else +@@ -17310,7 +17313,7 @@ + ac_hi=-1 ac_mid=-1 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17313 "configure" ++#line 17316 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17322,16 +17325,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17325: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17328: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17328: \$? = $ac_status" >&5 ++ echo "$as_me:17331: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17331: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17334: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17334: \$? = $ac_status" >&5 ++ echo "$as_me:17337: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=$ac_mid; break + else +@@ -17347,7 +17350,7 @@ + while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17350 "configure" ++#line 17353 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17359,16 +17362,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17362: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17365: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17365: \$? = $ac_status" >&5 ++ echo "$as_me:17368: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17368: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17371: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17371: \$? = $ac_status" >&5 ++ echo "$as_me:17374: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid + else +@@ -17381,12 +17384,12 @@ + ac_cv_sizeof_signed_char=$ac_lo + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:17384: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:17387: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17389 "configure" ++#line 17392 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17402,15 +17405,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17405: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17408: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17408: \$? = $ac_status" >&5 ++ echo "$as_me:17411: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17410: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17413: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17413: \$? = $ac_status" >&5 ++ echo "$as_me:17416: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sizeof_signed_char=`cat conftest.val` + else +@@ -17426,7 +17429,7 @@ + ac_cv_sizeof_signed_char=0 + fi + fi +-echo "$as_me:17429: result: $ac_cv_sizeof_signed_char" >&5 ++echo "$as_me:17432: result: $ac_cv_sizeof_signed_char" >&5 + echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 + cat >>confdefs.h <<EOF + #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char +@@ -17435,13 +17438,13 @@ + ac_header_dirent=no + for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +-echo "$as_me:17438: checking for $ac_hdr that defines DIR" >&5 ++echo "$as_me:17441: checking for $ac_hdr that defines DIR" >&5 + echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17444 "configure" ++#line 17447 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <$ac_hdr> +@@ -17456,16 +17459,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17459: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17462: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17462: \$? = $ac_status" >&5 ++ echo "$as_me:17465: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17465: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17468: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17468: \$? = $ac_status" >&5 ++ echo "$as_me:17471: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Header=yes" + else +@@ -17475,7 +17478,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17478: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:17481: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -17488,7 +17491,7 @@ + done + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then +- echo "$as_me:17491: checking for opendir in -ldir" >&5 ++ echo "$as_me:17494: checking for opendir in -ldir" >&5 + echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 + if test "${ac_cv_lib_dir_opendir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17496,7 +17499,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldir $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17499 "configure" ++#line 17502 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17515,16 +17518,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17518: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17521: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17521: \$? = $ac_status" >&5 ++ echo "$as_me:17524: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17524: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17527: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17527: \$? = $ac_status" >&5 ++ echo "$as_me:17530: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dir_opendir=yes + else +@@ -17535,14 +17538,14 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17538: result: $ac_cv_lib_dir_opendir" >&5 ++echo "$as_me:17541: result: $ac_cv_lib_dir_opendir" >&5 + echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 + if test "$ac_cv_lib_dir_opendir" = yes; then + LIBS="$LIBS -ldir" + fi + + else +- echo "$as_me:17545: checking for opendir in -lx" >&5 ++ echo "$as_me:17548: checking for opendir in -lx" >&5 + echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 + if test "${ac_cv_lib_x_opendir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17550,7 +17553,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lx $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17553 "configure" ++#line 17556 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17569,16 +17572,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17572: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17575: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17575: \$? = $ac_status" >&5 ++ echo "$as_me:17578: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17578: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17581: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17581: \$? = $ac_status" >&5 ++ echo "$as_me:17584: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_x_opendir=yes + else +@@ -17589,7 +17592,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17592: result: $ac_cv_lib_x_opendir" >&5 ++echo "$as_me:17595: result: $ac_cv_lib_x_opendir" >&5 + echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 + if test "$ac_cv_lib_x_opendir" = yes; then + LIBS="$LIBS -lx" +@@ -17597,13 +17600,13 @@ + + fi + +-echo "$as_me:17600: checking whether time.h and sys/time.h may both be included" >&5 ++echo "$as_me:17603: checking whether time.h and sys/time.h may both be included" >&5 + echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 + if test "${ac_cv_header_time+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17606 "configure" ++#line 17609 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <sys/time.h> +@@ -17619,16 +17622,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17622: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17625: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17625: \$? = $ac_status" >&5 ++ echo "$as_me:17628: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17628: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17631: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17631: \$? = $ac_status" >&5 ++ echo "$as_me:17634: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_header_time=yes + else +@@ -17638,7 +17641,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17641: result: $ac_cv_header_time" >&5 ++echo "$as_me:17644: result: $ac_cv_header_time" >&5 + echo "${ECHO_T}$ac_cv_header_time" >&6 + if test $ac_cv_header_time = yes; then + +@@ -17656,13 +17659,13 @@ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_main_return="return" + +-echo "$as_me:17659: checking for an ANSI C-conforming const" >&5 ++echo "$as_me:17662: checking for an ANSI C-conforming const" >&5 + echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 + if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17665 "configure" ++#line 17668 "configure" + #include "confdefs.h" + + int +@@ -17724,16 +17727,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17727: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17730: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17730: \$? = $ac_status" >&5 ++ echo "$as_me:17733: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17733: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17736: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17736: \$? = $ac_status" >&5 ++ echo "$as_me:17739: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_c_const=yes + else +@@ -17743,7 +17746,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17746: result: $ac_cv_c_const" >&5 ++echo "$as_me:17749: result: $ac_cv_c_const" >&5 + echo "${ECHO_T}$ac_cv_c_const" >&6 + if test $ac_cv_c_const = no; then + +@@ -17755,7 +17758,7 @@ + + ### Checks for external-data + +-echo "$as_me:17758: checking if data-only library module links" >&5 ++echo "$as_me:17761: checking if data-only library module links" >&5 + echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 + if test "${cf_cv_link_dataonly+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17763,20 +17766,20 @@ + + rm -f conftest.a + cat >conftest.$ac_ext <<EOF +-#line 17766 "configure" ++#line 17769 "configure" + int testdata[3] = { 123, 456, 789 }; + EOF +- if { (eval echo "$as_me:17769: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:17772: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17772: \$? = $ac_status" >&5 ++ echo "$as_me:17775: \$? = $ac_status" >&5 + (exit "$ac_status"); } ; then + mv conftest.o data.o && \ + ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null + fi + rm -f conftest.$ac_ext data.o + cat >conftest.$ac_ext <<EOF +-#line 17779 "configure" ++#line 17782 "configure" + extern int testfunc(void); + #if defined(NeXT) + int testfunc(void) +@@ -17793,10 +17796,10 @@ + } + #endif + EOF +- if { (eval echo "$as_me:17796: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:17799: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17799: \$? = $ac_status" >&5 ++ echo "$as_me:17802: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then + mv conftest.o func.o && \ + ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null +@@ -17809,7 +17812,7 @@ + cf_cv_link_dataonly=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17812 "configure" ++#line 17815 "configure" + #include "confdefs.h" + + extern int testfunc(void); +@@ -17820,15 +17823,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17823: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17826: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17826: \$? = $ac_status" >&5 ++ echo "$as_me:17829: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17828: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17831: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17831: \$? = $ac_status" >&5 ++ echo "$as_me:17834: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_link_dataonly=yes + else +@@ -17843,7 +17846,7 @@ + + fi + +-echo "$as_me:17846: result: $cf_cv_link_dataonly" >&5 ++echo "$as_me:17849: result: $cf_cv_link_dataonly" >&5 + echo "${ECHO_T}$cf_cv_link_dataonly" >&6 + + if test "$cf_cv_link_dataonly" = no ; then +@@ -17862,23 +17865,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:17865: checking for $ac_header" >&5 ++echo "$as_me:17868: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17871 "configure" ++#line 17874 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:17875: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:17878: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:17881: \$? = $ac_status" >&5 ++ echo "$as_me:17884: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -17897,7 +17900,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:17900: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:17903: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -17907,7 +17910,7 @@ + fi + done + +-echo "$as_me:17910: checking for working mkstemp" >&5 ++echo "$as_me:17913: checking for working mkstemp" >&5 + echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 + if test "${cf_cv_func_mkstemp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17918,7 +17921,7 @@ + cf_cv_func_mkstemp=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17921 "configure" ++#line 17924 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -17953,15 +17956,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17956: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17959: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17959: \$? = $ac_status" >&5 ++ echo "$as_me:17962: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17961: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17964: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17964: \$? = $ac_status" >&5 ++ echo "$as_me:17967: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_mkstemp=yes + +@@ -17976,16 +17979,16 @@ + fi + + fi +-echo "$as_me:17979: result: $cf_cv_func_mkstemp" >&5 ++echo "$as_me:17982: result: $cf_cv_func_mkstemp" >&5 + echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 + if test "x$cf_cv_func_mkstemp" = xmaybe ; then +- echo "$as_me:17982: checking for mkstemp" >&5 ++ echo "$as_me:17985: checking for mkstemp" >&5 + echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 + if test "${ac_cv_func_mkstemp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17988 "configure" ++#line 17991 "configure" + #include "confdefs.h" + #define mkstemp autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -18016,16 +18019,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18019: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18022: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18022: \$? = $ac_status" >&5 ++ echo "$as_me:18025: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18025: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18028: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18028: \$? = $ac_status" >&5 ++ echo "$as_me:18031: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_mkstemp=yes + else +@@ -18035,7 +18038,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:18038: result: $ac_cv_func_mkstemp" >&5 ++echo "$as_me:18041: result: $ac_cv_func_mkstemp" >&5 + echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 + + fi +@@ -18056,7 +18059,7 @@ + if test "$cf_with_ada" != "no" ; then + if test "$cf_cv_prog_gnat_correct" = yes; then + +- echo "$as_me:18059: checking optimization options for ADAFLAGS" >&5 ++ echo "$as_me:18062: checking optimization options for ADAFLAGS" >&5 + echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6 + case "$CFLAGS" in + (*-g*) +@@ -18073,10 +18076,10 @@ + + ;; + esac +- echo "$as_me:18076: result: $ADAFLAGS" >&5 ++ echo "$as_me:18079: result: $ADAFLAGS" >&5 + echo "${ECHO_T}$ADAFLAGS" >&6 + +-echo "$as_me:18079: checking if GNATPREP supports -T option" >&5 ++echo "$as_me:18082: checking if GNATPREP supports -T option" >&5 + echo $ECHO_N "checking if GNATPREP supports -T option... $ECHO_C" >&6 + if test "${cf_cv_gnatprep_opt_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18086,11 +18089,11 @@ + gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes + + fi +-echo "$as_me:18089: result: $cf_cv_gnatprep_opt_t" >&5 ++echo "$as_me:18092: result: $cf_cv_gnatprep_opt_t" >&5 + echo "${ECHO_T}$cf_cv_gnatprep_opt_t" >&6 + test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS" + +-echo "$as_me:18093: checking if GNAT supports generics" >&5 ++echo "$as_me:18096: checking if GNAT supports generics" >&5 + echo $ECHO_N "checking if GNAT supports generics... $ECHO_C" >&6 + case "$cf_cv_gnat_version" in + (3.1[1-9]*|3.[2-9]*|[4-9].*|[1-9][0-9].[0-9]*|20[0-9][0-9]) +@@ -18100,7 +18103,7 @@ + cf_gnat_generics=no + ;; + esac +-echo "$as_me:18103: result: $cf_gnat_generics" >&5 ++echo "$as_me:18106: result: $cf_gnat_generics" >&5 + echo "${ECHO_T}$cf_gnat_generics" >&6 + + if test "$cf_gnat_generics" = yes +@@ -18112,7 +18115,7 @@ + cf_generic_objects= + fi + +-echo "$as_me:18115: checking if GNAT supports SIGINT" >&5 ++echo "$as_me:18118: checking if GNAT supports SIGINT" >&5 + echo $ECHO_N "checking if GNAT supports SIGINT... $ECHO_C" >&6 + if test "${cf_cv_gnat_sigint+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18160,7 +18163,7 @@ + rm -rf ./conftest* ./*~conftest* + + fi +-echo "$as_me:18163: result: $cf_cv_gnat_sigint" >&5 ++echo "$as_me:18166: result: $cf_cv_gnat_sigint" >&5 + echo "${ECHO_T}$cf_cv_gnat_sigint" >&6 + + if test "$cf_cv_gnat_sigint" = yes ; then +@@ -18173,7 +18176,7 @@ + cf_gnat_projects=no + + if test "$enable_gnat_projects" != no ; then +-echo "$as_me:18176: checking if GNAT supports project files" >&5 ++echo "$as_me:18179: checking if GNAT supports project files" >&5 + echo $ECHO_N "checking if GNAT supports project files... $ECHO_C" >&6 + case "$cf_cv_gnat_version" in + (3.[0-9]*) +@@ -18236,15 +18239,15 @@ + esac + ;; + esac +-echo "$as_me:18239: result: $cf_gnat_projects" >&5 ++echo "$as_me:18242: result: $cf_gnat_projects" >&5 + echo "${ECHO_T}$cf_gnat_projects" >&6 + fi # enable_gnat_projects + + if test "$cf_gnat_projects" = yes + then +- echo "$as_me:18245: checking if GNAT supports libraries" >&5 ++ echo "$as_me:18248: checking if GNAT supports libraries" >&5 + echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6 +- echo "$as_me:18247: result: $cf_gnat_libraries" >&5 ++ echo "$as_me:18250: result: $cf_gnat_libraries" >&5 + echo "${ECHO_T}$cf_gnat_libraries" >&6 + fi + +@@ -18264,7 +18267,7 @@ + then + USE_GNAT_MAKE_GPR="" + else +- { echo "$as_me:18267: WARNING: use old makefile rules since tools are missing" >&5 ++ { echo "$as_me:18270: WARNING: use old makefile rules since tools are missing" >&5 + echo "$as_me: WARNING: use old makefile rules since tools are missing" >&2;} + fi + fi +@@ -18276,7 +18279,7 @@ + USE_GNAT_LIBRARIES="#" + fi + +-echo "$as_me:18279: checking for Ada95 compiler" >&5 ++echo "$as_me:18282: checking for Ada95 compiler" >&5 + echo $ECHO_N "checking for Ada95 compiler... $ECHO_C" >&6 + + # Check whether --with-ada-compiler or --without-ada-compiler was given. +@@ -18287,12 +18290,12 @@ + cf_ada_compiler=gnatmake + fi; + +-echo "$as_me:18290: result: $cf_ada_compiler" >&5 ++echo "$as_me:18293: result: $cf_ada_compiler" >&5 + echo "${ECHO_T}$cf_ada_compiler" >&6 + + cf_ada_package=terminal_interface + +-echo "$as_me:18295: checking for Ada95 include directory" >&5 ++echo "$as_me:18298: checking for Ada95 include directory" >&5 + echo $ECHO_N "checking for Ada95 include directory... $ECHO_C" >&6 + + # Check whether --with-ada-include or --without-ada-include was given. +@@ -18326,7 +18329,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:18329: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:18332: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -18335,10 +18338,10 @@ + fi + eval ADA_INCLUDE="$withval" + +-echo "$as_me:18338: result: $ADA_INCLUDE" >&5 ++echo "$as_me:18341: result: $ADA_INCLUDE" >&5 + echo "${ECHO_T}$ADA_INCLUDE" >&6 + +-echo "$as_me:18341: checking for Ada95 object directory" >&5 ++echo "$as_me:18344: checking for Ada95 object directory" >&5 + echo $ECHO_N "checking for Ada95 object directory... $ECHO_C" >&6 + + # Check whether --with-ada-objects or --without-ada-objects was given. +@@ -18372,7 +18375,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:18375: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:18378: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -18381,10 +18384,10 @@ + fi + eval ADA_OBJECTS="$withval" + +-echo "$as_me:18384: result: $ADA_OBJECTS" >&5 ++echo "$as_me:18387: result: $ADA_OBJECTS" >&5 + echo "${ECHO_T}$ADA_OBJECTS" >&6 + +-echo "$as_me:18387: checking whether to build an Ada95 shared library" >&5 ++echo "$as_me:18390: checking whether to build an Ada95 shared library" >&5 + echo $ECHO_N "checking whether to build an Ada95 shared library... $ECHO_C" >&6 + + # Check whether --with-ada-sharedlib or --without-ada-sharedlib was given. +@@ -18405,11 +18408,11 @@ + fi + fi + +-echo "$as_me:18408: result: $with_ada_sharedlib" >&5 ++echo "$as_me:18411: result: $with_ada_sharedlib" >&5 + echo "${ECHO_T}$with_ada_sharedlib" >&6 + if test "x$cf_ada_sharedlib_warn" != xno + then +- { echo "$as_me:18412: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 ++ { echo "$as_me:18415: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 + echo "$as_me: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&2;} + fi + +@@ -18427,7 +18430,7 @@ + + # allow the Ada binding to be renamed + +-echo "$as_me:18430: checking for Ada95 curses library name" >&5 ++echo "$as_me:18433: checking for Ada95 curses library name" >&5 + echo $ECHO_N "checking for Ada95 curses library name... $ECHO_C" >&6 + + # Check whether --with-ada-libname or --without-ada-libname was given. +@@ -18443,16 +18446,16 @@ + ;; + esac + +-echo "$as_me:18446: result: $ADA_LIBNAME" >&5 ++echo "$as_me:18449: result: $ADA_LIBNAME" >&5 + echo "${ECHO_T}$ADA_LIBNAME" >&6 + + else +- { { echo "$as_me:18450: error: No usable Ada compiler found" >&5 ++ { { echo "$as_me:18453: error: No usable Ada compiler found" >&5 + echo "$as_me: error: No usable Ada compiler found" >&2;} + { (exit 1); exit 1; }; } + fi + else +- { { echo "$as_me:18455: error: The Ada compiler is needed for this package" >&5 ++ { { echo "$as_me:18458: error: The Ada compiler is needed for this package" >&5 + echo "$as_me: error: The Ada compiler is needed for this package" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -18492,7 +18495,7 @@ + fi + + ### Build up pieces for makefile rules +-echo "$as_me:18495: checking default library suffix" >&5 ++echo "$as_me:18498: checking default library suffix" >&5 + echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 + + case $DFT_LWR_MODEL in +@@ -18503,10 +18506,10 @@ + (shared) DFT_ARG_SUFFIX='' ;; + esac + test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" +-echo "$as_me:18506: result: $DFT_ARG_SUFFIX" >&5 ++echo "$as_me:18509: result: $DFT_ARG_SUFFIX" >&5 + echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 + +-echo "$as_me:18509: checking default library-dependency suffix" >&5 ++echo "$as_me:18512: checking default library-dependency suffix" >&5 + echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 + + case X$DFT_LWR_MODEL in +@@ -18589,10 +18592,10 @@ + DFT_LIB_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_LIB_SUFFIX}" + DFT_DEP_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_DEP_SUFFIX}" + fi +-echo "$as_me:18592: result: $DFT_DEP_SUFFIX" >&5 ++echo "$as_me:18595: result: $DFT_DEP_SUFFIX" >&5 + echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 + +-echo "$as_me:18595: checking default object directory" >&5 ++echo "$as_me:18598: checking default object directory" >&5 + echo $ECHO_N "checking default object directory... $ECHO_C" >&6 + + case $DFT_LWR_MODEL in +@@ -18608,7 +18611,7 @@ + DFT_OBJ_SUBDIR='obj_s' ;; + esac + esac +-echo "$as_me:18611: result: $DFT_OBJ_SUBDIR" >&5 ++echo "$as_me:18614: result: $DFT_OBJ_SUBDIR" >&5 + echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 + + ### Set up low-level terminfo dependencies for makefiles. +@@ -18750,7 +18753,7 @@ + : "${CONFIG_STATUS=./config.status}" + ac_clean_files_save=$ac_clean_files + ac_clean_files="$ac_clean_files $CONFIG_STATUS" +-{ echo "$as_me:18753: creating $CONFIG_STATUS" >&5 ++{ echo "$as_me:18756: creating $CONFIG_STATUS" >&5 + echo "$as_me: creating $CONFIG_STATUS" >&6;} + cat >"$CONFIG_STATUS" <<_ACEOF + #! $SHELL +@@ -18931,7 +18934,7 @@ + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header +- { { echo "$as_me:18934: error: ambiguous option: $1 ++ { { echo "$as_me:18937: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -18950,7 +18953,7 @@ + ac_need_defaults=false;; + + # This is an error. +- -*) { { echo "$as_me:18953: error: unrecognized option: $1 ++ -*) { { echo "$as_me:18956: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -19025,7 +19028,7 @@ + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; + "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; +- *) { { echo "$as_me:19028: error: invalid argument: $ac_config_target" >&5 ++ *) { { echo "$as_me:19031: error: invalid argument: $ac_config_target" >&5 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +@@ -19392,7 +19395,7 @@ + esac + + if test x"$ac_file" != x-; then +- { echo "$as_me:19395: creating $ac_file" >&5 ++ { echo "$as_me:19398: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi +@@ -19410,7 +19413,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:19413: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:19416: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo "$f";; +@@ -19423,7 +19426,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:19426: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:19429: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -19439,7 +19442,7 @@ + if test -n "$ac_seen"; then + ac_used=`grep '@datarootdir@' "$ac_item"` + if test -z "$ac_used"; then +- { echo "$as_me:19442: WARNING: datarootdir was used implicitly but not set: ++ { echo "$as_me:19445: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&2;} +@@ -19448,7 +19451,7 @@ + fi + ac_seen=`grep '${datarootdir}' "$ac_item"` + if test -n "$ac_seen"; then +- { echo "$as_me:19451: WARNING: datarootdir was used explicitly but not set: ++ { echo "$as_me:19454: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&2;} +@@ -19493,7 +19496,7 @@ + ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"` + if test -z "$ac_init"; then + ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'` +- { echo "$as_me:19496: WARNING: Variable $ac_name is used but was not set: ++ { echo "$as_me:19499: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&5 + echo "$as_me: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&2;} +@@ -19504,7 +19507,7 @@ + $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out + if test -s "$tmp"/out; then + ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out` +- { echo "$as_me:19507: WARNING: Some variables may not be substituted: ++ { echo "$as_me:19510: WARNING: Some variables may not be substituted: + $ac_seen" >&5 + echo "$as_me: WARNING: Some variables may not be substituted: + $ac_seen" >&2;} +@@ -19553,7 +19556,7 @@ + * ) ac_file_in=$ac_file.in ;; + esac + +- test x"$ac_file" != x- && { echo "$as_me:19556: creating $ac_file" >&5 ++ test x"$ac_file" != x- && { echo "$as_me:19559: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + + # First look for the input files in the build tree, otherwise in the +@@ -19564,7 +19567,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:19567: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:19570: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo $f;; +@@ -19577,7 +19580,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:19580: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:19583: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -19635,7 +19638,7 @@ + rm -f "$tmp"/in + if test x"$ac_file" != x-; then + if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then +- { echo "$as_me:19638: $ac_file is unchanged" >&5 ++ { echo "$as_me:19641: $ac_file is unchanged" >&5 + echo "$as_me: $ac_file is unchanged" >&6;} + else + ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +Index: NEWS +Prereq: 1.4195 +--- ncurses-6.5-20241102+/NEWS 2024-11-02 21:08:17.000000000 +0000 ++++ ncurses-6.5-20241109/NEWS 2024-11-09 23:12:36.000000000 +0000 +@@ -26,7 +26,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: NEWS,v 1.4195 2024/11/02 21:08:17 tom Exp $ ++-- $Id: NEWS,v 1.4199 2024/11/09 23:12:36 tom Exp $ + ------------------------------------------------------------------------------- + + This is a log of changes that ncurses has gone through since Zeyd started +@@ -46,6 +46,14 @@ + Changes through 1.9.9e did not credit all contributions; + it is not possible to add this information. + ++20241109 ++ + work around musl header ifdef's (report by Urs Jansen, cf: Gentoo ++ #920266). ++ + improve error-reporting in write_entry.c (report by Changqing Li). ++ + remove unused #include from DJGPP configuration (report by Stas ++ Sergeev). ++ + workaround/fix issues from clang-analyze ++ + 20241102 + + remove djgpp-specific initialization to binary mode (report/patch by + Stas Sergeev). +Index: VERSION +--- ncurses-6.5-20241102+/VERSION 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/VERSION 2024-11-09 11:12:30.000000000 +0000 +@@ -1 +1 @@ +-5:0:10 6.5 20241102 ++5:0:10 6.5 20241109 +Index: aclocal.m4 +Prereq: 1.1088 +--- ncurses-6.5-20241102+/aclocal.m4 2024-08-11 00:17:28.000000000 +0000 ++++ ncurses-6.5-20241109/aclocal.m4 2024-11-09 23:12:47.000000000 +0000 +@@ -29,7 +29,7 @@ + dnl + dnl Author: Thomas E. Dickey 1995-on + dnl +-dnl $Id: aclocal.m4,v 1.1088 2024/08/11 00:17:28 tom Exp $ ++dnl $Id: aclocal.m4,v 1.1090 2024/11/09 23:12:47 tom Exp $ + dnl Macros used in NCURSES auto-configuration script. + dnl + dnl These macros are maintained separately from NCURSES. The copyright on +@@ -1750,7 +1750,7 @@ + ]) + ])dnl + dnl --------------------------------------------------------------------------- +-dnl CF_CPP_OVERRIDE version: 1 updated: 2022/08/20 16:07:10 ++dnl CF_CPP_OVERRIDE version: 2 updated: 2024/11/09 18:07:29 + dnl --------------- + dnl Check if the C++ compiler accepts the override keyword. This is a C++-11 + dnl feature. +@@ -1765,7 +1765,7 @@ + class base + { + public: +- virtual int foo(float x) = 0; ++ virtual int foo(float x) = 0; + }; + + +@@ -9081,7 +9081,7 @@ + cf_cv_abi_default=$cf_cv_abi_version + ])dnl + dnl --------------------------------------------------------------------------- +-dnl CF_WITH_ADA version: 1 updated: 2024/05/18 13:55:23 ++dnl CF_WITH_ADA version: 2 updated: 2024/11/09 18:07:29 + dnl ----------- + dnl Check for the Ada compiler (unless requested to not do this), which causes + dnl a further check for a C compiler which can work with the Ada compiler. +@@ -9104,7 +9104,7 @@ + AC_PATH_PROG(cf_cv_path_gnatgcc,gnatgcc,no) + if test "$cf_cv_path_gnatgcc" != no + then +- AC_MSG_CHECKING(for improvement) ++ AC_MSG_CHECKING(for improvement) + cf_file_gnatgcc=`file -L "$cf_cv_path_gnatgcc" 2>/dev/null` + case "x$cf_file_gnatgcc" in + (*script*) +@@ -10219,7 +10219,7 @@ + AC_SUBST(no_x11_rgb) + ])dnl + dnl --------------------------------------------------------------------------- +-dnl CF_XOPEN_SOURCE version: 67 updated: 2023/09/06 18:55:27 ++dnl CF_XOPEN_SOURCE version: 68 updated: 2024/11/09 18:07:29 + dnl --------------- + dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, + dnl or adapt to the vendor's definitions to get equivalent functionality, +@@ -10282,6 +10282,9 @@ + (linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc) + CF_GNU_SOURCE($cf_XOPEN_SOURCE) + ;; ++linux*musl) ++ cf_xopen_source="-D_BSD_SOURCE" ++ ;; + (minix*) + cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this... + ;; +Index: configure +--- ncurses-6.5-20241102+/configure 2024-08-31 21:01:19.000000000 +0000 ++++ ncurses-6.5-20241109/configure 2024-11-09 23:13:16.000000000 +0000 +@@ -11256,6 +11256,9 @@ + fi + + ;; ++linux*musl) ++ cf_xopen_source="-D_BSD_SOURCE" ++ ;; + (minix*) + cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this... + ;; +@@ -11278,16 +11281,16 @@ + sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ + -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` + +-echo "$as_me:11281: checking if we should define _POSIX_C_SOURCE" >&5 ++echo "$as_me:11284: checking if we should define _POSIX_C_SOURCE" >&5 + echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_posix_c_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +-echo "${as_me:-configure}:11287: testing if the symbol is already defined go no further ..." 1>&5 ++echo "${as_me:-configure}:11290: testing if the symbol is already defined go no further ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11290 "configure" ++#line 11293 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -11302,16 +11305,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11305: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11308: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11308: \$? = $ac_status" >&5 ++ echo "$as_me:11311: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11311: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11314: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11314: \$? = $ac_status" >&5 ++ echo "$as_me:11317: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_posix_c_source=no + else +@@ -11332,7 +11335,7 @@ + esac + if test "$cf_want_posix_source" = yes ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11335 "configure" ++#line 11338 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -11347,16 +11350,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11350: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11353: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11353: \$? = $ac_status" >&5 ++ echo "$as_me:11356: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11356: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11359: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11359: \$? = $ac_status" >&5 ++ echo "$as_me:11362: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -11367,7 +11370,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "${as_me:-configure}:11370: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:11373: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 + + CFLAGS="$cf_trim_CFLAGS" + CPPFLAGS="$cf_trim_CPPFLAGS" +@@ -11375,10 +11378,10 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" + +-echo "${as_me:-configure}:11378: testing if the second compile does not leave our definition intact error ..." 1>&5 ++echo "${as_me:-configure}:11381: testing if the second compile does not leave our definition intact error ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11381 "configure" ++#line 11384 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -11393,16 +11396,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11396: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11399: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11399: \$? = $ac_status" >&5 ++ echo "$as_me:11402: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11402: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11405: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11405: \$? = $ac_status" >&5 ++ echo "$as_me:11408: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -11418,7 +11421,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:11421: result: $cf_cv_posix_c_source" >&5 ++echo "$as_me:11424: result: $cf_cv_posix_c_source" >&5 + echo "${ECHO_T}$cf_cv_posix_c_source" >&6 + + if test "$cf_cv_posix_c_source" != no ; then +@@ -11535,7 +11538,7 @@ + # OpenBSD 6.x has broken locale support, both compile-time and runtime. + # see https://www.mail-archive.com/bugs@openbsd.org/msg13200.html + # Abusing the conformance level is a workaround. +- { echo "$as_me:11538: WARNING: this system does not provide usable locale support" >&5 ++ { echo "$as_me:11541: WARNING: this system does not provide usable locale support" >&5 + echo "$as_me: WARNING: this system does not provide usable locale support" >&2;} + cf_xopen_source="-D_BSD_SOURCE" + cf_XOPEN_SOURCE=700 +@@ -11567,14 +11570,14 @@ + ;; + (*) + +-echo "$as_me:11570: checking if we should define _XOPEN_SOURCE" >&5 ++echo "$as_me:11573: checking if we should define _XOPEN_SOURCE" >&5 + echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_xopen_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11577 "configure" ++#line 11580 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -11592,16 +11595,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11595: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11598: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11598: \$? = $ac_status" >&5 ++ echo "$as_me:11601: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11601: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11604: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11604: \$? = $ac_status" >&5 ++ echo "$as_me:11607: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -11613,7 +11616,7 @@ + CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11616 "configure" ++#line 11619 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -11631,16 +11634,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11634: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11637: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11637: \$? = $ac_status" >&5 ++ echo "$as_me:11640: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11640: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11643: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11643: \$? = $ac_status" >&5 ++ echo "$as_me:11646: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -11655,7 +11658,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:11658: result: $cf_cv_xopen_source" >&5 ++echo "$as_me:11661: result: $cf_cv_xopen_source" >&5 + echo "${ECHO_T}$cf_cv_xopen_source" >&6 + + if test "$cf_cv_xopen_source" != no ; then +@@ -11815,16 +11818,16 @@ + sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ + -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` + +-echo "$as_me:11818: checking if we should define _POSIX_C_SOURCE" >&5 ++echo "$as_me:11821: checking if we should define _POSIX_C_SOURCE" >&5 + echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_posix_c_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +-echo "${as_me:-configure}:11824: testing if the symbol is already defined go no further ..." 1>&5 ++echo "${as_me:-configure}:11827: testing if the symbol is already defined go no further ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11827 "configure" ++#line 11830 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -11839,16 +11842,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11842: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11845: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11845: \$? = $ac_status" >&5 ++ echo "$as_me:11848: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11848: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11851: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11851: \$? = $ac_status" >&5 ++ echo "$as_me:11854: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_posix_c_source=no + else +@@ -11869,7 +11872,7 @@ + esac + if test "$cf_want_posix_source" = yes ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11872 "configure" ++#line 11875 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -11884,16 +11887,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11887: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11890: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11890: \$? = $ac_status" >&5 ++ echo "$as_me:11893: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11893: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11896: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11896: \$? = $ac_status" >&5 ++ echo "$as_me:11899: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -11904,7 +11907,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "${as_me:-configure}:11907: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:11910: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 + + CFLAGS="$cf_trim_CFLAGS" + CPPFLAGS="$cf_trim_CPPFLAGS" +@@ -11912,10 +11915,10 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" + +-echo "${as_me:-configure}:11915: testing if the second compile does not leave our definition intact error ..." 1>&5 ++echo "${as_me:-configure}:11918: testing if the second compile does not leave our definition intact error ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11918 "configure" ++#line 11921 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -11930,16 +11933,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11933: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11936: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11936: \$? = $ac_status" >&5 ++ echo "$as_me:11939: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11939: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11942: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11942: \$? = $ac_status" >&5 ++ echo "$as_me:11945: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -11955,7 +11958,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:11958: result: $cf_cv_posix_c_source" >&5 ++echo "$as_me:11961: result: $cf_cv_posix_c_source" >&5 + echo "${ECHO_T}$cf_cv_posix_c_source" >&6 + + if test "$cf_cv_posix_c_source" != no ; then +@@ -12068,10 +12071,10 @@ + if test "$cf_cv_xopen_source" = no ; then + test -n "$verbose" && echo " checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE" 1>&6 + +-echo "${as_me:-configure}:12071: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:12074: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12074 "configure" ++#line 12077 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -12089,23 +12092,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12092: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12095: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12095: \$? = $ac_status" >&5 ++ echo "$as_me:12098: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12098: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12101: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12101: \$? = $ac_status" >&5 ++ echo "$as_me:12104: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + +- { echo "$as_me:12108: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 ++ { echo "$as_me:12111: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 + echo "$as_me: WARNING: _POSIX_C_SOURCE definition is not usable" >&2;} + CPPFLAGS="$cf_save_xopen_cppflags" + fi +@@ -12128,7 +12131,7 @@ + test "$CFLAGS" != "$cf_old_cflag" || break + test -n "$verbose" && echo " removing old option $cf_add_cflags from CFLAGS" 1>&6 + +-echo "${as_me:-configure}:12131: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:12134: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5 + + CFLAGS="$cf_old_cflag" + done +@@ -12140,7 +12143,7 @@ + test "$CPPFLAGS" != "$cf_old_cflag" || break + test -n "$verbose" && echo " removing old option $cf_add_cflags from CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:12143: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:12146: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5 + + CPPFLAGS="$cf_old_cflag" + done +@@ -12228,7 +12231,7 @@ + if test -n "$cf_new_cflags" ; then + test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 + +-echo "${as_me:-configure}:12231: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 ++echo "${as_me:-configure}:12234: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 + + test -n "$CFLAGS" && CFLAGS="$CFLAGS " + CFLAGS="${CFLAGS}$cf_new_cflags" +@@ -12238,7 +12241,7 @@ + if test -n "$cf_new_cppflags" ; then + test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 + +-echo "${as_me:-configure}:12241: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 ++echo "${as_me:-configure}:12244: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 + + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" +@@ -12248,7 +12251,7 @@ + if test -n "$cf_new_extra_cppflags" ; then + test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 + +-echo "${as_me:-configure}:12251: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 ++echo "${as_me:-configure}:12254: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 + + test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " + EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" +@@ -12260,10 +12263,10 @@ + fi + + if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then +- echo "$as_me:12263: checking if _XOPEN_SOURCE really is set" >&5 ++ echo "$as_me:12266: checking if _XOPEN_SOURCE really is set" >&5 + echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12266 "configure" ++#line 12269 "configure" + #include "confdefs.h" + #include <stdlib.h> + int +@@ -12278,16 +12281,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12281: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12284: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12284: \$? = $ac_status" >&5 ++ echo "$as_me:12287: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12287: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12290: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12290: \$? = $ac_status" >&5 ++ echo "$as_me:12293: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_XOPEN_SOURCE_set=yes + else +@@ -12296,12 +12299,12 @@ + cf_XOPEN_SOURCE_set=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:12299: result: $cf_XOPEN_SOURCE_set" >&5 ++ echo "$as_me:12302: result: $cf_XOPEN_SOURCE_set" >&5 + echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6 + if test "$cf_XOPEN_SOURCE_set" = yes + then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12304 "configure" ++#line 12307 "configure" + #include "confdefs.h" + #include <stdlib.h> + int +@@ -12316,16 +12319,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12319: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12322: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12322: \$? = $ac_status" >&5 ++ echo "$as_me:12325: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12325: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12328: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12328: \$? = $ac_status" >&5 ++ echo "$as_me:12331: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_XOPEN_SOURCE_set_ok=yes + else +@@ -12336,19 +12339,19 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + if test "$cf_XOPEN_SOURCE_set_ok" = no + then +- { echo "$as_me:12339: WARNING: _XOPEN_SOURCE is lower than requested" >&5 ++ { echo "$as_me:12342: WARNING: _XOPEN_SOURCE is lower than requested" >&5 + echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;} + fi + else + +-echo "$as_me:12344: checking if we should define _XOPEN_SOURCE" >&5 ++echo "$as_me:12347: checking if we should define _XOPEN_SOURCE" >&5 + echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_xopen_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12351 "configure" ++#line 12354 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -12366,16 +12369,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12369: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12372: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12372: \$? = $ac_status" >&5 ++ echo "$as_me:12375: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12375: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12378: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12378: \$? = $ac_status" >&5 ++ echo "$as_me:12381: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -12387,7 +12390,7 @@ + CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12390 "configure" ++#line 12393 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -12405,16 +12408,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12408: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12411: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12411: \$? = $ac_status" >&5 ++ echo "$as_me:12414: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12414: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12417: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12417: \$? = $ac_status" >&5 ++ echo "$as_me:12420: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -12429,7 +12432,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:12432: result: $cf_cv_xopen_source" >&5 ++echo "$as_me:12435: result: $cf_cv_xopen_source" >&5 + echo "${ECHO_T}$cf_cv_xopen_source" >&6 + + if test "$cf_cv_xopen_source" != no ; then +@@ -12580,14 +12583,14 @@ + + # Work around breakage on OS X + +-echo "$as_me:12583: checking if SIGWINCH is defined" >&5 ++echo "$as_me:12586: checking if SIGWINCH is defined" >&5 + echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 + if test "${cf_cv_define_sigwinch+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12590 "configure" ++#line 12593 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -12602,23 +12605,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12605: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12608: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12608: \$? = $ac_status" >&5 ++ echo "$as_me:12611: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12611: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12614: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12614: \$? = $ac_status" >&5 ++ echo "$as_me:12617: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_define_sigwinch=yes + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12621 "configure" ++#line 12624 "configure" + #include "confdefs.h" + + #undef _XOPEN_SOURCE +@@ -12636,16 +12639,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12639: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12642: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12642: \$? = $ac_status" >&5 ++ echo "$as_me:12645: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12645: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12648: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12648: \$? = $ac_status" >&5 ++ echo "$as_me:12651: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_define_sigwinch=maybe + else +@@ -12659,11 +12662,11 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:12662: result: $cf_cv_define_sigwinch" >&5 ++echo "$as_me:12665: result: $cf_cv_define_sigwinch" >&5 + echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 + + if test "$cf_cv_define_sigwinch" = maybe ; then +-echo "$as_me:12666: checking for actual SIGWINCH definition" >&5 ++echo "$as_me:12669: checking for actual SIGWINCH definition" >&5 + echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 + if test "${cf_cv_fixup_sigwinch+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -12674,7 +12677,7 @@ + while test "$cf_sigwinch" != 1 + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12677 "configure" ++#line 12680 "configure" + #include "confdefs.h" + + #undef _XOPEN_SOURCE +@@ -12696,16 +12699,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12699: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12702: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12702: \$? = $ac_status" >&5 ++ echo "$as_me:12705: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12705: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12708: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12708: \$? = $ac_status" >&5 ++ echo "$as_me:12711: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_fixup_sigwinch=$cf_sigwinch + break +@@ -12719,7 +12722,7 @@ + done + + fi +-echo "$as_me:12722: result: $cf_cv_fixup_sigwinch" >&5 ++echo "$as_me:12725: result: $cf_cv_fixup_sigwinch" >&5 + echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 + + if test "$cf_cv_fixup_sigwinch" != unknown ; then +@@ -12729,13 +12732,13 @@ + + # Checks for CODESET support. + +-echo "$as_me:12732: checking for nl_langinfo and CODESET" >&5 ++echo "$as_me:12735: checking for nl_langinfo and CODESET" >&5 + echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 + if test "${am_cv_langinfo_codeset+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12738 "configure" ++#line 12741 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -12749,16 +12752,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12752: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12755: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12755: \$? = $ac_status" >&5 ++ echo "$as_me:12758: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12758: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12761: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12761: \$? = $ac_status" >&5 ++ echo "$as_me:12764: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + am_cv_langinfo_codeset=yes + else +@@ -12769,7 +12772,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:12772: result: $am_cv_langinfo_codeset" >&5 ++echo "$as_me:12775: result: $am_cv_langinfo_codeset" >&5 + echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 + if test "$am_cv_langinfo_codeset" = yes; then + +@@ -12783,7 +12786,7 @@ + NCURSES_OK_WCHAR_T= + NCURSES_OK_WINT_T= + +-echo "$as_me:12786: checking if you want wide-character code" >&5 ++echo "$as_me:12789: checking if you want wide-character code" >&5 + echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 + + # Check whether --enable-widec or --disable-widec was given. +@@ -12793,7 +12796,7 @@ + else + with_widec=$cf_dft_widec + fi; +-echo "$as_me:12796: result: $with_widec" >&5 ++echo "$as_me:12799: result: $with_widec" >&5 + echo "${ECHO_T}$with_widec" >&6 + + NCURSES_WCWIDTH_GRAPHICS=1 +@@ -12815,7 +12818,7 @@ + (*_XOPEN_SOURCE=*) + ;; + (*) +- { echo "$as_me:12818: WARNING: _XOPEN_SOURCE feature test macro appears to be predefined" >&5 ++ { echo "$as_me:12821: WARNING: _XOPEN_SOURCE feature test macro appears to be predefined" >&5 + echo "$as_me: WARNING: _XOPEN_SOURCE feature test macro appears to be predefined" >&2;} + # CPPFLAGS="$CPPFLAGS -DNCURSES_WIDECHAR" + CPPFLAGS_after_XOPEN="$CPPFLAGS_after_XOPEN -DNCURSES_WIDECHAR" +@@ -12828,23 +12831,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:12831: checking for $ac_header" >&5 ++echo "$as_me:12834: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12837 "configure" ++#line 12840 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:12841: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:12844: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:12847: \$? = $ac_status" >&5 ++ echo "$as_me:12850: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -12863,7 +12866,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:12866: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:12869: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -12873,14 +12876,14 @@ + fi + done + +-echo "$as_me:12876: checking if wchar.h can be used as is" >&5 ++echo "$as_me:12879: checking if wchar.h can be used as is" >&5 + echo $ECHO_N "checking if wchar.h can be used as is... $ECHO_C" >&6 + if test "${cf_cv_wchar_h_okay+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12883 "configure" ++#line 12886 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -12902,16 +12905,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12905: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12908: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12908: \$? = $ac_status" >&5 ++ echo "$as_me:12911: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12911: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12914: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12914: \$? = $ac_status" >&5 ++ echo "$as_me:12917: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wchar_h_okay=yes + else +@@ -12921,16 +12924,16 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:12924: result: $cf_cv_wchar_h_okay" >&5 ++echo "$as_me:12927: result: $cf_cv_wchar_h_okay" >&5 + echo "${ECHO_T}$cf_cv_wchar_h_okay" >&6 + + if test "$cf_cv_wchar_h_okay" = no + then + +-echo "$as_me:12930: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 ++echo "$as_me:12933: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 + echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12933 "configure" ++#line 12936 "configure" + #include "confdefs.h" + #include <sys/types.h> + +@@ -12946,16 +12949,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12949: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12952: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12952: \$? = $ac_status" >&5 ++ echo "$as_me:12955: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12955: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12958: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12958: \$? = $ac_status" >&5 ++ echo "$as_me:12961: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=no + else +@@ -12964,16 +12967,16 @@ + cf_result=yes + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:12967: result: $cf_result" >&5 ++echo "$as_me:12970: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + + if test "$cf_result" = yes ; then + CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" + elif test "x" != "x" ; then +- echo "$as_me:12973: checking checking for compatible value versus " >&5 ++ echo "$as_me:12976: checking checking for compatible value versus " >&5 + echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12976 "configure" ++#line 12979 "configure" + #include "confdefs.h" + #include <sys/types.h> + +@@ -12989,16 +12992,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12992: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12995: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12995: \$? = $ac_status" >&5 ++ echo "$as_me:12998: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12998: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13001: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13001: \$? = $ac_status" >&5 ++ echo "$as_me:13004: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -13007,7 +13010,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:13010: result: $cf_result" >&5 ++ echo "$as_me:13013: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" = no ; then + # perhaps we can override it - try... +@@ -13017,7 +13020,7 @@ + + fi + +-echo "$as_me:13020: checking if wcwidth agrees graphics are single-width" >&5 ++echo "$as_me:13023: checking if wcwidth agrees graphics are single-width" >&5 + echo $ECHO_N "checking if wcwidth agrees graphics are single-width... $ECHO_C" >&6 + if test "${cf_cv_wcwidth_graphics+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13088,7 +13091,7 @@ + cf_cv_wcwidth_graphics=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13091 "configure" ++#line 13094 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -13133,15 +13136,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:13136: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13139: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13139: \$? = $ac_status" >&5 ++ echo "$as_me:13142: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:13141: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13144: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13144: \$? = $ac_status" >&5 ++ echo "$as_me:13147: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wcwidth_graphics=yes + else +@@ -13154,7 +13157,7 @@ + fi + + fi +-echo "$as_me:13157: result: $cf_cv_wcwidth_graphics" >&5 ++echo "$as_me:13160: result: $cf_cv_wcwidth_graphics" >&5 + echo "${ECHO_T}$cf_cv_wcwidth_graphics" >&6 + + test "$cf_cv_wcwidth_graphics" = no && NCURSES_WCWIDTH_GRAPHICS=0 +@@ -13165,13 +13168,13 @@ + for ac_func in putwc btowc wctob wmemchr mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:13168: checking for $ac_func" >&5 ++echo "$as_me:13171: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13174 "configure" ++#line 13177 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -13202,16 +13205,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13205: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13208: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13208: \$? = $ac_status" >&5 ++ echo "$as_me:13211: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13211: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13214: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13214: \$? = $ac_status" >&5 ++ echo "$as_me:13217: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -13221,7 +13224,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:13224: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:13227: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -13236,23 +13239,23 @@ + for ac_header in wchar.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:13239: checking for $ac_header" >&5 ++echo "$as_me:13242: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13245 "configure" ++#line 13248 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:13249: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:13252: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:13255: \$? = $ac_status" >&5 ++ echo "$as_me:13258: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -13271,7 +13274,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:13274: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:13277: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -13281,7 +13284,7 @@ + fi + done + +-echo "$as_me:13284: checking for multibyte character support" >&5 ++echo "$as_me:13287: checking for multibyte character support" >&5 + echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 + if test "${cf_cv_utf8_lib+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13289,7 +13292,7 @@ + + cf_save_LIBS="$LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13292 "configure" ++#line 13295 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -13306,16 +13309,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13309: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13312: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13312: \$? = $ac_status" >&5 ++ echo "$as_me:13315: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13315: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13318: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13318: \$? = $ac_status" >&5 ++ echo "$as_me:13321: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_utf8_lib=yes + else +@@ -13327,12 +13330,12 @@ + cf_cv_header_path_utf8= + cf_cv_library_path_utf8= + +-echo "${as_me:-configure}:13330: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 ++echo "${as_me:-configure}:13333: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 + + cf_save_LIBS="$LIBS" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13335 "configure" ++#line 13338 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -13345,16 +13348,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13348: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13351: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13351: \$? = $ac_status" >&5 ++ echo "$as_me:13354: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13354: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13357: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13357: \$? = $ac_status" >&5 ++ echo "$as_me:13360: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_find_linkage_utf8=yes +@@ -13368,7 +13371,7 @@ + LIBS="-lutf8 $cf_save_LIBS" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13371 "configure" ++#line 13374 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -13381,16 +13384,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13384: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13387: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13387: \$? = $ac_status" >&5 ++ echo "$as_me:13390: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13390: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13393: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13393: \$? = $ac_status" >&5 ++ echo "$as_me:13396: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_find_linkage_utf8=yes +@@ -13407,9 +13410,9 @@ + + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 + +-echo "${as_me:-configure}:13410: testing find linkage for utf8 library ..." 1>&5 ++echo "${as_me:-configure}:13413: testing find linkage for utf8 library ..." 1>&5 + +-echo "${as_me:-configure}:13412: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 ++echo "${as_me:-configure}:13415: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 + + cf_save_CPPFLAGS="$CPPFLAGS" + cf_test_CPPFLAGS="$CPPFLAGS" +@@ -13500,7 +13503,7 @@ + if test -d "$cf_cv_header_path_utf8" ; then + test -n "$verbose" && echo " ... testing $cf_cv_header_path_utf8" 1>&6 + +-echo "${as_me:-configure}:13503: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:13506: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 + + CPPFLAGS="$cf_save_CPPFLAGS" + +@@ -13508,7 +13511,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_utf8" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13511 "configure" ++#line 13514 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -13521,21 +13524,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13524: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13527: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13527: \$? = $ac_status" >&5 ++ echo "$as_me:13530: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13530: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13533: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13533: \$? = $ac_status" >&5 ++ echo "$as_me:13536: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + test -n "$verbose" && echo " ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6 + +-echo "${as_me:-configure}:13538: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:13541: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 + + cf_cv_find_linkage_utf8=maybe + cf_test_CPPFLAGS="$CPPFLAGS" +@@ -13553,7 +13556,7 @@ + + if test "$cf_cv_find_linkage_utf8" = maybe ; then + +-echo "${as_me:-configure}:13556: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 ++echo "${as_me:-configure}:13559: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 + + cf_save_LIBS="$LIBS" + cf_save_LDFLAGS="$LDFLAGS" +@@ -13628,13 +13631,13 @@ + if test -d "$cf_cv_library_path_utf8" ; then + test -n "$verbose" && echo " ... testing $cf_cv_library_path_utf8" 1>&6 + +-echo "${as_me:-configure}:13631: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:13634: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 + + CPPFLAGS="$cf_test_CPPFLAGS" + LIBS="-lutf8 $cf_save_LIBS" + LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13637 "configure" ++#line 13640 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -13647,21 +13650,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13650: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13653: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13653: \$? = $ac_status" >&5 ++ echo "$as_me:13656: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13656: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13659: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13659: \$? = $ac_status" >&5 ++ echo "$as_me:13662: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + test -n "$verbose" && echo " ... found utf8 library in $cf_cv_library_path_utf8" 1>&6 + +-echo "${as_me:-configure}:13664: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:13667: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 + + cf_cv_find_linkage_utf8=yes + cf_cv_library_file_utf8="-lutf8" +@@ -13703,7 +13706,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:13706: result: $cf_cv_utf8_lib" >&5 ++echo "$as_me:13709: result: $cf_cv_utf8_lib" >&5 + echo "${ECHO_T}$cf_cv_utf8_lib" >&6 + + # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between +@@ -13741,7 +13744,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13744 "configure" ++#line 13747 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -13753,16 +13756,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13756: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13759: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13759: \$? = $ac_status" >&5 ++ echo "$as_me:13762: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13762: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13765: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13765: \$? = $ac_status" >&5 ++ echo "$as_me:13768: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -13779,7 +13782,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:13782: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:13785: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -13815,7 +13818,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:13818: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:13821: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -13847,14 +13850,14 @@ + fi + + # This is needed on Tru64 5.0 to declare mbstate_t +-echo "$as_me:13850: checking if we must include wchar.h to declare mbstate_t" >&5 ++echo "$as_me:13853: checking if we must include wchar.h to declare mbstate_t" >&5 + echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 + if test "${cf_cv_mbstate_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13857 "configure" ++#line 13860 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -13872,23 +13875,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13875: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13878: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13878: \$? = $ac_status" >&5 ++ echo "$as_me:13881: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13881: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13884: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13884: \$? = $ac_status" >&5 ++ echo "$as_me:13887: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_mbstate_t=no + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13891 "configure" ++#line 13894 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -13907,16 +13910,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13910: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13913: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13913: \$? = $ac_status" >&5 ++ echo "$as_me:13916: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13916: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13919: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13919: \$? = $ac_status" >&5 ++ echo "$as_me:13922: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_mbstate_t=yes + else +@@ -13928,7 +13931,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:13931: result: $cf_cv_mbstate_t" >&5 ++echo "$as_me:13934: result: $cf_cv_mbstate_t" >&5 + echo "${ECHO_T}$cf_cv_mbstate_t" >&6 + + if test "$cf_cv_mbstate_t" = yes ; then +@@ -13946,14 +13949,14 @@ + fi + + # This is needed on Tru64 5.0 to declare wchar_t +-echo "$as_me:13949: checking if we must include wchar.h to declare wchar_t" >&5 ++echo "$as_me:13952: checking if we must include wchar.h to declare wchar_t" >&5 + echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 + if test "${cf_cv_wchar_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13956 "configure" ++#line 13959 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -13971,23 +13974,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:13974: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:13977: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:13977: \$? = $ac_status" >&5 ++ echo "$as_me:13980: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:13980: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13983: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13983: \$? = $ac_status" >&5 ++ echo "$as_me:13986: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wchar_t=no + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13990 "configure" ++#line 13993 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -14006,16 +14009,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14009: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14012: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14012: \$? = $ac_status" >&5 ++ echo "$as_me:14015: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14015: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14018: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14018: \$? = $ac_status" >&5 ++ echo "$as_me:14021: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wchar_t=yes + else +@@ -14027,7 +14030,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:14030: result: $cf_cv_wchar_t" >&5 ++echo "$as_me:14033: result: $cf_cv_wchar_t" >&5 + echo "${ECHO_T}$cf_cv_wchar_t" >&6 + + if test "$cf_cv_wchar_t" = yes ; then +@@ -14050,14 +14053,14 @@ + fi + + # This is needed on Tru64 5.0 to declare wint_t +-echo "$as_me:14053: checking if we must include wchar.h to declare wint_t" >&5 ++echo "$as_me:14056: checking if we must include wchar.h to declare wint_t" >&5 + echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 + if test "${cf_cv_wint_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14060 "configure" ++#line 14063 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -14075,23 +14078,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14078: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14081: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14081: \$? = $ac_status" >&5 ++ echo "$as_me:14084: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14084: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14087: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14087: \$? = $ac_status" >&5 ++ echo "$as_me:14090: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wint_t=no + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14094 "configure" ++#line 14097 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -14110,16 +14113,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14113: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14116: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14116: \$? = $ac_status" >&5 ++ echo "$as_me:14119: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14119: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14122: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14122: \$? = $ac_status" >&5 ++ echo "$as_me:14125: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wint_t=yes + else +@@ -14131,7 +14134,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:14134: result: $cf_cv_wint_t" >&5 ++echo "$as_me:14137: result: $cf_cv_wint_t" >&5 + echo "${ECHO_T}$cf_cv_wint_t" >&6 + + if test "$cf_cv_wint_t" = yes ; then +@@ -14163,7 +14166,7 @@ + fi + + ### use option --disable-lp64 to allow long chtype +-echo "$as_me:14166: checking whether to enable _LP64 definition in curses.h" >&5 ++echo "$as_me:14169: checking whether to enable _LP64 definition in curses.h" >&5 + echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 + + # Check whether --enable-lp64 or --disable-lp64 was given. +@@ -14173,7 +14176,7 @@ + else + with_lp64=$cf_dft_with_lp64 + fi; +-echo "$as_me:14176: result: $with_lp64" >&5 ++echo "$as_me:14179: result: $with_lp64" >&5 + echo "${ECHO_T}$with_lp64" >&6 + + if test "x$with_lp64" = xyes ; then +@@ -14189,7 +14192,7 @@ + fi; + if test "$enable_largefile" != no; then + +- echo "$as_me:14192: checking for special C compiler options needed for large files" >&5 ++ echo "$as_me:14195: checking for special C compiler options needed for large files" >&5 + echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_largefile_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -14201,7 +14204,7 @@ + # IRIX 6.2 and later do not support large files by default, + # so use the C compiler's -n32 option if that helps. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14204 "configure" ++#line 14207 "configure" + #include "confdefs.h" + #include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +@@ -14221,16 +14224,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14224: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14227: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14227: \$? = $ac_status" >&5 ++ echo "$as_me:14230: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14230: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14233: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14233: \$? = $ac_status" >&5 ++ echo "$as_me:14236: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -14240,16 +14243,16 @@ + rm -f "conftest.$ac_objext" + CC="$CC -n32" + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14243: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14246: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14246: \$? = $ac_status" >&5 ++ echo "$as_me:14249: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14249: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14252: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14252: \$? = $ac_status" >&5 ++ echo "$as_me:14255: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_largefile_CC=' -n32'; break + else +@@ -14263,13 +14266,13 @@ + rm -f "conftest.$ac_ext" + fi + fi +-echo "$as_me:14266: result: $ac_cv_sys_largefile_CC" >&5 ++echo "$as_me:14269: result: $ac_cv_sys_largefile_CC" >&5 + echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 + if test "$ac_cv_sys_largefile_CC" != no; then + CC=$CC$ac_cv_sys_largefile_CC + fi + +- echo "$as_me:14272: checking for _FILE_OFFSET_BITS value needed for large files" >&5 ++ echo "$as_me:14275: checking for _FILE_OFFSET_BITS value needed for large files" >&5 + echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_file_offset_bits+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -14277,7 +14280,7 @@ + while :; do + ac_cv_sys_file_offset_bits=no + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14280 "configure" ++#line 14283 "configure" + #include "confdefs.h" + #include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +@@ -14297,16 +14300,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14300: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14303: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14303: \$? = $ac_status" >&5 ++ echo "$as_me:14306: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14306: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14309: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14309: \$? = $ac_status" >&5 ++ echo "$as_me:14312: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -14315,7 +14318,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14318 "configure" ++#line 14321 "configure" + #include "confdefs.h" + #define _FILE_OFFSET_BITS 64 + #include <sys/types.h> +@@ -14336,16 +14339,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14339: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14342: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14342: \$? = $ac_status" >&5 ++ echo "$as_me:14345: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14345: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14348: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14348: \$? = $ac_status" >&5 ++ echo "$as_me:14351: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_file_offset_bits=64; break + else +@@ -14356,7 +14359,7 @@ + break + done + fi +-echo "$as_me:14359: result: $ac_cv_sys_file_offset_bits" >&5 ++echo "$as_me:14362: result: $ac_cv_sys_file_offset_bits" >&5 + echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 + if test "$ac_cv_sys_file_offset_bits" != no; then + +@@ -14366,7 +14369,7 @@ + + fi + rm -rf conftest* +- echo "$as_me:14369: checking for _LARGE_FILES value needed for large files" >&5 ++ echo "$as_me:14372: checking for _LARGE_FILES value needed for large files" >&5 + echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_large_files+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -14374,7 +14377,7 @@ + while :; do + ac_cv_sys_large_files=no + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14377 "configure" ++#line 14380 "configure" + #include "confdefs.h" + #include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +@@ -14394,16 +14397,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14397: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14400: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14400: \$? = $ac_status" >&5 ++ echo "$as_me:14403: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14403: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14406: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14406: \$? = $ac_status" >&5 ++ echo "$as_me:14409: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -14412,7 +14415,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14415 "configure" ++#line 14418 "configure" + #include "confdefs.h" + #define _LARGE_FILES 1 + #include <sys/types.h> +@@ -14433,16 +14436,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14436: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14439: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14439: \$? = $ac_status" >&5 ++ echo "$as_me:14442: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14442: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14445: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14445: \$? = $ac_status" >&5 ++ echo "$as_me:14448: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_large_files=1; break + else +@@ -14453,7 +14456,7 @@ + break + done + fi +-echo "$as_me:14456: result: $ac_cv_sys_large_files" >&5 ++echo "$as_me:14459: result: $ac_cv_sys_large_files" >&5 + echo "${ECHO_T}$ac_cv_sys_large_files" >&6 + if test "$ac_cv_sys_large_files" != no; then + +@@ -14466,7 +14469,7 @@ + fi + + if test "$enable_largefile" != no ; then +- echo "$as_me:14469: checking for _LARGEFILE_SOURCE value needed for large files" >&5 ++ echo "$as_me:14472: checking for _LARGEFILE_SOURCE value needed for large files" >&5 + echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 + if test "${ac_cv_sys_largefile_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -14474,7 +14477,7 @@ + while :; do + ac_cv_sys_largefile_source=no + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14477 "configure" ++#line 14480 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <sys/types.h> +@@ -14489,16 +14492,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14492: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14495: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14495: \$? = $ac_status" >&5 ++ echo "$as_me:14498: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14498: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14501: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14501: \$? = $ac_status" >&5 ++ echo "$as_me:14504: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + break + else +@@ -14507,7 +14510,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14510 "configure" ++#line 14513 "configure" + #include "confdefs.h" + #define _LARGEFILE_SOURCE 1 + #include <stdio.h> +@@ -14523,16 +14526,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14526: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14529: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14529: \$? = $ac_status" >&5 ++ echo "$as_me:14532: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14532: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14535: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14535: \$? = $ac_status" >&5 ++ echo "$as_me:14538: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sys_largefile_source=1; break + else +@@ -14543,7 +14546,7 @@ + break + done + fi +-echo "$as_me:14546: result: $ac_cv_sys_largefile_source" >&5 ++echo "$as_me:14549: result: $ac_cv_sys_largefile_source" >&5 + echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 + if test "$ac_cv_sys_largefile_source" != no; then + +@@ -14557,13 +14560,13 @@ + # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug + # in glibc 2.1.3, but that breaks too many other things. + # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. +-echo "$as_me:14560: checking for fseeko" >&5 ++echo "$as_me:14563: checking for fseeko" >&5 + echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 + if test "${ac_cv_func_fseeko+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14566 "configure" ++#line 14569 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <sys/types.h> +@@ -14577,16 +14580,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:14580: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:14583: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:14583: \$? = $ac_status" >&5 ++ echo "$as_me:14586: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:14586: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14589: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14589: \$? = $ac_status" >&5 ++ echo "$as_me:14592: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_fseeko=yes + else +@@ -14596,7 +14599,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:14599: result: $ac_cv_func_fseeko" >&5 ++echo "$as_me:14602: result: $ac_cv_func_fseeko" >&5 + echo "${ECHO_T}$ac_cv_func_fseeko" >&6 + if test $ac_cv_func_fseeko = yes; then + +@@ -14635,14 +14638,14 @@ + + fi + +- echo "$as_me:14638: checking whether to use struct dirent64" >&5 ++ echo "$as_me:14641: checking whether to use struct dirent64" >&5 + echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 + if test "${cf_cv_struct_dirent64+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14645 "configure" ++#line 14648 "configure" + #include "confdefs.h" + + #pragma GCC diagnostic error "-Wincompatible-pointer-types" +@@ -14669,16 +14672,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14672: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14675: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14675: \$? = $ac_status" >&5 ++ echo "$as_me:14678: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14678: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14681: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14681: \$? = $ac_status" >&5 ++ echo "$as_me:14684: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_struct_dirent64=yes + else +@@ -14689,7 +14692,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:14692: result: $cf_cv_struct_dirent64" >&5 ++echo "$as_me:14695: result: $cf_cv_struct_dirent64" >&5 + echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 + test "$cf_cv_struct_dirent64" = yes && + cat >>confdefs.h <<\EOF +@@ -14699,7 +14702,7 @@ + fi + + ### use option --disable-tparm-varargs to make tparm() conform to X/Open +-echo "$as_me:14702: checking if you want tparm not to use X/Open fixed-parameter list" >&5 ++echo "$as_me:14705: checking if you want tparm not to use X/Open fixed-parameter list" >&5 + echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 + + # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. +@@ -14709,14 +14712,14 @@ + else + with_tparm_varargs=yes + fi; +-echo "$as_me:14712: result: $with_tparm_varargs" >&5 ++echo "$as_me:14715: result: $with_tparm_varargs" >&5 + echo "${ECHO_T}$with_tparm_varargs" >&6 + NCURSES_TPARM_VARARGS=0 + test "x$with_tparm_varargs" = xyes && NCURSES_TPARM_VARARGS=1 + + ### use option --disable-tic-depends to make libtic not explicitly depend on ncurses/ncursesw + if test "$with_ticlib" != no ; then +-echo "$as_me:14719: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 ++echo "$as_me:14722: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 + echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 + + # Check whether --enable-tic-depends or --disable-tic-depends was given. +@@ -14726,14 +14729,14 @@ + else + with_tic_depends=yes + fi; +-echo "$as_me:14729: result: $with_tic_depends" >&5 ++echo "$as_me:14732: result: $with_tic_depends" >&5 + echo "${ECHO_T}$with_tic_depends" >&6 + else + with_tic_depends=no + fi + + ### use option --enable-wattr-macros to enable wattr* macros in curses.h +-echo "$as_me:14736: checking if you want to enable wattr* macros" >&5 ++echo "$as_me:14739: checking if you want to enable wattr* macros" >&5 + echo $ECHO_N "checking if you want to enable wattr* macros... $ECHO_C" >&6 + + # Check whether --enable-wattr-macros or --disable-wattr-macros was given. +@@ -14745,15 +14748,15 @@ + fi; + if [ "x$with_wattr_macros" != xyes ]; then + NCURSES_WATTR_MACROS=0 +- echo "$as_me:14748: result: no" >&5 ++ echo "$as_me:14751: result: no" >&5 + echo "${ECHO_T}no" >&6 + else + NCURSES_WATTR_MACROS=1 +- echo "$as_me:14752: result: yes" >&5 ++ echo "$as_me:14755: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + fi + +-echo "$as_me:14756: checking for X11 rgb file" >&5 ++echo "$as_me:14759: checking for X11 rgb file" >&5 + echo $ECHO_N "checking for X11 rgb file... $ECHO_C" >&6 + + # Check whether --with-x11-rgb or --without-x11-rgb was given. +@@ -14815,7 +14818,7 @@ + cf_path=`echo "$cf_path" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:14818: error: expected a pathname, not \"$cf_path\"" >&5 ++ { { echo "$as_me:14821: error: expected a pathname, not \"$cf_path\"" >&5 + echo "$as_me: error: expected a pathname, not \"$cf_path\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -14823,7 +14826,7 @@ + + fi + +-echo "$as_me:14826: result: $RGB_PATH" >&5 ++echo "$as_me:14829: result: $RGB_PATH" >&5 + echo "${ECHO_T}$RGB_PATH" >&6 + + cat >>confdefs.h <<EOF +@@ -14838,7 +14841,7 @@ + + ### use option --with-bool to override bool's type + +-echo "$as_me:14841: checking for type of bool" >&5 ++echo "$as_me:14844: checking for type of bool" >&5 + echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 + + # Check whether --with-bool or --without-bool was given. +@@ -14848,17 +14851,17 @@ + else + NCURSES_BOOL=auto + fi; +-echo "$as_me:14851: result: $NCURSES_BOOL" >&5 ++echo "$as_me:14854: result: $NCURSES_BOOL" >&5 + echo "${ECHO_T}$NCURSES_BOOL" >&6 + case x$NCURSES_BOOL in + (x|xyes|xno) +- { { echo "$as_me:14855: error: expected a type name for bool" >&5 ++ { { echo "$as_me:14858: error: expected a type name for bool" >&5 + echo "$as_me: error: expected a type name for bool" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + +-echo "$as_me:14861: checking for alternate terminal capabilities file" >&5 ++echo "$as_me:14864: checking for alternate terminal capabilities file" >&5 + echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 + + # Check whether --with-caps or --without-caps was given. +@@ -14870,16 +14873,16 @@ + fi; + if test ! -f "${srcdir}/include/${TERMINFO_CAPS}" + then +- { echo "$as_me:14873: WARNING: file not found: \"${srcdir}/include/${TERMINFO_CAPS}\"" >&5 ++ { echo "$as_me:14876: WARNING: file not found: \"${srcdir}/include/${TERMINFO_CAPS}\"" >&5 + echo "$as_me: WARNING: file not found: \"${srcdir}/include/${TERMINFO_CAPS}\"" >&2;} + TERMINFO_CAPS=Caps + fi +-echo "$as_me:14877: result: $TERMINFO_CAPS" >&5 ++echo "$as_me:14880: result: $TERMINFO_CAPS" >&5 + echo "${ECHO_T}$TERMINFO_CAPS" >&6 + + ### use option --with-chtype to override chtype's type + +-echo "$as_me:14882: checking for type of chtype" >&5 ++echo "$as_me:14885: checking for type of chtype" >&5 + echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 + + # Check whether --with-chtype or --without-chtype was given. +@@ -14889,11 +14892,11 @@ + else + NCURSES_CHTYPE=$cf_dft_chtype + fi; +-echo "$as_me:14892: result: $NCURSES_CHTYPE" >&5 ++echo "$as_me:14895: result: $NCURSES_CHTYPE" >&5 + echo "${ECHO_T}$NCURSES_CHTYPE" >&6 + case x$NCURSES_CHTYPE in + (x|xyes|xno) +- { { echo "$as_me:14896: error: expected a type name for chtype" >&5 ++ { { echo "$as_me:14899: error: expected a type name for chtype" >&5 + echo "$as_me: error: expected a type name for chtype" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -14901,7 +14904,7 @@ + + ### use option --with-ospeed to override ospeed's type + +-echo "$as_me:14904: checking for type of ospeed" >&5 ++echo "$as_me:14907: checking for type of ospeed" >&5 + echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 + + # Check whether --with-ospeed or --without-ospeed was given. +@@ -14911,11 +14914,11 @@ + else + NCURSES_OSPEED=short + fi; +-echo "$as_me:14914: result: $NCURSES_OSPEED" >&5 ++echo "$as_me:14917: result: $NCURSES_OSPEED" >&5 + echo "${ECHO_T}$NCURSES_OSPEED" >&6 + case x$NCURSES_OSPEED in + (x|xyes|xno) +- { { echo "$as_me:14918: error: expected a type name for ospeed" >&5 ++ { { echo "$as_me:14921: error: expected a type name for ospeed" >&5 + echo "$as_me: error: expected a type name for ospeed" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -14923,7 +14926,7 @@ + + ### use option --with-mmask-t to override mmask_t's type + +-echo "$as_me:14926: checking for type of mmask-t" >&5 ++echo "$as_me:14929: checking for type of mmask-t" >&5 + echo $ECHO_N "checking for type of mmask-t... $ECHO_C" >&6 + + # Check whether --with-mmask-t or --without-mmask-t was given. +@@ -14933,18 +14936,18 @@ + else + NCURSES_MMASK_T=$cf_dft_mmask_t + fi; +-echo "$as_me:14936: result: $NCURSES_MMASK_T" >&5 ++echo "$as_me:14939: result: $NCURSES_MMASK_T" >&5 + echo "${ECHO_T}$NCURSES_MMASK_T" >&6 + case x$NCURSES_MMASK_T in + (x|xyes|xno) +- { { echo "$as_me:14940: error: expected a type name for mmask-t" >&5 ++ { { echo "$as_me:14943: error: expected a type name for mmask-t" >&5 + echo "$as_me: error: expected a type name for mmask-t" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + ### use option --with-ccharw-max to override CCHARW_MAX size +-echo "$as_me:14947: checking for size CCHARW_MAX" >&5 ++echo "$as_me:14950: checking for size CCHARW_MAX" >&5 + echo $ECHO_N "checking for size CCHARW_MAX... $ECHO_C" >&6 + + # Check whether --with-ccharw-max or --without-ccharw-max was given. +@@ -14954,16 +14957,16 @@ + else + NCURSES_CCHARW_MAX=$cf_dft_ccharw_max + fi; +-echo "$as_me:14957: result: $NCURSES_CCHARW_MAX" >&5 ++echo "$as_me:14960: result: $NCURSES_CCHARW_MAX" >&5 + echo "${ECHO_T}$NCURSES_CCHARW_MAX" >&6 + +-echo "$as_me:14960: checking for signed char" >&5 ++echo "$as_me:14963: checking for signed char" >&5 + echo $ECHO_N "checking for signed char... $ECHO_C" >&6 + if test "${ac_cv_type_signed_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14966 "configure" ++#line 14969 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -14978,16 +14981,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:14981: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:14984: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:14984: \$? = $ac_status" >&5 ++ echo "$as_me:14987: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:14987: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14990: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14990: \$? = $ac_status" >&5 ++ echo "$as_me:14993: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_signed_char=yes + else +@@ -14997,10 +15000,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:15000: result: $ac_cv_type_signed_char" >&5 ++echo "$as_me:15003: result: $ac_cv_type_signed_char" >&5 + echo "${ECHO_T}$ac_cv_type_signed_char" >&6 + +-echo "$as_me:15003: checking size of signed char" >&5 ++echo "$as_me:15006: checking size of signed char" >&5 + echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 + if test "${ac_cv_sizeof_signed_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -15009,7 +15012,7 @@ + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15012 "configure" ++#line 15015 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -15021,21 +15024,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15024: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15027: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15027: \$? = $ac_status" >&5 ++ echo "$as_me:15030: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15030: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15033: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15033: \$? = $ac_status" >&5 ++ echo "$as_me:15036: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15038 "configure" ++#line 15041 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -15047,16 +15050,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15050: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15053: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15053: \$? = $ac_status" >&5 ++ echo "$as_me:15056: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15056: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15059: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15059: \$? = $ac_status" >&5 ++ echo "$as_me:15062: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid; break + else +@@ -15072,7 +15075,7 @@ + ac_hi=-1 ac_mid=-1 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15075 "configure" ++#line 15078 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -15084,16 +15087,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15087: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15090: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15090: \$? = $ac_status" >&5 ++ echo "$as_me:15093: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15093: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15096: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15096: \$? = $ac_status" >&5 ++ echo "$as_me:15099: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=$ac_mid; break + else +@@ -15109,7 +15112,7 @@ + while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15112 "configure" ++#line 15115 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -15121,16 +15124,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:15124: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:15127: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:15127: \$? = $ac_status" >&5 ++ echo "$as_me:15130: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:15130: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15133: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15133: \$? = $ac_status" >&5 ++ echo "$as_me:15136: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid + else +@@ -15143,12 +15146,12 @@ + ac_cv_sizeof_signed_char=$ac_lo + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:15146: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:15149: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15151 "configure" ++#line 15154 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -15164,15 +15167,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:15167: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15170: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15170: \$? = $ac_status" >&5 ++ echo "$as_me:15173: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:15172: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15175: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15175: \$? = $ac_status" >&5 ++ echo "$as_me:15178: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sizeof_signed_char=`cat conftest.val` + else +@@ -15188,7 +15191,7 @@ + ac_cv_sizeof_signed_char=0 + fi + fi +-echo "$as_me:15191: result: $ac_cv_sizeof_signed_char" >&5 ++echo "$as_me:15194: result: $ac_cv_sizeof_signed_char" >&5 + echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 + cat >>confdefs.h <<EOF + #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char +@@ -15199,7 +15202,7 @@ + else + NCURSES_SBOOL="char" + fi +-echo "$as_me:15202: checking whether to use signed chars for Boolean array in term.h" >&5 ++echo "$as_me:15205: checking whether to use signed chars for Boolean array in term.h" >&5 + echo $ECHO_N "checking whether to use signed chars for Boolean array in term.h... $ECHO_C" >&6 + + # Check whether --enable-signed-char or --disable-signed-char was given. +@@ -15209,13 +15212,13 @@ + else + with_signed_char=$cf_dft_signed_char + fi; +-echo "$as_me:15212: result: $with_signed_char" >&5 ++echo "$as_me:15215: result: $with_signed_char" >&5 + echo "${ECHO_T}$with_signed_char" >&6 + test "x$with_signed_char" != xyes && NCURSES_SBOOL="char" + + ### use option --with-tparm-arg to override tparm's argument type + +-echo "$as_me:15218: checking for type of tparm-arg" >&5 ++echo "$as_me:15221: checking for type of tparm-arg" >&5 + echo $ECHO_N "checking for type of tparm-arg... $ECHO_C" >&6 + + # Check whether --with-tparm-arg or --without-tparm-arg was given. +@@ -15225,18 +15228,18 @@ + else + NCURSES_TPARM_ARG=$cf_dft_tparm_arg + fi; +-echo "$as_me:15228: result: $NCURSES_TPARM_ARG" >&5 ++echo "$as_me:15231: result: $NCURSES_TPARM_ARG" >&5 + echo "${ECHO_T}$NCURSES_TPARM_ARG" >&6 + case x$NCURSES_TPARM_ARG in + (x|xyes|xno) +- { { echo "$as_me:15232: error: expected a type name for tparm-arg" >&5 ++ { { echo "$as_me:15235: error: expected a type name for tparm-arg" >&5 + echo "$as_me: error: expected a type name for tparm-arg" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + ### Enable compiling-in rcs id's +-echo "$as_me:15239: checking if RCS identifiers should be compiled-in" >&5 ++echo "$as_me:15242: checking if RCS identifiers should be compiled-in" >&5 + echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 + + # Check whether --with-rcs-ids or --without-rcs-ids was given. +@@ -15246,7 +15249,7 @@ + else + with_rcs_ids=no + fi; +-echo "$as_me:15249: result: $with_rcs_ids" >&5 ++echo "$as_me:15252: result: $with_rcs_ids" >&5 + echo "${ECHO_T}$with_rcs_ids" >&6 + test "x$with_rcs_ids" = xyes && + cat >>confdefs.h <<\EOF +@@ -15255,7 +15258,7 @@ + + ############################################################################### + +-echo "$as_me:15258: checking format of man-pages" >&5 ++echo "$as_me:15261: checking format of man-pages" >&5 + echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 + + # Check whether --with-manpage-format or --without-manpage-format was given. +@@ -15346,10 +15349,10 @@ + ;; + esac + +-echo "$as_me:15349: result: $MANPAGE_FORMAT" >&5 ++echo "$as_me:15352: result: $MANPAGE_FORMAT" >&5 + echo "${ECHO_T}$MANPAGE_FORMAT" >&6 + if test -n "$cf_unknown" ; then +- { echo "$as_me:15352: WARNING: Unexpected manpage-format $cf_unknown" >&5 ++ { echo "$as_me:15355: WARNING: Unexpected manpage-format $cf_unknown" >&5 + echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} + fi + +@@ -15390,7 +15393,7 @@ + esac + done + +-echo "$as_me:15393: checking for manpage renaming" >&5 ++echo "$as_me:15396: checking for manpage renaming" >&5 + echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 + + # Check whether --with-manpage-renames or --without-manpage-renames was given. +@@ -15419,15 +15422,15 @@ + elif test "$MANPAGE_RENAMES" = no ; then + : + elif test ! -f "$MANPAGE_RENAMES" ; then +- { { echo "$as_me:15422: error: not a filename: $MANPAGE_RENAMES" >&5 ++ { { echo "$as_me:15425: error: not a filename: $MANPAGE_RENAMES" >&5 + echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} + { (exit 1); exit 1; }; } + fi + +-echo "$as_me:15427: result: $MANPAGE_RENAMES" >&5 ++echo "$as_me:15430: result: $MANPAGE_RENAMES" >&5 + echo "${ECHO_T}$MANPAGE_RENAMES" >&6 + +-echo "$as_me:15430: checking if manpage aliases will be installed" >&5 ++echo "$as_me:15433: checking if manpage aliases will be installed" >&5 + echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 + + # Check whether --with-manpage-aliases or --without-manpage-aliases was given. +@@ -15438,7 +15441,7 @@ + MANPAGE_ALIASES=yes + fi; + +-echo "$as_me:15441: result: $MANPAGE_ALIASES" >&5 ++echo "$as_me:15444: result: $MANPAGE_ALIASES" >&5 + echo "${ECHO_T}$MANPAGE_ALIASES" >&6 + + case "x$LN_S" in +@@ -15452,7 +15455,7 @@ + + MANPAGE_SYMLINKS=no + if test "$MANPAGE_ALIASES" = yes ; then +-echo "$as_me:15455: checking if manpage symlinks should be used" >&5 ++echo "$as_me:15458: checking if manpage symlinks should be used" >&5 + echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 + + # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. +@@ -15465,17 +15468,17 @@ + + if test "$cf_use_symlinks" = no; then + if test "$MANPAGE_SYMLINKS" = yes ; then +- { echo "$as_me:15468: WARNING: cannot make symlinks" >&5 ++ { echo "$as_me:15471: WARNING: cannot make symlinks" >&5 + echo "$as_me: WARNING: cannot make symlinks" >&2;} + MANPAGE_SYMLINKS=no + fi + fi + +-echo "$as_me:15474: result: $MANPAGE_SYMLINKS" >&5 ++echo "$as_me:15477: result: $MANPAGE_SYMLINKS" >&5 + echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 + fi + +-echo "$as_me:15478: checking for manpage tbl" >&5 ++echo "$as_me:15481: checking for manpage tbl" >&5 + echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 + + # Check whether --with-manpage-tbl or --without-manpage-tbl was given. +@@ -15486,7 +15489,7 @@ + MANPAGE_TBL=no + fi; + +-echo "$as_me:15489: result: $MANPAGE_TBL" >&5 ++echo "$as_me:15492: result: $MANPAGE_TBL" >&5 + echo "${ECHO_T}$MANPAGE_TBL" >&6 + + if test "$prefix" = "NONE" ; then +@@ -15804,7 +15807,7 @@ + ############################################################################### + + ### Note that some functions (such as const) are normally disabled anyway. +-echo "$as_me:15807: checking if you want to build with function extensions" >&5 ++echo "$as_me:15810: checking if you want to build with function extensions" >&5 + echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 + + # Check whether --enable-ext-funcs or --disable-ext-funcs was given. +@@ -15814,7 +15817,7 @@ + else + with_ext_funcs=yes + fi; +-echo "$as_me:15817: result: $with_ext_funcs" >&5 ++echo "$as_me:15820: result: $with_ext_funcs" >&5 + echo "${ECHO_T}$with_ext_funcs" >&6 + if test "x$with_ext_funcs" = xyes ; then + NCURSES_EXT_FUNCS=1 +@@ -15871,7 +15874,7 @@ + GENERATED_EXT_FUNCS= + fi + +-echo "$as_me:15874: checking if you want to build with SCREEN extensions" >&5 ++echo "$as_me:15877: checking if you want to build with SCREEN extensions" >&5 + echo $ECHO_N "checking if you want to build with SCREEN extensions... $ECHO_C" >&6 + + # Check whether --enable-sp-funcs or --disable-sp-funcs was given. +@@ -15881,7 +15884,7 @@ + else + with_sp_funcs=$cf_dft_ext_spfuncs + fi; +-echo "$as_me:15884: result: $with_sp_funcs" >&5 ++echo "$as_me:15887: result: $with_sp_funcs" >&5 + echo "${ECHO_T}$with_sp_funcs" >&6 + if test "x$with_sp_funcs" = xyes ; then + NCURSES_SP_FUNCS=1 +@@ -15900,7 +15903,7 @@ + GENERATED_SP_FUNCS= + fi + +-echo "$as_me:15903: checking if you want to build with terminal-driver" >&5 ++echo "$as_me:15906: checking if you want to build with terminal-driver" >&5 + echo $ECHO_N "checking if you want to build with terminal-driver... $ECHO_C" >&6 + + # Check whether --enable-term-driver or --disable-term-driver was given. +@@ -15910,7 +15913,7 @@ + else + with_term_driver=no + fi; +-echo "$as_me:15913: result: $with_term_driver" >&5 ++echo "$as_me:15916: result: $with_term_driver" >&5 + echo "${ECHO_T}$with_term_driver" >&6 + if test "x$with_term_driver" = xyes ; then + +@@ -15919,19 +15922,19 @@ + EOF + + if test "x$with_termlib" != xno ; then +- { { echo "$as_me:15922: error: The term-driver option conflicts with the termlib option" >&5 ++ { { echo "$as_me:15925: error: The term-driver option conflicts with the termlib option" >&5 + echo "$as_me: error: The term-driver option conflicts with the termlib option" >&2;} + { (exit 1); exit 1; }; } + fi + if test "x$with_sp_funcs" != xyes ; then +- { { echo "$as_me:15927: error: The term-driver option relies upon sp-funcs" >&5 ++ { { echo "$as_me:15930: error: The term-driver option relies upon sp-funcs" >&5 + echo "$as_me: error: The term-driver option relies upon sp-funcs" >&2;} + { (exit 1); exit 1; }; } + fi + fi + + ### use option --enable-const to turn on use of const beyond that in XSI. +-echo "$as_me:15934: checking for extended use of const keyword" >&5 ++echo "$as_me:15937: checking for extended use of const keyword" >&5 + echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 + + # Check whether --enable-const or --disable-const was given. +@@ -15941,7 +15944,7 @@ + else + with_ext_const=$cf_dft_ext_const + fi; +-echo "$as_me:15944: result: $with_ext_const" >&5 ++echo "$as_me:15947: result: $with_ext_const" >&5 + echo "${ECHO_T}$with_ext_const" >&6 + NCURSES_CONST='/*nothing*/' + if test "x$with_ext_const" = xyes ; then +@@ -15949,7 +15952,7 @@ + fi + + ### use option --enable-ext-colors to turn on use of colors beyond 16. +-echo "$as_me:15952: checking if you want to use extended colors" >&5 ++echo "$as_me:15955: checking if you want to use extended colors" >&5 + echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 + + # Check whether --enable-ext-colors or --disable-ext-colors was given. +@@ -15959,12 +15962,12 @@ + else + with_ext_colors=$cf_dft_ext_colors + fi; +-echo "$as_me:15962: result: $with_ext_colors" >&5 ++echo "$as_me:15965: result: $with_ext_colors" >&5 + echo "${ECHO_T}$with_ext_colors" >&6 + NCURSES_EXT_COLORS=0 + if test "x$with_ext_colors" = xyes ; then + if test "x$with_widec" != xyes ; then +- { echo "$as_me:15967: WARNING: This option applies only to wide-character library" >&5 ++ { echo "$as_me:15970: WARNING: This option applies only to wide-character library" >&5 + echo "$as_me: WARNING: This option applies only to wide-character library" >&2;} + else + # cannot be ABI 5 since it changes sizeof(cchar_t) +@@ -15975,7 +15978,7 @@ + cf_cv_rel_version=6.0 + cf_cv_abi_version=6 + cf_cv_abi_default=6 +- { echo "$as_me:15978: WARNING: overriding ABI version to $cf_cv_abi_default" >&5 ++ { echo "$as_me:15981: WARNING: overriding ABI version to $cf_cv_abi_default" >&5 + echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_default" >&2;} + ;; + esac +@@ -16003,7 +16006,7 @@ + fi + + ### use option --enable-ext-mouse to modify coding to support 5-button mice +-echo "$as_me:16006: checking if you want to use extended mouse encoding" >&5 ++echo "$as_me:16009: checking if you want to use extended mouse encoding" >&5 + echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 + + # Check whether --enable-ext-mouse or --disable-ext-mouse was given. +@@ -16013,7 +16016,7 @@ + else + with_ext_mouse=$cf_dft_ext_mouse + fi; +-echo "$as_me:16016: result: $with_ext_mouse" >&5 ++echo "$as_me:16019: result: $with_ext_mouse" >&5 + echo "${ECHO_T}$with_ext_mouse" >&6 + if test "x$with_ext_mouse" = xyes ; then + +@@ -16023,7 +16026,7 @@ + cf_cv_rel_version=6.0 + cf_cv_abi_version=6 + cf_cv_abi_default=6 +- { echo "$as_me:16026: WARNING: overriding ABI version to $cf_cv_abi_default" >&5 ++ { echo "$as_me:16029: WARNING: overriding ABI version to $cf_cv_abi_default" >&5 + echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_default" >&2;} + ;; + esac +@@ -16040,7 +16043,7 @@ + fi + + ### use option --enable-ext-putwin to turn on extended screendumps +-echo "$as_me:16043: checking if you want to use extended putwin/screendump" >&5 ++echo "$as_me:16046: checking if you want to use extended putwin/screendump" >&5 + echo $ECHO_N "checking if you want to use extended putwin/screendump... $ECHO_C" >&6 + + # Check whether --enable-ext-putwin or --disable-ext-putwin was given. +@@ -16050,7 +16053,7 @@ + else + with_ext_putwin=$cf_dft_ext_putwin + fi; +-echo "$as_me:16053: result: $with_ext_putwin" >&5 ++echo "$as_me:16056: result: $with_ext_putwin" >&5 + echo "${ECHO_T}$with_ext_putwin" >&6 + if test "x$with_ext_putwin" = xyes ; then + +@@ -16060,7 +16063,7 @@ + + fi + +-echo "$as_me:16063: checking if you want \$NCURSES_NO_PADDING code" >&5 ++echo "$as_me:16066: checking if you want \$NCURSES_NO_PADDING code" >&5 + echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 + + # Check whether --enable-no-padding or --disable-no-padding was given. +@@ -16070,7 +16073,7 @@ + else + with_no_padding=$with_ext_funcs + fi; +-echo "$as_me:16073: result: $with_no_padding" >&5 ++echo "$as_me:16076: result: $with_no_padding" >&5 + echo "${ECHO_T}$with_no_padding" >&6 + test "x$with_no_padding" = xyes && + cat >>confdefs.h <<\EOF +@@ -16078,7 +16081,7 @@ + EOF + + ### use option --enable-sigwinch to turn on use of SIGWINCH logic +-echo "$as_me:16081: checking if you want SIGWINCH handler" >&5 ++echo "$as_me:16084: checking if you want SIGWINCH handler" >&5 + echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 + + # Check whether --enable-sigwinch or --disable-sigwinch was given. +@@ -16088,7 +16091,7 @@ + else + with_sigwinch=$with_ext_funcs + fi; +-echo "$as_me:16091: result: $with_sigwinch" >&5 ++echo "$as_me:16094: result: $with_sigwinch" >&5 + echo "${ECHO_T}$with_sigwinch" >&6 + if test "x$with_sigwinch" = xyes + then +@@ -16103,7 +16106,7 @@ + fi + + ### use option --enable-tcap-names to allow user to define new capabilities +-echo "$as_me:16106: checking if you want user-definable terminal capabilities like termcap" >&5 ++echo "$as_me:16109: checking if you want user-definable terminal capabilities like termcap" >&5 + echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 + + # Check whether --enable-tcap-names or --disable-tcap-names was given. +@@ -16113,7 +16116,7 @@ + else + with_tcap_names=$with_ext_funcs + fi; +-echo "$as_me:16116: result: $with_tcap_names" >&5 ++echo "$as_me:16119: result: $with_tcap_names" >&5 + echo "${ECHO_T}$with_tcap_names" >&6 + NCURSES_XNAMES=0 + if test "x$with_tcap_names" = xyes; then +@@ -16127,7 +16130,7 @@ + + ############################################################################## + +-echo "$as_me:16130: checking if you want to link with the pthread library" >&5 ++echo "$as_me:16133: checking if you want to link with the pthread library" >&5 + echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 + + # Check whether --with-pthread or --without-pthread was given. +@@ -16137,27 +16140,27 @@ + else + with_pthread=no + fi; +-echo "$as_me:16140: result: $with_pthread" >&5 ++echo "$as_me:16143: result: $with_pthread" >&5 + echo "${ECHO_T}$with_pthread" >&6 + + if test "$with_pthread" != no ; then +- echo "$as_me:16144: checking for pthread.h" >&5 ++ echo "$as_me:16147: checking for pthread.h" >&5 + echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 + if test "${ac_cv_header_pthread_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16150 "configure" ++#line 16153 "configure" + #include "confdefs.h" + #include <pthread.h> + _ACEOF +-if { (eval echo "$as_me:16154: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:16157: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:16160: \$? = $ac_status" >&5 ++ echo "$as_me:16163: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -16176,7 +16179,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:16179: result: $ac_cv_header_pthread_h" >&5 ++echo "$as_me:16182: result: $ac_cv_header_pthread_h" >&5 + echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 + if test "$ac_cv_header_pthread_h" = yes; then + +@@ -16186,7 +16189,7 @@ + + for cf_lib_pthread in pthread c_r + do +- echo "$as_me:16189: checking if we can link with the $cf_lib_pthread library" >&5 ++ echo "$as_me:16192: checking if we can link with the $cf_lib_pthread library" >&5 + echo $ECHO_N "checking if we can link with the $cf_lib_pthread library... $ECHO_C" >&6 + cf_save_LIBS="$LIBS" + +@@ -16207,7 +16210,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16210 "configure" ++#line 16213 "configure" + #include "confdefs.h" + + #include <pthread.h> +@@ -16224,16 +16227,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16227: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16230: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16230: \$? = $ac_status" >&5 ++ echo "$as_me:16233: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16233: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16236: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16236: \$? = $ac_status" >&5 ++ echo "$as_me:16239: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + with_pthread=yes + else +@@ -16243,7 +16246,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS="$cf_save_LIBS" +- echo "$as_me:16246: result: $with_pthread" >&5 ++ echo "$as_me:16249: result: $with_pthread" >&5 + echo "${ECHO_T}$with_pthread" >&6 + test "$with_pthread" = yes && break + done +@@ -16271,7 +16274,7 @@ + EOF + + else +- { { echo "$as_me:16274: error: Cannot link with pthread library" >&5 ++ { { echo "$as_me:16277: error: Cannot link with pthread library" >&5 + echo "$as_me: error: Cannot link with pthread library" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -16281,13 +16284,13 @@ + fi + + if test "x$with_pthread" != xno; then +- echo "$as_me:16284: checking for pthread_kill" >&5 ++ echo "$as_me:16287: checking for pthread_kill" >&5 + echo $ECHO_N "checking for pthread_kill... $ECHO_C" >&6 + if test "${ac_cv_func_pthread_kill+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16290 "configure" ++#line 16293 "configure" + #include "confdefs.h" + #define pthread_kill autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -16318,16 +16321,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16321: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16324: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16324: \$? = $ac_status" >&5 ++ echo "$as_me:16327: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16327: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16330: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16330: \$? = $ac_status" >&5 ++ echo "$as_me:16333: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_pthread_kill=yes + else +@@ -16337,11 +16340,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16340: result: $ac_cv_func_pthread_kill" >&5 ++echo "$as_me:16343: result: $ac_cv_func_pthread_kill" >&5 + echo "${ECHO_T}$ac_cv_func_pthread_kill" >&6 + if test "$ac_cv_func_pthread_kill" = yes; then + +- echo "$as_me:16344: checking if you want to allow EINTR in wgetch with pthreads" >&5 ++ echo "$as_me:16347: checking if you want to allow EINTR in wgetch with pthreads" >&5 + echo $ECHO_N "checking if you want to allow EINTR in wgetch with pthreads... $ECHO_C" >&6 + + # Check whether --enable-pthreads-eintr or --disable-pthreads-eintr was given. +@@ -16351,7 +16354,7 @@ + else + use_pthreads_eintr=no + fi; +- echo "$as_me:16354: result: $use_pthreads_eintr" >&5 ++ echo "$as_me:16357: result: $use_pthreads_eintr" >&5 + echo "${ECHO_T}$use_pthreads_eintr" >&6 + if test "x$use_pthreads_eintr" = xyes ; then + +@@ -16362,7 +16365,7 @@ + fi + fi + +- echo "$as_me:16365: checking if you want to use weak-symbols for pthreads" >&5 ++ echo "$as_me:16368: checking if you want to use weak-symbols for pthreads" >&5 + echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 + + # Check whether --enable-weak-symbols or --disable-weak-symbols was given. +@@ -16372,18 +16375,18 @@ + else + use_weak_symbols=no + fi; +- echo "$as_me:16375: result: $use_weak_symbols" >&5 ++ echo "$as_me:16378: result: $use_weak_symbols" >&5 + echo "${ECHO_T}$use_weak_symbols" >&6 + if test "x$use_weak_symbols" = xyes ; then + +-echo "$as_me:16379: checking if $CC supports weak symbols" >&5 ++echo "$as_me:16382: checking if $CC supports weak symbols" >&5 + echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 + if test "${cf_cv_weak_symbols+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16386 "configure" ++#line 16389 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -16409,16 +16412,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:16412: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:16415: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16415: \$? = $ac_status" >&5 ++ echo "$as_me:16418: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:16418: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16421: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16421: \$? = $ac_status" >&5 ++ echo "$as_me:16424: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_weak_symbols=yes + else +@@ -16429,7 +16432,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:16432: result: $cf_cv_weak_symbols" >&5 ++echo "$as_me:16435: result: $cf_cv_weak_symbols" >&5 + echo "${ECHO_T}$cf_cv_weak_symbols" >&6 + + else +@@ -16479,7 +16482,7 @@ + # opaque outside of that, so there is no --enable-opaque option. We can use + # this option without --with-pthreads, but this will be always set for + # pthreads. +-echo "$as_me:16482: checking if you want reentrant code" >&5 ++echo "$as_me:16485: checking if you want reentrant code" >&5 + echo $ECHO_N "checking if you want reentrant code... $ECHO_C" >&6 + + # Check whether --enable-reentrant or --disable-reentrant was given. +@@ -16489,7 +16492,7 @@ + else + with_reentrant=no + fi; +-echo "$as_me:16492: result: $with_reentrant" >&5 ++echo "$as_me:16495: result: $with_reentrant" >&5 + echo "${ECHO_T}$with_reentrant" >&6 + if test "x$with_reentrant" = xyes ; then + cf_cv_enable_reentrant=1 +@@ -16578,7 +16581,7 @@ + cf_cv_rel_version=6.0 + cf_cv_abi_version=6 + cf_cv_abi_default=6 +- { echo "$as_me:16581: WARNING: overriding ABI version to $cf_cv_abi_default" >&5 ++ { echo "$as_me:16584: WARNING: overriding ABI version to $cf_cv_abi_default" >&5 + echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_default" >&2;} + ;; + esac +@@ -16590,7 +16593,7 @@ + NCURSES_SIZE_T=$cf_dft_ordinate_type + fi + +-echo "$as_me:16593: checking whether curses library structures should be opaque" >&5 ++echo "$as_me:16596: checking whether curses library structures should be opaque" >&5 + echo $ECHO_N "checking whether curses library structures should be opaque... $ECHO_C" >&6 + + # Check whether --enable-opaque-curses or --disable-opaque-curses was given. +@@ -16612,16 +16615,16 @@ + test "$cf_cv_enable_reentrant" = 1 || enable_opaque_curses=$cf_dft_opaque_curses + + fi; +-echo "$as_me:16615: result: $enable_opaque_curses" >&5 ++echo "$as_me:16618: result: $enable_opaque_curses" >&5 + echo "${ECHO_T}$enable_opaque_curses" >&6 + + test "$cf_cv_enable_reentrant" = 1 && \ + test "$enable_opaque_curses" = no && \ +-{ { echo "$as_me:16620: error: reentrant configuration requires opaque library" >&5 ++{ { echo "$as_me:16623: error: reentrant configuration requires opaque library" >&5 + echo "$as_me: error: reentrant configuration requires opaque library" >&2;} + { (exit 1); exit 1; }; } + +-echo "$as_me:16624: checking whether form library structures should be opaque" >&5 ++echo "$as_me:16627: checking whether form library structures should be opaque" >&5 + echo $ECHO_N "checking whether form library structures should be opaque... $ECHO_C" >&6 + + # Check whether --enable-opaque-form or --disable-opaque-form was given. +@@ -16638,10 +16641,10 @@ + enable_opaque_form=$cf_dft_opaque_curses + + fi; +-echo "$as_me:16641: result: $enable_opaque_form" >&5 ++echo "$as_me:16644: result: $enable_opaque_form" >&5 + echo "${ECHO_T}$enable_opaque_form" >&6 + +-echo "$as_me:16644: checking whether menu library structures should be opaque" >&5 ++echo "$as_me:16647: checking whether menu library structures should be opaque" >&5 + echo $ECHO_N "checking whether menu library structures should be opaque... $ECHO_C" >&6 + + # Check whether --enable-opaque-menu or --disable-opaque-menu was given. +@@ -16658,10 +16661,10 @@ + enable_opaque_menu=$cf_dft_opaque_curses + + fi; +-echo "$as_me:16661: result: $enable_opaque_menu" >&5 ++echo "$as_me:16664: result: $enable_opaque_menu" >&5 + echo "${ECHO_T}$enable_opaque_menu" >&6 + +-echo "$as_me:16664: checking whether panel library structures should be opaque" >&5 ++echo "$as_me:16667: checking whether panel library structures should be opaque" >&5 + echo $ECHO_N "checking whether panel library structures should be opaque... $ECHO_C" >&6 + + # Check whether --enable-opaque-panel or --disable-opaque-panel was given. +@@ -16678,7 +16681,7 @@ + enable_opaque_panel=$cf_dft_opaque_curses + + fi; +-echo "$as_me:16681: result: $enable_opaque_panel" >&5 ++echo "$as_me:16684: result: $enable_opaque_panel" >&5 + echo "${ECHO_T}$enable_opaque_panel" >&6 + + NCURSES_OPAQUE=0; test "$enable_opaque_curses" = yes && NCURSES_OPAQUE=1 +@@ -16688,7 +16691,7 @@ + + ### Allow using a different wrap-prefix + if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then +- echo "$as_me:16691: checking for prefix used to wrap public variables" >&5 ++ echo "$as_me:16694: checking for prefix used to wrap public variables" >&5 + echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 + + # Check whether --with-wrap-prefix or --without-wrap-prefix was given. +@@ -16698,7 +16701,7 @@ + else + NCURSES_WRAP_PREFIX=_nc_ + fi; +- echo "$as_me:16701: result: $NCURSES_WRAP_PREFIX" >&5 ++ echo "$as_me:16704: result: $NCURSES_WRAP_PREFIX" >&5 + echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 + else + NCURSES_WRAP_PREFIX=_nc_ +@@ -16711,7 +16714,7 @@ + ############################################################################### + # These options are relatively safe to experiment with. + +-echo "$as_me:16714: checking if you want all development code" >&5 ++echo "$as_me:16717: checking if you want all development code" >&5 + echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 + + # Check whether --with-develop or --without-develop was given. +@@ -16721,11 +16724,11 @@ + else + with_develop=no + fi; +-echo "$as_me:16724: result: $with_develop" >&5 ++echo "$as_me:16727: result: $with_develop" >&5 + echo "${ECHO_T}$with_develop" >&6 + + ### use option --enable-check-size to detect screensize with CPR +-echo "$as_me:16728: checking if you want to check screensize of serial terminals" >&5 ++echo "$as_me:16731: checking if you want to check screensize of serial terminals" >&5 + echo $ECHO_N "checking if you want to check screensize of serial terminals... $ECHO_C" >&6 + + # Check whether --enable-check-size or --disable-check-size was given. +@@ -16735,7 +16738,7 @@ + else + enable_check_size=$with_develop + fi; +-echo "$as_me:16738: result: $enable_check_size" >&5 ++echo "$as_me:16741: result: $enable_check_size" >&5 + echo "${ECHO_T}$enable_check_size" >&6 + test "x$enable_check_size" = xyes && + cat >>confdefs.h <<\EOF +@@ -16743,7 +16746,7 @@ + EOF + + ### use option --enable-hard-tabs to turn on use of hard-tabs optimize +-echo "$as_me:16746: checking if you want hard-tabs code" >&5 ++echo "$as_me:16749: checking if you want hard-tabs code" >&5 + echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 + + # Check whether --enable-hard-tabs or --disable-hard-tabs was given. +@@ -16753,7 +16756,7 @@ + else + enable_hard_tabs=$with_develop + fi; +-echo "$as_me:16756: result: $enable_hard_tabs" >&5 ++echo "$as_me:16759: result: $enable_hard_tabs" >&5 + echo "${ECHO_T}$enable_hard_tabs" >&6 + test "x$enable_hard_tabs" = xyes && + cat >>confdefs.h <<\EOF +@@ -16761,7 +16764,7 @@ + EOF + + ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize +-echo "$as_me:16764: checking if you want limited support for xmc" >&5 ++echo "$as_me:16767: checking if you want limited support for xmc" >&5 + echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 + + # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. +@@ -16771,7 +16774,7 @@ + else + enable_xmc_glitch=$with_develop + fi; +-echo "$as_me:16774: result: $enable_xmc_glitch" >&5 ++echo "$as_me:16777: result: $enable_xmc_glitch" >&5 + echo "${ECHO_T}$enable_xmc_glitch" >&6 + test "x$enable_xmc_glitch" = xyes && + cat >>confdefs.h <<\EOF +@@ -16781,7 +16784,7 @@ + ############################################################################### + # These are just experimental, probably should not be in a package: + +-echo "$as_me:16784: checking if you do not want to assume colors are white-on-black" >&5 ++echo "$as_me:16787: checking if you do not want to assume colors are white-on-black" >&5 + echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 + + # Check whether --enable-assumed-color or --disable-assumed-color was given. +@@ -16791,7 +16794,7 @@ + else + with_assumed_color=yes + fi; +-echo "$as_me:16794: result: $with_assumed_color" >&5 ++echo "$as_me:16797: result: $with_assumed_color" >&5 + echo "${ECHO_T}$with_assumed_color" >&6 + test "x$with_assumed_color" = xyes && + cat >>confdefs.h <<\EOF +@@ -16799,7 +16802,7 @@ + EOF + + ### use option --enable-hashmap to turn on use of hashmap scrolling logic +-echo "$as_me:16802: checking if you want hashmap scrolling-optimization code" >&5 ++echo "$as_me:16805: checking if you want hashmap scrolling-optimization code" >&5 + echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 + + # Check whether --enable-hashmap or --disable-hashmap was given. +@@ -16809,7 +16812,7 @@ + else + with_hashmap=yes + fi; +-echo "$as_me:16812: result: $with_hashmap" >&5 ++echo "$as_me:16815: result: $with_hashmap" >&5 + echo "${ECHO_T}$with_hashmap" >&6 + test "x$with_hashmap" = xyes && + cat >>confdefs.h <<\EOF +@@ -16817,7 +16820,7 @@ + EOF + + ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment +-echo "$as_me:16820: checking if you want colorfgbg code" >&5 ++echo "$as_me:16823: checking if you want colorfgbg code" >&5 + echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 + + # Check whether --enable-colorfgbg or --disable-colorfgbg was given. +@@ -16827,7 +16830,7 @@ + else + with_colorfgbg=no + fi; +-echo "$as_me:16830: result: $with_colorfgbg" >&5 ++echo "$as_me:16833: result: $with_colorfgbg" >&5 + echo "${ECHO_T}$with_colorfgbg" >&6 + test "x$with_colorfgbg" = xyes && + cat >>confdefs.h <<\EOF +@@ -16835,7 +16838,7 @@ + EOF + + ### use option --enable-fvisibility to turn on use of gcc-specific feature +-echo "$as_me:16838: checking if you want to use gcc -fvisibility option" >&5 ++echo "$as_me:16841: checking if you want to use gcc -fvisibility option" >&5 + echo $ECHO_N "checking if you want to use gcc -fvisibility option... $ECHO_C" >&6 + + # Check whether --enable-fvisibility or --disable-fvisibility was given. +@@ -16845,14 +16848,14 @@ + else + cf_with_fvisibility=no + fi; +-echo "$as_me:16848: result: $cf_with_fvisibility" >&5 ++echo "$as_me:16851: result: $cf_with_fvisibility" >&5 + echo "${ECHO_T}$cf_with_fvisibility" >&6 + + NCURSES_IMPEXP= + NCURSES_CXX_IMPEXP= + if test "x$cf_with_fvisibility" = xyes; then + +-echo "$as_me:16855: checking if $CC -fvisibility=hidden option works" >&5 ++echo "$as_me:16858: checking if $CC -fvisibility=hidden option works" >&5 + echo $ECHO_N "checking if $CC -fvisibility=hidden option works... $ECHO_C" >&6 + if test "${cf_cv_fvisibility_hidden+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16861,7 +16864,7 @@ + cf_save_cflags="$CFLAGS" + CFLAGS="$CFLAGS -fvisibility=hidden" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16864 "configure" ++#line 16867 "configure" + #include "confdefs.h" + + __attribute__ ((visibility("default"))) int somefunc() {return 42;} +@@ -16877,16 +16880,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16880: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16883: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16883: \$? = $ac_status" >&5 ++ echo "$as_me:16886: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16886: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16889: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16889: \$? = $ac_status" >&5 ++ echo "$as_me:16892: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_fvisibility_hidden=yes + else +@@ -16898,7 +16901,7 @@ + CFLAGS=$cf_save_cflags + + fi +-echo "$as_me:16901: result: $cf_cv_fvisibility_hidden" >&5 ++echo "$as_me:16904: result: $cf_cv_fvisibility_hidden" >&5 + echo "${ECHO_T}$cf_cv_fvisibility_hidden" >&6 + + if test "x$cf_cv_fvisibility_hidden" = xyes +@@ -17013,7 +17016,7 @@ + ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + ac_main_return="return" + +-echo "$as_me:17016: checking if $CXX -fvisibility=hidden option works" >&5 ++echo "$as_me:17019: checking if $CXX -fvisibility=hidden option works" >&5 + echo $ECHO_N "checking if $CXX -fvisibility=hidden option works... $ECHO_C" >&6 + if test "${cf_cv_fvisibility_hidden2+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17022,7 +17025,7 @@ + cf_save_cflags="$CXXFLAGS" + CXXFLAGS="$CXXFLAGS -fvisibility=hidden" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17025 "configure" ++#line 17028 "configure" + #include "confdefs.h" + + __attribute__ ((visibility("default"))) int somefunc() {return 42;} +@@ -17038,16 +17041,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17041: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17044: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17044: \$? = $ac_status" >&5 ++ echo "$as_me:17047: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17047: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17050: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17050: \$? = $ac_status" >&5 ++ echo "$as_me:17053: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_fvisibility_hidden2=yes + else +@@ -17059,7 +17062,7 @@ + CXXFLAGS=$cf_save_cflags + + fi +-echo "$as_me:17062: result: $cf_cv_fvisibility_hidden2" >&5 ++echo "$as_me:17065: result: $cf_cv_fvisibility_hidden2" >&5 + echo "${ECHO_T}$cf_cv_fvisibility_hidden2" >&6 + + if test "x$cf_cv_fvisibility_hidden2" = xyes +@@ -17182,7 +17185,7 @@ + fi + + ### use option --enable-interop to turn on use of bindings used for interop +-echo "$as_me:17185: checking if you want interop bindings" >&5 ++echo "$as_me:17188: checking if you want interop bindings" >&5 + echo $ECHO_N "checking if you want interop bindings... $ECHO_C" >&6 + + # Check whether --enable-interop or --disable-interop was given. +@@ -17192,13 +17195,13 @@ + else + with_exp_interop=$cf_dft_interop + fi; +-echo "$as_me:17195: result: $with_exp_interop" >&5 ++echo "$as_me:17198: result: $with_exp_interop" >&5 + echo "${ECHO_T}$with_exp_interop" >&6 + + NCURSES_INTEROP_FUNCS=0 + test "x$with_exp_interop" = xyes && NCURSES_INTEROP_FUNCS=1 + +-echo "$as_me:17201: checking if you want experimental safe-sprintf code" >&5 ++echo "$as_me:17204: checking if you want experimental safe-sprintf code" >&5 + echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 + + # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. +@@ -17208,13 +17211,13 @@ + else + with_safe_sprintf=no + fi; +-echo "$as_me:17211: result: $with_safe_sprintf" >&5 ++echo "$as_me:17214: result: $with_safe_sprintf" >&5 + echo "${ECHO_T}$with_safe_sprintf" >&6 + + ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic + # when hashmap is used scroll hints are useless + if test "$with_hashmap" = no ; then +-echo "$as_me:17217: checking if you want to experiment without scrolling-hints code" >&5 ++echo "$as_me:17220: checking if you want to experiment without scrolling-hints code" >&5 + echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 + + # Check whether --enable-scroll-hints or --disable-scroll-hints was given. +@@ -17224,7 +17227,7 @@ + else + with_scroll_hints=yes + fi; +-echo "$as_me:17227: result: $with_scroll_hints" >&5 ++echo "$as_me:17230: result: $with_scroll_hints" >&5 + echo "${ECHO_T}$with_scroll_hints" >&6 + test "x$with_scroll_hints" = xyes && + cat >>confdefs.h <<\EOF +@@ -17233,7 +17236,7 @@ + + fi + +-echo "$as_me:17236: checking if you want wgetch-events code" >&5 ++echo "$as_me:17239: checking if you want wgetch-events code" >&5 + echo $ECHO_N "checking if you want wgetch-events code... $ECHO_C" >&6 + + # Check whether --enable-wgetch-events or --disable-wgetch-events was given. +@@ -17243,7 +17246,7 @@ + else + with_wgetch_events=no + fi; +-echo "$as_me:17246: result: $with_wgetch_events" >&5 ++echo "$as_me:17249: result: $with_wgetch_events" >&5 + echo "${ECHO_T}$with_wgetch_events" >&6 + if test "x$with_wgetch_events" = xyes ; then + +@@ -17258,7 +17261,7 @@ + + case "$cf_cv_system_name" in + (*mingw32*|*mingw64*|*-msvc*) +- echo "$as_me:17261: checking if you want experimental-Windows driver" >&5 ++ echo "$as_me:17264: checking if you want experimental-Windows driver" >&5 + echo $ECHO_N "checking if you want experimental-Windows driver... $ECHO_C" >&6 + + # Check whether --enable-exp-win32 or --disable-exp-win32 was given. +@@ -17268,7 +17271,7 @@ + else + with_exp_win32=no + fi; +- echo "$as_me:17271: result: $with_exp_win32" >&5 ++ echo "$as_me:17274: result: $with_exp_win32" >&5 + echo "${ECHO_T}$with_exp_win32" >&6 + if test "x$with_exp_win32" = xyes + then +@@ -17294,7 +17297,7 @@ + + ### use option --disable-echo to suppress full display compiling commands + +-echo "$as_me:17297: checking if you want to see long compiling messages" >&5 ++echo "$as_me:17300: checking if you want to see long compiling messages" >&5 + echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6 + + # Check whether --enable-echo or --disable-echo was given. +@@ -17328,7 +17331,7 @@ + ECHO_CC='' + + fi; +-echo "$as_me:17331: result: $enableval" >&5 ++echo "$as_me:17334: result: $enableval" >&5 + echo "${ECHO_T}$enableval" >&6 + + if test "x$enable_echo" = xyes; then +@@ -17341,7 +17344,7 @@ + + # --disable-stripping is used for debugging + +-echo "$as_me:17344: checking if you want to install stripped executables" >&5 ++echo "$as_me:17347: checking if you want to install stripped executables" >&5 + echo $ECHO_N "checking if you want to install stripped executables... $ECHO_C" >&6 + + # Check whether --enable-stripping or --disable-stripping was given. +@@ -17358,7 +17361,7 @@ + enable_stripping=yes + + fi; +-echo "$as_me:17361: result: $enable_stripping" >&5 ++echo "$as_me:17364: result: $enable_stripping" >&5 + echo "${ECHO_T}$enable_stripping" >&6 + + if test "$enable_stripping" = yes +@@ -17369,7 +17372,7 @@ + fi + + : "${INSTALL:=install}" +-echo "$as_me:17372: checking if install accepts -p option" >&5 ++echo "$as_me:17375: checking if install accepts -p option" >&5 + echo $ECHO_N "checking if install accepts -p option... $ECHO_C" >&6 + if test "${cf_cv_install_p+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17400,10 +17403,10 @@ + rm -rf ./conftest* + + fi +-echo "$as_me:17403: result: $cf_cv_install_p" >&5 ++echo "$as_me:17406: result: $cf_cv_install_p" >&5 + echo "${ECHO_T}$cf_cv_install_p" >&6 + +-echo "$as_me:17406: checking if install needs to be told about ownership" >&5 ++echo "$as_me:17409: checking if install needs to be told about ownership" >&5 + echo $ECHO_N "checking if install needs to be told about ownership... $ECHO_C" >&6 + case `$ac_config_guess` in + (*minix) +@@ -17414,7 +17417,7 @@ + ;; + esac + +-echo "$as_me:17417: result: $with_install_o" >&5 ++echo "$as_me:17420: result: $with_install_o" >&5 + echo "${ECHO_T}$with_install_o" >&6 + if test "x$with_install_o" = xyes + then +@@ -17425,7 +17428,7 @@ + + if test -n "$INSTALL_OPT_S" + then +- echo "$as_me:17428: checking if you want to specify strip-program" >&5 ++ echo "$as_me:17431: checking if you want to specify strip-program" >&5 + echo $ECHO_N "checking if you want to specify strip-program... $ECHO_C" >&6 + + # Check whether --with-strip-program or --without-strip-program was given. +@@ -17435,11 +17438,11 @@ + else + with_strip_program=no + fi; +- echo "$as_me:17438: result: $with_strip_program" >&5 ++ echo "$as_me:17441: result: $with_strip_program" >&5 + echo "${ECHO_T}$with_strip_program" >&6 + if test "$with_strip_program" != no + then +- echo "$as_me:17442: checking if strip-program is supported with this installer" >&5 ++ echo "$as_me:17445: checking if strip-program is supported with this installer" >&5 + echo $ECHO_N "checking if strip-program is supported with this installer... $ECHO_C" >&6 + cf_install_program=`echo "$INSTALL" | sed -e 's%[ ]*[ ]-.%%'` + check_install_strip=no +@@ -17460,11 +17463,11 @@ + done + fi + fi +- echo "$as_me:17463: result: $check_install_strip" >&5 ++ echo "$as_me:17466: result: $check_install_strip" >&5 + echo "${ECHO_T}$check_install_strip" >&6 + case "$check_install_strip" in + (no) +- { echo "$as_me:17467: WARNING: $cf_install_program does not support strip program option" >&5 ++ { echo "$as_me:17470: WARNING: $cf_install_program does not support strip program option" >&5 + echo "$as_me: WARNING: $cf_install_program does not support strip program option" >&2;} + with_strip_program=no + ;; +@@ -17479,7 +17482,7 @@ + chmod +x "$INSTALL" + test -n "$verbose" && echo " created $INSTALL" 1>&6 + +-echo "${as_me:-configure}:17482: testing created $INSTALL ..." 1>&5 ++echo "${as_me:-configure}:17485: testing created $INSTALL ..." 1>&5 + + ;; + (option) +@@ -17505,7 +17508,7 @@ + + ### use option --enable-warnings to turn on all gcc warnings + +-echo "$as_me:17508: checking if you want to use C11 _Noreturn feature" >&5 ++echo "$as_me:17511: checking if you want to use C11 _Noreturn feature" >&5 + echo $ECHO_N "checking if you want to use C11 _Noreturn feature... $ECHO_C" >&6 + + # Check whether --enable-stdnoreturn or --disable-stdnoreturn was given. +@@ -17522,17 +17525,17 @@ + enable_stdnoreturn=no + + fi; +-echo "$as_me:17525: result: $enable_stdnoreturn" >&5 ++echo "$as_me:17528: result: $enable_stdnoreturn" >&5 + echo "${ECHO_T}$enable_stdnoreturn" >&6 + + if test $enable_stdnoreturn = yes; then +-echo "$as_me:17529: checking for C11 _Noreturn feature" >&5 ++echo "$as_me:17532: checking for C11 _Noreturn feature" >&5 + echo $ECHO_N "checking for C11 _Noreturn feature... $ECHO_C" >&6 + if test "${cf_cv_c11_noreturn+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17535 "configure" ++#line 17538 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -17548,16 +17551,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17551: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17554: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17554: \$? = $ac_status" >&5 ++ echo "$as_me:17557: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17557: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17560: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17560: \$? = $ac_status" >&5 ++ echo "$as_me:17563: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_c11_noreturn=yes + else +@@ -17568,7 +17571,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:17571: result: $cf_cv_c11_noreturn" >&5 ++echo "$as_me:17574: result: $cf_cv_c11_noreturn" >&5 + echo "${ECHO_T}$cf_cv_c11_noreturn" >&6 + else + cf_cv_c11_noreturn=no, +@@ -17624,16 +17627,16 @@ + then + test -n "$verbose" && echo " repairing CFLAGS: $CFLAGS" 1>&6 + +-echo "${as_me:-configure}:17627: testing repairing CFLAGS: $CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17630: testing repairing CFLAGS: $CFLAGS ..." 1>&5 + + CFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $CFLAGS" 1>&6 + +-echo "${as_me:-configure}:17632: testing ... fixed $CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17635: testing ... fixed $CFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:17636: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17639: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; +@@ -17672,16 +17675,16 @@ + then + test -n "$verbose" && echo " repairing CPPFLAGS: $CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:17675: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17678: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 + + CPPFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:17680: testing ... fixed $CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17683: testing ... fixed $CPPFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:17684: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17687: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; +@@ -17720,23 +17723,23 @@ + then + test -n "$verbose" && echo " repairing LDFLAGS: $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:17723: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17726: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 + + LDFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:17728: testing ... fixed $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17731: testing ... fixed $LDFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:17732: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:17735: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; + esac + fi + +-echo "$as_me:17739: checking if you want to turn on gcc warnings" >&5 ++echo "$as_me:17742: checking if you want to turn on gcc warnings" >&5 + echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6 + + # Check whether --enable-warnings or --disable-warnings was given. +@@ -17753,7 +17756,7 @@ + enable_warnings=no + + fi; +-echo "$as_me:17756: result: $enable_warnings" >&5 ++echo "$as_me:17759: result: $enable_warnings" >&5 + echo "${ECHO_T}$enable_warnings" >&6 + if test "$enable_warnings" = "yes" + then +@@ -17777,7 +17780,7 @@ + done + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17780 "configure" ++#line 17783 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -17792,26 +17795,26 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17795: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17798: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17798: \$? = $ac_status" >&5 ++ echo "$as_me:17801: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17801: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17804: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17804: \$? = $ac_status" >&5 ++ echo "$as_me:17807: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + +-echo "$as_me:17807: checking for X11/Xt const-feature" >&5 ++echo "$as_me:17810: checking for X11/Xt const-feature" >&5 + echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6 + if test "${cf_cv_const_x_string+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17814 "configure" ++#line 17817 "configure" + #include "confdefs.h" + + #undef _CONST_X_STRING +@@ -17829,16 +17832,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17832: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17835: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17835: \$? = $ac_status" >&5 ++ echo "$as_me:17838: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17838: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17841: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17841: \$? = $ac_status" >&5 ++ echo "$as_me:17844: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_const_x_string=no +@@ -17853,7 +17856,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:17856: result: $cf_cv_const_x_string" >&5 ++echo "$as_me:17859: result: $cf_cv_const_x_string" >&5 + echo "${ECHO_T}$cf_cv_const_x_string" >&6 + + LIBS="$cf_save_LIBS_CF_CONST_X_STRING" +@@ -17882,7 +17885,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + cat > "conftest.$ac_ext" <<EOF +-#line 17885 "${as_me:-configure}" ++#line 17888 "${as_me:-configure}" + int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } + EOF + if test "$INTEL_COMPILER" = yes +@@ -17898,7 +17901,7 @@ + # remark #981: operands are evaluated in unspecified order + # warning #279: controlling expression is constant + +- { echo "$as_me:17901: checking for $CC warning options..." >&5 ++ { echo "$as_me:17904: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CFLAGS="$CFLAGS" + EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall" +@@ -17914,12 +17917,12 @@ + wd981 + do + CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" +- if { (eval echo "$as_me:17917: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:17920: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17920: \$? = $ac_status" >&5 ++ echo "$as_me:17923: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:17922: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:17925: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" + fi +@@ -17927,7 +17930,7 @@ + CFLAGS="$cf_save_CFLAGS" + elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown" + then +- { echo "$as_me:17930: checking for $CC warning options..." >&5 ++ { echo "$as_me:17933: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CFLAGS="$CFLAGS" + cf_warn_CONST="" +@@ -17950,12 +17953,12 @@ + Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas Wswitch-enum + do + CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" +- if { (eval echo "$as_me:17953: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:17956: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17956: \$? = $ac_status" >&5 ++ echo "$as_me:17959: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:17958: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:17961: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + case "$cf_opt" in + (Winline) +@@ -17963,7 +17966,7 @@ + ([34].*) + test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 + +-echo "${as_me:-configure}:17966: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 ++echo "${as_me:-configure}:17969: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 + + continue;; + esac +@@ -17973,7 +17976,7 @@ + ([12].*) + test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 + +-echo "${as_me:-configure}:17976: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 ++echo "${as_me:-configure}:17979: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 + + continue;; + esac +@@ -18006,10 +18009,10 @@ + EOF + if test "$GCC" = yes + then +- { echo "$as_me:18009: checking for $CC __attribute__ directives..." >&5 ++ { echo "$as_me:18012: checking for $CC __attribute__ directives..." >&5 + echo "$as_me: checking for $CC __attribute__ directives..." >&6;} + cat > "conftest.$ac_ext" <<EOF +-#line 18012 "${as_me:-configure}" ++#line 18015 "${as_me:-configure}" + #include <stdio.h> + #include "confdefs.h" + #include "conftest.h" +@@ -18059,12 +18062,12 @@ + ;; + esac + +- if { (eval echo "$as_me:18062: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:18065: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18065: \$? = $ac_status" >&5 ++ echo "$as_me:18068: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:18067: result: ... $cf_attribute" >&5 ++ test -n "$verbose" && echo "$as_me:18070: result: ... $cf_attribute" >&5 + echo "${ECHO_T}... $cf_attribute" >&6 + cat conftest.h >>confdefs.h + case "$cf_attribute" in +@@ -18136,12 +18139,12 @@ + if test "$GCC" = yes ; then + case "$host_os" in + (linux*|gnu*) +- echo "$as_me:18139: checking if this is really Intel C++ compiler" >&5 ++ echo "$as_me:18142: checking if this is really Intel C++ compiler" >&5 + echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 + cf_save_CFLAGS="$CXXFLAGS" + CXXFLAGS="$CXXFLAGS -no-gcc" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18144 "configure" ++#line 18147 "configure" + #include "confdefs.h" + + int +@@ -18158,16 +18161,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:18161: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:18164: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18164: \$? = $ac_status" >&5 ++ echo "$as_me:18167: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:18167: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18170: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18170: \$? = $ac_status" >&5 ++ echo "$as_me:18173: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + INTEL_CPLUSPLUS=yes + cf_save_CFLAGS="$cf_save_CFLAGS -we147" +@@ -18178,7 +18181,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + CXXFLAGS="$cf_save_CFLAGS" +- echo "$as_me:18181: result: $INTEL_CPLUSPLUS" >&5 ++ echo "$as_me:18184: result: $INTEL_CPLUSPLUS" >&5 + echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 + ;; + esac +@@ -18187,11 +18190,11 @@ + CLANG_CPLUSPLUS=no + + if test "$GCC" = yes ; then +- echo "$as_me:18190: checking if this is really Clang C++ compiler" >&5 ++ echo "$as_me:18193: checking if this is really Clang C++ compiler" >&5 + echo $ECHO_N "checking if this is really Clang C++ compiler... $ECHO_C" >&6 + cf_save_CFLAGS="$CXXFLAGS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18194 "configure" ++#line 18197 "configure" + #include "confdefs.h" + + int +@@ -18208,16 +18211,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:18211: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:18214: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18214: \$? = $ac_status" >&5 ++ echo "$as_me:18217: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:18217: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18220: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18220: \$? = $ac_status" >&5 ++ echo "$as_me:18223: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + CLANG_CPLUSPLUS=yes + +@@ -18227,7 +18230,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + CXXFLAGS="$cf_save_CFLAGS" +- echo "$as_me:18230: result: $CLANG_CPLUSPLUS" >&5 ++ echo "$as_me:18233: result: $CLANG_CPLUSPLUS" >&5 + echo "${ECHO_T}$CLANG_CPLUSPLUS" >&6 + fi + +@@ -18236,30 +18239,30 @@ + if test "x$CLANG_CPLUSPLUS" = "xyes" ; then + case "$CC" in + (c[1-9][0-9]|*/c[1-9][0-9]) +- { echo "$as_me:18239: WARNING: replacing broken compiler alias $CC" >&5 ++ { echo "$as_me:18242: WARNING: replacing broken compiler alias $CC" >&5 + echo "$as_me: WARNING: replacing broken compiler alias $CC" >&2;} + CFLAGS="$CFLAGS -std=`echo "$CC" | sed -e 's%.*/%%'`" + CC=clang + ;; + esac + +- echo "$as_me:18246: checking version of $CC" >&5 ++ echo "$as_me:18249: checking version of $CC" >&5 + echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 + CLANG_VERSION="`$CC --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(CLANG[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" + test -z "$CLANG_VERSION" && CLANG_VERSION=unknown +- echo "$as_me:18250: result: $CLANG_VERSION" >&5 ++ echo "$as_me:18253: result: $CLANG_VERSION" >&5 + echo "${ECHO_T}$CLANG_VERSION" >&6 + + for cf_clang_opt in \ + -Qunused-arguments \ + -Wno-error=implicit-function-declaration + do +- echo "$as_me:18257: checking if option $cf_clang_opt works" >&5 ++ echo "$as_me:18260: checking if option $cf_clang_opt works" >&5 + echo $ECHO_N "checking if option $cf_clang_opt works... $ECHO_C" >&6 + cf_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $cf_clang_opt" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18262 "configure" ++#line 18265 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -18273,16 +18276,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18276: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18279: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18279: \$? = $ac_status" >&5 ++ echo "$as_me:18282: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18282: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18285: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18285: \$? = $ac_status" >&5 ++ echo "$as_me:18288: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_clang_optok=yes +@@ -18293,13 +18296,13 @@ + cf_clang_optok=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:18296: result: $cf_clang_optok" >&5 ++ echo "$as_me:18299: result: $cf_clang_optok" >&5 + echo "${ECHO_T}$cf_clang_optok" >&6 + CFLAGS="$cf_save_CFLAGS" + if test "$cf_clang_optok" = yes; then + test -n "$verbose" && echo " adding option $cf_clang_opt" 1>&6 + +-echo "${as_me:-configure}:18302: testing adding option $cf_clang_opt ..." 1>&5 ++echo "${as_me:-configure}:18305: testing adding option $cf_clang_opt ..." 1>&5 + + test -n "$CFLAGS" && CFLAGS="$CFLAGS " + CFLAGS="${CFLAGS}$cf_clang_opt" +@@ -18316,7 +18319,7 @@ + ac_main_return="return" + + cat > conftest.$ac_ext <<EOF +-#line 18319 "configure" ++#line 18322 "configure" + int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } + EOF + +@@ -18334,7 +18337,7 @@ + # remark #981: operands are evaluated in unspecified order + # warning #269: invalid format string conversion + +- { echo "$as_me:18337: checking for $CC warning options..." >&5 ++ { echo "$as_me:18340: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CXXFLAGS="$CXXFLAGS" + EXTRA_CXXFLAGS="-Wall" +@@ -18351,12 +18354,12 @@ + wd981 + do + CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" +- if { (eval echo "$as_me:18354: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:18357: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18357: \$? = $ac_status" >&5 ++ echo "$as_me:18360: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:18359: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:18362: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" + fi +@@ -18365,7 +18368,7 @@ + + elif test "$GXX" = yes + then +- { echo "$as_me:18368: checking for $CXX warning options..." >&5 ++ { echo "$as_me:18371: checking for $CXX warning options..." >&5 + echo "$as_me: checking for $CXX warning options..." >&6;} + cf_save_CXXFLAGS="$CXXFLAGS" + EXTRA_CXXFLAGS="-W -Wall" +@@ -18395,16 +18398,16 @@ + Wundef $cf_gxx_extra_warnings Wno-unused + do + CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" +- if { (eval echo "$as_me:18398: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:18401: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18401: \$? = $ac_status" >&5 ++ echo "$as_me:18404: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:18403: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:18406: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" + else +- test -n "$verbose" && echo "$as_me:18407: result: ... no -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:18410: result: ... no -$cf_opt" >&5 + echo "${ECHO_T}... no -$cf_opt" >&6 + fi + done +@@ -18422,7 +18425,7 @@ + fi + fi + +-echo "$as_me:18425: checking if you want to work around bogus compiler/loader warnings" >&5 ++echo "$as_me:18428: checking if you want to work around bogus compiler/loader warnings" >&5 + echo $ECHO_N "checking if you want to work around bogus compiler/loader warnings... $ECHO_C" >&6 + + # Check whether --enable-string-hacks or --disable-string-hacks was given. +@@ -18432,7 +18435,7 @@ + else + enable_string_hacks=no + fi; +-echo "$as_me:18435: result: $enable_string_hacks" >&5 ++echo "$as_me:18438: result: $enable_string_hacks" >&5 + echo "${ECHO_T}$enable_string_hacks" >&6 + + if test "x$enable_string_hacks" = "xyes"; then +@@ -18441,15 +18444,15 @@ + #define USE_STRING_HACKS 1 + EOF + +- { echo "$as_me:18444: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&5 ++ { echo "$as_me:18447: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&5 + echo "$as_me: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&2;} +- echo "$as_me:18446: checking for strlcat" >&5 ++ echo "$as_me:18449: checking for strlcat" >&5 + echo $ECHO_N "checking for strlcat... $ECHO_C" >&6 + if test "${ac_cv_func_strlcat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18452 "configure" ++#line 18455 "configure" + #include "confdefs.h" + #define strlcat autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -18480,16 +18483,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18483: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18486: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18486: \$? = $ac_status" >&5 ++ echo "$as_me:18489: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18489: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18492: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18492: \$? = $ac_status" >&5 ++ echo "$as_me:18495: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_strlcat=yes + else +@@ -18499,7 +18502,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:18502: result: $ac_cv_func_strlcat" >&5 ++echo "$as_me:18505: result: $ac_cv_func_strlcat" >&5 + echo "${ECHO_T}$ac_cv_func_strlcat" >&6 + if test "$ac_cv_func_strlcat" = yes; then + +@@ -18509,7 +18512,7 @@ + + else + +- echo "$as_me:18512: checking for strlcat in -lbsd" >&5 ++ echo "$as_me:18515: checking for strlcat in -lbsd" >&5 + echo $ECHO_N "checking for strlcat in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_strlcat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18517,7 +18520,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18520 "configure" ++#line 18523 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -18536,16 +18539,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18539: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18542: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18542: \$? = $ac_status" >&5 ++ echo "$as_me:18545: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18545: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18548: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18548: \$? = $ac_status" >&5 ++ echo "$as_me:18551: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_strlcat=yes + else +@@ -18556,7 +18559,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:18559: result: $ac_cv_lib_bsd_strlcat" >&5 ++echo "$as_me:18562: result: $ac_cv_lib_bsd_strlcat" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_strlcat" >&6 + if test "$ac_cv_lib_bsd_strlcat" = yes; then + +@@ -18579,23 +18582,23 @@ + for ac_header in bsd/string.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:18582: checking for $ac_header" >&5 ++echo "$as_me:18585: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18588 "configure" ++#line 18591 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:18592: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:18595: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:18598: \$? = $ac_status" >&5 ++ echo "$as_me:18601: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -18614,7 +18617,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:18617: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:18620: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -18635,13 +18638,13 @@ + for ac_func in strlcpy snprintf + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:18638: checking for $ac_func" >&5 ++echo "$as_me:18641: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18644 "configure" ++#line 18647 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -18672,16 +18675,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18675: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18678: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18678: \$? = $ac_status" >&5 ++ echo "$as_me:18681: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18681: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18684: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18684: \$? = $ac_status" >&5 ++ echo "$as_me:18687: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -18691,7 +18694,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:18694: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:18697: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -18704,7 +18707,7 @@ + fi + + ### use option --enable-assertions to turn on generation of assertion code +-echo "$as_me:18707: checking if you want to enable runtime assertions" >&5 ++echo "$as_me:18710: checking if you want to enable runtime assertions" >&5 + echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6 + + # Check whether --enable-assertions or --disable-assertions was given. +@@ -18714,7 +18717,7 @@ + else + with_assertions=no + fi; +-echo "$as_me:18717: result: $with_assertions" >&5 ++echo "$as_me:18720: result: $with_assertions" >&5 + echo "${ECHO_T}$with_assertions" >&6 + if test -n "$GCC" + then +@@ -18730,7 +18733,7 @@ + + ### use option --disable-leaks to suppress "permanent" leaks, for testing + +-echo "$as_me:18733: checking if you want to use dmalloc for testing" >&5 ++echo "$as_me:18736: checking if you want to use dmalloc for testing" >&5 + echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 + + # Check whether --with-dmalloc or --without-dmalloc was given. +@@ -18752,7 +18755,7 @@ + else + with_dmalloc= + fi; +-echo "$as_me:18755: result: ${with_dmalloc:-no}" >&5 ++echo "$as_me:18758: result: ${with_dmalloc:-no}" >&5 + echo "${ECHO_T}${with_dmalloc:-no}" >&6 + + case ".$with_cflags" in +@@ -18866,23 +18869,23 @@ + esac + + if test "$with_dmalloc" = yes ; then +- echo "$as_me:18869: checking for dmalloc.h" >&5 ++ echo "$as_me:18872: checking for dmalloc.h" >&5 + echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 + if test "${ac_cv_header_dmalloc_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18875 "configure" ++#line 18878 "configure" + #include "confdefs.h" + #include <dmalloc.h> + _ACEOF +-if { (eval echo "$as_me:18879: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:18882: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:18885: \$? = $ac_status" >&5 ++ echo "$as_me:18888: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -18901,11 +18904,11 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:18904: result: $ac_cv_header_dmalloc_h" >&5 ++echo "$as_me:18907: result: $ac_cv_header_dmalloc_h" >&5 + echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 + if test "$ac_cv_header_dmalloc_h" = yes; then + +-echo "$as_me:18908: checking for dmalloc_debug in -ldmalloc" >&5 ++echo "$as_me:18911: checking for dmalloc_debug in -ldmalloc" >&5 + echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 + if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18913,7 +18916,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldmalloc $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18916 "configure" ++#line 18919 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -18932,16 +18935,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18935: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18938: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18938: \$? = $ac_status" >&5 ++ echo "$as_me:18941: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18941: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18944: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18944: \$? = $ac_status" >&5 ++ echo "$as_me:18947: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dmalloc_dmalloc_debug=yes + else +@@ -18952,7 +18955,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:18955: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 ++echo "$as_me:18958: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 + echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 + if test "$ac_cv_lib_dmalloc_dmalloc_debug" = yes; then + cat >>confdefs.h <<EOF +@@ -18967,7 +18970,7 @@ + + fi + +-echo "$as_me:18970: checking if you want to use dbmalloc for testing" >&5 ++echo "$as_me:18973: checking if you want to use dbmalloc for testing" >&5 + echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 + + # Check whether --with-dbmalloc or --without-dbmalloc was given. +@@ -18989,7 +18992,7 @@ + else + with_dbmalloc= + fi; +-echo "$as_me:18992: result: ${with_dbmalloc:-no}" >&5 ++echo "$as_me:18995: result: ${with_dbmalloc:-no}" >&5 + echo "${ECHO_T}${with_dbmalloc:-no}" >&6 + + case ".$with_cflags" in +@@ -19103,23 +19106,23 @@ + esac + + if test "$with_dbmalloc" = yes ; then +- echo "$as_me:19106: checking for dbmalloc.h" >&5 ++ echo "$as_me:19109: checking for dbmalloc.h" >&5 + echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 + if test "${ac_cv_header_dbmalloc_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19112 "configure" ++#line 19115 "configure" + #include "confdefs.h" + #include <dbmalloc.h> + _ACEOF +-if { (eval echo "$as_me:19116: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:19119: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:19122: \$? = $ac_status" >&5 ++ echo "$as_me:19125: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -19138,11 +19141,11 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:19141: result: $ac_cv_header_dbmalloc_h" >&5 ++echo "$as_me:19144: result: $ac_cv_header_dbmalloc_h" >&5 + echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 + if test "$ac_cv_header_dbmalloc_h" = yes; then + +-echo "$as_me:19145: checking for debug_malloc in -ldbmalloc" >&5 ++echo "$as_me:19148: checking for debug_malloc in -ldbmalloc" >&5 + echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 + if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19150,7 +19153,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldbmalloc $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19153 "configure" ++#line 19156 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -19169,16 +19172,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19172: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19175: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19175: \$? = $ac_status" >&5 ++ echo "$as_me:19178: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19178: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19181: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19181: \$? = $ac_status" >&5 ++ echo "$as_me:19184: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dbmalloc_debug_malloc=yes + else +@@ -19189,7 +19192,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:19192: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 ++echo "$as_me:19195: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 + echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 + if test "$ac_cv_lib_dbmalloc_debug_malloc" = yes; then + cat >>confdefs.h <<EOF +@@ -19204,7 +19207,7 @@ + + fi + +-echo "$as_me:19207: checking if you want to use valgrind for testing" >&5 ++echo "$as_me:19210: checking if you want to use valgrind for testing" >&5 + echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 + + # Check whether --with-valgrind or --without-valgrind was given. +@@ -19226,7 +19229,7 @@ + else + with_valgrind= + fi; +-echo "$as_me:19229: result: ${with_valgrind:-no}" >&5 ++echo "$as_me:19232: result: ${with_valgrind:-no}" >&5 + echo "${ECHO_T}${with_valgrind:-no}" >&6 + + case ".$with_cflags" in +@@ -19339,7 +19342,7 @@ + ;; + esac + +-echo "$as_me:19342: checking if you want to perform memory-leak testing" >&5 ++echo "$as_me:19345: checking if you want to perform memory-leak testing" >&5 + echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 + + # Check whether --enable-leaks or --disable-leaks was given. +@@ -19350,7 +19353,7 @@ + enable_leaks=yes + fi; + if test "x$enable_leaks" = xno; then with_no_leaks=yes; else with_no_leaks=no; fi +-echo "$as_me:19353: result: $with_no_leaks" >&5 ++echo "$as_me:19356: result: $with_no_leaks" >&5 + echo "${ECHO_T}$with_no_leaks" >&6 + + if test "$enable_leaks" = no ; then +@@ -19402,7 +19405,7 @@ + ;; + esac + +-echo "$as_me:19405: checking whether to add trace feature to all models" >&5 ++echo "$as_me:19408: checking whether to add trace feature to all models" >&5 + echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6 + + # Check whether --with-trace or --without-trace was given. +@@ -19412,7 +19415,7 @@ + else + cf_with_trace=$cf_all_traces + fi; +-echo "$as_me:19415: result: $cf_with_trace" >&5 ++echo "$as_me:19418: result: $cf_with_trace" >&5 + echo "${ECHO_T}$cf_with_trace" >&6 + + if test "x$cf_with_trace" = xyes ; then +@@ -19432,7 +19435,7 @@ + ADA_TRACE=FALSE + fi + +-echo "$as_me:19435: checking if we want to use GNAT projects" >&5 ++echo "$as_me:19438: checking if we want to use GNAT projects" >&5 + echo $ECHO_N "checking if we want to use GNAT projects... $ECHO_C" >&6 + + # Check whether --enable-gnat-projects or --disable-gnat-projects was given. +@@ -19449,7 +19452,7 @@ + enable_gnat_projects=yes + + fi; +-echo "$as_me:19452: result: $enable_gnat_projects" >&5 ++echo "$as_me:19455: result: $enable_gnat_projects" >&5 + echo "${ECHO_T}$enable_gnat_projects" >&6 + + ### Checks for libraries. +@@ -19462,14 +19465,14 @@ + CPPFLAGS="$CPPFLAGS -DWINVER=0x0501 -DWIN32_LEAN_AND_MEAN" + fi + +-echo "$as_me:19465: checking if ssp library is needed" >&5 ++echo "$as_me:19468: checking if ssp library is needed" >&5 + echo $ECHO_N "checking if ssp library is needed... $ECHO_C" >&6 + if test "${cf_cv_need_libssp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19472 "configure" ++#line 19475 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -19486,16 +19489,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19489: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19492: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19492: \$? = $ac_status" >&5 ++ echo "$as_me:19495: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19495: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19498: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19498: \$? = $ac_status" >&5 ++ echo "$as_me:19501: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libssp=no + else +@@ -19505,7 +19508,7 @@ + cf_save_LIBS="$LIBS" + LIBS="$LIBS -lssp" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19508 "configure" ++#line 19511 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -19522,16 +19525,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19525: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19528: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19528: \$? = $ac_status" >&5 ++ echo "$as_me:19531: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19531: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19534: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19534: \$? = $ac_status" >&5 ++ echo "$as_me:19537: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libssp=yes + else +@@ -19545,7 +19548,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:19548: result: $cf_cv_need_libssp" >&5 ++echo "$as_me:19551: result: $cf_cv_need_libssp" >&5 + echo "${ECHO_T}$cf_cv_need_libssp" >&6 + + if test "x$cf_cv_need_libssp" = xyes +@@ -19574,14 +19577,14 @@ + ;; + esac + +-echo "$as_me:19577: checking if -lm needed for math functions" >&5 ++echo "$as_me:19580: checking if -lm needed for math functions" >&5 + echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6 + if test "${cf_cv_need_libm+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19584 "configure" ++#line 19587 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -19597,16 +19600,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19600: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19603: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19603: \$? = $ac_status" >&5 ++ echo "$as_me:19606: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19606: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19609: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19609: \$? = $ac_status" >&5 ++ echo "$as_me:19612: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libm=no + else +@@ -19616,7 +19619,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:19619: result: $cf_cv_need_libm" >&5 ++echo "$as_me:19622: result: $cf_cv_need_libm" >&5 + echo "${ECHO_T}$cf_cv_need_libm" >&6 + + if test "$cf_cv_need_libm" = yes +@@ -19624,14 +19627,14 @@ + + cf_save_LIBS="$LIBS" + LIBS="$LIBS -lm" +- echo "$as_me:19627: checking if -lm is available for math functions" >&5 ++ echo "$as_me:19630: checking if -lm is available for math functions" >&5 + echo $ECHO_N "checking if -lm is available for math functions... $ECHO_C" >&6 + if test "${cf_cv_have_libm+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19634 "configure" ++#line 19637 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -19647,16 +19650,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19650: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19653: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19653: \$? = $ac_status" >&5 ++ echo "$as_me:19656: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19656: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19659: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19659: \$? = $ac_status" >&5 ++ echo "$as_me:19662: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_libm=yes + else +@@ -19666,7 +19669,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:19669: result: $cf_cv_have_libm" >&5 ++echo "$as_me:19672: result: $cf_cv_have_libm" >&5 + echo "${ECHO_T}$cf_cv_have_libm" >&6 + LIBS="$cf_save_LIBS" + +@@ -19688,13 +19691,13 @@ + fi + + ### Checks for header files. +-echo "$as_me:19691: checking whether time.h and sys/time.h may both be included" >&5 ++echo "$as_me:19694: checking whether time.h and sys/time.h may both be included" >&5 + echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 + if test "${ac_cv_header_time+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19697 "configure" ++#line 19700 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <sys/time.h> +@@ -19710,16 +19713,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19713: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19716: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19716: \$? = $ac_status" >&5 ++ echo "$as_me:19719: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19719: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19722: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19722: \$? = $ac_status" >&5 ++ echo "$as_me:19725: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_header_time=yes + else +@@ -19729,7 +19732,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:19732: result: $ac_cv_header_time" >&5 ++echo "$as_me:19735: result: $ac_cv_header_time" >&5 + echo "${ECHO_T}$ac_cv_header_time" >&6 + if test $ac_cv_header_time = yes; then + +@@ -19744,7 +19747,7 @@ + case "$host_os" in + (mingw*) + # -lsystre -ltre -lintl -liconv +- echo "$as_me:19747: checking for regcomp in -lsystre" >&5 ++ echo "$as_me:19750: checking for regcomp in -lsystre" >&5 + echo $ECHO_N "checking for regcomp in -lsystre... $ECHO_C" >&6 + if test "${ac_cv_lib_systre_regcomp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19752,7 +19755,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lsystre $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19755 "configure" ++#line 19758 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -19771,16 +19774,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19774: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19777: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19777: \$? = $ac_status" >&5 ++ echo "$as_me:19780: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19780: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19783: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19783: \$? = $ac_status" >&5 ++ echo "$as_me:19786: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_systre_regcomp=yes + else +@@ -19791,11 +19794,11 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:19794: result: $ac_cv_lib_systre_regcomp" >&5 ++echo "$as_me:19797: result: $ac_cv_lib_systre_regcomp" >&5 + echo "${ECHO_T}$ac_cv_lib_systre_regcomp" >&6 + if test "$ac_cv_lib_systre_regcomp" = yes; then + +- echo "$as_me:19798: checking for libiconv_open in -liconv" >&5 ++ echo "$as_me:19801: checking for libiconv_open in -liconv" >&5 + echo $ECHO_N "checking for libiconv_open in -liconv... $ECHO_C" >&6 + if test "${ac_cv_lib_iconv_libiconv_open+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19803,7 +19806,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-liconv $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19806 "configure" ++#line 19809 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -19822,16 +19825,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19825: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19828: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19828: \$? = $ac_status" >&5 ++ echo "$as_me:19831: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19831: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19834: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19834: \$? = $ac_status" >&5 ++ echo "$as_me:19837: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_iconv_libiconv_open=yes + else +@@ -19842,7 +19845,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:19845: result: $ac_cv_lib_iconv_libiconv_open" >&5 ++echo "$as_me:19848: result: $ac_cv_lib_iconv_libiconv_open" >&5 + echo "${ECHO_T}$ac_cv_lib_iconv_libiconv_open" >&6 + if test "$ac_cv_lib_iconv_libiconv_open" = yes; then + +@@ -19864,7 +19867,7 @@ + + fi + +- echo "$as_me:19867: checking for libintl_gettext in -lintl" >&5 ++ echo "$as_me:19870: checking for libintl_gettext in -lintl" >&5 + echo $ECHO_N "checking for libintl_gettext in -lintl... $ECHO_C" >&6 + if test "${ac_cv_lib_intl_libintl_gettext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19872,7 +19875,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lintl $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19875 "configure" ++#line 19878 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -19891,16 +19894,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19894: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19897: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19897: \$? = $ac_status" >&5 ++ echo "$as_me:19900: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19900: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19903: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19903: \$? = $ac_status" >&5 ++ echo "$as_me:19906: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_intl_libintl_gettext=yes + else +@@ -19911,7 +19914,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:19914: result: $ac_cv_lib_intl_libintl_gettext" >&5 ++echo "$as_me:19917: result: $ac_cv_lib_intl_libintl_gettext" >&5 + echo "${ECHO_T}$ac_cv_lib_intl_libintl_gettext" >&6 + if test "$ac_cv_lib_intl_libintl_gettext" = yes; then + +@@ -19933,7 +19936,7 @@ + + fi + +- echo "$as_me:19936: checking for tre_regcomp in -ltre" >&5 ++ echo "$as_me:19939: checking for tre_regcomp in -ltre" >&5 + echo $ECHO_N "checking for tre_regcomp in -ltre... $ECHO_C" >&6 + if test "${ac_cv_lib_tre_tre_regcomp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19941,7 +19944,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ltre $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19944 "configure" ++#line 19947 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -19960,16 +19963,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19963: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19966: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19966: \$? = $ac_status" >&5 ++ echo "$as_me:19969: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19969: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19972: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19972: \$? = $ac_status" >&5 ++ echo "$as_me:19975: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_tre_tre_regcomp=yes + else +@@ -19980,7 +19983,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:19983: result: $ac_cv_lib_tre_tre_regcomp" >&5 ++echo "$as_me:19986: result: $ac_cv_lib_tre_tre_regcomp" >&5 + echo "${ECHO_T}$ac_cv_lib_tre_tre_regcomp" >&6 + if test "$ac_cv_lib_tre_tre_regcomp" = yes; then + +@@ -20022,7 +20025,7 @@ + + else + +- echo "$as_me:20025: checking for regcomp in -lgnurx" >&5 ++ echo "$as_me:20028: checking for regcomp in -lgnurx" >&5 + echo $ECHO_N "checking for regcomp in -lgnurx... $ECHO_C" >&6 + if test "${ac_cv_lib_gnurx_regcomp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20030,7 +20033,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lgnurx $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20033 "configure" ++#line 20036 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -20049,16 +20052,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20052: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20055: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20055: \$? = $ac_status" >&5 ++ echo "$as_me:20058: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20058: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20061: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20061: \$? = $ac_status" >&5 ++ echo "$as_me:20064: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_gnurx_regcomp=yes + else +@@ -20069,7 +20072,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:20072: result: $ac_cv_lib_gnurx_regcomp" >&5 ++echo "$as_me:20075: result: $ac_cv_lib_gnurx_regcomp" >&5 + echo "${ECHO_T}$ac_cv_lib_gnurx_regcomp" >&6 + if test "$ac_cv_lib_gnurx_regcomp" = yes; then + +@@ -20097,13 +20100,13 @@ + ;; + (*) + cf_regex_libs="regex re" +- echo "$as_me:20100: checking for regcomp" >&5 ++ echo "$as_me:20103: checking for regcomp" >&5 + echo $ECHO_N "checking for regcomp... $ECHO_C" >&6 + if test "${ac_cv_func_regcomp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20106 "configure" ++#line 20109 "configure" + #include "confdefs.h" + #define regcomp autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -20134,16 +20137,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20137: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20140: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20140: \$? = $ac_status" >&5 ++ echo "$as_me:20143: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20143: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20146: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20146: \$? = $ac_status" >&5 ++ echo "$as_me:20149: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_regcomp=yes + else +@@ -20153,7 +20156,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:20156: result: $ac_cv_func_regcomp" >&5 ++echo "$as_me:20159: result: $ac_cv_func_regcomp" >&5 + echo "${ECHO_T}$ac_cv_func_regcomp" >&6 + if test "$ac_cv_func_regcomp" = yes; then + cf_regex_func=regcomp +@@ -20162,7 +20165,7 @@ + for cf_regex_lib in $cf_regex_libs + do + as_ac_Lib=`echo "ac_cv_lib_$cf_regex_lib''_regcomp" | $as_tr_sh` +-echo "$as_me:20165: checking for regcomp in -l$cf_regex_lib" >&5 ++echo "$as_me:20168: checking for regcomp in -l$cf_regex_lib" >&5 + echo $ECHO_N "checking for regcomp in -l$cf_regex_lib... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20170,7 +20173,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-l$cf_regex_lib $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20173 "configure" ++#line 20176 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -20189,16 +20192,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20192: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20195: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20195: \$? = $ac_status" >&5 ++ echo "$as_me:20198: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20198: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20201: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20201: \$? = $ac_status" >&5 ++ echo "$as_me:20204: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Lib=yes" + else +@@ -20209,7 +20212,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:20212: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 ++echo "$as_me:20215: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Lib"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Lib"'}'`" = yes; then + +@@ -20241,13 +20244,13 @@ + esac + + if test "$cf_regex_func" = no ; then +- echo "$as_me:20244: checking for compile" >&5 ++ echo "$as_me:20247: checking for compile" >&5 + echo $ECHO_N "checking for compile... $ECHO_C" >&6 + if test "${ac_cv_func_compile+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20250 "configure" ++#line 20253 "configure" + #include "confdefs.h" + #define compile autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -20278,16 +20281,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20281: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20284: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20284: \$? = $ac_status" >&5 ++ echo "$as_me:20287: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20287: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20290: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20290: \$? = $ac_status" >&5 ++ echo "$as_me:20293: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_compile=yes + else +@@ -20297,13 +20300,13 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:20300: result: $ac_cv_func_compile" >&5 ++echo "$as_me:20303: result: $ac_cv_func_compile" >&5 + echo "${ECHO_T}$ac_cv_func_compile" >&6 + if test "$ac_cv_func_compile" = yes; then + cf_regex_func=compile + else + +- echo "$as_me:20306: checking for compile in -lgen" >&5 ++ echo "$as_me:20309: checking for compile in -lgen" >&5 + echo $ECHO_N "checking for compile in -lgen... $ECHO_C" >&6 + if test "${ac_cv_lib_gen_compile+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20311,7 +20314,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lgen $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20314 "configure" ++#line 20317 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -20330,16 +20333,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20333: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20336: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20336: \$? = $ac_status" >&5 ++ echo "$as_me:20339: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20339: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20342: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20342: \$? = $ac_status" >&5 ++ echo "$as_me:20345: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_gen_compile=yes + else +@@ -20350,7 +20353,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:20353: result: $ac_cv_lib_gen_compile" >&5 ++echo "$as_me:20356: result: $ac_cv_lib_gen_compile" >&5 + echo "${ECHO_T}$ac_cv_lib_gen_compile" >&6 + if test "$ac_cv_lib_gen_compile" = yes; then + +@@ -20378,11 +20381,11 @@ + fi + + if test "$cf_regex_func" = no ; then +- { echo "$as_me:20381: WARNING: cannot find regular expression library" >&5 ++ { echo "$as_me:20384: WARNING: cannot find regular expression library" >&5 + echo "$as_me: WARNING: cannot find regular expression library" >&2;} + fi + +-echo "$as_me:20385: checking for regular-expression headers" >&5 ++echo "$as_me:20388: checking for regular-expression headers" >&5 + echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6 + if test "${cf_cv_regex_hdrs+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20394,7 +20397,7 @@ + for cf_regex_hdr in regexp.h regexpr.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20397 "configure" ++#line 20400 "configure" + #include "confdefs.h" + #include <$cf_regex_hdr> + int +@@ -20411,16 +20414,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20414: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20417: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20417: \$? = $ac_status" >&5 ++ echo "$as_me:20420: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20420: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20423: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20423: \$? = $ac_status" >&5 ++ echo "$as_me:20426: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_regex_hdrs=$cf_regex_hdr +@@ -20437,7 +20440,7 @@ + for cf_regex_hdr in regex.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20440 "configure" ++#line 20443 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <$cf_regex_hdr> +@@ -20457,16 +20460,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20460: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20463: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20463: \$? = $ac_status" >&5 ++ echo "$as_me:20466: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20466: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20469: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20469: \$? = $ac_status" >&5 ++ echo "$as_me:20472: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_regex_hdrs=$cf_regex_hdr +@@ -20482,11 +20485,11 @@ + esac + + fi +-echo "$as_me:20485: result: $cf_cv_regex_hdrs" >&5 ++echo "$as_me:20488: result: $cf_cv_regex_hdrs" >&5 + echo "${ECHO_T}$cf_cv_regex_hdrs" >&6 + + case "$cf_cv_regex_hdrs" in +- (no) { echo "$as_me:20489: WARNING: no regular expression header found" >&5 ++ (no) { echo "$as_me:20492: WARNING: no regular expression header found" >&5 + echo "$as_me: WARNING: no regular expression header found" >&2;} ;; + (regex.h) + cat >>confdefs.h <<\EOF +@@ -20524,23 +20527,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:20527: checking for $ac_header" >&5 ++echo "$as_me:20530: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20533 "configure" ++#line 20536 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:20537: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:20540: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:20543: \$? = $ac_status" >&5 ++ echo "$as_me:20546: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -20559,7 +20562,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:20562: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:20565: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -20572,23 +20575,23 @@ + for ac_header in getopt.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:20575: checking for $ac_header" >&5 ++echo "$as_me:20578: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20581 "configure" ++#line 20584 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:20585: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:20588: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:20591: \$? = $ac_status" >&5 ++ echo "$as_me:20594: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -20607,7 +20610,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:20610: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:20613: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -20617,7 +20620,7 @@ + fi + done + +-echo "$as_me:20620: checking for header declaring getopt variables" >&5 ++echo "$as_me:20623: checking for header declaring getopt variables" >&5 + echo $ECHO_N "checking for header declaring getopt variables... $ECHO_C" >&6 + if test "${cf_cv_getopt_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20627,7 +20630,7 @@ + for cf_header in stdio.h stdlib.h unistd.h getopt.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20630 "configure" ++#line 20633 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -20640,16 +20643,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20643: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20646: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20646: \$? = $ac_status" >&5 ++ echo "$as_me:20649: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20649: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20652: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20652: \$? = $ac_status" >&5 ++ echo "$as_me:20655: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_getopt_header=$cf_header + break +@@ -20661,7 +20664,7 @@ + done + + fi +-echo "$as_me:20664: result: $cf_cv_getopt_header" >&5 ++echo "$as_me:20667: result: $cf_cv_getopt_header" >&5 + echo "${ECHO_T}$cf_cv_getopt_header" >&6 + if test "$cf_cv_getopt_header" != none ; then + +@@ -20678,14 +20681,14 @@ + + fi + +-echo "$as_me:20681: checking if external environ is declared" >&5 ++echo "$as_me:20684: checking if external environ is declared" >&5 + echo $ECHO_N "checking if external environ is declared... $ECHO_C" >&6 + if test "${cf_cv_dcl_environ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20688 "configure" ++#line 20691 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -20698,16 +20701,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20701: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20704: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20704: \$? = $ac_status" >&5 ++ echo "$as_me:20707: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20707: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20710: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20710: \$? = $ac_status" >&5 ++ echo "$as_me:20713: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_dcl_environ=yes + else +@@ -20718,7 +20721,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:20721: result: $cf_cv_dcl_environ" >&5 ++echo "$as_me:20724: result: $cf_cv_dcl_environ" >&5 + echo "${ECHO_T}$cf_cv_dcl_environ" >&6 + + if test "$cf_cv_dcl_environ" = no ; then +@@ -20733,14 +20736,14 @@ + + # It's possible (for near-UNIX clones) that the data doesn't exist + +-echo "$as_me:20736: checking if external environ exists" >&5 ++echo "$as_me:20739: checking if external environ exists" >&5 + echo $ECHO_N "checking if external environ exists... $ECHO_C" >&6 + if test "${cf_cv_have_environ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20743 "configure" ++#line 20746 "configure" + #include "confdefs.h" + + #undef environ +@@ -20755,16 +20758,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20758: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20761: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20761: \$? = $ac_status" >&5 ++ echo "$as_me:20764: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20764: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20767: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20767: \$? = $ac_status" >&5 ++ echo "$as_me:20770: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_environ=yes + else +@@ -20775,7 +20778,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:20778: result: $cf_cv_have_environ" >&5 ++echo "$as_me:20781: result: $cf_cv_have_environ" >&5 + echo "${ECHO_T}$cf_cv_have_environ" >&6 + + if test "$cf_cv_have_environ" = yes ; then +@@ -20788,13 +20791,13 @@ + + fi + +-echo "$as_me:20791: checking for getenv" >&5 ++echo "$as_me:20794: checking for getenv" >&5 + echo $ECHO_N "checking for getenv... $ECHO_C" >&6 + if test "${ac_cv_func_getenv+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20797 "configure" ++#line 20800 "configure" + #include "confdefs.h" + #define getenv autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -20825,16 +20828,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20828: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20831: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20831: \$? = $ac_status" >&5 ++ echo "$as_me:20834: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20834: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20837: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20837: \$? = $ac_status" >&5 ++ echo "$as_me:20840: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_getenv=yes + else +@@ -20844,19 +20847,19 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:20847: result: $ac_cv_func_getenv" >&5 ++echo "$as_me:20850: result: $ac_cv_func_getenv" >&5 + echo "${ECHO_T}$ac_cv_func_getenv" >&6 + + for ac_func in putenv setenv strdup + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:20853: checking for $ac_func" >&5 ++echo "$as_me:20856: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20859 "configure" ++#line 20862 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -20887,16 +20890,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20890: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20893: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20893: \$? = $ac_status" >&5 ++ echo "$as_me:20896: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20896: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20899: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20899: \$? = $ac_status" >&5 ++ echo "$as_me:20902: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -20906,7 +20909,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:20909: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:20912: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -20916,7 +20919,7 @@ + fi + done + +-echo "$as_me:20919: checking if getenv returns consistent values" >&5 ++echo "$as_me:20922: checking if getenv returns consistent values" >&5 + echo $ECHO_N "checking if getenv returns consistent values... $ECHO_C" >&6 + if test "${cf_cv_consistent_getenv+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20926,7 +20929,7 @@ + cf_cv_consistent_getenv=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20929 "configure" ++#line 20932 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -21031,15 +21034,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:21034: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21037: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21037: \$? = $ac_status" >&5 ++ echo "$as_me:21040: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:21039: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21042: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21042: \$? = $ac_status" >&5 ++ echo "$as_me:21045: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_consistent_getenv=yes + else +@@ -21052,7 +21055,7 @@ + fi + + fi +-echo "$as_me:21055: result: $cf_cv_consistent_getenv" >&5 ++echo "$as_me:21058: result: $cf_cv_consistent_getenv" >&5 + echo "${ECHO_T}$cf_cv_consistent_getenv" >&6 + + if test "x$cf_cv_consistent_getenv" = xno +@@ -21067,18 +21070,18 @@ + if test "x$cf_cv_consistent_getenv" = xno && \ + test "x$cf_with_trace" = xyes + then +- { echo "$as_me:21070: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&5 ++ { echo "$as_me:21073: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&5 + echo "$as_me: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&2;} + fi + +-echo "$as_me:21074: checking if sys/time.h works with sys/select.h" >&5 ++echo "$as_me:21077: checking if sys/time.h works with sys/select.h" >&5 + echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 + if test "${cf_cv_sys_time_select+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21081 "configure" ++#line 21084 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -21098,16 +21101,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21101: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21104: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21104: \$? = $ac_status" >&5 ++ echo "$as_me:21107: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21107: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21110: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21110: \$? = $ac_status" >&5 ++ echo "$as_me:21113: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_sys_time_select=yes + else +@@ -21119,7 +21122,7 @@ + + fi + +-echo "$as_me:21122: result: $cf_cv_sys_time_select" >&5 ++echo "$as_me:21125: result: $cf_cv_sys_time_select" >&5 + echo "${ECHO_T}$cf_cv_sys_time_select" >&6 + test "$cf_cv_sys_time_select" = yes && + cat >>confdefs.h <<\EOF +@@ -21134,13 +21137,13 @@ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_main_return="return" + +-echo "$as_me:21137: checking for an ANSI C-conforming const" >&5 ++echo "$as_me:21140: checking for an ANSI C-conforming const" >&5 + echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 + if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21143 "configure" ++#line 21146 "configure" + #include "confdefs.h" + + int +@@ -21202,16 +21205,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21205: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21208: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21208: \$? = $ac_status" >&5 ++ echo "$as_me:21211: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21211: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21214: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21214: \$? = $ac_status" >&5 ++ echo "$as_me:21217: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_c_const=yes + else +@@ -21221,7 +21224,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:21224: result: $ac_cv_c_const" >&5 ++echo "$as_me:21227: result: $ac_cv_c_const" >&5 + echo "${ECHO_T}$ac_cv_c_const" >&6 + if test $ac_cv_c_const = no; then + +@@ -21231,7 +21234,7 @@ + + fi + +-echo "$as_me:21234: checking for inline" >&5 ++echo "$as_me:21237: checking for inline" >&5 + echo $ECHO_N "checking for inline... $ECHO_C" >&6 + if test "${ac_cv_c_inline+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21239,7 +21242,7 @@ + ac_cv_c_inline=no + for ac_kw in inline __inline__ __inline; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21242 "configure" ++#line 21245 "configure" + #include "confdefs.h" + #ifndef __cplusplus + static $ac_kw int static_foo (void) {return 0; } +@@ -21248,16 +21251,16 @@ + + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21251: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21254: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21254: \$? = $ac_status" >&5 ++ echo "$as_me:21257: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21257: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21260: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21260: \$? = $ac_status" >&5 ++ echo "$as_me:21263: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_c_inline=$ac_kw; break + else +@@ -21268,7 +21271,7 @@ + done + + fi +-echo "$as_me:21271: result: $ac_cv_c_inline" >&5 ++echo "$as_me:21274: result: $ac_cv_c_inline" >&5 + echo "${ECHO_T}$ac_cv_c_inline" >&6 + case $ac_cv_c_inline in + inline | yes) ;; +@@ -21294,7 +21297,7 @@ + : + elif test "$GCC" = yes + then +- echo "$as_me:21297: checking if $CC supports options to tune inlining" >&5 ++ echo "$as_me:21300: checking if $CC supports options to tune inlining" >&5 + echo $ECHO_N "checking if $CC supports options to tune inlining... $ECHO_C" >&6 + if test "${cf_cv_gcc_inline+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21303,7 +21306,7 @@ + cf_save_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS --param max-inline-insns-single=1200" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21306 "configure" ++#line 21309 "configure" + #include "confdefs.h" + inline int foo(void) { return 1; } + int +@@ -21315,16 +21318,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21318: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21321: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21321: \$? = $ac_status" >&5 ++ echo "$as_me:21324: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21324: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21327: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21327: \$? = $ac_status" >&5 ++ echo "$as_me:21330: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_gcc_inline=yes + else +@@ -21336,7 +21339,7 @@ + CFLAGS=$cf_save_CFLAGS + + fi +-echo "$as_me:21339: result: $cf_cv_gcc_inline" >&5 ++echo "$as_me:21342: result: $cf_cv_gcc_inline" >&5 + echo "${ECHO_T}$cf_cv_gcc_inline" >&6 + if test "$cf_cv_gcc_inline" = yes ; then + +@@ -21442,7 +21445,7 @@ + fi + fi + +-echo "$as_me:21445: checking for signal global datatype" >&5 ++echo "$as_me:21448: checking for signal global datatype" >&5 + echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 + if test "${cf_cv_sig_atomic_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21454,7 +21457,7 @@ + "int" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21457 "configure" ++#line 21460 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -21478,16 +21481,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21481: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21484: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21484: \$? = $ac_status" >&5 ++ echo "$as_me:21487: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21487: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21490: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21490: \$? = $ac_status" >&5 ++ echo "$as_me:21493: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_sig_atomic_t=$cf_type + else +@@ -21501,7 +21504,7 @@ + + fi + +-echo "$as_me:21504: result: $cf_cv_sig_atomic_t" >&5 ++echo "$as_me:21507: result: $cf_cv_sig_atomic_t" >&5 + echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 + test "$cf_cv_sig_atomic_t" != no && + cat >>confdefs.h <<EOF +@@ -21510,7 +21513,7 @@ + + if test "$NCURSES_CHTYPE" = auto ; then + +-echo "$as_me:21513: checking for type of chtype" >&5 ++echo "$as_me:21516: checking for type of chtype" >&5 + echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 + if test "${cf_cv_typeof_chtype+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21520,7 +21523,7 @@ + cf_cv_typeof_chtype=long + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21523 "configure" ++#line 21526 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -21555,15 +21558,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:21558: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21561: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21561: \$? = $ac_status" >&5 ++ echo "$as_me:21564: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:21563: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21566: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21566: \$? = $ac_status" >&5 ++ echo "$as_me:21569: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_typeof_chtype=`cat cf_test.out` + else +@@ -21578,7 +21581,7 @@ + + fi + +-echo "$as_me:21581: result: $cf_cv_typeof_chtype" >&5 ++echo "$as_me:21584: result: $cf_cv_typeof_chtype" >&5 + echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 + + cat >>confdefs.h <<EOF +@@ -21590,14 +21593,14 @@ + fi + test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype="" + +-echo "$as_me:21593: checking if unsigned literals are legal" >&5 ++echo "$as_me:21596: checking if unsigned literals are legal" >&5 + echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6 + if test "${cf_cv_unsigned_literals+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21600 "configure" ++#line 21603 "configure" + #include "confdefs.h" + + int +@@ -21609,16 +21612,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21612: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21615: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21615: \$? = $ac_status" >&5 ++ echo "$as_me:21618: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21618: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21621: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21621: \$? = $ac_status" >&5 ++ echo "$as_me:21624: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_unsigned_literals=yes + else +@@ -21630,7 +21633,7 @@ + + fi + +-echo "$as_me:21633: result: $cf_cv_unsigned_literals" >&5 ++echo "$as_me:21636: result: $cf_cv_unsigned_literals" >&5 + echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 + + cf_cv_1UL="1" +@@ -21646,14 +21649,14 @@ + + ### Checks for external-data + +-echo "$as_me:21649: checking if external errno is declared" >&5 ++echo "$as_me:21652: checking if external errno is declared" >&5 + echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 + if test "${cf_cv_dcl_errno+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21656 "configure" ++#line 21659 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -21667,16 +21670,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21670: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21673: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21673: \$? = $ac_status" >&5 ++ echo "$as_me:21676: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21676: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21679: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21679: \$? = $ac_status" >&5 ++ echo "$as_me:21682: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_dcl_errno=yes + else +@@ -21687,7 +21690,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:21690: result: $cf_cv_dcl_errno" >&5 ++echo "$as_me:21693: result: $cf_cv_dcl_errno" >&5 + echo "${ECHO_T}$cf_cv_dcl_errno" >&6 + + if test "$cf_cv_dcl_errno" = no ; then +@@ -21702,14 +21705,14 @@ + + # It's possible (for near-UNIX clones) that the data doesn't exist + +-echo "$as_me:21705: checking if external errno exists" >&5 ++echo "$as_me:21708: checking if external errno exists" >&5 + echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 + if test "${cf_cv_have_errno+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21712 "configure" ++#line 21715 "configure" + #include "confdefs.h" + + #undef errno +@@ -21724,16 +21727,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21727: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21730: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21730: \$? = $ac_status" >&5 ++ echo "$as_me:21733: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21733: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21736: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21736: \$? = $ac_status" >&5 ++ echo "$as_me:21739: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_errno=yes + else +@@ -21744,7 +21747,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:21747: result: $cf_cv_have_errno" >&5 ++echo "$as_me:21750: result: $cf_cv_have_errno" >&5 + echo "${ECHO_T}$cf_cv_have_errno" >&6 + + if test "$cf_cv_have_errno" = yes ; then +@@ -21757,7 +21760,7 @@ + + fi + +-echo "$as_me:21760: checking if data-only library module links" >&5 ++echo "$as_me:21763: checking if data-only library module links" >&5 + echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 + if test "${cf_cv_link_dataonly+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21765,20 +21768,20 @@ + + rm -f conftest.a + cat >conftest.$ac_ext <<EOF +-#line 21768 "configure" ++#line 21771 "configure" + int testdata[3] = { 123, 456, 789 }; + EOF +- if { (eval echo "$as_me:21771: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:21774: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21774: \$? = $ac_status" >&5 ++ echo "$as_me:21777: \$? = $ac_status" >&5 + (exit "$ac_status"); } ; then + mv conftest.o data.o && \ + ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null + fi + rm -f conftest.$ac_ext data.o + cat >conftest.$ac_ext <<EOF +-#line 21781 "configure" ++#line 21784 "configure" + extern int testfunc(void); + #if defined(NeXT) + int testfunc(void) +@@ -21795,10 +21798,10 @@ + } + #endif + EOF +- if { (eval echo "$as_me:21798: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:21801: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21801: \$? = $ac_status" >&5 ++ echo "$as_me:21804: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then + mv conftest.o func.o && \ + ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null +@@ -21811,7 +21814,7 @@ + cf_cv_link_dataonly=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21814 "configure" ++#line 21817 "configure" + #include "confdefs.h" + + extern int testfunc(void); +@@ -21822,15 +21825,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:21825: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21828: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21828: \$? = $ac_status" >&5 ++ echo "$as_me:21831: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:21830: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21833: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21833: \$? = $ac_status" >&5 ++ echo "$as_me:21836: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_link_dataonly=yes + else +@@ -21845,7 +21848,7 @@ + + fi + +-echo "$as_me:21848: result: $cf_cv_link_dataonly" >&5 ++echo "$as_me:21851: result: $cf_cv_link_dataonly" >&5 + echo "${ECHO_T}$cf_cv_link_dataonly" >&6 + + if test "$cf_cv_link_dataonly" = no ; then +@@ -21860,13 +21863,13 @@ + ### Checks for library functions. + + cf_save_libs="$LIBS" +-echo "$as_me:21863: checking for clock_gettime" >&5 ++echo "$as_me:21866: checking for clock_gettime" >&5 + echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6 + if test "${ac_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21869 "configure" ++#line 21872 "configure" + #include "confdefs.h" + #define clock_gettime autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -21897,16 +21900,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21900: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21903: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21903: \$? = $ac_status" >&5 ++ echo "$as_me:21906: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21906: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21909: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21909: \$? = $ac_status" >&5 ++ echo "$as_me:21912: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_clock_gettime=yes + else +@@ -21916,12 +21919,12 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:21919: result: $ac_cv_func_clock_gettime" >&5 ++echo "$as_me:21922: result: $ac_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6 + if test "$ac_cv_func_clock_gettime" = yes; then + cf_cv_test_clock_gettime=yes + else +- echo "$as_me:21924: checking for clock_gettime in -lrt" >&5 ++ echo "$as_me:21927: checking for clock_gettime in -lrt" >&5 + echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6 + if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21929,7 +21932,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lrt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21932 "configure" ++#line 21935 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -21948,16 +21951,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21951: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21954: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21954: \$? = $ac_status" >&5 ++ echo "$as_me:21957: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21957: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21960: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21960: \$? = $ac_status" >&5 ++ echo "$as_me:21963: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_rt_clock_gettime=yes + else +@@ -21968,7 +21971,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:21971: result: $ac_cv_lib_rt_clock_gettime" >&5 ++echo "$as_me:21974: result: $ac_cv_lib_rt_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6 + if test "$ac_cv_lib_rt_clock_gettime" = yes; then + LIBS="-lrt $LIBS" +@@ -21980,14 +21983,14 @@ + fi + + if test "$cf_cv_test_clock_gettime" = yes ; then +-echo "$as_me:21983: checking if clock_gettime links" >&5 ++echo "$as_me:21986: checking if clock_gettime links" >&5 + echo $ECHO_N "checking if clock_gettime links... $ECHO_C" >&6 + if test "${cf_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21990 "configure" ++#line 21993 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -22005,16 +22008,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22008: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22011: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22011: \$? = $ac_status" >&5 ++ echo "$as_me:22014: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22014: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22017: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22017: \$? = $ac_status" >&5 ++ echo "$as_me:22020: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_clock_gettime=yes + else +@@ -22025,7 +22028,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:22028: result: $cf_cv_func_clock_gettime" >&5 ++echo "$as_me:22031: result: $cf_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$cf_cv_func_clock_gettime" >&6 + else + cf_cv_func_clock_gettime=no +@@ -22039,13 +22042,13 @@ + EOF + + else +-echo "$as_me:22042: checking for gettimeofday" >&5 ++echo "$as_me:22045: checking for gettimeofday" >&5 + echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 + if test "${ac_cv_func_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22048 "configure" ++#line 22051 "configure" + #include "confdefs.h" + #define gettimeofday autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -22076,16 +22079,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22079: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22082: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22082: \$? = $ac_status" >&5 ++ echo "$as_me:22085: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22085: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22088: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22088: \$? = $ac_status" >&5 ++ echo "$as_me:22091: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_gettimeofday=yes + else +@@ -22095,7 +22098,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22098: result: $ac_cv_func_gettimeofday" >&5 ++echo "$as_me:22101: result: $ac_cv_func_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 + if test "$ac_cv_func_gettimeofday" = yes; then + +@@ -22105,7 +22108,7 @@ + + else + +-echo "$as_me:22108: checking for gettimeofday in -lbsd" >&5 ++echo "$as_me:22111: checking for gettimeofday in -lbsd" >&5 + echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22113,7 +22116,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22116 "configure" ++#line 22119 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22132,16 +22135,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22135: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22138: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22138: \$? = $ac_status" >&5 ++ echo "$as_me:22141: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22141: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22144: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22144: \$? = $ac_status" >&5 ++ echo "$as_me:22147: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_gettimeofday=yes + else +@@ -22152,7 +22155,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22155: result: $ac_cv_lib_bsd_gettimeofday" >&5 ++echo "$as_me:22158: result: $ac_cv_lib_bsd_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 + if test "$ac_cv_lib_bsd_gettimeofday" = yes; then + +@@ -22211,13 +22214,13 @@ + + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:22214: checking for $ac_func" >&5 ++echo "$as_me:22217: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22220 "configure" ++#line 22223 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -22248,16 +22251,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22251: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22254: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22254: \$? = $ac_status" >&5 ++ echo "$as_me:22257: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22257: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22260: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22260: \$? = $ac_status" >&5 ++ echo "$as_me:22263: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -22267,7 +22270,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22270: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:22273: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -22277,14 +22280,14 @@ + fi + done + +-echo "$as_me:22280: checking if _PATH_TTYS is defined in ttyent.h" >&5 ++echo "$as_me:22283: checking if _PATH_TTYS is defined in ttyent.h" >&5 + echo $ECHO_N "checking if _PATH_TTYS is defined in ttyent.h... $ECHO_C" >&6 + if test "${cf_cv_PATH_TTYS+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22287 "configure" ++#line 22290 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -22299,16 +22302,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22302: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22305: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22305: \$? = $ac_status" >&5 ++ echo "$as_me:22308: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22308: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22311: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22311: \$? = $ac_status" >&5 ++ echo "$as_me:22314: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_PATH_TTYS=yes + else +@@ -22318,7 +22321,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:22321: result: $cf_cv_PATH_TTYS" >&5 ++echo "$as_me:22324: result: $cf_cv_PATH_TTYS" >&5 + echo "${ECHO_T}$cf_cv_PATH_TTYS" >&6 + + if test $cf_cv_PATH_TTYS = no +@@ -22340,7 +22343,7 @@ + + if test $cf_cv_PATH_TTYS != no + then +- echo "$as_me:22343: checking if _PATH_TTYS file exists" >&5 ++ echo "$as_me:22346: checking if _PATH_TTYS file exists" >&5 + echo $ECHO_N "checking if _PATH_TTYS file exists... $ECHO_C" >&6 + if test "${cf_cv_have_PATH_TTYS+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22350,7 +22353,7 @@ + cf_cv_have_PATH_TTYS=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22353 "configure" ++#line 22356 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -22363,15 +22366,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:22366: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22369: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22369: \$? = $ac_status" >&5 ++ echo "$as_me:22372: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:22371: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22374: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22374: \$? = $ac_status" >&5 ++ echo "$as_me:22377: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_PATH_TTYS=yes + else +@@ -22383,7 +22386,7 @@ + rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" + fi + fi +-echo "$as_me:22386: result: $cf_cv_have_PATH_TTYS" >&5 ++echo "$as_me:22389: result: $cf_cv_have_PATH_TTYS" >&5 + echo "${ECHO_T}$cf_cv_have_PATH_TTYS" >&6 + test "$cf_cv_have_PATH_TTYS" = no && cf_cv_PATH_TTYS=no + fi +@@ -22395,14 +22398,14 @@ + #define HAVE_PATH_TTYS 1 + EOF + +- echo "$as_me:22398: checking for getttynam" >&5 ++ echo "$as_me:22401: checking for getttynam" >&5 + echo $ECHO_N "checking for getttynam... $ECHO_C" >&6 + if test "${cf_cv_func_getttynam+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22405 "configure" ++#line 22408 "configure" + #include "confdefs.h" + #include <ttyent.h> + int +@@ -22414,16 +22417,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22417: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22420: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22420: \$? = $ac_status" >&5 ++ echo "$as_me:22423: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22423: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22426: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22426: \$? = $ac_status" >&5 ++ echo "$as_me:22429: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_getttynam=yes + else +@@ -22433,7 +22436,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22436: result: $cf_cv_func_getttynam" >&5 ++echo "$as_me:22439: result: $cf_cv_func_getttynam" >&5 + echo "${ECHO_T}$cf_cv_func_getttynam" >&6 + test "$cf_cv_func_getttynam" = yes && cat >>confdefs.h <<\EOF + #define HAVE_GETTTYNAM 1 +@@ -22443,7 +22446,7 @@ + + if test "x$ac_cv_func_getopt" = xno && \ + test "x$cf_with_progs$cf_with_tests" != xnono; then +- { { echo "$as_me:22446: error: getopt is required for building programs" >&5 ++ { { echo "$as_me:22449: error: getopt is required for building programs" >&5 + echo "$as_me: error: getopt is required for building programs" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -22452,7 +22455,7 @@ + then + if test "x$ac_cv_func_vsnprintf" = xyes + then +- { echo "$as_me:22455: WARNING: will use vsnprintf instead of safe-sprintf option" >&5 ++ { echo "$as_me:22458: WARNING: will use vsnprintf instead of safe-sprintf option" >&5 + echo "$as_me: WARNING: will use vsnprintf instead of safe-sprintf option" >&2;} + else + +@@ -22465,14 +22468,14 @@ + + if test "x$with_getcap" = "xyes" ; then + +-echo "$as_me:22468: checking for terminal-capability database functions" >&5 ++echo "$as_me:22471: checking for terminal-capability database functions" >&5 + echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6 + if test "${cf_cv_cgetent+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22475 "configure" ++#line 22478 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -22492,16 +22495,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22495: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22498: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22498: \$? = $ac_status" >&5 ++ echo "$as_me:22501: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22501: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22504: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22504: \$? = $ac_status" >&5 ++ echo "$as_me:22507: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_cgetent=yes + else +@@ -22512,7 +22515,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:22515: result: $cf_cv_cgetent" >&5 ++echo "$as_me:22518: result: $cf_cv_cgetent" >&5 + echo "${ECHO_T}$cf_cv_cgetent" >&6 + + if test "$cf_cv_cgetent" = yes +@@ -22522,14 +22525,14 @@ + #define HAVE_BSD_CGETENT 1 + EOF + +-echo "$as_me:22525: checking if cgetent uses const parameter" >&5 ++echo "$as_me:22528: checking if cgetent uses const parameter" >&5 + echo $ECHO_N "checking if cgetent uses const parameter... $ECHO_C" >&6 + if test "${cf_cv_cgetent_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22532 "configure" ++#line 22535 "configure" + #include "confdefs.h" + + #pragma GCC diagnostic error "-Wincompatible-pointer-types-discards-qualifiers" +@@ -22552,16 +22555,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22555: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22558: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22558: \$? = $ac_status" >&5 ++ echo "$as_me:22561: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22561: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22564: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22564: \$? = $ac_status" >&5 ++ echo "$as_me:22567: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_cgetent_const=yes + else +@@ -22572,7 +22575,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:22575: result: $cf_cv_cgetent_const" >&5 ++echo "$as_me:22578: result: $cf_cv_cgetent_const" >&5 + echo "${ECHO_T}$cf_cv_cgetent_const" >&6 + if test "$cf_cv_cgetent_const" = yes + then +@@ -22586,14 +22589,14 @@ + + fi + +-echo "$as_me:22589: checking for isascii" >&5 ++echo "$as_me:22592: checking for isascii" >&5 + echo $ECHO_N "checking for isascii... $ECHO_C" >&6 + if test "${cf_cv_have_isascii+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22596 "configure" ++#line 22599 "configure" + #include "confdefs.h" + #include <ctype.h> + int +@@ -22605,16 +22608,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22608: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22611: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22611: \$? = $ac_status" >&5 ++ echo "$as_me:22614: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22614: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22617: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22617: \$? = $ac_status" >&5 ++ echo "$as_me:22620: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_isascii=yes + else +@@ -22625,7 +22628,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:22628: result: $cf_cv_have_isascii" >&5 ++echo "$as_me:22631: result: $cf_cv_have_isascii" >&5 + echo "${ECHO_T}$cf_cv_have_isascii" >&6 + test "$cf_cv_have_isascii" = yes && + cat >>confdefs.h <<\EOF +@@ -22633,10 +22636,10 @@ + EOF + + if test "$ac_cv_func_sigaction" = yes; then +-echo "$as_me:22636: checking whether sigaction needs _POSIX_SOURCE" >&5 ++echo "$as_me:22639: checking whether sigaction needs _POSIX_SOURCE" >&5 + echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22639 "configure" ++#line 22642 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -22650,16 +22653,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22653: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22656: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22656: \$? = $ac_status" >&5 ++ echo "$as_me:22659: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22659: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22662: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22662: \$? = $ac_status" >&5 ++ echo "$as_me:22665: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + sigact_bad=no + else +@@ -22667,7 +22670,7 @@ + cat "conftest.$ac_ext" >&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22670 "configure" ++#line 22673 "configure" + #include "confdefs.h" + + #define _POSIX_SOURCE +@@ -22682,16 +22685,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22685: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22688: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22688: \$? = $ac_status" >&5 ++ echo "$as_me:22691: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22691: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22694: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22694: \$? = $ac_status" >&5 ++ echo "$as_me:22697: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + sigact_bad=yes + +@@ -22707,11 +22710,11 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:22710: result: $sigact_bad" >&5 ++echo "$as_me:22713: result: $sigact_bad" >&5 + echo "${ECHO_T}$sigact_bad" >&6 + fi + +-echo "$as_me:22714: checking if nanosleep really works" >&5 ++echo "$as_me:22717: checking if nanosleep really works" >&5 + echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6 + if test "${cf_cv_func_nanosleep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22721,7 +22724,7 @@ + cf_cv_func_nanosleep=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22724 "configure" ++#line 22727 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -22747,15 +22750,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:22750: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22753: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22753: \$? = $ac_status" >&5 ++ echo "$as_me:22756: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:22755: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22758: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22758: \$? = $ac_status" >&5 ++ echo "$as_me:22761: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_nanosleep=yes + else +@@ -22767,7 +22770,7 @@ + rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" + fi + fi +-echo "$as_me:22770: result: $cf_cv_func_nanosleep" >&5 ++echo "$as_me:22773: result: $cf_cv_func_nanosleep" >&5 + echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 + + test "$cf_cv_func_nanosleep" = "yes" && +@@ -22784,23 +22787,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:22787: checking for $ac_header" >&5 ++echo "$as_me:22790: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22793 "configure" ++#line 22796 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:22797: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:22800: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:22803: \$? = $ac_status" >&5 ++ echo "$as_me:22806: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -22819,7 +22822,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:22822: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:22825: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -22836,10 +22839,10 @@ + (*) termios_bad=maybe ;; + esac + if test "$termios_bad" = maybe ; then +- echo "$as_me:22839: checking whether termios.h needs _POSIX_SOURCE" >&5 ++ echo "$as_me:22842: checking whether termios.h needs _POSIX_SOURCE" >&5 + echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22842 "configure" ++#line 22845 "configure" + #include "confdefs.h" + #include <termios.h> + int +@@ -22851,16 +22854,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22854: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22857: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22857: \$? = $ac_status" >&5 ++ echo "$as_me:22860: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22860: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22863: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22863: \$? = $ac_status" >&5 ++ echo "$as_me:22866: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + termios_bad=no + else +@@ -22868,7 +22871,7 @@ + cat "conftest.$ac_ext" >&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22871 "configure" ++#line 22874 "configure" + #include "confdefs.h" + + #define _POSIX_SOURCE +@@ -22882,16 +22885,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22885: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22888: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22888: \$? = $ac_status" >&5 ++ echo "$as_me:22891: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22891: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22894: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22894: \$? = $ac_status" >&5 ++ echo "$as_me:22897: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + termios_bad=unknown + else +@@ -22907,19 +22910,19 @@ + + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:22910: result: $termios_bad" >&5 ++ echo "$as_me:22913: result: $termios_bad" >&5 + echo "${ECHO_T}$termios_bad" >&6 + fi + fi + +-echo "$as_me:22915: checking for tcgetattr" >&5 ++echo "$as_me:22918: checking for tcgetattr" >&5 + echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6 + if test "${cf_cv_have_tcgetattr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22922 "configure" ++#line 22925 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -22947,16 +22950,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22950: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22953: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22953: \$? = $ac_status" >&5 ++ echo "$as_me:22956: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22956: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22959: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22959: \$? = $ac_status" >&5 ++ echo "$as_me:22962: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_tcgetattr=yes + else +@@ -22966,21 +22969,21 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22969: result: $cf_cv_have_tcgetattr" >&5 ++echo "$as_me:22972: result: $cf_cv_have_tcgetattr" >&5 + echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6 + test "$cf_cv_have_tcgetattr" = yes && + cat >>confdefs.h <<\EOF + #define HAVE_TCGETATTR 1 + EOF + +-echo "$as_me:22976: checking for vsscanf function or workaround" >&5 ++echo "$as_me:22979: checking for vsscanf function or workaround" >&5 + echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6 + if test "${cf_cv_func_vsscanf+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22983 "configure" ++#line 22986 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -23006,16 +23009,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23009: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23012: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23012: \$? = $ac_status" >&5 ++ echo "$as_me:23015: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23015: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23018: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23018: \$? = $ac_status" >&5 ++ echo "$as_me:23021: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_vsscanf=vsscanf + else +@@ -23023,7 +23026,7 @@ + cat "conftest.$ac_ext" >&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23026 "configure" ++#line 23029 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -23045,16 +23048,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23048: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23051: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23051: \$? = $ac_status" >&5 ++ echo "$as_me:23054: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23054: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23057: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23057: \$? = $ac_status" >&5 ++ echo "$as_me:23060: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_vsscanf=vfscanf + else +@@ -23062,7 +23065,7 @@ + cat "conftest.$ac_ext" >&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23065 "configure" ++#line 23068 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -23084,16 +23087,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23087: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23090: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23090: \$? = $ac_status" >&5 ++ echo "$as_me:23093: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23093: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23096: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23096: \$? = $ac_status" >&5 ++ echo "$as_me:23099: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_vsscanf=_doscan + else +@@ -23108,7 +23111,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:23111: result: $cf_cv_func_vsscanf" >&5 ++echo "$as_me:23114: result: $cf_cv_func_vsscanf" >&5 + echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 + + case "$cf_cv_func_vsscanf" in +@@ -23134,23 +23137,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:23137: checking for $ac_header" >&5 ++echo "$as_me:23140: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23143 "configure" ++#line 23146 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:23147: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:23150: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:23153: \$? = $ac_status" >&5 ++ echo "$as_me:23156: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -23169,7 +23172,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:23172: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:23175: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -23179,7 +23182,7 @@ + fi + done + +-echo "$as_me:23182: checking for working mkstemp" >&5 ++echo "$as_me:23185: checking for working mkstemp" >&5 + echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 + if test "${cf_cv_func_mkstemp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23190,7 +23193,7 @@ + cf_cv_func_mkstemp=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23193 "configure" ++#line 23196 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -23225,15 +23228,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:23228: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23231: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23231: \$? = $ac_status" >&5 ++ echo "$as_me:23234: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:23233: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23236: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23236: \$? = $ac_status" >&5 ++ echo "$as_me:23239: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_mkstemp=yes + +@@ -23248,16 +23251,16 @@ + fi + + fi +-echo "$as_me:23251: result: $cf_cv_func_mkstemp" >&5 ++echo "$as_me:23254: result: $cf_cv_func_mkstemp" >&5 + echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 + if test "x$cf_cv_func_mkstemp" = xmaybe ; then +- echo "$as_me:23254: checking for mkstemp" >&5 ++ echo "$as_me:23257: checking for mkstemp" >&5 + echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 + if test "${ac_cv_func_mkstemp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23260 "configure" ++#line 23263 "configure" + #include "confdefs.h" + #define mkstemp autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -23288,16 +23291,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23291: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23294: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23294: \$? = $ac_status" >&5 ++ echo "$as_me:23297: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23297: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23300: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23300: \$? = $ac_status" >&5 ++ echo "$as_me:23303: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_mkstemp=yes + else +@@ -23307,7 +23310,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:23310: result: $ac_cv_func_mkstemp" >&5 ++echo "$as_me:23313: result: $ac_cv_func_mkstemp" >&5 + echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 + + fi +@@ -23328,21 +23331,21 @@ + fi + + if test "x$cross_compiling" = xyes ; then +- { echo "$as_me:23331: WARNING: cross compiling: assume setvbuf params not reversed" >&5 ++ { echo "$as_me:23334: WARNING: cross compiling: assume setvbuf params not reversed" >&5 + echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;} + else +- echo "$as_me:23334: checking whether setvbuf arguments are reversed" >&5 ++ echo "$as_me:23337: checking whether setvbuf arguments are reversed" >&5 + echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 + if test "${ac_cv_func_setvbuf_reversed+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:23340: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:23343: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23345 "configure" ++#line 23348 "configure" + #include "confdefs.h" + #include <stdio.h> + /* If setvbuf has the reversed format, exit 0. */ +@@ -23359,15 +23362,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:23362: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23365: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23365: \$? = $ac_status" >&5 ++ echo "$as_me:23368: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:23367: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23370: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23370: \$? = $ac_status" >&5 ++ echo "$as_me:23373: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_setvbuf_reversed=yes + else +@@ -23380,7 +23383,7 @@ + fi + rm -f core ./core.* ./*.core + fi +-echo "$as_me:23383: result: $ac_cv_func_setvbuf_reversed" >&5 ++echo "$as_me:23386: result: $ac_cv_func_setvbuf_reversed" >&5 + echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 + if test $ac_cv_func_setvbuf_reversed = yes; then + +@@ -23391,13 +23394,13 @@ + fi + + fi +-echo "$as_me:23394: checking for intptr_t" >&5 ++echo "$as_me:23397: checking for intptr_t" >&5 + echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6 + if test "${ac_cv_type_intptr_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23400 "configure" ++#line 23403 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -23412,16 +23415,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:23415: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:23418: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:23418: \$? = $ac_status" >&5 ++ echo "$as_me:23421: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:23421: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23424: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23424: \$? = $ac_status" >&5 ++ echo "$as_me:23427: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_intptr_t=yes + else +@@ -23431,7 +23434,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:23434: result: $ac_cv_type_intptr_t" >&5 ++echo "$as_me:23437: result: $ac_cv_type_intptr_t" >&5 + echo "${ECHO_T}$ac_cv_type_intptr_t" >&6 + if test "$ac_cv_type_intptr_t" = yes; then + : +@@ -23443,13 +23446,13 @@ + + fi + +-echo "$as_me:23446: checking for ssize_t" >&5 ++echo "$as_me:23449: checking for ssize_t" >&5 + echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 + if test "${ac_cv_type_ssize_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23452 "configure" ++#line 23455 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -23464,16 +23467,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:23467: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:23470: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:23470: \$? = $ac_status" >&5 ++ echo "$as_me:23473: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:23473: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23476: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23476: \$? = $ac_status" >&5 ++ echo "$as_me:23479: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_ssize_t=yes + else +@@ -23483,7 +23486,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:23486: result: $ac_cv_type_ssize_t" >&5 ++echo "$as_me:23489: result: $ac_cv_type_ssize_t" >&5 + echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 + if test "$ac_cv_type_ssize_t" = yes; then + : +@@ -23495,14 +23498,14 @@ + + fi + +-echo "$as_me:23498: checking for type sigaction_t" >&5 ++echo "$as_me:23501: checking for type sigaction_t" >&5 + echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6 + if test "${cf_cv_type_sigaction+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23505 "configure" ++#line 23508 "configure" + #include "confdefs.h" + + #include <signal.h> +@@ -23515,16 +23518,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:23518: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:23521: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:23521: \$? = $ac_status" >&5 ++ echo "$as_me:23524: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:23524: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23527: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23527: \$? = $ac_status" >&5 ++ echo "$as_me:23530: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_type_sigaction=yes + else +@@ -23535,14 +23538,14 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "$as_me:23538: result: $cf_cv_type_sigaction" >&5 ++echo "$as_me:23541: result: $cf_cv_type_sigaction" >&5 + echo "${ECHO_T}$cf_cv_type_sigaction" >&6 + test "$cf_cv_type_sigaction" = yes && + cat >>confdefs.h <<\EOF + #define HAVE_TYPE_SIGACTION 1 + EOF + +-echo "$as_me:23545: checking declaration of size-change" >&5 ++echo "$as_me:23548: checking declaration of size-change" >&5 + echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 + if test "${cf_cv_sizechange+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23563,7 +23566,7 @@ + + fi + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23566 "configure" ++#line 23569 "configure" + #include "confdefs.h" + #include <sys/types.h> + #ifdef HAVE_TERMIOS_H +@@ -23613,16 +23616,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:23616: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:23619: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:23619: \$? = $ac_status" >&5 ++ echo "$as_me:23622: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:23622: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23625: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23625: \$? = $ac_status" >&5 ++ echo "$as_me:23628: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_sizechange=yes + else +@@ -23641,7 +23644,7 @@ + done + + fi +-echo "$as_me:23644: result: $cf_cv_sizechange" >&5 ++echo "$as_me:23647: result: $cf_cv_sizechange" >&5 + echo "${ECHO_T}$cf_cv_sizechange" >&6 + if test "$cf_cv_sizechange" != no ; then + +@@ -23659,13 +23662,13 @@ + esac + fi + +-echo "$as_me:23662: checking for memmove" >&5 ++echo "$as_me:23665: checking for memmove" >&5 + echo $ECHO_N "checking for memmove... $ECHO_C" >&6 + if test "${ac_cv_func_memmove+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23668 "configure" ++#line 23671 "configure" + #include "confdefs.h" + #define memmove autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -23696,16 +23699,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23699: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23702: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23702: \$? = $ac_status" >&5 ++ echo "$as_me:23705: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23705: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23708: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23708: \$? = $ac_status" >&5 ++ echo "$as_me:23711: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_memmove=yes + else +@@ -23715,19 +23718,19 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:23718: result: $ac_cv_func_memmove" >&5 ++echo "$as_me:23721: result: $ac_cv_func_memmove" >&5 + echo "${ECHO_T}$ac_cv_func_memmove" >&6 + if test "$ac_cv_func_memmove" = yes; then + : + else + +-echo "$as_me:23724: checking for bcopy" >&5 ++echo "$as_me:23727: checking for bcopy" >&5 + echo $ECHO_N "checking for bcopy... $ECHO_C" >&6 + if test "${ac_cv_func_bcopy+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23730 "configure" ++#line 23733 "configure" + #include "confdefs.h" + #define bcopy autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -23758,16 +23761,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23761: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23764: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23764: \$? = $ac_status" >&5 ++ echo "$as_me:23767: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23767: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23770: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23770: \$? = $ac_status" >&5 ++ echo "$as_me:23773: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_bcopy=yes + else +@@ -23777,11 +23780,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:23780: result: $ac_cv_func_bcopy" >&5 ++echo "$as_me:23783: result: $ac_cv_func_bcopy" >&5 + echo "${ECHO_T}$ac_cv_func_bcopy" >&6 + if test "$ac_cv_func_bcopy" = yes; then + +- echo "$as_me:23784: checking if bcopy does overlapping moves" >&5 ++ echo "$as_me:23787: checking if bcopy does overlapping moves" >&5 + echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6 + if test "${cf_cv_good_bcopy+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23791,7 +23794,7 @@ + cf_cv_good_bcopy=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23794 "configure" ++#line 23797 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -23807,15 +23810,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:23810: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23813: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23813: \$? = $ac_status" >&5 ++ echo "$as_me:23816: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:23815: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23818: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23818: \$? = $ac_status" >&5 ++ echo "$as_me:23821: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_good_bcopy=yes + else +@@ -23828,7 +23831,7 @@ + fi + + fi +-echo "$as_me:23831: result: $cf_cv_good_bcopy" >&5 ++echo "$as_me:23834: result: $cf_cv_good_bcopy" >&5 + echo "${ECHO_T}$cf_cv_good_bcopy" >&6 + + else +@@ -23855,13 +23858,13 @@ + for ac_func in posix_openpt + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:23858: checking for $ac_func" >&5 ++echo "$as_me:23861: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23864 "configure" ++#line 23867 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -23892,16 +23895,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23895: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23898: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23898: \$? = $ac_status" >&5 ++ echo "$as_me:23901: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23901: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23904: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23904: \$? = $ac_status" >&5 ++ echo "$as_me:23907: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -23911,7 +23914,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:23914: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:23917: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -23921,7 +23924,7 @@ + fi + done + } +-echo "$as_me:23924: checking if poll really works" >&5 ++echo "$as_me:23927: checking if poll really works" >&5 + echo $ECHO_N "checking if poll really works... $ECHO_C" >&6 + if test "${cf_cv_working_poll+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23931,7 +23934,7 @@ + cf_cv_working_poll=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23934 "configure" ++#line 23937 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -23984,15 +23987,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:23987: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23990: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23990: \$? = $ac_status" >&5 ++ echo "$as_me:23993: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:23992: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23995: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23995: \$? = $ac_status" >&5 ++ echo "$as_me:23998: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_working_poll=yes + else +@@ -24004,21 +24007,21 @@ + rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" + fi + fi +-echo "$as_me:24007: result: $cf_cv_working_poll" >&5 ++echo "$as_me:24010: result: $cf_cv_working_poll" >&5 + echo "${ECHO_T}$cf_cv_working_poll" >&6 + test "$cf_cv_working_poll" = "yes" && + cat >>confdefs.h <<\EOF + #define HAVE_WORKING_POLL 1 + EOF + +-echo "$as_me:24014: checking if MB_LEN_MAX is usable" >&5 ++echo "$as_me:24017: checking if MB_LEN_MAX is usable" >&5 + echo $ECHO_N "checking if MB_LEN_MAX is usable... $ECHO_C" >&6 + if test "${cf_cv_mb_len_max+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24021 "configure" ++#line 24024 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -24038,16 +24041,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:24041: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:24044: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:24044: \$? = $ac_status" >&5 ++ echo "$as_me:24047: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:24047: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24050: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24050: \$? = $ac_status" >&5 ++ echo "$as_me:24053: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_mb_len_max=yes + else +@@ -24057,7 +24060,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:24060: result: $cf_cv_mb_len_max" >&5 ++echo "$as_me:24063: result: $cf_cv_mb_len_max" >&5 + echo "${ECHO_T}$cf_cv_mb_len_max" >&6 + if test "$cf_cv_mb_len_max" = yes + then +@@ -24067,18 +24070,18 @@ + EOF + + else +- { echo "$as_me:24070: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&5 ++ { echo "$as_me:24073: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&5 + echo "$as_me: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&2;} + fi + +-echo "$as_me:24074: checking for va_copy" >&5 ++echo "$as_me:24077: checking for va_copy" >&5 + echo $ECHO_N "checking for va_copy... $ECHO_C" >&6 + if test "${cf_cv_have_va_copy+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24081 "configure" ++#line 24084 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -24095,16 +24098,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24098: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24101: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24101: \$? = $ac_status" >&5 ++ echo "$as_me:24104: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24104: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24107: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24107: \$? = $ac_status" >&5 ++ echo "$as_me:24110: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_va_copy=yes + else +@@ -24114,7 +24117,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:24117: result: $cf_cv_have_va_copy" >&5 ++echo "$as_me:24120: result: $cf_cv_have_va_copy" >&5 + echo "${ECHO_T}$cf_cv_have_va_copy" >&6 + + if test "$cf_cv_have_va_copy" = yes; +@@ -24126,14 +24129,14 @@ + + else # !cf_cv_have_va_copy + +-echo "$as_me:24129: checking for __va_copy" >&5 ++echo "$as_me:24132: checking for __va_copy" >&5 + echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6 + if test "${cf_cv_have___va_copy+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24136 "configure" ++#line 24139 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -24150,16 +24153,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24153: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24156: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24156: \$? = $ac_status" >&5 ++ echo "$as_me:24159: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24159: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24162: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24162: \$? = $ac_status" >&5 ++ echo "$as_me:24165: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have___va_copy=yes + else +@@ -24169,7 +24172,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:24172: result: $cf_cv_have___va_copy" >&5 ++echo "$as_me:24175: result: $cf_cv_have___va_copy" >&5 + echo "${ECHO_T}$cf_cv_have___va_copy" >&6 + + if test "$cf_cv_have___va_copy" = yes +@@ -24181,14 +24184,14 @@ + + else # !cf_cv_have___va_copy + +-echo "$as_me:24184: checking for __builtin_va_copy" >&5 ++echo "$as_me:24187: checking for __builtin_va_copy" >&5 + echo $ECHO_N "checking for __builtin_va_copy... $ECHO_C" >&6 + if test "${cf_cv_have___builtin_va_copy+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24191 "configure" ++#line 24194 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -24205,16 +24208,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24208: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24211: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24211: \$? = $ac_status" >&5 ++ echo "$as_me:24214: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24214: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24217: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24217: \$? = $ac_status" >&5 ++ echo "$as_me:24220: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have___builtin_va_copy=yes + else +@@ -24224,7 +24227,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:24227: result: $cf_cv_have___builtin_va_copy" >&5 ++echo "$as_me:24230: result: $cf_cv_have___builtin_va_copy" >&5 + echo "${ECHO_T}$cf_cv_have___builtin_va_copy" >&6 + + test "$cf_cv_have___builtin_va_copy" = yes && +@@ -24242,14 +24245,14 @@ + ;; + + (*) +- echo "$as_me:24245: checking if we can simply copy va_list" >&5 ++ echo "$as_me:24248: checking if we can simply copy va_list" >&5 + echo $ECHO_N "checking if we can simply copy va_list... $ECHO_C" >&6 + if test "${cf_cv_pointer_va_list+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24252 "configure" ++#line 24255 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -24266,16 +24269,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24269: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24272: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24272: \$? = $ac_status" >&5 ++ echo "$as_me:24275: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24275: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24278: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24278: \$? = $ac_status" >&5 ++ echo "$as_me:24281: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_pointer_va_list=yes + else +@@ -24285,19 +24288,19 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:24288: result: $cf_cv_pointer_va_list" >&5 ++echo "$as_me:24291: result: $cf_cv_pointer_va_list" >&5 + echo "${ECHO_T}$cf_cv_pointer_va_list" >&6 + + if test "$cf_cv_pointer_va_list" = no + then +- echo "$as_me:24293: checking if we can copy va_list indirectly" >&5 ++ echo "$as_me:24296: checking if we can copy va_list indirectly" >&5 + echo $ECHO_N "checking if we can copy va_list indirectly... $ECHO_C" >&6 + if test "${cf_cv_array_va_list+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24300 "configure" ++#line 24303 "configure" + #include "confdefs.h" + + #include <stdarg.h> +@@ -24314,16 +24317,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24317: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24320: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24320: \$? = $ac_status" >&5 ++ echo "$as_me:24323: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24323: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24326: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24326: \$? = $ac_status" >&5 ++ echo "$as_me:24329: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_array_va_list=yes + else +@@ -24333,7 +24336,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:24336: result: $cf_cv_array_va_list" >&5 ++echo "$as_me:24339: result: $cf_cv_array_va_list" >&5 + echo "${ECHO_T}$cf_cv_array_va_list" >&6 + test "$cf_cv_array_va_list" = yes && + cat >>confdefs.h <<\EOF +@@ -24344,13 +24347,13 @@ + ;; + esac + +-echo "$as_me:24347: checking for pid_t" >&5 ++echo "$as_me:24350: checking for pid_t" >&5 + echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 + if test "${ac_cv_type_pid_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24353 "configure" ++#line 24356 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -24365,16 +24368,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:24368: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:24371: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:24371: \$? = $ac_status" >&5 ++ echo "$as_me:24374: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:24374: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24377: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24377: \$? = $ac_status" >&5 ++ echo "$as_me:24380: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_pid_t=yes + else +@@ -24384,7 +24387,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:24387: result: $ac_cv_type_pid_t" >&5 ++echo "$as_me:24390: result: $ac_cv_type_pid_t" >&5 + echo "${ECHO_T}$ac_cv_type_pid_t" >&6 + if test "$ac_cv_type_pid_t" = yes; then + : +@@ -24399,23 +24402,23 @@ + for ac_header in unistd.h vfork.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:24402: checking for $ac_header" >&5 ++echo "$as_me:24405: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24408 "configure" ++#line 24411 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:24412: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:24415: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:24418: \$? = $ac_status" >&5 ++ echo "$as_me:24421: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -24434,7 +24437,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:24437: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:24440: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -24447,13 +24450,13 @@ + for ac_func in fork vfork + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:24450: checking for $ac_func" >&5 ++echo "$as_me:24453: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24456 "configure" ++#line 24459 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -24484,16 +24487,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24487: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24490: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24490: \$? = $ac_status" >&5 ++ echo "$as_me:24493: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24493: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24496: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24496: \$? = $ac_status" >&5 ++ echo "$as_me:24499: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -24503,7 +24506,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:24506: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:24509: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -24515,7 +24518,7 @@ + + ac_cv_func_fork_works=$ac_cv_func_fork + if test "x$ac_cv_func_fork" = xyes; then +- echo "$as_me:24518: checking for working fork" >&5 ++ echo "$as_me:24521: checking for working fork" >&5 + echo $ECHO_N "checking for working fork... $ECHO_C" >&6 + if test "${ac_cv_func_fork_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -24538,15 +24541,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:24541: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24544: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24544: \$? = $ac_status" >&5 ++ echo "$as_me:24547: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:24546: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24549: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24549: \$? = $ac_status" >&5 ++ echo "$as_me:24552: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_fork_works=yes + else +@@ -24558,7 +24561,7 @@ + rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" + fi + fi +-echo "$as_me:24561: result: $ac_cv_func_fork_works" >&5 ++echo "$as_me:24564: result: $ac_cv_func_fork_works" >&5 + echo "${ECHO_T}$ac_cv_func_fork_works" >&6 + + fi +@@ -24572,12 +24575,12 @@ + ac_cv_func_fork_works=yes + ;; + esac +- { echo "$as_me:24575: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 ++ { echo "$as_me:24578: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} + fi + ac_cv_func_vfork_works=$ac_cv_func_vfork + if test "x$ac_cv_func_vfork" = xyes; then +- echo "$as_me:24580: checking for working vfork" >&5 ++ echo "$as_me:24583: checking for working vfork" >&5 + echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 + if test "${ac_cv_func_vfork_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -24586,7 +24589,7 @@ + ac_cv_func_vfork_works=cross + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24589 "configure" ++#line 24592 "configure" + #include "confdefs.h" + /* Thanks to Paul Eggert for this test. */ + #include <stdio.h> +@@ -24679,15 +24682,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:24682: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24685: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24685: \$? = $ac_status" >&5 ++ echo "$as_me:24688: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:24687: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24690: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24690: \$? = $ac_status" >&5 ++ echo "$as_me:24693: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_vfork_works=yes + else +@@ -24699,13 +24702,13 @@ + rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" + fi + fi +-echo "$as_me:24702: result: $ac_cv_func_vfork_works" >&5 ++echo "$as_me:24705: result: $ac_cv_func_vfork_works" >&5 + echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 + + fi; + if test "x$ac_cv_func_fork_works" = xcross; then + ac_cv_func_vfork_works=ac_cv_func_vfork +- { echo "$as_me:24708: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 ++ { echo "$as_me:24711: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} + fi + +@@ -24730,7 +24733,7 @@ + + fi + +-echo "$as_me:24733: checking if fopen accepts explicit binary mode" >&5 ++echo "$as_me:24736: checking if fopen accepts explicit binary mode" >&5 + echo $ECHO_N "checking if fopen accepts explicit binary mode... $ECHO_C" >&6 + if test "${cf_cv_fopen_bin_r+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -24740,7 +24743,7 @@ + cf_cv_fopen_bin_r=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24743 "configure" ++#line 24746 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -24775,15 +24778,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:24778: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24781: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24781: \$? = $ac_status" >&5 ++ echo "$as_me:24784: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:24783: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24786: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24786: \$? = $ac_status" >&5 ++ echo "$as_me:24789: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_fopen_bin_r=yes + else +@@ -24796,7 +24799,7 @@ + fi + + fi +-echo "$as_me:24799: result: $cf_cv_fopen_bin_r" >&5 ++echo "$as_me:24802: result: $cf_cv_fopen_bin_r" >&5 + echo "${ECHO_T}$cf_cv_fopen_bin_r" >&6 + test "x$cf_cv_fopen_bin_r" != xno && + cat >>confdefs.h <<\EOF +@@ -24805,7 +24808,7 @@ + + # special check for test/ditto.c + +-echo "$as_me:24808: checking for openpty in -lutil" >&5 ++echo "$as_me:24811: checking for openpty in -lutil" >&5 + echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 + if test "${ac_cv_lib_util_openpty+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -24813,7 +24816,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lutil $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24816 "configure" ++#line 24819 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -24832,16 +24835,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24835: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24838: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24838: \$? = $ac_status" >&5 ++ echo "$as_me:24841: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24841: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24844: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24844: \$? = $ac_status" >&5 ++ echo "$as_me:24847: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_util_openpty=yes + else +@@ -24852,7 +24855,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:24855: result: $ac_cv_lib_util_openpty" >&5 ++echo "$as_me:24858: result: $ac_cv_lib_util_openpty" >&5 + echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 + if test "$ac_cv_lib_util_openpty" = yes; then + cf_cv_lib_util=yes +@@ -24860,7 +24863,7 @@ + cf_cv_lib_util=no + fi + +-echo "$as_me:24863: checking for openpty header" >&5 ++echo "$as_me:24866: checking for openpty header" >&5 + echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 + if test "${cf_cv_func_openpty+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -24887,7 +24890,7 @@ + for cf_header in pty.h libutil.h util.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 24890 "configure" ++#line 24893 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -24905,16 +24908,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:24908: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:24911: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:24911: \$? = $ac_status" >&5 ++ echo "$as_me:24914: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:24914: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:24917: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:24917: \$? = $ac_status" >&5 ++ echo "$as_me:24920: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_func_openpty=$cf_header +@@ -24932,7 +24935,7 @@ + LIBS="$cf_save_LIBS" + + fi +-echo "$as_me:24935: result: $cf_cv_func_openpty" >&5 ++echo "$as_me:24938: result: $cf_cv_func_openpty" >&5 + echo "${ECHO_T}$cf_cv_func_openpty" >&6 + + if test "$cf_cv_func_openpty" != no ; then +@@ -25005,7 +25008,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25008 "configure" ++#line 25011 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -25017,16 +25020,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:25020: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:25023: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:25023: \$? = $ac_status" >&5 ++ echo "$as_me:25026: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:25026: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25029: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25029: \$? = $ac_status" >&5 ++ echo "$as_me:25032: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -25043,7 +25046,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:25046: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:25049: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -25079,7 +25082,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:25082: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:25085: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -25090,7 +25093,7 @@ + else + case "$with_hashed_db" in + (./*|../*|/*) +- { echo "$as_me:25093: WARNING: no such directory $with_hashed_db" >&5 ++ { echo "$as_me:25096: WARNING: no such directory $with_hashed_db" >&5 + echo "$as_me: WARNING: no such directory $with_hashed_db" >&2;} + ;; + (*) +@@ -25162,7 +25165,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25165 "configure" ++#line 25168 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -25174,16 +25177,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:25177: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:25180: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:25180: \$? = $ac_status" >&5 ++ echo "$as_me:25183: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:25183: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25186: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25186: \$? = $ac_status" >&5 ++ echo "$as_me:25189: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -25200,7 +25203,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:25203: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:25206: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -25280,7 +25283,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:25283: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:25286: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -25297,23 +25300,23 @@ + fi + esac + +-echo "$as_me:25300: checking for db.h" >&5 ++echo "$as_me:25303: checking for db.h" >&5 + echo $ECHO_N "checking for db.h... $ECHO_C" >&6 + if test "${ac_cv_header_db_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25306 "configure" ++#line 25309 "configure" + #include "confdefs.h" + #include <db.h> + _ACEOF +-if { (eval echo "$as_me:25310: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:25313: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:25316: \$? = $ac_status" >&5 ++ echo "$as_me:25319: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -25332,11 +25335,11 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:25335: result: $ac_cv_header_db_h" >&5 ++echo "$as_me:25338: result: $ac_cv_header_db_h" >&5 + echo "${ECHO_T}$ac_cv_header_db_h" >&6 + if test "$ac_cv_header_db_h" = yes; then + +-echo "$as_me:25339: checking for version of db" >&5 ++echo "$as_me:25342: checking for version of db" >&5 + echo $ECHO_N "checking for version of db... $ECHO_C" >&6 + if test "${cf_cv_hashed_db_version+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -25347,10 +25350,10 @@ + for cf_db_version in 1 2 3 4 5 6 + do + +-echo "${as_me:-configure}:25350: testing checking for db version $cf_db_version ..." 1>&5 ++echo "${as_me:-configure}:25353: testing checking for db version $cf_db_version ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25353 "configure" ++#line 25356 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -25380,16 +25383,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:25383: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:25386: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:25386: \$? = $ac_status" >&5 ++ echo "$as_me:25389: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:25389: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25392: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25392: \$? = $ac_status" >&5 ++ echo "$as_me:25395: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_hashed_db_version=$cf_db_version +@@ -25403,16 +25406,16 @@ + done + + fi +-echo "$as_me:25406: result: $cf_cv_hashed_db_version" >&5 ++echo "$as_me:25409: result: $cf_cv_hashed_db_version" >&5 + echo "${ECHO_T}$cf_cv_hashed_db_version" >&6 + + if test "$cf_cv_hashed_db_version" = unknown ; then +- { { echo "$as_me:25410: error: Cannot determine version of db" >&5 ++ { { echo "$as_me:25413: error: Cannot determine version of db" >&5 + echo "$as_me: error: Cannot determine version of db" >&2;} + { (exit 1); exit 1; }; } + else + +-echo "$as_me:25415: checking for db libraries" >&5 ++echo "$as_me:25418: checking for db libraries" >&5 + echo $ECHO_N "checking for db libraries... $ECHO_C" >&6 + if test "${cf_cv_hashed_db_libs+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -25442,10 +25445,10 @@ + + fi + +-echo "${as_me:-configure}:25445: testing checking for library $cf_db_libs ..." 1>&5 ++echo "${as_me:-configure}:25448: testing checking for library $cf_db_libs ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25448 "configure" ++#line 25451 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -25500,16 +25503,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:25503: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:25506: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:25506: \$? = $ac_status" >&5 ++ echo "$as_me:25509: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:25509: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25512: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25512: \$? = $ac_status" >&5 ++ echo "$as_me:25515: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + if test -n "$cf_db_libs" ; then +@@ -25529,11 +25532,11 @@ + done + + fi +-echo "$as_me:25532: result: $cf_cv_hashed_db_libs" >&5 ++echo "$as_me:25535: result: $cf_cv_hashed_db_libs" >&5 + echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6 + + if test "$cf_cv_hashed_db_libs" = unknown ; then +- { { echo "$as_me:25536: error: Cannot determine library for db" >&5 ++ { { echo "$as_me:25539: error: Cannot determine library for db" >&5 + echo "$as_me: error: Cannot determine library for db" >&2;} + { (exit 1); exit 1; }; } + elif test "$cf_cv_hashed_db_libs" != default ; then +@@ -25559,7 +25562,7 @@ + + else + +- { { echo "$as_me:25562: error: Cannot find db.h" >&5 ++ { { echo "$as_me:25565: error: Cannot find db.h" >&5 + echo "$as_me: error: Cannot find db.h" >&2;} + { (exit 1); exit 1; }; } + +@@ -25574,7 +25577,7 @@ + + # Just in case, check if the C compiler has a bool type. + +-echo "$as_me:25577: checking if we should include stdbool.h" >&5 ++echo "$as_me:25580: checking if we should include stdbool.h" >&5 + echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 + + if test "${cf_cv_header_stdbool_h+set}" = set; then +@@ -25582,7 +25585,7 @@ + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25585 "configure" ++#line 25588 "configure" + #include "confdefs.h" + + int +@@ -25594,23 +25597,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:25597: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:25600: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:25600: \$? = $ac_status" >&5 ++ echo "$as_me:25603: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:25603: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25606: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25606: \$? = $ac_status" >&5 ++ echo "$as_me:25609: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_header_stdbool_h=0 + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25613 "configure" ++#line 25616 "configure" + #include "confdefs.h" + + #ifndef __BEOS__ +@@ -25626,16 +25629,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:25629: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:25632: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:25632: \$? = $ac_status" >&5 ++ echo "$as_me:25635: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:25635: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25638: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25638: \$? = $ac_status" >&5 ++ echo "$as_me:25641: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_header_stdbool_h=1 + else +@@ -25649,13 +25652,13 @@ + fi + + if test "$cf_cv_header_stdbool_h" = 1 +-then echo "$as_me:25652: result: yes" >&5 ++then echo "$as_me:25655: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +-else echo "$as_me:25654: result: no" >&5 ++else echo "$as_me:25657: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +-echo "$as_me:25658: checking for builtin bool type" >&5 ++echo "$as_me:25661: checking for builtin bool type" >&5 + echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 + + if test "${cf_cv_cc_bool_type+set}" = set; then +@@ -25663,7 +25666,7 @@ + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25666 "configure" ++#line 25669 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -25678,16 +25681,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:25681: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:25684: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:25684: \$? = $ac_status" >&5 ++ echo "$as_me:25687: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:25687: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25690: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25690: \$? = $ac_status" >&5 ++ echo "$as_me:25693: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_cc_bool_type=1 + else +@@ -25700,9 +25703,9 @@ + fi + + if test "$cf_cv_cc_bool_type" = 1 +-then echo "$as_me:25703: result: yes" >&5 ++then echo "$as_me:25706: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +-else echo "$as_me:25705: result: no" >&5 ++else echo "$as_me:25708: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -25719,10 +25722,10 @@ + + cf_save="$LIBS" + LIBS="$LIBS $CXXLIBS" +- echo "$as_me:25722: checking if we already have C++ library" >&5 ++ echo "$as_me:25725: checking if we already have C++ library" >&5 + echo $ECHO_N "checking if we already have C++ library... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25725 "configure" ++#line 25728 "configure" + #include "confdefs.h" + + #include <iostream> +@@ -25736,16 +25739,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:25739: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:25742: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:25742: \$? = $ac_status" >&5 ++ echo "$as_me:25745: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:25745: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25748: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25748: \$? = $ac_status" >&5 ++ echo "$as_me:25751: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_have_libstdcpp=yes + else +@@ -25754,7 +25757,7 @@ + cf_have_libstdcpp=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:25757: result: $cf_have_libstdcpp" >&5 ++ echo "$as_me:25760: result: $cf_have_libstdcpp" >&5 + echo "${ECHO_T}$cf_have_libstdcpp" >&6 + LIBS="$cf_save" + +@@ -25773,7 +25776,7 @@ + ;; + esac + +- echo "$as_me:25776: checking for library $cf_stdcpp_libname" >&5 ++ echo "$as_me:25779: checking for library $cf_stdcpp_libname" >&5 + echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6 + if test "${cf_cv_libstdcpp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -25799,7 +25802,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25802 "configure" ++#line 25805 "configure" + #include "confdefs.h" + + #include <iostream> +@@ -25813,16 +25816,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:25816: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:25819: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:25819: \$? = $ac_status" >&5 ++ echo "$as_me:25822: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:25822: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25825: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25825: \$? = $ac_status" >&5 ++ echo "$as_me:25828: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_libstdcpp=yes + else +@@ -25834,7 +25837,7 @@ + LIBS="$cf_save" + + fi +-echo "$as_me:25837: result: $cf_cv_libstdcpp" >&5 ++echo "$as_me:25840: result: $cf_cv_libstdcpp" >&5 + echo "${ECHO_T}$cf_cv_libstdcpp" >&6 + test "$cf_cv_libstdcpp" = yes && { + cf_add_libs="$CXXLIBS" +@@ -25856,7 +25859,7 @@ + fi + fi + +- echo "$as_me:25859: checking whether $CXX understands -c and -o together" >&5 ++ echo "$as_me:25862: checking whether $CXX understands -c and -o together" >&5 + echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6 + if test "${cf_cv_prog_CXX_c_o+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -25871,15 +25874,15 @@ + # We do the test twice because some compilers refuse to overwrite an + # existing .o file with -o, though they will create one. + ac_try='$CXX $CXXFLAGS $CPPFLAGS -c conftest.$ac_ext -o conftest2.$ac_objext >&5' +-if { (eval echo "$as_me:25874: \"$ac_try\"") >&5 ++if { (eval echo "$as_me:25877: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25877: \$? = $ac_status" >&5 ++ echo "$as_me:25880: \$? = $ac_status" >&5 + (exit "$ac_status"); } && +- test -f conftest2.$ac_objext && { (eval echo "$as_me:25879: \"$ac_try\"") >&5 ++ test -f conftest2.$ac_objext && { (eval echo "$as_me:25882: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25882: \$? = $ac_status" >&5 ++ echo "$as_me:25885: \$? = $ac_status" >&5 + (exit "$ac_status"); }; + then + eval cf_cv_prog_CXX_c_o=yes +@@ -25890,10 +25893,10 @@ + + fi + if test "$cf_cv_prog_CXX_c_o" = yes; then +- echo "$as_me:25893: result: yes" >&5 ++ echo "$as_me:25896: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else +- echo "$as_me:25896: result: no" >&5 ++ echo "$as_me:25899: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -25913,7 +25916,7 @@ + ;; + esac + if test "$GXX" = yes; then +- echo "$as_me:25916: checking for lib$cf_gpp_libname" >&5 ++ echo "$as_me:25919: checking for lib$cf_gpp_libname" >&5 + echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 + cf_save="$LIBS" + +@@ -25934,7 +25937,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25937 "configure" ++#line 25940 "configure" + #include "confdefs.h" + + #include <$cf_gpp_libname/builtin.h> +@@ -25948,16 +25951,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:25951: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:25954: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:25954: \$? = $ac_status" >&5 ++ echo "$as_me:25957: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:25957: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:25960: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:25960: \$? = $ac_status" >&5 ++ echo "$as_me:25963: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cxx_library=yes + +@@ -25994,7 +25997,7 @@ + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 25997 "configure" ++#line 26000 "configure" + #include "confdefs.h" + + #include <builtin.h> +@@ -26008,16 +26011,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:26011: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:26014: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:26014: \$? = $ac_status" >&5 ++ echo "$as_me:26017: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:26017: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26020: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26020: \$? = $ac_status" >&5 ++ echo "$as_me:26023: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cxx_library=yes + +@@ -26050,7 +26053,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS="$cf_save" +- echo "$as_me:26053: result: $cf_cxx_library" >&5 ++ echo "$as_me:26056: result: $cf_cxx_library" >&5 + echo "${ECHO_T}$cf_cxx_library" >&6 + fi + +@@ -26066,7 +26069,7 @@ + ac_link='$CXX -o "conftest$ac_exeext" $CXXFLAGS $CPPFLAGS $LDFLAGS "conftest.$ac_ext" $LIBS >&5' + ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + ac_main_return="return" +-echo "$as_me:26069: checking how to run the C++ preprocessor" >&5 ++echo "$as_me:26072: checking how to run the C++ preprocessor" >&5 + echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 + if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then +@@ -26083,18 +26086,18 @@ + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26086 "configure" ++#line 26089 "configure" + #include "confdefs.h" + #include <assert.h> + Syntax error + _ACEOF +-if { (eval echo "$as_me:26091: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:26094: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:26097: \$? = $ac_status" >&5 ++ echo "$as_me:26100: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag +@@ -26117,17 +26120,17 @@ + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26120 "configure" ++#line 26123 "configure" + #include "confdefs.h" + #include <ac_nonexistent.h> + _ACEOF +-if { (eval echo "$as_me:26124: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:26127: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:26130: \$? = $ac_status" >&5 ++ echo "$as_me:26133: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag +@@ -26164,7 +26167,7 @@ + else + ac_cv_prog_CXXCPP=$CXXCPP + fi +-echo "$as_me:26167: result: $CXXCPP" >&5 ++echo "$as_me:26170: result: $CXXCPP" >&5 + echo "${ECHO_T}$CXXCPP" >&6 + ac_preproc_ok=false + for ac_cxx_preproc_warn_flag in '' yes +@@ -26174,18 +26177,18 @@ + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26177 "configure" ++#line 26180 "configure" + #include "confdefs.h" + #include <assert.h> + Syntax error + _ACEOF +-if { (eval echo "$as_me:26182: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:26185: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:26188: \$? = $ac_status" >&5 ++ echo "$as_me:26191: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag +@@ -26208,17 +26211,17 @@ + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26211 "configure" ++#line 26214 "configure" + #include "confdefs.h" + #include <ac_nonexistent.h> + _ACEOF +-if { (eval echo "$as_me:26215: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:26218: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:26221: \$? = $ac_status" >&5 ++ echo "$as_me:26224: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag +@@ -26246,7 +26249,7 @@ + if $ac_preproc_ok; then + : + else +- { { echo "$as_me:26249: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 ++ { { echo "$as_me:26252: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 + echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -26261,23 +26264,23 @@ + for ac_header in typeinfo + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:26264: checking for $ac_header" >&5 ++echo "$as_me:26267: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26270 "configure" ++#line 26273 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:26274: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:26277: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:26280: \$? = $ac_status" >&5 ++ echo "$as_me:26283: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag +@@ -26296,7 +26299,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:26299: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:26302: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -26309,23 +26312,23 @@ + for ac_header in iostream + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:26312: checking for $ac_header" >&5 ++echo "$as_me:26315: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26318 "configure" ++#line 26321 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:26322: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:26325: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:26328: \$? = $ac_status" >&5 ++ echo "$as_me:26331: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag +@@ -26344,7 +26347,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:26347: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:26350: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -26355,10 +26358,10 @@ + done + + if test x"$ac_cv_header_iostream" = xyes ; then +- echo "$as_me:26358: checking if iostream uses std-namespace" >&5 ++ echo "$as_me:26361: checking if iostream uses std-namespace" >&5 + echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26361 "configure" ++#line 26364 "configure" + #include "confdefs.h" + + #include <iostream> +@@ -26375,16 +26378,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26378: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26381: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26381: \$? = $ac_status" >&5 ++ echo "$as_me:26384: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26384: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26387: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26387: \$? = $ac_status" >&5 ++ echo "$as_me:26390: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_iostream_namespace=yes + else +@@ -26393,7 +26396,7 @@ + cf_iostream_namespace=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:26396: result: $cf_iostream_namespace" >&5 ++ echo "$as_me:26399: result: $cf_iostream_namespace" >&5 + echo "${ECHO_T}$cf_iostream_namespace" >&6 + if test "$cf_iostream_namespace" = yes ; then + +@@ -26404,7 +26407,7 @@ + fi + fi + +-echo "$as_me:26407: checking if we should include stdbool.h" >&5 ++echo "$as_me:26410: checking if we should include stdbool.h" >&5 + echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 + + if test "${cf_cv_header_stdbool_h+set}" = set; then +@@ -26412,7 +26415,7 @@ + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26415 "configure" ++#line 26418 "configure" + #include "confdefs.h" + + int +@@ -26424,23 +26427,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26427: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26430: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26430: \$? = $ac_status" >&5 ++ echo "$as_me:26433: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26433: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26436: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26436: \$? = $ac_status" >&5 ++ echo "$as_me:26439: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_header_stdbool_h=0 + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26443 "configure" ++#line 26446 "configure" + #include "confdefs.h" + + #ifndef __BEOS__ +@@ -26456,16 +26459,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26459: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26462: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26462: \$? = $ac_status" >&5 ++ echo "$as_me:26465: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26465: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26468: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26468: \$? = $ac_status" >&5 ++ echo "$as_me:26471: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_header_stdbool_h=1 + else +@@ -26479,13 +26482,13 @@ + fi + + if test "$cf_cv_header_stdbool_h" = 1 +-then echo "$as_me:26482: result: yes" >&5 ++then echo "$as_me:26485: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +-else echo "$as_me:26484: result: no" >&5 ++else echo "$as_me:26487: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +-echo "$as_me:26488: checking for builtin bool type" >&5 ++echo "$as_me:26491: checking for builtin bool type" >&5 + echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 + + if test "${cf_cv_builtin_bool+set}" = set; then +@@ -26493,7 +26496,7 @@ + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26496 "configure" ++#line 26499 "configure" + #include "confdefs.h" + + #include <stdio.h> +@@ -26508,16 +26511,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26511: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26514: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26514: \$? = $ac_status" >&5 ++ echo "$as_me:26517: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26517: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26520: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26520: \$? = $ac_status" >&5 ++ echo "$as_me:26523: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_builtin_bool=1 + else +@@ -26530,19 +26533,19 @@ + fi + + if test "$cf_cv_builtin_bool" = 1 +-then echo "$as_me:26533: result: yes" >&5 ++then echo "$as_me:26536: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +-else echo "$as_me:26535: result: no" >&5 ++else echo "$as_me:26538: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +-echo "$as_me:26539: checking for bool" >&5 ++echo "$as_me:26542: checking for bool" >&5 + echo $ECHO_N "checking for bool... $ECHO_C" >&6 + if test "${ac_cv_type_bool+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26545 "configure" ++#line 26548 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26577,16 +26580,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26580: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26583: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26583: \$? = $ac_status" >&5 ++ echo "$as_me:26586: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26586: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26589: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26589: \$? = $ac_status" >&5 ++ echo "$as_me:26592: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_bool=yes + else +@@ -26596,10 +26599,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:26599: result: $ac_cv_type_bool" >&5 ++echo "$as_me:26602: result: $ac_cv_type_bool" >&5 + echo "${ECHO_T}$ac_cv_type_bool" >&6 + +-echo "$as_me:26602: checking size of bool" >&5 ++echo "$as_me:26605: checking size of bool" >&5 + echo $ECHO_N "checking size of bool... $ECHO_C" >&6 + if test "${ac_cv_sizeof_bool+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -26608,7 +26611,7 @@ + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26611 "configure" ++#line 26614 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26640,21 +26643,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26643: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26646: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26646: \$? = $ac_status" >&5 ++ echo "$as_me:26649: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26649: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26652: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26652: \$? = $ac_status" >&5 ++ echo "$as_me:26655: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26657 "configure" ++#line 26660 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26686,16 +26689,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26689: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26692: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26692: \$? = $ac_status" >&5 ++ echo "$as_me:26695: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26695: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26698: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26698: \$? = $ac_status" >&5 ++ echo "$as_me:26701: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid; break + else +@@ -26711,7 +26714,7 @@ + ac_hi=-1 ac_mid=-1 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26714 "configure" ++#line 26717 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26743,16 +26746,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26746: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26749: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26749: \$? = $ac_status" >&5 ++ echo "$as_me:26752: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26752: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26755: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26755: \$? = $ac_status" >&5 ++ echo "$as_me:26758: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=$ac_mid; break + else +@@ -26768,7 +26771,7 @@ + while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26771 "configure" ++#line 26774 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26800,16 +26803,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:26803: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:26806: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:26806: \$? = $ac_status" >&5 ++ echo "$as_me:26809: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:26809: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26812: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26812: \$? = $ac_status" >&5 ++ echo "$as_me:26815: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid + else +@@ -26822,12 +26825,12 @@ + ac_cv_sizeof_bool=$ac_lo + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:26825: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:26828: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26830 "configure" ++#line 26833 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26863,15 +26866,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:26866: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:26869: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:26869: \$? = $ac_status" >&5 ++ echo "$as_me:26872: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:26871: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26874: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26874: \$? = $ac_status" >&5 ++ echo "$as_me:26877: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sizeof_bool=`cat conftest.val` + else +@@ -26887,13 +26890,13 @@ + ac_cv_sizeof_bool=0 + fi + fi +-echo "$as_me:26890: result: $ac_cv_sizeof_bool" >&5 ++echo "$as_me:26893: result: $ac_cv_sizeof_bool" >&5 + echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 + cat >>confdefs.h <<EOF + #define SIZEOF_BOOL $ac_cv_sizeof_bool + EOF + +-echo "$as_me:26896: checking for type of bool" >&5 ++echo "$as_me:26899: checking for type of bool" >&5 + echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 + if test "${cf_cv_type_of_bool+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -26912,7 +26915,7 @@ + + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 26915 "configure" ++#line 26918 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -26953,15 +26956,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:26956: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:26959: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:26959: \$? = $ac_status" >&5 ++ echo "$as_me:26962: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:26961: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:26964: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:26964: \$? = $ac_status" >&5 ++ echo "$as_me:26967: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_type_of_bool=`cat cf_test.out` + if test -z "$cf_cv_type_of_bool"; then +@@ -26978,19 +26981,19 @@ + rm -f cf_test.out + + fi +-echo "$as_me:26981: result: $cf_cv_type_of_bool" >&5 ++echo "$as_me:26984: result: $cf_cv_type_of_bool" >&5 + echo "${ECHO_T}$cf_cv_type_of_bool" >&6 + + if test "$cf_cv_type_of_bool" = unknown ; then + case .$NCURSES_BOOL in + (.auto|.) NCURSES_BOOL=unsigned;; + esac +- { echo "$as_me:26988: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 ++ { echo "$as_me:26991: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 + echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} + cf_cv_type_of_bool=$NCURSES_BOOL + fi + +-echo "$as_me:26993: checking for special defines needed for etip.h" >&5 ++echo "$as_me:26996: checking for special defines needed for etip.h" >&5 + echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6 + cf_save_CXXFLAGS="$CXXFLAGS" + cf_result="none" +@@ -27008,7 +27011,7 @@ + test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}" + test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27011 "configure" ++#line 27014 "configure" + #include "confdefs.h" + + #include <etip.h.in> +@@ -27022,16 +27025,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27025: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27028: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27028: \$? = $ac_status" >&5 ++ echo "$as_me:27031: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27031: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27034: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27034: \$? = $ac_status" >&5 ++ echo "$as_me:27037: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + test -n "$cf_math" && cat >>confdefs.h <<EOF +@@ -27052,12 +27055,12 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + done + done +-echo "$as_me:27055: result: ${cf_result:-(none)}" >&5 ++echo "$as_me:27058: result: ${cf_result:-(none)}" >&5 + echo "${ECHO_T}${cf_result:-(none)}" >&6 + CXXFLAGS="$cf_save_CXXFLAGS" + + if test -n "$CXX"; then +-echo "$as_me:27060: checking if $CXX accepts override keyword" >&5 ++echo "$as_me:27063: checking if $CXX accepts override keyword" >&5 + echo $ECHO_N "checking if $CXX accepts override keyword... $ECHO_C" >&6 + if test "${cf_cv_cpp_override+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27074,7 +27077,7 @@ + cf_cv_cpp_override=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27077 "configure" ++#line 27080 "configure" + #include "confdefs.h" + + class base +@@ -27093,15 +27096,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:27096: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:27099: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:27099: \$? = $ac_status" >&5 ++ echo "$as_me:27102: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:27101: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27104: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27104: \$? = $ac_status" >&5 ++ echo "$as_me:27107: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_cpp_override=yes + else +@@ -27120,7 +27123,7 @@ + ac_main_return="return" + + fi +-echo "$as_me:27123: result: $cf_cv_cpp_override" >&5 ++echo "$as_me:27126: result: $cf_cv_cpp_override" >&5 + echo "${ECHO_T}$cf_cv_cpp_override" >&6 + fi + test "$cf_cv_cpp_override" = yes && +@@ -27129,7 +27132,7 @@ + EOF + + if test -n "$CXX"; then +-echo "$as_me:27132: checking if $CXX accepts parameter initialization" >&5 ++echo "$as_me:27135: checking if $CXX accepts parameter initialization" >&5 + echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6 + if test "${cf_cv_cpp_param_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27146,7 +27149,7 @@ + cf_cv_cpp_param_init=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27149 "configure" ++#line 27152 "configure" + #include "confdefs.h" + + class TEST { +@@ -27165,15 +27168,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:27168: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:27171: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:27171: \$? = $ac_status" >&5 ++ echo "$as_me:27174: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:27173: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27176: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27176: \$? = $ac_status" >&5 ++ echo "$as_me:27179: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_cpp_param_init=yes + else +@@ -27192,7 +27195,7 @@ + ac_main_return="return" + + fi +-echo "$as_me:27195: result: $cf_cv_cpp_param_init" >&5 ++echo "$as_me:27198: result: $cf_cv_cpp_param_init" >&5 + echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 + fi + test "$cf_cv_cpp_param_init" = yes && +@@ -27202,7 +27205,7 @@ + + if test -n "$CXX"; then + +-echo "$as_me:27205: checking if $CXX accepts static_cast" >&5 ++echo "$as_me:27208: checking if $CXX accepts static_cast" >&5 + echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6 + if test "${cf_cv_cpp_static_cast+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27216,7 +27219,7 @@ + ac_main_return="return" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27219 "configure" ++#line 27222 "configure" + #include "confdefs.h" + + class NCursesPanel +@@ -27260,16 +27263,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27263: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27266: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27266: \$? = $ac_status" >&5 ++ echo "$as_me:27269: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27269: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27272: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27272: \$? = $ac_status" >&5 ++ echo "$as_me:27275: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_cpp_static_cast=yes + else +@@ -27287,7 +27290,7 @@ + ac_main_return="return" + + fi +-echo "$as_me:27290: result: $cf_cv_cpp_static_cast" >&5 ++echo "$as_me:27293: result: $cf_cv_cpp_static_cast" >&5 + echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 + + fi +@@ -27336,13 +27339,13 @@ + else + if test "$cf_cv_header_stdbool_h" = 1 ; then + +-echo "$as_me:27339: checking for bool" >&5 ++echo "$as_me:27342: checking for bool" >&5 + echo $ECHO_N "checking for bool... $ECHO_C" >&6 + if test "${ac_cv_type_bool+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27345 "configure" ++#line 27348 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27377,16 +27380,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27380: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27383: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27383: \$? = $ac_status" >&5 ++ echo "$as_me:27386: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27386: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27389: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27389: \$? = $ac_status" >&5 ++ echo "$as_me:27392: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_bool=yes + else +@@ -27396,10 +27399,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:27399: result: $ac_cv_type_bool" >&5 ++echo "$as_me:27402: result: $ac_cv_type_bool" >&5 + echo "${ECHO_T}$ac_cv_type_bool" >&6 + +-echo "$as_me:27402: checking size of bool" >&5 ++echo "$as_me:27405: checking size of bool" >&5 + echo $ECHO_N "checking size of bool... $ECHO_C" >&6 + if test "${ac_cv_sizeof_bool+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27408,7 +27411,7 @@ + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27411 "configure" ++#line 27414 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27440,21 +27443,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27443: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27446: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27446: \$? = $ac_status" >&5 ++ echo "$as_me:27449: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27449: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27452: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27452: \$? = $ac_status" >&5 ++ echo "$as_me:27455: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27457 "configure" ++#line 27460 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27486,16 +27489,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27489: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27492: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27492: \$? = $ac_status" >&5 ++ echo "$as_me:27495: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27495: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27498: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27498: \$? = $ac_status" >&5 ++ echo "$as_me:27501: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid; break + else +@@ -27511,7 +27514,7 @@ + ac_hi=-1 ac_mid=-1 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27514 "configure" ++#line 27517 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27543,16 +27546,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27546: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27549: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27549: \$? = $ac_status" >&5 ++ echo "$as_me:27552: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27552: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27555: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27555: \$? = $ac_status" >&5 ++ echo "$as_me:27558: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=$ac_mid; break + else +@@ -27568,7 +27571,7 @@ + while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27571 "configure" ++#line 27574 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27600,16 +27603,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:27603: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:27606: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:27606: \$? = $ac_status" >&5 ++ echo "$as_me:27609: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:27609: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27612: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27612: \$? = $ac_status" >&5 ++ echo "$as_me:27615: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid + else +@@ -27622,12 +27625,12 @@ + ac_cv_sizeof_bool=$ac_lo + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:27625: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:27628: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27630 "configure" ++#line 27633 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27663,15 +27666,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:27666: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:27669: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:27669: \$? = $ac_status" >&5 ++ echo "$as_me:27672: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:27671: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27674: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27674: \$? = $ac_status" >&5 ++ echo "$as_me:27677: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sizeof_bool=`cat conftest.val` + else +@@ -27687,13 +27690,13 @@ + ac_cv_sizeof_bool=0 + fi + fi +-echo "$as_me:27690: result: $ac_cv_sizeof_bool" >&5 ++echo "$as_me:27693: result: $ac_cv_sizeof_bool" >&5 + echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 + cat >>confdefs.h <<EOF + #define SIZEOF_BOOL $ac_cv_sizeof_bool + EOF + +-echo "$as_me:27696: checking for type of bool" >&5 ++echo "$as_me:27699: checking for type of bool" >&5 + echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 + if test "${cf_cv_type_of_bool+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27712,7 +27715,7 @@ + + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 27715 "configure" ++#line 27718 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -27753,15 +27756,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:27756: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:27759: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:27759: \$? = $ac_status" >&5 ++ echo "$as_me:27762: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:27761: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:27764: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:27764: \$? = $ac_status" >&5 ++ echo "$as_me:27767: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_type_of_bool=`cat cf_test.out` + if test -z "$cf_cv_type_of_bool"; then +@@ -27778,26 +27781,26 @@ + rm -f cf_test.out + + fi +-echo "$as_me:27781: result: $cf_cv_type_of_bool" >&5 ++echo "$as_me:27784: result: $cf_cv_type_of_bool" >&5 + echo "${ECHO_T}$cf_cv_type_of_bool" >&6 + + if test "$cf_cv_type_of_bool" = unknown ; then + case .$NCURSES_BOOL in + (.auto|.) NCURSES_BOOL=unsigned;; + esac +- { echo "$as_me:27788: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 ++ { echo "$as_me:27791: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 + echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} + cf_cv_type_of_bool=$NCURSES_BOOL + fi + + else +- echo "$as_me:27794: checking for fallback type of bool" >&5 ++ echo "$as_me:27797: checking for fallback type of bool" >&5 + echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6 + case "$host_cpu" in + (i?86) cf_cv_type_of_bool=char ;; + (*) cf_cv_type_of_bool=int ;; + esac +- echo "$as_me:27800: result: $cf_cv_type_of_bool" >&5 ++ echo "$as_me:27803: result: $cf_cv_type_of_bool" >&5 + echo "${ECHO_T}$cf_cv_type_of_bool" >&6 + fi + fi +@@ -27826,7 +27829,7 @@ + + if test "$cf_with_ada" != "no" ; then + if test "$with_libtool" != "no"; then +- { echo "$as_me:27829: WARNING: libtool does not support Ada - disabling feature" >&5 ++ { echo "$as_me:27832: WARNING: libtool does not support Ada - disabling feature" >&5 + echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} + cf_with_ada=no + fi +@@ -27837,7 +27840,7 @@ + + ADAFLAGS="$ADAFLAGS -gnatpn" + +- echo "$as_me:27840: checking optimization options for ADAFLAGS" >&5 ++ echo "$as_me:27843: checking optimization options for ADAFLAGS" >&5 + echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6 + case "$CFLAGS" in + (*-g*) +@@ -27854,10 +27857,10 @@ + + ;; + esac +- echo "$as_me:27857: result: $ADAFLAGS" >&5 ++ echo "$as_me:27860: result: $ADAFLAGS" >&5 + echo "${ECHO_T}$ADAFLAGS" >&6 + +-echo "$as_me:27860: checking if GNATPREP supports -T option" >&5 ++echo "$as_me:27863: checking if GNATPREP supports -T option" >&5 + echo $ECHO_N "checking if GNATPREP supports -T option... $ECHO_C" >&6 + if test "${cf_cv_gnatprep_opt_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27867,11 +27870,11 @@ + gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes + + fi +-echo "$as_me:27870: result: $cf_cv_gnatprep_opt_t" >&5 ++echo "$as_me:27873: result: $cf_cv_gnatprep_opt_t" >&5 + echo "${ECHO_T}$cf_cv_gnatprep_opt_t" >&6 + test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS" + +-echo "$as_me:27874: checking if GNAT supports generics" >&5 ++echo "$as_me:27877: checking if GNAT supports generics" >&5 + echo $ECHO_N "checking if GNAT supports generics... $ECHO_C" >&6 + case "$cf_cv_gnat_version" in + (3.1[1-9]*|3.[2-9]*|[4-9].*|[1-9][0-9].[0-9]*|20[0-9][0-9]) +@@ -27881,7 +27884,7 @@ + cf_gnat_generics=no + ;; + esac +-echo "$as_me:27884: result: $cf_gnat_generics" >&5 ++echo "$as_me:27887: result: $cf_gnat_generics" >&5 + echo "${ECHO_T}$cf_gnat_generics" >&6 + + if test "$cf_gnat_generics" = yes +@@ -27893,7 +27896,7 @@ + cf_generic_objects= + fi + +-echo "$as_me:27896: checking if GNAT supports SIGINT" >&5 ++echo "$as_me:27899: checking if GNAT supports SIGINT" >&5 + echo $ECHO_N "checking if GNAT supports SIGINT... $ECHO_C" >&6 + if test "${cf_cv_gnat_sigint+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -27941,7 +27944,7 @@ + rm -rf ./conftest* ./*~conftest* + + fi +-echo "$as_me:27944: result: $cf_cv_gnat_sigint" >&5 ++echo "$as_me:27947: result: $cf_cv_gnat_sigint" >&5 + echo "${ECHO_T}$cf_cv_gnat_sigint" >&6 + + if test "$cf_cv_gnat_sigint" = yes ; then +@@ -27954,7 +27957,7 @@ + cf_gnat_projects=no + + if test "$enable_gnat_projects" != no ; then +-echo "$as_me:27957: checking if GNAT supports project files" >&5 ++echo "$as_me:27960: checking if GNAT supports project files" >&5 + echo $ECHO_N "checking if GNAT supports project files... $ECHO_C" >&6 + case "$cf_cv_gnat_version" in + (3.[0-9]*) +@@ -28017,15 +28020,15 @@ + esac + ;; + esac +-echo "$as_me:28020: result: $cf_gnat_projects" >&5 ++echo "$as_me:28023: result: $cf_gnat_projects" >&5 + echo "${ECHO_T}$cf_gnat_projects" >&6 + fi # enable_gnat_projects + + if test "$cf_gnat_projects" = yes + then +- echo "$as_me:28026: checking if GNAT supports libraries" >&5 ++ echo "$as_me:28029: checking if GNAT supports libraries" >&5 + echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6 +- echo "$as_me:28028: result: $cf_gnat_libraries" >&5 ++ echo "$as_me:28031: result: $cf_gnat_libraries" >&5 + echo "${ECHO_T}$cf_gnat_libraries" >&6 + fi + +@@ -28045,7 +28048,7 @@ + then + USE_GNAT_MAKE_GPR="" + else +- { echo "$as_me:28048: WARNING: use old makefile rules since tools are missing" >&5 ++ { echo "$as_me:28051: WARNING: use old makefile rules since tools are missing" >&5 + echo "$as_me: WARNING: use old makefile rules since tools are missing" >&2;} + fi + fi +@@ -28057,7 +28060,7 @@ + USE_GNAT_LIBRARIES="#" + fi + +-echo "$as_me:28060: checking for Ada95 compiler" >&5 ++echo "$as_me:28063: checking for Ada95 compiler" >&5 + echo $ECHO_N "checking for Ada95 compiler... $ECHO_C" >&6 + + # Check whether --with-ada-compiler or --without-ada-compiler was given. +@@ -28068,12 +28071,12 @@ + cf_ada_compiler=gnatmake + fi; + +-echo "$as_me:28071: result: $cf_ada_compiler" >&5 ++echo "$as_me:28074: result: $cf_ada_compiler" >&5 + echo "${ECHO_T}$cf_ada_compiler" >&6 + + cf_ada_package=terminal_interface + +-echo "$as_me:28076: checking for Ada95 include directory" >&5 ++echo "$as_me:28079: checking for Ada95 include directory" >&5 + echo $ECHO_N "checking for Ada95 include directory... $ECHO_C" >&6 + + # Check whether --with-ada-include or --without-ada-include was given. +@@ -28107,7 +28110,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:28110: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:28113: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -28116,10 +28119,10 @@ + fi + eval ADA_INCLUDE="$withval" + +-echo "$as_me:28119: result: $ADA_INCLUDE" >&5 ++echo "$as_me:28122: result: $ADA_INCLUDE" >&5 + echo "${ECHO_T}$ADA_INCLUDE" >&6 + +-echo "$as_me:28122: checking for Ada95 object directory" >&5 ++echo "$as_me:28125: checking for Ada95 object directory" >&5 + echo $ECHO_N "checking for Ada95 object directory... $ECHO_C" >&6 + + # Check whether --with-ada-objects or --without-ada-objects was given. +@@ -28153,7 +28156,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:28156: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:28159: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -28162,10 +28165,10 @@ + fi + eval ADA_OBJECTS="$withval" + +-echo "$as_me:28165: result: $ADA_OBJECTS" >&5 ++echo "$as_me:28168: result: $ADA_OBJECTS" >&5 + echo "${ECHO_T}$ADA_OBJECTS" >&6 + +-echo "$as_me:28168: checking whether to build an Ada95 shared library" >&5 ++echo "$as_me:28171: checking whether to build an Ada95 shared library" >&5 + echo $ECHO_N "checking whether to build an Ada95 shared library... $ECHO_C" >&6 + + # Check whether --with-ada-sharedlib or --without-ada-sharedlib was given. +@@ -28186,11 +28189,11 @@ + fi + fi + +-echo "$as_me:28189: result: $with_ada_sharedlib" >&5 ++echo "$as_me:28192: result: $with_ada_sharedlib" >&5 + echo "${ECHO_T}$with_ada_sharedlib" >&6 + if test "x$cf_ada_sharedlib_warn" != xno + then +- { echo "$as_me:28193: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 ++ { echo "$as_me:28196: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 + echo "$as_me: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&2;} + fi + +@@ -28208,7 +28211,7 @@ + + # allow the Ada binding to be renamed + +-echo "$as_me:28211: checking for Ada95 curses library name" >&5 ++echo "$as_me:28214: checking for Ada95 curses library name" >&5 + echo $ECHO_N "checking for Ada95 curses library name... $ECHO_C" >&6 + + # Check whether --with-ada-libname or --without-ada-libname was given. +@@ -28224,7 +28227,7 @@ + ;; + esac + +-echo "$as_me:28227: result: $ADA_LIBNAME" >&5 ++echo "$as_me:28230: result: $ADA_LIBNAME" >&5 + echo "${ECHO_T}$ADA_LIBNAME" >&6 + + fi +@@ -28235,13 +28238,13 @@ + + # do this "late" to avoid conflict with header-checks + if test "x$with_widec" = xyes ; then +- echo "$as_me:28238: checking for wchar_t" >&5 ++ echo "$as_me:28241: checking for wchar_t" >&5 + echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6 + if test "${ac_cv_type_wchar_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28244 "configure" ++#line 28247 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -28256,16 +28259,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:28259: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:28262: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:28262: \$? = $ac_status" >&5 ++ echo "$as_me:28265: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:28265: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:28268: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:28268: \$? = $ac_status" >&5 ++ echo "$as_me:28271: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_wchar_t=yes + else +@@ -28275,10 +28278,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:28278: result: $ac_cv_type_wchar_t" >&5 ++echo "$as_me:28281: result: $ac_cv_type_wchar_t" >&5 + echo "${ECHO_T}$ac_cv_type_wchar_t" >&6 + +-echo "$as_me:28281: checking size of wchar_t" >&5 ++echo "$as_me:28284: checking size of wchar_t" >&5 + echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6 + if test "${ac_cv_sizeof_wchar_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -28287,7 +28290,7 @@ + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28290 "configure" ++#line 28293 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -28299,21 +28302,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:28302: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:28305: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:28305: \$? = $ac_status" >&5 ++ echo "$as_me:28308: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:28308: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:28311: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:28311: \$? = $ac_status" >&5 ++ echo "$as_me:28314: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28316 "configure" ++#line 28319 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -28325,16 +28328,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:28328: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:28331: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:28331: \$? = $ac_status" >&5 ++ echo "$as_me:28334: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:28334: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:28337: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:28337: \$? = $ac_status" >&5 ++ echo "$as_me:28340: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid; break + else +@@ -28350,7 +28353,7 @@ + ac_hi=-1 ac_mid=-1 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28353 "configure" ++#line 28356 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -28362,16 +28365,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:28365: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:28368: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:28368: \$? = $ac_status" >&5 ++ echo "$as_me:28371: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:28371: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:28374: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:28374: \$? = $ac_status" >&5 ++ echo "$as_me:28377: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=$ac_mid; break + else +@@ -28387,7 +28390,7 @@ + while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28390 "configure" ++#line 28393 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -28399,16 +28402,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:28402: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:28405: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:28405: \$? = $ac_status" >&5 ++ echo "$as_me:28408: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:28408: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:28411: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:28411: \$? = $ac_status" >&5 ++ echo "$as_me:28414: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid + else +@@ -28421,12 +28424,12 @@ + ac_cv_sizeof_wchar_t=$ac_lo + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:28424: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:28427: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28429 "configure" ++#line 28432 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -28442,15 +28445,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:28445: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:28448: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:28448: \$? = $ac_status" >&5 ++ echo "$as_me:28451: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:28450: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:28453: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:28453: \$? = $ac_status" >&5 ++ echo "$as_me:28456: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sizeof_wchar_t=`cat conftest.val` + else +@@ -28466,7 +28469,7 @@ + ac_cv_sizeof_wchar_t=0 + fi + fi +-echo "$as_me:28469: result: $ac_cv_sizeof_wchar_t" >&5 ++echo "$as_me:28472: result: $ac_cv_sizeof_wchar_t" >&5 + echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6 + cat >>confdefs.h <<EOF + #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t +@@ -28479,7 +28482,7 @@ + then + test -n "$verbose" && echo " test failed (assume 2)" 1>&6 + +-echo "${as_me:-configure}:28482: testing test failed (assume 2) ..." 1>&5 ++echo "${as_me:-configure}:28485: testing test failed (assume 2) ..." 1>&5 + + sed /SIZEOF_WCHAR_T/d confdefs.h >confdefs.tmp + mv confdefs.tmp confdefs.h +@@ -28497,7 +28500,7 @@ + ### chooses to split module lists into libraries. + ### + ### (see CF_LIB_RULES). +-echo "$as_me:28500: checking for library subsets" >&5 ++echo "$as_me:28503: checking for library subsets" >&5 + echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 + LIB_SUBSETS= + +@@ -28551,7 +28554,7 @@ + test "x$with_widec" = xyes && LIB_SUBSETS="${LIB_SUBSETS}+widechar" + test "x$with_ext_funcs" = xyes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs" + +-echo "$as_me:28554: result: $LIB_SUBSETS" >&5 ++echo "$as_me:28557: result: $LIB_SUBSETS" >&5 + echo "${ECHO_T}$LIB_SUBSETS" >&6 + + ### Construct the list of include-directories to be generated +@@ -28582,7 +28585,7 @@ + fi + + ### Build up pieces for makefile rules +-echo "$as_me:28585: checking default library suffix" >&5 ++echo "$as_me:28588: checking default library suffix" >&5 + echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 + + case $DFT_LWR_MODEL in +@@ -28593,10 +28596,10 @@ + (shared) DFT_ARG_SUFFIX='' ;; + esac + test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" +-echo "$as_me:28596: result: $DFT_ARG_SUFFIX" >&5 ++echo "$as_me:28599: result: $DFT_ARG_SUFFIX" >&5 + echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 + +-echo "$as_me:28599: checking default library-dependency suffix" >&5 ++echo "$as_me:28602: checking default library-dependency suffix" >&5 + echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 + + case X$DFT_LWR_MODEL in +@@ -28679,10 +28682,10 @@ + DFT_LIB_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_LIB_SUFFIX}" + DFT_DEP_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_DEP_SUFFIX}" + fi +-echo "$as_me:28682: result: $DFT_DEP_SUFFIX" >&5 ++echo "$as_me:28685: result: $DFT_DEP_SUFFIX" >&5 + echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 + +-echo "$as_me:28685: checking default object directory" >&5 ++echo "$as_me:28688: checking default object directory" >&5 + echo $ECHO_N "checking default object directory... $ECHO_C" >&6 + + case $DFT_LWR_MODEL in +@@ -28698,11 +28701,11 @@ + DFT_OBJ_SUBDIR='obj_s' ;; + esac + esac +-echo "$as_me:28701: result: $DFT_OBJ_SUBDIR" >&5 ++echo "$as_me:28704: result: $DFT_OBJ_SUBDIR" >&5 + echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 + + if test "x$cf_with_cxx" = xyes ; then +-echo "$as_me:28705: checking c++ library-dependency suffix" >&5 ++echo "$as_me:28708: checking c++ library-dependency suffix" >&5 + echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6 + if test "$with_libtool" != "no"; then + # libtool thinks it can make c++ shared libraries (perhaps only g++) +@@ -28795,7 +28798,7 @@ + fi + + fi +-echo "$as_me:28798: result: $CXX_LIB_SUFFIX" >&5 ++echo "$as_me:28801: result: $CXX_LIB_SUFFIX" >&5 + echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 + + fi +@@ -28971,19 +28974,19 @@ + + if test -n "$LDFLAGS_STATIC" && test -n "$LDFLAGS_SHARED" + then +- echo "$as_me:28974: checking if linker supports switching between static/dynamic" >&5 ++ echo "$as_me:28977: checking if linker supports switching between static/dynamic" >&5 + echo $ECHO_N "checking if linker supports switching between static/dynamic... $ECHO_C" >&6 + + rm -f libconftest.a + cat >conftest.$ac_ext <<EOF +-#line 28979 "configure" ++#line 28982 "configure" + #include <stdio.h> + int cf_ldflags_static(FILE *fp) { return fflush(fp); } + EOF +- if { (eval echo "$as_me:28983: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:28986: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:28986: \$? = $ac_status" >&5 ++ echo "$as_me:28989: \$? = $ac_status" >&5 + (exit "$ac_status"); } ; then + ( $AR $ARFLAGS libconftest.a conftest.o ) 2>&5 1>/dev/null + ( eval $RANLIB libconftest.a ) 2>&5 >/dev/null +@@ -28994,10 +28997,10 @@ + + LIBS="$LDFLAGS_STATIC -L`pwd` -lconftest $LDFLAGS_DYNAMIC $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 28997 "configure" ++#line 29000 "configure" + #include "confdefs.h" + +-#line 29000 "configure" ++#line 29003 "configure" + #include <stdio.h> + int cf_ldflags_static(FILE *fp); + +@@ -29012,16 +29015,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:29015: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:29018: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:29018: \$? = $ac_status" >&5 ++ echo "$as_me:29021: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:29021: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:29024: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:29024: \$? = $ac_status" >&5 ++ echo "$as_me:29027: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + # some linkers simply ignore the -dynamic +@@ -29044,7 +29047,7 @@ + rm -f libconftest.* + LIBS="$cf_save_LIBS" + +- echo "$as_me:29047: result: $cf_ldflags_static" >&5 ++ echo "$as_me:29050: result: $cf_ldflags_static" >&5 + echo "${ECHO_T}$cf_ldflags_static" >&6 + + if test "$cf_ldflags_static" != yes +@@ -29060,7 +29063,7 @@ + ;; + esac + +-echo "$as_me:29063: checking where we will install curses.h" >&5 ++echo "$as_me:29066: checking where we will install curses.h" >&5 + echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 + + includesubdir= +@@ -29070,7 +29073,7 @@ + then + includesubdir="/ncurses${USE_LIB_SUFFIX}" + fi +-echo "$as_me:29073: result: ${includedir}${includesubdir}" >&5 ++echo "$as_me:29076: result: ${includedir}${includesubdir}" >&5 + echo "${ECHO_T}${includedir}${includesubdir}" >&6 + + ### Resolve a conflict between normal and wide-curses by forcing applications +@@ -29078,7 +29081,7 @@ + if test "$with_overwrite" != no ; then + if test "$NCURSES_LIBUTF8" = 1 ; then + NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' +- { echo "$as_me:29081: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 ++ { echo "$as_me:29084: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 + echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;} + fi + fi +@@ -29103,7 +29106,7 @@ + + # pkgsrc uses these + +-echo "$as_me:29106: checking for desired basename for form library" >&5 ++echo "$as_me:29109: checking for desired basename for form library" >&5 + echo $ECHO_N "checking for desired basename for form library... $ECHO_C" >&6 + + # Check whether --with-form-libname or --without-form-libname was given. +@@ -29123,10 +29126,10 @@ + ;; + esac + +-echo "$as_me:29126: result: $FORM_NAME" >&5 ++echo "$as_me:29129: result: $FORM_NAME" >&5 + echo "${ECHO_T}$FORM_NAME" >&6 + +-echo "$as_me:29129: checking for desired basename for menu library" >&5 ++echo "$as_me:29132: checking for desired basename for menu library" >&5 + echo $ECHO_N "checking for desired basename for menu library... $ECHO_C" >&6 + + # Check whether --with-menu-libname or --without-menu-libname was given. +@@ -29146,10 +29149,10 @@ + ;; + esac + +-echo "$as_me:29149: result: $MENU_NAME" >&5 ++echo "$as_me:29152: result: $MENU_NAME" >&5 + echo "${ECHO_T}$MENU_NAME" >&6 + +-echo "$as_me:29152: checking for desired basename for panel library" >&5 ++echo "$as_me:29155: checking for desired basename for panel library" >&5 + echo $ECHO_N "checking for desired basename for panel library... $ECHO_C" >&6 + + # Check whether --with-panel-libname or --without-panel-libname was given. +@@ -29169,10 +29172,10 @@ + ;; + esac + +-echo "$as_me:29172: result: $PANEL_NAME" >&5 ++echo "$as_me:29175: result: $PANEL_NAME" >&5 + echo "${ECHO_T}$PANEL_NAME" >&6 + +-echo "$as_me:29175: checking for desired basename for cxx library" >&5 ++echo "$as_me:29178: checking for desired basename for cxx library" >&5 + echo $ECHO_N "checking for desired basename for cxx library... $ECHO_C" >&6 + + # Check whether --with-cxx-libname or --without-cxx-libname was given. +@@ -29192,13 +29195,13 @@ + ;; + esac + +-echo "$as_me:29195: result: $CXX_NAME" >&5 ++echo "$as_me:29198: result: $CXX_NAME" >&5 + echo "${ECHO_T}$CXX_NAME" >&6 + + ### Construct the list of subdirectories for which we'll customize makefiles + ### with the appropriate compile-rules. + +-echo "$as_me:29201: checking for src modules" >&5 ++echo "$as_me:29204: checking for src modules" >&5 + echo $ECHO_N "checking for src modules... $ECHO_C" >&6 + + # dependencies and linker-arguments for test-programs +@@ -29257,7 +29260,7 @@ + fi + fi + done +-echo "$as_me:29260: result: $cf_cv_src_modules" >&5 ++echo "$as_me:29263: result: $cf_cv_src_modules" >&5 + echo "${ECHO_T}$cf_cv_src_modules" >&6 + + TEST_ARGS="-L${LIB_DIR} $TEST_ARGS" +@@ -29418,7 +29421,7 @@ + (*-D_XOPEN_SOURCE_EXTENDED*) + test -n "$verbose" && echo " moving _XOPEN_SOURCE_EXTENDED to work around g++ problem" 1>&6 + +-echo "${as_me:-configure}:29421: testing moving _XOPEN_SOURCE_EXTENDED to work around g++ problem ..." 1>&5 ++echo "${as_me:-configure}:29424: testing moving _XOPEN_SOURCE_EXTENDED to work around g++ problem ..." 1>&5 + + CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED" + CPPFLAGS=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/-D_XOPEN_SOURCE_EXTENDED//'` +@@ -29429,7 +29432,7 @@ + + # Help to automatically enable the extended curses features when using either + # the *-config or the ".pc" files by adding defines. +-echo "$as_me:29432: checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script" >&5 ++echo "$as_me:29435: checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script" >&5 + echo $ECHO_N "checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script... $ECHO_C" >&6 + PKG_CFLAGS= + for cf_loop1 in $CPPFLAGS_after_XOPEN +@@ -29445,7 +29448,7 @@ + done + test "$cf_found" = no && PKG_CFLAGS="$PKG_CFLAGS $cf_loop1" + done +-echo "$as_me:29448: result: $PKG_CFLAGS" >&5 ++echo "$as_me:29451: result: $PKG_CFLAGS" >&5 + echo "${ECHO_T}$PKG_CFLAGS" >&6 + + case "$cf_cv_system_name" in +@@ -29517,7 +29520,7 @@ + cf_filter_syms=$cf_dft_filter_syms + test -n "$verbose" && echo " will map symbols to ABI=$cf_cv_abi_default" 1>&6 + +-echo "${as_me:-configure}:29520: testing will map symbols to ABI=$cf_cv_abi_default ..." 1>&5 ++echo "${as_me:-configure}:29523: testing will map symbols to ABI=$cf_cv_abi_default ..." 1>&5 + + fi + +@@ -29544,7 +29547,7 @@ + + # This is used for the *-config script and *.pc data files. + +-echo "$as_me:29547: checking for linker search path" >&5 ++echo "$as_me:29550: checking for linker search path" >&5 + echo $ECHO_N "checking for linker search path... $ECHO_C" >&6 + if test "${cf_cv_ld_searchpath+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -29592,7 +29595,7 @@ + cf_pathlist="$cf_pathlist /lib /usr/lib" + ;; + (*) +- { echo "$as_me:29595: WARNING: problem with Solaris architecture" >&5 ++ { echo "$as_me:29598: WARNING: problem with Solaris architecture" >&5 + echo "$as_me: WARNING: problem with Solaris architecture" >&2;} + ;; + esac +@@ -29633,7 +29636,7 @@ + test -z "$cf_cv_ld_searchpath" && cf_cv_ld_searchpath=/usr/lib + + fi +-echo "$as_me:29636: result: $cf_cv_ld_searchpath" >&5 ++echo "$as_me:29639: result: $cf_cv_ld_searchpath" >&5 + echo "${ECHO_T}$cf_cv_ld_searchpath" >&6 + + LD_SEARCHPATH=`echo "$cf_cv_ld_searchpath"|sed -e 's/ /|/g'` +@@ -29719,7 +29722,7 @@ + : "${CONFIG_STATUS=./config.status}" + ac_clean_files_save=$ac_clean_files + ac_clean_files="$ac_clean_files $CONFIG_STATUS" +-{ echo "$as_me:29722: creating $CONFIG_STATUS" >&5 ++{ echo "$as_me:29725: creating $CONFIG_STATUS" >&5 + echo "$as_me: creating $CONFIG_STATUS" >&6;} + cat >"$CONFIG_STATUS" <<_ACEOF + #! $SHELL +@@ -29900,7 +29903,7 @@ + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header +- { { echo "$as_me:29903: error: ambiguous option: $1 ++ { { echo "$as_me:29906: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -29919,7 +29922,7 @@ + ac_need_defaults=false;; + + # This is an error. +- -*) { { echo "$as_me:29922: error: unrecognized option: $1 ++ -*) { { echo "$as_me:29925: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -30051,7 +30054,7 @@ + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; + "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; +- *) { { echo "$as_me:30054: error: invalid argument: $ac_config_target" >&5 ++ *) { { echo "$as_me:30057: error: invalid argument: $ac_config_target" >&5 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +@@ -30576,7 +30579,7 @@ + esac + + if test x"$ac_file" != x-; then +- { echo "$as_me:30579: creating $ac_file" >&5 ++ { echo "$as_me:30582: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi +@@ -30594,7 +30597,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:30597: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:30600: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo "$f";; +@@ -30607,7 +30610,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:30610: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:30613: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -30623,7 +30626,7 @@ + if test -n "$ac_seen"; then + ac_used=`grep '@datarootdir@' "$ac_item"` + if test -z "$ac_used"; then +- { echo "$as_me:30626: WARNING: datarootdir was used implicitly but not set: ++ { echo "$as_me:30629: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&2;} +@@ -30632,7 +30635,7 @@ + fi + ac_seen=`grep '${datarootdir}' "$ac_item"` + if test -n "$ac_seen"; then +- { echo "$as_me:30635: WARNING: datarootdir was used explicitly but not set: ++ { echo "$as_me:30638: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&2;} +@@ -30677,7 +30680,7 @@ + ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"` + if test -z "$ac_init"; then + ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'` +- { echo "$as_me:30680: WARNING: Variable $ac_name is used but was not set: ++ { echo "$as_me:30683: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&5 + echo "$as_me: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&2;} +@@ -30688,7 +30691,7 @@ + $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out + if test -s "$tmp"/out; then + ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out` +- { echo "$as_me:30691: WARNING: Some variables may not be substituted: ++ { echo "$as_me:30694: WARNING: Some variables may not be substituted: + $ac_seen" >&5 + echo "$as_me: WARNING: Some variables may not be substituted: + $ac_seen" >&2;} +@@ -30737,7 +30740,7 @@ + * ) ac_file_in=$ac_file.in ;; + esac + +- test x"$ac_file" != x- && { echo "$as_me:30740: creating $ac_file" >&5 ++ test x"$ac_file" != x- && { echo "$as_me:30743: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + + # First look for the input files in the build tree, otherwise in the +@@ -30748,7 +30751,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:30751: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:30754: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo $f;; +@@ -30761,7 +30764,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:30764: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:30767: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -30819,7 +30822,7 @@ + rm -f "$tmp"/in + if test x"$ac_file" != x-; then + if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then +- { echo "$as_me:30822: $ac_file is unchanged" >&5 ++ { echo "$as_me:30825: $ac_file is unchanged" >&5 + echo "$as_me: $ac_file is unchanged" >&6;} + else + ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +@@ -31206,7 +31209,7 @@ + (cygdll|msysdll|mingw|msvcdll) + test "x$with_shared_cxx" = xno && test -n "$verbose" && echo " overriding CXX_MODEL to SHARED" 1>&6 + +-echo "${as_me:-configure}:31209: testing overriding CXX_MODEL to SHARED ..." 1>&5 ++echo "${as_me:-configure}:31212: testing overriding CXX_MODEL to SHARED ..." 1>&5 + + with_shared_cxx=yes + ;; +Index: dist.mk +Prereq: 1.1639 +--- ncurses-6.5-20241102+/dist.mk 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/dist.mk 2024-11-09 11:12:30.000000000 +0000 +@@ -26,7 +26,7 @@ + # use or other dealings in this Software without prior written # + # authorization. # + ############################################################################## +-# $Id: dist.mk,v 1.1639 2024/11/02 09:59:53 tom Exp $ ++# $Id: dist.mk,v 1.1640 2024/11/09 11:12:30 tom Exp $ + # Makefile for creating ncurses distributions. + # + # This only needs to be used directly as a makefile by developers, but +@@ -38,7 +38,7 @@ + # These define the major/minor/patch versions of ncurses. + NCURSES_MAJOR = 6 + NCURSES_MINOR = 5 +-NCURSES_PATCH = 20241102 ++NCURSES_PATCH = 20241109 + + # We don't append the patch to the version, since this only applies to releases + VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) +Index: ncurses/base/lib_set_term.c +Prereq: 1.187 +--- ncurses-6.5-20241102+/ncurses/base/lib_set_term.c 2024-11-02 21:00:54.000000000 +0000 ++++ ncurses-6.5-20241109/ncurses/base/lib_set_term.c 2024-11-09 16:36:29.000000000 +0000 +@@ -47,10 +47,6 @@ + #include <tic.h> + #include <new_pair.h> + +-#ifdef __DJGPP__ +-#include <io.h> +-#endif +- + #if USE_GPM_SUPPORT + #ifdef HAVE_LIBDL + /* use dynamic loader to avoid linkage dependency */ +@@ -61,7 +57,7 @@ + #undef CUR + #define CUR SP_TERMTYPE + +-MODULE_ID("$Id: lib_set_term.c,v 1.187 2024/11/02 21:00:54 tom Exp $") ++MODULE_ID("$Id: lib_set_term.c,v 1.188 2024/11/09 16:36:29 tom Exp $") + + #ifdef USE_TERM_DRIVER + #define MaxColors InfoOf(sp).maxcolors +Index: ncurses/tinfo/access.c +Prereq: 1.39 +--- ncurses-6.5-20241102+/ncurses/tinfo/access.c 2024-09-21 15:12:56.000000000 +0000 ++++ ncurses-6.5-20241109/ncurses/tinfo/access.c 2024-11-09 18:30:28.000000000 +0000 +@@ -52,7 +52,7 @@ + + #include <tic.h> + +-MODULE_ID("$Id: access.c,v 1.39 2024/09/21 15:12:56 tom Exp $") ++MODULE_ID("$Id: access.c,v 1.40 2024/11/09 18:30:28 tom Exp $") + + #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) + +@@ -132,6 +132,7 @@ + int result; + + if (path == 0) { ++ errno = ENOENT; + result = -1; + } else if (ACCESS(path, mode) < 0) { + if ((mode & W_OK) != 0 +@@ -150,6 +151,7 @@ + + result = ACCESS(head, R_OK | W_OK | X_OK); + } else { ++ errno = EPERM; + result = -1; + } + } else { +Index: ncurses/tinfo/alloc_entry.c +Prereq: 1.79 +--- ncurses-6.5-20241102+/ncurses/tinfo/alloc_entry.c 2023-09-15 08:16:12.000000000 +0000 ++++ ncurses-6.5-20241109/ncurses/tinfo/alloc_entry.c 2024-11-09 20:36:48.000000000 +0000 +@@ -1,5 +1,5 @@ + /**************************************************************************** +- * Copyright 2018-2022,2023 Thomas E. Dickey * ++ * Copyright 2018-2023,2024 Thomas E. Dickey * + * Copyright 1998-2013,2017 Free Software Foundation, Inc. * + * * + * Permission is hereby granted, free of charge, to any person obtaining a * +@@ -48,7 +48,7 @@ + + #include <tic.h> + +-MODULE_ID("$Id: alloc_entry.c,v 1.79 2023/09/15 08:16:12 tom Exp $") ++MODULE_ID("$Id: alloc_entry.c,v 1.80 2024/11/09 20:36:48 tom Exp $") + + #define ABSENT_OFFSET -1 + #define CANCELLED_OFFSET -2 +@@ -194,7 +194,10 @@ + } + + TYPE_MALLOC(char, next_free, tp->str_table); +- (void) memcpy(tp->str_table, stringbuf, next_free); ++ if (stringbuf == NULL) ++ (void) memset(tp->str_table, 0, next_free); ++ else ++ (void) memcpy(tp->str_table, stringbuf, next_free); + + tp->term_names = tp->str_table + n; + for_each_string(i, &(ep->tterm)) { +Index: ncurses/tinfo/hashed_db.c +Prereq: 1.19 +--- ncurses-6.5-20241102+/ncurses/tinfo/hashed_db.c 2020-02-02 23:34:34.000000000 +0000 ++++ ncurses-6.5-20241109/ncurses/tinfo/hashed_db.c 2024-11-09 19:23:11.000000000 +0000 +@@ -1,5 +1,5 @@ + /**************************************************************************** +- * Copyright 2019,2020 Thomas E. Dickey * ++ * Copyright 2019-2020,2024 Thomas E. Dickey * + * Copyright 2006-2011,2013 Free Software Foundation, Inc. * + * * + * Permission is hereby granted, free of charge, to any person obtaining a * +@@ -37,7 +37,7 @@ + + #if USE_HASHED_DB + +-MODULE_ID("$Id: hashed_db.c,v 1.19 2020/02/02 23:34:34 tom Exp $") ++MODULE_ID("$Id: hashed_db.c,v 1.20 2024/11/09 19:23:11 tom Exp $") + + #if HASHED_DB_API >= 2 + static DBC *cursor; +@@ -94,22 +94,25 @@ + } + } + +-static void ++static bool + make_connection(DB * db, const char *path, bool modify) + { ++ bool code = FALSE; + MYCONN *p = typeCalloc(MYCONN, 1); + +- if (p != 0) { +- p->db = db; ++ if (p != NULL) { + p->path = strdup(path); +- p->modify = modify; +- if (p->path != 0) { ++ if (p->path != NULL) { ++ p->db = db; ++ p->modify = modify; + p->next = connections; + connections = p; ++ code = TRUE; + } else { + free(p); + } + } ++ return code; + } + + /* +@@ -118,13 +121,13 @@ + NCURSES_EXPORT(DB *) + _nc_db_open(const char *path, bool modify) + { +- DB *result = 0; ++ DB *result = NULL; + int code; + + if (connections == 0) + atexit(cleanup); + +- if ((result = find_connection(path, modify)) == 0) { ++ if ((result = find_connection(path, modify)) == NULL) { + + #if HASHED_DB_API >= 4 + db_create(&result, NULL, 0); +@@ -135,7 +138,7 @@ + DB_HASH, + modify ? DB_CREATE : DB_RDONLY, + 0644)) != 0) { +- result = 0; ++ result = NULL; + } + #elif HASHED_DB_API >= 3 + db_create(&result, NULL, 0); +@@ -145,7 +148,7 @@ + DB_HASH, + modify ? DB_CREATE : DB_RDONLY, + 0644)) != 0) { +- result = 0; ++ result = NULL; + } + #elif HASHED_DB_API >= 2 + if ((code = db_open(path, +@@ -155,7 +158,7 @@ + (DB_ENV *) 0, + (DB_INFO *) 0, + &result)) != 0) { +- result = 0; ++ result = NULL; + } + #else + if ((result = dbopen(path, +@@ -166,11 +169,11 @@ + code = errno; + } + #endif +- if (result != 0) { +- make_connection(result, path, modify); ++ if (result != NULL && make_connection(result, path, modify)) { + T(("opened %s", path)); + } else { +- T(("cannot open %s: %s", path, strerror(code))); ++ T(("cannot open %s: (errno %d) %s", path, code, strerror(code))); ++ errno = code; + } + } + return result; +Index: ncurses/tinfo/write_entry.c +Prereq: 1.136 +--- ncurses-6.5-20241102+/ncurses/tinfo/write_entry.c 2024-10-19 21:19:32.000000000 +0000 ++++ ncurses-6.5-20241109/ncurses/tinfo/write_entry.c 2024-11-09 19:24:01.000000000 +0000 +@@ -42,7 +42,7 @@ + + #include <tic.h> + +-MODULE_ID("$Id: write_entry.c,v 1.136 2024/10/19 21:19:32 tom Exp $") ++MODULE_ID("$Id: write_entry.c,v 1.137 2024/11/09 19:24:01 tom Exp $") + + #if 1 + #define TRACE_OUT(p) DEBUG(2, p) +@@ -86,17 +86,21 @@ + size_t actual; + + if (fp == 0) { +- perror(filename); +- _nc_syserr_abort("cannot open %s/%s", _nc_tic_dir(0), filename); ++ _nc_syserr_abort("cannot open %s/%s: (errno %d) %s", ++ _nc_tic_dir(0), ++ filename, ++ errno, ++ strerror(errno)); + } + + actual = fwrite(buffer, sizeof(char), (size_t) offset, fp); + if (actual != offset) { + int myerr = ferror(fp) ? errno : 0; + if (myerr) { +- _nc_syserr_abort("error writing %s/%s: %s", ++ _nc_syserr_abort("error writing %s/%s: (errno %d) %s", + _nc_tic_dir(NULL), + filename, ++ myerr, + strerror(myerr)); + } else { + _nc_syserr_abort("error writing %s/%s: %u bytes vs actual %lu", +@@ -133,7 +137,11 @@ + char dir[sizeof(LEAF_FMT)]; + _nc_SPRINTF(dir, _nc_SLIMIT(sizeof(dir)) LEAF_FMT, code); + if (make_db_root(dir) < 0) { +- _nc_err_abort("%s/%s: permission denied", _nc_tic_dir(NULL), dir); ++ _nc_err_abort("%s/%s: (errno %d) %s", ++ _nc_tic_dir(NULL), ++ dir, ++ errno, ++ strerror(errno)); + } else { + verified[s - dirnames] = TRUE; + } +@@ -211,6 +219,7 @@ + } else if (_nc_access(path, R_OK | W_OK | X_OK) < 0) { + rc = -1; /* permission denied */ + } else if (!(S_ISDIR(statbuf.st_mode))) { ++ errno = ENOTDIR; + rc = -1; /* not a directory */ + } + #endif +@@ -248,8 +257,10 @@ + } + } + if (!success) { +- _nc_err_abort("%s: permission denied (errno %d)", +- destination, errno); ++ _nc_err_abort("%s: (errno %d) %s", ++ destination, ++ errno, ++ strerror(errno)); + } + } + +Index: package/debian-mingw/changelog +--- ncurses-6.5-20241102+/package/debian-mingw/changelog 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/debian-mingw/changelog 2024-11-09 11:12:30.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6td (6.5+20241102) unstable; urgency=low ++ncurses6td (6.5+20241109) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 02 Nov 2024 05:59:53 -0400 ++ -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 09 Nov 2024 06:12:30 -0500 + + ncurses6 (5.9+20131005) unstable; urgency=low + +Index: package/debian-mingw64/changelog +--- ncurses-6.5-20241102+/package/debian-mingw64/changelog 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/debian-mingw64/changelog 2024-11-09 11:12:30.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6td (6.5+20241102) unstable; urgency=low ++ncurses6td (6.5+20241109) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 02 Nov 2024 05:59:53 -0400 ++ -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 09 Nov 2024 06:12:30 -0500 + + ncurses6 (5.9+20131005) unstable; urgency=low + +Index: package/debian/changelog +--- ncurses-6.5-20241102+/package/debian/changelog 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/debian/changelog 2024-11-09 11:12:30.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6td (6.5+20241102) unstable; urgency=low ++ncurses6td (6.5+20241109) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 02 Nov 2024 05:59:53 -0400 ++ -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 09 Nov 2024 06:12:30 -0500 + + ncurses6 (5.9+20120608) unstable; urgency=low + +Index: package/mingw-ncurses.nsi +Prereq: 1.674 +--- ncurses-6.5-20241102+/package/mingw-ncurses.nsi 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/mingw-ncurses.nsi 2024-11-09 11:12:30.000000000 +0000 +@@ -1,4 +1,4 @@ +-; $Id: mingw-ncurses.nsi,v 1.674 2024/11/02 09:59:53 tom Exp $
++; $Id: mingw-ncurses.nsi,v 1.675 2024/11/09 11:12:30 tom Exp $
+
+ ; TODO add examples
+ ; TODO bump ABI to 6
+@@ -10,7 +10,7 @@ + !define VERSION_MAJOR "6"
+ !define VERSION_MINOR "5"
+ !define VERSION_YYYY "2024"
+-!define VERSION_MMDD "1102"
++!define VERSION_MMDD "1109"
+ !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
+
+ !define MY_ABI "5"
+Index: package/mingw-ncurses.spec +--- ncurses-6.5-20241102+/package/mingw-ncurses.spec 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/mingw-ncurses.spec 2024-11-09 11:12:30.000000000 +0000 +@@ -3,7 +3,7 @@ + Summary: shared libraries for terminal handling + Name: mingw32-ncurses6 + Version: 6.5 +-Release: 20241102 ++Release: 20241109 + License: X11 + Group: Development/Libraries + URL: https://invisible-island.net/ncurses/ +Index: package/ncurses.spec +--- ncurses-6.5-20241102+/package/ncurses.spec 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/ncurses.spec 2024-11-09 11:12:30.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: shared libraries for terminal handling + Name: ncurses6 + Version: 6.5 +-Release: 20241102 ++Release: 20241109 + License: X11 + Group: Development/Libraries + URL: https://invisible-island.net/ncurses/ +Index: package/ncursest.spec +--- ncurses-6.5-20241102+/package/ncursest.spec 2024-11-02 09:59:53.000000000 +0000 ++++ ncurses-6.5-20241109/package/ncursest.spec 2024-11-09 11:12:30.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: Curses library with POSIX thread support. + Name: ncursest6 + Version: 6.5 +-Release: 20241102 ++Release: 20241109 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: progs/infocmp.c +Prereq: 1.166 +--- ncurses-6.5-20241102+/progs/infocmp.c 2024-10-19 21:43:11.000000000 +0000 ++++ ncurses-6.5-20241109/progs/infocmp.c 2024-11-09 19:33:50.000000000 +0000 +@@ -43,7 +43,7 @@ + + #include <dump_entry.h> + +-MODULE_ID("$Id: infocmp.c,v 1.166 2024/10/19 21:43:11 tom Exp $") ++MODULE_ID("$Id: infocmp.c,v 1.167 2024/11/09 19:33:50 tom Exp $") + + #ifndef ACTUAL_TIC + #define ACTUAL_TIC "tic" +@@ -1053,7 +1053,7 @@ + + for (n = 0; n < argc && n < MAXCOMPARE; n++) { + if (freopen(argv[n], "r", stdin) == 0) +- _nc_err_abort("Can't open %s", argv[n]); ++ _nc_err_abort("Can't open %s: %s", argv[n], strerror(errno)); + + #if NO_LEAKS + entered[n].head = _nc_head; +Index: progs/tic.c +Prereq: 1.326 +--- ncurses-6.5-20241102+/progs/tic.c 2024-10-19 21:31:50.000000000 +0000 ++++ ncurses-6.5-20241109/progs/tic.c 2024-11-09 23:03:26.000000000 +0000 +@@ -49,7 +49,7 @@ + #include <parametrized.h> + #include <transform.h> + +-MODULE_ID("$Id: tic.c,v 1.326 2024/10/19 21:31:50 tom Exp $") ++MODULE_ID("$Id: tic.c,v 1.328 2024/11/09 23:03:26 tom Exp $") + + #define STDIN_NAME "<stdin>" + +@@ -517,8 +517,10 @@ + } + if (pass == 1) { + if ((dst = typeCalloc(char *, nn + 1)) == NULL) +- failed("make_namelist"); ++ failed("make_namelist (alloc)"); + rewind(fp); ++ if (errno != 0) ++ failed("make_namelist (rewind)"); + } + } + fclose(fp); +Index: test/aclocal.m4 +Prereq: 1.228 +--- ncurses-6.5-20241102+/test/aclocal.m4 2024-08-11 09:11:30.000000000 +0000 ++++ ncurses-6.5-20241109/test/aclocal.m4 2024-11-09 23:15:41.000000000 +0000 +@@ -27,7 +27,7 @@ + dnl authorization. * + dnl*************************************************************************** + dnl +-dnl $Id: aclocal.m4,v 1.228 2024/08/11 09:11:30 tom Exp $ ++dnl $Id: aclocal.m4,v 1.229 2024/11/09 23:15:41 tom Exp $ + dnl + dnl Author: Thomas E. Dickey + dnl +@@ -4551,7 +4551,7 @@ + + ])dnl + dnl --------------------------------------------------------------------------- +-dnl CF_XOPEN_SOURCE version: 67 updated: 2023/09/06 18:55:27 ++dnl CF_XOPEN_SOURCE version: 68 updated: 2024/11/09 18:07:29 + dnl --------------- + dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, + dnl or adapt to the vendor's definitions to get equivalent functionality, +@@ -4614,6 +4614,9 @@ + (linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc) + CF_GNU_SOURCE($cf_XOPEN_SOURCE) + ;; ++linux*musl) ++ cf_xopen_source="-D_BSD_SOURCE" ++ ;; + (minix*) + cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this... + ;; +Index: test/configure +--- ncurses-6.5-20241102+/test/configure 2024-08-11 09:11:55.000000000 +0000 ++++ ncurses-6.5-20241109/test/configure 2024-11-09 23:17:16.000000000 +0000 +@@ -4691,6 +4691,9 @@ + fi + + ;; ++linux*musl) ++ cf_xopen_source="-D_BSD_SOURCE" ++ ;; + (minix*) + cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this... + ;; +@@ -4713,16 +4716,16 @@ + sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ + -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` + +-echo "$as_me:4716: checking if we should define _POSIX_C_SOURCE" >&5 ++echo "$as_me:4719: checking if we should define _POSIX_C_SOURCE" >&5 + echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_posix_c_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +-echo "${as_me:-configure}:4722: testing if the symbol is already defined go no further ..." 1>&5 ++echo "${as_me:-configure}:4725: testing if the symbol is already defined go no further ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 4725 "configure" ++#line 4728 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -4737,16 +4740,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:4740: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:4743: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:4743: \$? = $ac_status" >&5 ++ echo "$as_me:4746: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:4746: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:4749: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:4749: \$? = $ac_status" >&5 ++ echo "$as_me:4752: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_posix_c_source=no + else +@@ -4767,7 +4770,7 @@ + esac + if test "$cf_want_posix_source" = yes ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 4770 "configure" ++#line 4773 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -4782,16 +4785,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:4785: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:4788: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:4788: \$? = $ac_status" >&5 ++ echo "$as_me:4791: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:4791: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:4794: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:4794: \$? = $ac_status" >&5 ++ echo "$as_me:4797: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -4802,7 +4805,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "${as_me:-configure}:4805: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:4808: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 + + CFLAGS="$cf_trim_CFLAGS" + CPPFLAGS="$cf_trim_CPPFLAGS" +@@ -4810,10 +4813,10 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" + +-echo "${as_me:-configure}:4813: testing if the second compile does not leave our definition intact error ..." 1>&5 ++echo "${as_me:-configure}:4816: testing if the second compile does not leave our definition intact error ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 4816 "configure" ++#line 4819 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -4828,16 +4831,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:4831: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:4834: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:4834: \$? = $ac_status" >&5 ++ echo "$as_me:4837: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:4837: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:4840: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:4840: \$? = $ac_status" >&5 ++ echo "$as_me:4843: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -4853,7 +4856,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:4856: result: $cf_cv_posix_c_source" >&5 ++echo "$as_me:4859: result: $cf_cv_posix_c_source" >&5 + echo "${ECHO_T}$cf_cv_posix_c_source" >&6 + + if test "$cf_cv_posix_c_source" != no ; then +@@ -4970,7 +4973,7 @@ + # OpenBSD 6.x has broken locale support, both compile-time and runtime. + # see https://www.mail-archive.com/bugs@openbsd.org/msg13200.html + # Abusing the conformance level is a workaround. +- { echo "$as_me:4973: WARNING: this system does not provide usable locale support" >&5 ++ { echo "$as_me:4976: WARNING: this system does not provide usable locale support" >&5 + echo "$as_me: WARNING: this system does not provide usable locale support" >&2;} + cf_xopen_source="-D_BSD_SOURCE" + cf_XOPEN_SOURCE=700 +@@ -5002,14 +5005,14 @@ + ;; + (*) + +-echo "$as_me:5005: checking if we should define _XOPEN_SOURCE" >&5 ++echo "$as_me:5008: checking if we should define _XOPEN_SOURCE" >&5 + echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_xopen_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5012 "configure" ++#line 5015 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -5027,16 +5030,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5030: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5033: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5033: \$? = $ac_status" >&5 ++ echo "$as_me:5036: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5036: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5039: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5039: \$? = $ac_status" >&5 ++ echo "$as_me:5042: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -5048,7 +5051,7 @@ + CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5051 "configure" ++#line 5054 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -5066,16 +5069,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5069: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5072: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5072: \$? = $ac_status" >&5 ++ echo "$as_me:5075: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5075: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5078: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5078: \$? = $ac_status" >&5 ++ echo "$as_me:5081: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -5090,7 +5093,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:5093: result: $cf_cv_xopen_source" >&5 ++echo "$as_me:5096: result: $cf_cv_xopen_source" >&5 + echo "${ECHO_T}$cf_cv_xopen_source" >&6 + + if test "$cf_cv_xopen_source" != no ; then +@@ -5250,16 +5253,16 @@ + sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ + -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` + +-echo "$as_me:5253: checking if we should define _POSIX_C_SOURCE" >&5 ++echo "$as_me:5256: checking if we should define _POSIX_C_SOURCE" >&5 + echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_posix_c_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +-echo "${as_me:-configure}:5259: testing if the symbol is already defined go no further ..." 1>&5 ++echo "${as_me:-configure}:5262: testing if the symbol is already defined go no further ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5262 "configure" ++#line 5265 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -5274,16 +5277,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5277: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5280: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5280: \$? = $ac_status" >&5 ++ echo "$as_me:5283: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5283: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5286: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5286: \$? = $ac_status" >&5 ++ echo "$as_me:5289: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_posix_c_source=no + else +@@ -5304,7 +5307,7 @@ + esac + if test "$cf_want_posix_source" = yes ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5307 "configure" ++#line 5310 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -5319,16 +5322,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5322: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5325: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5325: \$? = $ac_status" >&5 ++ echo "$as_me:5328: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5328: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5331: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5331: \$? = $ac_status" >&5 ++ echo "$as_me:5334: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -5339,7 +5342,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + +-echo "${as_me:-configure}:5342: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:5345: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 + + CFLAGS="$cf_trim_CFLAGS" + CPPFLAGS="$cf_trim_CPPFLAGS" +@@ -5347,10 +5350,10 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" + +-echo "${as_me:-configure}:5350: testing if the second compile does not leave our definition intact error ..." 1>&5 ++echo "${as_me:-configure}:5353: testing if the second compile does not leave our definition intact error ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5353 "configure" ++#line 5356 "configure" + #include "confdefs.h" + #include <sys/types.h> + int +@@ -5365,16 +5368,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5368: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5371: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5371: \$? = $ac_status" >&5 ++ echo "$as_me:5374: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5374: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5377: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5377: \$? = $ac_status" >&5 ++ echo "$as_me:5380: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -5390,7 +5393,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:5393: result: $cf_cv_posix_c_source" >&5 ++echo "$as_me:5396: result: $cf_cv_posix_c_source" >&5 + echo "${ECHO_T}$cf_cv_posix_c_source" >&6 + + if test "$cf_cv_posix_c_source" != no ; then +@@ -5503,10 +5506,10 @@ + if test "$cf_cv_xopen_source" = no ; then + test -n "$verbose" && echo " checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE" 1>&6 + +-echo "${as_me:-configure}:5506: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5 ++echo "${as_me:-configure}:5509: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5509 "configure" ++#line 5512 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -5524,23 +5527,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5527: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5530: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5530: \$? = $ac_status" >&5 ++ echo "$as_me:5533: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5533: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5536: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5536: \$? = $ac_status" >&5 ++ echo "$as_me:5539: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + +- { echo "$as_me:5543: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 ++ { echo "$as_me:5546: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 + echo "$as_me: WARNING: _POSIX_C_SOURCE definition is not usable" >&2;} + CPPFLAGS="$cf_save_xopen_cppflags" + fi +@@ -5563,7 +5566,7 @@ + test "$CFLAGS" != "$cf_old_cflag" || break + test -n "$verbose" && echo " removing old option $cf_add_cflags from CFLAGS" 1>&6 + +-echo "${as_me:-configure}:5566: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:5569: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5 + + CFLAGS="$cf_old_cflag" + done +@@ -5575,7 +5578,7 @@ + test "$CPPFLAGS" != "$cf_old_cflag" || break + test -n "$verbose" && echo " removing old option $cf_add_cflags from CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:5578: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:5581: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5 + + CPPFLAGS="$cf_old_cflag" + done +@@ -5663,7 +5666,7 @@ + if test -n "$cf_new_cflags" ; then + test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 + +-echo "${as_me:-configure}:5666: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 ++echo "${as_me:-configure}:5669: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 + + test -n "$CFLAGS" && CFLAGS="$CFLAGS " + CFLAGS="${CFLAGS}$cf_new_cflags" +@@ -5673,7 +5676,7 @@ + if test -n "$cf_new_cppflags" ; then + test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 + +-echo "${as_me:-configure}:5676: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 ++echo "${as_me:-configure}:5679: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 + + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" +@@ -5683,7 +5686,7 @@ + if test -n "$cf_new_extra_cppflags" ; then + test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 + +-echo "${as_me:-configure}:5686: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 ++echo "${as_me:-configure}:5689: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 + + test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " + EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" +@@ -5695,10 +5698,10 @@ + fi + + if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then +- echo "$as_me:5698: checking if _XOPEN_SOURCE really is set" >&5 ++ echo "$as_me:5701: checking if _XOPEN_SOURCE really is set" >&5 + echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5701 "configure" ++#line 5704 "configure" + #include "confdefs.h" + #include <stdlib.h> + int +@@ -5713,16 +5716,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5716: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5719: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5719: \$? = $ac_status" >&5 ++ echo "$as_me:5722: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5722: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5725: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5725: \$? = $ac_status" >&5 ++ echo "$as_me:5728: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_XOPEN_SOURCE_set=yes + else +@@ -5731,12 +5734,12 @@ + cf_XOPEN_SOURCE_set=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:5734: result: $cf_XOPEN_SOURCE_set" >&5 ++ echo "$as_me:5737: result: $cf_XOPEN_SOURCE_set" >&5 + echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6 + if test "$cf_XOPEN_SOURCE_set" = yes + then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5739 "configure" ++#line 5742 "configure" + #include "confdefs.h" + #include <stdlib.h> + int +@@ -5751,16 +5754,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5754: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5757: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5757: \$? = $ac_status" >&5 ++ echo "$as_me:5760: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5760: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5763: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5763: \$? = $ac_status" >&5 ++ echo "$as_me:5766: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_XOPEN_SOURCE_set_ok=yes + else +@@ -5771,19 +5774,19 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + if test "$cf_XOPEN_SOURCE_set_ok" = no + then +- { echo "$as_me:5774: WARNING: _XOPEN_SOURCE is lower than requested" >&5 ++ { echo "$as_me:5777: WARNING: _XOPEN_SOURCE is lower than requested" >&5 + echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;} + fi + else + +-echo "$as_me:5779: checking if we should define _XOPEN_SOURCE" >&5 ++echo "$as_me:5782: checking if we should define _XOPEN_SOURCE" >&5 + echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 + if test "${cf_cv_xopen_source+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5786 "configure" ++#line 5789 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -5801,16 +5804,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5804: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5807: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5807: \$? = $ac_status" >&5 ++ echo "$as_me:5810: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5810: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5813: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5813: \$? = $ac_status" >&5 ++ echo "$as_me:5816: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -5822,7 +5825,7 @@ + CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 5825 "configure" ++#line 5828 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -5840,16 +5843,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:5843: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:5846: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:5846: \$? = $ac_status" >&5 ++ echo "$as_me:5849: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:5849: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:5852: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:5852: \$? = $ac_status" >&5 ++ echo "$as_me:5855: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xopen_source=no + else +@@ -5864,7 +5867,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:5867: result: $cf_cv_xopen_source" >&5 ++echo "$as_me:5870: result: $cf_cv_xopen_source" >&5 + echo "${ECHO_T}$cf_cv_xopen_source" >&6 + + if test "$cf_cv_xopen_source" != no ; then +@@ -6011,13 +6014,13 @@ + fi + fi # cf_cv_posix_visible + +-echo "$as_me:6014: checking for ANSI C header files" >&5 ++echo "$as_me:6017: checking for ANSI C header files" >&5 + echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 + if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6020 "configure" ++#line 6023 "configure" + #include "confdefs.h" + #include <stdlib.h> + #include <stdarg.h> +@@ -6025,13 +6028,13 @@ + #include <float.h> + + _ACEOF +-if { (eval echo "$as_me:6028: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:6031: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:6034: \$? = $ac_status" >&5 ++ echo "$as_me:6037: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -6053,7 +6056,7 @@ + if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6056 "configure" ++#line 6059 "configure" + #include "confdefs.h" + #include <string.h> + +@@ -6071,7 +6074,7 @@ + if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6074 "configure" ++#line 6077 "configure" + #include "confdefs.h" + #include <stdlib.h> + +@@ -6092,7 +6095,7 @@ + : + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6095 "configure" ++#line 6098 "configure" + #include "confdefs.h" + #include <ctype.h> + #if ((' ' & 0x0FF) == 0x020) +@@ -6118,15 +6121,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:6121: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:6124: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:6124: \$? = $ac_status" >&5 ++ echo "$as_me:6127: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:6126: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6129: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6129: \$? = $ac_status" >&5 ++ echo "$as_me:6132: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -6139,7 +6142,7 @@ + fi + fi + fi +-echo "$as_me:6142: result: $ac_cv_header_stdc" >&5 ++echo "$as_me:6145: result: $ac_cv_header_stdc" >&5 + echo "${ECHO_T}$ac_cv_header_stdc" >&6 + if test $ac_cv_header_stdc = yes; then + +@@ -6155,28 +6158,28 @@ + inttypes.h stdint.h unistd.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:6158: checking for $ac_header" >&5 ++echo "$as_me:6161: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6164 "configure" ++#line 6167 "configure" + #include "confdefs.h" + $ac_includes_default + #include <$ac_header> + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6170: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6173: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6173: \$? = $ac_status" >&5 ++ echo "$as_me:6176: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6176: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6179: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6179: \$? = $ac_status" >&5 ++ echo "$as_me:6182: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Header=yes" + else +@@ -6186,7 +6189,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:6189: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:6192: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -6196,13 +6199,13 @@ + fi + done + +-echo "$as_me:6199: checking whether exit is declared" >&5 ++echo "$as_me:6202: checking whether exit is declared" >&5 + echo $ECHO_N "checking whether exit is declared... $ECHO_C" >&6 + if test "${ac_cv_have_decl_exit+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6205 "configure" ++#line 6208 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -6217,16 +6220,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6220: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6223: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6223: \$? = $ac_status" >&5 ++ echo "$as_me:6226: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6226: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6229: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6229: \$? = $ac_status" >&5 ++ echo "$as_me:6232: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_have_decl_exit=yes + else +@@ -6236,10 +6239,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:6239: result: $ac_cv_have_decl_exit" >&5 ++echo "$as_me:6242: result: $ac_cv_have_decl_exit" >&5 + echo "${ECHO_T}$ac_cv_have_decl_exit" >&6 + +-echo "$as_me:6242: checking for signal global datatype" >&5 ++echo "$as_me:6245: checking for signal global datatype" >&5 + echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 + if test "${cf_cv_sig_atomic_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -6251,7 +6254,7 @@ + "int" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6254 "configure" ++#line 6257 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -6275,16 +6278,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6278: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6281: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6281: \$? = $ac_status" >&5 ++ echo "$as_me:6284: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6284: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6287: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6287: \$? = $ac_status" >&5 ++ echo "$as_me:6290: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_sig_atomic_t=$cf_type + else +@@ -6298,7 +6301,7 @@ + + fi + +-echo "$as_me:6301: result: $cf_cv_sig_atomic_t" >&5 ++echo "$as_me:6304: result: $cf_cv_sig_atomic_t" >&5 + echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 + test "$cf_cv_sig_atomic_t" != no && + cat >>confdefs.h <<EOF +@@ -6307,14 +6310,14 @@ + + # Work around breakage on OS X + +-echo "$as_me:6310: checking if SIGWINCH is defined" >&5 ++echo "$as_me:6313: checking if SIGWINCH is defined" >&5 + echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 + if test "${cf_cv_define_sigwinch+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6317 "configure" ++#line 6320 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -6329,23 +6332,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6332: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6335: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6335: \$? = $ac_status" >&5 ++ echo "$as_me:6338: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6338: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6341: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6341: \$? = $ac_status" >&5 ++ echo "$as_me:6344: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_define_sigwinch=yes + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6348 "configure" ++#line 6351 "configure" + #include "confdefs.h" + + #undef _XOPEN_SOURCE +@@ -6363,16 +6366,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6369: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6369: \$? = $ac_status" >&5 ++ echo "$as_me:6372: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6372: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6375: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6375: \$? = $ac_status" >&5 ++ echo "$as_me:6378: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_define_sigwinch=maybe + else +@@ -6386,11 +6389,11 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:6389: result: $cf_cv_define_sigwinch" >&5 ++echo "$as_me:6392: result: $cf_cv_define_sigwinch" >&5 + echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 + + if test "$cf_cv_define_sigwinch" = maybe ; then +-echo "$as_me:6393: checking for actual SIGWINCH definition" >&5 ++echo "$as_me:6396: checking for actual SIGWINCH definition" >&5 + echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 + if test "${cf_cv_fixup_sigwinch+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -6401,7 +6404,7 @@ + while test "$cf_sigwinch" != 1 + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6404 "configure" ++#line 6407 "configure" + #include "confdefs.h" + + #undef _XOPEN_SOURCE +@@ -6423,16 +6426,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6426: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6429: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6429: \$? = $ac_status" >&5 ++ echo "$as_me:6432: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6432: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6435: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6435: \$? = $ac_status" >&5 ++ echo "$as_me:6438: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_fixup_sigwinch=$cf_sigwinch + break +@@ -6446,7 +6449,7 @@ + done + + fi +-echo "$as_me:6449: result: $cf_cv_fixup_sigwinch" >&5 ++echo "$as_me:6452: result: $cf_cv_fixup_sigwinch" >&5 + echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 + + if test "$cf_cv_fixup_sigwinch" != unknown ; then +@@ -6456,13 +6459,13 @@ + + # Checks for CODESET support. + +-echo "$as_me:6459: checking for nl_langinfo and CODESET" >&5 ++echo "$as_me:6462: checking for nl_langinfo and CODESET" >&5 + echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 + if test "${am_cv_langinfo_codeset+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6465 "configure" ++#line 6468 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -6476,16 +6479,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:6479: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:6482: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:6482: \$? = $ac_status" >&5 ++ echo "$as_me:6485: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:6485: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6488: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6488: \$? = $ac_status" >&5 ++ echo "$as_me:6491: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + am_cv_langinfo_codeset=yes + else +@@ -6496,7 +6499,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:6499: result: $am_cv_langinfo_codeset" >&5 ++echo "$as_me:6502: result: $am_cv_langinfo_codeset" >&5 + echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 + if test "$am_cv_langinfo_codeset" = yes; then + +@@ -6506,7 +6509,7 @@ + + fi + +-echo "$as_me:6509: checking if you want to use pkg-config" >&5 ++echo "$as_me:6512: checking if you want to use pkg-config" >&5 + echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6 + + # Check whether --with-pkg-config or --without-pkg-config was given. +@@ -6516,7 +6519,7 @@ + else + cf_pkg_config=yes + fi; +-echo "$as_me:6519: result: $cf_pkg_config" >&5 ++echo "$as_me:6522: result: $cf_pkg_config" >&5 + echo "${ECHO_T}$cf_pkg_config" >&6 + + case "$cf_pkg_config" in +@@ -6528,7 +6531,7 @@ + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. + set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +-echo "$as_me:6531: checking for $ac_word" >&5 ++echo "$as_me:6534: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -6545,7 +6548,7 @@ + test -z "$ac_dir" && ac_dir=. + if $as_executable_p "$ac_dir/$ac_word"; then + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" +- echo "$as_me:6548: found $ac_dir/$ac_word" >&5 ++ echo "$as_me:6551: found $ac_dir/$ac_word" >&5 + break + fi + done +@@ -6556,10 +6559,10 @@ + PKG_CONFIG=$ac_cv_path_PKG_CONFIG + + if test -n "$PKG_CONFIG"; then +- echo "$as_me:6559: result: $PKG_CONFIG" >&5 ++ echo "$as_me:6562: result: $PKG_CONFIG" >&5 + echo "${ECHO_T}$PKG_CONFIG" >&6 + else +- echo "$as_me:6562: result: no" >&5 ++ echo "$as_me:6565: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -6568,7 +6571,7 @@ + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. + set dummy pkg-config; ac_word=$2 +-echo "$as_me:6571: checking for $ac_word" >&5 ++echo "$as_me:6574: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -6585,7 +6588,7 @@ + test -z "$ac_dir" && ac_dir=. + if $as_executable_p "$ac_dir/$ac_word"; then + ac_cv_path_ac_pt_PKG_CONFIG="$ac_dir/$ac_word" +- echo "$as_me:6588: found $ac_dir/$ac_word" >&5 ++ echo "$as_me:6591: found $ac_dir/$ac_word" >&5 + break + fi + done +@@ -6597,10 +6600,10 @@ + ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG + + if test -n "$ac_pt_PKG_CONFIG"; then +- echo "$as_me:6600: result: $ac_pt_PKG_CONFIG" >&5 ++ echo "$as_me:6603: result: $ac_pt_PKG_CONFIG" >&5 + echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 + else +- echo "$as_me:6603: result: no" >&5 ++ echo "$as_me:6606: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -6641,18 +6644,18 @@ + PKG_CONFIG=`echo "$PKG_CONFIG" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:6644: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 ++ { { echo "$as_me:6647: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 + echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + elif test "x$cf_pkg_config" != xno ; then +- { echo "$as_me:6651: WARNING: pkg-config is not installed" >&5 ++ { echo "$as_me:6654: WARNING: pkg-config is not installed" >&5 + echo "$as_me: WARNING: pkg-config is not installed" >&2;} + fi + +-echo "$as_me:6655: checking if you want to see long compiling messages" >&5 ++echo "$as_me:6658: checking if you want to see long compiling messages" >&5 + echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6 + + # Check whether --enable-echo or --disable-echo was given. +@@ -6686,10 +6689,10 @@ + ECHO_CC='' + + fi; +-echo "$as_me:6689: result: $enableval" >&5 ++echo "$as_me:6692: result: $enableval" >&5 + echo "${ECHO_T}$enableval" >&6 + +-echo "$as_me:6692: checking for an installation directory prefix" >&5 ++echo "$as_me:6695: checking for an installation directory prefix" >&5 + echo $ECHO_N "checking for an installation directory prefix... $ECHO_C" >&6 + + # Check whether --with-install-prefix or --without-install-prefix was given. +@@ -6702,10 +6705,10 @@ + ;; + esac + fi; +-echo "$as_me:6705: result: ${DESTDIR:-(none)}" >&5 ++echo "$as_me:6708: result: ${DESTDIR:-(none)}" >&5 + echo "${ECHO_T}${DESTDIR:-(none)}" >&6 + +-echo "$as_me:6708: checking if installation directory prefix should be merged" >&5 ++echo "$as_me:6711: checking if installation directory prefix should be merged" >&5 + echo $ECHO_N "checking if installation directory prefix should be merged... $ECHO_C" >&6 + + # Check whether --enable-install-prefix or --disable-install-prefix was given. +@@ -6722,7 +6725,7 @@ + cf_install_prefix=no + + fi; +-echo "$as_me:6725: result: $cf_install_prefix" >&5 ++echo "$as_me:6728: result: $cf_install_prefix" >&5 + echo "${ECHO_T}$cf_install_prefix" >&6 + + if test "$cf_install_prefix" = yes ; then +@@ -6731,7 +6734,7 @@ + MERGE_PREFIX='' + fi + +-echo "$as_me:6734: checking for ncurses wrap-prefix" >&5 ++echo "$as_me:6737: checking for ncurses wrap-prefix" >&5 + echo $ECHO_N "checking for ncurses wrap-prefix... $ECHO_C" >&6 + + # Check whether --with-ncurses-wrap-prefix or --without-ncurses-wrap-prefix was given. +@@ -6741,10 +6744,10 @@ + else + NCURSES_WRAP_PREFIX=_nc_ + fi; +-echo "$as_me:6744: result: $NCURSES_WRAP_PREFIX" >&5 ++echo "$as_me:6747: result: $NCURSES_WRAP_PREFIX" >&5 + echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 + +-echo "$as_me:6747: checking if you want to check for wide-character functions" >&5 ++echo "$as_me:6750: checking if you want to check for wide-character functions" >&5 + echo $ECHO_N "checking if you want to check for wide-character functions... $ECHO_C" >&6 + + # Check whether --enable-widec or --disable-widec was given. +@@ -6761,10 +6764,10 @@ + cf_enable_widec=yes + + fi; +-echo "$as_me:6764: result: $cf_enable_widec" >&5 ++echo "$as_me:6767: result: $cf_enable_widec" >&5 + echo "${ECHO_T}$cf_enable_widec" >&6 + +-echo "$as_me:6767: checking for specific curses-directory" >&5 ++echo "$as_me:6770: checking for specific curses-directory" >&5 + echo $ECHO_N "checking for specific curses-directory... $ECHO_C" >&6 + + # Check whether --with-curses-dir or --without-curses-dir was given. +@@ -6774,7 +6777,7 @@ + else + cf_cv_curses_dir=no + fi; +-echo "$as_me:6777: result: $cf_cv_curses_dir" >&5 ++echo "$as_me:6780: result: $cf_cv_curses_dir" >&5 + echo "${ECHO_T}$cf_cv_curses_dir" >&6 + + if test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" +@@ -6803,7 +6806,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:6806: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:6809: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -6839,7 +6842,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 6842 "configure" ++#line 6845 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -6851,16 +6854,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:6854: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:6857: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:6857: \$? = $ac_status" >&5 ++ echo "$as_me:6860: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:6860: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:6863: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:6863: \$? = $ac_status" >&5 ++ echo "$as_me:6866: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -6877,7 +6880,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:6880: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:6883: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -6913,7 +6916,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:6916: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:6919: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -6926,7 +6929,7 @@ + + cf_cv_screen=curses + +-echo "$as_me:6929: checking for specified curses library type" >&5 ++echo "$as_me:6932: checking for specified curses library type" >&5 + echo $ECHO_N "checking for specified curses library type... $ECHO_C" >&6 + + # Check whether --with-screen or --without-screen was given. +@@ -6970,13 +6973,13 @@ + fi; + fi; + +-echo "$as_me:6973: result: $cf_cv_screen" >&5 ++echo "$as_me:6976: result: $cf_cv_screen" >&5 + echo "${ECHO_T}$cf_cv_screen" >&6 + + case $cf_cv_screen in + (curses|curses_*) + +-echo "$as_me:6979: checking for extra include directories" >&5 ++echo "$as_me:6982: checking for extra include directories" >&5 + echo $ECHO_N "checking for extra include directories... $ECHO_C" >&6 + if test "${cf_cv_curses_incdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7002,7 +7005,7 @@ + esac + + fi +-echo "$as_me:7005: result: $cf_cv_curses_incdir" >&5 ++echo "$as_me:7008: result: $cf_cv_curses_incdir" >&5 + echo "${ECHO_T}$cf_cv_curses_incdir" >&6 + if test "$cf_cv_curses_incdir" != no + then +@@ -7012,7 +7015,7 @@ + + fi + +-echo "$as_me:7015: checking if we have identified curses headers" >&5 ++echo "$as_me:7018: checking if we have identified curses headers" >&5 + echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6 + if test "${cf_cv_ncurses_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7024,7 +7027,7 @@ + curses.h ncurses/ncurses.h ncurses/curses.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7027 "configure" ++#line 7030 "configure" + #include "confdefs.h" + #include <${cf_header}> + int +@@ -7036,16 +7039,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:7039: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:7042: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:7042: \$? = $ac_status" >&5 ++ echo "$as_me:7045: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:7045: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7048: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7048: \$? = $ac_status" >&5 ++ echo "$as_me:7051: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_header=$cf_header; break + else +@@ -7056,11 +7059,11 @@ + done + + fi +-echo "$as_me:7059: result: $cf_cv_ncurses_header" >&5 ++echo "$as_me:7062: result: $cf_cv_ncurses_header" >&5 + echo "${ECHO_T}$cf_cv_ncurses_header" >&6 + + if test "$cf_cv_ncurses_header" = none ; then +- { { echo "$as_me:7063: error: No curses header-files found" >&5 ++ { { echo "$as_me:7066: error: No curses header-files found" >&5 + echo "$as_me: error: No curses header-files found" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -7070,23 +7073,23 @@ + for ac_header in $cf_cv_ncurses_header + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:7073: checking for $ac_header" >&5 ++echo "$as_me:7076: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7079 "configure" ++#line 7082 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:7083: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:7086: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:7089: \$? = $ac_status" >&5 ++ echo "$as_me:7092: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -7105,7 +7108,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:7108: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:7111: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -7115,7 +7118,7 @@ + fi + done + +-echo "$as_me:7118: checking for terminfo header" >&5 ++echo "$as_me:7121: checking for terminfo header" >&5 + echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 + if test "${cf_cv_term_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7133,7 +7136,7 @@ + for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7136 "configure" ++#line 7139 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -7148,16 +7151,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:7151: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:7154: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:7154: \$? = $ac_status" >&5 ++ echo "$as_me:7157: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:7157: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7160: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7160: \$? = $ac_status" >&5 ++ echo "$as_me:7163: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_term_header="$cf_test" +@@ -7173,7 +7176,7 @@ + done + + fi +-echo "$as_me:7176: result: $cf_cv_term_header" >&5 ++echo "$as_me:7179: result: $cf_cv_term_header" >&5 + echo "${ECHO_T}$cf_cv_term_header" >&6 + + # Set definitions to allow ifdef'ing to accommodate subdirectories +@@ -7205,7 +7208,7 @@ + ;; + esac + +-echo "$as_me:7208: checking for ncurses version" >&5 ++echo "$as_me:7211: checking for ncurses version" >&5 + echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6 + if test "${cf_cv_ncurses_version+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7231,10 +7234,10 @@ + #endif + EOF + cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" +- { (eval echo "$as_me:7234: \"$cf_try\"") >&5 ++ { (eval echo "$as_me:7237: \"$cf_try\"") >&5 + (eval $cf_try) 2>&5 + ac_status=$? +- echo "$as_me:7237: \$? = $ac_status" >&5 ++ echo "$as_me:7240: \$? = $ac_status" >&5 + (exit "$ac_status"); } + if test -f conftest.out ; then + cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out` +@@ -7244,7 +7247,7 @@ + + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7247 "configure" ++#line 7250 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -7271,15 +7274,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:7274: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7277: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7277: \$? = $ac_status" >&5 ++ echo "$as_me:7280: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:7279: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7282: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7282: \$? = $ac_status" >&5 ++ echo "$as_me:7285: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_ncurses_version=`cat $cf_tempfile` +@@ -7293,17 +7296,17 @@ + rm -f "$cf_tempfile" + + fi +-echo "$as_me:7296: result: $cf_cv_ncurses_version" >&5 ++echo "$as_me:7299: result: $cf_cv_ncurses_version" >&5 + echo "${ECHO_T}$cf_cv_ncurses_version" >&6 + test "$cf_cv_ncurses_version" = no || + cat >>confdefs.h <<\EOF + #define NCURSES 1 + EOF + +-echo "$as_me:7303: checking if we have identified curses libraries" >&5 ++echo "$as_me:7306: checking if we have identified curses libraries" >&5 + echo $ECHO_N "checking if we have identified curses libraries... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7306 "configure" ++#line 7309 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -7315,16 +7318,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7318: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7321: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7321: \$? = $ac_status" >&5 ++ echo "$as_me:7324: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7324: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7327: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7327: \$? = $ac_status" >&5 ++ echo "$as_me:7330: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -7333,13 +7336,13 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +-echo "$as_me:7336: result: $cf_result" >&5 ++echo "$as_me:7339: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + + if test "$cf_result" = no ; then + case "$host_os" in + (freebsd*) +- echo "$as_me:7342: checking for tgoto in -lmytinfo" >&5 ++ echo "$as_me:7345: checking for tgoto in -lmytinfo" >&5 + echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 + if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7347,7 +7350,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lmytinfo $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7350 "configure" ++#line 7353 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -7366,16 +7369,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7369: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7372: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7372: \$? = $ac_status" >&5 ++ echo "$as_me:7375: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7375: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7378: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7378: \$? = $ac_status" >&5 ++ echo "$as_me:7381: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_mytinfo_tgoto=yes + else +@@ -7386,7 +7389,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:7389: result: $ac_cv_lib_mytinfo_tgoto" >&5 ++echo "$as_me:7392: result: $ac_cv_lib_mytinfo_tgoto" >&5 + echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 + if test "$ac_cv_lib_mytinfo_tgoto" = yes; then + +@@ -7416,7 +7419,7 @@ + # term.h) for cur_colr + if test "x$cf_cv_screen" = "xcurses_colr" + then +- echo "$as_me:7419: checking for initscr in -lcur_colr" >&5 ++ echo "$as_me:7422: checking for initscr in -lcur_colr" >&5 + echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6 + if test "${ac_cv_lib_cur_colr_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7424,7 +7427,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lcur_colr $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7427 "configure" ++#line 7430 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -7443,16 +7446,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7446: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7449: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7449: \$? = $ac_status" >&5 ++ echo "$as_me:7452: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7452: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7455: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7455: \$? = $ac_status" >&5 ++ echo "$as_me:7458: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_cur_colr_initscr=yes + else +@@ -7463,7 +7466,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:7466: result: $ac_cv_lib_cur_colr_initscr" >&5 ++echo "$as_me:7469: result: $ac_cv_lib_cur_colr_initscr" >&5 + echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6 + if test "$ac_cv_lib_cur_colr_initscr" = yes; then + +@@ -7487,7 +7490,7 @@ + + else + +- echo "$as_me:7490: checking for initscr in -lHcurses" >&5 ++ echo "$as_me:7493: checking for initscr in -lHcurses" >&5 + echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6 + if test "${ac_cv_lib_Hcurses_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7495,7 +7498,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lHcurses $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7498 "configure" ++#line 7501 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -7514,16 +7517,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7517: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7520: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7520: \$? = $ac_status" >&5 ++ echo "$as_me:7523: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7523: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7526: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7526: \$? = $ac_status" >&5 ++ echo "$as_me:7529: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_Hcurses_initscr=yes + else +@@ -7534,7 +7537,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:7537: result: $ac_cv_lib_Hcurses_initscr" >&5 ++echo "$as_me:7540: result: $ac_cv_lib_Hcurses_initscr" >&5 + echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6 + if test "$ac_cv_lib_Hcurses_initscr" = yes; then + +@@ -7592,7 +7595,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:7595: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:7598: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -7621,7 +7624,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:7624: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:7627: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -7652,7 +7655,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:7655: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:7658: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -7687,7 +7690,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:7690: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:7693: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -7731,13 +7734,13 @@ + # because it may be needed to link the test-case for initscr. + if test "x$cf_term_lib" = x + then +- echo "$as_me:7734: checking for tgoto" >&5 ++ echo "$as_me:7737: checking for tgoto" >&5 + echo $ECHO_N "checking for tgoto... $ECHO_C" >&6 + if test "${ac_cv_func_tgoto+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7740 "configure" ++#line 7743 "configure" + #include "confdefs.h" + #define tgoto autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -7768,16 +7771,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7771: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7774: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7774: \$? = $ac_status" >&5 ++ echo "$as_me:7777: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7777: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7780: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7780: \$? = $ac_status" >&5 ++ echo "$as_me:7783: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_tgoto=yes + else +@@ -7787,7 +7790,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:7790: result: $ac_cv_func_tgoto" >&5 ++echo "$as_me:7793: result: $ac_cv_func_tgoto" >&5 + echo "${ECHO_T}$ac_cv_func_tgoto" >&6 + if test "$ac_cv_func_tgoto" = yes; then + cf_term_lib=predefined +@@ -7796,7 +7799,7 @@ + for cf_term_lib in $cf_check_list otermcap termcap tinfo termlib unknown + do + as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh` +-echo "$as_me:7799: checking for tgoto in -l$cf_term_lib" >&5 ++echo "$as_me:7802: checking for tgoto in -l$cf_term_lib" >&5 + echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -7804,7 +7807,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-l$cf_term_lib $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7807 "configure" ++#line 7810 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -7823,16 +7826,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7826: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7829: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7829: \$? = $ac_status" >&5 ++ echo "$as_me:7832: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7832: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7835: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7835: \$? = $ac_status" >&5 ++ echo "$as_me:7838: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Lib=yes" + else +@@ -7843,7 +7846,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:7846: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 ++echo "$as_me:7849: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Lib"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Lib"'}'`" = yes; then + +@@ -7866,10 +7869,10 @@ + do + LIBS="-l$cf_curs_lib $cf_save_LIBS" + if test "$cf_term_lib" = unknown || test "$cf_term_lib" = "$cf_curs_lib" ; then +- echo "$as_me:7869: checking if we can link with $cf_curs_lib library" >&5 ++ echo "$as_me:7872: checking if we can link with $cf_curs_lib library" >&5 + echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7872 "configure" ++#line 7875 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -7881,16 +7884,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7884: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7887: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7887: \$? = $ac_status" >&5 ++ echo "$as_me:7890: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7890: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7893: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7893: \$? = $ac_status" >&5 ++ echo "$as_me:7896: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -7899,16 +7902,16 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:7902: result: $cf_result" >&5 ++ echo "$as_me:7905: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + test "$cf_result" = yes && break + elif test "$cf_curs_lib" = "$cf_term_lib" ; then + cf_result=no + elif test "$cf_term_lib" != predefined ; then +- echo "$as_me:7908: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 ++ echo "$as_me:7911: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 + echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7911 "configure" ++#line 7914 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -7920,16 +7923,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7923: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7926: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7926: \$? = $ac_status" >&5 ++ echo "$as_me:7929: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7929: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7932: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7932: \$? = $ac_status" >&5 ++ echo "$as_me:7935: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=no + else +@@ -7938,7 +7941,7 @@ + + LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7941 "configure" ++#line 7944 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -7950,16 +7953,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:7953: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:7956: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:7956: \$? = $ac_status" >&5 ++ echo "$as_me:7959: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:7959: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:7962: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:7962: \$? = $ac_status" >&5 ++ echo "$as_me:7965: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -7971,13 +7974,13 @@ + + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:7974: result: $cf_result" >&5 ++ echo "$as_me:7977: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + test "$cf_result" != error && break + fi + done + fi +- test "$cf_curs_lib" = unknown && { { echo "$as_me:7980: error: no curses library found" >&5 ++ test "$cf_curs_lib" = unknown && { { echo "$as_me:7983: error: no curses library found" >&5 + echo "$as_me: error: no curses library found" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -7989,23 +7992,23 @@ + for ac_header in wchar.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:7992: checking for $ac_header" >&5 ++echo "$as_me:7995: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 7998 "configure" ++#line 8001 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:8002: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:8005: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:8008: \$? = $ac_status" >&5 ++ echo "$as_me:8011: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -8024,7 +8027,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:8027: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:8030: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -8034,7 +8037,7 @@ + fi + done + +-echo "$as_me:8037: checking for multibyte character support" >&5 ++echo "$as_me:8040: checking for multibyte character support" >&5 + echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 + if test "${cf_cv_utf8_lib+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -8042,7 +8045,7 @@ + + cf_save_LIBS="$LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8045 "configure" ++#line 8048 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -8059,16 +8062,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:8062: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8065: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8065: \$? = $ac_status" >&5 ++ echo "$as_me:8068: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:8068: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8071: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8071: \$? = $ac_status" >&5 ++ echo "$as_me:8074: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_utf8_lib=yes + else +@@ -8080,12 +8083,12 @@ + cf_cv_header_path_utf8= + cf_cv_library_path_utf8= + +-echo "${as_me:-configure}:8083: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 ++echo "${as_me:-configure}:8086: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 + + cf_save_LIBS="$LIBS" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8088 "configure" ++#line 8091 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -8098,16 +8101,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:8101: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8104: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8104: \$? = $ac_status" >&5 ++ echo "$as_me:8107: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:8107: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8110: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8110: \$? = $ac_status" >&5 ++ echo "$as_me:8113: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_find_linkage_utf8=yes +@@ -8121,7 +8124,7 @@ + LIBS="-lutf8 $cf_save_LIBS" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8124 "configure" ++#line 8127 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -8134,16 +8137,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:8137: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8140: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8140: \$? = $ac_status" >&5 ++ echo "$as_me:8143: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:8143: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8146: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8146: \$? = $ac_status" >&5 ++ echo "$as_me:8149: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_find_linkage_utf8=yes +@@ -8160,9 +8163,9 @@ + + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 + +-echo "${as_me:-configure}:8163: testing find linkage for utf8 library ..." 1>&5 ++echo "${as_me:-configure}:8166: testing find linkage for utf8 library ..." 1>&5 + +-echo "${as_me:-configure}:8165: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 ++echo "${as_me:-configure}:8168: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 + + cf_save_CPPFLAGS="$CPPFLAGS" + cf_test_CPPFLAGS="$CPPFLAGS" +@@ -8253,7 +8256,7 @@ + if test -d "$cf_cv_header_path_utf8" ; then + test -n "$verbose" && echo " ... testing $cf_cv_header_path_utf8" 1>&6 + +-echo "${as_me:-configure}:8256: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:8259: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 + + CPPFLAGS="$cf_save_CPPFLAGS" + +@@ -8261,7 +8264,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_utf8" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8264 "configure" ++#line 8267 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -8274,21 +8277,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:8277: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:8280: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:8280: \$? = $ac_status" >&5 ++ echo "$as_me:8283: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:8283: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8286: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8286: \$? = $ac_status" >&5 ++ echo "$as_me:8289: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + test -n "$verbose" && echo " ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6 + +-echo "${as_me:-configure}:8291: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:8294: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 + + cf_cv_find_linkage_utf8=maybe + cf_test_CPPFLAGS="$CPPFLAGS" +@@ -8306,7 +8309,7 @@ + + if test "$cf_cv_find_linkage_utf8" = maybe ; then + +-echo "${as_me:-configure}:8309: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 ++echo "${as_me:-configure}:8312: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 + + cf_save_LIBS="$LIBS" + cf_save_LDFLAGS="$LDFLAGS" +@@ -8381,13 +8384,13 @@ + if test -d "$cf_cv_library_path_utf8" ; then + test -n "$verbose" && echo " ... testing $cf_cv_library_path_utf8" 1>&6 + +-echo "${as_me:-configure}:8384: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:8387: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 + + CPPFLAGS="$cf_test_CPPFLAGS" + LIBS="-lutf8 $cf_save_LIBS" + LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8390 "configure" ++#line 8393 "configure" + #include "confdefs.h" + + #include <libutf8.h> +@@ -8400,21 +8403,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:8403: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8406: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8406: \$? = $ac_status" >&5 ++ echo "$as_me:8409: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:8409: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8412: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8412: \$? = $ac_status" >&5 ++ echo "$as_me:8415: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + test -n "$verbose" && echo " ... found utf8 library in $cf_cv_library_path_utf8" 1>&6 + +-echo "${as_me:-configure}:8417: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 ++echo "${as_me:-configure}:8420: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 + + cf_cv_find_linkage_utf8=yes + cf_cv_library_file_utf8="-lutf8" +@@ -8456,7 +8459,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:8459: result: $cf_cv_utf8_lib" >&5 ++echo "$as_me:8462: result: $cf_cv_utf8_lib" >&5 + echo "${ECHO_T}$cf_cv_utf8_lib" >&6 + + # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between +@@ -8494,7 +8497,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8497 "configure" ++#line 8500 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -8506,16 +8509,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:8509: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:8512: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:8512: \$? = $ac_status" >&5 ++ echo "$as_me:8515: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:8515: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8518: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8518: \$? = $ac_status" >&5 ++ echo "$as_me:8521: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -8532,7 +8535,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:8535: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:8538: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -8568,7 +8571,7 @@ + if test "$cf_have_libdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 + +-echo "${as_me:-configure}:8571: testing adding $cf_add_libdir to library-path ..." 1>&5 ++echo "${as_me:-configure}:8574: testing adding $cf_add_libdir to library-path ..." 1>&5 + + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi +@@ -8598,13 +8601,13 @@ + cf_have_ncuconfig=no + + if test "x${PKG_CONFIG:=none}" != xnone; then +- echo "$as_me:8601: checking pkg-config for $cf_ncuconfig_root" >&5 ++ echo "$as_me:8604: checking pkg-config for $cf_ncuconfig_root" >&5 + echo $ECHO_N "checking pkg-config for $cf_ncuconfig_root... $ECHO_C" >&6 + if "$PKG_CONFIG" --exists $cf_ncuconfig_root ; then +- echo "$as_me:8604: result: yes" >&5 ++ echo "$as_me:8607: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + +- echo "$as_me:8607: checking if the $cf_ncuconfig_root package files work" >&5 ++ echo "$as_me:8610: checking if the $cf_ncuconfig_root package files work" >&5 + echo $ECHO_N "checking if the $cf_ncuconfig_root package files work... $ECHO_C" >&6 + cf_have_ncuconfig=unknown + +@@ -8737,7 +8740,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8740 "configure" ++#line 8743 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -8749,37 +8752,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:8752: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8755: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8755: \$? = $ac_status" >&5 ++ echo "$as_me:8758: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:8758: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8761: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8761: \$? = $ac_status" >&5 ++ echo "$as_me:8764: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_test_ncuconfig=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8767 "configure" ++#line 8770 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int main(void) + { const char *xx = curses_version(); return (xx == 0); } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:8774: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8777: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8777: \$? = $ac_status" >&5 ++ echo "$as_me:8780: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:8779: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8782: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8782: \$? = $ac_status" >&5 ++ echo "$as_me:8785: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_test_ncuconfig=yes + else +@@ -8953,7 +8956,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8956 "configure" ++#line 8959 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -8965,37 +8968,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:8968: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8971: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8971: \$? = $ac_status" >&5 ++ echo "$as_me:8974: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:8974: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8977: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8977: \$? = $ac_status" >&5 ++ echo "$as_me:8980: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_have_ncuconfig=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 8983 "configure" ++#line 8986 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int main(void) + { const char *xx = curses_version(); return (xx == 0); } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:8990: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:8993: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:8993: \$? = $ac_status" >&5 ++ echo "$as_me:8996: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:8995: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:8998: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:8998: \$? = $ac_status" >&5 ++ echo "$as_me:9001: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_have_ncuconfig=yes + else +@@ -9012,7 +9015,7 @@ + cf_have_ncuconfig=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:9015: result: $cf_have_ncuconfig" >&5 ++ echo "$as_me:9018: result: $cf_have_ncuconfig" >&5 + echo "${ECHO_T}$cf_have_ncuconfig" >&6 + test "$cf_have_ncuconfig" = maybe && cf_have_ncuconfig=yes + if test "$cf_have_ncuconfig" != "yes" +@@ -9028,7 +9031,7 @@ + + NCURSES_CONFIG_PKG=$cf_ncuconfig_root + +-echo "$as_me:9031: checking for terminfo header" >&5 ++echo "$as_me:9034: checking for terminfo header" >&5 + echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 + if test "${cf_cv_term_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -9046,7 +9049,7 @@ + for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9049 "configure" ++#line 9052 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -9061,16 +9064,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9064: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9067: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9067: \$? = $ac_status" >&5 ++ echo "$as_me:9070: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9070: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9073: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9073: \$? = $ac_status" >&5 ++ echo "$as_me:9076: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_term_header="$cf_test" +@@ -9086,7 +9089,7 @@ + done + + fi +-echo "$as_me:9089: result: $cf_cv_term_header" >&5 ++echo "$as_me:9092: result: $cf_cv_term_header" >&5 + echo "${ECHO_T}$cf_cv_term_header" >&6 + + # Set definitions to allow ifdef'ing to accommodate subdirectories +@@ -9121,7 +9124,7 @@ + fi + + else +- echo "$as_me:9124: result: no" >&5 ++ echo "$as_me:9127: result: no" >&5 + echo "${ECHO_T}no" >&6 + NCURSES_CONFIG_PKG=none + fi +@@ -9137,7 +9140,7 @@ + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +-echo "$as_me:9140: checking for $ac_word" >&5 ++echo "$as_me:9143: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_NCURSES_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -9152,7 +9155,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_NCURSES_CONFIG="$ac_tool_prefix$ac_prog" +-echo "$as_me:9155: found $ac_dir/$ac_word" >&5 ++echo "$as_me:9158: found $ac_dir/$ac_word" >&5 + break + done + +@@ -9160,10 +9163,10 @@ + fi + NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG + if test -n "$NCURSES_CONFIG"; then +- echo "$as_me:9163: result: $NCURSES_CONFIG" >&5 ++ echo "$as_me:9166: result: $NCURSES_CONFIG" >&5 + echo "${ECHO_T}$NCURSES_CONFIG" >&6 + else +- echo "$as_me:9166: result: no" >&5 ++ echo "$as_me:9169: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -9176,7 +9179,7 @@ + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +-echo "$as_me:9179: checking for $ac_word" >&5 ++echo "$as_me:9182: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_ac_ct_NCURSES_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -9191,7 +9194,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_ac_ct_NCURSES_CONFIG="$ac_prog" +-echo "$as_me:9194: found $ac_dir/$ac_word" >&5 ++echo "$as_me:9197: found $ac_dir/$ac_word" >&5 + break + done + +@@ -9199,10 +9202,10 @@ + fi + ac_ct_NCURSES_CONFIG=$ac_cv_prog_ac_ct_NCURSES_CONFIG + if test -n "$ac_ct_NCURSES_CONFIG"; then +- echo "$as_me:9202: result: $ac_ct_NCURSES_CONFIG" >&5 ++ echo "$as_me:9205: result: $ac_ct_NCURSES_CONFIG" >&5 + echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6 + else +- echo "$as_me:9205: result: no" >&5 ++ echo "$as_me:9208: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -9359,7 +9362,7 @@ + + # even with config script, some packages use no-override for curses.h + +-echo "$as_me:9362: checking if we have identified curses headers" >&5 ++echo "$as_me:9365: checking if we have identified curses headers" >&5 + echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6 + if test "${cf_cv_ncurses_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -9371,7 +9374,7 @@ + curses.h $cf_cv_screen/curses.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9374 "configure" ++#line 9377 "configure" + #include "confdefs.h" + #include <${cf_header}> + int +@@ -9383,16 +9386,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9386: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9389: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9389: \$? = $ac_status" >&5 ++ echo "$as_me:9392: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9392: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9395: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9395: \$? = $ac_status" >&5 ++ echo "$as_me:9398: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_header=$cf_header; break + else +@@ -9403,11 +9406,11 @@ + done + + fi +-echo "$as_me:9406: result: $cf_cv_ncurses_header" >&5 ++echo "$as_me:9409: result: $cf_cv_ncurses_header" >&5 + echo "${ECHO_T}$cf_cv_ncurses_header" >&6 + + if test "$cf_cv_ncurses_header" = none ; then +- { { echo "$as_me:9410: error: No curses header-files found" >&5 ++ { { echo "$as_me:9413: error: No curses header-files found" >&5 + echo "$as_me: error: No curses header-files found" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -9417,23 +9420,23 @@ + for ac_header in $cf_cv_ncurses_header + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:9420: checking for $ac_header" >&5 ++echo "$as_me:9423: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9426 "configure" ++#line 9429 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:9430: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:9433: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:9436: \$? = $ac_status" >&5 ++ echo "$as_me:9439: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -9452,7 +9455,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:9455: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:9458: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -9508,7 +9511,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9511 "configure" ++#line 9514 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -9520,16 +9523,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9523: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9526: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9526: \$? = $ac_status" >&5 ++ echo "$as_me:9529: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9529: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9532: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9532: \$? = $ac_status" >&5 ++ echo "$as_me:9535: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -9546,7 +9549,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:9549: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:9552: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -9565,7 +9568,7 @@ + + } + +-echo "$as_me:9568: checking for $cf_ncuhdr_root header in include-path" >&5 ++echo "$as_me:9571: checking for $cf_ncuhdr_root header in include-path" >&5 + echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6 + if test "${cf_cv_ncurses_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -9577,7 +9580,7 @@ + do + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9580 "configure" ++#line 9583 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -9601,16 +9604,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9604: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9607: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9607: \$? = $ac_status" >&5 ++ echo "$as_me:9610: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9610: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9613: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9613: \$? = $ac_status" >&5 ++ echo "$as_me:9616: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_h=$cf_header + +@@ -9625,14 +9628,14 @@ + done + + fi +-echo "$as_me:9628: result: $cf_cv_ncurses_h" >&5 ++echo "$as_me:9631: result: $cf_cv_ncurses_h" >&5 + echo "${ECHO_T}$cf_cv_ncurses_h" >&6 + + if test "$cf_cv_ncurses_h" != no ; then + cf_cv_ncurses_header=$cf_cv_ncurses_h + else + +-echo "$as_me:9635: checking for $cf_ncuhdr_root include-path" >&5 ++echo "$as_me:9638: checking for $cf_ncuhdr_root include-path" >&5 + echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6 + if test "${cf_cv_ncurses_h2+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -9753,7 +9756,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9756 "configure" ++#line 9759 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -9765,16 +9768,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9768: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9771: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9771: \$? = $ac_status" >&5 ++ echo "$as_me:9774: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9774: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9777: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9777: \$? = $ac_status" >&5 ++ echo "$as_me:9780: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -9791,7 +9794,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:9794: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:9797: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -9814,7 +9817,7 @@ + do + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9817 "configure" ++#line 9820 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -9838,16 +9841,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9841: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9844: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9844: \$? = $ac_status" >&5 ++ echo "$as_me:9847: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9847: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9850: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9850: \$? = $ac_status" >&5 ++ echo "$as_me:9853: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_h2=$cf_header + +@@ -9868,12 +9871,12 @@ + CPPFLAGS="$cf_save2_CPPFLAGS" + test "$cf_cv_ncurses_h2" != no && break + done +- test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:9871: error: not found" >&5 ++ test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:9874: error: not found" >&5 + echo "$as_me: error: not found" >&2;} + { (exit 1); exit 1; }; } + + fi +-echo "$as_me:9876: result: $cf_cv_ncurses_h2" >&5 ++echo "$as_me:9879: result: $cf_cv_ncurses_h2" >&5 + echo "${ECHO_T}$cf_cv_ncurses_h2" >&6 + + cf_1st_incdir=`echo "$cf_cv_ncurses_h2" | sed -e 's%/[^/]*$%%'` +@@ -9909,7 +9912,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 9912 "configure" ++#line 9915 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -9921,16 +9924,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:9924: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:9927: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:9927: \$? = $ac_status" >&5 ++ echo "$as_me:9930: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:9930: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:9933: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:9933: \$? = $ac_status" >&5 ++ echo "$as_me:9936: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -9947,7 +9950,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:9950: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:9953: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -9995,7 +9998,7 @@ + ;; + esac + +-echo "$as_me:9998: checking for terminfo header" >&5 ++echo "$as_me:10001: checking for terminfo header" >&5 + echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 + if test "${cf_cv_term_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -10013,7 +10016,7 @@ + for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10016 "configure" ++#line 10019 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -10028,16 +10031,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:10031: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:10034: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:10034: \$? = $ac_status" >&5 ++ echo "$as_me:10037: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:10037: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10040: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10040: \$? = $ac_status" >&5 ++ echo "$as_me:10043: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_term_header="$cf_test" +@@ -10053,7 +10056,7 @@ + done + + fi +-echo "$as_me:10056: result: $cf_cv_term_header" >&5 ++echo "$as_me:10059: result: $cf_cv_term_header" >&5 + echo "${ECHO_T}$cf_cv_term_header" >&6 + + # Set definitions to allow ifdef'ing to accommodate subdirectories +@@ -10091,7 +10094,7 @@ + #define NCURSES 1 + EOF + +-echo "$as_me:10094: checking for ncurses version" >&5 ++echo "$as_me:10097: checking for ncurses version" >&5 + echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6 + if test "${cf_cv_ncurses_version+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -10117,10 +10120,10 @@ + #endif + EOF + cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" +- { (eval echo "$as_me:10120: \"$cf_try\"") >&5 ++ { (eval echo "$as_me:10123: \"$cf_try\"") >&5 + (eval $cf_try) 2>&5 + ac_status=$? +- echo "$as_me:10123: \$? = $ac_status" >&5 ++ echo "$as_me:10126: \$? = $ac_status" >&5 + (exit "$ac_status"); } + if test -f conftest.out ; then + cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out` +@@ -10130,7 +10133,7 @@ + + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10133 "configure" ++#line 10136 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -10157,15 +10160,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:10160: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10163: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10163: \$? = $ac_status" >&5 ++ echo "$as_me:10166: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:10165: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10168: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10168: \$? = $ac_status" >&5 ++ echo "$as_me:10171: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_ncurses_version=`cat $cf_tempfile` +@@ -10179,7 +10182,7 @@ + rm -f "$cf_tempfile" + + fi +-echo "$as_me:10182: result: $cf_cv_ncurses_version" >&5 ++echo "$as_me:10185: result: $cf_cv_ncurses_version" >&5 + echo "${ECHO_T}$cf_cv_ncurses_version" >&6 + test "$cf_cv_ncurses_version" = no || + cat >>confdefs.h <<\EOF +@@ -10192,7 +10195,7 @@ + # to link gpm. + cf_ncurses_LIBS="" + cf_ncurses_SAVE="$LIBS" +-echo "$as_me:10195: checking for Gpm_Open in -lgpm" >&5 ++echo "$as_me:10198: checking for Gpm_Open in -lgpm" >&5 + echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 + if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -10200,7 +10203,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lgpm $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10203 "configure" ++#line 10206 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -10219,16 +10222,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10222: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10225: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10225: \$? = $ac_status" >&5 ++ echo "$as_me:10228: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10228: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10231: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10231: \$? = $ac_status" >&5 ++ echo "$as_me:10234: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_gpm_Gpm_Open=yes + else +@@ -10239,10 +10242,10 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:10242: result: $ac_cv_lib_gpm_Gpm_Open" >&5 ++echo "$as_me:10245: result: $ac_cv_lib_gpm_Gpm_Open" >&5 + echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 + if test "$ac_cv_lib_gpm_Gpm_Open" = yes; then +- echo "$as_me:10245: checking for initscr in -lgpm" >&5 ++ echo "$as_me:10248: checking for initscr in -lgpm" >&5 + echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6 + if test "${ac_cv_lib_gpm_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -10250,7 +10253,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lgpm $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10253 "configure" ++#line 10256 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -10269,16 +10272,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10272: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10275: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10275: \$? = $ac_status" >&5 ++ echo "$as_me:10278: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10278: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10281: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10281: \$? = $ac_status" >&5 ++ echo "$as_me:10284: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_gpm_initscr=yes + else +@@ -10289,7 +10292,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:10292: result: $ac_cv_lib_gpm_initscr" >&5 ++echo "$as_me:10295: result: $ac_cv_lib_gpm_initscr" >&5 + echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6 + if test "$ac_cv_lib_gpm_initscr" = yes; then + LIBS="$cf_ncurses_SAVE" +@@ -10304,7 +10307,7 @@ + # This is only necessary if you are linking against an obsolete + # version of ncurses (but it should do no harm, since it is static). + if test "$cf_nculib_root" = ncurses ; then +- echo "$as_me:10307: checking for tgoto in -lmytinfo" >&5 ++ echo "$as_me:10310: checking for tgoto in -lmytinfo" >&5 + echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 + if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -10312,7 +10315,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lmytinfo $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10315 "configure" ++#line 10318 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -10331,16 +10334,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10334: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10337: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10337: \$? = $ac_status" >&5 ++ echo "$as_me:10340: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10340: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10343: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10343: \$? = $ac_status" >&5 ++ echo "$as_me:10346: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_mytinfo_tgoto=yes + else +@@ -10351,7 +10354,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:10354: result: $ac_cv_lib_mytinfo_tgoto" >&5 ++echo "$as_me:10357: result: $ac_cv_lib_mytinfo_tgoto" >&5 + echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 + if test "$ac_cv_lib_mytinfo_tgoto" = yes; then + cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS" +@@ -10400,13 +10403,13 @@ + + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no' + cf_libdir="" +- echo "$as_me:10403: checking for initscr" >&5 ++ echo "$as_me:10406: checking for initscr" >&5 + echo $ECHO_N "checking for initscr... $ECHO_C" >&6 + if test "${ac_cv_func_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10409 "configure" ++#line 10412 "configure" + #include "confdefs.h" + #define initscr autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -10437,16 +10440,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10440: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10443: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10443: \$? = $ac_status" >&5 ++ echo "$as_me:10446: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10446: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10449: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10449: \$? = $ac_status" >&5 ++ echo "$as_me:10452: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_initscr=yes + else +@@ -10456,18 +10459,18 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:10459: result: $ac_cv_func_initscr" >&5 ++echo "$as_me:10462: result: $ac_cv_func_initscr" >&5 + echo "${ECHO_T}$ac_cv_func_initscr" >&6 + if test "$ac_cv_func_initscr" = yes; then + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' + else + + cf_save_LIBS="$LIBS" +- echo "$as_me:10466: checking for initscr in -l$cf_nculib_root" >&5 ++ echo "$as_me:10469: checking for initscr in -l$cf_nculib_root" >&5 + echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6 + LIBS="-l$cf_nculib_root $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10470 "configure" ++#line 10473 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -10479,25 +10482,25 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10482: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10485: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10485: \$? = $ac_status" >&5 ++ echo "$as_me:10488: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10488: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10491: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10491: \$? = $ac_status" >&5 ++ echo "$as_me:10494: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then +- echo "$as_me:10493: result: yes" >&5 ++ echo "$as_me:10496: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' + + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:10500: result: no" >&5 ++echo "$as_me:10503: result: no" >&5 + echo "${ECHO_T}no" >&6 + + cf_search= +@@ -10565,11 +10568,11 @@ + + for cf_libdir in $cf_search + do +- echo "$as_me:10568: checking for -l$cf_nculib_root in $cf_libdir" >&5 ++ echo "$as_me:10571: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6 + LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10572 "configure" ++#line 10575 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -10581,25 +10584,25 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10584: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10587: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10587: \$? = $ac_status" >&5 ++ echo "$as_me:10590: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10590: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10593: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10593: \$? = $ac_status" >&5 ++ echo "$as_me:10596: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then +- echo "$as_me:10595: result: yes" >&5 ++ echo "$as_me:10598: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' + break + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:10602: result: no" >&5 ++echo "$as_me:10605: result: no" >&5 + echo "${ECHO_T}no" >&6 + LIBS="$cf_save_LIBS" + fi +@@ -10614,7 +10617,7 @@ + eval 'cf_found_library="$cf_cv_have_lib_'"$cf_nculib_root"\" + + if test "$cf_found_library" = no ; then +- { { echo "$as_me:10617: error: Cannot link $cf_nculib_root library" >&5 ++ { { echo "$as_me:10620: error: Cannot link $cf_nculib_root library" >&5 + echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -10622,7 +10625,7 @@ + fi + + if test -n "$cf_ncurses_LIBS" ; then +- echo "$as_me:10625: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 ++ echo "$as_me:10628: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6 + cf_ncurses_SAVE="$LIBS" + for p in $cf_ncurses_LIBS ; do +@@ -10632,7 +10635,7 @@ + fi + done + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10635 "configure" ++#line 10638 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -10644,23 +10647,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10647: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10650: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10650: \$? = $ac_status" >&5 ++ echo "$as_me:10653: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10653: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10656: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10656: \$? = $ac_status" >&5 ++ echo "$as_me:10659: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then +- echo "$as_me:10658: result: yes" >&5 ++ echo "$as_me:10661: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:10663: result: no" >&5 ++echo "$as_me:10666: result: no" >&5 + echo "${ECHO_T}no" >&6 + LIBS="$cf_ncurses_SAVE" + fi +@@ -10685,13 +10688,13 @@ + cf_have_ncuconfig=no + + if test "x${PKG_CONFIG:=none}" != xnone; then +- echo "$as_me:10688: checking pkg-config for $cf_ncuconfig_root" >&5 ++ echo "$as_me:10691: checking pkg-config for $cf_ncuconfig_root" >&5 + echo $ECHO_N "checking pkg-config for $cf_ncuconfig_root... $ECHO_C" >&6 + if "$PKG_CONFIG" --exists $cf_ncuconfig_root ; then +- echo "$as_me:10691: result: yes" >&5 ++ echo "$as_me:10694: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + +- echo "$as_me:10694: checking if the $cf_ncuconfig_root package files work" >&5 ++ echo "$as_me:10697: checking if the $cf_ncuconfig_root package files work" >&5 + echo $ECHO_N "checking if the $cf_ncuconfig_root package files work... $ECHO_C" >&6 + cf_have_ncuconfig=unknown + +@@ -10824,7 +10827,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10827 "configure" ++#line 10830 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -10836,37 +10839,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:10839: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10842: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10842: \$? = $ac_status" >&5 ++ echo "$as_me:10845: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:10845: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10848: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10848: \$? = $ac_status" >&5 ++ echo "$as_me:10851: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_test_ncuconfig=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 10854 "configure" ++#line 10857 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int main(void) + { const char *xx = curses_version(); return (xx == 0); } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:10861: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:10864: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:10864: \$? = $ac_status" >&5 ++ echo "$as_me:10867: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:10866: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:10869: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:10869: \$? = $ac_status" >&5 ++ echo "$as_me:10872: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_test_ncuconfig=yes + else +@@ -11040,7 +11043,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11043 "configure" ++#line 11046 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -11052,37 +11055,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:11055: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:11058: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:11058: \$? = $ac_status" >&5 ++ echo "$as_me:11061: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:11061: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11064: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11064: \$? = $ac_status" >&5 ++ echo "$as_me:11067: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_have_ncuconfig=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11070 "configure" ++#line 11073 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int main(void) + { const char *xx = curses_version(); return (xx == 0); } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:11077: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:11080: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:11080: \$? = $ac_status" >&5 ++ echo "$as_me:11083: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:11082: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11085: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11085: \$? = $ac_status" >&5 ++ echo "$as_me:11088: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_have_ncuconfig=yes + else +@@ -11099,7 +11102,7 @@ + cf_have_ncuconfig=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:11102: result: $cf_have_ncuconfig" >&5 ++ echo "$as_me:11105: result: $cf_have_ncuconfig" >&5 + echo "${ECHO_T}$cf_have_ncuconfig" >&6 + test "$cf_have_ncuconfig" = maybe && cf_have_ncuconfig=yes + if test "$cf_have_ncuconfig" != "yes" +@@ -11115,7 +11118,7 @@ + + NCURSES_CONFIG_PKG=$cf_ncuconfig_root + +-echo "$as_me:11118: checking for terminfo header" >&5 ++echo "$as_me:11121: checking for terminfo header" >&5 + echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 + if test "${cf_cv_term_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -11133,7 +11136,7 @@ + for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11136 "configure" ++#line 11139 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -11148,16 +11151,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11151: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11154: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11154: \$? = $ac_status" >&5 ++ echo "$as_me:11157: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11157: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11160: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11160: \$? = $ac_status" >&5 ++ echo "$as_me:11163: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_term_header="$cf_test" +@@ -11173,7 +11176,7 @@ + done + + fi +-echo "$as_me:11176: result: $cf_cv_term_header" >&5 ++echo "$as_me:11179: result: $cf_cv_term_header" >&5 + echo "${ECHO_T}$cf_cv_term_header" >&6 + + # Set definitions to allow ifdef'ing to accommodate subdirectories +@@ -11208,7 +11211,7 @@ + fi + + else +- echo "$as_me:11211: result: no" >&5 ++ echo "$as_me:11214: result: no" >&5 + echo "${ECHO_T}no" >&6 + NCURSES_CONFIG_PKG=none + fi +@@ -11224,7 +11227,7 @@ + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +-echo "$as_me:11227: checking for $ac_word" >&5 ++echo "$as_me:11230: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_NCURSES_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -11239,7 +11242,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_NCURSES_CONFIG="$ac_tool_prefix$ac_prog" +-echo "$as_me:11242: found $ac_dir/$ac_word" >&5 ++echo "$as_me:11245: found $ac_dir/$ac_word" >&5 + break + done + +@@ -11247,10 +11250,10 @@ + fi + NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG + if test -n "$NCURSES_CONFIG"; then +- echo "$as_me:11250: result: $NCURSES_CONFIG" >&5 ++ echo "$as_me:11253: result: $NCURSES_CONFIG" >&5 + echo "${ECHO_T}$NCURSES_CONFIG" >&6 + else +- echo "$as_me:11253: result: no" >&5 ++ echo "$as_me:11256: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -11263,7 +11266,7 @@ + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +-echo "$as_me:11266: checking for $ac_word" >&5 ++echo "$as_me:11269: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_ac_ct_NCURSES_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -11278,7 +11281,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_ac_ct_NCURSES_CONFIG="$ac_prog" +-echo "$as_me:11281: found $ac_dir/$ac_word" >&5 ++echo "$as_me:11284: found $ac_dir/$ac_word" >&5 + break + done + +@@ -11286,10 +11289,10 @@ + fi + ac_ct_NCURSES_CONFIG=$ac_cv_prog_ac_ct_NCURSES_CONFIG + if test -n "$ac_ct_NCURSES_CONFIG"; then +- echo "$as_me:11289: result: $ac_ct_NCURSES_CONFIG" >&5 ++ echo "$as_me:11292: result: $ac_ct_NCURSES_CONFIG" >&5 + echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6 + else +- echo "$as_me:11292: result: no" >&5 ++ echo "$as_me:11295: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -11446,7 +11449,7 @@ + + # even with config script, some packages use no-override for curses.h + +-echo "$as_me:11449: checking if we have identified curses headers" >&5 ++echo "$as_me:11452: checking if we have identified curses headers" >&5 + echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6 + if test "${cf_cv_ncurses_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -11458,7 +11461,7 @@ + curses.h $cf_cv_screen/curses.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11461 "configure" ++#line 11464 "configure" + #include "confdefs.h" + #include <${cf_header}> + int +@@ -11470,16 +11473,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11473: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11476: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11476: \$? = $ac_status" >&5 ++ echo "$as_me:11479: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11479: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11482: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11482: \$? = $ac_status" >&5 ++ echo "$as_me:11485: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_header=$cf_header; break + else +@@ -11490,11 +11493,11 @@ + done + + fi +-echo "$as_me:11493: result: $cf_cv_ncurses_header" >&5 ++echo "$as_me:11496: result: $cf_cv_ncurses_header" >&5 + echo "${ECHO_T}$cf_cv_ncurses_header" >&6 + + if test "$cf_cv_ncurses_header" = none ; then +- { { echo "$as_me:11497: error: No curses header-files found" >&5 ++ { { echo "$as_me:11500: error: No curses header-files found" >&5 + echo "$as_me: error: No curses header-files found" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -11504,23 +11507,23 @@ + for ac_header in $cf_cv_ncurses_header + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:11507: checking for $ac_header" >&5 ++echo "$as_me:11510: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11513 "configure" ++#line 11516 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:11517: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:11520: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:11523: \$? = $ac_status" >&5 ++ echo "$as_me:11526: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -11539,7 +11542,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:11542: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:11545: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -11595,7 +11598,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11598 "configure" ++#line 11601 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -11607,16 +11610,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11610: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11613: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11613: \$? = $ac_status" >&5 ++ echo "$as_me:11616: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11616: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11619: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11619: \$? = $ac_status" >&5 ++ echo "$as_me:11622: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -11633,7 +11636,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:11636: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:11639: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -11652,7 +11655,7 @@ + + } + +-echo "$as_me:11655: checking for $cf_ncuhdr_root header in include-path" >&5 ++echo "$as_me:11658: checking for $cf_ncuhdr_root header in include-path" >&5 + echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6 + if test "${cf_cv_ncurses_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -11664,7 +11667,7 @@ + do + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11667 "configure" ++#line 11670 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -11688,16 +11691,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11691: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11694: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11694: \$? = $ac_status" >&5 ++ echo "$as_me:11697: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11697: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11700: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11700: \$? = $ac_status" >&5 ++ echo "$as_me:11703: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_h=$cf_header + +@@ -11712,14 +11715,14 @@ + done + + fi +-echo "$as_me:11715: result: $cf_cv_ncurses_h" >&5 ++echo "$as_me:11718: result: $cf_cv_ncurses_h" >&5 + echo "${ECHO_T}$cf_cv_ncurses_h" >&6 + + if test "$cf_cv_ncurses_h" != no ; then + cf_cv_ncurses_header=$cf_cv_ncurses_h + else + +-echo "$as_me:11722: checking for $cf_ncuhdr_root include-path" >&5 ++echo "$as_me:11725: checking for $cf_ncuhdr_root include-path" >&5 + echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6 + if test "${cf_cv_ncurses_h2+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -11840,7 +11843,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11843 "configure" ++#line 11846 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -11852,16 +11855,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11855: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11858: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11858: \$? = $ac_status" >&5 ++ echo "$as_me:11861: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11861: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11864: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11864: \$? = $ac_status" >&5 ++ echo "$as_me:11867: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -11878,7 +11881,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:11881: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:11884: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -11901,7 +11904,7 @@ + do + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11904 "configure" ++#line 11907 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -11925,16 +11928,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:11928: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:11931: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:11931: \$? = $ac_status" >&5 ++ echo "$as_me:11934: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:11934: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:11937: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:11937: \$? = $ac_status" >&5 ++ echo "$as_me:11940: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_h2=$cf_header + +@@ -11955,12 +11958,12 @@ + CPPFLAGS="$cf_save2_CPPFLAGS" + test "$cf_cv_ncurses_h2" != no && break + done +- test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:11958: error: not found" >&5 ++ test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:11961: error: not found" >&5 + echo "$as_me: error: not found" >&2;} + { (exit 1); exit 1; }; } + + fi +-echo "$as_me:11963: result: $cf_cv_ncurses_h2" >&5 ++echo "$as_me:11966: result: $cf_cv_ncurses_h2" >&5 + echo "${ECHO_T}$cf_cv_ncurses_h2" >&6 + + cf_1st_incdir=`echo "$cf_cv_ncurses_h2" | sed -e 's%/[^/]*$%%'` +@@ -11996,7 +11999,7 @@ + CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 11999 "configure" ++#line 12002 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -12008,16 +12011,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12011: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12014: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12014: \$? = $ac_status" >&5 ++ echo "$as_me:12017: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12017: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12020: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12020: \$? = $ac_status" >&5 ++ echo "$as_me:12023: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -12034,7 +12037,7 @@ + if test "$cf_have_incdir" = no ; then + test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 + +-echo "${as_me:-configure}:12037: testing adding $cf_add_incdir to include-path ..." 1>&5 ++echo "${as_me:-configure}:12040: testing adding $cf_add_incdir to include-path ..." 1>&5 + + CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" + +@@ -12082,7 +12085,7 @@ + ;; + esac + +-echo "$as_me:12085: checking for terminfo header" >&5 ++echo "$as_me:12088: checking for terminfo header" >&5 + echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 + if test "${cf_cv_term_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -12100,7 +12103,7 @@ + for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12103 "configure" ++#line 12106 "configure" + #include "confdefs.h" + #include <stdio.h> + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -12115,16 +12118,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:12118: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:12121: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:12121: \$? = $ac_status" >&5 ++ echo "$as_me:12124: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:12124: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12127: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12127: \$? = $ac_status" >&5 ++ echo "$as_me:12130: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_term_header="$cf_test" +@@ -12140,7 +12143,7 @@ + done + + fi +-echo "$as_me:12143: result: $cf_cv_term_header" >&5 ++echo "$as_me:12146: result: $cf_cv_term_header" >&5 + echo "${ECHO_T}$cf_cv_term_header" >&6 + + # Set definitions to allow ifdef'ing to accommodate subdirectories +@@ -12178,7 +12181,7 @@ + #define NCURSES 1 + EOF + +-echo "$as_me:12181: checking for ncurses version" >&5 ++echo "$as_me:12184: checking for ncurses version" >&5 + echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6 + if test "${cf_cv_ncurses_version+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -12204,10 +12207,10 @@ + #endif + EOF + cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" +- { (eval echo "$as_me:12207: \"$cf_try\"") >&5 ++ { (eval echo "$as_me:12210: \"$cf_try\"") >&5 + (eval $cf_try) 2>&5 + ac_status=$? +- echo "$as_me:12210: \$? = $ac_status" >&5 ++ echo "$as_me:12213: \$? = $ac_status" >&5 + (exit "$ac_status"); } + if test -f conftest.out ; then + cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out` +@@ -12217,7 +12220,7 @@ + + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12220 "configure" ++#line 12223 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -12244,15 +12247,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:12247: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12250: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12250: \$? = $ac_status" >&5 ++ echo "$as_me:12253: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:12252: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12255: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12255: \$? = $ac_status" >&5 ++ echo "$as_me:12258: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_ncurses_version=`cat $cf_tempfile` +@@ -12266,7 +12269,7 @@ + rm -f "$cf_tempfile" + + fi +-echo "$as_me:12269: result: $cf_cv_ncurses_version" >&5 ++echo "$as_me:12272: result: $cf_cv_ncurses_version" >&5 + echo "${ECHO_T}$cf_cv_ncurses_version" >&6 + test "$cf_cv_ncurses_version" = no || + cat >>confdefs.h <<\EOF +@@ -12279,7 +12282,7 @@ + # to link gpm. + cf_ncurses_LIBS="" + cf_ncurses_SAVE="$LIBS" +-echo "$as_me:12282: checking for Gpm_Open in -lgpm" >&5 ++echo "$as_me:12285: checking for Gpm_Open in -lgpm" >&5 + echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 + if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -12287,7 +12290,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lgpm $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12290 "configure" ++#line 12293 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -12306,16 +12309,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12309: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12312: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12312: \$? = $ac_status" >&5 ++ echo "$as_me:12315: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12315: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12318: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12318: \$? = $ac_status" >&5 ++ echo "$as_me:12321: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_gpm_Gpm_Open=yes + else +@@ -12326,10 +12329,10 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:12329: result: $ac_cv_lib_gpm_Gpm_Open" >&5 ++echo "$as_me:12332: result: $ac_cv_lib_gpm_Gpm_Open" >&5 + echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 + if test "$ac_cv_lib_gpm_Gpm_Open" = yes; then +- echo "$as_me:12332: checking for initscr in -lgpm" >&5 ++ echo "$as_me:12335: checking for initscr in -lgpm" >&5 + echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6 + if test "${ac_cv_lib_gpm_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -12337,7 +12340,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lgpm $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12340 "configure" ++#line 12343 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -12356,16 +12359,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12359: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12362: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12362: \$? = $ac_status" >&5 ++ echo "$as_me:12365: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12365: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12368: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12368: \$? = $ac_status" >&5 ++ echo "$as_me:12371: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_gpm_initscr=yes + else +@@ -12376,7 +12379,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:12379: result: $ac_cv_lib_gpm_initscr" >&5 ++echo "$as_me:12382: result: $ac_cv_lib_gpm_initscr" >&5 + echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6 + if test "$ac_cv_lib_gpm_initscr" = yes; then + LIBS="$cf_ncurses_SAVE" +@@ -12391,7 +12394,7 @@ + # This is only necessary if you are linking against an obsolete + # version of ncurses (but it should do no harm, since it is static). + if test "$cf_nculib_root" = ncurses ; then +- echo "$as_me:12394: checking for tgoto in -lmytinfo" >&5 ++ echo "$as_me:12397: checking for tgoto in -lmytinfo" >&5 + echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 + if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -12399,7 +12402,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lmytinfo $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12402 "configure" ++#line 12405 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -12418,16 +12421,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12421: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12424: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12424: \$? = $ac_status" >&5 ++ echo "$as_me:12427: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12427: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12430: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12430: \$? = $ac_status" >&5 ++ echo "$as_me:12433: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_mytinfo_tgoto=yes + else +@@ -12438,7 +12441,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:12441: result: $ac_cv_lib_mytinfo_tgoto" >&5 ++echo "$as_me:12444: result: $ac_cv_lib_mytinfo_tgoto" >&5 + echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 + if test "$ac_cv_lib_mytinfo_tgoto" = yes; then + cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS" +@@ -12487,13 +12490,13 @@ + + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no' + cf_libdir="" +- echo "$as_me:12490: checking for initscr" >&5 ++ echo "$as_me:12493: checking for initscr" >&5 + echo $ECHO_N "checking for initscr... $ECHO_C" >&6 + if test "${ac_cv_func_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12496 "configure" ++#line 12499 "configure" + #include "confdefs.h" + #define initscr autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -12524,16 +12527,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12527: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12530: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12530: \$? = $ac_status" >&5 ++ echo "$as_me:12533: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12533: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12536: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12536: \$? = $ac_status" >&5 ++ echo "$as_me:12539: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_initscr=yes + else +@@ -12543,18 +12546,18 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:12546: result: $ac_cv_func_initscr" >&5 ++echo "$as_me:12549: result: $ac_cv_func_initscr" >&5 + echo "${ECHO_T}$ac_cv_func_initscr" >&6 + if test "$ac_cv_func_initscr" = yes; then + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' + else + + cf_save_LIBS="$LIBS" +- echo "$as_me:12553: checking for initscr in -l$cf_nculib_root" >&5 ++ echo "$as_me:12556: checking for initscr in -l$cf_nculib_root" >&5 + echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6 + LIBS="-l$cf_nculib_root $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12557 "configure" ++#line 12560 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -12566,25 +12569,25 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12569: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12572: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12572: \$? = $ac_status" >&5 ++ echo "$as_me:12575: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12575: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12578: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12578: \$? = $ac_status" >&5 ++ echo "$as_me:12581: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then +- echo "$as_me:12580: result: yes" >&5 ++ echo "$as_me:12583: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' + + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:12587: result: no" >&5 ++echo "$as_me:12590: result: no" >&5 + echo "${ECHO_T}no" >&6 + + cf_search= +@@ -12652,11 +12655,11 @@ + + for cf_libdir in $cf_search + do +- echo "$as_me:12655: checking for -l$cf_nculib_root in $cf_libdir" >&5 ++ echo "$as_me:12658: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6 + LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12659 "configure" ++#line 12662 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -12668,25 +12671,25 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12671: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12674: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12674: \$? = $ac_status" >&5 ++ echo "$as_me:12677: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12677: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12680: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12680: \$? = $ac_status" >&5 ++ echo "$as_me:12683: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then +- echo "$as_me:12682: result: yes" >&5 ++ echo "$as_me:12685: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' + break + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:12689: result: no" >&5 ++echo "$as_me:12692: result: no" >&5 + echo "${ECHO_T}no" >&6 + LIBS="$cf_save_LIBS" + fi +@@ -12701,7 +12704,7 @@ + eval 'cf_found_library="$cf_cv_have_lib_'"$cf_nculib_root"\" + + if test "$cf_found_library" = no ; then +- { { echo "$as_me:12704: error: Cannot link $cf_nculib_root library" >&5 ++ { { echo "$as_me:12707: error: Cannot link $cf_nculib_root library" >&5 + echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -12709,7 +12712,7 @@ + fi + + if test -n "$cf_ncurses_LIBS" ; then +- echo "$as_me:12712: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 ++ echo "$as_me:12715: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6 + cf_ncurses_SAVE="$LIBS" + for p in $cf_ncurses_LIBS ; do +@@ -12719,7 +12722,7 @@ + fi + done + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12722 "configure" ++#line 12725 "configure" + #include "confdefs.h" + #include <${cf_cv_ncurses_header:-curses.h}> + int +@@ -12731,23 +12734,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12734: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12737: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12737: \$? = $ac_status" >&5 ++ echo "$as_me:12740: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12740: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12743: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12743: \$? = $ac_status" >&5 ++ echo "$as_me:12746: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then +- echo "$as_me:12745: result: yes" >&5 ++ echo "$as_me:12748: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:12750: result: no" >&5 ++echo "$as_me:12753: result: no" >&5 + echo "${ECHO_T}no" >&6 + LIBS="$cf_ncurses_SAVE" + fi +@@ -12767,7 +12770,7 @@ + + ;; + (pdcurses) +- echo "$as_me:12770: checking for X" >&5 ++ echo "$as_me:12773: checking for X" >&5 + echo $ECHO_N "checking for X... $ECHO_C" >&6 + + # Check whether --with-x or --without-x was given. +@@ -12871,17 +12874,17 @@ + # Guess where to find include files, by looking for Intrinsic.h. + # First, try using that file with no special directory specified. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12874 "configure" ++#line 12877 "configure" + #include "confdefs.h" + #include <X11/Intrinsic.h> + _ACEOF +-if { (eval echo "$as_me:12878: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:12881: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:12884: \$? = $ac_status" >&5 ++ echo "$as_me:12887: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -12914,7 +12917,7 @@ + ac_save_LIBS=$LIBS + LIBS="-lXt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 12917 "configure" ++#line 12920 "configure" + #include "confdefs.h" + #include <X11/Intrinsic.h> + int +@@ -12926,16 +12929,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:12929: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:12932: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:12932: \$? = $ac_status" >&5 ++ echo "$as_me:12935: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:12935: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:12938: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:12938: \$? = $ac_status" >&5 ++ echo "$as_me:12941: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + LIBS=$ac_save_LIBS + # We can link X programs with no special library path. +@@ -12973,7 +12976,7 @@ + fi # $with_x != no + + if test "$have_x" != yes; then +- echo "$as_me:12976: result: $have_x" >&5 ++ echo "$as_me:12979: result: $have_x" >&5 + echo "${ECHO_T}$have_x" >&6 + no_x=yes + else +@@ -12983,7 +12986,7 @@ + # Update the cache value to reflect the command line values. + ac_cv_have_x="have_x=yes \ + ac_x_includes=$x_includes ac_x_libraries=$x_libraries" +- echo "$as_me:12986: result: libraries $x_libraries, headers $x_includes" >&5 ++ echo "$as_me:12989: result: libraries $x_libraries, headers $x_includes" >&5 + echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 + fi + +@@ -13010,11 +13013,11 @@ + # others require no space. Words are not sufficient . . . . + case `(uname -sr) 2>/dev/null` in + "SunOS 5"*) +- echo "$as_me:13013: checking whether -R must be followed by a space" >&5 ++ echo "$as_me:13016: checking whether -R must be followed by a space" >&5 + echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 + ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13017 "configure" ++#line 13020 "configure" + #include "confdefs.h" + + int +@@ -13026,16 +13029,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13029: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13032: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13032: \$? = $ac_status" >&5 ++ echo "$as_me:13035: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13035: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13038: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13038: \$? = $ac_status" >&5 ++ echo "$as_me:13041: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_R_nospace=yes + else +@@ -13045,13 +13048,13 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + if test $ac_R_nospace = yes; then +- echo "$as_me:13048: result: no" >&5 ++ echo "$as_me:13051: result: no" >&5 + echo "${ECHO_T}no" >&6 + X_LIBS="$X_LIBS -R$x_libraries" + else + LIBS="$ac_xsave_LIBS -R $x_libraries" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13054 "configure" ++#line 13057 "configure" + #include "confdefs.h" + + int +@@ -13063,16 +13066,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13066: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13069: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13069: \$? = $ac_status" >&5 ++ echo "$as_me:13072: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13072: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13075: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13075: \$? = $ac_status" >&5 ++ echo "$as_me:13078: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_R_space=yes + else +@@ -13082,11 +13085,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + if test $ac_R_space = yes; then +- echo "$as_me:13085: result: yes" >&5 ++ echo "$as_me:13088: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + X_LIBS="$X_LIBS -R $x_libraries" + else +- echo "$as_me:13089: result: neither works" >&5 ++ echo "$as_me:13092: result: neither works" >&5 + echo "${ECHO_T}neither works" >&6 + fi + fi +@@ -13106,7 +13109,7 @@ + # the Alpha needs dnet_stub (dnet does not exist). + ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13109 "configure" ++#line 13112 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13125,22 +13128,22 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13128: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13131: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13131: \$? = $ac_status" >&5 ++ echo "$as_me:13134: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13134: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13137: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13137: \$? = $ac_status" >&5 ++ echo "$as_me:13140: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:13143: checking for dnet_ntoa in -ldnet" >&5 ++echo "$as_me:13146: checking for dnet_ntoa in -ldnet" >&5 + echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 + if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13148,7 +13151,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldnet $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13151 "configure" ++#line 13154 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13167,16 +13170,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13170: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13173: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13173: \$? = $ac_status" >&5 ++ echo "$as_me:13176: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13176: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13179: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13179: \$? = $ac_status" >&5 ++ echo "$as_me:13182: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dnet_dnet_ntoa=yes + else +@@ -13187,14 +13190,14 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13190: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 ++echo "$as_me:13193: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 + echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 + if test "$ac_cv_lib_dnet_dnet_ntoa" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" + fi + + if test $ac_cv_lib_dnet_dnet_ntoa = no; then +- echo "$as_me:13197: checking for dnet_ntoa in -ldnet_stub" >&5 ++ echo "$as_me:13200: checking for dnet_ntoa in -ldnet_stub" >&5 + echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 + if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13202,7 +13205,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldnet_stub $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13205 "configure" ++#line 13208 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13221,16 +13224,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13224: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13227: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13227: \$? = $ac_status" >&5 ++ echo "$as_me:13230: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13230: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13233: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13233: \$? = $ac_status" >&5 ++ echo "$as_me:13236: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dnet_stub_dnet_ntoa=yes + else +@@ -13241,7 +13244,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13244: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 ++echo "$as_me:13247: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 + echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 + if test "$ac_cv_lib_dnet_stub_dnet_ntoa" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" +@@ -13260,13 +13263,13 @@ + # on Irix 5.2, according to T.E. Dickey. + # The functions gethostbyname, getservbyname, and inet_addr are + # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. +- echo "$as_me:13263: checking for gethostbyname" >&5 ++ echo "$as_me:13266: checking for gethostbyname" >&5 + echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 + if test "${ac_cv_func_gethostbyname+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13269 "configure" ++#line 13272 "configure" + #include "confdefs.h" + #define gethostbyname autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -13297,16 +13300,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13300: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13303: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13303: \$? = $ac_status" >&5 ++ echo "$as_me:13306: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13306: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13309: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13309: \$? = $ac_status" >&5 ++ echo "$as_me:13312: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_gethostbyname=yes + else +@@ -13316,11 +13319,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:13319: result: $ac_cv_func_gethostbyname" >&5 ++echo "$as_me:13322: result: $ac_cv_func_gethostbyname" >&5 + echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 + + if test $ac_cv_func_gethostbyname = no; then +- echo "$as_me:13323: checking for gethostbyname in -lnsl" >&5 ++ echo "$as_me:13326: checking for gethostbyname in -lnsl" >&5 + echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 + if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13328,7 +13331,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lnsl $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13331 "configure" ++#line 13334 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13347,16 +13350,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13350: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13353: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13353: \$? = $ac_status" >&5 ++ echo "$as_me:13356: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13356: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13359: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13359: \$? = $ac_status" >&5 ++ echo "$as_me:13362: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_nsl_gethostbyname=yes + else +@@ -13367,14 +13370,14 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13370: result: $ac_cv_lib_nsl_gethostbyname" >&5 ++echo "$as_me:13373: result: $ac_cv_lib_nsl_gethostbyname" >&5 + echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 + if test "$ac_cv_lib_nsl_gethostbyname" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" + fi + + if test $ac_cv_lib_nsl_gethostbyname = no; then +- echo "$as_me:13377: checking for gethostbyname in -lbsd" >&5 ++ echo "$as_me:13380: checking for gethostbyname in -lbsd" >&5 + echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13382,7 +13385,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13385 "configure" ++#line 13388 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13401,16 +13404,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13404: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13407: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13407: \$? = $ac_status" >&5 ++ echo "$as_me:13410: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13410: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13413: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13413: \$? = $ac_status" >&5 ++ echo "$as_me:13416: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_gethostbyname=yes + else +@@ -13421,7 +13424,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13424: result: $ac_cv_lib_bsd_gethostbyname" >&5 ++echo "$as_me:13427: result: $ac_cv_lib_bsd_gethostbyname" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 + if test "$ac_cv_lib_bsd_gethostbyname" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" +@@ -13437,13 +13440,13 @@ + # variants that don't use the nameserver (or something). -lsocket + # must be given before -lnsl if both are needed. We assume that + # if connect needs -lnsl, so does gethostbyname. +- echo "$as_me:13440: checking for connect" >&5 ++ echo "$as_me:13443: checking for connect" >&5 + echo $ECHO_N "checking for connect... $ECHO_C" >&6 + if test "${ac_cv_func_connect+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13446 "configure" ++#line 13449 "configure" + #include "confdefs.h" + #define connect autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -13474,16 +13477,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13477: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13480: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13480: \$? = $ac_status" >&5 ++ echo "$as_me:13483: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13483: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13486: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13486: \$? = $ac_status" >&5 ++ echo "$as_me:13489: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_connect=yes + else +@@ -13493,11 +13496,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:13496: result: $ac_cv_func_connect" >&5 ++echo "$as_me:13499: result: $ac_cv_func_connect" >&5 + echo "${ECHO_T}$ac_cv_func_connect" >&6 + + if test $ac_cv_func_connect = no; then +- echo "$as_me:13500: checking for connect in -lsocket" >&5 ++ echo "$as_me:13503: checking for connect in -lsocket" >&5 + echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 + if test "${ac_cv_lib_socket_connect+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13505,7 +13508,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lsocket $X_EXTRA_LIBS $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13508 "configure" ++#line 13511 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13524,16 +13527,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13527: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13530: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13530: \$? = $ac_status" >&5 ++ echo "$as_me:13533: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13533: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13536: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13536: \$? = $ac_status" >&5 ++ echo "$as_me:13539: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_socket_connect=yes + else +@@ -13544,7 +13547,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13547: result: $ac_cv_lib_socket_connect" >&5 ++echo "$as_me:13550: result: $ac_cv_lib_socket_connect" >&5 + echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 + if test "$ac_cv_lib_socket_connect" = yes; then + X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" +@@ -13553,13 +13556,13 @@ + fi + + # Guillermo Gomez says -lposix is necessary on A/UX. +- echo "$as_me:13556: checking for remove" >&5 ++ echo "$as_me:13559: checking for remove" >&5 + echo $ECHO_N "checking for remove... $ECHO_C" >&6 + if test "${ac_cv_func_remove+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13562 "configure" ++#line 13565 "configure" + #include "confdefs.h" + #define remove autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -13590,16 +13593,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13593: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13596: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13596: \$? = $ac_status" >&5 ++ echo "$as_me:13599: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13599: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13602: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13602: \$? = $ac_status" >&5 ++ echo "$as_me:13605: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_remove=yes + else +@@ -13609,11 +13612,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:13612: result: $ac_cv_func_remove" >&5 ++echo "$as_me:13615: result: $ac_cv_func_remove" >&5 + echo "${ECHO_T}$ac_cv_func_remove" >&6 + + if test $ac_cv_func_remove = no; then +- echo "$as_me:13616: checking for remove in -lposix" >&5 ++ echo "$as_me:13619: checking for remove in -lposix" >&5 + echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 + if test "${ac_cv_lib_posix_remove+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13621,7 +13624,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lposix $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13624 "configure" ++#line 13627 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13640,16 +13643,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13643: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13646: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13646: \$? = $ac_status" >&5 ++ echo "$as_me:13649: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13649: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13652: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13652: \$? = $ac_status" >&5 ++ echo "$as_me:13655: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_posix_remove=yes + else +@@ -13660,7 +13663,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13663: result: $ac_cv_lib_posix_remove" >&5 ++echo "$as_me:13666: result: $ac_cv_lib_posix_remove" >&5 + echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 + if test "$ac_cv_lib_posix_remove" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" +@@ -13669,13 +13672,13 @@ + fi + + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. +- echo "$as_me:13672: checking for shmat" >&5 ++ echo "$as_me:13675: checking for shmat" >&5 + echo $ECHO_N "checking for shmat... $ECHO_C" >&6 + if test "${ac_cv_func_shmat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13678 "configure" ++#line 13681 "configure" + #include "confdefs.h" + #define shmat autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -13706,16 +13709,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13709: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13712: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13712: \$? = $ac_status" >&5 ++ echo "$as_me:13715: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13715: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13718: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13718: \$? = $ac_status" >&5 ++ echo "$as_me:13721: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_shmat=yes + else +@@ -13725,11 +13728,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:13728: result: $ac_cv_func_shmat" >&5 ++echo "$as_me:13731: result: $ac_cv_func_shmat" >&5 + echo "${ECHO_T}$ac_cv_func_shmat" >&6 + + if test $ac_cv_func_shmat = no; then +- echo "$as_me:13732: checking for shmat in -lipc" >&5 ++ echo "$as_me:13735: checking for shmat in -lipc" >&5 + echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 + if test "${ac_cv_lib_ipc_shmat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13737,7 +13740,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lipc $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13740 "configure" ++#line 13743 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13756,16 +13759,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13759: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13762: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13762: \$? = $ac_status" >&5 ++ echo "$as_me:13765: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13765: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13768: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13768: \$? = $ac_status" >&5 ++ echo "$as_me:13771: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_ipc_shmat=yes + else +@@ -13776,7 +13779,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13779: result: $ac_cv_lib_ipc_shmat" >&5 ++echo "$as_me:13782: result: $ac_cv_lib_ipc_shmat" >&5 + echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 + if test "$ac_cv_lib_ipc_shmat" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" +@@ -13794,7 +13797,7 @@ + # These have to be linked with before -lX11, unlike the other + # libraries we check for below, so use a different variable. + # John Interrante, Karl Berry +- echo "$as_me:13797: checking for IceConnectionNumber in -lICE" >&5 ++ echo "$as_me:13800: checking for IceConnectionNumber in -lICE" >&5 + echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 + if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -13802,7 +13805,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lICE $X_EXTRA_LIBS $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 13805 "configure" ++#line 13808 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -13821,16 +13824,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:13824: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:13827: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:13827: \$? = $ac_status" >&5 ++ echo "$as_me:13830: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:13830: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:13833: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:13833: \$? = $ac_status" >&5 ++ echo "$as_me:13836: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_ICE_IceConnectionNumber=yes + else +@@ -13841,7 +13844,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:13844: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 ++echo "$as_me:13847: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 + echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 + if test "$ac_cv_lib_ICE_IceConnectionNumber" = yes; then + X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" +@@ -13853,7 +13856,7 @@ + + cf_x_athena=${cf_x_athena:-Xaw} + +-echo "$as_me:13856: checking if you want to link with Xaw 3d library" >&5 ++echo "$as_me:13859: checking if you want to link with Xaw 3d library" >&5 + echo $ECHO_N "checking if you want to link with Xaw 3d library... $ECHO_C" >&6 + withval= + +@@ -13864,14 +13867,14 @@ + fi; + if test "$withval" = yes ; then + cf_x_athena=Xaw3d +- echo "$as_me:13867: result: yes" >&5 ++ echo "$as_me:13870: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else +- echo "$as_me:13870: result: no" >&5 ++ echo "$as_me:13873: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +-echo "$as_me:13874: checking if you want to link with Xaw 3d xft library" >&5 ++echo "$as_me:13877: checking if you want to link with Xaw 3d xft library" >&5 + echo $ECHO_N "checking if you want to link with Xaw 3d xft library... $ECHO_C" >&6 + withval= + +@@ -13882,14 +13885,14 @@ + fi; + if test "$withval" = yes ; then + cf_x_athena=Xaw3dxft +- echo "$as_me:13885: result: yes" >&5 ++ echo "$as_me:13888: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else +- echo "$as_me:13888: result: no" >&5 ++ echo "$as_me:13891: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +-echo "$as_me:13892: checking if you want to link with neXT Athena library" >&5 ++echo "$as_me:13895: checking if you want to link with neXT Athena library" >&5 + echo $ECHO_N "checking if you want to link with neXT Athena library... $ECHO_C" >&6 + withval= + +@@ -13900,14 +13903,14 @@ + fi; + if test "$withval" = yes ; then + cf_x_athena=neXtaw +- echo "$as_me:13903: result: yes" >&5 ++ echo "$as_me:13906: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else +- echo "$as_me:13906: result: no" >&5 ++ echo "$as_me:13909: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +-echo "$as_me:13910: checking if you want to link with Athena-Plus library" >&5 ++echo "$as_me:13913: checking if you want to link with Athena-Plus library" >&5 + echo $ECHO_N "checking if you want to link with Athena-Plus library... $ECHO_C" >&6 + withval= + +@@ -13918,10 +13921,10 @@ + fi; + if test "$withval" = yes ; then + cf_x_athena=XawPlus +- echo "$as_me:13921: result: yes" >&5 ++ echo "$as_me:13924: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else +- echo "$as_me:13924: result: no" >&5 ++ echo "$as_me:13927: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -13941,17 +13944,17 @@ + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_athena_pkg"; then + test -n "$verbose" && echo " found package $cf_athena_pkg" 1>&6 + +-echo "${as_me:-configure}:13944: testing found package $cf_athena_pkg ..." 1>&5 ++echo "${as_me:-configure}:13947: testing found package $cf_athena_pkg ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "$cf_athena_pkg" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "$cf_athena_pkg" 2>/dev/null`" + test -n "$verbose" && echo " package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:13950: testing package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:13953: testing package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package $cf_athena_pkg LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:13954: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:13957: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -14082,20 +14085,20 @@ + LIBS=`echo "$LIBS " | sed -e 's/ / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'` + test -n "$verbose" && echo " ..trimmed $LIBS" 1>&6 + +-echo "${as_me:-configure}:14085: testing ..trimmed $LIBS ..." 1>&5 ++echo "${as_me:-configure}:14088: testing ..trimmed $LIBS ..." 1>&5 + + ;; + esac + done + +-echo "$as_me:14091: checking for usable $cf_x_athena/Xmu package" >&5 ++echo "$as_me:14094: checking for usable $cf_x_athena/Xmu package" >&5 + echo $ECHO_N "checking for usable $cf_x_athena/Xmu package... $ECHO_C" >&6 + if test "${cf_cv_xaw_compat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14098 "configure" ++#line 14101 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -14113,16 +14116,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:14116: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:14119: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:14119: \$? = $ac_status" >&5 ++ echo "$as_me:14122: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:14122: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14125: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14125: \$? = $ac_status" >&5 ++ echo "$as_me:14128: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xaw_compat=yes + else +@@ -14132,7 +14135,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:14135: result: $cf_cv_xaw_compat" >&5 ++echo "$as_me:14138: result: $cf_cv_xaw_compat" >&5 + echo "${ECHO_T}$cf_cv_xaw_compat" >&6 + + if test "$cf_cv_xaw_compat" = no +@@ -14144,7 +14147,7 @@ + (*) + test -n "$verbose" && echo " work around broken package" 1>&6 + +-echo "${as_me:-configure}:14147: testing work around broken package ..." 1>&5 ++echo "${as_me:-configure}:14150: testing work around broken package ..." 1>&5 + + cf_save_xmu="$LIBS" + cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^ *//' -e 's/ .*//'` +@@ -14152,17 +14155,17 @@ + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xmu"; then + test -n "$verbose" && echo " found package xmu" 1>&6 + +-echo "${as_me:-configure}:14155: testing found package xmu ..." 1>&5 ++echo "${as_me:-configure}:14158: testing found package xmu ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "xmu" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "xmu" 2>/dev/null`" + test -n "$verbose" && echo " package xmu CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:14161: testing package xmu CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:14164: testing package xmu CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package xmu LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:14165: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:14168: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -14282,12 +14285,12 @@ + + test -n "$verbose" && echo " ...before $LIBS" 1>&6 + +-echo "${as_me:-configure}:14285: testing ...before $LIBS ..." 1>&5 ++echo "${as_me:-configure}:14288: testing ...before $LIBS ..." 1>&5 + + LIBS=`echo "$LIBS" | sed -e "s/[ ][ ]*/ /g" -e "s%$cf_first_lib %$cf_first_lib $cf_pkgconfig_libs %" -e 's% % %g'` + test -n "$verbose" && echo " ...after $LIBS" 1>&6 + +-echo "${as_me:-configure}:14290: testing ...after $LIBS ..." 1>&5 ++echo "${as_me:-configure}:14293: testing ...after $LIBS ..." 1>&5 + + else + cf_pkgconfig_incs= +@@ -14295,12 +14298,12 @@ + + test -n "$verbose" && echo " ...before $LIBS" 1>&6 + +-echo "${as_me:-configure}:14298: testing ...before $LIBS ..." 1>&5 ++echo "${as_me:-configure}:14301: testing ...before $LIBS ..." 1>&5 + + LIBS=`echo "$LIBS" | sed -e "s/[ ][ ]*/ /g" -e "s%$cf_first_lib %$cf_first_lib -lXmu %" -e 's% % %g'` + test -n "$verbose" && echo " ...after $LIBS" 1>&6 + +-echo "${as_me:-configure}:14303: testing ...after $LIBS ..." 1>&5 ++echo "${as_me:-configure}:14306: testing ...after $LIBS ..." 1>&5 + + fi + +@@ -14311,7 +14314,7 @@ + LIBS=`echo "$LIBS " | sed -e 's/ / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'` + test -n "$verbose" && echo " ..trimmed $LIBS" 1>&6 + +-echo "${as_me:-configure}:14314: testing ..trimmed $LIBS ..." 1>&5 ++echo "${as_me:-configure}:14317: testing ..trimmed $LIBS ..." 1>&5 + + ;; + esac +@@ -14336,17 +14339,17 @@ + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "Xext"; then + test -n "$verbose" && echo " found package Xext" 1>&6 + +-echo "${as_me:-configure}:14339: testing found package Xext ..." 1>&5 ++echo "${as_me:-configure}:14342: testing found package Xext ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "Xext" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "Xext" 2>/dev/null`" + test -n "$verbose" && echo " package Xext CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:14345: testing package Xext CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:14348: testing package Xext CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package Xext LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:14349: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:14352: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -14467,7 +14470,7 @@ + cf_pkgconfig_incs= + cf_pkgconfig_libs= + +- echo "$as_me:14470: checking for XextCreateExtension in -lXext" >&5 ++ echo "$as_me:14473: checking for XextCreateExtension in -lXext" >&5 + echo $ECHO_N "checking for XextCreateExtension in -lXext... $ECHO_C" >&6 + if test "${ac_cv_lib_Xext_XextCreateExtension+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -14475,7 +14478,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lXext $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 14478 "configure" ++#line 14481 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -14494,16 +14497,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:14497: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:14500: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:14500: \$? = $ac_status" >&5 ++ echo "$as_me:14503: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:14503: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:14506: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:14506: \$? = $ac_status" >&5 ++ echo "$as_me:14509: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_Xext_XextCreateExtension=yes + else +@@ -14514,7 +14517,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:14517: result: $ac_cv_lib_Xext_XextCreateExtension" >&5 ++echo "$as_me:14520: result: $ac_cv_lib_Xext_XextCreateExtension" >&5 + echo "${ECHO_T}$ac_cv_lib_Xext_XextCreateExtension" >&6 + if test "$ac_cv_lib_Xext_XextCreateExtension" = yes; then + +@@ -14550,17 +14553,17 @@ + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "x11"; then + test -n "$verbose" && echo " found package x11" 1>&6 + +-echo "${as_me:-configure}:14553: testing found package x11 ..." 1>&5 ++echo "${as_me:-configure}:14556: testing found package x11 ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "x11" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "x11" 2>/dev/null`" + test -n "$verbose" && echo " package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:14559: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:14562: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package x11 LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:14563: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:14566: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -14680,24 +14683,24 @@ + else + cf_pkgconfig_incs= + cf_pkgconfig_libs= +- { echo "$as_me:14683: WARNING: unable to find X11 library" >&5 ++ { echo "$as_me:14686: WARNING: unable to find X11 library" >&5 + echo "$as_me: WARNING: unable to find X11 library" >&2;} + fi + + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "ice"; then + test -n "$verbose" && echo " found package ice" 1>&6 + +-echo "${as_me:-configure}:14690: testing found package ice ..." 1>&5 ++echo "${as_me:-configure}:14693: testing found package ice ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "ice" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "ice" 2>/dev/null`" + test -n "$verbose" && echo " package ice CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:14696: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:14699: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package ice LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:14700: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:14703: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -14817,24 +14820,24 @@ + else + cf_pkgconfig_incs= + cf_pkgconfig_libs= +- { echo "$as_me:14820: WARNING: unable to find ICE library" >&5 ++ { echo "$as_me:14823: WARNING: unable to find ICE library" >&5 + echo "$as_me: WARNING: unable to find ICE library" >&2;} + fi + + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "sm"; then + test -n "$verbose" && echo " found package sm" 1>&6 + +-echo "${as_me:-configure}:14827: testing found package sm ..." 1>&5 ++echo "${as_me:-configure}:14830: testing found package sm ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "sm" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "sm" 2>/dev/null`" + test -n "$verbose" && echo " package sm CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:14833: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:14836: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package sm LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:14837: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:14840: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -14954,24 +14957,24 @@ + else + cf_pkgconfig_incs= + cf_pkgconfig_libs= +- { echo "$as_me:14957: WARNING: unable to find SM library" >&5 ++ { echo "$as_me:14960: WARNING: unable to find SM library" >&5 + echo "$as_me: WARNING: unable to find SM library" >&2;} + fi + + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xt"; then + test -n "$verbose" && echo " found package xt" 1>&6 + +-echo "${as_me:-configure}:14964: testing found package xt ..." 1>&5 ++echo "${as_me:-configure}:14967: testing found package xt ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "xt" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "xt" 2>/dev/null`" + test -n "$verbose" && echo " package xt CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:14970: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:14973: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package xt LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:14974: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:14977: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -15091,7 +15094,7 @@ + else + cf_pkgconfig_incs= + cf_pkgconfig_libs= +- { echo "$as_me:15094: WARNING: unable to find Xt library" >&5 ++ { echo "$as_me:15097: WARNING: unable to find Xt library" >&5 + echo "$as_me: WARNING: unable to find Xt library" >&2;} + fi + +@@ -15104,17 +15107,17 @@ + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xt"; then + test -n "$verbose" && echo " found package xt" 1>&6 + +-echo "${as_me:-configure}:15107: testing found package xt ..." 1>&5 ++echo "${as_me:-configure}:15110: testing found package xt ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "xt" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "xt" 2>/dev/null`" + test -n "$verbose" && echo " package xt CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:15113: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:15116: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package xt LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:15117: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:15120: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -15235,14 +15238,14 @@ + ;; + (*) + # we have an "xt" package, but it may omit Xt's dependency on X11 +-echo "$as_me:15238: checking for usable X dependency" >&5 ++echo "$as_me:15241: checking for usable X dependency" >&5 + echo $ECHO_N "checking for usable X dependency... $ECHO_C" >&6 + if test "${cf_cv_xt_x11_compat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15245 "configure" ++#line 15248 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -15262,16 +15265,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15265: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15268: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15268: \$? = $ac_status" >&5 ++ echo "$as_me:15271: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15271: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15274: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15274: \$? = $ac_status" >&5 ++ echo "$as_me:15277: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xt_x11_compat=yes + else +@@ -15281,30 +15284,30 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:15284: result: $cf_cv_xt_x11_compat" >&5 ++echo "$as_me:15287: result: $cf_cv_xt_x11_compat" >&5 + echo "${ECHO_T}$cf_cv_xt_x11_compat" >&6 + if test "$cf_cv_xt_x11_compat" = no + then + test -n "$verbose" && echo " work around broken X11 dependency" 1>&6 + +-echo "${as_me:-configure}:15290: testing work around broken X11 dependency ..." 1>&5 ++echo "${as_me:-configure}:15293: testing work around broken X11 dependency ..." 1>&5 + + # 2010/11/19 - good enough until a working Xt on Xcb is delivered. + + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "x11"; then + test -n "$verbose" && echo " found package x11" 1>&6 + +-echo "${as_me:-configure}:15297: testing found package x11 ..." 1>&5 ++echo "${as_me:-configure}:15300: testing found package x11 ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "x11" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "x11" 2>/dev/null`" + test -n "$verbose" && echo " package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:15303: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:15306: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package x11 LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:15307: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:15310: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -15427,12 +15430,12 @@ + + test -n "$verbose" && echo " ...before $LIBS" 1>&6 + +-echo "${as_me:-configure}:15430: testing ...before $LIBS ..." 1>&5 ++echo "${as_me:-configure}:15433: testing ...before $LIBS ..." 1>&5 + + LIBS=`echo "$LIBS" | sed -e "s/[ ][ ]*/ /g" -e "s%-lXt %-lXt -lX11 %" -e 's% % %g'` + test -n "$verbose" && echo " ...after $LIBS" 1>&6 + +-echo "${as_me:-configure}:15435: testing ...after $LIBS ..." 1>&5 ++echo "${as_me:-configure}:15438: testing ...after $LIBS ..." 1>&5 + + fi + +@@ -15440,14 +15443,14 @@ + ;; + esac + +-echo "$as_me:15443: checking for usable X Toolkit package" >&5 ++echo "$as_me:15446: checking for usable X Toolkit package" >&5 + echo $ECHO_N "checking for usable X Toolkit package... $ECHO_C" >&6 + if test "${cf_cv_xt_ice_compat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15450 "configure" ++#line 15453 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -15463,16 +15466,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15466: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15469: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15469: \$? = $ac_status" >&5 ++ echo "$as_me:15472: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15472: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15475: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15475: \$? = $ac_status" >&5 ++ echo "$as_me:15478: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_xt_ice_compat=yes + else +@@ -15482,7 +15485,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:15485: result: $cf_cv_xt_ice_compat" >&5 ++echo "$as_me:15488: result: $cf_cv_xt_ice_compat" >&5 + echo "${ECHO_T}$cf_cv_xt_ice_compat" >&6 + + if test "$cf_cv_xt_ice_compat" = no +@@ -15496,22 +15499,22 @@ + (*) + test -n "$verbose" && echo " work around broken ICE dependency" 1>&6 + +-echo "${as_me:-configure}:15499: testing work around broken ICE dependency ..." 1>&5 ++echo "${as_me:-configure}:15502: testing work around broken ICE dependency ..." 1>&5 + + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "ice"; then + test -n "$verbose" && echo " found package ice" 1>&6 + +-echo "${as_me:-configure}:15504: testing found package ice ..." 1>&5 ++echo "${as_me:-configure}:15507: testing found package ice ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "ice" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "ice" 2>/dev/null`" + test -n "$verbose" && echo " package ice CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:15510: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:15513: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package ice LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:15514: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:15517: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -15630,17 +15633,17 @@ + if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "sm"; then + test -n "$verbose" && echo " found package sm" 1>&6 + +-echo "${as_me:-configure}:15633: testing found package sm ..." 1>&5 ++echo "${as_me:-configure}:15636: testing found package sm ..." 1>&5 + + cf_pkgconfig_incs="`$PKG_CONFIG --cflags "sm" 2>/dev/null`" + cf_pkgconfig_libs="`$PKG_CONFIG --libs "sm" 2>/dev/null`" + test -n "$verbose" && echo " package sm CFLAGS: $cf_pkgconfig_incs" 1>&6 + +-echo "${as_me:-configure}:15639: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5 ++echo "${as_me:-configure}:15642: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5 + + test -n "$verbose" && echo " package sm LIBS: $cf_pkgconfig_libs" 1>&6 + +-echo "${as_me:-configure}:15643: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 ++echo "${as_me:-configure}:15646: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 + + cf_fix_cppflags=no + cf_new_cflags= +@@ -15769,12 +15772,12 @@ + + test -n "$verbose" && echo " ...before $LIBS" 1>&6 + +-echo "${as_me:-configure}:15772: testing ...before $LIBS ..." 1>&5 ++echo "${as_me:-configure}:15775: testing ...before $LIBS ..." 1>&5 + + LIBS=`echo "$LIBS" | sed -e "s/[ ][ ]*/ /g" -e "s%-lXt %-lXt $X_PRE_LIBS %" -e 's% % %g'` + test -n "$verbose" && echo " ...after $LIBS" 1>&6 + +-echo "${as_me:-configure}:15777: testing ...after $LIBS ..." 1>&5 ++echo "${as_me:-configure}:15780: testing ...after $LIBS ..." 1>&5 + + fi + +@@ -15794,7 +15797,7 @@ + + test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 + +-echo "${as_me:-configure}:15797: testing checking additions to CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:15800: testing checking additions to CFLAGS ..." 1>&5 + + cf_check_cflags="$CFLAGS" + cf_check_cppflags="$CPPFLAGS" +@@ -15879,7 +15882,7 @@ + if test -n "$cf_new_cflags" ; then + test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 + +-echo "${as_me:-configure}:15882: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 ++echo "${as_me:-configure}:15885: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 + + test -n "$CFLAGS" && CFLAGS="$CFLAGS " + CFLAGS="${CFLAGS}$cf_new_cflags" +@@ -15889,7 +15892,7 @@ + if test -n "$cf_new_cppflags" ; then + test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 + +-echo "${as_me:-configure}:15892: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 ++echo "${as_me:-configure}:15895: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 + + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" +@@ -15899,7 +15902,7 @@ + if test -n "$cf_new_extra_cppflags" ; then + test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 + +-echo "${as_me:-configure}:15902: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 ++echo "${as_me:-configure}:15905: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 + + test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " + EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" +@@ -15908,7 +15911,7 @@ + + if test "x$cf_check_cflags" != "x$CFLAGS" ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15911 "configure" ++#line 15914 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -15920,16 +15923,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15923: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15926: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15926: \$? = $ac_status" >&5 ++ echo "$as_me:15929: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15929: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15932: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15932: \$? = $ac_status" >&5 ++ echo "$as_me:15935: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -15937,12 +15940,12 @@ + cat "conftest.$ac_ext" >&5 + test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 + +-echo "${as_me:-configure}:15940: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:15943: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 + + if test "x$cf_check_cppflags" != "x$CPPFLAGS" ; then + test -n "$verbose" && echo " but keeping change to \$CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:15945: testing but keeping change to \$CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:15948: testing but keeping change to \$CPPFLAGS ..." 1>&5 + + fi + CFLAGS="$cf_check_cflags" +@@ -15950,13 +15953,13 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi + +- echo "$as_me:15953: checking for XOpenDisplay" >&5 ++ echo "$as_me:15956: checking for XOpenDisplay" >&5 + echo $ECHO_N "checking for XOpenDisplay... $ECHO_C" >&6 + if test "${ac_cv_func_XOpenDisplay+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 15959 "configure" ++#line 15962 "configure" + #include "confdefs.h" + #define XOpenDisplay autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -15987,16 +15990,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:15990: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:15993: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:15993: \$? = $ac_status" >&5 ++ echo "$as_me:15996: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:15996: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:15999: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:15999: \$? = $ac_status" >&5 ++ echo "$as_me:16002: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_XOpenDisplay=yes + else +@@ -16006,13 +16009,13 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16009: result: $ac_cv_func_XOpenDisplay" >&5 ++echo "$as_me:16012: result: $ac_cv_func_XOpenDisplay" >&5 + echo "${ECHO_T}$ac_cv_func_XOpenDisplay" >&6 + if test "$ac_cv_func_XOpenDisplay" = yes; then + : + else + +- echo "$as_me:16015: checking for XOpenDisplay in -lX11" >&5 ++ echo "$as_me:16018: checking for XOpenDisplay in -lX11" >&5 + echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6 + if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16020,7 +16023,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lX11 $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16023 "configure" ++#line 16026 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -16039,16 +16042,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16042: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16045: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16045: \$? = $ac_status" >&5 ++ echo "$as_me:16048: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16048: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16051: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16051: \$? = $ac_status" >&5 ++ echo "$as_me:16054: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_X11_XOpenDisplay=yes + else +@@ -16059,7 +16062,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:16062: result: $ac_cv_lib_X11_XOpenDisplay" >&5 ++echo "$as_me:16065: result: $ac_cv_lib_X11_XOpenDisplay" >&5 + echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6 + if test "$ac_cv_lib_X11_XOpenDisplay" = yes; then + +@@ -16083,13 +16086,13 @@ + + fi + +- echo "$as_me:16086: checking for XtAppInitialize" >&5 ++ echo "$as_me:16089: checking for XtAppInitialize" >&5 + echo $ECHO_N "checking for XtAppInitialize... $ECHO_C" >&6 + if test "${ac_cv_func_XtAppInitialize+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16092 "configure" ++#line 16095 "configure" + #include "confdefs.h" + #define XtAppInitialize autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -16120,16 +16123,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16123: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16126: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16126: \$? = $ac_status" >&5 ++ echo "$as_me:16129: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16129: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16132: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16132: \$? = $ac_status" >&5 ++ echo "$as_me:16135: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_XtAppInitialize=yes + else +@@ -16139,13 +16142,13 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16142: result: $ac_cv_func_XtAppInitialize" >&5 ++echo "$as_me:16145: result: $ac_cv_func_XtAppInitialize" >&5 + echo "${ECHO_T}$ac_cv_func_XtAppInitialize" >&6 + if test "$ac_cv_func_XtAppInitialize" = yes; then + : + else + +- echo "$as_me:16148: checking for XtAppInitialize in -lXt" >&5 ++ echo "$as_me:16151: checking for XtAppInitialize in -lXt" >&5 + echo $ECHO_N "checking for XtAppInitialize in -lXt... $ECHO_C" >&6 + if test "${ac_cv_lib_Xt_XtAppInitialize+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16153,7 +16156,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lXt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16156 "configure" ++#line 16159 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -16172,16 +16175,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16175: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16178: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16178: \$? = $ac_status" >&5 ++ echo "$as_me:16181: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16181: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16184: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16184: \$? = $ac_status" >&5 ++ echo "$as_me:16187: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_Xt_XtAppInitialize=yes + else +@@ -16192,7 +16195,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:16195: result: $ac_cv_lib_Xt_XtAppInitialize" >&5 ++echo "$as_me:16198: result: $ac_cv_lib_Xt_XtAppInitialize" >&5 + echo "${ECHO_T}$ac_cv_lib_Xt_XtAppInitialize" >&6 + if test "$ac_cv_lib_Xt_XtAppInitialize" = yes; then + +@@ -16209,7 +16212,7 @@ + fi + + if test "$cf_have_X_LIBS" = no ; then +- { echo "$as_me:16212: WARNING: Unable to successfully link X Toolkit library (-lXt) with ++ { echo "$as_me:16215: WARNING: Unable to successfully link X Toolkit library (-lXt) with + test program. You will have to check and add the proper libraries by hand + to makefile." >&5 + echo "$as_me: WARNING: Unable to successfully link X Toolkit library (-lXt) with +@@ -16250,14 +16253,14 @@ + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}-I$cf_path/include" + +- echo "$as_me:16253: checking for $cf_test in $cf_path" >&5 ++ echo "$as_me:16256: checking for $cf_test in $cf_path" >&5 + echo $ECHO_N "checking for $cf_test in $cf_path... $ECHO_C" >&6 + else +- echo "$as_me:16256: checking for $cf_test" >&5 ++ echo "$as_me:16259: checking for $cf_test" >&5 + echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6 + fi + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16260 "configure" ++#line 16263 "configure" + #include "confdefs.h" + + #include <X11/Intrinsic.h> +@@ -16271,16 +16274,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:16274: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:16277: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:16277: \$? = $ac_status" >&5 ++ echo "$as_me:16280: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:16280: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16283: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16283: \$? = $ac_status" >&5 ++ echo "$as_me:16286: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -16289,7 +16292,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:16292: result: $cf_result" >&5 ++ echo "$as_me:16295: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + + LIBS="$cf_save_LIBS_CF_X_ATHENA_CPPFLAGS" +@@ -16305,7 +16308,7 @@ + done + + if test -z "$cf_x_athena_inc" ; then +- { echo "$as_me:16308: WARNING: Unable to find Athena header files" >&5 ++ { echo "$as_me:16311: WARNING: Unable to find Athena header files" >&5 + echo "$as_me: WARNING: Unable to find Athena header files" >&2;} + elif test "$cf_x_athena_inc" != default ; then + +@@ -16370,10 +16373,10 @@ + done + LIBS="$cf_add_libs" + +- echo "$as_me:16373: checking for $cf_test in $cf_libs" >&5 ++ echo "$as_me:16376: checking for $cf_test in $cf_libs" >&5 + echo $ECHO_N "checking for $cf_test in $cf_libs... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16376 "configure" ++#line 16379 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -16390,16 +16393,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16393: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16396: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16396: \$? = $ac_status" >&5 ++ echo "$as_me:16399: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16399: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16402: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16402: \$? = $ac_status" >&5 ++ echo "$as_me:16405: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -16408,7 +16411,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:16411: result: $cf_result" >&5 ++ echo "$as_me:16414: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + + LIBS="$cf_save_LIBS_CF_X_ATHENA_LIBS" +@@ -16425,7 +16428,7 @@ + done + + if test -z "$cf_x_athena_lib" ; then +- { { echo "$as_me:16428: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5 ++ { { echo "$as_me:16431: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5 + echo "$as_me: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -16459,7 +16462,7 @@ + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +-echo "$as_me:16462: checking for $ac_word" >&5 ++echo "$as_me:16465: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_XCURSES_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16474,7 +16477,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_XCURSES_CONFIG="$ac_tool_prefix$ac_prog" +-echo "$as_me:16477: found $ac_dir/$ac_word" >&5 ++echo "$as_me:16480: found $ac_dir/$ac_word" >&5 + break + done + +@@ -16482,10 +16485,10 @@ + fi + XCURSES_CONFIG=$ac_cv_prog_XCURSES_CONFIG + if test -n "$XCURSES_CONFIG"; then +- echo "$as_me:16485: result: $XCURSES_CONFIG" >&5 ++ echo "$as_me:16488: result: $XCURSES_CONFIG" >&5 + echo "${ECHO_T}$XCURSES_CONFIG" >&6 + else +- echo "$as_me:16488: result: no" >&5 ++ echo "$as_me:16491: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -16498,7 +16501,7 @@ + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +-echo "$as_me:16501: checking for $ac_word" >&5 ++echo "$as_me:16504: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_ac_ct_XCURSES_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16513,7 +16516,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_ac_ct_XCURSES_CONFIG="$ac_prog" +-echo "$as_me:16516: found $ac_dir/$ac_word" >&5 ++echo "$as_me:16519: found $ac_dir/$ac_word" >&5 + break + done + +@@ -16521,10 +16524,10 @@ + fi + ac_ct_XCURSES_CONFIG=$ac_cv_prog_ac_ct_XCURSES_CONFIG + if test -n "$ac_ct_XCURSES_CONFIG"; then +- echo "$as_me:16524: result: $ac_ct_XCURSES_CONFIG" >&5 ++ echo "$as_me:16527: result: $ac_ct_XCURSES_CONFIG" >&5 + echo "${ECHO_T}$ac_ct_XCURSES_CONFIG" >&6 + else +- echo "$as_me:16527: result: no" >&5 ++ echo "$as_me:16530: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -16659,7 +16662,7 @@ + + test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16662: testing checking additions to CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16665: testing checking additions to CFLAGS ..." 1>&5 + + cf_check_cflags="$CFLAGS" + cf_check_cppflags="$CPPFLAGS" +@@ -16744,7 +16747,7 @@ + if test -n "$cf_new_cflags" ; then + test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 + +-echo "${as_me:-configure}:16747: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 ++echo "${as_me:-configure}:16750: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 + + test -n "$CFLAGS" && CFLAGS="$CFLAGS " + CFLAGS="${CFLAGS}$cf_new_cflags" +@@ -16754,7 +16757,7 @@ + if test -n "$cf_new_cppflags" ; then + test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 + +-echo "${as_me:-configure}:16757: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 ++echo "${as_me:-configure}:16760: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 + + test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " + CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" +@@ -16764,7 +16767,7 @@ + if test -n "$cf_new_extra_cppflags" ; then + test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 + +-echo "${as_me:-configure}:16767: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 ++echo "${as_me:-configure}:16770: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 + + test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " + EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" +@@ -16773,7 +16776,7 @@ + + if test "x$cf_check_cflags" != "x$CFLAGS" ; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16776 "configure" ++#line 16779 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -16785,16 +16788,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16788: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16791: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16791: \$? = $ac_status" >&5 ++ echo "$as_me:16794: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16794: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16797: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16797: \$? = $ac_status" >&5 ++ echo "$as_me:16800: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -16802,12 +16805,12 @@ + cat "conftest.$ac_ext" >&5 + test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 + +-echo "${as_me:-configure}:16805: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16808: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 + + if test "x$cf_check_cppflags" != "x$CPPFLAGS" ; then + test -n "$verbose" && echo " but keeping change to \$CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:16810: testing but keeping change to \$CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:16813: testing but keeping change to \$CPPFLAGS ..." 1>&5 + + fi + CFLAGS="$cf_check_cflags" +@@ -16815,7 +16818,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi + +-echo "$as_me:16818: checking for XOpenDisplay in -lX11" >&5 ++echo "$as_me:16821: checking for XOpenDisplay in -lX11" >&5 + echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6 + if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16823,7 +16826,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16826 "configure" ++#line 16829 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -16842,16 +16845,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16845: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16848: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16848: \$? = $ac_status" >&5 ++ echo "$as_me:16851: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16851: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16854: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16854: \$? = $ac_status" >&5 ++ echo "$as_me:16857: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_X11_XOpenDisplay=yes + else +@@ -16862,7 +16865,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:16865: result: $ac_cv_lib_X11_XOpenDisplay" >&5 ++echo "$as_me:16868: result: $ac_cv_lib_X11_XOpenDisplay" >&5 + echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6 + if test "$ac_cv_lib_X11_XOpenDisplay" = yes; then + +@@ -16884,7 +16887,7 @@ + + fi + +-echo "$as_me:16887: checking for XCurses library" >&5 ++echo "$as_me:16890: checking for XCurses library" >&5 + echo $ECHO_N "checking for XCurses library... $ECHO_C" >&6 + if test "${cf_cv_lib_XCurses+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16907,7 +16910,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16910 "configure" ++#line 16913 "configure" + #include "confdefs.h" + + #include <xcurses.h> +@@ -16922,16 +16925,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16925: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16928: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16928: \$? = $ac_status" >&5 ++ echo "$as_me:16931: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16931: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16934: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16934: \$? = $ac_status" >&5 ++ echo "$as_me:16937: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_lib_XCurses=yes + else +@@ -16942,7 +16945,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:16945: result: $cf_cv_lib_XCurses" >&5 ++echo "$as_me:16948: result: $cf_cv_lib_XCurses" >&5 + echo "${ECHO_T}$cf_cv_lib_XCurses" >&6 + + fi +@@ -16957,23 +16960,23 @@ + #define XCURSES 1 + EOF + +- echo "$as_me:16960: checking for xcurses.h" >&5 ++ echo "$as_me:16963: checking for xcurses.h" >&5 + echo $ECHO_N "checking for xcurses.h... $ECHO_C" >&6 + if test "${ac_cv_header_xcurses_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16966 "configure" ++#line 16969 "configure" + #include "confdefs.h" + #include <xcurses.h> + _ACEOF +-if { (eval echo "$as_me:16970: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:16973: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:16976: \$? = $ac_status" >&5 ++ echo "$as_me:16979: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -16992,7 +16995,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:16995: result: $ac_cv_header_xcurses_h" >&5 ++echo "$as_me:16998: result: $ac_cv_header_xcurses_h" >&5 + echo "${ECHO_T}$ac_cv_header_xcurses_h" >&6 + if test "$ac_cv_header_xcurses_h" = yes; then + +@@ -17003,26 +17006,26 @@ + fi + + else +- { { echo "$as_me:17006: error: Cannot link with XCurses" >&5 ++ { { echo "$as_me:17009: error: Cannot link with XCurses" >&5 + echo "$as_me: error: Cannot link with XCurses" >&2;} + { (exit 1); exit 1; }; } + fi + + ;; + (*) +- { { echo "$as_me:17013: error: unexpected screen-value: $cf_cv_screen" >&5 ++ { { echo "$as_me:17016: error: unexpected screen-value: $cf_cv_screen" >&5 + echo "$as_me: error: unexpected screen-value: $cf_cv_screen" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + +-echo "$as_me:17019: checking for _nc_init_pthreads" >&5 ++echo "$as_me:17022: checking for _nc_init_pthreads" >&5 + echo $ECHO_N "checking for _nc_init_pthreads... $ECHO_C" >&6 + if test "${ac_cv_func__nc_init_pthreads+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17025 "configure" ++#line 17028 "configure" + #include "confdefs.h" + #define _nc_init_pthreads autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -17053,16 +17056,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17056: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17059: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17059: \$? = $ac_status" >&5 ++ echo "$as_me:17062: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17062: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17065: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17065: \$? = $ac_status" >&5 ++ echo "$as_me:17068: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func__nc_init_pthreads=yes + else +@@ -17072,7 +17075,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:17075: result: $ac_cv_func__nc_init_pthreads" >&5 ++echo "$as_me:17078: result: $ac_cv_func__nc_init_pthreads" >&5 + echo "${ECHO_T}$ac_cv_func__nc_init_pthreads" >&6 + if test "$ac_cv_func__nc_init_pthreads" = yes; then + cf_cv_ncurses_pthreads=yes +@@ -17107,7 +17110,7 @@ + ;; + esac + +-echo "$as_me:17110: checking for X11 rgb file" >&5 ++echo "$as_me:17113: checking for X11 rgb file" >&5 + echo $ECHO_N "checking for X11 rgb file... $ECHO_C" >&6 + + # Check whether --with-x11-rgb or --without-x11-rgb was given. +@@ -17169,7 +17172,7 @@ + cf_path=`echo "$cf_path" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:17172: error: expected a pathname, not \"$cf_path\"" >&5 ++ { { echo "$as_me:17175: error: expected a pathname, not \"$cf_path\"" >&5 + echo "$as_me: error: expected a pathname, not \"$cf_path\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -17177,7 +17180,7 @@ + + fi + +-echo "$as_me:17180: result: $RGB_PATH" >&5 ++echo "$as_me:17183: result: $RGB_PATH" >&5 + echo "${ECHO_T}$RGB_PATH" >&6 + + cat >>confdefs.h <<EOF +@@ -17218,7 +17221,7 @@ + ;; + esac + +-echo "$as_me:17221: checking for desired basename for form library" >&5 ++echo "$as_me:17224: checking for desired basename for form library" >&5 + echo $ECHO_N "checking for desired basename for form library... $ECHO_C" >&6 + + # Check whether --with-form-libname or --without-form-libname was given. +@@ -17238,10 +17241,10 @@ + ;; + esac + +-echo "$as_me:17241: result: $FORM_NAME" >&5 ++echo "$as_me:17244: result: $FORM_NAME" >&5 + echo "${ECHO_T}$FORM_NAME" >&6 + +-echo "$as_me:17244: checking for desired basename for menu library" >&5 ++echo "$as_me:17247: checking for desired basename for menu library" >&5 + echo $ECHO_N "checking for desired basename for menu library... $ECHO_C" >&6 + + # Check whether --with-menu-libname or --without-menu-libname was given. +@@ -17261,10 +17264,10 @@ + ;; + esac + +-echo "$as_me:17264: result: $MENU_NAME" >&5 ++echo "$as_me:17267: result: $MENU_NAME" >&5 + echo "${ECHO_T}$MENU_NAME" >&6 + +-echo "$as_me:17267: checking for desired basename for panel library" >&5 ++echo "$as_me:17270: checking for desired basename for panel library" >&5 + echo $ECHO_N "checking for desired basename for panel library... $ECHO_C" >&6 + + # Check whether --with-panel-libname or --without-panel-libname was given. +@@ -17284,10 +17287,10 @@ + ;; + esac + +-echo "$as_me:17287: result: $PANEL_NAME" >&5 ++echo "$as_me:17290: result: $PANEL_NAME" >&5 + echo "${ECHO_T}$PANEL_NAME" >&6 + +-echo "$as_me:17290: checking if you want to check for panel functions" >&5 ++echo "$as_me:17293: checking if you want to check for panel functions" >&5 + echo $ECHO_N "checking if you want to check for panel functions... $ECHO_C" >&6 + + # Check whether --enable-panel or --disable-panel was given. +@@ -17304,7 +17307,7 @@ + cf_enable_panel=$cf_default_panel + + fi; +-echo "$as_me:17307: result: $cf_enable_panel" >&5 ++echo "$as_me:17310: result: $cf_enable_panel" >&5 + echo "${ECHO_T}$cf_enable_panel" >&6 + if test $cf_enable_panel = yes + then +@@ -17315,13 +17318,13 @@ + if test "x${NCURSES_CONFIG_PKG}" = xnone; then + : + elif test "x${PKG_CONFIG:=none}" != xnone; then +- echo "$as_me:17318: checking pkg-config for $PANEL_NAME$cf_cv_libtype" >&5 ++ echo "$as_me:17321: checking pkg-config for $PANEL_NAME$cf_cv_libtype" >&5 + echo $ECHO_N "checking pkg-config for $PANEL_NAME$cf_cv_libtype... $ECHO_C" >&6 + if "$PKG_CONFIG" --exists "$PANEL_NAME$cf_cv_libtype" ; then +- echo "$as_me:17321: result: yes" >&5 ++ echo "$as_me:17324: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + +- echo "$as_me:17324: checking if the $PANEL_NAME$cf_cv_libtype package files work" >&5 ++ echo "$as_me:17327: checking if the $PANEL_NAME$cf_cv_libtype package files work" >&5 + echo $ECHO_N "checking if the $PANEL_NAME$cf_cv_libtype package files work... $ECHO_C" >&6 + + cf_save_CFLAGS="$CFLAGS" +@@ -17471,7 +17474,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17474 "configure" ++#line 17477 "configure" + #include "confdefs.h" + #include <$PANEL_NAME.h> + int +@@ -17483,37 +17486,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17486: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17489: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17489: \$? = $ac_status" >&5 ++ echo "$as_me:17492: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17492: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17495: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17495: \$? = $ac_status" >&5 ++ echo "$as_me:17498: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_have_curses_lib=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17501 "configure" ++#line 17504 "configure" + #include "confdefs.h" + #include <$PANEL_NAME.h> + int main(void) + { (void) new_panel ( 0 ); return 0; } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17508: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17511: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17511: \$? = $ac_status" >&5 ++ echo "$as_me:17514: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17513: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17516: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17516: \$? = $ac_status" >&5 ++ echo "$as_me:17519: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_have_curses_lib=yes + else +@@ -17530,7 +17533,7 @@ + cf_have_curses_lib=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:17533: result: $cf_have_curses_lib" >&5 ++ echo "$as_me:17536: result: $cf_have_curses_lib" >&5 + echo "${ECHO_T}$cf_have_curses_lib" >&6 + test "$cf_have_curses_lib" = maybe && cf_have_curses_lib=yes + if test "$cf_have_curses_lib" = "yes" +@@ -17551,7 +17554,7 @@ + fi + if test "$cf_have_curses_lib" = no; then + as_ac_Lib=`echo "ac_cv_lib_$PANEL_NAME$cf_cv_libtype''_new_panel" | $as_tr_sh` +-echo "$as_me:17554: checking for new_panel in -l$PANEL_NAME$cf_cv_libtype" >&5 ++echo "$as_me:17557: checking for new_panel in -l$PANEL_NAME$cf_cv_libtype" >&5 + echo $ECHO_N "checking for new_panel in -l$PANEL_NAME$cf_cv_libtype... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17559,7 +17562,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-l$PANEL_NAME$cf_cv_libtype $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17562 "configure" ++#line 17565 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17578,16 +17581,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17581: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17584: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17584: \$? = $ac_status" >&5 ++ echo "$as_me:17587: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17587: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17590: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17590: \$? = $ac_status" >&5 ++ echo "$as_me:17593: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Lib=yes" + else +@@ -17598,7 +17601,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17601: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 ++echo "$as_me:17604: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Lib"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Lib"'}'`" = yes; then + +@@ -17631,7 +17634,7 @@ + cf_curses_headers="$cf_curses_headers panel.h" + fi + +-echo "$as_me:17634: checking if you want to check for menu functions" >&5 ++echo "$as_me:17637: checking if you want to check for menu functions" >&5 + echo $ECHO_N "checking if you want to check for menu functions... $ECHO_C" >&6 + + # Check whether --enable-menu or --disable-menu was given. +@@ -17648,7 +17651,7 @@ + cf_enable_menu=$cf_default_menu + + fi; +-echo "$as_me:17651: result: $cf_enable_menu" >&5 ++echo "$as_me:17654: result: $cf_enable_menu" >&5 + echo "${ECHO_T}$cf_enable_menu" >&6 + if test $cf_enable_menu = yes + then +@@ -17657,14 +17660,14 @@ + ;; + (curses*) + +-echo "$as_me:17660: checking for NetBSD menu.h" >&5 ++echo "$as_me:17663: checking for NetBSD menu.h" >&5 + echo $ECHO_N "checking for NetBSD menu.h... $ECHO_C" >&6 + if test "${cf_cv_netbsd_menu_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17667 "configure" ++#line 17670 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -17682,16 +17685,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17685: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17688: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17688: \$? = $ac_status" >&5 ++ echo "$as_me:17691: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17691: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17694: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17694: \$? = $ac_status" >&5 ++ echo "$as_me:17697: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_netbsd_menu_h=yes + +@@ -17703,7 +17706,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:17706: result: $cf_cv_netbsd_menu_h" >&5 ++echo "$as_me:17709: result: $cf_cv_netbsd_menu_h" >&5 + echo "${ECHO_T}$cf_cv_netbsd_menu_h" >&6 + + test "$cf_cv_netbsd_menu_h" = yes && +@@ -17720,13 +17723,13 @@ + if test "x${NCURSES_CONFIG_PKG}" = xnone; then + : + elif test "x${PKG_CONFIG:=none}" != xnone; then +- echo "$as_me:17723: checking pkg-config for $MENU_NAME$cf_cv_libtype" >&5 ++ echo "$as_me:17726: checking pkg-config for $MENU_NAME$cf_cv_libtype" >&5 + echo $ECHO_N "checking pkg-config for $MENU_NAME$cf_cv_libtype... $ECHO_C" >&6 + if "$PKG_CONFIG" --exists "$MENU_NAME$cf_cv_libtype" ; then +- echo "$as_me:17726: result: yes" >&5 ++ echo "$as_me:17729: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + +- echo "$as_me:17729: checking if the $MENU_NAME$cf_cv_libtype package files work" >&5 ++ echo "$as_me:17732: checking if the $MENU_NAME$cf_cv_libtype package files work" >&5 + echo $ECHO_N "checking if the $MENU_NAME$cf_cv_libtype package files work... $ECHO_C" >&6 + + cf_save_CFLAGS="$CFLAGS" +@@ -17876,7 +17879,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17879 "configure" ++#line 17882 "configure" + #include "confdefs.h" + #include <$MENU_NAME.h> + int +@@ -17888,37 +17891,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17891: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17894: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17894: \$? = $ac_status" >&5 ++ echo "$as_me:17897: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17897: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17900: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17900: \$? = $ac_status" >&5 ++ echo "$as_me:17903: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_have_curses_lib=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17906 "configure" ++#line 17909 "configure" + #include "confdefs.h" + #include <$MENU_NAME.h> + int main(void) + { (void) menu_driver ( 0,0 ); return 0; } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17913: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17916: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17916: \$? = $ac_status" >&5 ++ echo "$as_me:17919: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17918: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17921: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17921: \$? = $ac_status" >&5 ++ echo "$as_me:17924: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_have_curses_lib=yes + else +@@ -17935,7 +17938,7 @@ + cf_have_curses_lib=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:17938: result: $cf_have_curses_lib" >&5 ++ echo "$as_me:17941: result: $cf_have_curses_lib" >&5 + echo "${ECHO_T}$cf_have_curses_lib" >&6 + test "$cf_have_curses_lib" = maybe && cf_have_curses_lib=yes + if test "$cf_have_curses_lib" = "yes" +@@ -17956,7 +17959,7 @@ + fi + if test "$cf_have_curses_lib" = no; then + as_ac_Lib=`echo "ac_cv_lib_$MENU_NAME$cf_cv_libtype''_menu_driver" | $as_tr_sh` +-echo "$as_me:17959: checking for menu_driver in -l$MENU_NAME$cf_cv_libtype" >&5 ++echo "$as_me:17962: checking for menu_driver in -l$MENU_NAME$cf_cv_libtype" >&5 + echo $ECHO_N "checking for menu_driver in -l$MENU_NAME$cf_cv_libtype... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17964,7 +17967,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-l$MENU_NAME$cf_cv_libtype $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17967 "configure" ++#line 17970 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17983,16 +17986,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17986: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17989: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17989: \$? = $ac_status" >&5 ++ echo "$as_me:17992: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17992: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17995: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17995: \$? = $ac_status" >&5 ++ echo "$as_me:17998: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Lib=yes" + else +@@ -18003,7 +18006,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:18006: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 ++echo "$as_me:18009: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Lib"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Lib"'}'`" = yes; then + +@@ -18036,7 +18039,7 @@ + cf_curses_headers="$cf_curses_headers menu.h" + fi + +-echo "$as_me:18039: checking if you want to check for form functions" >&5 ++echo "$as_me:18042: checking if you want to check for form functions" >&5 + echo $ECHO_N "checking if you want to check for form functions... $ECHO_C" >&6 + + # Check whether --enable-form or --disable-form was given. +@@ -18053,7 +18056,7 @@ + cf_enable_form=$cf_default_form + + fi; +-echo "$as_me:18056: result: $cf_enable_form" >&5 ++echo "$as_me:18059: result: $cf_enable_form" >&5 + echo "${ECHO_T}$cf_enable_form" >&6 + if test $cf_enable_form = yes + then +@@ -18062,14 +18065,14 @@ + ;; + (curses*) + +-echo "$as_me:18065: checking for NetBSD form.h" >&5 ++echo "$as_me:18068: checking for NetBSD form.h" >&5 + echo $ECHO_N "checking for NetBSD form.h... $ECHO_C" >&6 + if test "${cf_cv_netbsd_form_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18072 "configure" ++#line 18075 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -18088,16 +18091,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:18091: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:18094: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18094: \$? = $ac_status" >&5 ++ echo "$as_me:18097: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:18097: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18100: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18100: \$? = $ac_status" >&5 ++ echo "$as_me:18103: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_netbsd_form_h=yes + +@@ -18109,7 +18112,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:18112: result: $cf_cv_netbsd_form_h" >&5 ++echo "$as_me:18115: result: $cf_cv_netbsd_form_h" >&5 + echo "${ECHO_T}$cf_cv_netbsd_form_h" >&6 + + test "$cf_cv_netbsd_form_h" = yes && +@@ -18126,13 +18129,13 @@ + if test "x${NCURSES_CONFIG_PKG}" = xnone; then + : + elif test "x${PKG_CONFIG:=none}" != xnone; then +- echo "$as_me:18129: checking pkg-config for $FORM_NAME$cf_cv_libtype" >&5 ++ echo "$as_me:18132: checking pkg-config for $FORM_NAME$cf_cv_libtype" >&5 + echo $ECHO_N "checking pkg-config for $FORM_NAME$cf_cv_libtype... $ECHO_C" >&6 + if "$PKG_CONFIG" --exists "$FORM_NAME$cf_cv_libtype" ; then +- echo "$as_me:18132: result: yes" >&5 ++ echo "$as_me:18135: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + +- echo "$as_me:18135: checking if the $FORM_NAME$cf_cv_libtype package files work" >&5 ++ echo "$as_me:18138: checking if the $FORM_NAME$cf_cv_libtype package files work" >&5 + echo $ECHO_N "checking if the $FORM_NAME$cf_cv_libtype package files work... $ECHO_C" >&6 + + cf_save_CFLAGS="$CFLAGS" +@@ -18282,7 +18285,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18285 "configure" ++#line 18288 "configure" + #include "confdefs.h" + #include <$FORM_NAME.h> + int +@@ -18294,37 +18297,37 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18297: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18300: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18300: \$? = $ac_status" >&5 ++ echo "$as_me:18303: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18303: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18306: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18306: \$? = $ac_status" >&5 ++ echo "$as_me:18309: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + if test "$cross_compiling" = yes; then + cf_have_curses_lib=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18312 "configure" ++#line 18315 "configure" + #include "confdefs.h" + #include <$FORM_NAME.h> + int main(void) + { (void) form_driver ( 0,0 ); return 0; } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:18319: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18322: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18322: \$? = $ac_status" >&5 ++ echo "$as_me:18325: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:18324: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18327: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18327: \$? = $ac_status" >&5 ++ echo "$as_me:18330: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_have_curses_lib=yes + else +@@ -18341,7 +18344,7 @@ + cf_have_curses_lib=no + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" +- echo "$as_me:18344: result: $cf_have_curses_lib" >&5 ++ echo "$as_me:18347: result: $cf_have_curses_lib" >&5 + echo "${ECHO_T}$cf_have_curses_lib" >&6 + test "$cf_have_curses_lib" = maybe && cf_have_curses_lib=yes + if test "$cf_have_curses_lib" = "yes" +@@ -18362,7 +18365,7 @@ + fi + if test "$cf_have_curses_lib" = no; then + as_ac_Lib=`echo "ac_cv_lib_$FORM_NAME$cf_cv_libtype''_form_driver" | $as_tr_sh` +-echo "$as_me:18365: checking for form_driver in -l$FORM_NAME$cf_cv_libtype" >&5 ++echo "$as_me:18368: checking for form_driver in -l$FORM_NAME$cf_cv_libtype" >&5 + echo $ECHO_N "checking for form_driver in -l$FORM_NAME$cf_cv_libtype... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18370,7 +18373,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-l$FORM_NAME$cf_cv_libtype $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18373 "configure" ++#line 18376 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -18389,16 +18392,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18392: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18395: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18395: \$? = $ac_status" >&5 ++ echo "$as_me:18398: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18398: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18401: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18401: \$? = $ac_status" >&5 ++ echo "$as_me:18404: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Lib=yes" + else +@@ -18409,7 +18412,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:18412: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 ++echo "$as_me:18415: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Lib"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Lib"'}'`" = yes; then + +@@ -18447,23 +18450,23 @@ + for ac_header in $cf_curses_headers + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:18450: checking for $ac_header" >&5 ++echo "$as_me:18453: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18456 "configure" ++#line 18459 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:18460: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:18463: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:18466: \$? = $ac_status" >&5 ++ echo "$as_me:18469: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -18482,7 +18485,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:18485: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:18488: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -18492,13 +18495,13 @@ + fi + done + +-echo "$as_me:18495: checking whether time.h and sys/time.h may both be included" >&5 ++echo "$as_me:18498: checking whether time.h and sys/time.h may both be included" >&5 + echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 + if test "${ac_cv_header_time+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18501 "configure" ++#line 18504 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <sys/time.h> +@@ -18514,16 +18517,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:18517: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:18520: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18520: \$? = $ac_status" >&5 ++ echo "$as_me:18523: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:18523: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18526: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18526: \$? = $ac_status" >&5 ++ echo "$as_me:18529: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_header_time=yes + else +@@ -18533,7 +18536,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:18536: result: $ac_cv_header_time" >&5 ++echo "$as_me:18539: result: $ac_cv_header_time" >&5 + echo "${ECHO_T}$ac_cv_header_time" >&6 + if test $ac_cv_header_time = yes; then + +@@ -18554,23 +18557,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:18557: checking for $ac_header" >&5 ++echo "$as_me:18560: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18563 "configure" ++#line 18566 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:18567: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:18570: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:18573: \$? = $ac_status" >&5 ++ echo "$as_me:18576: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -18589,7 +18592,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:18592: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:18595: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -18602,23 +18605,23 @@ + for ac_header in getopt.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:18605: checking for $ac_header" >&5 ++echo "$as_me:18608: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18611 "configure" ++#line 18614 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:18615: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:18618: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:18621: \$? = $ac_status" >&5 ++ echo "$as_me:18624: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -18637,7 +18640,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:18640: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:18643: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -18647,7 +18650,7 @@ + fi + done + +-echo "$as_me:18650: checking for header declaring getopt variables" >&5 ++echo "$as_me:18653: checking for header declaring getopt variables" >&5 + echo $ECHO_N "checking for header declaring getopt variables... $ECHO_C" >&6 + if test "${cf_cv_getopt_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18657,7 +18660,7 @@ + for cf_header in stdio.h stdlib.h unistd.h getopt.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18660 "configure" ++#line 18663 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -18670,16 +18673,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:18673: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:18676: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:18676: \$? = $ac_status" >&5 ++ echo "$as_me:18679: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:18679: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18682: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18682: \$? = $ac_status" >&5 ++ echo "$as_me:18685: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_getopt_header=$cf_header + break +@@ -18691,7 +18694,7 @@ + done + + fi +-echo "$as_me:18694: result: $cf_cv_getopt_header" >&5 ++echo "$as_me:18697: result: $cf_cv_getopt_header" >&5 + echo "${ECHO_T}$cf_cv_getopt_header" >&6 + if test "$cf_cv_getopt_header" != none ; then + +@@ -18709,13 +18712,13 @@ + fi + + cf_save_libs="$LIBS" +-echo "$as_me:18712: checking for clock_gettime" >&5 ++echo "$as_me:18715: checking for clock_gettime" >&5 + echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6 + if test "${ac_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18718 "configure" ++#line 18721 "configure" + #include "confdefs.h" + #define clock_gettime autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -18746,16 +18749,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18749: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18752: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18752: \$? = $ac_status" >&5 ++ echo "$as_me:18755: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18755: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18758: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18758: \$? = $ac_status" >&5 ++ echo "$as_me:18761: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_clock_gettime=yes + else +@@ -18765,12 +18768,12 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:18768: result: $ac_cv_func_clock_gettime" >&5 ++echo "$as_me:18771: result: $ac_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6 + if test "$ac_cv_func_clock_gettime" = yes; then + cf_cv_test_clock_gettime=yes + else +- echo "$as_me:18773: checking for clock_gettime in -lrt" >&5 ++ echo "$as_me:18776: checking for clock_gettime in -lrt" >&5 + echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6 + if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18778,7 +18781,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lrt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18781 "configure" ++#line 18784 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -18797,16 +18800,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18800: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18803: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18803: \$? = $ac_status" >&5 ++ echo "$as_me:18806: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18806: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18809: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18809: \$? = $ac_status" >&5 ++ echo "$as_me:18812: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_rt_clock_gettime=yes + else +@@ -18817,7 +18820,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:18820: result: $ac_cv_lib_rt_clock_gettime" >&5 ++echo "$as_me:18823: result: $ac_cv_lib_rt_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6 + if test "$ac_cv_lib_rt_clock_gettime" = yes; then + LIBS="-lrt $LIBS" +@@ -18829,14 +18832,14 @@ + fi + + if test "$cf_cv_test_clock_gettime" = yes ; then +-echo "$as_me:18832: checking if clock_gettime links" >&5 ++echo "$as_me:18835: checking if clock_gettime links" >&5 + echo $ECHO_N "checking if clock_gettime links... $ECHO_C" >&6 + if test "${cf_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18839 "configure" ++#line 18842 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -18854,16 +18857,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18857: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18860: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18860: \$? = $ac_status" >&5 ++ echo "$as_me:18863: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18863: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18866: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18866: \$? = $ac_status" >&5 ++ echo "$as_me:18869: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_clock_gettime=yes + else +@@ -18874,7 +18877,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:18877: result: $cf_cv_func_clock_gettime" >&5 ++echo "$as_me:18880: result: $cf_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$cf_cv_func_clock_gettime" >&6 + else + cf_cv_func_clock_gettime=no +@@ -18888,13 +18891,13 @@ + EOF + + else +-echo "$as_me:18891: checking for gettimeofday" >&5 ++echo "$as_me:18894: checking for gettimeofday" >&5 + echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 + if test "${ac_cv_func_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18897 "configure" ++#line 18900 "configure" + #include "confdefs.h" + #define gettimeofday autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -18925,16 +18928,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18928: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18931: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18931: \$? = $ac_status" >&5 ++ echo "$as_me:18934: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18934: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18937: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18937: \$? = $ac_status" >&5 ++ echo "$as_me:18940: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_gettimeofday=yes + else +@@ -18944,7 +18947,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:18947: result: $ac_cv_func_gettimeofday" >&5 ++echo "$as_me:18950: result: $ac_cv_func_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 + if test "$ac_cv_func_gettimeofday" = yes; then + +@@ -18954,7 +18957,7 @@ + + else + +-echo "$as_me:18957: checking for gettimeofday in -lbsd" >&5 ++echo "$as_me:18960: checking for gettimeofday in -lbsd" >&5 + echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18962,7 +18965,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 18965 "configure" ++#line 18968 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -18981,16 +18984,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18984: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:18987: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18987: \$? = $ac_status" >&5 ++ echo "$as_me:18990: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18990: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:18993: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18993: \$? = $ac_status" >&5 ++ echo "$as_me:18996: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_gettimeofday=yes + else +@@ -19001,7 +19004,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:19004: result: $ac_cv_lib_bsd_gettimeofday" >&5 ++echo "$as_me:19007: result: $ac_cv_lib_bsd_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 + if test "$ac_cv_lib_bsd_gettimeofday" = yes; then + +@@ -19039,13 +19042,13 @@ + + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:19042: checking for $ac_func" >&5 ++echo "$as_me:19045: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19048 "configure" ++#line 19051 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -19076,16 +19079,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19079: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19082: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19082: \$? = $ac_status" >&5 ++ echo "$as_me:19085: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19085: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19088: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19088: \$? = $ac_status" >&5 ++ echo "$as_me:19091: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -19095,7 +19098,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:19098: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:19101: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -19106,14 +19109,14 @@ + done + + # use a compile-check to work with ncurses*-config and subdirectory includes +-echo "$as_me:19109: checking if we can use termcap.h" >&5 ++echo "$as_me:19112: checking if we can use termcap.h" >&5 + echo $ECHO_N "checking if we can use termcap.h... $ECHO_C" >&6 + if test "${cf_cv_have_termcap_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19116 "configure" ++#line 19119 "configure" + #include "confdefs.h" + + #include <curses.h> +@@ -19134,16 +19137,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19137: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19140: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19140: \$? = $ac_status" >&5 ++ echo "$as_me:19143: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19143: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19146: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19146: \$? = $ac_status" >&5 ++ echo "$as_me:19149: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_termcap_h=yes + else +@@ -19153,7 +19156,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:19156: result: $cf_cv_have_termcap_h" >&5 ++echo "$as_me:19159: result: $cf_cv_have_termcap_h" >&5 + echo "${ECHO_T}$cf_cv_have_termcap_h" >&6 + if test "x$cf_cv_have_termcap_h" = xyes + then +@@ -19163,14 +19166,14 @@ + EOF + + else +-echo "$as_me:19166: checking if we can use ncurses/termcap.h" >&5 ++echo "$as_me:19169: checking if we can use ncurses/termcap.h" >&5 + echo $ECHO_N "checking if we can use ncurses/termcap.h... $ECHO_C" >&6 + if test "${cf_cv_have_ncurses_termcap_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19173 "configure" ++#line 19176 "configure" + #include "confdefs.h" + + #include <ncurses/curses.h> +@@ -19191,16 +19194,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19194: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19197: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19197: \$? = $ac_status" >&5 ++ echo "$as_me:19200: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19200: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19203: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19203: \$? = $ac_status" >&5 ++ echo "$as_me:19206: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_have_ncurses_termcap_h=yes + else +@@ -19210,7 +19213,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:19213: result: $cf_cv_have_ncurses_termcap_h" >&5 ++echo "$as_me:19216: result: $cf_cv_have_ncurses_termcap_h" >&5 + echo "${ECHO_T}$cf_cv_have_ncurses_termcap_h" >&6 + test "x$cf_cv_have_ncurses_termcap_h" = xyes && + cat >>confdefs.h <<\EOF +@@ -19220,7 +19223,7 @@ + fi + + if test "x$ac_cv_func_getopt" = xno; then +- { { echo "$as_me:19223: error: getopt is required for building programs" >&5 ++ { { echo "$as_me:19226: error: getopt is required for building programs" >&5 + echo "$as_me: error: getopt is required for building programs" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -19239,13 +19242,13 @@ + + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:19242: checking for $ac_func" >&5 ++echo "$as_me:19245: checking for $ac_func" >&5 + echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19248 "configure" ++#line 19251 "configure" + #include "confdefs.h" + #define $ac_func autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -19276,16 +19279,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19279: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19282: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19282: \$? = $ac_status" >&5 ++ echo "$as_me:19285: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19285: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19288: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19288: \$? = $ac_status" >&5 ++ echo "$as_me:19291: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_var=yes" + else +@@ -19295,7 +19298,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:19298: result: `eval echo '${'"$as_ac_var"'}'`" >&5 ++echo "$as_me:19301: result: `eval echo '${'"$as_ac_var"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 + if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -19307,7 +19310,7 @@ + + fi + +-echo "$as_me:19310: checking definition to turn on extended curses functions" >&5 ++echo "$as_me:19313: checking definition to turn on extended curses functions" >&5 + echo $ECHO_N "checking definition to turn on extended curses functions... $ECHO_C" >&6 + if test "${cf_cv_need_xopen_extension+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19315,7 +19318,7 @@ + + cf_cv_need_xopen_extension=unknown + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19318 "configure" ++#line 19321 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -19348,16 +19351,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19351: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19354: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19354: \$? = $ac_status" >&5 ++ echo "$as_me:19357: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19357: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19360: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19360: \$? = $ac_status" >&5 ++ echo "$as_me:19363: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_xopen_extension=none + else +@@ -19367,7 +19370,7 @@ + for cf_try_xopen_extension in _XOPEN_SOURCE_EXTENDED NCURSES_WIDECHAR + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19370 "configure" ++#line 19373 "configure" + #include "confdefs.h" + + #define $cf_try_xopen_extension 1 +@@ -19393,16 +19396,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19396: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19399: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19399: \$? = $ac_status" >&5 ++ echo "$as_me:19402: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19402: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19405: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19405: \$? = $ac_status" >&5 ++ echo "$as_me:19408: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_xopen_extension=$cf_try_xopen_extension; break + else +@@ -19416,7 +19419,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:19419: result: $cf_cv_need_xopen_extension" >&5 ++echo "$as_me:19422: result: $cf_cv_need_xopen_extension" >&5 + echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6 + + case "$cf_cv_need_xopen_extension" in +@@ -19428,7 +19431,7 @@ + ;; + esac + +-echo "$as_me:19431: checking for term.h" >&5 ++echo "$as_me:19434: checking for term.h" >&5 + echo $ECHO_N "checking for term.h... $ECHO_C" >&6 + if test "${cf_cv_term_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19449,7 +19452,7 @@ + for cf_header in $cf_header_list + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19452 "configure" ++#line 19455 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -19463,16 +19466,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19466: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19469: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19469: \$? = $ac_status" >&5 ++ echo "$as_me:19472: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19472: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19475: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19475: \$? = $ac_status" >&5 ++ echo "$as_me:19478: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_term_header=$cf_header + break +@@ -19491,7 +19494,7 @@ + for cf_header in ncurses/term.h ncursesw/term.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19494 "configure" ++#line 19497 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -19509,16 +19512,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19512: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19515: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19515: \$? = $ac_status" >&5 ++ echo "$as_me:19518: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19518: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19521: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19521: \$? = $ac_status" >&5 ++ echo "$as_me:19524: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_term_header=$cf_header + break +@@ -19533,7 +19536,7 @@ + esac + + fi +-echo "$as_me:19536: result: $cf_cv_term_header" >&5 ++echo "$as_me:19539: result: $cf_cv_term_header" >&5 + echo "${ECHO_T}$cf_cv_term_header" >&6 + + case "$cf_cv_term_header" in +@@ -19560,7 +19563,7 @@ + ;; + esac + +-echo "$as_me:19563: checking for unctrl.h" >&5 ++echo "$as_me:19566: checking for unctrl.h" >&5 + echo $ECHO_N "checking for unctrl.h... $ECHO_C" >&6 + if test "${cf_cv_unctrl_header+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19581,7 +19584,7 @@ + for cf_header in $cf_header_list + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19584 "configure" ++#line 19587 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -19595,16 +19598,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19598: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19601: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19601: \$? = $ac_status" >&5 ++ echo "$as_me:19604: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19604: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19607: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19607: \$? = $ac_status" >&5 ++ echo "$as_me:19610: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_unctrl_header=$cf_header + break +@@ -19617,12 +19620,12 @@ + done + + fi +-echo "$as_me:19620: result: $cf_cv_unctrl_header" >&5 ++echo "$as_me:19623: result: $cf_cv_unctrl_header" >&5 + echo "${ECHO_T}$cf_cv_unctrl_header" >&6 + + case "$cf_cv_unctrl_header" in + (no) +- { echo "$as_me:19625: WARNING: unctrl.h header not found" >&5 ++ { echo "$as_me:19628: WARNING: unctrl.h header not found" >&5 + echo "$as_me: WARNING: unctrl.h header not found" >&2;} + ;; + esac +@@ -19720,10 +19723,10 @@ + + cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` + +- echo "$as_me:19723: checking for ${cf_func}" >&5 ++ echo "$as_me:19726: checking for ${cf_func}" >&5 + echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 + +-echo "${as_me:-configure}:19726: testing ${cf_func} ..." 1>&5 ++echo "${as_me:-configure}:19729: testing ${cf_func} ..." 1>&5 + + if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19732,7 +19735,7 @@ + eval cf_result='$ac_cv_func_'$cf_func + if test ".$cf_result" != ".no"; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19735 "configure" ++#line 19738 "configure" + #include "confdefs.h" + + #ifdef HAVE_XCURSES +@@ -19765,16 +19768,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19768: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19771: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19771: \$? = $ac_status" >&5 ++ echo "$as_me:19774: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19774: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19777: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19777: \$? = $ac_status" >&5 ++ echo "$as_me:19780: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -19790,7 +19793,7 @@ + + # use the computed/retrieved cache-value: + eval 'cf_result=$cf_cv_func_'$cf_func +- echo "$as_me:19793: result: $cf_result" >&5 ++ echo "$as_me:19796: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" != no; then + cat >>confdefs.h <<EOF +@@ -19805,10 +19808,10 @@ + + cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` + +- echo "$as_me:19808: checking for ${cf_func}" >&5 ++ echo "$as_me:19811: checking for ${cf_func}" >&5 + echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 + +-echo "${as_me:-configure}:19811: testing ${cf_func} ..." 1>&5 ++echo "${as_me:-configure}:19814: testing ${cf_func} ..." 1>&5 + + if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -19817,7 +19820,7 @@ + eval cf_result='$ac_cv_func_'$cf_func + if test ".$cf_result" != ".no"; then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19820 "configure" ++#line 19823 "configure" + #include "confdefs.h" + + #ifdef HAVE_XCURSES +@@ -19850,16 +19853,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:19853: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:19856: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:19856: \$? = $ac_status" >&5 ++ echo "$as_me:19859: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:19859: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19862: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19862: \$? = $ac_status" >&5 ++ echo "$as_me:19865: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -19875,7 +19878,7 @@ + + # use the computed/retrieved cache-value: + eval 'cf_result=$cf_cv_func_'$cf_func +- echo "$as_me:19878: result: $cf_result" >&5 ++ echo "$as_me:19881: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" != no; then + cat >>confdefs.h <<EOF +@@ -19899,7 +19902,7 @@ + cf_return="return value" + fi + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19902 "configure" ++#line 19905 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -19919,21 +19922,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19922: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19925: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19925: \$? = $ac_status" >&5 ++ echo "$as_me:19928: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19928: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19931: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19931: \$? = $ac_status" >&5 ++ echo "$as_me:19934: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + test -n "$verbose" && echo " prototype $cf_ret func($cf_arg value)" 1>&6 + +-echo "${as_me:-configure}:19936: testing prototype $cf_ret func($cf_arg value) ..." 1>&5 ++echo "${as_me:-configure}:19939: testing prototype $cf_ret func($cf_arg value) ..." 1>&5 + + cat >>confdefs.h <<EOF + #define TPUTS_ARG $cf_arg +@@ -19953,14 +19956,14 @@ + done + fi + +-echo "$as_me:19956: checking for ncurses extended functions" >&5 ++echo "$as_me:19959: checking for ncurses extended functions" >&5 + echo $ECHO_N "checking for ncurses extended functions... $ECHO_C" >&6 + if test "${cf_cv_ncurses_ext_funcs+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19963 "configure" ++#line 19966 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -19975,16 +19978,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:19978: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:19981: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:19981: \$? = $ac_status" >&5 ++ echo "$as_me:19984: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:19984: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:19987: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:19987: \$? = $ac_status" >&5 ++ echo "$as_me:19990: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_ext_funcs=defined + else +@@ -19992,7 +19995,7 @@ + cat "conftest.$ac_ext" >&5 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 19995 "configure" ++#line 19998 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -20017,16 +20020,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20020: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20023: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20023: \$? = $ac_status" >&5 ++ echo "$as_me:20026: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20026: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20029: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20029: \$? = $ac_status" >&5 ++ echo "$as_me:20032: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_ncurses_ext_funcs=yes + else +@@ -20040,7 +20043,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:20043: result: $cf_cv_ncurses_ext_funcs" >&5 ++echo "$as_me:20046: result: $cf_cv_ncurses_ext_funcs" >&5 + echo "${ECHO_T}$cf_cv_ncurses_ext_funcs" >&6 + test "$cf_cv_ncurses_ext_funcs" = yes && + cat >>confdefs.h <<\EOF +@@ -20054,11 +20057,11 @@ + if test -n "$cf_cv_ncurses_version" && test "x$cf_cv_ncurses_version" != xno + then + cf_define_xpg5=no +- echo "$as_me:20057: checking if _XPG5 should be defined to enable wide-characters" >&5 ++ echo "$as_me:20060: checking if _XPG5 should be defined to enable wide-characters" >&5 + echo $ECHO_N "checking if _XPG5 should be defined to enable wide-characters... $ECHO_C" >&6 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20061 "configure" ++#line 20064 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -20071,16 +20074,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20074: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20077: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20077: \$? = $ac_status" >&5 ++ echo "$as_me:20080: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20080: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20083: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20083: \$? = $ac_status" >&5 ++ echo "$as_me:20086: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else +@@ -20089,7 +20092,7 @@ + cf_save_cppflags="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS -D_XPG5" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20092 "configure" ++#line 20095 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -20102,16 +20105,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20105: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20108: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20108: \$? = $ac_status" >&5 ++ echo "$as_me:20111: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20111: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20114: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20114: \$? = $ac_status" >&5 ++ echo "$as_me:20117: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_define_xpg5=yes + else +@@ -20122,7 +20125,7 @@ + CPPFLAGS="$cf_save_cppflags" + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +- echo "$as_me:20125: result: $cf_define_xpg5" >&5 ++ echo "$as_me:20128: result: $cf_define_xpg5" >&5 + echo "${ECHO_T}$cf_define_xpg5" >&6 + + if test "$cf_define_xpg5" = yes +@@ -20131,14 +20134,14 @@ + fi + fi + +- echo "$as_me:20134: checking for wide-character functions" >&5 ++ echo "$as_me:20137: checking for wide-character functions" >&5 + echo $ECHO_N "checking for wide-character functions... $ECHO_C" >&6 + if test "${cf_cv_widechar_funcs+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20141 "configure" ++#line 20144 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -20155,16 +20158,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20158: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20161: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20161: \$? = $ac_status" >&5 ++ echo "$as_me:20164: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20164: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20167: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20167: \$? = $ac_status" >&5 ++ echo "$as_me:20170: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_widechar_funcs=yes + else +@@ -20175,7 +20178,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:20178: result: $cf_cv_widechar_funcs" >&5 ++echo "$as_me:20181: result: $cf_cv_widechar_funcs" >&5 + echo "${ECHO_T}$cf_cv_widechar_funcs" >&6 + if test "$cf_cv_widechar_funcs" != no ; then + +@@ -20196,14 +20199,14 @@ + + fi + +-echo "$as_me:20199: checking if $cf_cv_screen library uses pthreads" >&5 ++echo "$as_me:20202: checking if $cf_cv_screen library uses pthreads" >&5 + echo $ECHO_N "checking if $cf_cv_screen library uses pthreads... $ECHO_C" >&6 + if test "${cf_cv_use_pthreads+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20206 "configure" ++#line 20209 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -20221,16 +20224,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20224: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20227: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20227: \$? = $ac_status" >&5 ++ echo "$as_me:20230: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20230: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20233: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20233: \$? = $ac_status" >&5 ++ echo "$as_me:20236: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_use_pthreads=yes + else +@@ -20241,21 +20244,21 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:20244: result: $cf_cv_use_pthreads" >&5 ++echo "$as_me:20247: result: $cf_cv_use_pthreads" >&5 + echo "${ECHO_T}$cf_cv_use_pthreads" >&6 + test $cf_cv_use_pthreads = yes && + cat >>confdefs.h <<\EOF + #define USE_PTHREADS 1 + EOF + +-echo "$as_me:20251: checking if sys/time.h works with sys/select.h" >&5 ++echo "$as_me:20254: checking if sys/time.h works with sys/select.h" >&5 + echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 + if test "${cf_cv_sys_time_select+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20258 "configure" ++#line 20261 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -20275,16 +20278,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20278: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20281: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20281: \$? = $ac_status" >&5 ++ echo "$as_me:20284: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20284: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20287: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20287: \$? = $ac_status" >&5 ++ echo "$as_me:20290: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_sys_time_select=yes + else +@@ -20296,7 +20299,7 @@ + + fi + +-echo "$as_me:20299: result: $cf_cv_sys_time_select" >&5 ++echo "$as_me:20302: result: $cf_cv_sys_time_select" >&5 + echo "${ECHO_T}$cf_cv_sys_time_select" >&6 + test "$cf_cv_sys_time_select" = yes && + cat >>confdefs.h <<\EOF +@@ -20305,7 +20308,7 @@ + + # special check for test/ditto.c + +-echo "$as_me:20308: checking for openpty in -lutil" >&5 ++echo "$as_me:20311: checking for openpty in -lutil" >&5 + echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 + if test "${ac_cv_lib_util_openpty+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20313,7 +20316,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lutil $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20316 "configure" ++#line 20319 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -20332,16 +20335,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20335: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20338: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20338: \$? = $ac_status" >&5 ++ echo "$as_me:20341: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20341: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20344: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20344: \$? = $ac_status" >&5 ++ echo "$as_me:20347: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_util_openpty=yes + else +@@ -20352,7 +20355,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:20355: result: $ac_cv_lib_util_openpty" >&5 ++echo "$as_me:20358: result: $ac_cv_lib_util_openpty" >&5 + echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 + if test "$ac_cv_lib_util_openpty" = yes; then + cf_cv_lib_util=yes +@@ -20360,7 +20363,7 @@ + cf_cv_lib_util=no + fi + +-echo "$as_me:20363: checking for openpty header" >&5 ++echo "$as_me:20366: checking for openpty header" >&5 + echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 + if test "${cf_cv_func_openpty+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20387,7 +20390,7 @@ + for cf_header in pty.h libutil.h util.h + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20390 "configure" ++#line 20393 "configure" + #include "confdefs.h" + + #include <$cf_header> +@@ -20405,16 +20408,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20408: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20411: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20411: \$? = $ac_status" >&5 ++ echo "$as_me:20414: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20414: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20417: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20417: \$? = $ac_status" >&5 ++ echo "$as_me:20420: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_func_openpty=$cf_header +@@ -20432,7 +20435,7 @@ + LIBS="$cf_save_LIBS" + + fi +-echo "$as_me:20435: result: $cf_cv_func_openpty" >&5 ++echo "$as_me:20438: result: $cf_cv_func_openpty" >&5 + echo "${ECHO_T}$cf_cv_func_openpty" >&6 + + if test "$cf_cv_func_openpty" != no ; then +@@ -20466,7 +20469,7 @@ + fi + fi + +-echo "$as_me:20469: checking for function curses_version" >&5 ++echo "$as_me:20472: checking for function curses_version" >&5 + echo $ECHO_N "checking for function curses_version... $ECHO_C" >&6 + if test "${cf_cv_func_curses_version+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20476,7 +20479,7 @@ + cf_cv_func_curses_version=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20479 "configure" ++#line 20482 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -20492,15 +20495,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:20495: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20498: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20498: \$? = $ac_status" >&5 ++ echo "$as_me:20501: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:20500: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20503: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20503: \$? = $ac_status" >&5 ++ echo "$as_me:20506: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_curses_version=yes + +@@ -20515,14 +20518,14 @@ + fi + rm -f core + fi +-echo "$as_me:20518: result: $cf_cv_func_curses_version" >&5 ++echo "$as_me:20521: result: $cf_cv_func_curses_version" >&5 + echo "${ECHO_T}$cf_cv_func_curses_version" >&6 + test "$cf_cv_func_curses_version" = yes && + cat >>confdefs.h <<\EOF + #define HAVE_CURSES_VERSION 1 + EOF + +-echo "$as_me:20525: checking for alternate character set array" >&5 ++echo "$as_me:20528: checking for alternate character set array" >&5 + echo $ECHO_N "checking for alternate character set array... $ECHO_C" >&6 + if test "${cf_cv_curses_acs_map+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20532,7 +20535,7 @@ + for name in acs_map _acs_map __acs_map ${NCURSES_WRAP_PREFIX}acs_map + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20535 "configure" ++#line 20538 "configure" + #include "confdefs.h" + + #include <${cf_cv_ncurses_header:-curses.h}> +@@ -20548,16 +20551,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20551: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20554: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20554: \$? = $ac_status" >&5 ++ echo "$as_me:20557: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20557: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20560: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20560: \$? = $ac_status" >&5 ++ echo "$as_me:20563: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_curses_acs_map=$name; break + else +@@ -20568,7 +20571,7 @@ + done + + fi +-echo "$as_me:20571: result: $cf_cv_curses_acs_map" >&5 ++echo "$as_me:20574: result: $cf_cv_curses_acs_map" >&5 + echo "${ECHO_T}$cf_cv_curses_acs_map" >&6 + + test "$cf_cv_curses_acs_map" != unknown && +@@ -20578,7 +20581,7 @@ + + if test "$cf_enable_widec" = yes; then + +-echo "$as_me:20581: checking for wide alternate character set array" >&5 ++echo "$as_me:20584: checking for wide alternate character set array" >&5 + echo $ECHO_N "checking for wide alternate character set array... $ECHO_C" >&6 + if test "${cf_cv_curses_wacs_map+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20588,7 +20591,7 @@ + for name in wacs_map _wacs_map __wacs_map _nc_wacs _wacs_char + do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20591 "configure" ++#line 20594 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -20604,16 +20607,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20607: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20610: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20610: \$? = $ac_status" >&5 ++ echo "$as_me:20613: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20613: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20616: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20616: \$? = $ac_status" >&5 ++ echo "$as_me:20619: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_curses_wacs_map=$name + break +@@ -20624,7 +20627,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + done + fi +-echo "$as_me:20627: result: $cf_cv_curses_wacs_map" >&5 ++echo "$as_me:20630: result: $cf_cv_curses_wacs_map" >&5 + echo "${ECHO_T}$cf_cv_curses_wacs_map" >&6 + + test "$cf_cv_curses_wacs_map" != unknown && +@@ -20632,7 +20635,7 @@ + #define CURSES_WACS_ARRAY $cf_cv_curses_wacs_map + EOF + +-echo "$as_me:20635: checking for wide alternate character constants" >&5 ++echo "$as_me:20638: checking for wide alternate character constants" >&5 + echo $ECHO_N "checking for wide alternate character constants... $ECHO_C" >&6 + if test "${cf_cv_curses_wacs_symbols+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -20642,7 +20645,7 @@ + if test "$cf_cv_curses_wacs_map" != unknown + then + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20645 "configure" ++#line 20648 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -20659,16 +20662,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20662: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20665: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20665: \$? = $ac_status" >&5 ++ echo "$as_me:20668: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20668: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20671: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20671: \$? = $ac_status" >&5 ++ echo "$as_me:20674: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_curses_wacs_symbols=yes + else +@@ -20678,7 +20681,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20681 "configure" ++#line 20684 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -20694,16 +20697,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:20697: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:20700: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:20700: \$? = $ac_status" >&5 ++ echo "$as_me:20703: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:20703: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20706: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20706: \$? = $ac_status" >&5 ++ echo "$as_me:20709: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_curses_wacs_symbols=yes + else +@@ -20714,7 +20717,7 @@ + fi + + fi +-echo "$as_me:20717: result: $cf_cv_curses_wacs_symbols" >&5 ++echo "$as_me:20720: result: $cf_cv_curses_wacs_symbols" >&5 + echo "${ECHO_T}$cf_cv_curses_wacs_symbols" >&6 + + test "$cf_cv_curses_wacs_symbols" != no && +@@ -20724,10 +20727,10 @@ + + fi + +-echo "$as_me:20727: checking for type attr_t in ${cf_cv_ncurses_header:-curses.h}" >&5 ++echo "$as_me:20730: checking for type attr_t in ${cf_cv_ncurses_header:-curses.h}" >&5 + echo $ECHO_N "checking for type attr_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20730 "configure" ++#line 20733 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -20745,16 +20748,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20748: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20751: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20751: \$? = $ac_status" >&5 ++ echo "$as_me:20754: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20754: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20757: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20757: \$? = $ac_status" >&5 ++ echo "$as_me:20760: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -20763,7 +20766,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:20766: result: $cf_result" >&5 ++echo "$as_me:20769: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" = yes ; then + +@@ -20784,14 +20787,14 @@ + if test "$cf_enable_widec" = yes; then + + # This is needed on Tru64 5.0 to declare mbstate_t +-echo "$as_me:20787: checking if we must include wchar.h to declare mbstate_t" >&5 ++echo "$as_me:20790: checking if we must include wchar.h to declare mbstate_t" >&5 + echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 + if test "${cf_cv_mbstate_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20794 "configure" ++#line 20797 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -20809,23 +20812,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20812: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20815: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20815: \$? = $ac_status" >&5 ++ echo "$as_me:20818: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20818: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20821: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20821: \$? = $ac_status" >&5 ++ echo "$as_me:20824: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_mbstate_t=no + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20828 "configure" ++#line 20831 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -20844,16 +20847,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20847: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20850: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20850: \$? = $ac_status" >&5 ++ echo "$as_me:20853: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20853: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20856: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20856: \$? = $ac_status" >&5 ++ echo "$as_me:20859: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_mbstate_t=yes + else +@@ -20865,7 +20868,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:20868: result: $cf_cv_mbstate_t" >&5 ++echo "$as_me:20871: result: $cf_cv_mbstate_t" >&5 + echo "${ECHO_T}$cf_cv_mbstate_t" >&6 + + if test "$cf_cv_mbstate_t" = yes ; then +@@ -20888,14 +20891,14 @@ + fi + + # This is needed on Tru64 5.0 to declare wchar_t +-echo "$as_me:20891: checking if we must include wchar.h to declare wchar_t" >&5 ++echo "$as_me:20894: checking if we must include wchar.h to declare wchar_t" >&5 + echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 + if test "${cf_cv_wchar_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20898 "configure" ++#line 20901 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -20913,23 +20916,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20916: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20919: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20919: \$? = $ac_status" >&5 ++ echo "$as_me:20922: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20922: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20925: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20925: \$? = $ac_status" >&5 ++ echo "$as_me:20928: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wchar_t=no + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 20932 "configure" ++#line 20935 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -20948,16 +20951,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:20951: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:20954: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:20954: \$? = $ac_status" >&5 ++ echo "$as_me:20957: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:20957: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:20960: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:20960: \$? = $ac_status" >&5 ++ echo "$as_me:20963: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wchar_t=yes + else +@@ -20969,7 +20972,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:20972: result: $cf_cv_wchar_t" >&5 ++echo "$as_me:20975: result: $cf_cv_wchar_t" >&5 + echo "${ECHO_T}$cf_cv_wchar_t" >&6 + + if test "$cf_cv_wchar_t" = yes ; then +@@ -20992,14 +20995,14 @@ + fi + + # This is needed on Tru64 5.0 to declare wint_t +-echo "$as_me:20995: checking if we must include wchar.h to declare wint_t" >&5 ++echo "$as_me:20998: checking if we must include wchar.h to declare wint_t" >&5 + echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 + if test "${cf_cv_wint_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21002 "configure" ++#line 21005 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -21017,23 +21020,23 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21020: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21023: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21023: \$? = $ac_status" >&5 ++ echo "$as_me:21026: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21026: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21029: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21029: \$? = $ac_status" >&5 ++ echo "$as_me:21032: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wint_t=no + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21036 "configure" ++#line 21039 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -21052,16 +21055,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21055: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21058: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21058: \$? = $ac_status" >&5 ++ echo "$as_me:21061: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21061: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21064: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21064: \$? = $ac_status" >&5 ++ echo "$as_me:21067: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_wint_t=yes + else +@@ -21073,7 +21076,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:21076: result: $cf_cv_wint_t" >&5 ++echo "$as_me:21079: result: $cf_cv_wint_t" >&5 + echo "${ECHO_T}$cf_cv_wint_t" >&6 + + if test "$cf_cv_wint_t" = yes ; then +@@ -21097,10 +21100,10 @@ + + if test "$NCURSES_OK_MBSTATE_T" = 0 ; then + +-echo "$as_me:21100: checking for type mbstate_t in ${cf_cv_ncurses_header:-curses.h}" >&5 ++echo "$as_me:21103: checking for type mbstate_t in ${cf_cv_ncurses_header:-curses.h}" >&5 + echo $ECHO_N "checking for type mbstate_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21103 "configure" ++#line 21106 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -21118,16 +21121,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21121: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21124: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21124: \$? = $ac_status" >&5 ++ echo "$as_me:21127: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21127: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21130: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21130: \$? = $ac_status" >&5 ++ echo "$as_me:21133: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -21136,7 +21139,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:21139: result: $cf_result" >&5 ++echo "$as_me:21142: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" = yes ; then + +@@ -21158,10 +21161,10 @@ + + if test "$NCURSES_OK_WCHAR_T" = 0 ; then + +-echo "$as_me:21161: checking for type wchar_t in ${cf_cv_ncurses_header:-curses.h}" >&5 ++echo "$as_me:21164: checking for type wchar_t in ${cf_cv_ncurses_header:-curses.h}" >&5 + echo $ECHO_N "checking for type wchar_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21164 "configure" ++#line 21167 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -21179,16 +21182,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21182: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21185: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21185: \$? = $ac_status" >&5 ++ echo "$as_me:21188: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21188: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21191: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21191: \$? = $ac_status" >&5 ++ echo "$as_me:21194: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -21197,7 +21200,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:21200: result: $cf_result" >&5 ++echo "$as_me:21203: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" = yes ; then + +@@ -21219,10 +21222,10 @@ + + if test "$NCURSES_OK_WINT_T" = 0 ; then + +-echo "$as_me:21222: checking for type wint_t in ${cf_cv_ncurses_header:-curses.h}" >&5 ++echo "$as_me:21225: checking for type wint_t in ${cf_cv_ncurses_header:-curses.h}" >&5 + echo $ECHO_N "checking for type wint_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21225 "configure" ++#line 21228 "configure" + #include "confdefs.h" + + #ifndef _XOPEN_SOURCE_EXTENDED +@@ -21240,16 +21243,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21243: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21246: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21246: \$? = $ac_status" >&5 ++ echo "$as_me:21249: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21249: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21252: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21252: \$? = $ac_status" >&5 ++ echo "$as_me:21255: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -21258,7 +21261,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:21261: result: $cf_result" >&5 ++echo "$as_me:21264: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" = yes ; then + +@@ -21287,11 +21290,11 @@ + boolfnames \ + ttytype + do +-echo "$as_me:21290: checking for data $cf_data declaration in ${cf_cv_ncurses_header:-curses.h}" >&5 ++echo "$as_me:21293: checking for data $cf_data declaration in ${cf_cv_ncurses_header:-curses.h}" >&5 + echo $ECHO_N "checking for data $cf_data declaration in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21294 "configure" ++#line 21297 "configure" + #include "confdefs.h" + + #ifdef HAVE_XCURSES +@@ -21324,16 +21327,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:21327: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:21330: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:21330: \$? = $ac_status" >&5 ++ echo "$as_me:21333: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:21333: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21336: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21336: \$? = $ac_status" >&5 ++ echo "$as_me:21339: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + +@@ -21343,7 +21346,7 @@ + cf_result=no + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" +-echo "$as_me:21346: result: $cf_result" >&5 ++echo "$as_me:21349: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + + if test "$cf_result" = yes ; then +@@ -21355,14 +21358,14 @@ + EOF + + else +- echo "$as_me:21358: checking for data $cf_data in library" >&5 ++ echo "$as_me:21361: checking for data $cf_data in library" >&5 + echo $ECHO_N "checking for data $cf_data in library... $ECHO_C" >&6 + # BSD linkers insist on making weak linkage, but resolve at runtime. + if test "$cross_compiling" = yes; then + + # cross-compiling + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21365 "configure" ++#line 21368 "configure" + #include "confdefs.h" + + #ifdef HAVE_XCURSES +@@ -21401,16 +21404,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21404: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21407: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21407: \$? = $ac_status" >&5 ++ echo "$as_me:21410: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21410: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21413: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21413: \$? = $ac_status" >&5 ++ echo "$as_me:21416: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + else +@@ -21422,7 +21425,7 @@ + + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21425 "configure" ++#line 21428 "configure" + #include "confdefs.h" + + #ifdef HAVE_XCURSES +@@ -21454,15 +21457,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:21457: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21460: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21460: \$? = $ac_status" >&5 ++ echo "$as_me:21463: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:21462: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21465: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21465: \$? = $ac_status" >&5 ++ echo "$as_me:21468: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_result=yes + +@@ -21474,7 +21477,7 @@ + fi + rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" + fi +- echo "$as_me:21477: result: $cf_result" >&5 ++ echo "$as_me:21480: result: $cf_result" >&5 + echo "${ECHO_T}$cf_result" >&6 + if test "$cf_result" = yes ; then + +@@ -21491,7 +21494,7 @@ + + if test -n "$with_screen" && test "x$with_screen" = "xpdcurses" + then +- echo "$as_me:21494: checking for X" >&5 ++ echo "$as_me:21497: checking for X" >&5 + echo $ECHO_N "checking for X... $ECHO_C" >&6 + + # Check whether --with-x or --without-x was given. +@@ -21595,17 +21598,17 @@ + # Guess where to find include files, by looking for Intrinsic.h. + # First, try using that file with no special directory specified. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21598 "configure" ++#line 21601 "configure" + #include "confdefs.h" + #include <X11/Intrinsic.h> + _ACEOF +-if { (eval echo "$as_me:21602: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:21605: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:21608: \$? = $ac_status" >&5 ++ echo "$as_me:21611: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -21638,7 +21641,7 @@ + ac_save_LIBS=$LIBS + LIBS="-lXt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21641 "configure" ++#line 21644 "configure" + #include "confdefs.h" + #include <X11/Intrinsic.h> + int +@@ -21650,16 +21653,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21653: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21656: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21656: \$? = $ac_status" >&5 ++ echo "$as_me:21659: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21659: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21662: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21662: \$? = $ac_status" >&5 ++ echo "$as_me:21665: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + LIBS=$ac_save_LIBS + # We can link X programs with no special library path. +@@ -21697,7 +21700,7 @@ + fi # $with_x != no + + if test "$have_x" != yes; then +- echo "$as_me:21700: result: $have_x" >&5 ++ echo "$as_me:21703: result: $have_x" >&5 + echo "${ECHO_T}$have_x" >&6 + no_x=yes + else +@@ -21707,7 +21710,7 @@ + # Update the cache value to reflect the command line values. + ac_cv_have_x="have_x=yes \ + ac_x_includes=$x_includes ac_x_libraries=$x_libraries" +- echo "$as_me:21710: result: libraries $x_libraries, headers $x_includes" >&5 ++ echo "$as_me:21713: result: libraries $x_libraries, headers $x_includes" >&5 + echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 + fi + +@@ -21734,11 +21737,11 @@ + # others require no space. Words are not sufficient . . . . + case `(uname -sr) 2>/dev/null` in + "SunOS 5"*) +- echo "$as_me:21737: checking whether -R must be followed by a space" >&5 ++ echo "$as_me:21740: checking whether -R must be followed by a space" >&5 + echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 + ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21741 "configure" ++#line 21744 "configure" + #include "confdefs.h" + + int +@@ -21750,16 +21753,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21753: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21756: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21756: \$? = $ac_status" >&5 ++ echo "$as_me:21759: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21759: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21762: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21762: \$? = $ac_status" >&5 ++ echo "$as_me:21765: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_R_nospace=yes + else +@@ -21769,13 +21772,13 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + if test $ac_R_nospace = yes; then +- echo "$as_me:21772: result: no" >&5 ++ echo "$as_me:21775: result: no" >&5 + echo "${ECHO_T}no" >&6 + X_LIBS="$X_LIBS -R$x_libraries" + else + LIBS="$ac_xsave_LIBS -R $x_libraries" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21778 "configure" ++#line 21781 "configure" + #include "confdefs.h" + + int +@@ -21787,16 +21790,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21790: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21793: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21793: \$? = $ac_status" >&5 ++ echo "$as_me:21796: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21796: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21799: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21799: \$? = $ac_status" >&5 ++ echo "$as_me:21802: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_R_space=yes + else +@@ -21806,11 +21809,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + if test $ac_R_space = yes; then +- echo "$as_me:21809: result: yes" >&5 ++ echo "$as_me:21812: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + X_LIBS="$X_LIBS -R $x_libraries" + else +- echo "$as_me:21813: result: neither works" >&5 ++ echo "$as_me:21816: result: neither works" >&5 + echo "${ECHO_T}neither works" >&6 + fi + fi +@@ -21830,7 +21833,7 @@ + # the Alpha needs dnet_stub (dnet does not exist). + ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21833 "configure" ++#line 21836 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -21849,22 +21852,22 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21852: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21855: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21855: \$? = $ac_status" >&5 ++ echo "$as_me:21858: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21858: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21861: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21861: \$? = $ac_status" >&5 ++ echo "$as_me:21864: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + : + else + echo "$as_me: failed program was:" >&5 + cat "conftest.$ac_ext" >&5 +-echo "$as_me:21867: checking for dnet_ntoa in -ldnet" >&5 ++echo "$as_me:21870: checking for dnet_ntoa in -ldnet" >&5 + echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 + if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21872,7 +21875,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldnet $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21875 "configure" ++#line 21878 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -21891,16 +21894,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21894: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21897: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21897: \$? = $ac_status" >&5 ++ echo "$as_me:21900: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21900: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21903: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21903: \$? = $ac_status" >&5 ++ echo "$as_me:21906: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dnet_dnet_ntoa=yes + else +@@ -21911,14 +21914,14 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:21914: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 ++echo "$as_me:21917: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 + echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 + if test "$ac_cv_lib_dnet_dnet_ntoa" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" + fi + + if test $ac_cv_lib_dnet_dnet_ntoa = no; then +- echo "$as_me:21921: checking for dnet_ntoa in -ldnet_stub" >&5 ++ echo "$as_me:21924: checking for dnet_ntoa in -ldnet_stub" >&5 + echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 + if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -21926,7 +21929,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldnet_stub $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21929 "configure" ++#line 21932 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -21945,16 +21948,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:21948: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:21951: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:21951: \$? = $ac_status" >&5 ++ echo "$as_me:21954: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:21954: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:21957: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:21957: \$? = $ac_status" >&5 ++ echo "$as_me:21960: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dnet_stub_dnet_ntoa=yes + else +@@ -21965,7 +21968,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:21968: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 ++echo "$as_me:21971: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 + echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 + if test "$ac_cv_lib_dnet_stub_dnet_ntoa" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" +@@ -21984,13 +21987,13 @@ + # on Irix 5.2, according to T.E. Dickey. + # The functions gethostbyname, getservbyname, and inet_addr are + # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. +- echo "$as_me:21987: checking for gethostbyname" >&5 ++ echo "$as_me:21990: checking for gethostbyname" >&5 + echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 + if test "${ac_cv_func_gethostbyname+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 21993 "configure" ++#line 21996 "configure" + #include "confdefs.h" + #define gethostbyname autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -22021,16 +22024,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22024: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22027: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22027: \$? = $ac_status" >&5 ++ echo "$as_me:22030: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22030: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22033: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22033: \$? = $ac_status" >&5 ++ echo "$as_me:22036: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_gethostbyname=yes + else +@@ -22040,11 +22043,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22043: result: $ac_cv_func_gethostbyname" >&5 ++echo "$as_me:22046: result: $ac_cv_func_gethostbyname" >&5 + echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 + + if test $ac_cv_func_gethostbyname = no; then +- echo "$as_me:22047: checking for gethostbyname in -lnsl" >&5 ++ echo "$as_me:22050: checking for gethostbyname in -lnsl" >&5 + echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 + if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22052,7 +22055,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lnsl $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22055 "configure" ++#line 22058 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22071,16 +22074,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22074: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22077: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22077: \$? = $ac_status" >&5 ++ echo "$as_me:22080: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22080: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22083: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22083: \$? = $ac_status" >&5 ++ echo "$as_me:22086: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_nsl_gethostbyname=yes + else +@@ -22091,14 +22094,14 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22094: result: $ac_cv_lib_nsl_gethostbyname" >&5 ++echo "$as_me:22097: result: $ac_cv_lib_nsl_gethostbyname" >&5 + echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 + if test "$ac_cv_lib_nsl_gethostbyname" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" + fi + + if test $ac_cv_lib_nsl_gethostbyname = no; then +- echo "$as_me:22101: checking for gethostbyname in -lbsd" >&5 ++ echo "$as_me:22104: checking for gethostbyname in -lbsd" >&5 + echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22106,7 +22109,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22109 "configure" ++#line 22112 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22125,16 +22128,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22128: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22131: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22131: \$? = $ac_status" >&5 ++ echo "$as_me:22134: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22134: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22137: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22137: \$? = $ac_status" >&5 ++ echo "$as_me:22140: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_gethostbyname=yes + else +@@ -22145,7 +22148,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22148: result: $ac_cv_lib_bsd_gethostbyname" >&5 ++echo "$as_me:22151: result: $ac_cv_lib_bsd_gethostbyname" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 + if test "$ac_cv_lib_bsd_gethostbyname" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" +@@ -22161,13 +22164,13 @@ + # variants that don't use the nameserver (or something). -lsocket + # must be given before -lnsl if both are needed. We assume that + # if connect needs -lnsl, so does gethostbyname. +- echo "$as_me:22164: checking for connect" >&5 ++ echo "$as_me:22167: checking for connect" >&5 + echo $ECHO_N "checking for connect... $ECHO_C" >&6 + if test "${ac_cv_func_connect+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22170 "configure" ++#line 22173 "configure" + #include "confdefs.h" + #define connect autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -22198,16 +22201,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22201: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22204: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22204: \$? = $ac_status" >&5 ++ echo "$as_me:22207: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22207: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22210: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22210: \$? = $ac_status" >&5 ++ echo "$as_me:22213: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_connect=yes + else +@@ -22217,11 +22220,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22220: result: $ac_cv_func_connect" >&5 ++echo "$as_me:22223: result: $ac_cv_func_connect" >&5 + echo "${ECHO_T}$ac_cv_func_connect" >&6 + + if test $ac_cv_func_connect = no; then +- echo "$as_me:22224: checking for connect in -lsocket" >&5 ++ echo "$as_me:22227: checking for connect in -lsocket" >&5 + echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 + if test "${ac_cv_lib_socket_connect+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22229,7 +22232,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lsocket $X_EXTRA_LIBS $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22232 "configure" ++#line 22235 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22248,16 +22251,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22251: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22254: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22254: \$? = $ac_status" >&5 ++ echo "$as_me:22257: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22257: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22260: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22260: \$? = $ac_status" >&5 ++ echo "$as_me:22263: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_socket_connect=yes + else +@@ -22268,7 +22271,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22271: result: $ac_cv_lib_socket_connect" >&5 ++echo "$as_me:22274: result: $ac_cv_lib_socket_connect" >&5 + echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 + if test "$ac_cv_lib_socket_connect" = yes; then + X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" +@@ -22277,13 +22280,13 @@ + fi + + # Guillermo Gomez says -lposix is necessary on A/UX. +- echo "$as_me:22280: checking for remove" >&5 ++ echo "$as_me:22283: checking for remove" >&5 + echo $ECHO_N "checking for remove... $ECHO_C" >&6 + if test "${ac_cv_func_remove+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22286 "configure" ++#line 22289 "configure" + #include "confdefs.h" + #define remove autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -22314,16 +22317,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22317: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22320: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22320: \$? = $ac_status" >&5 ++ echo "$as_me:22323: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22323: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22326: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22326: \$? = $ac_status" >&5 ++ echo "$as_me:22329: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_remove=yes + else +@@ -22333,11 +22336,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22336: result: $ac_cv_func_remove" >&5 ++echo "$as_me:22339: result: $ac_cv_func_remove" >&5 + echo "${ECHO_T}$ac_cv_func_remove" >&6 + + if test $ac_cv_func_remove = no; then +- echo "$as_me:22340: checking for remove in -lposix" >&5 ++ echo "$as_me:22343: checking for remove in -lposix" >&5 + echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 + if test "${ac_cv_lib_posix_remove+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22345,7 +22348,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lposix $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22348 "configure" ++#line 22351 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22364,16 +22367,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22367: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22370: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22370: \$? = $ac_status" >&5 ++ echo "$as_me:22373: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22373: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22376: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22376: \$? = $ac_status" >&5 ++ echo "$as_me:22379: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_posix_remove=yes + else +@@ -22384,7 +22387,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22387: result: $ac_cv_lib_posix_remove" >&5 ++echo "$as_me:22390: result: $ac_cv_lib_posix_remove" >&5 + echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 + if test "$ac_cv_lib_posix_remove" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" +@@ -22393,13 +22396,13 @@ + fi + + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. +- echo "$as_me:22396: checking for shmat" >&5 ++ echo "$as_me:22399: checking for shmat" >&5 + echo $ECHO_N "checking for shmat... $ECHO_C" >&6 + if test "${ac_cv_func_shmat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22402 "configure" ++#line 22405 "configure" + #include "confdefs.h" + #define shmat autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -22430,16 +22433,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22433: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22436: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22436: \$? = $ac_status" >&5 ++ echo "$as_me:22439: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22439: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22442: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22442: \$? = $ac_status" >&5 ++ echo "$as_me:22445: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_shmat=yes + else +@@ -22449,11 +22452,11 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:22452: result: $ac_cv_func_shmat" >&5 ++echo "$as_me:22455: result: $ac_cv_func_shmat" >&5 + echo "${ECHO_T}$ac_cv_func_shmat" >&6 + + if test $ac_cv_func_shmat = no; then +- echo "$as_me:22456: checking for shmat in -lipc" >&5 ++ echo "$as_me:22459: checking for shmat in -lipc" >&5 + echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 + if test "${ac_cv_lib_ipc_shmat+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22461,7 +22464,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lipc $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22464 "configure" ++#line 22467 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22480,16 +22483,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22483: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22486: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22486: \$? = $ac_status" >&5 ++ echo "$as_me:22489: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22489: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22492: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22492: \$? = $ac_status" >&5 ++ echo "$as_me:22495: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_ipc_shmat=yes + else +@@ -22500,7 +22503,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22503: result: $ac_cv_lib_ipc_shmat" >&5 ++echo "$as_me:22506: result: $ac_cv_lib_ipc_shmat" >&5 + echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 + if test "$ac_cv_lib_ipc_shmat" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" +@@ -22518,7 +22521,7 @@ + # These have to be linked with before -lX11, unlike the other + # libraries we check for below, so use a different variable. + # John Interrante, Karl Berry +- echo "$as_me:22521: checking for IceConnectionNumber in -lICE" >&5 ++ echo "$as_me:22524: checking for IceConnectionNumber in -lICE" >&5 + echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 + if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -22526,7 +22529,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lICE $X_EXTRA_LIBS $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22529 "configure" ++#line 22532 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -22545,16 +22548,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:22548: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:22551: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:22551: \$? = $ac_status" >&5 ++ echo "$as_me:22554: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:22554: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22557: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22557: \$? = $ac_status" >&5 ++ echo "$as_me:22560: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_ICE_IceConnectionNumber=yes + else +@@ -22565,7 +22568,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:22568: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 ++echo "$as_me:22571: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 + echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 + if test "$ac_cv_lib_ICE_IceConnectionNumber" = yes; then + X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" +@@ -22612,16 +22615,16 @@ + then + test -n "$verbose" && echo " repairing CFLAGS: $CFLAGS" 1>&6 + +-echo "${as_me:-configure}:22615: testing repairing CFLAGS: $CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22618: testing repairing CFLAGS: $CFLAGS ..." 1>&5 + + CFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $CFLAGS" 1>&6 + +-echo "${as_me:-configure}:22620: testing ... fixed $CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22623: testing ... fixed $CFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:22624: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22627: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; +@@ -22660,16 +22663,16 @@ + then + test -n "$verbose" && echo " repairing CPPFLAGS: $CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:22663: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22666: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 + + CPPFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $CPPFLAGS" 1>&6 + +-echo "${as_me:-configure}:22668: testing ... fixed $CPPFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22671: testing ... fixed $CPPFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:22672: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22675: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; +@@ -22708,23 +22711,23 @@ + then + test -n "$verbose" && echo " repairing LDFLAGS: $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:22711: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22714: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 + + LDFLAGS="$cf_temp_flags" + test -n "$verbose" && echo " ... fixed $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:22716: testing ... fixed $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22719: testing ... fixed $LDFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 + +-echo "${as_me:-configure}:22720: testing ... extra $EXTRA_CFLAGS ..." 1>&5 ++echo "${as_me:-configure}:22723: testing ... extra $EXTRA_CFLAGS ..." 1>&5 + + fi + ;; + esac + fi + +-echo "$as_me:22727: checking if you want to turn on gcc warnings" >&5 ++echo "$as_me:22730: checking if you want to turn on gcc warnings" >&5 + echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6 + + # Check whether --enable-warnings or --disable-warnings was given. +@@ -22741,7 +22744,7 @@ + enable_warnings=no + + fi; +-echo "$as_me:22744: result: $enable_warnings" >&5 ++echo "$as_me:22747: result: $enable_warnings" >&5 + echo "${ECHO_T}$enable_warnings" >&6 + if test "$enable_warnings" = "yes" + then +@@ -22764,10 +22767,10 @@ + EOF + if test "$GCC" = yes + then +- { echo "$as_me:22767: checking for $CC __attribute__ directives..." >&5 ++ { echo "$as_me:22770: checking for $CC __attribute__ directives..." >&5 + echo "$as_me: checking for $CC __attribute__ directives..." >&6;} + cat > "conftest.$ac_ext" <<EOF +-#line 22770 "${as_me:-configure}" ++#line 22773 "${as_me:-configure}" + #include <stdio.h> + #include "confdefs.h" + #include "conftest.h" +@@ -22817,12 +22820,12 @@ + ;; + esac + +- if { (eval echo "$as_me:22820: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:22823: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22823: \$? = $ac_status" >&5 ++ echo "$as_me:22826: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:22825: result: ... $cf_attribute" >&5 ++ test -n "$verbose" && echo "$as_me:22828: result: ... $cf_attribute" >&5 + echo "${ECHO_T}... $cf_attribute" >&6 + cat conftest.h >>confdefs.h + case "$cf_attribute" in +@@ -22900,7 +22903,7 @@ + done + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22903 "configure" ++#line 22906 "configure" + #include "confdefs.h" + + #include <stdlib.h> +@@ -22915,26 +22918,26 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22918: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22921: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22921: \$? = $ac_status" >&5 ++ echo "$as_me:22924: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22924: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22927: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22927: \$? = $ac_status" >&5 ++ echo "$as_me:22930: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + +-echo "$as_me:22930: checking for X11/Xt const-feature" >&5 ++echo "$as_me:22933: checking for X11/Xt const-feature" >&5 + echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6 + if test "${cf_cv_const_x_string+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 22937 "configure" ++#line 22940 "configure" + #include "confdefs.h" + + #undef _CONST_X_STRING +@@ -22952,16 +22955,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:22955: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:22958: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:22958: \$? = $ac_status" >&5 ++ echo "$as_me:22961: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:22961: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:22964: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:22964: \$? = $ac_status" >&5 ++ echo "$as_me:22967: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + + cf_cv_const_x_string=no +@@ -22976,7 +22979,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + + fi +-echo "$as_me:22979: result: $cf_cv_const_x_string" >&5 ++echo "$as_me:22982: result: $cf_cv_const_x_string" >&5 + echo "${ECHO_T}$cf_cv_const_x_string" >&6 + + LIBS="$cf_save_LIBS_CF_CONST_X_STRING" +@@ -23005,7 +23008,7 @@ + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi + cat > "conftest.$ac_ext" <<EOF +-#line 23008 "${as_me:-configure}" ++#line 23011 "${as_me:-configure}" + int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } + EOF + if test "$INTEL_COMPILER" = yes +@@ -23021,7 +23024,7 @@ + # remark #981: operands are evaluated in unspecified order + # warning #279: controlling expression is constant + +- { echo "$as_me:23024: checking for $CC warning options..." >&5 ++ { echo "$as_me:23027: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CFLAGS="$CFLAGS" + EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall" +@@ -23037,12 +23040,12 @@ + wd981 + do + CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" +- if { (eval echo "$as_me:23040: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:23043: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:23043: \$? = $ac_status" >&5 ++ echo "$as_me:23046: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:23045: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:23048: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" + fi +@@ -23050,7 +23053,7 @@ + CFLAGS="$cf_save_CFLAGS" + elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown" + then +- { echo "$as_me:23053: checking for $CC warning options..." >&5 ++ { echo "$as_me:23056: checking for $CC warning options..." >&5 + echo "$as_me: checking for $CC warning options..." >&6;} + cf_save_CFLAGS="$CFLAGS" + cf_warn_CONST="" +@@ -23073,12 +23076,12 @@ + Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas + do + CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" +- if { (eval echo "$as_me:23076: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:23079: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:23079: \$? = $ac_status" >&5 ++ echo "$as_me:23082: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then +- test -n "$verbose" && echo "$as_me:23081: result: ... -$cf_opt" >&5 ++ test -n "$verbose" && echo "$as_me:23084: result: ... -$cf_opt" >&5 + echo "${ECHO_T}... -$cf_opt" >&6 + case "$cf_opt" in + (Winline) +@@ -23086,7 +23089,7 @@ + ([34].*) + test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 + +-echo "${as_me:-configure}:23089: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 ++echo "${as_me:-configure}:23092: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 + + continue;; + esac +@@ -23096,7 +23099,7 @@ + ([12].*) + test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 + +-echo "${as_me:-configure}:23099: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 ++echo "${as_me:-configure}:23102: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 + + continue;; + esac +@@ -23113,7 +23116,7 @@ + + fi + +-echo "$as_me:23116: checking if you want to use dmalloc for testing" >&5 ++echo "$as_me:23119: checking if you want to use dmalloc for testing" >&5 + echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 + + # Check whether --with-dmalloc or --without-dmalloc was given. +@@ -23135,7 +23138,7 @@ + else + with_dmalloc= + fi; +-echo "$as_me:23138: result: ${with_dmalloc:-no}" >&5 ++echo "$as_me:23141: result: ${with_dmalloc:-no}" >&5 + echo "${ECHO_T}${with_dmalloc:-no}" >&6 + + case ".$with_cflags" in +@@ -23249,23 +23252,23 @@ + esac + + if test "$with_dmalloc" = yes ; then +- echo "$as_me:23252: checking for dmalloc.h" >&5 ++ echo "$as_me:23255: checking for dmalloc.h" >&5 + echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 + if test "${ac_cv_header_dmalloc_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23258 "configure" ++#line 23261 "configure" + #include "confdefs.h" + #include <dmalloc.h> + _ACEOF +-if { (eval echo "$as_me:23262: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:23265: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:23268: \$? = $ac_status" >&5 ++ echo "$as_me:23271: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -23284,11 +23287,11 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:23287: result: $ac_cv_header_dmalloc_h" >&5 ++echo "$as_me:23290: result: $ac_cv_header_dmalloc_h" >&5 + echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 + if test "$ac_cv_header_dmalloc_h" = yes; then + +-echo "$as_me:23291: checking for dmalloc_debug in -ldmalloc" >&5 ++echo "$as_me:23294: checking for dmalloc_debug in -ldmalloc" >&5 + echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 + if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23296,7 +23299,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldmalloc $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23299 "configure" ++#line 23302 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -23315,16 +23318,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23318: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23321: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23321: \$? = $ac_status" >&5 ++ echo "$as_me:23324: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23324: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23327: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23327: \$? = $ac_status" >&5 ++ echo "$as_me:23330: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dmalloc_dmalloc_debug=yes + else +@@ -23335,7 +23338,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:23338: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 ++echo "$as_me:23341: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 + echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 + if test "$ac_cv_lib_dmalloc_dmalloc_debug" = yes; then + cat >>confdefs.h <<EOF +@@ -23350,7 +23353,7 @@ + + fi + +-echo "$as_me:23353: checking if you want to use dbmalloc for testing" >&5 ++echo "$as_me:23356: checking if you want to use dbmalloc for testing" >&5 + echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 + + # Check whether --with-dbmalloc or --without-dbmalloc was given. +@@ -23372,7 +23375,7 @@ + else + with_dbmalloc= + fi; +-echo "$as_me:23375: result: ${with_dbmalloc:-no}" >&5 ++echo "$as_me:23378: result: ${with_dbmalloc:-no}" >&5 + echo "${ECHO_T}${with_dbmalloc:-no}" >&6 + + case ".$with_cflags" in +@@ -23486,23 +23489,23 @@ + esac + + if test "$with_dbmalloc" = yes ; then +- echo "$as_me:23489: checking for dbmalloc.h" >&5 ++ echo "$as_me:23492: checking for dbmalloc.h" >&5 + echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 + if test "${ac_cv_header_dbmalloc_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23495 "configure" ++#line 23498 "configure" + #include "confdefs.h" + #include <dbmalloc.h> + _ACEOF +-if { (eval echo "$as_me:23499: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:23502: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:23505: \$? = $ac_status" >&5 ++ echo "$as_me:23508: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -23521,11 +23524,11 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:23524: result: $ac_cv_header_dbmalloc_h" >&5 ++echo "$as_me:23527: result: $ac_cv_header_dbmalloc_h" >&5 + echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 + if test "$ac_cv_header_dbmalloc_h" = yes; then + +-echo "$as_me:23528: checking for debug_malloc in -ldbmalloc" >&5 ++echo "$as_me:23531: checking for debug_malloc in -ldbmalloc" >&5 + echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 + if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23533,7 +23536,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldbmalloc $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23536 "configure" ++#line 23539 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -23552,16 +23555,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23555: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23558: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23558: \$? = $ac_status" >&5 ++ echo "$as_me:23561: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23561: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23564: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23564: \$? = $ac_status" >&5 ++ echo "$as_me:23567: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dbmalloc_debug_malloc=yes + else +@@ -23572,7 +23575,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:23575: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 ++echo "$as_me:23578: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 + echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 + if test "$ac_cv_lib_dbmalloc_debug_malloc" = yes; then + cat >>confdefs.h <<EOF +@@ -23587,7 +23590,7 @@ + + fi + +-echo "$as_me:23590: checking if you want to use valgrind for testing" >&5 ++echo "$as_me:23593: checking if you want to use valgrind for testing" >&5 + echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 + + # Check whether --with-valgrind or --without-valgrind was given. +@@ -23609,7 +23612,7 @@ + else + with_valgrind= + fi; +-echo "$as_me:23612: result: ${with_valgrind:-no}" >&5 ++echo "$as_me:23615: result: ${with_valgrind:-no}" >&5 + echo "${ECHO_T}${with_valgrind:-no}" >&6 + + case ".$with_cflags" in +@@ -23722,7 +23725,7 @@ + ;; + esac + +-echo "$as_me:23725: checking if you want to perform memory-leak testing" >&5 ++echo "$as_me:23728: checking if you want to perform memory-leak testing" >&5 + echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 + + # Check whether --enable-leaks or --disable-leaks was given. +@@ -23733,7 +23736,7 @@ + enable_leaks=yes + fi; + if test "x$enable_leaks" = xno; then with_no_leaks=yes; else with_no_leaks=no; fi +-echo "$as_me:23736: result: $with_no_leaks" >&5 ++echo "$as_me:23739: result: $with_no_leaks" >&5 + echo "${ECHO_T}$with_no_leaks" >&6 + + if test "$enable_leaks" = no ; then +@@ -23751,7 +23754,7 @@ + LD_RPATH_OPT= + if test "x$cf_cv_enable_rpath" != xno + then +- echo "$as_me:23754: checking for an rpath option" >&5 ++ echo "$as_me:23757: checking for an rpath option" >&5 + echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6 + case "$cf_cv_system_name" in + (irix*) +@@ -23782,12 +23785,12 @@ + (*) + ;; + esac +- echo "$as_me:23785: result: $LD_RPATH_OPT" >&5 ++ echo "$as_me:23788: result: $LD_RPATH_OPT" >&5 + echo "${ECHO_T}$LD_RPATH_OPT" >&6 + + case "x$LD_RPATH_OPT" in + (x-R*) +- echo "$as_me:23790: checking if we need a space after rpath option" >&5 ++ echo "$as_me:23793: checking if we need a space after rpath option" >&5 + echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 + cf_save_LIBS="$LIBS" + +@@ -23808,7 +23811,7 @@ + LIBS="$cf_add_libs" + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23811 "configure" ++#line 23814 "configure" + #include "confdefs.h" + + int +@@ -23820,16 +23823,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23823: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23826: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23826: \$? = $ac_status" >&5 ++ echo "$as_me:23829: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23829: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23832: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23832: \$? = $ac_status" >&5 ++ echo "$as_me:23835: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_rpath_space=no + else +@@ -23839,14 +23842,14 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS="$cf_save_LIBS" +- echo "$as_me:23842: result: $cf_rpath_space" >&5 ++ echo "$as_me:23845: result: $cf_rpath_space" >&5 + echo "${ECHO_T}$cf_rpath_space" >&6 + test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT " + ;; + esac + fi + +-echo "$as_me:23849: checking if rpath-hack should be disabled" >&5 ++echo "$as_me:23852: checking if rpath-hack should be disabled" >&5 + echo $ECHO_N "checking if rpath-hack should be disabled... $ECHO_C" >&6 + + # Check whether --enable-rpath-hack or --disable-rpath-hack was given. +@@ -23864,22 +23867,22 @@ + + fi; + if test "x$enable_rpath_hack" = xno; then cf_disable_rpath_hack=yes; else cf_disable_rpath_hack=no; fi +-echo "$as_me:23867: result: $cf_disable_rpath_hack" >&5 ++echo "$as_me:23870: result: $cf_disable_rpath_hack" >&5 + echo "${ECHO_T}$cf_disable_rpath_hack" >&6 + + if test "$enable_rpath_hack" = yes ; then + +-echo "$as_me:23872: checking for updated LDFLAGS" >&5 ++echo "$as_me:23875: checking for updated LDFLAGS" >&5 + echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6 + if test -n "$LD_RPATH_OPT" ; then +- echo "$as_me:23875: result: maybe" >&5 ++ echo "$as_me:23878: result: maybe" >&5 + echo "${ECHO_T}maybe" >&6 + + for ac_prog in ldd + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +-echo "$as_me:23882: checking for $ac_word" >&5 ++echo "$as_me:23885: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_cf_ldd_prog+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -23894,7 +23897,7 @@ + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue + ac_cv_prog_cf_ldd_prog="$ac_prog" +-echo "$as_me:23897: found $ac_dir/$ac_word" >&5 ++echo "$as_me:23900: found $ac_dir/$ac_word" >&5 + break + done + +@@ -23902,10 +23905,10 @@ + fi + cf_ldd_prog=$ac_cv_prog_cf_ldd_prog + if test -n "$cf_ldd_prog"; then +- echo "$as_me:23905: result: $cf_ldd_prog" >&5 ++ echo "$as_me:23908: result: $cf_ldd_prog" >&5 + echo "${ECHO_T}$cf_ldd_prog" >&6 + else +- echo "$as_me:23908: result: no" >&5 ++ echo "$as_me:23911: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -23919,7 +23922,7 @@ + cf_rpath_oops= + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 23922 "configure" ++#line 23925 "configure" + #include "confdefs.h" + #include <stdio.h> + int +@@ -23931,16 +23934,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:23934: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:23937: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:23937: \$? = $ac_status" >&5 ++ echo "$as_me:23940: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:23940: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:23943: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:23943: \$? = $ac_status" >&5 ++ echo "$as_me:23946: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_rpath_oops=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} ' not found' | sed -e 's% =>.*$%%' |sort | uniq` + cf_rpath_list=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} / | sed -e 's%^.*[ ]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq` +@@ -23968,7 +23971,7 @@ + then + test -n "$verbose" && echo " ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src" 1>&6 + +-echo "${as_me:-configure}:23971: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5 ++echo "${as_me:-configure}:23974: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5 + + LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib" + break +@@ -23980,11 +23983,11 @@ + + test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:23983: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:23986: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:23987: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:23990: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 + + cf_rpath_dst= + for cf_rpath_src in $LDFLAGS +@@ -24021,7 +24024,7 @@ + then + test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6 + +-echo "${as_me:-configure}:24024: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 ++echo "${as_me:-configure}:24027: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 + + EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" + fi +@@ -24034,11 +24037,11 @@ + + test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:24037: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:24040: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 + + test -n "$verbose" && echo " ...checking LIBS $LIBS" 1>&6 + +-echo "${as_me:-configure}:24041: testing ...checking LIBS $LIBS ..." 1>&5 ++echo "${as_me:-configure}:24044: testing ...checking LIBS $LIBS ..." 1>&5 + + cf_rpath_dst= + for cf_rpath_src in $LIBS +@@ -24075,7 +24078,7 @@ + then + test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6 + +-echo "${as_me:-configure}:24078: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 ++echo "${as_me:-configure}:24081: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 + + EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" + fi +@@ -24088,14 +24091,14 @@ + + test -n "$verbose" && echo " ...checked LIBS $LIBS" 1>&6 + +-echo "${as_me:-configure}:24091: testing ...checked LIBS $LIBS ..." 1>&5 ++echo "${as_me:-configure}:24094: testing ...checked LIBS $LIBS ..." 1>&5 + + test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 + +-echo "${as_me:-configure}:24095: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 ++echo "${as_me:-configure}:24098: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 + + else +- echo "$as_me:24098: result: no" >&5 ++ echo "$as_me:24101: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + +@@ -24185,7 +24188,7 @@ + : "${CONFIG_STATUS=./config.status}" + ac_clean_files_save=$ac_clean_files + ac_clean_files="$ac_clean_files $CONFIG_STATUS" +-{ echo "$as_me:24188: creating $CONFIG_STATUS" >&5 ++{ echo "$as_me:24191: creating $CONFIG_STATUS" >&5 + echo "$as_me: creating $CONFIG_STATUS" >&6;} + cat >"$CONFIG_STATUS" <<_ACEOF + #! $SHELL +@@ -24366,7 +24369,7 @@ + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header +- { { echo "$as_me:24369: error: ambiguous option: $1 ++ { { echo "$as_me:24372: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -24385,7 +24388,7 @@ + ac_need_defaults=false;; + + # This is an error. +- -*) { { echo "$as_me:24388: error: unrecognized option: $1 ++ -*) { { echo "$as_me:24391: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -24435,7 +24438,7 @@ + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; + "ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS ncurses_cfg.h:ncurses_tst.hin" ;; +- *) { { echo "$as_me:24438: error: invalid argument: $ac_config_target" >&5 ++ *) { { echo "$as_me:24441: error: invalid argument: $ac_config_target" >&5 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +@@ -24751,7 +24754,7 @@ + esac + + if test x"$ac_file" != x-; then +- { echo "$as_me:24754: creating $ac_file" >&5 ++ { echo "$as_me:24757: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi +@@ -24769,7 +24772,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:24772: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:24775: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo "$f";; +@@ -24782,7 +24785,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:24785: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:24788: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -24798,7 +24801,7 @@ + if test -n "$ac_seen"; then + ac_used=`grep '@datarootdir@' "$ac_item"` + if test -z "$ac_used"; then +- { echo "$as_me:24801: WARNING: datarootdir was used implicitly but not set: ++ { echo "$as_me:24804: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&2;} +@@ -24807,7 +24810,7 @@ + fi + ac_seen=`grep '${datarootdir}' "$ac_item"` + if test -n "$ac_seen"; then +- { echo "$as_me:24810: WARNING: datarootdir was used explicitly but not set: ++ { echo "$as_me:24813: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&2;} +@@ -24852,7 +24855,7 @@ + ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"` + if test -z "$ac_init"; then + ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'` +- { echo "$as_me:24855: WARNING: Variable $ac_name is used but was not set: ++ { echo "$as_me:24858: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&5 + echo "$as_me: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&2;} +@@ -24863,7 +24866,7 @@ + $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out + if test -s "$tmp"/out; then + ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out` +- { echo "$as_me:24866: WARNING: Some variables may not be substituted: ++ { echo "$as_me:24869: WARNING: Some variables may not be substituted: + $ac_seen" >&5 + echo "$as_me: WARNING: Some variables may not be substituted: + $ac_seen" >&2;} +@@ -24912,7 +24915,7 @@ + * ) ac_file_in=$ac_file.in ;; + esac + +- test x"$ac_file" != x- && { echo "$as_me:24915: creating $ac_file" >&5 ++ test x"$ac_file" != x- && { echo "$as_me:24918: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + + # First look for the input files in the build tree, otherwise in the +@@ -24923,7 +24926,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:24926: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:24929: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo $f;; +@@ -24936,7 +24939,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:24939: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:24942: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -24994,7 +24997,7 @@ + rm -f "$tmp"/in + if test x"$ac_file" != x-; then + if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then +- { echo "$as_me:24997: $ac_file is unchanged" >&5 ++ { echo "$as_me:25000: $ac_file is unchanged" >&5 + echo "$as_me: $ac_file is unchanged" >&6;} + else + ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +Index: test/demo_new_pair.c +Prereq: 1.29 +--- ncurses-6.5-20241102+/test/demo_new_pair.c 2024-10-05 18:21:44.000000000 +0000 ++++ ncurses-6.5-20241109/test/demo_new_pair.c 2024-11-09 20:43:56.000000000 +0000 +@@ -27,7 +27,7 @@ + * authorization. * + ****************************************************************************/ + /* +- * $Id: demo_new_pair.c,v 1.29 2024/10/05 18:21:44 tom Exp $ ++ * $Id: demo_new_pair.c,v 1.31 2024/11/09 20:43:56 tom Exp $ + * + * Demonstrate the alloc_pair() function. + */ +@@ -205,7 +205,7 @@ + wchar_t wch[2]; + time_t start = now(); + long total_cells = 0; +- FILE *output = 0; ++ FILE *output = NULL; + + setlocale(LC_ALL, ""); + +@@ -245,7 +245,8 @@ + } + if (newterm(NULL, output, stdin) == 0) { + fprintf(stderr, "Cannot initialize terminal\n"); +- fclose(output); ++ if (output != NULL) ++ fclose(output); + ExitProgram(EXIT_FAILURE); + } + (void) cbreak(); /* read chars without wait for \n */ +@@ -384,7 +385,8 @@ + ++current; + } + stop_curses(); +- fclose(output); ++ if (output != NULL) ++ fclose(output); + + printf("%.1f cells/second\n", + (double) (total_cells) / (double) (now() - start)); +Index: test/demo_panels.c +Prereq: 1.50 +--- ncurses-6.5-20241102+/test/demo_panels.c 2024-10-06 20:01:21.000000000 +0000 ++++ ncurses-6.5-20241109/test/demo_panels.c 2024-11-09 22:54:38.000000000 +0000 +@@ -27,7 +27,7 @@ + * authorization. * + ****************************************************************************/ + /* +- * $Id: demo_panels.c,v 1.50 2024/10/06 20:01:21 tom Exp $ ++ * $Id: demo_panels.c,v 1.51 2024/11/09 22:54:38 tom Exp $ + * + * Demonstrate a variety of functions from the panel library. + */ +@@ -656,8 +656,9 @@ + (void) wgetch(win); + } else { + int c0 = 0; +- for (;;) { ++ while (length < limit - 3) { + int ch = wgetch(win); ++ memset(buffer + length, 0, 3); + if (ch == ERR || ch == QUIT || ch == ESCAPE) { + buffer[0] = '\0'; + break; |