diff --git a/CHANGES b/CHANGES
index 5efb0ad2..d5d907fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
--- $LynxId: CHANGES,v 1.1176 2024/03/21 08:19:13 tom Exp $
+-- $LynxId: CHANGES,v 1.1177 2024/04/02 22:43:45 tom Exp $
===============================================================================
Changes since Lynx 2.8 release
===============================================================================
-2024-03-21 (2.9.0e)
+2024-04-02 (2.9.0f)
* improve bookmark file-updates, allowing for users to add HTML markup
(report by TG) -TD
* remove obsolete option --with-included-gettext -TD
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi
index 35684652..302b780e 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.68 2024/03/18 07:49:07 tom Exp $
+; $LynxId: lynx.nsi,v 1.69 2024/04/02 22:43:45 tom Exp $
; Script originally generated with the Venis Install Wizard, but customized.
; The Inno Setup script is preferred; but this can be built via cross-compiling.
@@ -9,8 +9,8 @@
!define VERSION_EPOCH "2"
!define VERSION_MAJOR "9"
!define VERSION_MINOR "0"
-!define VERSION_LEVEL "2005"
-!define VERSION_PATCH "e"
+!define VERSION_LEVEL "2006"
+!define VERSION_PATCH "f"
!define SUBKEY "Lynx"
diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index 7085a880..7f977086 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,8 +1,8 @@
-# $LynxId: lynx.spec,v 1.79 2024/03/18 07:49:07 tom Exp $
+# $LynxId: lynx.spec,v 1.80 2024/04/02 22:43:45 tom Exp $
Summary: A text-based Web browser
Name: lynx-dev
Version: 2.9.1
-Release: 5
+Release: 6
License: GPLv2
Group: Applications/Internet
Source: https://invisible-island.net/archives/lynx/lynx%{version}.tgz
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index e0705c40..6d0df486 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,6 +1,6 @@
; version used for Inno Setup files.
-#define LYNX_VERSION "2.9.0e"
+#define LYNX_VERSION "2.9.0f"
#define MyAppProg "Lynx"
#define MyAppName "Lynx - web browser"
diff --git a/aclocal.m4 b/aclocal.m4
index 2e3e556f..d6170e42 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $LynxId: aclocal.m4,v 1.336 2024/03/17 23:35:41 tom Exp $
+dnl $LynxId: aclocal.m4,v 1.338 2024/04/02 22:44:58 tom Exp $
dnl Macros for auto-configure script.
dnl by Thomas E. Dickey <dickey@invisible-island.net>
dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
@@ -273,7 +273,7 @@ fi
AC_SUBST($1)dnl
])dnl
dnl ---------------------------------------------------------------------------
-dnl AM_WITH_NLS version: 34 updated: 2024/03/17 19:34:20
+dnl AM_WITH_NLS version: 35 updated: 2024/04/02 18:44:26
dnl -----------
dnl Inserted as requested by gettext 0.10.40
dnl File from /usr/share/aclocal
@@ -369,6 +369,16 @@ AC_DEFUN([AM_WITH_NLS],
[Define if the GNU gettext() function is already present or preinstalled.])
CF_ADD_INCDIR($cf_cv_header_path_intl)
+
+ if test -n "$cf_cv_library_file_intl" ; then
+ dnl If iconv() is in a separate libiconv library, then anyone
+ dnl linking with libintl{.a,.so} also needs to link with
+ dnl libiconv.
+ INTLLIBS="$cf_cv_library_file_intl $LIBICONV"
+ CF_ADD_LIBDIR($cf_cv_library_path_intl,INTLLIBS)
+ fi
+
+ LIBS="$LIBS $INTLLIBS"
AC_CHECK_FUNCS(dcgettext)
CATOBJEXT=.gmo
elif test -z "$MSGFMT" || test -z "$XGETTEXT" ; then
diff --git a/configure b/configure
index ade2b4d3..8a4a37ec 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Revision: 1.363 .
+# From configure.in Revision: 1.365 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52.20231210 for lynx 2.9.0d.
+# Generated by Autoconf 2.52.20231210 for lynx 2.9.0f.
#
# Report bugs to <lynx-dev@nongnu.org>.
#
@@ -191,8 +191,8 @@ mandir='${datarootdir}/man'
# Identity of this package.
PACKAGE_NAME='lynx'
PACKAGE_TARNAME='lynx'
-PACKAGE_VERSION='2.9.0e'
-PACKAGE_STRING='lynx 2.9.0e'
+PACKAGE_VERSION='2.9.0f'
+PACKAGE_STRING='lynx 2.9.0f'
PACKAGE_BUGREPORT='lynx-dev@nongnu.org'
ac_prev=
@@ -625,7 +625,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<EOF
-\`configure' configures lynx 2.9.0d to adapt to many kinds of systems.
+\`configure' configures lynx 2.9.0f to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -698,7 +698,7 @@ fi
if test -n "$ac_init_help"; then
case "$ac_init_help" in
- short | recursive ) echo "Configuration of lynx 2.9.0d:";;
+ short | recursive ) echo "Configuration of lynx 2.9.0f:";;
esac
cat <<\EOF
@@ -887,7 +887,7 @@ fi
test -n "$ac_init_help" && exit 0
if "$ac_init_version"; then
cat <<\EOF
-lynx configure 2.9.0d
+lynx configure 2.9.0f
generated by GNU Autoconf 2.52.20231210
Copyright 2003-2022,2023 Thomas E. Dickey
@@ -903,7 +903,7 @@ cat >&5 <<EOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by lynx $as_me 2.9.0d, which was
+It was created by lynx $as_me 2.9.0f, which was
generated by GNU Autoconf 2.52.20231210. Invocation command line was
$ $0 $@
@@ -11965,16 +11965,50 @@ echo "${as_me:-configure}:11951: testing adding $cf_add_incdir to include-path .
done
fi
+ if test -n "$cf_cv_library_file_intl" ; then
+ INTLLIBS="$cf_cv_library_file_intl $LIBICONV"
+
+if test -n "$cf_cv_library_path_intl" ; then
+ for cf_add_libdir in $cf_cv_library_path_intl
+ do
+ if test "$cf_add_libdir" = /usr/lib ; then
+ :
+ elif test -d "$cf_add_libdir"
+ then
+ cf_have_libdir=no
+ if test -n "$LDFLAGS$LIBS" ; then
+ # a loop is needed to ensure we can add subdirs of existing dirs
+ for cf_test_libdir in $LDFLAGS $LIBS ; do
+ if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
+ cf_have_libdir=yes; break
+ fi
+ done
+ fi
+ if test "$cf_have_libdir" = no ; then
+ test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
+
+echo "${as_me:-configure}:11990: testing adding $cf_add_libdir to library-path ..." 1>&5
+
+ INTLLIBS="-L$cf_add_libdir $INTLLIBS"
+ fi
+ fi
+ done
+fi
+
+ fi
+
+ LIBS="$LIBS $INTLLIBS"
+
for ac_func in dcgettext
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:11971: checking for $ac_func" >&5
+echo "$as_me:12005: 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 11977 "configure"
+#line 12011 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -12005,16 +12039,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:12008: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12042: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12011: \$? = $ac_status" >&5
+ echo "$as_me:12045: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:12014: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12048: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12017: \$? = $ac_status" >&5
+ echo "$as_me:12051: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -12024,7 +12058,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:12027: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:12061: 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
@@ -12036,7 +12070,7 @@ done
CATOBJEXT=.gmo
elif test -z "$MSGFMT" || test -z "$XGETTEXT" ; then
- { echo "$as_me:12039: WARNING: disabling NLS feature" >&5
+ { echo "$as_me:12073: WARNING: disabling NLS feature" >&5
echo "$as_me: WARNING: disabling NLS feature" >&2;}
sed -e /ENABLE_NLS/d confdefs.h >confdefs.tmp
mv confdefs.tmp confdefs.h
@@ -12053,7 +12087,7 @@ echo "$as_me: WARNING: disabling NLS feature" >&2;}
if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
: ;
else
- { echo "$as_me:12056: WARNING: found msgfmt program is not GNU msgfmt" >&5
+ { echo "$as_me:12090: WARNING: found msgfmt program is not GNU msgfmt" >&5
echo "$as_me: WARNING: found msgfmt program is not GNU msgfmt" >&2;}
fi
fi
@@ -12062,7 +12096,7 @@ echo "$as_me: WARNING: found msgfmt program is not GNU msgfmt" >&2;}
if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then
: ;
else
- { echo "$as_me:12065: WARNING: found xgettext program is not GNU xgettext" >&5
+ { echo "$as_me:12099: WARNING: found xgettext program is not GNU xgettext" >&5
echo "$as_me: WARNING: found xgettext program is not GNU xgettext" >&2;}
fi
fi
@@ -12090,7 +12124,7 @@ echo "$as_me: WARNING: found xgettext program is not GNU xgettext" >&2;}
if test "x$ALL_LINGUAS" = "x"; then
LINGUAS=
else
- echo "$as_me:12093: checking for catalogs to be installed" >&5
+ echo "$as_me:12127: checking for catalogs to be installed" >&5
echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
NEW_LINGUAS=
for presentlang in $ALL_LINGUAS; do
@@ -12110,7 +12144,7 @@ echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
fi
done
LINGUAS=$NEW_LINGUAS
- echo "$as_me:12113: result: $LINGUAS" >&5
+ echo "$as_me:12147: result: $LINGUAS" >&5
echo "${ECHO_T}$LINGUAS" >&6
fi
@@ -12145,7 +12179,7 @@ cf_makefile=makefile
use_our_messages=no
if test "$USE_NLS" = yes ; then
if test -d "$srcdir/po" ; then
-echo "$as_me:12148: checking if we should use included message-library" >&5
+echo "$as_me:12182: checking if we should use included message-library" >&5
echo $ECHO_N "checking if we should use included message-library... $ECHO_C" >&6
# Check whether --enable-included-msgs or --disable-included-msgs was given.
@@ -12156,7 +12190,7 @@ else
use_our_messages=yes
fi;
fi
-echo "$as_me:12159: result: $use_our_messages" >&5
+echo "$as_me:12193: result: $use_our_messages" >&5
echo "${ECHO_T}$use_our_messages" >&6
fi
@@ -12172,23 +12206,23 @@ if test "$USE_NLS" = yes ; then
for ac_header in libintl.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:12175: checking for $ac_header" >&5
+echo "$as_me:12209: 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 12181 "configure"
+#line 12215 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:12185: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:12219: \"$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:12191: \$? = $ac_status" >&5
+ echo "$as_me:12225: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12207,7 +12241,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:12210: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:12244: 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
@@ -12252,7 +12286,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:12255: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:12289: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -12261,7 +12295,7 @@ esac
fi
eval NLS_DATADIR="$withval"
-echo "$as_me:12264: checking if you want full utility pathnames" >&5
+echo "$as_me:12298: checking if you want full utility pathnames" >&5
echo $ECHO_N "checking if you want full utility pathnames... $ECHO_C" >&6
# Check whether --enable-full-paths or --disable-full-paths was given.
@@ -12278,14 +12312,14 @@ else
with_full_paths=yes
fi;
-echo "$as_me:12281: result: $with_full_paths" >&5
+echo "$as_me:12315: result: $with_full_paths" >&5
echo "${ECHO_T}$with_full_paths" >&6
test "$with_full_paths" = no &&
cat >>confdefs.h <<\EOF
#define USE_EXECVP 1
EOF
-echo "$as_me:12288: checking for system mailer" >&5
+echo "$as_me:12322: checking for system mailer" >&5
echo $ECHO_N "checking for system mailer... $ECHO_C" >&6
if test "${cf_cv_SYSTEM_MAIL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12305,14 +12339,14 @@ else
fi
-echo "$as_me:12308: result: $cf_cv_SYSTEM_MAIL" >&5
+echo "$as_me:12342: result: $cf_cv_SYSTEM_MAIL" >&5
echo "${ECHO_T}$cf_cv_SYSTEM_MAIL" >&6
cat >>confdefs.h <<EOF
#define SYSTEM_MAIL "$cf_cv_SYSTEM_MAIL"
EOF
-echo "$as_me:12315: checking system mail flags" >&5
+echo "$as_me:12349: checking system mail flags" >&5
echo $ECHO_N "checking system mail flags... $ECHO_C" >&6
if test "${cf_cv_system_mail_flags+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12328,7 +12362,7 @@ else
fi
-echo "$as_me:12331: result: $cf_cv_system_mail_flags" >&5
+echo "$as_me:12365: result: $cf_cv_system_mail_flags" >&5
echo "${ECHO_T}$cf_cv_system_mail_flags" >&6
cat >>confdefs.h <<EOF
@@ -12341,14 +12375,14 @@ if test "$with_full_paths" = no ; then
fi
fi
-echo "$as_me:12344: checking if SIGWINCH is defined" >&5
+echo "$as_me:12378: 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 12351 "configure"
+#line 12385 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -12363,23 +12397,23 @@ int x = SIGWINCH; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12366: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12400: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:12369: \$? = $ac_status" >&5
+ echo "$as_me:12403: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12372: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12406: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12375: \$? = $ac_status" >&5
+ echo "$as_me:12409: \$? = $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 12382 "configure"
+#line 12416 "configure"
#include "confdefs.h"
#undef _XOPEN_SOURCE
@@ -12397,16 +12431,16 @@ int x = SIGWINCH; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12400: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12434: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:12403: \$? = $ac_status" >&5
+ echo "$as_me:12437: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12406: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12440: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12409: \$? = $ac_status" >&5
+ echo "$as_me:12443: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_define_sigwinch=maybe
else
@@ -12420,11 +12454,11 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:12423: result: $cf_cv_define_sigwinch" >&5
+echo "$as_me:12457: 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:12427: checking for actual SIGWINCH definition" >&5
+echo "$as_me:12461: 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
@@ -12435,7 +12469,7 @@ cf_sigwinch=32
while test "$cf_sigwinch" != 1
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 12438 "configure"
+#line 12472 "configure"
#include "confdefs.h"
#undef _XOPEN_SOURCE
@@ -12457,16 +12491,16 @@ int x = SIGWINCH; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12460: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12494: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:12463: \$? = $ac_status" >&5
+ echo "$as_me:12497: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12466: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12500: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12469: \$? = $ac_status" >&5
+ echo "$as_me:12503: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fixup_sigwinch=$cf_sigwinch
break
@@ -12480,7 +12514,7 @@ cf_sigwinch="`expr "$cf_sigwinch" - 1`"
done
fi
-echo "$as_me:12483: result: $cf_cv_fixup_sigwinch" >&5
+echo "$as_me:12517: result: $cf_cv_fixup_sigwinch" >&5
echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6
if test "$cf_cv_fixup_sigwinch" != unknown ; then
@@ -12492,7 +12526,7 @@ if test -n "$TRY_CFLAGS" ; then
test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6
-echo "${as_me:-configure}:12495: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:12529: testing checking additions to CFLAGS ..." 1>&5
cf_check_cflags="$CFLAGS"
cf_check_cppflags="$CPPFLAGS"
@@ -12577,7 +12611,7 @@ done
if test -n "$cf_new_cflags" ; then
test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
-echo "${as_me:-configure}:12580: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:12614: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_new_cflags"
@@ -12587,7 +12621,7 @@ fi
if test -n "$cf_new_cppflags" ; then
test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
-echo "${as_me:-configure}:12590: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:12624: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
@@ -12597,7 +12631,7 @@ fi
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}:12600: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:12634: 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"
@@ -12606,7 +12640,7 @@ fi
if test "x$cf_check_cflags" != "x$CFLAGS" ; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 12609 "configure"
+#line 12643 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -12618,16 +12652,16 @@ printf("Hello world");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:12621: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12655: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12624: \$? = $ac_status" >&5
+ echo "$as_me:12658: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:12627: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12661: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12630: \$? = $ac_status" >&5
+ echo "$as_me:12664: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -12635,12 +12669,12 @@ else
cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6
-echo "${as_me:-configure}:12638: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:12672: 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}:12643: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:12677: testing but keeping change to \$CPPFLAGS ..." 1>&5
fi
CFLAGS="$cf_check_cflags"
@@ -12652,7 +12686,7 @@ fi
### Look for network libraries first, since some functions (such as gethostname)
### are used in a lot of places.
-echo "$as_me:12655: checking if you want NSS compatible SSL libraries" >&5
+echo "$as_me:12689: checking if you want NSS compatible SSL libraries" >&5
echo $ECHO_N "checking if you want NSS compatible SSL libraries... $ECHO_C" >&6
if test "${cf_cv_use_libnss_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12667,10 +12701,10 @@ else
fi;
fi
-echo "$as_me:12670: result: $cf_cv_use_libnss_compat" >&5
+echo "$as_me:12704: result: $cf_cv_use_libnss_compat" >&5
echo "${ECHO_T}$cf_cv_use_libnss_compat" >&6
-echo "$as_me:12673: checking if you want ssl library" >&5
+echo "$as_me:12707: checking if you want ssl library" >&5
echo $ECHO_N "checking if you want ssl library... $ECHO_C" >&6
if test "${cf_cv_use_libssl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12685,10 +12719,10 @@ else
fi;
fi
-echo "$as_me:12688: result: $cf_cv_use_libssl" >&5
+echo "$as_me:12722: result: $cf_cv_use_libssl" >&5
echo "${ECHO_T}$cf_cv_use_libssl" >&6
-echo "$as_me:12691: checking if you want gnutls support" >&5
+echo "$as_me:12725: checking if you want gnutls support" >&5
echo $ECHO_N "checking if you want gnutls support... $ECHO_C" >&6
if test "${cf_cv_use_libgnutls+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12703,11 +12737,11 @@ else
fi;
fi
-echo "$as_me:12706: result: $cf_cv_use_libgnutls" >&5
+echo "$as_me:12740: result: $cf_cv_use_libgnutls" >&5
echo "${ECHO_T}$cf_cv_use_libgnutls" >&6
# this option is mainly for comparing with/without Lynx's wrapper for GNUTLS.
-echo "$as_me:12710: checking if you want gnutls-openssl compat" >&5
+echo "$as_me:12744: checking if you want gnutls-openssl compat" >&5
echo $ECHO_N "checking if you want gnutls-openssl compat... $ECHO_C" >&6
if test "${cf_cv_gnutls_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12722,10 +12756,10 @@ else
fi;
fi
-echo "$as_me:12725: result: $cf_cv_gnutls_compat" >&5
+echo "$as_me:12759: result: $cf_cv_gnutls_compat" >&5
echo "${ECHO_T}$cf_cv_gnutls_compat" >&6
-echo "$as_me:12728: checking if you want socks library" >&5
+echo "$as_me:12762: checking if you want socks library" >&5
echo $ECHO_N "checking if you want socks library... $ECHO_C" >&6
if test "${cf_cv_use_libsocks+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12740,10 +12774,10 @@ else
fi;
fi
-echo "$as_me:12743: result: $cf_cv_use_libsocks" >&5
+echo "$as_me:12777: result: $cf_cv_use_libsocks" >&5
echo "${ECHO_T}$cf_cv_use_libsocks" >&6
-echo "$as_me:12746: checking if you want socks5 library" >&5
+echo "$as_me:12780: checking if you want socks5 library" >&5
echo $ECHO_N "checking if you want socks5 library... $ECHO_C" >&6
if test "${cf_cv_use_libsocks5+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12758,7 +12792,7 @@ else
fi;
fi
-echo "$as_me:12761: result: $cf_cv_use_libsocks5" >&5
+echo "$as_me:12795: result: $cf_cv_use_libsocks5" >&5
echo "${ECHO_T}$cf_cv_use_libsocks5" >&6
if test "x$cf_cv_use_libsocks" != xno ; then
@@ -12800,7 +12834,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 12803 "configure"
+#line 12837 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -12812,16 +12846,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12815: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12849: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:12818: \$? = $ac_status" >&5
+ echo "$as_me:12852: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12821: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12855: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12824: \$? = $ac_status" >&5
+ echo "$as_me:12858: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -12838,7 +12872,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:12841: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:12875: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -12884,7 +12918,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 12887 "configure"
+#line 12921 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -12896,16 +12930,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12899: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12933: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:12902: \$? = $ac_status" >&5
+ echo "$as_me:12936: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12905: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12939: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12908: \$? = $ac_status" >&5
+ echo "$as_me:12942: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -12922,7 +12956,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:12925: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:12959: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -12940,7 +12974,7 @@ echo "${as_me:-configure}:12925: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:12943: error: cannot find socks library under $cf_cv_use_libsocks" >&5
+{ { echo "$as_me:12977: error: cannot find socks library under $cf_cv_use_libsocks" >&5
echo "$as_me: error: cannot find socks library under $cf_cv_use_libsocks" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -12965,7 +12999,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:12968: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13002: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -12994,7 +13028,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:12997: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13031: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -13003,7 +13037,7 @@ echo "${as_me:-configure}:12997: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:13006: error: cannot find socks library under $cf_cv_use_libsocks" >&5
+{ { echo "$as_me:13040: error: cannot find socks library under $cf_cv_use_libsocks" >&5
echo "$as_me: error: cannot find socks library under $cf_cv_use_libsocks" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -13017,12 +13051,12 @@ esac
cf_cv_header_path_socks=
cf_cv_library_path_socks=
-echo "${as_me:-configure}:13020: testing Starting FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:13054: testing Starting FIND_LINKAGE(socks,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13025 "configure"
+#line 13059 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -13038,16 +13072,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:13041: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13075: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13044: \$? = $ac_status" >&5
+ echo "$as_me:13078: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:13047: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13081: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13050: \$? = $ac_status" >&5
+ echo "$as_me:13084: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_socks=yes
@@ -13061,7 +13095,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lsocks $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13064 "configure"
+#line 13098 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -13077,16 +13111,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:13080: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13114: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13083: \$? = $ac_status" >&5
+ echo "$as_me:13117: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:13086: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13120: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13089: \$? = $ac_status" >&5
+ echo "$as_me:13123: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_socks=yes
@@ -13103,9 +13137,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for socks library" 1>&6
-echo "${as_me:-configure}:13106: testing find linkage for socks library ..." 1>&5
+echo "${as_me:-configure}:13140: testing find linkage for socks library ..." 1>&5
-echo "${as_me:-configure}:13108: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:13142: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -13196,7 +13230,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_socks" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_socks" 1>&6
-echo "${as_me:-configure}:13199: testing ... testing $cf_cv_header_path_socks ..." 1>&5
+echo "${as_me:-configure}:13233: testing ... testing $cf_cv_header_path_socks ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -13204,7 +13238,7 @@ echo "${as_me:-configure}:13199: testing ... testing $cf_cv_header_path_socks ..
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_socks"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13207 "configure"
+#line 13241 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -13220,21 +13254,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13223: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13257: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13226: \$? = $ac_status" >&5
+ echo "$as_me:13260: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13229: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13263: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13232: \$? = $ac_status" >&5
+ echo "$as_me:13266: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found socks headers in $cf_cv_header_path_socks" 1>&6
-echo "${as_me:-configure}:13237: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5
+echo "${as_me:-configure}:13271: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5
cf_cv_find_linkage_socks=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -13252,7 +13286,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_socks" = maybe ; then
-echo "${as_me:-configure}:13255: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:13289: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -13327,13 +13361,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_socks" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_socks" 1>&6
-echo "${as_me:-configure}:13330: testing ... testing $cf_cv_library_path_socks ..." 1>&5
+echo "${as_me:-configure}:13364: testing ... testing $cf_cv_library_path_socks ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lsocks $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_socks"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13336 "configure"
+#line 13370 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -13349,21 +13383,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:13352: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13386: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13355: \$? = $ac_status" >&5
+ echo "$as_me:13389: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:13358: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13392: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13361: \$? = $ac_status" >&5
+ echo "$as_me:13395: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found socks library in $cf_cv_library_path_socks" 1>&6
-echo "${as_me:-configure}:13366: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5
+echo "${as_me:-configure}:13400: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5
cf_cv_find_linkage_socks=yes
cf_cv_library_file_socks="-lsocks"
@@ -13425,7 +13459,7 @@ if test -n "$cf_cv_header_path_socks" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13428 "configure"
+#line 13462 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -13437,16 +13471,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13440: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13474: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13443: \$? = $ac_status" >&5
+ echo "$as_me:13477: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13446: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13480: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13449: \$? = $ac_status" >&5
+ echo "$as_me:13483: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -13463,7 +13497,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:13466: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13500: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -13499,7 +13533,7 @@ if test -n "$cf_cv_library_path_socks" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:13502: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13536: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -13524,7 +13558,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:13527: WARNING: Cannot find socks library" >&5
+{ echo "$as_me:13561: WARNING: Cannot find socks library" >&5
echo "$as_me: WARNING: Cannot find socks library" >&2;}
fi
@@ -13567,7 +13601,7 @@ cat >>confdefs.h <<\EOF
EOF
else
- { { echo "$as_me:13570: error: cannot link with socks library" >&5
+ { { echo "$as_me:13604: error: cannot link with socks library" >&5
echo "$as_me: error: cannot link with socks library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -13611,7 +13645,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13614 "configure"
+#line 13648 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -13623,16 +13657,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13626: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13660: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13629: \$? = $ac_status" >&5
+ echo "$as_me:13663: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13632: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13666: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13635: \$? = $ac_status" >&5
+ echo "$as_me:13669: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -13649,7 +13683,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:13652: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13686: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -13695,7 +13729,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13698 "configure"
+#line 13732 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -13707,16 +13741,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13710: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13744: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13713: \$? = $ac_status" >&5
+ echo "$as_me:13747: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13716: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13750: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13719: \$? = $ac_status" >&5
+ echo "$as_me:13753: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -13733,7 +13767,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:13736: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13770: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -13751,7 +13785,7 @@ echo "${as_me:-configure}:13736: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:13754: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5
+{ { echo "$as_me:13788: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5
echo "$as_me: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -13776,7 +13810,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:13779: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13813: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -13805,7 +13839,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:13808: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13842: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -13814,7 +13848,7 @@ echo "${as_me:-configure}:13808: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:13817: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5
+{ { echo "$as_me:13851: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5
echo "$as_me: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -13847,11 +13881,11 @@ cat >>confdefs.h <<\EOF
#define SOCKS 1
EOF
-echo "$as_me:13850: checking if the socks library uses socks4 prefix" >&5
+echo "$as_me:13884: checking if the socks library uses socks4 prefix" >&5
echo $ECHO_N "checking if the socks library uses socks4 prefix... $ECHO_C" >&6
cf_use_socks4=error
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13854 "configure"
+#line 13888 "configure"
#include "confdefs.h"
#include <socks.h>
@@ -13865,16 +13899,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:13868: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13902: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13871: \$? = $ac_status" >&5
+ echo "$as_me:13905: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:13874: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13908: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13877: \$? = $ac_status" >&5
+ echo "$as_me:13911: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >>confdefs.h <<\EOF
@@ -13886,7 +13920,7 @@ else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13889 "configure"
+#line 13923 "configure"
#include "confdefs.h"
#include <socks.h>
int
@@ -13898,29 +13932,29 @@ SOCKSinit((char *)0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:13901: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13935: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13904: \$? = $ac_status" >&5
+ echo "$as_me:13938: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:13907: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13941: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13910: \$? = $ac_status" >&5
+ echo "$as_me:13944: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_use_socks4=no
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-{ { echo "$as_me:13916: error: Cannot link with socks5 library" >&5
+{ { echo "$as_me:13950: error: Cannot link with socks5 library" >&5
echo "$as_me: error: Cannot link with socks5 library" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:13923: result: $cf_use_socks4" >&5
+echo "$as_me:13957: result: $cf_use_socks4" >&5
echo "${ECHO_T}$cf_use_socks4" >&6
if test "$cf_use_socks4" = "yes" ; then
@@ -13975,10 +14009,10 @@ EOF
fi
-echo "$as_me:13978: checking if socks5p.h is available" >&5
+echo "$as_me:14012: checking if socks5p.h is available" >&5
echo $ECHO_N "checking if socks5p.h is available... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13981 "configure"
+#line 14015 "configure"
#include "confdefs.h"
#define INCLUDE_PROTOTYPES
@@ -13993,16 +14027,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13996: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:14030: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13999: \$? = $ac_status" >&5
+ echo "$as_me:14033: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:14002: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14036: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14005: \$? = $ac_status" >&5
+ echo "$as_me:14039: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_use_socks5p_h=yes
else
@@ -14011,7 +14045,7 @@ cat "conftest.$ac_ext" >&5
cf_use_socks5p_h=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-echo "$as_me:14014: result: $cf_use_socks5p_h" >&5
+echo "$as_me:14048: result: $cf_use_socks5p_h" >&5
echo "${ECHO_T}$cf_use_socks5p_h" >&6
test "$cf_use_socks5p_h" = yes &&
@@ -14023,14 +14057,14 @@ else
cf_test_netlibs=no
-echo "$as_me:14026: checking for network libraries" >&5
+echo "$as_me:14060: checking for network libraries" >&5
echo $ECHO_N "checking for network libraries... $ECHO_C" >&6
if test "${cf_cv_netlibs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
-echo "$as_me:14033: result: working..." >&5
+echo "$as_me:14067: result: working..." >&5
echo "${ECHO_T}working..." >&6
cf_cv_netlibs=""
@@ -14042,23 +14076,23 @@ case "$host_os" in
for ac_header in windows.h winsock.h winsock2.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:14045: checking for $ac_header" >&5
+echo "$as_me:14079: 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 14051 "configure"
+#line 14085 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:14055: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:14089: \"$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:14061: \$? = $ac_status" >&5
+ echo "$as_me:14095: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14077,7 +14111,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:14080: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:14114: 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
@@ -14112,7 +14146,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14115 "configure"
+#line 14149 "configure"
#include "confdefs.h"
#ifdef HAVE_WINDOWS_H
@@ -14139,22 +14173,22 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14142: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14176: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14145: \$? = $ac_status" >&5
+ echo "$as_me:14179: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14148: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14182: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14151: \$? = $ac_status" >&5
+ echo "$as_me:14185: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_netlibs="$cf_winsock_lib $cf_cv_netlibs"
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-{ { echo "$as_me:14157: error: Cannot link against winsock library" >&5
+{ { echo "$as_me:14191: error: Cannot link against winsock library" >&5
echo "$as_me: error: Cannot link against winsock library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -14167,13 +14201,13 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
for ac_func in gethostname
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14170: checking for $ac_func" >&5
+echo "$as_me:14204: 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 14176 "configure"
+#line 14210 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -14204,16 +14238,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14207: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14241: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14210: \$? = $ac_status" >&5
+ echo "$as_me:14244: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14213: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14247: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14216: \$? = $ac_status" >&5
+ echo "$as_me:14250: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -14223,7 +14257,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:14226: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14260: 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
@@ -14232,7 +14266,7 @@ EOF
else
-echo "$as_me:14235: checking for gethostname in -lnsl" >&5
+echo "$as_me:14269: checking for gethostname in -lnsl" >&5
echo $ECHO_N "checking for gethostname in -lnsl... $ECHO_C" >&6
if test "${ac_cv_lib_nsl_gethostname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14240,7 +14274,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14243 "configure"
+#line 14277 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14259,16 +14293,16 @@ gethostname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14262: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14296: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14265: \$? = $ac_status" >&5
+ echo "$as_me:14299: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14268: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14302: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14271: \$? = $ac_status" >&5
+ echo "$as_me:14305: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_gethostname=yes
else
@@ -14279,7 +14313,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14282: result: $ac_cv_lib_nsl_gethostname" >&5
+echo "$as_me:14316: result: $ac_cv_lib_nsl_gethostname" >&5
echo "${ECHO_T}$ac_cv_lib_nsl_gethostname" >&6
if test "$ac_cv_lib_nsl_gethostname" = yes; then
@@ -14296,7 +14330,7 @@ else
ac_cv_func_gethostname=unknown
unset ac_cv_func_gethostname 2>/dev/null
-echo "$as_me:14299: checking for gethostname in -lsocket" >&5
+echo "$as_me:14333: checking for gethostname in -lsocket" >&5
echo $ECHO_N "checking for gethostname in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_gethostname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14304,7 +14338,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14307 "configure"
+#line 14341 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14323,16 +14357,16 @@ gethostname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14326: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14360: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14329: \$? = $ac_status" >&5
+ echo "$as_me:14363: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14332: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14366: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14335: \$? = $ac_status" >&5
+ echo "$as_me:14369: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_socket_gethostname=yes
else
@@ -14343,7 +14377,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14346: result: $ac_cv_lib_socket_gethostname" >&5
+echo "$as_me:14380: result: $ac_cv_lib_socket_gethostname" >&5
echo "${ECHO_T}$ac_cv_lib_socket_gethostname" >&6
if test "$ac_cv_lib_socket_gethostname" = yes; then
@@ -14367,7 +14401,7 @@ fi
fi
done
- echo "$as_me:14370: checking for main in -linet" >&5
+ echo "$as_me:14404: checking for main in -linet" >&5
echo $ECHO_N "checking for main in -linet... $ECHO_C" >&6
if test "${ac_cv_lib_inet_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14375,7 +14409,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-linet $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14378 "configure"
+#line 14412 "configure"
#include "confdefs.h"
int
@@ -14387,16 +14421,16 @@ main ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14390: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14424: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14393: \$? = $ac_status" >&5
+ echo "$as_me:14427: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14396: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14430: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14399: \$? = $ac_status" >&5
+ echo "$as_me:14433: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_inet_main=yes
else
@@ -14407,7 +14441,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14410: result: $ac_cv_lib_inet_main" >&5
+echo "$as_me:14444: result: $ac_cv_lib_inet_main" >&5
echo "${ECHO_T}$ac_cv_lib_inet_main" >&6
if test "$ac_cv_lib_inet_main" = yes; then
cf_cv_netlibs="-linet $cf_cv_netlibs"
@@ -14418,13 +14452,13 @@ fi
for ac_func in socket
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14421: checking for $ac_func" >&5
+echo "$as_me:14455: 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 14427 "configure"
+#line 14461 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -14455,16 +14489,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14458: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14492: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14461: \$? = $ac_status" >&5
+ echo "$as_me:14495: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14464: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14498: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14467: \$? = $ac_status" >&5
+ echo "$as_me:14501: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -14474,7 +14508,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:14477: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14511: 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
@@ -14483,7 +14517,7 @@ EOF
else
-echo "$as_me:14486: checking for socket in -lsocket" >&5
+echo "$as_me:14520: checking for socket in -lsocket" >&5
echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14491,7 +14525,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14494 "configure"
+#line 14528 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14510,16 +14544,16 @@ socket ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14513: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14547: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14516: \$? = $ac_status" >&5
+ echo "$as_me:14550: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14519: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14553: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14522: \$? = $ac_status" >&5
+ echo "$as_me:14556: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_socket_socket=yes
else
@@ -14530,7 +14564,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14533: result: $ac_cv_lib_socket_socket" >&5
+echo "$as_me:14567: result: $ac_cv_lib_socket_socket" >&5
echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
if test "$ac_cv_lib_socket_socket" = yes; then
@@ -14547,7 +14581,7 @@ else
ac_cv_func_socket=unknown
unset ac_cv_func_socket 2>/dev/null
-echo "$as_me:14550: checking for socket in -lbsd" >&5
+echo "$as_me:14584: checking for socket in -lbsd" >&5
echo $ECHO_N "checking for socket in -lbsd... $ECHO_C" >&6
if test "${ac_cv_lib_bsd_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14555,7 +14589,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14558 "configure"
+#line 14592 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14574,16 +14608,16 @@ socket ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14577: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14611: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14580: \$? = $ac_status" >&5
+ echo "$as_me:14614: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14583: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14617: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14586: \$? = $ac_status" >&5
+ echo "$as_me:14620: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_bsd_socket=yes
else
@@ -14594,7 +14628,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14597: result: $ac_cv_lib_bsd_socket" >&5
+echo "$as_me:14631: result: $ac_cv_lib_bsd_socket" >&5
echo "${ECHO_T}$ac_cv_lib_bsd_socket" >&6
if test "$ac_cv_lib_bsd_socket" = yes; then
@@ -14623,13 +14657,13 @@ done
for ac_func in gethostbyname
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14626: checking for $ac_func" >&5
+echo "$as_me:14660: 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 14632 "configure"
+#line 14666 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -14660,16 +14694,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14663: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14697: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14666: \$? = $ac_status" >&5
+ echo "$as_me:14700: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14669: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14703: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14672: \$? = $ac_status" >&5
+ echo "$as_me:14706: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -14679,7 +14713,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:14682: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14716: 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
@@ -14688,7 +14722,7 @@ EOF
else
-echo "$as_me:14691: checking for gethostbyname in -lnsl" >&5
+echo "$as_me:14725: 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
@@ -14696,7 +14730,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14699 "configure"
+#line 14733 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14715,16 +14749,16 @@ gethostbyname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14718: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14752: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14721: \$? = $ac_status" >&5
+ echo "$as_me:14755: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14724: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14758: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14727: \$? = $ac_status" >&5
+ echo "$as_me:14761: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_gethostbyname=yes
else
@@ -14735,7 +14769,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14738: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:14772: 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
@@ -14760,13 +14794,13 @@ done
for ac_func in inet_ntoa
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14763: checking for $ac_func" >&5
+echo "$as_me:14797: 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 14769 "configure"
+#line 14803 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -14797,16 +14831,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14800: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14834: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14803: \$? = $ac_status" >&5
+ echo "$as_me:14837: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14806: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14840: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14809: \$? = $ac_status" >&5
+ echo "$as_me:14843: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -14816,7 +14850,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:14819: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14853: 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
@@ -14825,7 +14859,7 @@ EOF
else
-echo "$as_me:14828: checking for inet_ntoa in -lnsl" >&5
+echo "$as_me:14862: checking for inet_ntoa in -lnsl" >&5
echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14833,7 +14867,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14836 "configure"
+#line 14870 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14852,16 +14886,16 @@ inet_ntoa ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14855: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14889: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14858: \$? = $ac_status" >&5
+ echo "$as_me:14892: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14861: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14895: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14864: \$? = $ac_status" >&5
+ echo "$as_me:14898: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_inet_ntoa=yes
else
@@ -14872,7 +14906,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14875: result: $ac_cv_lib_nsl_inet_ntoa" >&5
+echo "$as_me:14909: result: $ac_cv_lib_nsl_inet_ntoa" >&5
echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
if test "$ac_cv_lib_nsl_inet_ntoa" = yes; then
@@ -14897,13 +14931,13 @@ done
for ac_func in gethostbyname
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14900: checking for $ac_func" >&5
+echo "$as_me:14934: 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 14906 "configure"
+#line 14940 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -14934,16 +14968,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14937: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14971: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14940: \$? = $ac_status" >&5
+ echo "$as_me:14974: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14943: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14977: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14946: \$? = $ac_status" >&5
+ echo "$as_me:14980: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -14953,7 +14987,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:14956: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14990: 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
@@ -14962,7 +14996,7 @@ EOF
else
-echo "$as_me:14965: checking for gethostbyname in -lnetwork" >&5
+echo "$as_me:14999: checking for gethostbyname in -lnetwork" >&5
echo $ECHO_N "checking for gethostbyname in -lnetwork... $ECHO_C" >&6
if test "${ac_cv_lib_network_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14970,7 +15004,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnetwork $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14973 "configure"
+#line 15007 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14989,16 +15023,16 @@ gethostbyname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14992: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15026: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14995: \$? = $ac_status" >&5
+ echo "$as_me:15029: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14998: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15032: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15001: \$? = $ac_status" >&5
+ echo "$as_me:15035: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_network_gethostbyname=yes
else
@@ -15009,7 +15043,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15012: result: $ac_cv_lib_network_gethostbyname" >&5
+echo "$as_me:15046: result: $ac_cv_lib_network_gethostbyname" >&5
echo "${ECHO_T}$ac_cv_lib_network_gethostbyname" >&6
if test "$ac_cv_lib_network_gethostbyname" = yes; then
@@ -15034,13 +15068,13 @@ done
for ac_func in strcasecmp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:15037: checking for $ac_func" >&5
+echo "$as_me:15071: 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 15043 "configure"
+#line 15077 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -15071,16 +15105,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15074: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15108: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15077: \$? = $ac_status" >&5
+ echo "$as_me:15111: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15080: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15114: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15083: \$? = $ac_status" >&5
+ echo "$as_me:15117: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -15090,7 +15124,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15093: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:15127: 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
@@ -15099,7 +15133,7 @@ EOF
else
-echo "$as_me:15102: checking for strcasecmp in -lresolv" >&5
+echo "$as_me:15136: checking for strcasecmp in -lresolv" >&5
echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6
if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15107,7 +15141,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lresolv $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15110 "configure"
+#line 15144 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15126,16 +15160,16 @@ strcasecmp ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15129: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15163: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15132: \$? = $ac_status" >&5
+ echo "$as_me:15166: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15135: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15169: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15138: \$? = $ac_status" >&5
+ echo "$as_me:15172: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_resolv_strcasecmp=yes
else
@@ -15146,7 +15180,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15149: result: $ac_cv_lib_resolv_strcasecmp" >&5
+echo "$as_me:15183: result: $ac_cv_lib_resolv_strcasecmp" >&5
echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6
if test "$ac_cv_lib_resolv_strcasecmp" = yes; then
@@ -15203,14 +15237,14 @@ test "$cf_test_netlibs" = no && echo "$cf_cv_netlibs" >&6
fi
-echo "$as_me:15206: checking for inet_aton function" >&5
+echo "$as_me:15240: checking for inet_aton function" >&5
echo $ECHO_N "checking for inet_aton function... $ECHO_C" >&6
if test "${cf_cv_have_inet_aton+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15213 "configure"
+#line 15247 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -15246,16 +15280,16 @@ inet_aton(0, (struct in_addr *)0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15249: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15283: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15252: \$? = $ac_status" >&5
+ echo "$as_me:15286: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15255: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15289: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15258: \$? = $ac_status" >&5
+ echo "$as_me:15292: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_inet_aton=yes
else
@@ -15265,7 +15299,7 @@ cf_cv_have_inet_aton=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15268: result: $cf_cv_have_inet_aton" >&5
+echo "$as_me:15302: result: $cf_cv_have_inet_aton" >&5
echo "${ECHO_T}$cf_cv_have_inet_aton" >&6
if test "$cf_cv_have_inet_aton" = yes ; then
@@ -15274,14 +15308,14 @@ cat >>confdefs.h <<\EOF
EOF
else
- echo "$as_me:15277: checking for inet_addr function" >&5
+ echo "$as_me:15311: checking for inet_addr function" >&5
echo $ECHO_N "checking for inet_addr function... $ECHO_C" >&6
if test "${cf_cv_have_inet_addr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15284 "configure"
+#line 15318 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -15317,16 +15351,16 @@ inet_addr(0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15320: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15354: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15323: \$? = $ac_status" >&5
+ echo "$as_me:15357: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15326: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15360: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15329: \$? = $ac_status" >&5
+ echo "$as_me:15363: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_inet_addr=yes
else
@@ -15336,10 +15370,10 @@ cf_cv_have_inet_addr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15339: result: $cf_cv_have_inet_addr" >&5
+echo "$as_me:15373: result: $cf_cv_have_inet_addr" >&5
echo "${ECHO_T}$cf_cv_have_inet_addr" >&6
if test "$cf_cv_have_inet_addr" = no ; then
- echo "$as_me:15342: checking for library with inet_addr" >&5
+ echo "$as_me:15376: checking for library with inet_addr" >&5
echo $ECHO_N "checking for library with inet_addr... $ECHO_C" >&6
if test "${cf_cv_lib_inet_addr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15350,7 +15384,7 @@ else
do
LIBS="$cf_save_LIBS $cf_inetlib"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15353 "configure"
+#line 15387 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
@@ -15366,16 +15400,16 @@ inet_addr(0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15369: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15403: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15372: \$? = $ac_status" >&5
+ echo "$as_me:15406: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15375: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15409: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15378: \$? = $ac_status" >&5
+ echo "$as_me:15412: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_lib_inet_addr=$cf_inetlib
else
@@ -15389,7 +15423,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
done
fi
-echo "$as_me:15392: result: $cf_cv_lib_inet_addr" >&5
+echo "$as_me:15426: result: $cf_cv_lib_inet_addr" >&5
echo "${ECHO_T}$cf_cv_lib_inet_addr" >&6
if test "$cf_cv_lib_inet_addr" != no ; then
@@ -15410,13 +15444,13 @@ done
LIBS="$cf_add_libs"
else
- { echo "$as_me:15413: WARNING: Unable to find library for inet_addr function" >&5
+ { echo "$as_me:15447: WARNING: Unable to find library for inet_addr function" >&5
echo "$as_me: WARNING: Unable to find library for inet_addr function" >&2;}
fi
fi
fi
-echo "$as_me:15419: checking if you want to use pkg-config" >&5
+echo "$as_me:15453: 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.
@@ -15426,7 +15460,7 @@ if test "${with_pkg_config+set}" = set; then
else
cf_pkg_config=yes
fi;
-echo "$as_me:15429: result: $cf_pkg_config" >&5
+echo "$as_me:15463: result: $cf_pkg_config" >&5
echo "${ECHO_T}$cf_pkg_config" >&6
case "$cf_pkg_config" in
@@ -15438,7 +15472,7 @@ case "$cf_pkg_config" in
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:15441: checking for $ac_word" >&5
+echo "$as_me:15475: 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
@@ -15455,7 +15489,7 @@ for ac_dir in $ac_dummy; do
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:15458: found $ac_dir/$ac_word" >&5
+ echo "$as_me:15492: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -15466,10 +15500,10 @@ fi
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
if test -n "$PKG_CONFIG"; then
- echo "$as_me:15469: result: $PKG_CONFIG" >&5
+ echo "$as_me:15503: result: $PKG_CONFIG" >&5
echo "${ECHO_T}$PKG_CONFIG" >&6
else
- echo "$as_me:15472: result: no" >&5
+ echo "$as_me:15506: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -15478,7 +15512,7 @@ if test -z "$ac_cv_path_PKG_CONFIG"; then
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:15481: checking for $ac_word" >&5
+echo "$as_me:15515: 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
@@ -15495,7 +15529,7 @@ for ac_dir in $ac_dummy; do
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:15498: found $ac_dir/$ac_word" >&5
+ echo "$as_me:15532: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -15507,10 +15541,10 @@ fi
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
if test -n "$ac_pt_PKG_CONFIG"; then
- echo "$as_me:15510: result: $ac_pt_PKG_CONFIG" >&5
+ echo "$as_me:15544: result: $ac_pt_PKG_CONFIG" >&5
echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
else
- echo "$as_me:15513: result: no" >&5
+ echo "$as_me:15547: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -15553,14 +15587,14 @@ case ".$PKG_CONFIG" in
PKG_CONFIG=`echo "$PKG_CONFIG" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:15556: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
+ { { echo "$as_me:15590: 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:15563: WARNING: pkg-config is not installed" >&5
+ { echo "$as_me:15597: WARNING: pkg-config is not installed" >&5
echo "$as_me: WARNING: pkg-config is not installed" >&2;}
fi
@@ -15608,7 +15642,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15611 "configure"
+#line 15645 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -15620,16 +15654,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:15623: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15657: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:15626: \$? = $ac_status" >&5
+ echo "$as_me:15660: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:15629: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15663: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15632: \$? = $ac_status" >&5
+ echo "$as_me:15666: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -15646,7 +15680,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:15649: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:15683: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -15692,7 +15726,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15695 "configure"
+#line 15729 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -15704,16 +15738,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:15707: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15741: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:15710: \$? = $ac_status" >&5
+ echo "$as_me:15744: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:15713: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15747: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15716: \$? = $ac_status" >&5
+ echo "$as_me:15750: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -15730,7 +15764,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:15733: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:15767: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -15748,7 +15782,7 @@ echo "${as_me:-configure}:15733: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:15751: error: cannot find ssl library under $cf_cv_use_libssl" >&5
+{ { echo "$as_me:15785: error: cannot find ssl library under $cf_cv_use_libssl" >&5
echo "$as_me: error: cannot find ssl library under $cf_cv_use_libssl" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -15773,7 +15807,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:15776: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:15810: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -15802,7 +15836,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:15805: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:15839: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -15811,7 +15845,7 @@ echo "${as_me:-configure}:15805: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:15814: error: cannot find ssl library under $cf_cv_use_libssl" >&5
+{ { echo "$as_me:15848: error: cannot find ssl library under $cf_cv_use_libssl" >&5
echo "$as_me: error: cannot find ssl library under $cf_cv_use_libssl" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -15828,15 +15862,15 @@ esac
cf_cv_pkg_ssl=
for cf_try_package in openssl libssl
do
- echo "$as_me:15831: checking pkg-config for $cf_try_package" >&5
+ echo "$as_me:15865: checking pkg-config for $cf_try_package" >&5
echo $ECHO_N "checking pkg-config for $cf_try_package... $ECHO_C" >&6
if "$PKG_CONFIG" --exists $cf_try_package ; then
cf_cv_pkg_ssl=$cf_try_package
- echo "$as_me:15835: result: yes" >&5
+ echo "$as_me:15869: result: yes" >&5
echo "${ECHO_T}yes" >&6
break
else
- echo "$as_me:15839: result: no" >&5
+ echo "$as_me:15873: result: no" >&5
echo "${ECHO_T}no" >&6
fi
done
@@ -15980,7 +16014,7 @@ fi
esac
test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6
-echo "${as_me:-configure}:15983: testing adding $cf_libs_ssl to LIBS ..." 1>&5
+echo "${as_me:-configure}:16017: testing adding $cf_libs_ssl to LIBS ..." 1>&5
cf_add_libs="$LIBS"
# reverse order
@@ -16016,7 +16050,7 @@ LIBS="$cf_add_libs"
(*-ldl)
;;
(*)
- echo "$as_me:16019: checking for dlsym in -ldl" >&5
+ echo "$as_me:16053: checking for dlsym in -ldl" >&5
echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6
if test "${ac_cv_lib_dl_dlsym+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16024,7 +16058,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16027 "configure"
+#line 16061 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -16043,16 +16077,16 @@ dlsym ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16046: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16080: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16049: \$? = $ac_status" >&5
+ echo "$as_me:16083: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16052: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16086: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16055: \$? = $ac_status" >&5
+ echo "$as_me:16089: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dl_dlsym=yes
else
@@ -16063,7 +16097,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:16066: result: $ac_cv_lib_dl_dlsym" >&5
+echo "$as_me:16100: result: $ac_cv_lib_dl_dlsym" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6
if test "$ac_cv_lib_dl_dlsym" = yes; then
cf_extra_ssl_libs="$cf_extra_ssl_libs -ldl"
@@ -16079,12 +16113,12 @@ fi
cf_cv_header_path_ssl=
cf_cv_library_path_ssl=
-echo "${as_me:-configure}:16082: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5
+echo "${as_me:-configure}:16116: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16087 "configure"
+#line 16121 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -16113,16 +16147,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16116: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16150: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16119: \$? = $ac_status" >&5
+ echo "$as_me:16153: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16122: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16156: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16125: \$? = $ac_status" >&5
+ echo "$as_me:16159: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_ssl=yes
@@ -16136,7 +16170,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lssl $cf_extra_ssl_libs $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16139 "configure"
+#line 16173 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -16165,16 +16199,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16168: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16202: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16171: \$? = $ac_status" >&5
+ echo "$as_me:16205: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16174: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16208: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16177: \$? = $ac_status" >&5
+ echo "$as_me:16211: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_ssl=yes
@@ -16191,9 +16225,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for ssl library" 1>&6
-echo "${as_me:-configure}:16194: testing find linkage for ssl library ..." 1>&5
+echo "${as_me:-configure}:16228: testing find linkage for ssl library ..." 1>&5
-echo "${as_me:-configure}:16196: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5
+echo "${as_me:-configure}:16230: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -16284,7 +16318,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_ssl" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_ssl" 1>&6
-echo "${as_me:-configure}:16287: testing ... testing $cf_cv_header_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16321: testing ... testing $cf_cv_header_path_ssl ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -16292,7 +16326,7 @@ echo "${as_me:-configure}:16287: testing ... testing $cf_cv_header_path_ssl ..."
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_ssl"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16295 "configure"
+#line 16329 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -16321,21 +16355,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:16324: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16358: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16327: \$? = $ac_status" >&5
+ echo "$as_me:16361: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:16330: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16364: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16333: \$? = $ac_status" >&5
+ echo "$as_me:16367: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found ssl headers in $cf_cv_header_path_ssl" 1>&6
-echo "${as_me:-configure}:16338: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16372: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5
cf_cv_find_linkage_ssl=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -16353,7 +16387,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_ssl" = maybe ; then
-echo "${as_me:-configure}:16356: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5
+echo "${as_me:-configure}:16390: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -16361,7 +16395,7 @@ echo "${as_me:-configure}:16356: testing Searching for ssl library in FIND_LINKA
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lssl $cf_extra_ssl_libs $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16364 "configure"
+#line 16398 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -16390,21 +16424,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16393: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16427: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16396: \$? = $ac_status" >&5
+ echo "$as_me:16430: \$? = $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:16433: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16402: \$? = $ac_status" >&5
+ echo "$as_me:16436: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found ssl library in system" 1>&6
-echo "${as_me:-configure}:16407: testing ... found ssl library in system ..." 1>&5
+echo "${as_me:-configure}:16441: testing ... found ssl library in system ..." 1>&5
cf_cv_find_linkage_ssl=yes
else
@@ -16485,13 +16519,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_ssl" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_ssl" 1>&6
-echo "${as_me:-configure}:16488: testing ... testing $cf_cv_library_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16522: testing ... testing $cf_cv_library_path_ssl ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lssl $cf_extra_ssl_libs $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_ssl"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16494 "configure"
+#line 16528 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -16520,21 +16554,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16523: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16557: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16526: \$? = $ac_status" >&5
+ echo "$as_me:16560: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16529: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16563: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16532: \$? = $ac_status" >&5
+ echo "$as_me:16566: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found ssl library in $cf_cv_library_path_ssl" 1>&6
-echo "${as_me:-configure}:16537: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16571: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5
cf_cv_find_linkage_ssl=yes
cf_cv_library_file_ssl="-lssl"
@@ -16596,7 +16630,7 @@ if test -n "$cf_cv_library_path_ssl" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:16599: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:16633: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -16655,7 +16689,7 @@ if test -n "$cf_cv_header_path_ssl" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16658 "configure"
+#line 16692 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -16667,16 +16701,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:16670: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16704: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16673: \$? = $ac_status" >&5
+ echo "$as_me:16707: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:16676: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16710: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16679: \$? = $ac_status" >&5
+ echo "$as_me:16713: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -16693,7 +16727,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:16696: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:16730: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -16726,7 +16760,7 @@ EOF
if test -n "$cf_cv_header_path_ssl" ; then
test -n "$verbose" && echo " checking ssl header-path $cf_cv_header_path_ssl" 1>&6
-echo "${as_me:-configure}:16729: testing checking ssl header-path $cf_cv_header_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16763: testing checking ssl header-path $cf_cv_header_path_ssl ..." 1>&5
case "$cf_cv_header_path_ssl" in
(*/openssl)
@@ -16739,10 +16773,10 @@ EOF
esac
fi
-echo "$as_me:16742: checking for X509 support" >&5
+echo "$as_me:16776: checking for X509 support" >&5
echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16745 "configure"
+#line 16779 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -16771,16 +16805,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16774: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16808: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16777: \$? = $ac_status" >&5
+ echo "$as_me:16811: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16780: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16814: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16783: \$? = $ac_status" >&5
+ echo "$as_me:16817: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_x509_support=yes
else
@@ -16789,7 +16823,7 @@ cat "conftest.$ac_ext" >&5
cf_x509_support=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:16792: result: $cf_x509_support" >&5
+echo "$as_me:16826: result: $cf_x509_support" >&5
echo "${ECHO_T}$cf_x509_support" >&6
if test "$cf_x509_support" = yes ; then
@@ -16844,7 +16878,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16847 "configure"
+#line 16881 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -16856,16 +16890,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:16859: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16893: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16862: \$? = $ac_status" >&5
+ echo "$as_me:16896: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:16865: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16899: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16868: \$? = $ac_status" >&5
+ echo "$as_me:16902: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -16882,7 +16916,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:16885: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:16919: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -16928,7 +16962,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16931 "configure"
+#line 16965 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -16940,16 +16974,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:16943: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16977: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16946: \$? = $ac_status" >&5
+ echo "$as_me:16980: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:16949: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16983: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16952: \$? = $ac_status" >&5
+ echo "$as_me:16986: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -16966,7 +17000,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:16969: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:17003: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -16984,7 +17018,7 @@ echo "${as_me:-configure}:16969: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:16987: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:17021: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -17009,7 +17043,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:17012: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:17046: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -17038,7 +17072,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:17041: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:17075: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -17047,7 +17081,7 @@ echo "${as_me:-configure}:17041: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:17050: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:17084: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -17065,12 +17099,12 @@ esac
(yes) # if no explicit directory given, try pkg-config
test -n "$verbose" && echo " checking pkg-config for $cf_pkg_gnutls" 1>&6
-echo "${as_me:-configure}:17068: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5
+echo "${as_me:-configure}:17102: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5
if "$PKG_CONFIG" --exists $cf_pkg_gnutls ; then
test -n "$verbose" && echo " ... found $cf_pkg_gnutls in pkg-config" 1>&6
-echo "${as_me:-configure}:17073: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:17107: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_cv_have_gnutls=yes
cf_cv_pkg_config_ssl=yes
@@ -17202,7 +17236,7 @@ fi
esac
test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6
-echo "${as_me:-configure}:17205: testing adding $cf_libs_ssl to LIBS ..." 1>&5
+echo "${as_me:-configure}:17239: testing adding $cf_libs_ssl to LIBS ..." 1>&5
cf_add_libs="$LIBS"
# reverse order
@@ -17224,7 +17258,7 @@ LIBS="$cf_add_libs"
else
test -n "$verbose" && echo " ... did not find $cf_pkg_gnutls in pkg-config" 1>&6
-echo "${as_me:-configure}:17227: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:17261: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_pkg_gnutls=none
fi
@@ -17244,12 +17278,12 @@ EOF
cf_cv_header_path_gnutls=
cf_cv_library_path_gnutls=
-echo "${as_me:-configure}:17247: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:17281: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17252 "configure"
+#line 17286 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17278,16 +17312,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17281: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17315: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17284: \$? = $ac_status" >&5
+ echo "$as_me:17318: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17287: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17321: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17290: \$? = $ac_status" >&5
+ echo "$as_me:17324: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -17301,7 +17335,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lgnutls $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17304 "configure"
+#line 17338 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17330,16 +17364,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17333: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17367: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17336: \$? = $ac_status" >&5
+ echo "$as_me:17370: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17339: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17373: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17342: \$? = $ac_status" >&5
+ echo "$as_me:17376: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -17356,9 +17390,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for gnutls library" 1>&6
-echo "${as_me:-configure}:17359: testing find linkage for gnutls library ..." 1>&5
+echo "${as_me:-configure}:17393: testing find linkage for gnutls library ..." 1>&5
-echo "${as_me:-configure}:17361: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:17395: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -17449,7 +17483,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_gnutls" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_gnutls" 1>&6
-echo "${as_me:-configure}:17452: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17486: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -17457,7 +17491,7 @@ echo "${as_me:-configure}:17452: testing ... testing $cf_cv_header_path_gnutls .
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_gnutls"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17460 "configure"
+#line 17494 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17486,21 +17520,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:17489: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17523: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17492: \$? = $ac_status" >&5
+ echo "$as_me:17526: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:17495: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17529: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17498: \$? = $ac_status" >&5
+ echo "$as_me:17532: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found gnutls headers in $cf_cv_header_path_gnutls" 1>&6
-echo "${as_me:-configure}:17503: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17537: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -17518,7 +17552,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_gnutls" = maybe ; then
-echo "${as_me:-configure}:17521: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:17555: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -17593,13 +17627,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_gnutls" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_gnutls" 1>&6
-echo "${as_me:-configure}:17596: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17630: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lgnutls $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17602 "configure"
+#line 17636 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17628,21 +17662,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17631: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17665: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17634: \$? = $ac_status" >&5
+ echo "$as_me:17668: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17637: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17671: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17640: \$? = $ac_status" >&5
+ echo "$as_me:17674: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found gnutls library in $cf_cv_library_path_gnutls" 1>&6
-echo "${as_me:-configure}:17645: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17679: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=yes
cf_cv_library_file_gnutls="-lgnutls"
@@ -17722,7 +17756,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17725 "configure"
+#line 17759 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -17734,16 +17768,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:17737: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17771: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17740: \$? = $ac_status" >&5
+ echo "$as_me:17774: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:17743: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17777: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17746: \$? = $ac_status" >&5
+ echo "$as_me:17780: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -17760,7 +17794,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:17763: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:17797: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -17801,7 +17835,7 @@ if test -n "$cf_cv_library_path_gnutls" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:17804: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:17838: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -17830,13 +17864,13 @@ LIBS="$cf_add_libs"
for ac_func in gnutls_protocol_set_priority
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:17833: checking for $ac_func" >&5
+echo "$as_me:17867: 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 17839 "configure"
+#line 17873 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -17867,16 +17901,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17870: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17904: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17873: \$? = $ac_status" >&5
+ echo "$as_me:17907: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17876: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17910: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17879: \$? = $ac_status" >&5
+ echo "$as_me:17913: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -17886,7 +17920,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:17889: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:17923: 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
@@ -17896,13 +17930,13 @@ EOF
fi
done
- echo "$as_me:17899: checking for gnutls_rnd" >&5
+ echo "$as_me:17933: checking for gnutls_rnd" >&5
echo $ECHO_N "checking for gnutls_rnd... $ECHO_C" >&6
if test "${ac_cv_func_gnutls_rnd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17905 "configure"
+#line 17939 "configure"
#include "confdefs.h"
#define gnutls_rnd autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -17933,16 +17967,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17936: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17970: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17939: \$? = $ac_status" >&5
+ echo "$as_me:17973: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17942: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17976: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17945: \$? = $ac_status" >&5
+ echo "$as_me:17979: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_gnutls_rnd=yes
else
@@ -17952,7 +17986,7 @@ ac_cv_func_gnutls_rnd=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:17955: result: $ac_cv_func_gnutls_rnd" >&5
+echo "$as_me:17989: result: $ac_cv_func_gnutls_rnd" >&5
echo "${ECHO_T}$ac_cv_func_gnutls_rnd" >&6
if test "$ac_cv_func_gnutls_rnd" = yes; then
@@ -17982,10 +18016,10 @@ fi
EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o"
-echo "$as_me:17985: checking for X509 support" >&5
+echo "$as_me:18019: checking for X509 support" >&5
echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17988 "configure"
+#line 18022 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18014,16 +18048,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18017: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18051: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18020: \$? = $ac_status" >&5
+ echo "$as_me:18054: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18023: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18057: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18026: \$? = $ac_status" >&5
+ echo "$as_me:18060: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_x509_support=yes
else
@@ -18032,7 +18066,7 @@ cat "conftest.$ac_ext" >&5
cf_x509_support=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:18035: result: $cf_x509_support" >&5
+echo "$as_me:18069: result: $cf_x509_support" >&5
echo "${ECHO_T}$cf_x509_support" >&6
if test "$cf_x509_support" = yes ; then
@@ -18086,7 +18120,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18089 "configure"
+#line 18123 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -18098,16 +18132,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:18101: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18135: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18104: \$? = $ac_status" >&5
+ echo "$as_me:18138: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:18107: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18141: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18110: \$? = $ac_status" >&5
+ echo "$as_me:18144: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -18124,7 +18158,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:18127: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18161: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18170,7 +18204,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18173 "configure"
+#line 18207 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -18182,16 +18216,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:18185: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18219: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18188: \$? = $ac_status" >&5
+ echo "$as_me:18222: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:18191: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18225: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18194: \$? = $ac_status" >&5
+ echo "$as_me:18228: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -18208,7 +18242,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:18211: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18245: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18226,7 +18260,7 @@ echo "${as_me:-configure}:18211: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:18229: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:18263: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18251,7 +18285,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:18254: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18288: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -18280,7 +18314,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:18283: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18317: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -18289,7 +18323,7 @@ echo "${as_me:-configure}:18283: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:18292: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:18326: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18307,12 +18341,12 @@ esac
(yes) # if no explicit directory given, try pkg-config
test -n "$verbose" && echo " checking pkg-config for $cf_pkg_gnutls" 1>&6
-echo "${as_me:-configure}:18310: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5
+echo "${as_me:-configure}:18344: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5
if "$PKG_CONFIG" --exists $cf_pkg_gnutls ; then
test -n "$verbose" && echo " ... found $cf_pkg_gnutls in pkg-config" 1>&6
-echo "${as_me:-configure}:18315: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:18349: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_cv_have_gnutls=yes
cf_cv_pkg_config_ssl=yes
@@ -18444,7 +18478,7 @@ fi
esac
test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6
-echo "${as_me:-configure}:18447: testing adding $cf_libs_ssl to LIBS ..." 1>&5
+echo "${as_me:-configure}:18481: testing adding $cf_libs_ssl to LIBS ..." 1>&5
cf_add_libs="$LIBS"
# reverse order
@@ -18466,7 +18500,7 @@ LIBS="$cf_add_libs"
else
test -n "$verbose" && echo " ... did not find $cf_pkg_gnutls in pkg-config" 1>&6
-echo "${as_me:-configure}:18469: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:18503: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_pkg_gnutls=none
fi
@@ -18486,12 +18520,12 @@ EOF
cf_cv_header_path_gnutls=
cf_cv_library_path_gnutls=
-echo "${as_me:-configure}:18489: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:18523: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18494 "configure"
+#line 18528 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18520,16 +18554,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18523: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18557: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18526: \$? = $ac_status" >&5
+ echo "$as_me:18560: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18529: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18563: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18532: \$? = $ac_status" >&5
+ echo "$as_me:18566: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -18543,7 +18577,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lgnutls -lgnutls-openssl $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18546 "configure"
+#line 18580 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18572,16 +18606,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18575: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18609: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18578: \$? = $ac_status" >&5
+ echo "$as_me:18612: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18581: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18615: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18584: \$? = $ac_status" >&5
+ echo "$as_me:18618: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -18598,9 +18632,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for gnutls library" 1>&6
-echo "${as_me:-configure}:18601: testing find linkage for gnutls library ..." 1>&5
+echo "${as_me:-configure}:18635: testing find linkage for gnutls library ..." 1>&5
-echo "${as_me:-configure}:18603: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:18637: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -18691,7 +18725,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_gnutls" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_gnutls" 1>&6
-echo "${as_me:-configure}:18694: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:18728: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -18699,7 +18733,7 @@ echo "${as_me:-configure}:18694: testing ... testing $cf_cv_header_path_gnutls .
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_gnutls"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18702 "configure"
+#line 18736 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18728,21 +18762,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:18731: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18765: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18734: \$? = $ac_status" >&5
+ echo "$as_me:18768: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:18737: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18771: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18740: \$? = $ac_status" >&5
+ echo "$as_me:18774: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found gnutls headers in $cf_cv_header_path_gnutls" 1>&6
-echo "${as_me:-configure}:18745: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:18779: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -18760,7 +18794,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_gnutls" = maybe ; then
-echo "${as_me:-configure}:18763: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:18797: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -18835,13 +18869,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_gnutls" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_gnutls" 1>&6
-echo "${as_me:-configure}:18838: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:18872: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lgnutls -lgnutls-openssl $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18844 "configure"
+#line 18878 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18870,21 +18904,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18873: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18907: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18876: \$? = $ac_status" >&5
+ echo "$as_me:18910: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18879: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18913: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18882: \$? = $ac_status" >&5
+ echo "$as_me:18916: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found gnutls library in $cf_cv_library_path_gnutls" 1>&6
-echo "${as_me:-configure}:18887: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:18921: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=yes
cf_cv_library_file_gnutls="-lgnutls"
@@ -18964,7 +18998,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18967 "configure"
+#line 19001 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -18976,16 +19010,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:18979: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19013: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18982: \$? = $ac_status" >&5
+ echo "$as_me:19016: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:18985: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19019: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18988: \$? = $ac_status" >&5
+ echo "$as_me:19022: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -19002,7 +19036,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:19005: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:19039: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -19043,7 +19077,7 @@ if test -n "$cf_cv_library_path_gnutls" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:19046: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:19080: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -19072,13 +19106,13 @@ LIBS="$cf_add_libs"
for ac_func in gnutls_protocol_set_priority
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:19075: checking for $ac_func" >&5
+echo "$as_me:19109: 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 19081 "configure"
+#line 19115 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -19109,16 +19143,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19112: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19146: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19115: \$? = $ac_status" >&5
+ echo "$as_me:19149: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19118: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19152: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19121: \$? = $ac_status" >&5
+ echo "$as_me:19155: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -19128,7 +19162,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:19131: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:19165: 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
@@ -19138,13 +19172,13 @@ EOF
fi
done
- echo "$as_me:19141: checking for gnutls_rnd" >&5
+ echo "$as_me:19175: checking for gnutls_rnd" >&5
echo $ECHO_N "checking for gnutls_rnd... $ECHO_C" >&6
if test "${ac_cv_func_gnutls_rnd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19147 "configure"
+#line 19181 "configure"
#include "confdefs.h"
#define gnutls_rnd autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -19175,16 +19209,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19178: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19212: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19181: \$? = $ac_status" >&5
+ echo "$as_me:19215: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19184: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19218: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19187: \$? = $ac_status" >&5
+ echo "$as_me:19221: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_gnutls_rnd=yes
else
@@ -19194,7 +19228,7 @@ ac_cv_func_gnutls_rnd=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:19197: result: $ac_cv_func_gnutls_rnd" >&5
+echo "$as_me:19231: result: $ac_cv_func_gnutls_rnd" >&5
echo "${ECHO_T}$ac_cv_func_gnutls_rnd" >&6
if test "$ac_cv_func_gnutls_rnd" = yes; then
@@ -19223,7 +19257,7 @@ LIBS="$cf_add_libs"
fi
if test "$cf_pkg_gnutls" = none ; then
- echo "$as_me:19226: checking for SSL_connect in -lgnutls-openssl" >&5
+ echo "$as_me:19260: checking for SSL_connect in -lgnutls-openssl" >&5
echo $ECHO_N "checking for SSL_connect in -lgnutls-openssl... $ECHO_C" >&6
if test "${ac_cv_lib_gnutls_openssl_SSL_connect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19231,7 +19265,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgnutls-openssl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19234 "configure"
+#line 19268 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -19250,16 +19284,16 @@ SSL_connect ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19253: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19287: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19256: \$? = $ac_status" >&5
+ echo "$as_me:19290: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19259: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19293: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19262: \$? = $ac_status" >&5
+ echo "$as_me:19296: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gnutls_openssl_SSL_connect=yes
else
@@ -19270,7 +19304,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:19273: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5
+echo "$as_me:19307: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5
echo "${ECHO_T}$ac_cv_lib_gnutls_openssl_SSL_connect" >&6
if test "$ac_cv_lib_gnutls_openssl_SSL_connect" = yes; then
@@ -19291,7 +19325,7 @@ done
LIBS="$cf_add_libs"
else
- echo "$as_me:19294: checking for SSL_connect in -lgnutls-extra" >&5
+ echo "$as_me:19328: checking for SSL_connect in -lgnutls-extra" >&5
echo $ECHO_N "checking for SSL_connect in -lgnutls-extra... $ECHO_C" >&6
if test "${ac_cv_lib_gnutls_extra_SSL_connect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19299,7 +19333,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgnutls-extra $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19302 "configure"
+#line 19336 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -19318,16 +19352,16 @@ SSL_connect ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19321: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19355: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19324: \$? = $ac_status" >&5
+ echo "$as_me:19358: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19327: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19361: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19330: \$? = $ac_status" >&5
+ echo "$as_me:19364: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gnutls_extra_SSL_connect=yes
else
@@ -19338,7 +19372,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:19341: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5
+echo "$as_me:19375: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5
echo "${ECHO_T}$ac_cv_lib_gnutls_extra_SSL_connect" >&6
if test "$ac_cv_lib_gnutls_extra_SSL_connect" = yes; then
@@ -19359,7 +19393,7 @@ done
LIBS="$cf_add_libs"
else
- { { echo "$as_me:19362: error: cannot find gnutls openssl functions" >&5
+ { { echo "$as_me:19396: error: cannot find gnutls openssl functions" >&5
echo "$as_me: error: cannot find gnutls openssl functions" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19368,10 +19402,10 @@ fi
fi
-echo "$as_me:19371: checking for X509 support" >&5
+echo "$as_me:19405: checking for X509 support" >&5
echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19374 "configure"
+#line 19408 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19400,16 +19434,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19403: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19437: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19406: \$? = $ac_status" >&5
+ echo "$as_me:19440: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19409: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19443: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19412: \$? = $ac_status" >&5
+ echo "$as_me:19446: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_x509_support=yes
else
@@ -19418,7 +19452,7 @@ cat "conftest.$ac_ext" >&5
cf_x509_support=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:19421: result: $cf_x509_support" >&5
+echo "$as_me:19455: result: $cf_x509_support" >&5
echo "${ECHO_T}$cf_x509_support" >&6
if test "$cf_x509_support" = yes ; then
@@ -19450,7 +19484,7 @@ case "$cf_cv_use_libnss_compat" in
;;
(yes)
-echo "$as_me:19453: checking for SSL_get_version in -lnss_compat_ossl" >&5
+echo "$as_me:19487: checking for SSL_get_version in -lnss_compat_ossl" >&5
echo $ECHO_N "checking for SSL_get_version in -lnss_compat_ossl... $ECHO_C" >&6
if test "${ac_cv_lib_nss_compat_ossl_SSL_get_version+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19458,7 +19492,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnss_compat_ossl -lnss_compat_ossl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19461 "configure"
+#line 19495 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -19477,16 +19511,16 @@ SSL_get_version ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19480: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19514: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19483: \$? = $ac_status" >&5
+ echo "$as_me:19517: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19486: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19520: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19489: \$? = $ac_status" >&5
+ echo "$as_me:19523: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nss_compat_ossl_SSL_get_version=yes
else
@@ -19497,7 +19531,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:19500: result: $ac_cv_lib_nss_compat_ossl_SSL_get_version" >&5
+echo "$as_me:19534: result: $ac_cv_lib_nss_compat_ossl_SSL_get_version" >&5
echo "${ECHO_T}$ac_cv_lib_nss_compat_ossl_SSL_get_version" >&6
if test "$ac_cv_lib_nss_compat_ossl_SSL_get_version" = yes; then
cat >>confdefs.h <<EOF
@@ -19512,11 +19546,11 @@ else
if test -d "$cf_ssl_root" ; then
test -n "$verbose" && echo " assume it is in $cf_ssl_root" 1>&6
-echo "${as_me:-configure}:19515: testing assume it is in $cf_ssl_root ..." 1>&5
+echo "${as_me:-configure}:19549: testing assume it is in $cf_ssl_root ..." 1>&5
cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library"
else
- { { echo "$as_me:19519: error: cannot find NSS compliant libraries" >&5
+ { { echo "$as_me:19553: error: cannot find NSS compliant libraries" >&5
echo "$as_me: error: cannot find NSS compliant libraries" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19531,13 +19565,13 @@ fi
elif test -d "$cf_cv_use_libnss_compat/../include" ; then
cf_ssl_root=$cf_cv_use_libnss_compat/..
else
- { { echo "$as_me:19534: error: cannot find NSS compliant library under $cf_cv_use_libnss_compat" >&5
+ { { echo "$as_me:19568: error: cannot find NSS compliant library under $cf_cv_use_libnss_compat" >&5
echo "$as_me: error: cannot find NSS compliant library under $cf_cv_use_libnss_compat" >&2;}
{ (exit 1); exit 1; }; }
fi
cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library"
else
- { echo "$as_me:19540: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5
+ { echo "$as_me:19574: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5
echo "$as_me: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&2;}
fi
;;
@@ -19666,10 +19700,10 @@ if test -n "$cf_new_extra_cppflags" ; then
fi
if test "$cf_ssl_subincs" = yes ; then
-echo "$as_me:19669: checking for NSS compliant include directory" >&5
+echo "$as_me:19703: checking for NSS compliant include directory" >&5
echo $ECHO_N "checking for NSS compliant include directory... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19672 "configure"
+#line 19706 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19683,16 +19717,16 @@ SSL_shutdown((SSL *)0)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:19686: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19720: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19689: \$? = $ac_status" >&5
+ echo "$as_me:19723: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:19692: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19726: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19695: \$? = $ac_status" >&5
+ echo "$as_me:19729: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_ssl_incl=yes
else
@@ -19701,7 +19735,7 @@ cat "conftest.$ac_ext" >&5
cf_ssl_incl=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-echo "$as_me:19704: result: $cf_ssl_incl" >&5
+echo "$as_me:19738: result: $cf_ssl_incl" >&5
echo "${ECHO_T}$cf_ssl_incl" >&6
test "$cf_ssl_incl" = yes &&
cat >>confdefs.h <<\EOF
@@ -19710,10 +19744,10 @@ EOF
fi
-echo "$as_me:19713: checking if we can link to NSS compliant library" >&5
+echo "$as_me:19747: checking if we can link to NSS compliant library" >&5
echo $ECHO_N "checking if we can link to NSS compliant library... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19716 "configure"
+#line 19750 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19732,16 +19766,16 @@ SSL_shutdown((SSL *)0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19735: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19769: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19738: \$? = $ac_status" >&5
+ echo "$as_me:19772: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19741: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19775: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19744: \$? = $ac_status" >&5
+ echo "$as_me:19778: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_ssl_library=yes
else
@@ -19750,7 +19784,7 @@ cat "conftest.$ac_ext" >&5
cf_ssl_library=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:19753: result: $cf_ssl_library" >&5
+echo "$as_me:19787: result: $cf_ssl_library" >&5
echo "${ECHO_T}$cf_ssl_library" >&6
if test "$cf_ssl_library" = yes ; then
@@ -19763,7 +19797,7 @@ cat >>confdefs.h <<\EOF
EOF
else
- { { echo "$as_me:19766: error: Cannot link with NSS compliant libraries" >&5
+ { { echo "$as_me:19800: error: Cannot link with NSS compliant libraries" >&5
echo "$as_me: error: Cannot link with NSS compliant libraries" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19771,7 +19805,7 @@ fi
fi
### check for ipv6 support
-echo "$as_me:19774: checking whether to enable ipv6" >&5
+echo "$as_me:19808: checking whether to enable ipv6" >&5
echo $ECHO_N "checking whether to enable ipv6... $ECHO_C" >&6
# Check whether --enable-ipv6 or --disable-ipv6 was given.
@@ -19788,11 +19822,11 @@ EOF
else
enableval=no
fi;
-echo "$as_me:19791: result: $enableval" >&5
+echo "$as_me:19825: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
if test "$enableval" = "yes"; then
-echo "$as_me:19795: checking ipv6 stack type" >&5
+echo "$as_me:19829: checking ipv6 stack type" >&5
echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6
if test "${cf_cv_ipv6type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19813,7 +19847,7 @@ do
;;
(inria)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19816 "configure"
+#line 19850 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -19830,7 +19864,7 @@ rm -rf conftest*
;;
(kame)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19833 "configure"
+#line 19867 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -19847,7 +19881,7 @@ rm -rf conftest*
;;
(linux-glibc)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19850 "configure"
+#line 19884 "configure"
#include "confdefs.h"
#include <features.h>
@@ -19873,7 +19907,7 @@ rm -rf conftest*
;;
(toshiba)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19876 "configure"
+#line 19910 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -19890,7 +19924,7 @@ rm -rf conftest*
;;
(v6d)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19893 "configure"
+#line 19927 "configure"
#include "confdefs.h"
#include </usr/local/v6/include/sys/v6config.h>
@@ -19907,7 +19941,7 @@ rm -rf conftest*
;;
(zeta)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19910 "configure"
+#line 19944 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -19929,13 +19963,13 @@ rm -rf conftest*
done
fi
-echo "$as_me:19932: result: $cf_cv_ipv6type" >&5
+echo "$as_me:19966: result: $cf_cv_ipv6type" >&5
echo "${ECHO_T}$cf_cv_ipv6type" >&6
cf_ipv6lib=none
cf_ipv6dir=none
-echo "$as_me:19938: checking for IPv6 library if required" >&5
+echo "$as_me:19972: checking for IPv6 library if required" >&5
echo $ECHO_N "checking for IPv6 library if required... $ECHO_C" >&6
case "$cf_cv_ipv6type" in
(solaris)
@@ -19965,13 +19999,13 @@ case "$cf_cv_ipv6type" in
cf_ipv6dir=v6
;;
esac
-echo "$as_me:19968: result: $cf_ipv6lib" >&5
+echo "$as_me:20002: result: $cf_ipv6lib" >&5
echo "${ECHO_T}$cf_ipv6lib" >&6
if test "$cf_ipv6lib" != "none"; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19974 "configure"
+#line 20008 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -19987,16 +20021,16 @@ getaddrinfo(0, 0, 0, 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19990: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20024: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19993: \$? = $ac_status" >&5
+ echo "$as_me:20027: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19996: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20030: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19999: \$? = $ac_status" >&5
+ echo "$as_me:20033: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -20117,7 +20151,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20120 "configure"
+#line 20154 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -20129,16 +20163,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:20132: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20166: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20135: \$? = $ac_status" >&5
+ echo "$as_me:20169: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:20138: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20172: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20141: \$? = $ac_status" >&5
+ echo "$as_me:20175: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -20155,7 +20189,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:20158: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:20192: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -20183,13 +20217,13 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
eval 'cf_cv_have_lib_'"$cf_ipv6lib"'=no'
cf_libdir=""
- echo "$as_me:20186: checking for getaddrinfo" >&5
+ echo "$as_me:20220: checking for getaddrinfo" >&5
echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6
if test "${ac_cv_func_getaddrinfo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20192 "configure"
+#line 20226 "configure"
#include "confdefs.h"
#define getaddrinfo autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -20220,16 +20254,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20223: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20257: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20226: \$? = $ac_status" >&5
+ echo "$as_me:20260: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20229: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20263: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20232: \$? = $ac_status" >&5
+ echo "$as_me:20266: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_getaddrinfo=yes
else
@@ -20239,18 +20273,18 @@ ac_cv_func_getaddrinfo=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:20242: result: $ac_cv_func_getaddrinfo" >&5
+echo "$as_me:20276: result: $ac_cv_func_getaddrinfo" >&5
echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6
if test "$ac_cv_func_getaddrinfo" = yes; then
eval 'cf_cv_have_lib_'"$cf_ipv6lib"'=yes'
else
cf_save_LIBS="$LIBS"
- echo "$as_me:20249: checking for getaddrinfo in -l$cf_ipv6lib" >&5
+ echo "$as_me:20283: checking for getaddrinfo in -l$cf_ipv6lib" >&5
echo $ECHO_N "checking for getaddrinfo in -l$cf_ipv6lib... $ECHO_C" >&6
LIBS="-l$cf_ipv6lib $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20253 "configure"
+#line 20287 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -20266,25 +20300,25 @@ getaddrinfo(0, 0, 0, 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20269: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20303: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20272: \$? = $ac_status" >&5
+ echo "$as_me:20306: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20275: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20309: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20278: \$? = $ac_status" >&5
+ echo "$as_me:20312: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:20280: result: yes" >&5
+ echo "$as_me:20314: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"$cf_ipv6lib"'=yes'
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:20287: result: no" >&5
+echo "$as_me:20321: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -20352,11 +20386,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:20355: checking for -l$cf_ipv6lib in $cf_libdir" >&5
+ echo "$as_me:20389: checking for -l$cf_ipv6lib in $cf_libdir" >&5
echo $ECHO_N "checking for -l$cf_ipv6lib in $cf_libdir... $ECHO_C" >&6
LIBS="-L$cf_libdir -l$cf_ipv6lib $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20359 "configure"
+#line 20393 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -20372,25 +20406,25 @@ getaddrinfo(0, 0, 0, 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20375: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20409: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20378: \$? = $ac_status" >&5
+ echo "$as_me:20412: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20381: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20415: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20384: \$? = $ac_status" >&5
+ echo "$as_me:20418: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:20386: result: yes" >&5
+ echo "$as_me:20420: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"$cf_ipv6lib"'=yes'
break
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:20393: result: no" >&5
+echo "$as_me:20427: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -20405,7 +20439,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"$cf_ipv6lib"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:20408: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a
+ { { echo "$as_me:20442: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a
from an appropriate IPv6 kit and compile beforehand." >&5
echo "$as_me: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a
from an appropriate IPv6 kit and compile beforehand." >&2;}
@@ -20413,7 +20447,7 @@ from an appropriate IPv6 kit and compile beforehand." >&2;}
fi
fi
-echo "$as_me:20416: checking working getaddrinfo" >&5
+echo "$as_me:20450: checking working getaddrinfo" >&5
echo $ECHO_N "checking working getaddrinfo... $ECHO_C" >&6
if test "${cf_cv_getaddrinfo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20423,7 +20457,7 @@ if test "$cross_compiling" = yes; then
cf_cv_getaddrinfo=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20426 "configure"
+#line 20460 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -20503,15 +20537,15 @@ int main(void)
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:20506: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20540: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20509: \$? = $ac_status" >&5
+ echo "$as_me:20543: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:20511: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20545: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20514: \$? = $ac_status" >&5
+ echo "$as_me:20548: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_getaddrinfo=yes
else
@@ -20524,7 +20558,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
fi
-echo "$as_me:20527: result: $cf_cv_getaddrinfo" >&5
+echo "$as_me:20561: result: $cf_cv_getaddrinfo" >&5
echo "${ECHO_T}$cf_cv_getaddrinfo" >&6
if test "$cf_cv_getaddrinfo" = yes ; then
@@ -20540,12 +20574,12 @@ fi
if test "$cf_cv_getaddrinfo" != "yes"; then
if test "$cf_cv_ipv6type" != "linux"; then
- { echo "$as_me:20543: WARNING: You must get working getaddrinfo() function,
+ { echo "$as_me:20577: WARNING: You must get working getaddrinfo() function,
or you can specify \"--disable-ipv6\"" >&5
echo "$as_me: WARNING: You must get working getaddrinfo() function,
or you can specify \"--disable-ipv6\"" >&2;}
else
- { echo "$as_me:20548: WARNING: The getaddrinfo() implementation on your system seems be buggy.
+ { echo "$as_me:20582: WARNING: The getaddrinfo() implementation on your system seems be buggy.
You should upgrade your system library to the newest version
of GNU C library (aka glibc)." >&5
echo "$as_me: WARNING: The getaddrinfo() implementation on your system seems be buggy.
@@ -20556,7 +20590,7 @@ fi
fi
-echo "$as_me:20559: checking for screen type" >&5
+echo "$as_me:20593: checking for screen type" >&5
echo $ECHO_N "checking for screen type... $ECHO_C" >&6
if test "${cf_cv_screen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20570,7 +20604,7 @@ case "$withval" in
(curses|ncurses*|pdcurses|slang)
cf_cv_screen=$withval
;;
-(*) { { echo "$as_me:20573: error: Unexpected value $withval" >&5
+(*) { { echo "$as_me:20607: error: Unexpected value $withval" >&5
echo "$as_me: error: Unexpected value $withval" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -20579,13 +20613,13 @@ else
cf_cv_screen=curses
fi;
fi
-echo "$as_me:20582: result: $cf_cv_screen" >&5
+echo "$as_me:20616: result: $cf_cv_screen" >&5
echo "${ECHO_T}$cf_cv_screen" >&6
case "$cf_cv_screen" in
(curses|ncurses*)
-echo "$as_me:20588: checking for specific curses-directory" >&5
+echo "$as_me:20622: 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.
@@ -20595,7 +20629,7 @@ if test "${with_curses_dir+set}" = set; then
else
cf_cv_curses_dir=no
fi;
-echo "$as_me:20598: result: $cf_cv_curses_dir" >&5
+echo "$as_me:20632: 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"
@@ -20626,7 +20660,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:20629: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:20663: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -20662,7 +20696,7 @@ if test -n "$cf_cv_curses_dir/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20665 "configure"
+#line 20699 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -20674,16 +20708,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:20677: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20711: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20680: \$? = $ac_status" >&5
+ echo "$as_me:20714: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:20683: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20717: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20686: \$? = $ac_status" >&5
+ echo "$as_me:20720: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -20700,7 +20734,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:20703: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:20737: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -20736,7 +20770,7 @@ if test -n "$cf_cv_curses_dir/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:20739: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:20773: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -20755,7 +20789,7 @@ dft_color_style=yes
case "$cf_cv_screen" in
(curses)
-echo "$as_me:20758: checking for extra include directories" >&5
+echo "$as_me:20792: 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
@@ -20781,7 +20815,7 @@ case "$host_os" in
esac
fi
-echo "$as_me:20784: result: $cf_cv_curses_incdir" >&5
+echo "$as_me:20818: result: $cf_cv_curses_incdir" >&5
echo "${ECHO_T}$cf_cv_curses_incdir" >&6
if test "$cf_cv_curses_incdir" != no
then
@@ -20791,7 +20825,7 @@ then
fi
-echo "$as_me:20794: checking if we have identified curses headers" >&5
+echo "$as_me:20828: 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
@@ -20803,7 +20837,7 @@ for cf_header in \
curses.h ncurses/ncurses.h ncurses/curses.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20806 "configure"
+#line 20840 "configure"
#include "confdefs.h"
#include <${cf_header}>
int
@@ -20815,16 +20849,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:20818: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20852: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20821: \$? = $ac_status" >&5
+ echo "$as_me:20855: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:20824: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20858: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20827: \$? = $ac_status" >&5
+ echo "$as_me:20861: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_header=$cf_header; break
else
@@ -20835,11 +20869,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:20838: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:20872: 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:20842: error: No curses header-files found" >&5
+ { { echo "$as_me:20876: error: No curses header-files found" >&5
echo "$as_me: error: No curses header-files found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -20849,23 +20883,23 @@ fi
for ac_header in $cf_cv_ncurses_header
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:20852: checking for $ac_header" >&5
+echo "$as_me:20886: 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 20858 "configure"
+#line 20892 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:20862: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:20896: \"$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:20868: \$? = $ac_status" >&5
+ echo "$as_me:20902: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -20884,7 +20918,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:20887: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:20921: 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
@@ -20894,7 +20928,7 @@ EOF
fi
done
-echo "$as_me:20897: checking for terminfo header" >&5
+echo "$as_me:20931: 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
@@ -20912,7 +20946,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20915 "configure"
+#line 20949 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -20927,16 +20961,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:20930: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20964: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20933: \$? = $ac_status" >&5
+ echo "$as_me:20967: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:20936: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20970: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20939: \$? = $ac_status" >&5
+ echo "$as_me:20973: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -20952,7 +20986,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:20955: result: $cf_cv_term_header" >&5
+echo "$as_me:20989: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -20984,7 +21018,7 @@ EOF
;;
esac
-echo "$as_me:20987: checking for ncurses version" >&5
+echo "$as_me:21021: 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
@@ -21010,10 +21044,10 @@ Autoconf "old"
#endif
EOF
cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
- { (eval echo "$as_me:21013: \"$cf_try\"") >&5
+ { (eval echo "$as_me:21047: \"$cf_try\"") >&5
(eval $cf_try) 2>&5
ac_status=$?
- echo "$as_me:21016: \$? = $ac_status" >&5
+ echo "$as_me:21050: \$? = $ac_status" >&5
(exit "$ac_status"); }
if test -f conftest.out ; then
cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out`
@@ -21023,7 +21057,7 @@ EOF
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21026 "configure"
+#line 21060 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -21050,15 +21084,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:21053: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21087: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21056: \$? = $ac_status" >&5
+ echo "$as_me:21090: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:21058: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21092: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21061: \$? = $ac_status" >&5
+ echo "$as_me:21095: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -21072,17 +21106,17 @@ fi
rm -f "$cf_tempfile"
fi
-echo "$as_me:21075: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:21109: 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:21082: checking if we have identified curses libraries" >&5
+echo "$as_me:21116: 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 21085 "configure"
+#line 21119 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -21094,16 +21128,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21097: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21131: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21100: \$? = $ac_status" >&5
+ echo "$as_me:21134: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21103: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21137: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21106: \$? = $ac_status" >&5
+ echo "$as_me:21140: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -21112,13 +21146,13 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:21115: result: $cf_result" >&5
+echo "$as_me:21149: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" = no ; then
case "$host_os" in
(freebsd*)
- echo "$as_me:21121: checking for tgoto in -lmytinfo" >&5
+ echo "$as_me:21155: 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
@@ -21126,7 +21160,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmytinfo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21129 "configure"
+#line 21163 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21145,16 +21179,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21148: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21182: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21151: \$? = $ac_status" >&5
+ echo "$as_me:21185: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21154: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21188: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21157: \$? = $ac_status" >&5
+ echo "$as_me:21191: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_mytinfo_tgoto=yes
else
@@ -21165,7 +21199,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21168: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:21202: 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
@@ -21195,7 +21229,7 @@ fi
# term.h) for cur_colr
if test "x$cf_cv_screen" = "xcurses_colr"
then
- echo "$as_me:21198: checking for initscr in -lcur_colr" >&5
+ echo "$as_me:21232: 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
@@ -21203,7 +21237,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcur_colr $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21206 "configure"
+#line 21240 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21222,16 +21256,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21225: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21259: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21228: \$? = $ac_status" >&5
+ echo "$as_me:21262: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21231: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21265: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21234: \$? = $ac_status" >&5
+ echo "$as_me:21268: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_cur_colr_initscr=yes
else
@@ -21242,7 +21276,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21245: result: $ac_cv_lib_cur_colr_initscr" >&5
+echo "$as_me:21279: 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
@@ -21266,7 +21300,7 @@ LIBS="$cf_add_libs"
else
- echo "$as_me:21269: checking for initscr in -lHcurses" >&5
+ echo "$as_me:21303: 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
@@ -21274,7 +21308,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lHcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21277 "configure"
+#line 21311 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21293,16 +21327,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21296: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21330: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21299: \$? = $ac_status" >&5
+ echo "$as_me:21333: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21302: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21336: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21305: \$? = $ac_status" >&5
+ echo "$as_me:21339: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_Hcurses_initscr=yes
else
@@ -21313,7 +21347,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21316: result: $ac_cv_lib_Hcurses_initscr" >&5
+echo "$as_me:21350: 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
@@ -21371,7 +21405,7 @@ if test -n "/lib64" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:21374: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21408: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -21400,7 +21434,7 @@ if test -n "/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:21403: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21437: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -21431,7 +21465,7 @@ if test -n "/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:21434: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21468: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -21466,7 +21500,7 @@ if test -n "/usr/5lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:21469: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21503: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -21510,13 +21544,13 @@ if test ".$ac_cv_func_initscr" != .yes ; then
# because it may be needed to link the test-case for initscr.
if test "x$cf_term_lib" = x
then
- echo "$as_me:21513: checking for tgoto" >&5
+ echo "$as_me:21547: 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 21519 "configure"
+#line 21553 "configure"
#include "confdefs.h"
#define tgoto autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -21547,16 +21581,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21550: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21584: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21553: \$? = $ac_status" >&5
+ echo "$as_me:21587: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21556: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21590: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21559: \$? = $ac_status" >&5
+ echo "$as_me:21593: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_tgoto=yes
else
@@ -21566,7 +21600,7 @@ ac_cv_func_tgoto=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:21569: result: $ac_cv_func_tgoto" >&5
+echo "$as_me:21603: 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
@@ -21575,7 +21609,7 @@ else
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:21578: checking for tgoto in -l$cf_term_lib" >&5
+echo "$as_me:21612: 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
@@ -21583,7 +21617,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-l$cf_term_lib $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21586 "configure"
+#line 21620 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21602,16 +21636,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21605: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21639: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21608: \$? = $ac_status" >&5
+ echo "$as_me:21642: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21611: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21645: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21614: \$? = $ac_status" >&5
+ echo "$as_me:21648: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_Lib=yes"
else
@@ -21622,7 +21656,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21625: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5
+echo "$as_me:21659: 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
@@ -21645,10 +21679,10 @@ fi
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:21648: checking if we can link with $cf_curs_lib library" >&5
+ echo "$as_me:21682: 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 21651 "configure"
+#line 21685 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -21660,16 +21694,16 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21663: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21697: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21666: \$? = $ac_status" >&5
+ echo "$as_me:21700: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21669: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21703: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21672: \$? = $ac_status" >&5
+ echo "$as_me:21706: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -21678,16 +21712,16 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:21681: result: $cf_result" >&5
+ echo "$as_me:21715: 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:21687: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
+ echo "$as_me:21721: 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 21690 "configure"
+#line 21724 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -21699,16 +21733,16 @@ initscr(); endwin();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21702: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21736: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21705: \$? = $ac_status" >&5
+ echo "$as_me:21739: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21708: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21742: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21711: \$? = $ac_status" >&5
+ echo "$as_me:21745: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=no
else
@@ -21717,7 +21751,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21720 "configure"
+#line 21754 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -21729,16 +21763,16 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21732: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21766: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21735: \$? = $ac_status" >&5
+ echo "$as_me:21769: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21738: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21772: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21741: \$? = $ac_status" >&5
+ echo "$as_me:21775: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -21750,19 +21784,19 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:21753: result: $cf_result" >&5
+ echo "$as_me:21787: 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:21759: error: no curses library found" >&5
+ test "$cf_curs_lib" = unknown && { { echo "$as_me:21793: error: no curses library found" >&5
echo "$as_me: error: no curses library found" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:21765: checking for curses performance tradeoff" >&5
+echo "$as_me:21799: checking for curses performance tradeoff" >&5
echo $ECHO_N "checking for curses performance tradeoff... $ECHO_C" >&6
if test "${cf_cv_curs_performance+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21770,7 +21804,7 @@ else
cf_cv_curs_performance=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21773 "configure"
+#line 21807 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -21789,20 +21823,20 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:21792: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:21826: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:21795: \$? = $ac_status" >&5
+ echo "$as_me:21829: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:21798: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21832: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21801: \$? = $ac_status" >&5
+ echo "$as_me:21835: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21805 "configure"
+#line 21839 "configure"
#include "confdefs.h"
#define CURS_PERFORMANCE
@@ -21822,16 +21856,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:21825: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:21859: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:21828: \$? = $ac_status" >&5
+ echo "$as_me:21862: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:21831: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21865: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21834: \$? = $ac_status" >&5
+ echo "$as_me:21868: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_curs_performance=yes
else
@@ -21846,21 +21880,21 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:21849: result: $cf_cv_curs_performance" >&5
+echo "$as_me:21883: result: $cf_cv_curs_performance" >&5
echo "${ECHO_T}$cf_cv_curs_performance" >&6
test "$cf_cv_curs_performance" = yes &&
cat >>confdefs.h <<\EOF
#define CURS_PERFORMANCE 1
EOF
-echo "$as_me:21856: checking for curses touchline function" >&5
+echo "$as_me:21890: checking for curses touchline function" >&5
echo $ECHO_N "checking for curses touchline function... $ECHO_C" >&6
if test "${cf_cv_curs_touchline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21863 "configure"
+#line 21897 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -21873,23 +21907,23 @@ touchline(stdscr, 1,2,3);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21876: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21910: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21879: \$? = $ac_status" >&5
+ echo "$as_me:21913: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21882: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21916: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21885: \$? = $ac_status" >&5
+ echo "$as_me:21919: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_curs_touchline=bsd
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21892 "configure"
+#line 21926 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -21902,16 +21936,16 @@ touchline(stdscr, 1,2);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21905: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21939: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21908: \$? = $ac_status" >&5
+ echo "$as_me:21942: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21911: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21945: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21914: \$? = $ac_status" >&5
+ echo "$as_me:21948: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_curs_touchline=sysv
else
@@ -21923,7 +21957,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:21926: result: $cf_cv_curs_touchline" >&5
+echo "$as_me:21960: result: $cf_cv_curs_touchline" >&5
echo "${ECHO_T}$cf_cv_curs_touchline" >&6
case "$cf_cv_curs_touchline" in
(bsd)
@@ -21948,23 +21982,23 @@ esac
for ac_header in wchar.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:21951: checking for $ac_header" >&5
+echo "$as_me:21985: 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 21957 "configure"
+#line 21991 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:21961: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:21995: \"$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:21967: \$? = $ac_status" >&5
+ echo "$as_me:22001: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -21983,7 +22017,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:21986: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:22020: 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
@@ -21993,7 +22027,7 @@ EOF
fi
done
-echo "$as_me:21996: checking for multibyte character support" >&5
+echo "$as_me:22030: 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
@@ -22001,7 +22035,7 @@ else
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22004 "configure"
+#line 22038 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -22018,16 +22052,16 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22021: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22055: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22024: \$? = $ac_status" >&5
+ echo "$as_me:22058: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22027: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22061: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22030: \$? = $ac_status" >&5
+ echo "$as_me:22064: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_utf8_lib=yes
else
@@ -22039,12 +22073,12 @@ cat "conftest.$ac_ext" >&5
cf_cv_header_path_utf8=
cf_cv_library_path_utf8=
-echo "${as_me:-configure}:22042: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
+echo "${as_me:-configure}:22076: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22047 "configure"
+#line 22081 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -22057,16 +22091,16 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22060: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22094: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22063: \$? = $ac_status" >&5
+ echo "$as_me:22097: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22066: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22100: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22069: \$? = $ac_status" >&5
+ echo "$as_me:22103: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_utf8=yes
@@ -22080,7 +22114,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lutf8 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22083 "configure"
+#line 22117 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -22093,16 +22127,16 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22096: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22130: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22099: \$? = $ac_status" >&5
+ echo "$as_me:22133: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22102: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22136: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22105: \$? = $ac_status" >&5
+ echo "$as_me:22139: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_utf8=yes
@@ -22119,9 +22153,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for utf8 library" 1>&6
-echo "${as_me:-configure}:22122: testing find linkage for utf8 library ..." 1>&5
+echo "${as_me:-configure}:22156: testing find linkage for utf8 library ..." 1>&5
-echo "${as_me:-configure}:22124: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
+echo "${as_me:-configure}:22158: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -22212,7 +22246,7 @@ cf_search="$cf_search $cf_header_path_list"
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}:22215: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22249: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -22220,7 +22254,7 @@ echo "${as_me:-configure}:22215: testing ... testing $cf_cv_header_path_utf8 ...
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_utf8"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22223 "configure"
+#line 22257 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -22233,21 +22267,21 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:22236: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22270: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:22239: \$? = $ac_status" >&5
+ echo "$as_me:22273: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:22242: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22276: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22245: \$? = $ac_status" >&5
+ echo "$as_me:22279: \$? = $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}:22250: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22284: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
cf_cv_find_linkage_utf8=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -22265,7 +22299,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_utf8" = maybe ; then
-echo "${as_me:-configure}:22268: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
+echo "${as_me:-configure}:22302: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -22340,13 +22374,13 @@ cf_search="$cf_library_path_list $cf_search"
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}:22343: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22377: 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 22349 "configure"
+#line 22383 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -22359,21 +22393,21 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22362: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22396: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22365: \$? = $ac_status" >&5
+ echo "$as_me:22399: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22368: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22402: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22371: \$? = $ac_status" >&5
+ echo "$as_me:22405: \$? = $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}:22376: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22410: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
cf_cv_find_linkage_utf8=yes
cf_cv_library_file_utf8="-lutf8"
@@ -22415,7 +22449,7 @@ fi
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:22418: result: $cf_cv_utf8_lib" >&5
+echo "$as_me:22452: 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
@@ -22453,7 +22487,7 @@ if test -n "$cf_cv_header_path_utf8" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22456 "configure"
+#line 22490 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -22465,16 +22499,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:22468: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22502: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:22471: \$? = $ac_status" >&5
+ echo "$as_me:22505: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:22474: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22508: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22477: \$? = $ac_status" >&5
+ echo "$as_me:22511: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -22491,7 +22525,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:22494: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:22528: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -22527,7 +22561,7 @@ if test -n "$cf_cv_library_path_utf8" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:22530: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:22564: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -22557,13 +22591,13 @@ cf_ncuconfig_root=$cf_cv_screen
cf_have_ncuconfig=no
if test "x${PKG_CONFIG:=none}" != xnone; then
- echo "$as_me:22560: checking pkg-config for $cf_ncuconfig_root" >&5
+ echo "$as_me:22594: 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:22563: result: yes" >&5
+ echo "$as_me:22597: result: yes" >&5
echo "${ECHO_T}yes" >&6
- echo "$as_me:22566: checking if the $cf_ncuconfig_root package files work" >&5
+ echo "$as_me:22600: 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
@@ -22696,7 +22730,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22699 "configure"
+#line 22733 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -22708,37 +22742,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22711: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22745: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22714: \$? = $ac_status" >&5
+ echo "$as_me:22748: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22717: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22751: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22720: \$? = $ac_status" >&5
+ echo "$as_me:22754: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_test_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22726 "configure"
+#line 22760 "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:22733: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22767: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22736: \$? = $ac_status" >&5
+ echo "$as_me:22770: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:22738: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22772: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22741: \$? = $ac_status" >&5
+ echo "$as_me:22775: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_test_ncuconfig=yes
else
@@ -22912,7 +22946,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22915 "configure"
+#line 22949 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -22924,37 +22958,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22927: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22961: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22930: \$? = $ac_status" >&5
+ echo "$as_me:22964: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22933: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22967: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22936: \$? = $ac_status" >&5
+ echo "$as_me:22970: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_have_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22942 "configure"
+#line 22976 "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:22949: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22983: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22952: \$? = $ac_status" >&5
+ echo "$as_me:22986: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:22954: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22988: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22957: \$? = $ac_status" >&5
+ echo "$as_me:22991: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_have_ncuconfig=yes
else
@@ -22971,7 +23005,7 @@ cat "conftest.$ac_ext" >&5
cf_have_ncuconfig=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:22974: result: $cf_have_ncuconfig" >&5
+ echo "$as_me:23008: 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"
@@ -22987,7 +23021,7 @@ EOF
NCURSES_CONFIG_PKG=$cf_ncuconfig_root
-echo "$as_me:22990: checking for terminfo header" >&5
+echo "$as_me:23024: 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
@@ -23005,7 +23039,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23008 "configure"
+#line 23042 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -23020,16 +23054,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23023: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23057: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23026: \$? = $ac_status" >&5
+ echo "$as_me:23060: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23029: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23063: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23032: \$? = $ac_status" >&5
+ echo "$as_me:23066: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -23045,7 +23079,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:23048: result: $cf_cv_term_header" >&5
+echo "$as_me:23082: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -23080,7 +23114,7 @@ esac
fi
else
- echo "$as_me:23083: result: no" >&5
+ echo "$as_me:23117: result: no" >&5
echo "${ECHO_T}no" >&6
NCURSES_CONFIG_PKG=none
fi
@@ -23096,7 +23130,7 @@ if test -n "$ac_tool_prefix"; then
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:23099: checking for $ac_word" >&5
+echo "$as_me:23133: 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
@@ -23111,7 +23145,7 @@ for ac_dir in $ac_dummy; do
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:23114: found $ac_dir/$ac_word" >&5
+echo "$as_me:23148: found $ac_dir/$ac_word" >&5
break
done
@@ -23119,10 +23153,10 @@ fi
fi
NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG
if test -n "$NCURSES_CONFIG"; then
- echo "$as_me:23122: result: $NCURSES_CONFIG" >&5
+ echo "$as_me:23156: result: $NCURSES_CONFIG" >&5
echo "${ECHO_T}$NCURSES_CONFIG" >&6
else
- echo "$as_me:23125: result: no" >&5
+ echo "$as_me:23159: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -23135,7 +23169,7 @@ if test -z "$NCURSES_CONFIG"; then
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:23138: checking for $ac_word" >&5
+echo "$as_me:23172: 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
@@ -23150,7 +23184,7 @@ for ac_dir in $ac_dummy; do
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:23153: found $ac_dir/$ac_word" >&5
+echo "$as_me:23187: found $ac_dir/$ac_word" >&5
break
done
@@ -23158,10 +23192,10 @@ fi
fi
ac_ct_NCURSES_CONFIG=$ac_cv_prog_ac_ct_NCURSES_CONFIG
if test -n "$ac_ct_NCURSES_CONFIG"; then
- echo "$as_me:23161: result: $ac_ct_NCURSES_CONFIG" >&5
+ echo "$as_me:23195: result: $ac_ct_NCURSES_CONFIG" >&5
echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6
else
- echo "$as_me:23164: result: no" >&5
+ echo "$as_me:23198: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -23318,7 +23352,7 @@ LIBS="$cf_add_libs"
# even with config script, some packages use no-override for curses.h
-echo "$as_me:23321: checking if we have identified curses headers" >&5
+echo "$as_me:23355: 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
@@ -23330,7 +23364,7 @@ for cf_header in \
curses.h $cf_cv_screen/curses.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23333 "configure"
+#line 23367 "configure"
#include "confdefs.h"
#include <${cf_header}>
int
@@ -23342,16 +23376,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23345: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23379: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23348: \$? = $ac_status" >&5
+ echo "$as_me:23382: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23351: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23385: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23354: \$? = $ac_status" >&5
+ echo "$as_me:23388: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_header=$cf_header; break
else
@@ -23362,11 +23396,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:23365: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:23399: 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:23369: error: No curses header-files found" >&5
+ { { echo "$as_me:23403: error: No curses header-files found" >&5
echo "$as_me: error: No curses header-files found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -23376,23 +23410,23 @@ fi
for ac_header in $cf_cv_ncurses_header
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:23379: checking for $ac_header" >&5
+echo "$as_me:23413: 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 23385 "configure"
+#line 23419 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:23389: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:23423: \"$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:23395: \$? = $ac_status" >&5
+ echo "$as_me:23429: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -23411,7 +23445,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:23414: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:23448: 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
@@ -23467,7 +23501,7 @@ if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23470 "configure"
+#line 23504 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -23479,16 +23513,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23482: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23516: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23485: \$? = $ac_status" >&5
+ echo "$as_me:23519: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23488: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23522: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23491: \$? = $ac_status" >&5
+ echo "$as_me:23525: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -23505,7 +23539,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:23508: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:23542: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -23524,7 +23558,7 @@ fi
}
-echo "$as_me:23527: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "$as_me:23561: 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
@@ -23536,7 +23570,7 @@ else
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23539 "configure"
+#line 23573 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -23560,16 +23594,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23563: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23597: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23566: \$? = $ac_status" >&5
+ echo "$as_me:23600: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23569: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23603: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23572: \$? = $ac_status" >&5
+ echo "$as_me:23606: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h=$cf_header
@@ -23584,14 +23618,14 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:23587: result: $cf_cv_ncurses_h" >&5
+echo "$as_me:23621: 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:23594: checking for $cf_ncuhdr_root include-path" >&5
+echo "$as_me:23628: 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
@@ -23712,7 +23746,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23715 "configure"
+#line 23749 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -23724,16 +23758,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23727: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23761: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23730: \$? = $ac_status" >&5
+ echo "$as_me:23764: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23733: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23767: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23736: \$? = $ac_status" >&5
+ echo "$as_me:23770: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -23750,7 +23784,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:23753: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:23787: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -23773,7 +23807,7 @@ fi
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23776 "configure"
+#line 23810 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -23797,16 +23831,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23800: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23834: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23803: \$? = $ac_status" >&5
+ echo "$as_me:23837: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23806: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23840: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23809: \$? = $ac_status" >&5
+ echo "$as_me:23843: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h2=$cf_header
@@ -23827,12 +23861,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
CPPFLAGS="$cf_save2_CPPFLAGS"
test "$cf_cv_ncurses_h2" != no && break
done
- test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:23830: error: not found" >&5
+ test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:23864: error: not found" >&5
echo "$as_me: error: not found" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:23835: result: $cf_cv_ncurses_h2" >&5
+echo "$as_me:23869: 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%/[^/]*$%%'`
@@ -23868,7 +23902,7 @@ if test -n "$cf_1st_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23871 "configure"
+#line 23905 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -23880,16 +23914,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23883: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23917: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23886: \$? = $ac_status" >&5
+ echo "$as_me:23920: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23889: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23923: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23892: \$? = $ac_status" >&5
+ echo "$as_me:23926: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -23906,7 +23940,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:23909: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:23943: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -23954,7 +23988,7 @@ EOF
;;
esac
-echo "$as_me:23957: checking for terminfo header" >&5
+echo "$as_me:23991: 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
@@ -23972,7 +24006,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23975 "configure"
+#line 24009 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -23987,16 +24021,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23990: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24024: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23993: \$? = $ac_status" >&5
+ echo "$as_me:24027: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23996: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24030: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23999: \$? = $ac_status" >&5
+ echo "$as_me:24033: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -24012,7 +24046,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:24015: result: $cf_cv_term_header" >&5
+echo "$as_me:24049: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -24050,7 +24084,7 @@ cat >>confdefs.h <<\EOF
#define NCURSES 1
EOF
-echo "$as_me:24053: checking for ncurses version" >&5
+echo "$as_me:24087: 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
@@ -24076,10 +24110,10 @@ Autoconf "old"
#endif
EOF
cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
- { (eval echo "$as_me:24079: \"$cf_try\"") >&5
+ { (eval echo "$as_me:24113: \"$cf_try\"") >&5
(eval $cf_try) 2>&5
ac_status=$?
- echo "$as_me:24082: \$? = $ac_status" >&5
+ echo "$as_me:24116: \$? = $ac_status" >&5
(exit "$ac_status"); }
if test -f conftest.out ; then
cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out`
@@ -24089,7 +24123,7 @@ EOF
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24092 "configure"
+#line 24126 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -24116,15 +24150,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:24119: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24153: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24122: \$? = $ac_status" >&5
+ echo "$as_me:24156: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:24124: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24158: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24127: \$? = $ac_status" >&5
+ echo "$as_me:24161: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -24138,7 +24172,7 @@ fi
rm -f "$cf_tempfile"
fi
-echo "$as_me:24141: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:24175: result: $cf_cv_ncurses_version" >&5
echo "${ECHO_T}$cf_cv_ncurses_version" >&6
test "$cf_cv_ncurses_version" = no ||
cat >>confdefs.h <<\EOF
@@ -24151,7 +24185,7 @@ cf_nculib_root=$cf_cv_screen
# to link gpm.
cf_ncurses_LIBS=""
cf_ncurses_SAVE="$LIBS"
-echo "$as_me:24154: checking for Gpm_Open in -lgpm" >&5
+echo "$as_me:24188: 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
@@ -24159,7 +24193,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24162 "configure"
+#line 24196 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -24178,16 +24212,16 @@ Gpm_Open ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24181: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24215: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24184: \$? = $ac_status" >&5
+ echo "$as_me:24218: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24187: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24221: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24190: \$? = $ac_status" >&5
+ echo "$as_me:24224: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_Gpm_Open=yes
else
@@ -24198,10 +24232,10 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:24201: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:24235: 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:24204: checking for initscr in -lgpm" >&5
+ echo "$as_me:24238: 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
@@ -24209,7 +24243,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24212 "configure"
+#line 24246 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -24228,16 +24262,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24231: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24265: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24234: \$? = $ac_status" >&5
+ echo "$as_me:24268: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24237: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24271: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24240: \$? = $ac_status" >&5
+ echo "$as_me:24274: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_initscr=yes
else
@@ -24248,7 +24282,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:24251: result: $ac_cv_lib_gpm_initscr" >&5
+echo "$as_me:24285: 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"
@@ -24263,7 +24297,7 @@ case "$host_os" in
# 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:24266: checking for tgoto in -lmytinfo" >&5
+ echo "$as_me:24300: 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
@@ -24271,7 +24305,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmytinfo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24274 "configure"
+#line 24308 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -24290,16 +24324,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24293: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24327: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24296: \$? = $ac_status" >&5
+ echo "$as_me:24330: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24299: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24333: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24302: \$? = $ac_status" >&5
+ echo "$as_me:24336: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_mytinfo_tgoto=yes
else
@@ -24310,7 +24344,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:24313: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:24347: 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"
@@ -24359,13 +24393,13 @@ else
eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no'
cf_libdir=""
- echo "$as_me:24362: checking for initscr" >&5
+ echo "$as_me:24396: 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 24368 "configure"
+#line 24402 "configure"
#include "confdefs.h"
#define initscr autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -24396,16 +24430,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24399: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24433: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24402: \$? = $ac_status" >&5
+ echo "$as_me:24436: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24405: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24439: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24408: \$? = $ac_status" >&5
+ echo "$as_me:24442: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_initscr=yes
else
@@ -24415,18 +24449,18 @@ ac_cv_func_initscr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:24418: result: $ac_cv_func_initscr" >&5
+echo "$as_me:24452: 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:24425: checking for initscr in -l$cf_nculib_root" >&5
+ echo "$as_me:24459: 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 24429 "configure"
+#line 24463 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -24438,25 +24472,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24441: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24475: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24444: \$? = $ac_status" >&5
+ echo "$as_me:24478: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24447: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24481: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24450: \$? = $ac_status" >&5
+ echo "$as_me:24484: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:24452: result: yes" >&5
+ echo "$as_me:24486: 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:24459: result: no" >&5
+echo "$as_me:24493: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -24524,11 +24558,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:24527: checking for -l$cf_nculib_root in $cf_libdir" >&5
+ echo "$as_me:24561: 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 24531 "configure"
+#line 24565 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -24540,25 +24574,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24543: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24577: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24546: \$? = $ac_status" >&5
+ echo "$as_me:24580: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24549: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24583: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24552: \$? = $ac_status" >&5
+ echo "$as_me:24586: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:24554: result: yes" >&5
+ echo "$as_me:24588: 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:24561: result: no" >&5
+echo "$as_me:24595: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -24573,7 +24607,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"$cf_nculib_root"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:24576: error: Cannot link $cf_nculib_root library" >&5
+ { { echo "$as_me:24610: error: Cannot link $cf_nculib_root library" >&5
echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -24581,7 +24615,7 @@ fi
fi
if test -n "$cf_ncurses_LIBS" ; then
- echo "$as_me:24584: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+ echo "$as_me:24618: 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
@@ -24591,7 +24625,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS..
fi
done
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24594 "configure"
+#line 24628 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -24603,23 +24637,23 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24606: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24640: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24609: \$? = $ac_status" >&5
+ echo "$as_me:24643: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24612: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24646: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24615: \$? = $ac_status" >&5
+ echo "$as_me:24649: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:24617: result: yes" >&5
+ echo "$as_me:24651: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:24622: result: no" >&5
+echo "$as_me:24656: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_ncurses_SAVE"
fi
@@ -24645,13 +24679,13 @@ cf_ncuconfig_root=$cf_cv_screen
cf_have_ncuconfig=no
if test "x${PKG_CONFIG:=none}" != xnone; then
- echo "$as_me:24648: checking pkg-config for $cf_ncuconfig_root" >&5
+ echo "$as_me:24682: 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:24651: result: yes" >&5
+ echo "$as_me:24685: result: yes" >&5
echo "${ECHO_T}yes" >&6
- echo "$as_me:24654: checking if the $cf_ncuconfig_root package files work" >&5
+ echo "$as_me:24688: 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
@@ -24784,7 +24818,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24787 "configure"
+#line 24821 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -24796,37 +24830,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:24799: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24833: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24802: \$? = $ac_status" >&5
+ echo "$as_me:24836: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:24805: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24839: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24808: \$? = $ac_status" >&5
+ echo "$as_me:24842: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_test_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24814 "configure"
+#line 24848 "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:24821: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24855: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:24824: \$? = $ac_status" >&5
+ echo "$as_me:24858: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:24826: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24860: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24829: \$? = $ac_status" >&5
+ echo "$as_me:24863: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_test_ncuconfig=yes
else
@@ -25000,7 +25034,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25003 "configure"
+#line 25037 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -25012,37 +25046,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25015: \"$ac_link\"") >&5
+if { (eval echo "$as_me:25049: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25018: \$? = $ac_status" >&5
+ echo "$as_me:25052: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25021: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25055: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25024: \$? = $ac_status" >&5
+ echo "$as_me:25058: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_have_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25030 "configure"
+#line 25064 "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:25037: \"$ac_link\"") >&5
+if { (eval echo "$as_me:25071: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25040: \$? = $ac_status" >&5
+ echo "$as_me:25074: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:25042: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25076: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25045: \$? = $ac_status" >&5
+ echo "$as_me:25079: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_have_ncuconfig=yes
else
@@ -25059,7 +25093,7 @@ cat "conftest.$ac_ext" >&5
cf_have_ncuconfig=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:25062: result: $cf_have_ncuconfig" >&5
+ echo "$as_me:25096: 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"
@@ -25075,7 +25109,7 @@ EOF
NCURSES_CONFIG_PKG=$cf_ncuconfig_root
-echo "$as_me:25078: checking for terminfo header" >&5
+echo "$as_me:25112: 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
@@ -25093,7 +25127,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25096 "configure"
+#line 25130 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -25108,16 +25142,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25111: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25145: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25114: \$? = $ac_status" >&5
+ echo "$as_me:25148: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25117: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25151: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25120: \$? = $ac_status" >&5
+ echo "$as_me:25154: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -25133,7 +25167,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:25136: result: $cf_cv_term_header" >&5
+echo "$as_me:25170: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -25168,7 +25202,7 @@ esac
fi
else
- echo "$as_me:25171: result: no" >&5
+ echo "$as_me:25205: result: no" >&5
echo "${ECHO_T}no" >&6
NCURSES_CONFIG_PKG=none
fi
@@ -25184,7 +25218,7 @@ if test -n "$ac_tool_prefix"; then
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:25187: checking for $ac_word" >&5
+echo "$as_me:25221: 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
@@ -25199,7 +25233,7 @@ for ac_dir in $ac_dummy; do
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:25202: found $ac_dir/$ac_word" >&5
+echo "$as_me:25236: found $ac_dir/$ac_word" >&5
break
done
@@ -25207,10 +25241,10 @@ fi
fi
NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG
if test -n "$NCURSES_CONFIG"; then
- echo "$as_me:25210: result: $NCURSES_CONFIG" >&5
+ echo "$as_me:25244: result: $NCURSES_CONFIG" >&5
echo "${ECHO_T}$NCURSES_CONFIG" >&6
else
- echo "$as_me:25213: result: no" >&5
+ echo "$as_me:25247: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -25223,7 +25257,7 @@ if test -z "$NCURSES_CONFIG"; then
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:25226: checking for $ac_word" >&5
+echo "$as_me:25260: 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
@@ -25238,7 +25272,7 @@ for ac_dir in $ac_dummy; do
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:25241: found $ac_dir/$ac_word" >&5
+echo "$as_me:25275: found $ac_dir/$ac_word" >&5
break
done
@@ -25246,10 +25280,10 @@ fi
fi
ac_ct_NCURSES_CONFIG=$ac_cv_prog_ac_ct_NCURSES_CONFIG
if test -n "$ac_ct_NCURSES_CONFIG"; then
- echo "$as_me:25249: result: $ac_ct_NCURSES_CONFIG" >&5
+ echo "$as_me:25283: result: $ac_ct_NCURSES_CONFIG" >&5
echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6
else
- echo "$as_me:25252: result: no" >&5
+ echo "$as_me:25286: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -25406,7 +25440,7 @@ LIBS="$cf_add_libs"
# even with config script, some packages use no-override for curses.h
-echo "$as_me:25409: checking if we have identified curses headers" >&5
+echo "$as_me:25443: 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
@@ -25418,7 +25452,7 @@ for cf_header in \
curses.h $cf_cv_screen/curses.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25421 "configure"
+#line 25455 "configure"
#include "confdefs.h"
#include <${cf_header}>
int
@@ -25430,16 +25464,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25433: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25467: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25436: \$? = $ac_status" >&5
+ echo "$as_me:25470: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25439: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25473: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25442: \$? = $ac_status" >&5
+ echo "$as_me:25476: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_header=$cf_header; break
else
@@ -25450,11 +25484,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:25453: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:25487: 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:25457: error: No curses header-files found" >&5
+ { { echo "$as_me:25491: error: No curses header-files found" >&5
echo "$as_me: error: No curses header-files found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -25464,23 +25498,23 @@ fi
for ac_header in $cf_cv_ncurses_header
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:25467: checking for $ac_header" >&5
+echo "$as_me:25501: 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 25473 "configure"
+#line 25507 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:25477: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:25511: \"$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:25483: \$? = $ac_status" >&5
+ echo "$as_me:25517: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -25499,7 +25533,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:25502: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:25536: 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
@@ -25555,7 +25589,7 @@ if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25558 "configure"
+#line 25592 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -25567,16 +25601,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25570: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25604: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25573: \$? = $ac_status" >&5
+ echo "$as_me:25607: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25576: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25610: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25579: \$? = $ac_status" >&5
+ echo "$as_me:25613: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -25593,7 +25627,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:25596: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:25630: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -25612,7 +25646,7 @@ fi
}
-echo "$as_me:25615: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "$as_me:25649: 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
@@ -25624,7 +25658,7 @@ else
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25627 "configure"
+#line 25661 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -25648,16 +25682,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25651: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25685: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25654: \$? = $ac_status" >&5
+ echo "$as_me:25688: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25657: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25691: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25660: \$? = $ac_status" >&5
+ echo "$as_me:25694: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h=$cf_header
@@ -25672,14 +25706,14 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:25675: result: $cf_cv_ncurses_h" >&5
+echo "$as_me:25709: 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:25682: checking for $cf_ncuhdr_root include-path" >&5
+echo "$as_me:25716: 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
@@ -25800,7 +25834,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25803 "configure"
+#line 25837 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -25812,16 +25846,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25815: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25849: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25818: \$? = $ac_status" >&5
+ echo "$as_me:25852: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25821: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25855: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25824: \$? = $ac_status" >&5
+ echo "$as_me:25858: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -25838,7 +25872,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:25841: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:25875: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -25861,7 +25895,7 @@ fi
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25864 "configure"
+#line 25898 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -25885,16 +25919,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25888: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25922: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25891: \$? = $ac_status" >&5
+ echo "$as_me:25925: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25894: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25928: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25897: \$? = $ac_status" >&5
+ echo "$as_me:25931: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h2=$cf_header
@@ -25915,12 +25949,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
CPPFLAGS="$cf_save2_CPPFLAGS"
test "$cf_cv_ncurses_h2" != no && break
done
- test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:25918: error: not found" >&5
+ test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:25952: error: not found" >&5
echo "$as_me: error: not found" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:25923: result: $cf_cv_ncurses_h2" >&5
+echo "$as_me:25957: 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%/[^/]*$%%'`
@@ -25956,7 +25990,7 @@ if test -n "$cf_1st_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25959 "configure"
+#line 25993 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -25968,16 +26002,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25971: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26005: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25974: \$? = $ac_status" >&5
+ echo "$as_me:26008: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25977: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26011: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25980: \$? = $ac_status" >&5
+ echo "$as_me:26014: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -25994,7 +26028,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:25997: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:26031: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -26042,7 +26076,7 @@ EOF
;;
esac
-echo "$as_me:26045: checking for terminfo header" >&5
+echo "$as_me:26079: 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
@@ -26060,7 +26094,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26063 "configure"
+#line 26097 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -26075,16 +26109,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26078: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26112: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26081: \$? = $ac_status" >&5
+ echo "$as_me:26115: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26084: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26118: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26087: \$? = $ac_status" >&5
+ echo "$as_me:26121: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -26100,7 +26134,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:26103: result: $cf_cv_term_header" >&5
+echo "$as_me:26137: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -26138,7 +26172,7 @@ cat >>confdefs.h <<\EOF
#define NCURSES 1
EOF
-echo "$as_me:26141: checking for ncurses version" >&5
+echo "$as_me:26175: 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
@@ -26164,10 +26198,10 @@ Autoconf "old"
#endif
EOF
cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
- { (eval echo "$as_me:26167: \"$cf_try\"") >&5
+ { (eval echo "$as_me:26201: \"$cf_try\"") >&5
(eval $cf_try) 2>&5
ac_status=$?
- echo "$as_me:26170: \$? = $ac_status" >&5
+ echo "$as_me:26204: \$? = $ac_status" >&5
(exit "$ac_status"); }
if test -f conftest.out ; then
cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out`
@@ -26177,7 +26211,7 @@ EOF
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26180 "configure"
+#line 26214 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -26204,15 +26238,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:26207: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26241: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26210: \$? = $ac_status" >&5
+ echo "$as_me:26244: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:26212: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26246: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26215: \$? = $ac_status" >&5
+ echo "$as_me:26249: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -26226,7 +26260,7 @@ fi
rm -f "$cf_tempfile"
fi
-echo "$as_me:26229: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:26263: result: $cf_cv_ncurses_version" >&5
echo "${ECHO_T}$cf_cv_ncurses_version" >&6
test "$cf_cv_ncurses_version" = no ||
cat >>confdefs.h <<\EOF
@@ -26239,7 +26273,7 @@ cf_nculib_root=$cf_cv_screen
# to link gpm.
cf_ncurses_LIBS=""
cf_ncurses_SAVE="$LIBS"
-echo "$as_me:26242: checking for Gpm_Open in -lgpm" >&5
+echo "$as_me:26276: 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
@@ -26247,7 +26281,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26250 "configure"
+#line 26284 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -26266,16 +26300,16 @@ Gpm_Open ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26269: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26303: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26272: \$? = $ac_status" >&5
+ echo "$as_me:26306: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26275: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26309: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26278: \$? = $ac_status" >&5
+ echo "$as_me:26312: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_Gpm_Open=yes
else
@@ -26286,10 +26320,10 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:26289: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:26323: 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:26292: checking for initscr in -lgpm" >&5
+ echo "$as_me:26326: 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
@@ -26297,7 +26331,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26300 "configure"
+#line 26334 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -26316,16 +26350,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26319: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26353: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26322: \$? = $ac_status" >&5
+ echo "$as_me:26356: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26325: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26359: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26328: \$? = $ac_status" >&5
+ echo "$as_me:26362: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_initscr=yes
else
@@ -26336,7 +26370,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:26339: result: $ac_cv_lib_gpm_initscr" >&5
+echo "$as_me:26373: 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"
@@ -26351,7 +26385,7 @@ case "$host_os" in
# 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:26354: checking for tgoto in -lmytinfo" >&5
+ echo "$as_me:26388: 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
@@ -26359,7 +26393,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmytinfo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26362 "configure"
+#line 26396 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -26378,16 +26412,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26381: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26415: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26384: \$? = $ac_status" >&5
+ echo "$as_me:26418: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26387: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26421: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26390: \$? = $ac_status" >&5
+ echo "$as_me:26424: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_mytinfo_tgoto=yes
else
@@ -26398,7 +26432,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:26401: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:26435: 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"
@@ -26447,13 +26481,13 @@ else
eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no'
cf_libdir=""
- echo "$as_me:26450: checking for initscr" >&5
+ echo "$as_me:26484: 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 26456 "configure"
+#line 26490 "configure"
#include "confdefs.h"
#define initscr autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -26484,16 +26518,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26487: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26521: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26490: \$? = $ac_status" >&5
+ echo "$as_me:26524: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26493: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26527: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26496: \$? = $ac_status" >&5
+ echo "$as_me:26530: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_initscr=yes
else
@@ -26503,18 +26537,18 @@ ac_cv_func_initscr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:26506: result: $ac_cv_func_initscr" >&5
+echo "$as_me:26540: 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:26513: checking for initscr in -l$cf_nculib_root" >&5
+ echo "$as_me:26547: 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 26517 "configure"
+#line 26551 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -26526,25 +26560,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26529: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26563: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26532: \$? = $ac_status" >&5
+ echo "$as_me:26566: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26535: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26569: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26538: \$? = $ac_status" >&5
+ echo "$as_me:26572: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:26540: result: yes" >&5
+ echo "$as_me:26574: 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:26547: result: no" >&5
+echo "$as_me:26581: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -26612,11 +26646,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:26615: checking for -l$cf_nculib_root in $cf_libdir" >&5
+ echo "$as_me:26649: 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 26619 "configure"
+#line 26653 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -26628,25 +26662,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26631: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26665: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26634: \$? = $ac_status" >&5
+ echo "$as_me:26668: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26637: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26671: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26640: \$? = $ac_status" >&5
+ echo "$as_me:26674: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:26642: result: yes" >&5
+ echo "$as_me:26676: 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:26649: result: no" >&5
+echo "$as_me:26683: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -26661,7 +26695,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"$cf_nculib_root"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:26664: error: Cannot link $cf_nculib_root library" >&5
+ { { echo "$as_me:26698: error: Cannot link $cf_nculib_root library" >&5
echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -26669,7 +26703,7 @@ fi
fi
if test -n "$cf_ncurses_LIBS" ; then
- echo "$as_me:26672: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+ echo "$as_me:26706: 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
@@ -26679,7 +26713,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS..
fi
done
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26682 "configure"
+#line 26716 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -26691,23 +26725,23 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26694: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26728: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26697: \$? = $ac_status" >&5
+ echo "$as_me:26731: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26700: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26734: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26703: \$? = $ac_status" >&5
+ echo "$as_me:26737: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:26705: result: yes" >&5
+ echo "$as_me:26739: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:26710: result: no" >&5
+echo "$as_me:26744: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_ncurses_SAVE"
fi
@@ -26739,7 +26773,7 @@ fi
;;
(slang)
-echo "$as_me:26742: checking for slang header file" >&5
+echo "$as_me:26776: checking for slang header file" >&5
echo $ECHO_N "checking for slang header file... $ECHO_C" >&6
if test "${cf_cv_slang_header+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -26747,7 +26781,7 @@ else
cf_cv_slang_header=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26750 "configure"
+#line 26784 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -26759,16 +26793,16 @@ printf("%s\\n", SLANG_VERSION_STRING)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26762: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26796: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26765: \$? = $ac_status" >&5
+ echo "$as_me:26799: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26768: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26802: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26771: \$? = $ac_status" >&5
+ echo "$as_me:26805: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_header=predefined
else
@@ -26873,7 +26907,7 @@ cf_search="$cf_search $cf_header_path_list"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:26876: result: $cf_cv_slang_header" >&5
+echo "$as_me:26910: result: $cf_cv_slang_header" >&5
echo "${ECHO_T}$cf_cv_slang_header" >&6
if test "x$cf_cv_slang_header" != xno
@@ -26917,7 +26951,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26920 "configure"
+#line 26954 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -26929,16 +26963,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26932: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26966: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26935: \$? = $ac_status" >&5
+ echo "$as_me:26969: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26938: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26972: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26941: \$? = $ac_status" >&5
+ echo "$as_me:26975: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -26955,7 +26989,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:26958: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:26992: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -26987,7 +27021,7 @@ else
cf_cv_termlib=none
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26990 "configure"
+#line 27024 "configure"
#include "confdefs.h"
extern char *tgoto(const char*,int,int);
int
@@ -26999,19 +27033,19 @@ char *x=tgoto("",0,0); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27002: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27036: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27005: \$? = $ac_status" >&5
+ echo "$as_me:27039: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27008: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27042: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27011: \$? = $ac_status" >&5
+ echo "$as_me:27045: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27014 "configure"
+#line 27048 "configure"
#include "confdefs.h"
extern char *tigetstr(const char *);
int
@@ -27023,16 +27057,16 @@ char *x=tigetstr(""); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27026: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27060: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27029: \$? = $ac_status" >&5
+ echo "$as_me:27063: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27032: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27066: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27035: \$? = $ac_status" >&5
+ echo "$as_me:27069: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termlib=terminfo
else
@@ -27043,7 +27077,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
test -n "$verbose" && echo " using functions in predefined $cf_cv_termlib LIBS" 1>&6
-echo "${as_me:-configure}:27046: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
+echo "${as_me:-configure}:27080: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
else
echo "$as_me: failed program was:" >&5
@@ -27058,10 +27092,10 @@ if test "$cf_cv_termlib" = none; then
LIBS="-l$cf_lib $cf_save_LIBS"
for cf_func in tigetstr tgetstr
do
- echo "$as_me:27061: checking for $cf_func in -l$cf_lib" >&5
+ echo "$as_me:27095: checking for $cf_func in -l$cf_lib" >&5
echo $ECHO_N "checking for $cf_func in -l$cf_lib... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27064 "configure"
+#line 27098 "configure"
#include "confdefs.h"
extern char *$cf_func(const char *);
int
@@ -27073,16 +27107,16 @@ char *x = $cf_func(""); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27076: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27110: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27079: \$? = $ac_status" >&5
+ echo "$as_me:27113: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27082: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27116: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27085: \$? = $ac_status" >&5
+ echo "$as_me:27119: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -27091,7 +27125,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:27094: result: $cf_result" >&5
+ echo "$as_me:27128: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" = yes ; then
if test "$cf_func" = tigetstr ; then
@@ -27108,7 +27142,7 @@ echo "${ECHO_T}$cf_result" >&6
fi
if test "$cf_cv_termlib" = none; then
# allow curses library for broken AIX system.
- echo "$as_me:27111: checking for initscr in -lcurses" >&5
+ echo "$as_me:27145: checking for initscr in -lcurses" >&5
echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6
if test "${ac_cv_lib_curses_initscr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -27116,7 +27150,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27119 "configure"
+#line 27153 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -27135,16 +27169,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27138: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27172: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27141: \$? = $ac_status" >&5
+ echo "$as_me:27175: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27144: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27178: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27147: \$? = $ac_status" >&5
+ echo "$as_me:27181: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_curses_initscr=yes
else
@@ -27155,7 +27189,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:27158: result: $ac_cv_lib_curses_initscr" >&5
+echo "$as_me:27192: result: $ac_cv_lib_curses_initscr" >&5
echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6
if test "$ac_cv_lib_curses_initscr" = yes; then
@@ -27177,7 +27211,7 @@ LIBS="$cf_add_libs"
fi
- echo "$as_me:27180: checking for tgoto in -ltermcap" >&5
+ echo "$as_me:27214: checking for tgoto in -ltermcap" >&5
echo $ECHO_N "checking for tgoto in -ltermcap... $ECHO_C" >&6
if test "${ac_cv_lib_termcap_tgoto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -27185,7 +27219,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ltermcap $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27188 "configure"
+#line 27222 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -27204,16 +27238,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27207: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27241: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27210: \$? = $ac_status" >&5
+ echo "$as_me:27244: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27213: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27247: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27216: \$? = $ac_status" >&5
+ echo "$as_me:27250: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_termcap_tgoto=yes
else
@@ -27224,7 +27258,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:27227: result: $ac_cv_lib_termcap_tgoto" >&5
+echo "$as_me:27261: result: $ac_cv_lib_termcap_tgoto" >&5
echo "${ECHO_T}$ac_cv_lib_termcap_tgoto" >&6
if test "$ac_cv_lib_termcap_tgoto" = yes; then
@@ -27251,20 +27285,20 @@ fi
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
if test "$cf_cv_termlib" = none; then
- { echo "$as_me:27254: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
+ { echo "$as_me:27288: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
echo "$as_me: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&2;}
fi
fi
cf_slang_LIBS2="$LIBS"
-echo "$as_me:27261: checking for acos" >&5
+echo "$as_me:27295: checking for acos" >&5
echo $ECHO_N "checking for acos... $ECHO_C" >&6
if test "${ac_cv_func_acos+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27267 "configure"
+#line 27301 "configure"
#include "confdefs.h"
#define acos autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -27295,16 +27329,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27298: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27332: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27301: \$? = $ac_status" >&5
+ echo "$as_me:27335: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27304: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27338: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27307: \$? = $ac_status" >&5
+ echo "$as_me:27341: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_acos=yes
else
@@ -27314,13 +27348,13 @@ ac_cv_func_acos=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:27317: result: $ac_cv_func_acos" >&5
+echo "$as_me:27351: result: $ac_cv_func_acos" >&5
echo "${ECHO_T}$ac_cv_func_acos" >&6
if test "$ac_cv_func_acos" = yes; then
:
else
-echo "$as_me:27323: checking for acos in -lm" >&5
+echo "$as_me:27357: checking for acos in -lm" >&5
echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
if test "${ac_cv_lib_m_acos+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -27328,7 +27362,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27331 "configure"
+#line 27365 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -27347,16 +27381,16 @@ acos ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27350: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27384: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27353: \$? = $ac_status" >&5
+ echo "$as_me:27387: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27356: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27390: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27359: \$? = $ac_status" >&5
+ echo "$as_me:27393: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_m_acos=yes
else
@@ -27367,7 +27401,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:27370: result: $ac_cv_lib_m_acos" >&5
+echo "$as_me:27404: result: $ac_cv_lib_m_acos" >&5
echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
if test "$ac_cv_lib_m_acos" = yes; then
@@ -27393,13 +27427,13 @@ case "$host_os" in
eval 'cf_cv_have_lib_'"video"'=no'
cf_libdir=""
- echo "$as_me:27396: checking for v_init" >&5
+ echo "$as_me:27430: checking for v_init" >&5
echo $ECHO_N "checking for v_init... $ECHO_C" >&6
if test "${ac_cv_func_v_init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27402 "configure"
+#line 27436 "configure"
#include "confdefs.h"
#define v_init autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -27430,16 +27464,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27433: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27467: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27436: \$? = $ac_status" >&5
+ echo "$as_me:27470: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27439: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27473: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27442: \$? = $ac_status" >&5
+ echo "$as_me:27476: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_v_init=yes
else
@@ -27449,18 +27483,18 @@ ac_cv_func_v_init=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:27452: result: $ac_cv_func_v_init" >&5
+echo "$as_me:27486: result: $ac_cv_func_v_init" >&5
echo "${ECHO_T}$ac_cv_func_v_init" >&6
if test "$ac_cv_func_v_init" = yes; then
eval 'cf_cv_have_lib_'"video"'=yes'
else
cf_save_LIBS="$LIBS"
- echo "$as_me:27459: checking for v_init in -lvideo" >&5
+ echo "$as_me:27493: checking for v_init in -lvideo" >&5
echo $ECHO_N "checking for v_init in -lvideo... $ECHO_C" >&6
LIBS="-lvideo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27463 "configure"
+#line 27497 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -27472,25 +27506,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27475: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27509: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27478: \$? = $ac_status" >&5
+ echo "$as_me:27512: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27481: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27515: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27484: \$? = $ac_status" >&5
+ echo "$as_me:27518: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27486: result: yes" >&5
+ echo "$as_me:27520: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"video"'=yes'
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:27493: result: no" >&5
+echo "$as_me:27527: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -27558,11 +27592,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:27561: checking for -lvideo in $cf_libdir" >&5
+ echo "$as_me:27595: checking for -lvideo in $cf_libdir" >&5
echo $ECHO_N "checking for -lvideo in $cf_libdir... $ECHO_C" >&6
LIBS="-L$cf_libdir -lvideo $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27565 "configure"
+#line 27599 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -27574,25 +27608,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27577: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27611: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27580: \$? = $ac_status" >&5
+ echo "$as_me:27614: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27583: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27617: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27586: \$? = $ac_status" >&5
+ echo "$as_me:27620: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27588: result: yes" >&5
+ echo "$as_me:27622: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"video"'=yes'
break
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:27595: result: no" >&5
+echo "$as_me:27629: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -27607,7 +27641,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"video"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:27610: error: Cannot link video library" >&5
+ { { echo "$as_me:27644: error: Cannot link video library" >&5
echo "$as_me: error: Cannot link video library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -27617,13 +27651,13 @@ esac
eval 'cf_cv_have_lib_'"slang"'=no'
cf_libdir=""
- echo "$as_me:27620: checking for SLtt_get_screen_size" >&5
+ echo "$as_me:27654: checking for SLtt_get_screen_size" >&5
echo $ECHO_N "checking for SLtt_get_screen_size... $ECHO_C" >&6
if test "${ac_cv_func_SLtt_get_screen_size+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27626 "configure"
+#line 27660 "configure"
#include "confdefs.h"
#define SLtt_get_screen_size autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -27654,16 +27688,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27657: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27691: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27660: \$? = $ac_status" >&5
+ echo "$as_me:27694: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27663: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27697: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27666: \$? = $ac_status" >&5
+ echo "$as_me:27700: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_SLtt_get_screen_size=yes
else
@@ -27673,18 +27707,18 @@ ac_cv_func_SLtt_get_screen_size=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:27676: result: $ac_cv_func_SLtt_get_screen_size" >&5
+echo "$as_me:27710: result: $ac_cv_func_SLtt_get_screen_size" >&5
echo "${ECHO_T}$ac_cv_func_SLtt_get_screen_size" >&6
if test "$ac_cv_func_SLtt_get_screen_size" = yes; then
eval 'cf_cv_have_lib_'"slang"'=yes'
else
cf_save_LIBS="$LIBS"
- echo "$as_me:27683: checking for SLtt_get_screen_size in -lslang" >&5
+ echo "$as_me:27717: checking for SLtt_get_screen_size in -lslang" >&5
echo $ECHO_N "checking for SLtt_get_screen_size in -lslang... $ECHO_C" >&6
LIBS="-lslang $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27687 "configure"
+#line 27721 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -27696,25 +27730,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27699: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27733: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27702: \$? = $ac_status" >&5
+ echo "$as_me:27736: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27705: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27739: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27708: \$? = $ac_status" >&5
+ echo "$as_me:27742: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27710: result: yes" >&5
+ echo "$as_me:27744: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"slang"'=yes'
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:27717: result: no" >&5
+echo "$as_me:27751: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -27782,11 +27816,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:27785: checking for -lslang in $cf_libdir" >&5
+ echo "$as_me:27819: checking for -lslang in $cf_libdir" >&5
echo $ECHO_N "checking for -lslang in $cf_libdir... $ECHO_C" >&6
LIBS="-L$cf_libdir -lslang $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27789 "configure"
+#line 27823 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -27798,25 +27832,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27801: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27835: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27804: \$? = $ac_status" >&5
+ echo "$as_me:27838: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27807: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27841: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27810: \$? = $ac_status" >&5
+ echo "$as_me:27844: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27812: result: yes" >&5
+ echo "$as_me:27846: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"slang"'=yes'
break
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:27819: result: no" >&5
+echo "$as_me:27853: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -27831,13 +27865,13 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"slang"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:27834: error: Cannot link slang library" >&5
+ { { echo "$as_me:27868: error: Cannot link slang library" >&5
echo "$as_me: error: Cannot link slang library" >&2;}
{ (exit 1); exit 1; }; }
fi
cf_slang_LIBS3="$LIBS"
-echo "$as_me:27840: checking if we can link slang without termcap" >&5
+echo "$as_me:27874: checking if we can link slang without termcap" >&5
echo $ECHO_N "checking if we can link slang without termcap... $ECHO_C" >&6
if test -n "`echo "$cf_slang_LIBS1" | sed -e 's/ //g'`" ; then
cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
@@ -27846,7 +27880,7 @@ else
fi
LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27849 "configure"
+#line 27883 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -27858,16 +27892,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27861: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27895: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27864: \$? = $ac_status" >&5
+ echo "$as_me:27898: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27867: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27901: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27870: \$? = $ac_status" >&5
+ echo "$as_me:27904: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -27876,13 +27910,13 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:27879: result: $cf_result" >&5
+echo "$as_me:27913: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
test "$cf_result" = no && LIBS="$cf_slang_LIBS3"
else
-echo "$as_me:27885: checking for slang2 header file" >&5
+echo "$as_me:27919: checking for slang2 header file" >&5
echo $ECHO_N "checking for slang2 header file... $ECHO_C" >&6
if test "${cf_cv_slang2_header+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -27890,7 +27924,7 @@ else
cf_cv_slang2_header=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27893 "configure"
+#line 27927 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -27902,16 +27936,16 @@ printf("%s\\n", SLANG_VERSION_STRING)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:27905: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:27939: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:27908: \$? = $ac_status" >&5
+ echo "$as_me:27942: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:27911: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27945: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27914: \$? = $ac_status" >&5
+ echo "$as_me:27948: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang2_header=predefined
else
@@ -28016,7 +28050,7 @@ cf_search="$cf_search $cf_header_path_list"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:28019: result: $cf_cv_slang2_header" >&5
+echo "$as_me:28053: result: $cf_cv_slang2_header" >&5
echo "${ECHO_T}$cf_cv_slang2_header" >&6
if test "x$cf_cv_slang2_header" != xno
@@ -28060,7 +28094,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28063 "configure"
+#line 28097 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -28072,16 +28106,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:28075: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:28109: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:28078: \$? = $ac_status" >&5
+ echo "$as_me:28112: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:28081: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28115: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28084: \$? = $ac_status" >&5
+ echo "$as_me:28118: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -28098,7 +28132,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:28101: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:28135: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -28130,7 +28164,7 @@ else
cf_cv_termlib=none
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28133 "configure"
+#line 28167 "configure"
#include "confdefs.h"
extern char *tgoto(const char*,int,int);
int
@@ -28142,19 +28176,19 @@ char *x=tgoto("",0,0); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28145: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28179: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28148: \$? = $ac_status" >&5
+ echo "$as_me:28182: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28151: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28185: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28154: \$? = $ac_status" >&5
+ echo "$as_me:28188: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28157 "configure"
+#line 28191 "configure"
#include "confdefs.h"
extern char *tigetstr(const char *);
int
@@ -28166,16 +28200,16 @@ char *x=tigetstr(""); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28169: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28203: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28172: \$? = $ac_status" >&5
+ echo "$as_me:28206: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28175: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28209: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28178: \$? = $ac_status" >&5
+ echo "$as_me:28212: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termlib=terminfo
else
@@ -28186,7 +28220,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
test -n "$verbose" && echo " using functions in predefined $cf_cv_termlib LIBS" 1>&6
-echo "${as_me:-configure}:28189: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
+echo "${as_me:-configure}:28223: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
else
echo "$as_me: failed program was:" >&5
@@ -28201,10 +28235,10 @@ if test "$cf_cv_termlib" = none; then
LIBS="-l$cf_lib $cf_save_LIBS"
for cf_func in tigetstr tgetstr
do
- echo "$as_me:28204: checking for $cf_func in -l$cf_lib" >&5
+ echo "$as_me:28238: checking for $cf_func in -l$cf_lib" >&5
echo $ECHO_N "checking for $cf_func in -l$cf_lib... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28207 "configure"
+#line 28241 "configure"
#include "confdefs.h"
extern char *$cf_func(const char *);
int
@@ -28216,16 +28250,16 @@ char *x = $cf_func(""); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28219: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28253: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28222: \$? = $ac_status" >&5
+ echo "$as_me:28256: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28225: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28259: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28228: \$? = $ac_status" >&5
+ echo "$as_me:28262: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -28234,7 +28268,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:28237: result: $cf_result" >&5
+ echo "$as_me:28271: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" = yes ; then
if test "$cf_func" = tigetstr ; then
@@ -28251,7 +28285,7 @@ echo "${ECHO_T}$cf_result" >&6
fi
if test "$cf_cv_termlib" = none; then
# allow curses library for broken AIX system.
- echo "$as_me:28254: checking for initscr in -lcurses" >&5
+ echo "$as_me:28288: checking for initscr in -lcurses" >&5
echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6
if test "${ac_cv_lib_curses_initscr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -28259,7 +28293,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28262 "configure"
+#line 28296 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -28278,16 +28312,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28281: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28315: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28284: \$? = $ac_status" >&5
+ echo "$as_me:28318: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28287: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28321: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28290: \$? = $ac_status" >&5
+ echo "$as_me:28324: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_curses_initscr=yes
else
@@ -28298,7 +28332,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:28301: result: $ac_cv_lib_curses_initscr" >&5
+echo "$as_me:28335: result: $ac_cv_lib_curses_initscr" >&5
echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6
if test "$ac_cv_lib_curses_initscr" = yes; then
@@ -28320,7 +28354,7 @@ LIBS="$cf_add_libs"
fi
- echo "$as_me:28323: checking for tgoto in -ltermcap" >&5
+ echo "$as_me:28357: checking for tgoto in -ltermcap" >&5
echo $ECHO_N "checking for tgoto in -ltermcap... $ECHO_C" >&6
if test "${ac_cv_lib_termcap_tgoto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -28328,7 +28362,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ltermcap $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28331 "configure"
+#line 28365 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -28347,16 +28381,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28350: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28384: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28353: \$? = $ac_status" >&5
+ echo "$as_me:28387: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28356: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28390: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28359: \$? = $ac_status" >&5
+ echo "$as_me:28393: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_termcap_tgoto=yes
else
@@ -28367,7 +28401,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:28370: result: $ac_cv_lib_termcap_tgoto" >&5
+echo "$as_me:28404: result: $ac_cv_lib_termcap_tgoto" >&5
echo "${ECHO_T}$ac_cv_lib_termcap_tgoto" >&6
if test "$ac_cv_lib_termcap_tgoto" = yes; then
@@ -28394,20 +28428,20 @@ fi
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
if test "$cf_cv_termlib" = none; then
- { echo "$as_me:28397: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
+ { echo "$as_me:28431: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
echo "$as_me: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&2;}
fi
fi
cf_slang_LIBS2="$LIBS"
-echo "$as_me:28404: checking for acos" >&5
+echo "$as_me:28438: checking for acos" >&5
echo $ECHO_N "checking for acos... $ECHO_C" >&6
if test "${ac_cv_func_acos+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28410 "configure"
+#line 28444 "configure"
#include "confdefs.h"
#define acos autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -28438,16 +28472,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28441: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28475: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28444: \$? = $ac_status" >&5
+ echo "$as_me:28478: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28447: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28481: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28450: \$? = $ac_status" >&5
+ echo "$as_me:28484: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_acos=yes
else
@@ -28457,13 +28491,13 @@ ac_cv_func_acos=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:28460: result: $ac_cv_func_acos" >&5
+echo "$as_me:28494: result: $ac_cv_func_acos" >&5
echo "${ECHO_T}$ac_cv_func_acos" >&6
if test "$ac_cv_func_acos" = yes; then
:
else
-echo "$as_me:28466: checking for acos in -lm" >&5
+echo "$as_me:28500: checking for acos in -lm" >&5
echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
if test "${ac_cv_lib_m_acos+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -28471,7 +28505,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28474 "configure"
+#line 28508 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -28490,16 +28524,16 @@ acos ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28493: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28527: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28496: \$? = $ac_status" >&5
+ echo "$as_me:28530: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28499: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28533: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28502: \$? = $ac_status" >&5
+ echo "$as_me:28536: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_m_acos=yes
else
@@ -28510,7 +28544,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:28513: result: $ac_cv_lib_m_acos" >&5
+echo "$as_me:28547: result: $ac_cv_lib_m_acos" >&5
echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
if test "$ac_cv_lib_m_acos" = yes; then
@@ -28536,13 +28570,13 @@ case "$host_os" in
eval 'cf_cv_have_lib_'"video"'=no'
cf_libdir=""
- echo "$as_me:28539: checking for v_init" >&5
+ echo "$as_me:28573: checking for v_init" >&5
echo $ECHO_N "checking for v_init... $ECHO_C" >&6
if test "${ac_cv_func_v_init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28545 "configure"
+#line 28579 "configure"
#include "confdefs.h"
#define v_init autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -28573,16 +28607,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28576: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28610: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28579: \$? = $ac_status" >&5
+ echo "$as_me:28613: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28582: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28616: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28585: \$? = $ac_status" >&5
+ echo "$as_me:28619: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_v_init=yes
else
@@ -28592,18 +28626,18 @@ ac_cv_func_v_init=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:28595: result: $ac_cv_func_v_init" >&5
+echo "$as_me:28629: result: $ac_cv_func_v_init" >&5
echo "${ECHO_T}$ac_cv_func_v_init" >&6
if test "$ac_cv_func_v_init" = yes; then
eval 'cf_cv_have_lib_'"video"'=yes'
else
cf_save_LIBS="$LIBS"
- echo "$as_me:28602: checking for v_init in -lvideo" >&5
+ echo "$as_me:28636: checking for v_init in -lvideo" >&5
echo $ECHO_N "checking for v_init in -lvideo... $ECHO_C" >&6
LIBS="-lvideo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28606 "configure"
+#line 28640 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -28615,25 +28649,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28618: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28652: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28621: \$? = $ac_status" >&5
+ echo "$as_me:28655: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28624: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28658: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28627: \$? = $ac_status" >&5
+ echo "$as_me:28661: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28629: result: yes" >&5
+ echo "$as_me:28663: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"video"'=yes'
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:28636: result: no" >&5
+echo "$as_me:28670: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -28701,11 +28735,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:28704: checking for -lvideo in $cf_libdir" >&5
+ echo "$as_me:28738: checking for -lvideo in $cf_libdir" >&5
echo $ECHO_N "checking for -lvideo in $cf_libdir... $ECHO_C" >&6
LIBS="-L$cf_libdir -lvideo $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28708 "configure"
+#line 28742 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -28717,25 +28751,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28720: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28754: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28723: \$? = $ac_status" >&5
+ echo "$as_me:28757: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28726: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28760: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28729: \$? = $ac_status" >&5
+ echo "$as_me:28763: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28731: result: yes" >&5
+ echo "$as_me:28765: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"video"'=yes'
break
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:28738: result: no" >&5
+echo "$as_me:28772: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -28750,7 +28784,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"video"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:28753: error: Cannot link video library" >&5
+ { { echo "$as_me:28787: error: Cannot link video library" >&5
echo "$as_me: error: Cannot link video library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -28760,13 +28794,13 @@ esac
eval 'cf_cv_have_lib_'"slang2"'=no'
cf_libdir=""
- echo "$as_me:28763: checking for SLtt_get_screen_size" >&5
+ echo "$as_me:28797: checking for SLtt_get_screen_size" >&5
echo $ECHO_N "checking for SLtt_get_screen_size... $ECHO_C" >&6
if test "${ac_cv_func_SLtt_get_screen_size+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28769 "configure"
+#line 28803 "configure"
#include "confdefs.h"
#define SLtt_get_screen_size autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -28797,16 +28831,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28800: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28834: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28803: \$? = $ac_status" >&5
+ echo "$as_me:28837: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28806: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28840: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28809: \$? = $ac_status" >&5
+ echo "$as_me:28843: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_SLtt_get_screen_size=yes
else
@@ -28816,18 +28850,18 @@ ac_cv_func_SLtt_get_screen_size=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:28819: result: $ac_cv_func_SLtt_get_screen_size" >&5
+echo "$as_me:28853: result: $ac_cv_func_SLtt_get_screen_size" >&5
echo "${ECHO_T}$ac_cv_func_SLtt_get_screen_size" >&6
if test "$ac_cv_func_SLtt_get_screen_size" = yes; then
eval 'cf_cv_have_lib_'"slang2"'=yes'
else
cf_save_LIBS="$LIBS"
- echo "$as_me:28826: checking for SLtt_get_screen_size in -lslang2" >&5
+ echo "$as_me:28860: checking for SLtt_get_screen_size in -lslang2" >&5
echo $ECHO_N "checking for SLtt_get_screen_size in -lslang2... $ECHO_C" >&6
LIBS="-lslang2 $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28830 "configure"
+#line 28864 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -28839,25 +28873,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28842: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28876: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28845: \$? = $ac_status" >&5
+ echo "$as_me:28879: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28848: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28882: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28851: \$? = $ac_status" >&5
+ echo "$as_me:28885: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28853: result: yes" >&5
+ echo "$as_me:28887: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"slang2"'=yes'
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:28860: result: no" >&5
+echo "$as_me:28894: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -28925,11 +28959,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:28928: checking for -lslang2 in $cf_libdir" >&5
+ echo "$as_me:28962: checking for -lslang2 in $cf_libdir" >&5
echo $ECHO_N "checking for -lslang2 in $cf_libdir... $ECHO_C" >&6
LIBS="-L$cf_libdir -lslang2 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28932 "configure"
+#line 28966 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -28941,25 +28975,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28944: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28978: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28947: \$? = $ac_status" >&5
+ echo "$as_me:28981: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28950: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28984: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28953: \$? = $ac_status" >&5
+ echo "$as_me:28987: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28955: result: yes" >&5
+ echo "$as_me:28989: result: yes" >&5
echo "${ECHO_T}yes" >&6
eval 'cf_cv_have_lib_'"slang2"'=yes'
break
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:28962: result: no" >&5
+echo "$as_me:28996: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -28974,13 +29008,13 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"slang2"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:28977: error: Cannot link slang2 library" >&5
+ { { echo "$as_me:29011: error: Cannot link slang2 library" >&5
echo "$as_me: error: Cannot link slang2 library" >&2;}
{ (exit 1); exit 1; }; }
fi
cf_slang_LIBS3="$LIBS"
-echo "$as_me:28983: checking if we can link slang2 without termcap" >&5
+echo "$as_me:29017: checking if we can link slang2 without termcap" >&5
echo $ECHO_N "checking if we can link slang2 without termcap... $ECHO_C" >&6
if test -n "`echo "$cf_slang_LIBS1" | sed -e 's/ //g'`" ; then
cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
@@ -28989,7 +29023,7 @@ else
fi
LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28992 "configure"
+#line 29026 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -29001,16 +29035,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29004: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29038: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29007: \$? = $ac_status" >&5
+ echo "$as_me:29041: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29010: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29044: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29013: \$? = $ac_status" >&5
+ echo "$as_me:29047: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -29019,12 +29053,12 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:29022: result: $cf_result" >&5
+echo "$as_me:29056: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
test "$cf_result" = no && LIBS="$cf_slang_LIBS3"
else
- { { echo "$as_me:29027: error: cannot find slang headers" >&5
+ { { echo "$as_me:29061: error: cannot find slang headers" >&5
echo "$as_me: error: cannot find slang headers" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -29032,14 +29066,14 @@ fi
# There's an unofficial set of patches for slang that gives it some limited
# UTF8 capability. Unfortunately it won't compile unless one defines UTF8.
-echo "$as_me:29035: checking if we must define UTF8" >&5
+echo "$as_me:29069: checking if we must define UTF8" >&5
echo $ECHO_N "checking if we must define UTF8... $ECHO_C" >&6
if test "${cf_cv_slang_utf8+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29042 "configure"
+#line 29076 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -29051,16 +29085,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29054: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29088: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29057: \$? = $ac_status" >&5
+ echo "$as_me:29091: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29060: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29094: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29063: \$? = $ac_status" >&5
+ echo "$as_me:29097: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_utf8=no
else
@@ -29068,7 +29102,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29071 "configure"
+#line 29105 "configure"
#include "confdefs.h"
#define UTF8
@@ -29082,16 +29116,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29085: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29119: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29088: \$? = $ac_status" >&5
+ echo "$as_me:29122: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29091: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29125: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29094: \$? = $ac_status" >&5
+ echo "$as_me:29128: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_utf8=yes
else
@@ -29104,7 +29138,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:29107: result: $cf_cv_slang_utf8" >&5
+echo "$as_me:29141: result: $cf_cv_slang_utf8" >&5
echo "${ECHO_T}$cf_cv_slang_utf8" >&6
if test "$cf_cv_slang_utf8" = yes ; then
@@ -29115,14 +29149,14 @@ EOF
fi
-echo "$as_me:29118: checking if we must tell slang this is UNIX" >&5
+echo "$as_me:29152: checking if we must tell slang this is UNIX" >&5
echo $ECHO_N "checking if we must tell slang this is UNIX... $ECHO_C" >&6
if test "${cf_cv_slang_unix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29125 "configure"
+#line 29159 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -29141,16 +29175,16 @@ SLang_TT_Baud_Rate = 1
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29144: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29178: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29147: \$? = $ac_status" >&5
+ echo "$as_me:29181: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29150: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29184: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29153: \$? = $ac_status" >&5
+ echo "$as_me:29187: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_unix=yes
else
@@ -29161,20 +29195,20 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:29164: result: $cf_cv_slang_unix" >&5
+echo "$as_me:29198: result: $cf_cv_slang_unix" >&5
echo "${ECHO_T}$cf_cv_slang_unix" >&6
test "$cf_cv_slang_unix" = yes &&
cat >>confdefs.h <<\EOF
#define REAL_UNIX_SYSTEM 1
EOF
- echo "$as_me:29171: checking for SLsmg_Color_Type" >&5
+ echo "$as_me:29205: checking for SLsmg_Color_Type" >&5
echo $ECHO_N "checking for SLsmg_Color_Type... $ECHO_C" >&6
if test "${ac_cv_type_SLsmg_Color_Type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29177 "configure"
+#line 29211 "configure"
#include "confdefs.h"
#include <slang.h>
@@ -29190,16 +29224,16 @@ if (sizeof (SLsmg_Color_Type))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29193: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29227: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29196: \$? = $ac_status" >&5
+ echo "$as_me:29230: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29199: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29233: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29202: \$? = $ac_status" >&5
+ echo "$as_me:29236: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_SLsmg_Color_Type=yes
else
@@ -29209,7 +29243,7 @@ ac_cv_type_SLsmg_Color_Type=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:29212: result: $ac_cv_type_SLsmg_Color_Type" >&5
+echo "$as_me:29246: result: $ac_cv_type_SLsmg_Color_Type" >&5
echo "${ECHO_T}$ac_cv_type_SLsmg_Color_Type" >&6
if test "$ac_cv_type_SLsmg_Color_Type" = yes; then
ac_cv_type_SLsmg_Color_Type=yes
@@ -29225,13 +29259,13 @@ EOF
fi
- echo "$as_me:29228: checking for SLtt_Char_Type" >&5
+ echo "$as_me:29262: checking for SLtt_Char_Type" >&5
echo $ECHO_N "checking for SLtt_Char_Type... $ECHO_C" >&6
if test "${ac_cv_type_SLtt_Char_Type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29234 "configure"
+#line 29268 "configure"
#include "confdefs.h"
#include <slang.h>
@@ -29247,16 +29281,16 @@ if (sizeof (SLtt_Char_Type))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29250: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29284: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29253: \$? = $ac_status" >&5
+ echo "$as_me:29287: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29256: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29290: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29259: \$? = $ac_status" >&5
+ echo "$as_me:29293: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_SLtt_Char_Type=yes
else
@@ -29266,7 +29300,7 @@ ac_cv_type_SLtt_Char_Type=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:29269: result: $ac_cv_type_SLtt_Char_Type" >&5
+echo "$as_me:29303: result: $ac_cv_type_SLtt_Char_Type" >&5
echo "${ECHO_T}$ac_cv_type_SLtt_Char_Type" >&6
if test "$ac_cv_type_SLtt_Char_Type" = yes; then
ac_cv_type_SLtt_Char_Type=yes
@@ -29289,7 +29323,7 @@ esac
LD_RPATH_OPT=
if test "x$cf_cv_enable_rpath" != xno
then
- echo "$as_me:29292: checking for an rpath option" >&5
+ echo "$as_me:29326: checking for an rpath option" >&5
echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
case "$cf_cv_system_name" in
(irix*)
@@ -29320,12 +29354,12 @@ echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
(*)
;;
esac
- echo "$as_me:29323: result: $LD_RPATH_OPT" >&5
+ echo "$as_me:29357: result: $LD_RPATH_OPT" >&5
echo "${ECHO_T}$LD_RPATH_OPT" >&6
case "x$LD_RPATH_OPT" in
(x-R*)
- echo "$as_me:29328: checking if we need a space after rpath option" >&5
+ echo "$as_me:29362: 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"
@@ -29346,7 +29380,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29349 "configure"
+#line 29383 "configure"
#include "confdefs.h"
int
@@ -29358,16 +29392,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29361: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29395: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29364: \$? = $ac_status" >&5
+ echo "$as_me:29398: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29367: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29401: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29370: \$? = $ac_status" >&5
+ echo "$as_me:29404: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_rpath_space=no
else
@@ -29377,7 +29411,7 @@ cf_rpath_space=yes
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS="$cf_save_LIBS"
- echo "$as_me:29380: result: $cf_rpath_space" >&5
+ echo "$as_me:29414: result: $cf_rpath_space" >&5
echo "${ECHO_T}$cf_rpath_space" >&6
test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
;;
@@ -29388,13 +29422,13 @@ if test -z "$LD_RPATH_OPT"
then
test -n "$verbose" && echo " will not attempt to use rpath" 1>&6
-echo "${as_me:-configure}:29391: testing will not attempt to use rpath ..." 1>&5
+echo "${as_me:-configure}:29425: testing will not attempt to use rpath ..." 1>&5
elif test "x${enable_rpath_hack:-yes}" = "xno"
then
test -n "$verbose" && echo " rpath is disabled" 1>&6
-echo "${as_me:-configure}:29397: testing rpath is disabled ..." 1>&5
+echo "${as_me:-configure}:29431: testing rpath is disabled ..." 1>&5
elif test -z "${LD_RUN_PATH}${LD_LIBRARY_PATH}"
then
@@ -29405,7 +29439,7 @@ if test "$cross_compiling" = yes; then
cf_check_run=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29408 "configure"
+#line 29442 "configure"
#include "confdefs.h"
$ac_includes_default
int main(void) {
@@ -29414,15 +29448,15 @@ int main(void) {
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:29417: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29451: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29420: \$? = $ac_status" >&5
+ echo "$as_me:29454: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:29422: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29456: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29425: \$? = $ac_status" >&5
+ echo "$as_me:29459: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_check_run=yes
else
@@ -29438,7 +29472,7 @@ fi
then
test -n "$verbose" && echo " linkage is broken" 1>&6
-echo "${as_me:-configure}:29441: testing linkage is broken ..." 1>&5
+echo "${as_me:-configure}:29475: testing linkage is broken ..." 1>&5
cf_result=
for cf_item in $LIBS
@@ -29470,7 +29504,7 @@ if test "$cross_compiling" = yes; then
cf_check_run=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29473 "configure"
+#line 29507 "configure"
#include "confdefs.h"
$ac_includes_default
int main(void) {
@@ -29479,15 +29513,15 @@ int main(void) {
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:29482: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29516: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29485: \$? = $ac_status" >&5
+ echo "$as_me:29519: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:29487: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29521: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29490: \$? = $ac_status" >&5
+ echo "$as_me:29524: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_check_run=yes
else
@@ -29503,12 +29537,12 @@ fi
then
test -n "$verbose" && echo " use rpath for $cf_save_LIBS" 1>&6
-echo "${as_me:-configure}:29506: testing use rpath for $cf_save_LIBS ..." 1>&5
+echo "${as_me:-configure}:29540: testing use rpath for $cf_save_LIBS ..." 1>&5
LIBS="$cf_result"
test -n "$verbose" && echo " result is now $LIBS" 1>&6
-echo "${as_me:-configure}:29511: testing result is now $LIBS ..." 1>&5
+echo "${as_me:-configure}:29545: testing result is now $LIBS ..." 1>&5
else
LIBS="$cf_save_LIBS"
@@ -29519,20 +29553,20 @@ echo "${as_me:-configure}:29511: testing result is now $LIBS ..." 1>&5
(*)
test -n "$verbose" && echo " will not attempt to use rpath" 1>&6
-echo "${as_me:-configure}:29522: testing will not attempt to use rpath ..." 1>&5
+echo "${as_me:-configure}:29556: testing will not attempt to use rpath ..." 1>&5
;;
esac
fi
-echo "$as_me:29528: checking for chtype typedef" >&5
+echo "$as_me:29562: checking for chtype typedef" >&5
echo $ECHO_N "checking for chtype typedef... $ECHO_C" >&6
if test "${cf_cv_chtype_decl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29535 "configure"
+#line 29569 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -29544,16 +29578,16 @@ chtype foo; (void)foo
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29547: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29581: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29550: \$? = $ac_status" >&5
+ echo "$as_me:29584: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29553: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29587: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29556: \$? = $ac_status" >&5
+ echo "$as_me:29590: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_chtype_decl=yes
else
@@ -29563,7 +29597,7 @@ cf_cv_chtype_decl=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:29566: result: $cf_cv_chtype_decl" >&5
+echo "$as_me:29600: result: $cf_cv_chtype_decl" >&5
echo "${ECHO_T}$cf_cv_chtype_decl" >&6
if test "$cf_cv_chtype_decl" = yes ; then
@@ -29571,14 +29605,14 @@ cat >>confdefs.h <<\EOF
#define HAVE_TYPE_CHTYPE 1
EOF
- echo "$as_me:29574: checking if chtype is scalar or struct" >&5
+ echo "$as_me:29608: checking if chtype is scalar or struct" >&5
echo $ECHO_N "checking if chtype is scalar or struct... $ECHO_C" >&6
if test "${cf_cv_chtype_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29581 "configure"
+#line 29615 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -29590,16 +29624,16 @@ static chtype foo; long x = foo; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29593: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29627: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29596: \$? = $ac_status" >&5
+ echo "$as_me:29630: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29599: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29633: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29602: \$? = $ac_status" >&5
+ echo "$as_me:29636: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_chtype_type=scalar
else
@@ -29609,7 +29643,7 @@ cf_cv_chtype_type=struct
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:29612: result: $cf_cv_chtype_type" >&5
+echo "$as_me:29646: result: $cf_cv_chtype_type" >&5
echo "${ECHO_T}$cf_cv_chtype_type" >&6
if test "$cf_cv_chtype_type" = scalar ; then
@@ -29620,7 +29654,7 @@ EOF
fi
fi
-echo "$as_me:29623: checking if you want the wide-curses features" >&5
+echo "$as_me:29657: checking if you want the wide-curses features" >&5
echo $ECHO_N "checking if you want the wide-curses features... $ECHO_C" >&6
# Check whether --enable-widec or --disable-widec was given.
@@ -29637,10 +29671,10 @@ else
use_wide_curses=$cf_wide_curses
fi;
-echo "$as_me:29640: result: $use_wide_curses" >&5
+echo "$as_me:29674: result: $use_wide_curses" >&5
echo "${ECHO_T}$use_wide_curses" >&6
-echo "$as_me:29643: checking if color-style code should be used" >&5
+echo "$as_me:29677: checking if color-style code should be used" >&5
echo $ECHO_N "checking if color-style code should be used... $ECHO_C" >&6
# Check whether --enable-color-style or --disable-color-style was given.
@@ -29660,7 +29694,7 @@ fi;
case "$use_color_style" in
(no)
- echo "$as_me:29663: result: no" >&5
+ echo "$as_me:29697: result: no" >&5
echo "${ECHO_T}no" >&6
INSTALL_LSS=
;;
@@ -29670,10 +29704,10 @@ cat >>confdefs.h <<\EOF
#define USE_COLOR_STYLE 1
EOF
- echo "$as_me:29673: result: yes" >&5
+ echo "$as_me:29707: result: yes" >&5
echo "${ECHO_T}yes" >&6
- echo "$as_me:29676: checking for location of style-sheet file" >&5
+ echo "$as_me:29710: checking for location of style-sheet file" >&5
echo $ECHO_N "checking for location of style-sheet file... $ECHO_C" >&6
# Check whether --with-lss-file or --without-lss-file was given.
@@ -29709,7 +29743,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:29712: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:29746: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -29718,7 +29752,7 @@ esac
fi
eval LYNX_LSS_FILE="$withval"
- echo "$as_me:29721: result: $LYNX_LSS_FILE" >&5
+ echo "$as_me:29755: result: $LYNX_LSS_FILE" >&5
echo "${ECHO_T}$LYNX_LSS_FILE" >&6
test "$LYNX_LSS_FILE" = no && LYNX_LSS_FILE=
@@ -29731,7 +29765,7 @@ EOF
;;
esac
-echo "$as_me:29734: checking for the default configuration-file" >&5
+echo "$as_me:29768: checking for the default configuration-file" >&5
echo $ECHO_N "checking for the default configuration-file... $ECHO_C" >&6
# Check whether --with-cfg-file or --without-cfg-file was given.
@@ -29767,7 +29801,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:29770: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:29804: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -29776,7 +29810,7 @@ esac
fi
eval LYNX_CFG_FILE="$withval"
-echo "$as_me:29779: result: $LYNX_CFG_FILE" >&5
+echo "$as_me:29813: result: $LYNX_CFG_FILE" >&5
echo "${ECHO_T}$LYNX_CFG_FILE" >&6
test "$LYNX_CFG_FILE" = no && LYNX_CFG_FILE=
@@ -29785,7 +29819,7 @@ cat >>confdefs.h <<EOF
#define LYNX_CFG_FILE "$LYNX_CFG_FILE"
EOF
-echo "$as_me:29788: checking for the default configuration-path" >&5
+echo "$as_me:29822: checking for the default configuration-path" >&5
echo $ECHO_N "checking for the default configuration-path... $ECHO_C" >&6
# Check whether --with-cfg-path or --without-cfg-path was given.
@@ -29821,7 +29855,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:29824: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:29858: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -29830,7 +29864,7 @@ esac
fi
eval LYNX_CFG_PATH="$withval"
-echo "$as_me:29833: result: $LYNX_CFG_PATH" >&5
+echo "$as_me:29867: result: $LYNX_CFG_PATH" >&5
echo "${ECHO_T}$LYNX_CFG_PATH" >&6
test -z "$LYNX_CFG_PATH" && LYNX_CFG_PATH="`echo "$LYNX_CFG_FILE" | sed -e 's%/[^/]*$%%'`"
@@ -29840,7 +29874,7 @@ cat >>confdefs.h <<EOF
#define LYNX_CFG_PATH "$LYNX_CFG_PATH"
EOF
-echo "$as_me:29843: checking if htmlized lynx.cfg should be built" >&5
+echo "$as_me:29877: checking if htmlized lynx.cfg should be built" >&5
echo $ECHO_N "checking if htmlized lynx.cfg should be built... $ECHO_C" >&6
# Check whether --enable-htmlized-cfg or --disable-htmlized-cfg was given.
@@ -29857,7 +29891,7 @@ else
use_htmlized_cfg=no
fi;
-echo "$as_me:29860: result: $use_htmlized_cfg" >&5
+echo "$as_me:29894: result: $use_htmlized_cfg" >&5
echo "${ECHO_T}$use_htmlized_cfg" >&6
LYNXCFG_MAKE=''
@@ -29868,7 +29902,7 @@ else
LYNXCFG_NO_MAKE='#'
fi
-echo "$as_me:29871: checking if local doc directory should be linked to help page" >&5
+echo "$as_me:29905: checking if local doc directory should be linked to help page" >&5
echo $ECHO_N "checking if local doc directory should be linked to help page... $ECHO_C" >&6
# Check whether --enable-local-docs or --disable-local-docs was given.
@@ -29885,7 +29919,7 @@ else
use_local_docs=no
fi;
-echo "$as_me:29888: result: $use_local_docs" >&5
+echo "$as_me:29922: result: $use_local_docs" >&5
echo "${ECHO_T}$use_local_docs" >&6
LYNXDOC_MAKE=''
@@ -29893,7 +29927,7 @@ if test "$use_local_docs" = no ; then
LYNXDOC_MAKE='#'
fi
-echo "$as_me:29896: checking for MIME library directory" >&5
+echo "$as_me:29930: checking for MIME library directory" >&5
echo $ECHO_N "checking for MIME library directory... $ECHO_C" >&6
# Check whether --with-mime-libdir or --without-mime-libdir was given.
@@ -29929,7 +29963,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:29932: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:29966: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -29938,7 +29972,7 @@ esac
fi
eval MIME_LIBDIR="$withval"
-echo "$as_me:29941: result: $MIME_LIBDIR" >&5
+echo "$as_me:29975: result: $MIME_LIBDIR" >&5
echo "${ECHO_T}$MIME_LIBDIR" >&6
MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'`
@@ -29946,7 +29980,7 @@ cat >>confdefs.h <<EOF
#define MIME_LIBDIR "$MIME_LIBDIR"
EOF
-echo "$as_me:29949: checking if locale-charset selection logic should be used" >&5
+echo "$as_me:29983: checking if locale-charset selection logic should be used" >&5
echo $ECHO_N "checking if locale-charset selection logic should be used... $ECHO_C" >&6
# Check whether --enable-locale-charset or --disable-locale-charset was given.
@@ -29963,7 +29997,7 @@ else
use_locale_charset=yes
fi;
-echo "$as_me:29966: result: $use_locale_charset" >&5
+echo "$as_me:30000: result: $use_locale_charset" >&5
echo "${ECHO_T}$use_locale_charset" >&6
test "$use_locale_charset" != no &&
cat >>confdefs.h <<\EOF
@@ -29972,7 +30006,7 @@ EOF
CHARSET_DEFS=
-echo "$as_me:29975: checking if you want only a few charsets" >&5
+echo "$as_me:30009: checking if you want only a few charsets" >&5
echo $ECHO_N "checking if you want only a few charsets... $ECHO_C" >&6
# Check whether --with-charsets or --without-charsets was given.
@@ -29984,7 +30018,7 @@ else
fi;
if test -n "$cf_charsets" ; then
- echo "$as_me:29987: result: yes" >&5
+ echo "$as_me:30021: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -29998,7 +30032,7 @@ EOF
if test "$cf_charsets" = "minimal" ; then
test -n "$verbose" && echo " using minimal list of charsets: $cf_min_charsets" 1>&6
-echo "${as_me:-configure}:30001: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5
+echo "${as_me:-configure}:30035: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5
fi
cf_charsets=`echo "$cf_charsets" | sed -e "s/minimal/$cf_min_charsets/g" -e 's/,/ /g'`
@@ -30025,28 +30059,28 @@ echo "${as_me:-configure}:30001: testing using minimal list of charsets: $cf_min
then
test -n "$verbose" && echo " found $cf_charset" 1>&6
-echo "${as_me:-configure}:30028: testing found $cf_charset ..." 1>&5
+echo "${as_me:-configure}:30062: testing found $cf_charset ..." 1>&5
CHARSET_DEFS="-DNO_CHARSET_${cf_def_charset}=0 $CHARSET_DEFS"
else
test -n "$verbose" && echo " not found $cf_charset" 1>&6
-echo "${as_me:-configure}:30034: testing not found $cf_charset ..." 1>&5
+echo "${as_me:-configure}:30068: testing not found $cf_charset ..." 1>&5
fi
done
else
- echo "$as_me:30039: result: no" >&5
+ echo "$as_me:30073: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:30043: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:30077: 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 30049 "configure"
+#line 30083 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -30062,16 +30096,16 @@ return 0;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30065: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30099: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30068: \$? = $ac_status" >&5
+ echo "$as_me:30102: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30071: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30105: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30074: \$? = $ac_status" >&5
+ echo "$as_me:30108: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_header_time=yes
else
@@ -30081,7 +30115,7 @@ ac_cv_header_time=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30084: result: $ac_cv_header_time" >&5
+echo "$as_me:30118: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -30094,13 +30128,13 @@ fi
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:30097: checking for $ac_hdr that defines DIR" >&5
+echo "$as_me:30131: 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 30103 "configure"
+#line 30137 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
@@ -30115,16 +30149,16 @@ return 0;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30118: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30152: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30121: \$? = $ac_status" >&5
+ echo "$as_me:30155: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30124: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30158: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30127: \$? = $ac_status" >&5
+ echo "$as_me:30161: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_Header=yes"
else
@@ -30134,7 +30168,7 @@ eval "$as_ac_Header=no"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30137: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30171: 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
@@ -30147,7 +30181,7 @@ fi
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:30150: checking for opendir in -ldir" >&5
+ echo "$as_me:30184: 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
@@ -30155,7 +30189,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldir $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30158 "configure"
+#line 30192 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -30174,16 +30208,16 @@ opendir ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30177: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30211: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30180: \$? = $ac_status" >&5
+ echo "$as_me:30214: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30183: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30217: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30186: \$? = $ac_status" >&5
+ echo "$as_me:30220: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dir_opendir=yes
else
@@ -30194,14 +30228,14 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:30197: result: $ac_cv_lib_dir_opendir" >&5
+echo "$as_me:30231: 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:30204: checking for opendir in -lx" >&5
+ echo "$as_me:30238: 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
@@ -30209,7 +30243,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lx $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30212 "configure"
+#line 30246 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -30228,16 +30262,16 @@ opendir ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30231: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30265: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30234: \$? = $ac_status" >&5
+ echo "$as_me:30268: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30237: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30271: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30240: \$? = $ac_status" >&5
+ echo "$as_me:30274: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_x_opendir=yes
else
@@ -30248,7 +30282,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:30251: result: $ac_cv_lib_x_opendir" >&5
+echo "$as_me:30285: 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"
@@ -30274,23 +30308,23 @@ for ac_header in \
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:30277: checking for $ac_header" >&5
+echo "$as_me:30311: 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 30283 "configure"
+#line 30317 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:30287: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30321: \"$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:30293: \$? = $ac_status" >&5
+ echo "$as_me:30327: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -30309,7 +30343,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:30312: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30346: 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
@@ -30319,14 +30353,14 @@ EOF
fi
done
-echo "$as_me:30322: checking termio.h and termios.h" >&5
+echo "$as_me:30356: checking termio.h and termios.h" >&5
echo $ECHO_N "checking termio.h and termios.h... $ECHO_C" >&6
if test "${cf_cv_termio_and_termios+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30329 "configure"
+#line 30363 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -30345,16 +30379,16 @@ putchar (0x0a)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30348: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30382: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30351: \$? = $ac_status" >&5
+ echo "$as_me:30385: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30354: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30388: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30357: \$? = $ac_status" >&5
+ echo "$as_me:30391: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termio_and_termios=yes
else
@@ -30365,21 +30399,21 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30368: result: $cf_cv_termio_and_termios" >&5
+echo "$as_me:30402: result: $cf_cv_termio_and_termios" >&5
echo "${ECHO_T}$cf_cv_termio_and_termios" >&6
test "$cf_cv_termio_and_termios" = no &&
cat >>confdefs.h <<\EOF
#define TERMIO_AND_TERMIOS 1
EOF
-echo "$as_me:30375: checking for sigaction and structs" >&5
+echo "$as_me:30409: checking for sigaction and structs" >&5
echo $ECHO_N "checking for sigaction and structs... $ECHO_C" >&6
if test "${cf_cv_func_sigaction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30382 "configure"
+#line 30416 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -30399,16 +30433,16 @@ struct sigaction act;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30402: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30436: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30405: \$? = $ac_status" >&5
+ echo "$as_me:30439: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30408: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30442: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30411: \$? = $ac_status" >&5
+ echo "$as_me:30445: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_func_sigaction=yes
else
@@ -30419,7 +30453,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:30422: result: $cf_cv_func_sigaction" >&5
+echo "$as_me:30456: result: $cf_cv_func_sigaction" >&5
echo "${ECHO_T}$cf_cv_func_sigaction" >&6
test "$cf_cv_func_sigaction" = yes &&
cat >>confdefs.h <<\EOF
@@ -30429,23 +30463,23 @@ EOF
for ac_header in sys/wait.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:30432: checking for $ac_header" >&5
+echo "$as_me:30466: 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 30438 "configure"
+#line 30472 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:30442: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30476: \"$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:30448: \$? = $ac_status" >&5
+ echo "$as_me:30482: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -30464,7 +30498,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:30467: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30501: 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
@@ -30485,23 +30519,23 @@ else
for ac_header in wait.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:30488: checking for $ac_header" >&5
+echo "$as_me:30522: 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 30494 "configure"
+#line 30528 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:30498: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30532: \"$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:30504: \$? = $ac_status" >&5
+ echo "$as_me:30538: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -30520,7 +30554,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:30523: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30557: 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
@@ -30533,23 +30567,23 @@ done
for ac_header in waitstatus.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:30536: checking for $ac_header" >&5
+echo "$as_me:30570: 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 30542 "configure"
+#line 30576 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:30546: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30580: \"$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:30552: \$? = $ac_status" >&5
+ echo "$as_me:30586: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -30568,7 +30602,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:30571: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30605: 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
@@ -30590,14 +30624,14 @@ cf_wait_headers="$cf_wait_headers
fi
fi
-echo "$as_me:30593: checking for union wait" >&5
+echo "$as_me:30627: checking for union wait" >&5
echo $ECHO_N "checking for union wait... $ECHO_C" >&6
if test "${cf_cv_type_unionwait+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30600 "configure"
+#line 30634 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -30616,16 +30650,16 @@ static int x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30619: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30653: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30622: \$? = $ac_status" >&5
+ echo "$as_me:30656: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30625: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30659: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30628: \$? = $ac_status" >&5
+ echo "$as_me:30662: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_type_unionwait=no
echo compiles ok w/o union wait 1>&5
@@ -30635,7 +30669,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30638 "configure"
+#line 30672 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -30662,16 +30696,16 @@ union wait x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30665: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30699: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30668: \$? = $ac_status" >&5
+ echo "$as_me:30702: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30671: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30705: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30674: \$? = $ac_status" >&5
+ echo "$as_me:30708: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_type_unionwait=yes
echo compiles ok with union wait and possibly macros too 1>&5
@@ -30686,7 +30720,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:30689: result: $cf_cv_type_unionwait" >&5
+echo "$as_me:30723: result: $cf_cv_type_unionwait" >&5
echo "${ECHO_T}$cf_cv_type_unionwait" >&6
test "$cf_cv_type_unionwait" = yes &&
cat >>confdefs.h <<\EOF
@@ -30695,14 +30729,14 @@ EOF
if test "$cf_cv_type_unionwait" = yes; then
- echo "$as_me:30698: checking if union wait can be used as wait-arg" >&5
+ echo "$as_me:30732: checking if union wait can be used as wait-arg" >&5
echo $ECHO_N "checking if union wait can be used as wait-arg... $ECHO_C" >&6
if test "${cf_cv_arg_union_wait+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30705 "configure"
+#line 30739 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -30714,16 +30748,16 @@ union wait x; wait(&x)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30717: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30751: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30720: \$? = $ac_status" >&5
+ echo "$as_me:30754: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30723: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30757: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30726: \$? = $ac_status" >&5
+ echo "$as_me:30760: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_arg_union_wait=yes
else
@@ -30735,21 +30769,21 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
- echo "$as_me:30738: result: $cf_cv_arg_union_wait" >&5
+ echo "$as_me:30772: result: $cf_cv_arg_union_wait" >&5
echo "${ECHO_T}$cf_cv_arg_union_wait" >&6
test "$cf_cv_arg_union_wait" = yes &&
cat >>confdefs.h <<\EOF
#define WAIT_USES_UNION 1
EOF
- echo "$as_me:30745: checking if union wait can be used as waitpid-arg" >&5
+ echo "$as_me:30779: checking if union wait can be used as waitpid-arg" >&5
echo $ECHO_N "checking if union wait can be used as waitpid-arg... $ECHO_C" >&6
if test "${cf_cv_arg_union_waitpid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30752 "configure"
+#line 30786 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -30761,16 +30795,16 @@ union wait x; waitpid(0, &x, 0)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30764: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30798: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30767: \$? = $ac_status" >&5
+ echo "$as_me:30801: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30770: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30804: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30773: \$? = $ac_status" >&5
+ echo "$as_me:30807: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_arg_union_waitpid=yes
else
@@ -30782,7 +30816,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
- echo "$as_me:30785: result: $cf_cv_arg_union_waitpid" >&5
+ echo "$as_me:30819: result: $cf_cv_arg_union_waitpid" >&5
echo "${ECHO_T}$cf_cv_arg_union_waitpid" >&6
test "$cf_cv_arg_union_waitpid" = yes &&
cat >>confdefs.h <<\EOF
@@ -30791,13 +30825,13 @@ EOF
fi
-echo "$as_me:30794: checking for uid_t in sys/types.h" >&5
+echo "$as_me:30828: checking for uid_t in sys/types.h" >&5
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30800 "configure"
+#line 30834 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -30811,7 +30845,7 @@ fi
rm -rf conftest*
fi
-echo "$as_me:30814: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:30848: result: $ac_cv_type_uid_t" >&5
echo "${ECHO_T}$ac_cv_type_uid_t" >&6
if test $ac_cv_type_uid_t = no; then
@@ -30825,7 +30859,7 @@ EOF
fi
-echo "$as_me:30828: checking type of array argument to getgroups" >&5
+echo "$as_me:30862: checking type of array argument to getgroups" >&5
echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6
if test "${ac_cv_type_getgroups+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -30834,7 +30868,7 @@ else
ac_cv_type_getgroups=cross
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30837 "configure"
+#line 30871 "configure"
#include "confdefs.h"
$ac_includes_default
/* Thanks to Mike Rendell for this test. */
@@ -30861,15 +30895,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:30864: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30898: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30867: \$? = $ac_status" >&5
+ echo "$as_me:30901: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:30869: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30903: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30872: \$? = $ac_status" >&5
+ echo "$as_me:30906: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_getgroups=gid_t
else
@@ -30882,7 +30916,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
if test $ac_cv_type_getgroups = cross; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30885 "configure"
+#line 30919 "configure"
#include "confdefs.h"
#include <unistd.h>
@@ -30897,20 +30931,20 @@ rm -rf conftest*
fi
fi
-echo "$as_me:30900: result: $ac_cv_type_getgroups" >&5
+echo "$as_me:30934: result: $ac_cv_type_getgroups" >&5
echo "${ECHO_T}$ac_cv_type_getgroups" >&6
cat >>confdefs.h <<EOF
#define GETGROUPS_T $ac_cv_type_getgroups
EOF
-echo "$as_me:30907: checking for off_t" >&5
+echo "$as_me:30941: checking for off_t" >&5
echo $ECHO_N "checking for off_t... $ECHO_C" >&6
if test "${ac_cv_type_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30913 "configure"
+#line 30947 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -30925,16 +30959,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30928: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30962: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30931: \$? = $ac_status" >&5
+ echo "$as_me:30965: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30934: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30968: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30937: \$? = $ac_status" >&5
+ echo "$as_me:30971: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_off_t=yes
else
@@ -30944,7 +30978,7 @@ ac_cv_type_off_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30947: result: $ac_cv_type_off_t" >&5
+echo "$as_me:30981: result: $ac_cv_type_off_t" >&5
echo "${ECHO_T}$ac_cv_type_off_t" >&6
if test "$ac_cv_type_off_t" = yes; then
:
@@ -30956,13 +30990,13 @@ EOF
fi
-echo "$as_me:30959: checking for pid_t" >&5
+echo "$as_me:30993: 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 30965 "configure"
+#line 30999 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -30977,16 +31011,16 @@ if (sizeof (pid_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30980: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31014: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30983: \$? = $ac_status" >&5
+ echo "$as_me:31017: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30986: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31020: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30989: \$? = $ac_status" >&5
+ echo "$as_me:31023: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_pid_t=yes
else
@@ -30996,7 +31030,7 @@ ac_cv_type_pid_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30999: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:31033: 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
:
@@ -31008,13 +31042,13 @@ EOF
fi
-echo "$as_me:31011: checking for uid_t in sys/types.h" >&5
+echo "$as_me:31045: checking for uid_t in sys/types.h" >&5
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31017 "configure"
+#line 31051 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -31028,7 +31062,7 @@ fi
rm -rf conftest*
fi
-echo "$as_me:31031: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:31065: result: $ac_cv_type_uid_t" >&5
echo "${ECHO_T}$ac_cv_type_uid_t" >&6
if test $ac_cv_type_uid_t = no; then
@@ -31042,13 +31076,13 @@ EOF
fi
-echo "$as_me:31045: checking for mode_t" >&5
+echo "$as_me:31079: checking for mode_t" >&5
echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
if test "${ac_cv_type_mode_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31051 "configure"
+#line 31085 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31063,16 +31097,16 @@ if (sizeof (mode_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31066: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31100: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31069: \$? = $ac_status" >&5
+ echo "$as_me:31103: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31072: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31106: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31075: \$? = $ac_status" >&5
+ echo "$as_me:31109: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_mode_t=yes
else
@@ -31082,7 +31116,7 @@ ac_cv_type_mode_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31085: result: $ac_cv_type_mode_t" >&5
+echo "$as_me:31119: result: $ac_cv_type_mode_t" >&5
echo "${ECHO_T}$ac_cv_type_mode_t" >&6
if test "$ac_cv_type_mode_t" = yes; then
:
@@ -31094,13 +31128,13 @@ EOF
fi
- echo "$as_me:31097: checking for ssize_t" >&5
+ echo "$as_me:31131: 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 31103 "configure"
+#line 31137 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31115,16 +31149,16 @@ if (sizeof (ssize_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31118: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31152: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31121: \$? = $ac_status" >&5
+ echo "$as_me:31155: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31124: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31158: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31127: \$? = $ac_status" >&5
+ echo "$as_me:31161: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_ssize_t=yes
else
@@ -31134,7 +31168,7 @@ ac_cv_type_ssize_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31137: result: $ac_cv_type_ssize_t" >&5
+echo "$as_me:31171: 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
ac_cv_type_ssize_t=yes
@@ -31150,13 +31184,13 @@ EOF
fi
- echo "$as_me:31153: checking for socklen_t" >&5
+ echo "$as_me:31187: checking for socklen_t" >&5
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if test "${ac_cv_type_socklen_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31159 "configure"
+#line 31193 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -31174,16 +31208,16 @@ if (sizeof (socklen_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31177: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31211: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31180: \$? = $ac_status" >&5
+ echo "$as_me:31214: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31183: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31217: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31186: \$? = $ac_status" >&5
+ echo "$as_me:31220: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_socklen_t=yes
else
@@ -31193,7 +31227,7 @@ ac_cv_type_socklen_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31196: result: $ac_cv_type_socklen_t" >&5
+echo "$as_me:31230: result: $ac_cv_type_socklen_t" >&5
echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
if test "$ac_cv_type_socklen_t" = yes; then
ac_cv_type_socklen_t=yes
@@ -31209,7 +31243,7 @@ EOF
fi
-echo "$as_me:31212: checking for long long type" >&5
+echo "$as_me:31246: checking for long long type" >&5
echo $ECHO_N "checking for long long type... $ECHO_C" >&6
if test "${cf_cv_type_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -31240,7 +31274,7 @@ _CFEOF
rm -f conftest*
fi
-echo "$as_me:31243: result: $cf_cv_type_long_long" >&5
+echo "$as_me:31277: result: $cf_cv_type_long_long" >&5
echo "${ECHO_T}$cf_cv_type_long_long" >&6
if test "$cf_cv_type_long_long" = yes ; then
@@ -31251,14 +31285,14 @@ EOF
fi
-echo "$as_me:31254: checking for tm.tm_gmtoff" >&5
+echo "$as_me:31288: checking for tm.tm_gmtoff" >&5
echo $ECHO_N "checking for tm.tm_gmtoff... $ECHO_C" >&6
if test "${cf_cv_tm_gmtoff+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31261 "configure"
+#line 31295 "configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
@@ -31283,16 +31317,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31286: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31320: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31289: \$? = $ac_status" >&5
+ echo "$as_me:31323: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31292: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31326: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31295: \$? = $ac_status" >&5
+ echo "$as_me:31329: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_tm_gmtoff=yes
else
@@ -31303,20 +31337,20 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31306: result: $cf_cv_tm_gmtoff" >&5
+echo "$as_me:31340: result: $cf_cv_tm_gmtoff" >&5
echo "${ECHO_T}$cf_cv_tm_gmtoff" >&6
test "$cf_cv_tm_gmtoff" = no &&
cat >>confdefs.h <<\EOF
#define DONT_HAVE_TM_GMTOFF 1
EOF
-echo "$as_me:31313: checking for int" >&5
+echo "$as_me:31347: checking for int" >&5
echo $ECHO_N "checking for int... $ECHO_C" >&6
if test "${ac_cv_type_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31319 "configure"
+#line 31353 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31331,16 +31365,16 @@ if (sizeof (int))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31334: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31368: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31337: \$? = $ac_status" >&5
+ echo "$as_me:31371: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31340: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31374: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31343: \$? = $ac_status" >&5
+ echo "$as_me:31377: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_int=yes
else
@@ -31350,10 +31384,10 @@ ac_cv_type_int=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31353: result: $ac_cv_type_int" >&5
+echo "$as_me:31387: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
-echo "$as_me:31356: checking size of int" >&5
+echo "$as_me:31390: checking size of int" >&5
echo $ECHO_N "checking size of int... $ECHO_C" >&6
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -31362,7 +31396,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31365 "configure"
+#line 31399 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31374,21 +31408,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31377: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31411: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31380: \$? = $ac_status" >&5
+ echo "$as_me:31414: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31383: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31417: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31386: \$? = $ac_status" >&5
+ echo "$as_me:31420: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31391 "configure"
+#line 31425 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31400,16 +31434,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31403: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31437: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31406: \$? = $ac_status" >&5
+ echo "$as_me:31440: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31409: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31443: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31412: \$? = $ac_status" >&5
+ echo "$as_me:31446: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -31425,7 +31459,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31428 "configure"
+#line 31462 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31437,16 +31471,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31440: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31474: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31443: \$? = $ac_status" >&5
+ echo "$as_me:31477: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31446: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31480: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31449: \$? = $ac_status" >&5
+ echo "$as_me:31483: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -31462,7 +31496,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
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 31465 "configure"
+#line 31499 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31474,16 +31508,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31477: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31511: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31480: \$? = $ac_status" >&5
+ echo "$as_me:31514: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31483: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31517: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31486: \$? = $ac_status" >&5
+ echo "$as_me:31520: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -31496,12 +31530,12 @@ done
ac_cv_sizeof_int=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:31499: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:31533: 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 31504 "configure"
+#line 31538 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31517,15 +31551,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:31520: \"$ac_link\"") >&5
+if { (eval echo "$as_me:31554: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31523: \$? = $ac_status" >&5
+ echo "$as_me:31557: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:31525: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31559: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31528: \$? = $ac_status" >&5
+ echo "$as_me:31562: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_int=`cat conftest.val`
else
@@ -31541,7 +31575,7 @@ else
ac_cv_sizeof_int=0
fi
fi
-echo "$as_me:31544: result: $ac_cv_sizeof_int" >&5
+echo "$as_me:31578: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_INT $ac_cv_sizeof_int
@@ -31550,11 +31584,11 @@ EOF
if test "${ac_cv_type_int+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_int"
if test "${ac_cv_sizeof_int+set}" != set; then
- { echo "$as_me:31553: WARNING: using 4 for sizeof int" >&5
+ { echo "$as_me:31587: WARNING: using 4 for sizeof int" >&5
echo "$as_me: WARNING: using 4 for sizeof int" >&2;}
ac_cv_sizeof_int=4
elif test "x${ac_cv_sizeof_int}" = x0; then
- { echo "$as_me:31557: WARNING: sizeof int not found, using 4" >&5
+ { echo "$as_me:31591: WARNING: sizeof int not found, using 4" >&5
echo "$as_me: WARNING: sizeof int not found, using 4" >&2;}
ac_cv_sizeof_int=4
fi
@@ -31568,13 +31602,13 @@ cf_cv_type=`echo "sizeof_int" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKL
fi
fi
-echo "$as_me:31571: checking for long" >&5
+echo "$as_me:31605: checking for long" >&5
echo $ECHO_N "checking for long... $ECHO_C" >&6
if test "${ac_cv_type_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31577 "configure"
+#line 31611 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31589,16 +31623,16 @@ if (sizeof (long))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31592: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31626: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31595: \$? = $ac_status" >&5
+ echo "$as_me:31629: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31598: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31632: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31601: \$? = $ac_status" >&5
+ echo "$as_me:31635: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_long=yes
else
@@ -31608,10 +31642,10 @@ ac_cv_type_long=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31611: result: $ac_cv_type_long" >&5
+echo "$as_me:31645: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
-echo "$as_me:31614: checking size of long" >&5
+echo "$as_me:31648: checking size of long" >&5
echo $ECHO_N "checking size of long... $ECHO_C" >&6
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -31620,7 +31654,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31623 "configure"
+#line 31657 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31632,21 +31666,21 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31635: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31669: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31638: \$? = $ac_status" >&5
+ echo "$as_me:31672: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31641: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31675: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31644: \$? = $ac_status" >&5
+ echo "$as_me:31678: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31649 "configure"
+#line 31683 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31658,16 +31692,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31661: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31695: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31664: \$? = $ac_status" >&5
+ echo "$as_me:31698: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31667: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31701: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31670: \$? = $ac_status" >&5
+ echo "$as_me:31704: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -31683,7 +31717,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31686 "configure"
+#line 31720 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31695,16 +31729,16 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31698: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31732: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31701: \$? = $ac_status" >&5
+ echo "$as_me:31735: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31704: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31738: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31707: \$? = $ac_status" >&5
+ echo "$as_me:31741: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -31720,7 +31754,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
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 31723 "configure"
+#line 31757 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31732,16 +31766,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31735: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31769: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31738: \$? = $ac_status" >&5
+ echo "$as_me:31772: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31741: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31775: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31744: \$? = $ac_status" >&5
+ echo "$as_me:31778: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -31754,12 +31788,12 @@ done
ac_cv_sizeof_long=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:31757: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:31791: 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 31762 "configure"
+#line 31796 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31775,15 +31809,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:31778: \"$ac_link\"") >&5
+if { (eval echo "$as_me:31812: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31781: \$? = $ac_status" >&5
+ echo "$as_me:31815: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:31783: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31817: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31786: \$? = $ac_status" >&5
+ echo "$as_me:31820: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_long=`cat conftest.val`
else
@@ -31799,7 +31833,7 @@ else
ac_cv_sizeof_long=0
fi
fi
-echo "$as_me:31802: result: $ac_cv_sizeof_long" >&5
+echo "$as_me:31836: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_LONG $ac_cv_sizeof_long
@@ -31808,11 +31842,11 @@ EOF
if test "${ac_cv_type_long+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_long"
if test "${ac_cv_sizeof_long+set}" != set; then
- { echo "$as_me:31811: WARNING: using 4 for sizeof long" >&5
+ { echo "$as_me:31845: WARNING: using 4 for sizeof long" >&5
echo "$as_me: WARNING: using 4 for sizeof long" >&2;}
ac_cv_sizeof_long=4
elif test "x${ac_cv_sizeof_long}" = x0; then
- { echo "$as_me:31815: WARNING: sizeof long not found, using 4" >&5
+ { echo "$as_me:31849: WARNING: sizeof long not found, using 4" >&5
echo "$as_me: WARNING: sizeof long not found, using 4" >&2;}
ac_cv_sizeof_long=4
fi
@@ -31826,13 +31860,13 @@ cf_cv_type=`echo "sizeof_long" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJK
fi
fi
-echo "$as_me:31829: checking for off_t" >&5
+echo "$as_me:31863: checking for off_t" >&5
echo $ECHO_N "checking for off_t... $ECHO_C" >&6
if test "${ac_cv_type_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31835 "configure"
+#line 31869 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31847,16 +31881,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31850: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31884: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31853: \$? = $ac_status" >&5
+ echo "$as_me:31887: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31856: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31890: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31859: \$? = $ac_status" >&5
+ echo "$as_me:31893: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_off_t=yes
else
@@ -31866,10 +31900,10 @@ ac_cv_type_off_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31869: result: $ac_cv_type_off_t" >&5
+echo "$as_me:31903: result: $ac_cv_type_off_t" >&5
echo "${ECHO_T}$ac_cv_type_off_t" >&6
-echo "$as_me:31872: checking size of off_t" >&5
+echo "$as_me:31906: checking size of off_t" >&5
echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
if test "${ac_cv_sizeof_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -31878,7 +31912,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31881 "configure"
+#line 31915 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31890,21 +31924,21 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31893: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31927: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31896: \$? = $ac_status" >&5
+ echo "$as_me:31930: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31899: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31933: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31902: \$? = $ac_status" >&5
+ echo "$as_me:31936: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31907 "configure"
+#line 31941 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31916,16 +31950,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31919: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31953: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31922: \$? = $ac_status" >&5
+ echo "$as_me:31956: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31925: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31959: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31928: \$? = $ac_status" >&5
+ echo "$as_me:31962: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -31941,7 +31975,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31944 "configure"
+#line 31978 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31953,16 +31987,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31956: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31990: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31959: \$? = $ac_status" >&5
+ echo "$as_me:31993: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31962: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31996: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31965: \$? = $ac_status" >&5
+ echo "$as_me:31999: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -31978,7 +32012,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
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 31981 "configure"
+#line 32015 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31990,16 +32024,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31993: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32027: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31996: \$? = $ac_status" >&5
+ echo "$as_me:32030: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31999: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32033: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32002: \$? = $ac_status" >&5
+ echo "$as_me:32036: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -32012,12 +32046,12 @@ done
ac_cv_sizeof_off_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:32015: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32049: 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 32020 "configure"
+#line 32054 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32033,15 +32067,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:32036: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32070: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32039: \$? = $ac_status" >&5
+ echo "$as_me:32073: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:32041: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32075: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32044: \$? = $ac_status" >&5
+ echo "$as_me:32078: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_off_t=`cat conftest.val`
else
@@ -32057,7 +32091,7 @@ else
ac_cv_sizeof_off_t=0
fi
fi
-echo "$as_me:32060: result: $ac_cv_sizeof_off_t" >&5
+echo "$as_me:32094: result: $ac_cv_sizeof_off_t" >&5
echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
@@ -32066,11 +32100,11 @@ EOF
if test "${ac_cv_type_off_t+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_off_t"
if test "${ac_cv_sizeof_off_t+set}" != set; then
- { echo "$as_me:32069: WARNING: using 4 for sizeof off_t" >&5
+ { echo "$as_me:32103: WARNING: using 4 for sizeof off_t" >&5
echo "$as_me: WARNING: using 4 for sizeof off_t" >&2;}
ac_cv_sizeof_off_t=4
elif test "x${ac_cv_sizeof_off_t}" = x0; then
- { echo "$as_me:32073: WARNING: sizeof off_t not found, using 4" >&5
+ { echo "$as_me:32107: WARNING: sizeof off_t not found, using 4" >&5
echo "$as_me: WARNING: sizeof off_t not found, using 4" >&2;}
ac_cv_sizeof_off_t=4
fi
@@ -32084,13 +32118,13 @@ cf_cv_type=`echo "sizeof_off_t" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJ
fi
fi
-echo "$as_me:32087: checking for size_t" >&5
+echo "$as_me:32121: checking for size_t" >&5
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32093 "configure"
+#line 32127 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32105,16 +32139,16 @@ if (sizeof (size_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32108: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32142: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32111: \$? = $ac_status" >&5
+ echo "$as_me:32145: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32114: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32148: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32117: \$? = $ac_status" >&5
+ echo "$as_me:32151: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_size_t=yes
else
@@ -32124,10 +32158,10 @@ ac_cv_type_size_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32127: result: $ac_cv_type_size_t" >&5
+echo "$as_me:32161: result: $ac_cv_type_size_t" >&5
echo "${ECHO_T}$ac_cv_type_size_t" >&6
-echo "$as_me:32130: checking size of size_t" >&5
+echo "$as_me:32164: checking size of size_t" >&5
echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
if test "${ac_cv_sizeof_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -32136,7 +32170,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32139 "configure"
+#line 32173 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32148,21 +32182,21 @@ int _array_ [1 - 2 * !((sizeof (size_t)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32151: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32185: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32154: \$? = $ac_status" >&5
+ echo "$as_me:32188: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32157: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32191: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32160: \$? = $ac_status" >&5
+ echo "$as_me:32194: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32165 "configure"
+#line 32199 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32174,16 +32208,16 @@ int _array_ [1 - 2 * !((sizeof (size_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32177: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32211: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32180: \$? = $ac_status" >&5
+ echo "$as_me:32214: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32183: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32217: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32186: \$? = $ac_status" >&5
+ echo "$as_me:32220: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -32199,7 +32233,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32202 "configure"
+#line 32236 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32211,16 +32245,16 @@ int _array_ [1 - 2 * !((sizeof (size_t)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32214: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32248: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32217: \$? = $ac_status" >&5
+ echo "$as_me:32251: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32220: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32254: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32223: \$? = $ac_status" >&5
+ echo "$as_me:32257: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -32236,7 +32270,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
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 32239 "configure"
+#line 32273 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32248,16 +32282,16 @@ int _array_ [1 - 2 * !((sizeof (size_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32251: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32285: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32254: \$? = $ac_status" >&5
+ echo "$as_me:32288: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32257: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32291: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32260: \$? = $ac_status" >&5
+ echo "$as_me:32294: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -32270,12 +32304,12 @@ done
ac_cv_sizeof_size_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:32273: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32307: 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 32278 "configure"
+#line 32312 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32291,15 +32325,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:32294: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32328: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32297: \$? = $ac_status" >&5
+ echo "$as_me:32331: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:32299: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32333: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32302: \$? = $ac_status" >&5
+ echo "$as_me:32336: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_size_t=`cat conftest.val`
else
@@ -32315,7 +32349,7 @@ else
ac_cv_sizeof_size_t=0
fi
fi
-echo "$as_me:32318: result: $ac_cv_sizeof_size_t" >&5
+echo "$as_me:32352: result: $ac_cv_sizeof_size_t" >&5
echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
@@ -32324,11 +32358,11 @@ EOF
if test "${ac_cv_type_size_t+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_size_t"
if test "${ac_cv_sizeof_size_t+set}" != set; then
- { echo "$as_me:32327: WARNING: using 4 for sizeof size_t" >&5
+ { echo "$as_me:32361: WARNING: using 4 for sizeof size_t" >&5
echo "$as_me: WARNING: using 4 for sizeof size_t" >&2;}
ac_cv_sizeof_size_t=4
elif test "x${ac_cv_sizeof_size_t}" = x0; then
- { echo "$as_me:32331: WARNING: sizeof size_t not found, using 4" >&5
+ { echo "$as_me:32365: WARNING: sizeof size_t not found, using 4" >&5
echo "$as_me: WARNING: sizeof size_t not found, using 4" >&2;}
ac_cv_sizeof_size_t=4
fi
@@ -32342,13 +32376,13 @@ cf_cv_type=`echo "sizeof_size_t" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHI
fi
fi
-echo "$as_me:32345: checking for time_t" >&5
+echo "$as_me:32379: checking for time_t" >&5
echo $ECHO_N "checking for time_t... $ECHO_C" >&6
if test "${ac_cv_type_time_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32351 "configure"
+#line 32385 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32363,16 +32397,16 @@ if (sizeof (time_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32366: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32400: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32369: \$? = $ac_status" >&5
+ echo "$as_me:32403: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32372: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32406: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32375: \$? = $ac_status" >&5
+ echo "$as_me:32409: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_time_t=yes
else
@@ -32382,10 +32416,10 @@ ac_cv_type_time_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32385: result: $ac_cv_type_time_t" >&5
+echo "$as_me:32419: result: $ac_cv_type_time_t" >&5
echo "${ECHO_T}$ac_cv_type_time_t" >&6
-echo "$as_me:32388: checking size of time_t" >&5
+echo "$as_me:32422: checking size of time_t" >&5
echo $ECHO_N "checking size of time_t... $ECHO_C" >&6
if test "${ac_cv_sizeof_time_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -32394,7 +32428,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32397 "configure"
+#line 32431 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32406,21 +32440,21 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32409: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32443: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32412: \$? = $ac_status" >&5
+ echo "$as_me:32446: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32415: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32449: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32418: \$? = $ac_status" >&5
+ echo "$as_me:32452: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32423 "configure"
+#line 32457 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32432,16 +32466,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32435: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32469: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32438: \$? = $ac_status" >&5
+ echo "$as_me:32472: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32441: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32475: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32444: \$? = $ac_status" >&5
+ echo "$as_me:32478: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -32457,7 +32491,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32460 "configure"
+#line 32494 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32469,16 +32503,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32472: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32506: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32475: \$? = $ac_status" >&5
+ echo "$as_me:32509: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32478: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32512: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32481: \$? = $ac_status" >&5
+ echo "$as_me:32515: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -32494,7 +32528,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
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 32497 "configure"
+#line 32531 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32506,16 +32540,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32509: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32543: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32512: \$? = $ac_status" >&5
+ echo "$as_me:32546: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32515: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32549: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32518: \$? = $ac_status" >&5
+ echo "$as_me:32552: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -32528,12 +32562,12 @@ done
ac_cv_sizeof_time_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:32531: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32565: 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 32536 "configure"
+#line 32570 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32549,15 +32583,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:32552: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32586: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32555: \$? = $ac_status" >&5
+ echo "$as_me:32589: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:32557: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32591: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32560: \$? = $ac_status" >&5
+ echo "$as_me:32594: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_time_t=`cat conftest.val`
else
@@ -32573,7 +32607,7 @@ else
ac_cv_sizeof_time_t=0
fi
fi
-echo "$as_me:32576: result: $ac_cv_sizeof_time_t" >&5
+echo "$as_me:32610: result: $ac_cv_sizeof_time_t" >&5
echo "${ECHO_T}$ac_cv_sizeof_time_t" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_TIME_T $ac_cv_sizeof_time_t
@@ -32582,11 +32616,11 @@ EOF
if test "${ac_cv_type_time_t+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_time_t"
if test "${ac_cv_sizeof_time_t+set}" != set; then
- { echo "$as_me:32585: WARNING: using 4 for sizeof time_t" >&5
+ { echo "$as_me:32619: WARNING: using 4 for sizeof time_t" >&5
echo "$as_me: WARNING: using 4 for sizeof time_t" >&2;}
ac_cv_sizeof_time_t=4
elif test "x${ac_cv_sizeof_time_t}" = x0; then
- { echo "$as_me:32589: WARNING: sizeof time_t not found, using 4" >&5
+ { echo "$as_me:32623: WARNING: sizeof time_t not found, using 4" >&5
echo "$as_me: WARNING: sizeof time_t not found, using 4" >&2;}
ac_cv_sizeof_time_t=4
fi
@@ -32600,13 +32634,13 @@ cf_cv_type=`echo "sizeof_time_t" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHI
fi
fi
-echo "$as_me:32603: checking for intptr_t" >&5
+echo "$as_me:32637: 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 32609 "configure"
+#line 32643 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32621,16 +32655,16 @@ if (sizeof (intptr_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32624: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32658: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32627: \$? = $ac_status" >&5
+ echo "$as_me:32661: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32630: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32664: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32633: \$? = $ac_status" >&5
+ echo "$as_me:32667: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_intptr_t=yes
else
@@ -32640,7 +32674,7 @@ ac_cv_type_intptr_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32643: result: $ac_cv_type_intptr_t" >&5
+echo "$as_me:32677: 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
:
@@ -32654,13 +32688,13 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:32657: checking for working alloca.h" >&5
+echo "$as_me:32691: checking for working alloca.h" >&5
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
if test "${ac_cv_working_alloca_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32663 "configure"
+#line 32697 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -32672,16 +32706,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:32675: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32709: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32678: \$? = $ac_status" >&5
+ echo "$as_me:32712: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:32681: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32715: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32684: \$? = $ac_status" >&5
+ echo "$as_me:32718: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_working_alloca_h=yes
else
@@ -32691,7 +32725,7 @@ ac_cv_working_alloca_h=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:32694: result: $ac_cv_working_alloca_h" >&5
+echo "$as_me:32728: result: $ac_cv_working_alloca_h" >&5
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
if test $ac_cv_working_alloca_h = yes; then
@@ -32701,13 +32735,13 @@ EOF
fi
-echo "$as_me:32704: checking for alloca" >&5
+echo "$as_me:32738: checking for alloca" >&5
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
if test "${ac_cv_func_alloca_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32710 "configure"
+#line 32744 "configure"
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
@@ -32739,16 +32773,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:32742: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32776: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32745: \$? = $ac_status" >&5
+ echo "$as_me:32779: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:32748: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32782: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32751: \$? = $ac_status" >&5
+ echo "$as_me:32785: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_alloca_works=yes
else
@@ -32758,7 +32792,7 @@ ac_cv_func_alloca_works=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:32761: result: $ac_cv_func_alloca_works" >&5
+echo "$as_me:32795: result: $ac_cv_func_alloca_works" >&5
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
if test $ac_cv_func_alloca_works = yes; then
@@ -32779,13 +32813,13 @@ cat >>confdefs.h <<\EOF
#define C_ALLOCA 1
EOF
-echo "$as_me:32782: checking whether \`alloca.c' needs Cray hooks" >&5
+echo "$as_me:32816: checking whether \`alloca.c' needs Cray hooks" >&5
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
if test "${ac_cv_os_cray+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32788 "configure"
+#line 32822 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -32803,18 +32837,18 @@ fi
rm -rf conftest*
fi
-echo "$as_me:32806: result: $ac_cv_os_cray" >&5
+echo "$as_me:32840: result: $ac_cv_os_cray" >&5
echo "${ECHO_T}$ac_cv_os_cray" >&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:32811: checking for $ac_func" >&5
+echo "$as_me:32845: 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 32817 "configure"
+#line 32851 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -32845,16 +32879,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:32848: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32882: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32851: \$? = $ac_status" >&5
+ echo "$as_me:32885: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:32854: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32888: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32857: \$? = $ac_status" >&5
+ echo "$as_me:32891: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -32864,7 +32898,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:32867: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:32901: 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
@@ -32878,7 +32912,7 @@ fi
done
fi
-echo "$as_me:32881: checking stack direction for C alloca" >&5
+echo "$as_me:32915: checking stack direction for C alloca" >&5
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
if test "${ac_cv_c_stack_direction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -32887,7 +32921,7 @@ else
ac_cv_c_stack_direction=0
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32890 "configure"
+#line 32924 "configure"
#include "confdefs.h"
int
find_stack_direction (void)
@@ -32910,15 +32944,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:32913: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32947: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32916: \$? = $ac_status" >&5
+ echo "$as_me:32950: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:32918: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32952: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32921: \$? = $ac_status" >&5
+ echo "$as_me:32955: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_c_stack_direction=1
else
@@ -32930,7 +32964,7 @@ fi
rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
fi
fi
-echo "$as_me:32933: result: $ac_cv_c_stack_direction" >&5
+echo "$as_me:32967: result: $ac_cv_c_stack_direction" >&5
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
cat >>confdefs.h <<EOF
@@ -32942,23 +32976,23 @@ fi
for ac_header in unistd.h vfork.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:32945: checking for $ac_header" >&5
+echo "$as_me:32979: 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 32951 "configure"
+#line 32985 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:32955: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:32989: \"$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:32961: \$? = $ac_status" >&5
+ echo "$as_me:32995: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -32977,7 +33011,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:32980: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:33014: 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
@@ -32990,13 +33024,13 @@ done
for ac_func in fork vfork
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:32993: checking for $ac_func" >&5
+echo "$as_me:33027: 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 32999 "configure"
+#line 33033 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -33027,16 +33061,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33030: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33064: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33033: \$? = $ac_status" >&5
+ echo "$as_me:33067: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33036: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33070: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33039: \$? = $ac_status" >&5
+ echo "$as_me:33073: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -33046,7 +33080,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33049: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:33083: 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
@@ -33058,7 +33092,7 @@ done
ac_cv_func_fork_works=$ac_cv_func_fork
if test "x$ac_cv_func_fork" = xyes; then
- echo "$as_me:33061: checking for working fork" >&5
+ echo "$as_me:33095: 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
@@ -33081,15 +33115,15 @@ else
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:33084: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33118: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33087: \$? = $ac_status" >&5
+ echo "$as_me:33121: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:33089: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33123: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33092: \$? = $ac_status" >&5
+ echo "$as_me:33126: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_fork_works=yes
else
@@ -33101,7 +33135,7 @@ fi
rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
fi
fi
-echo "$as_me:33104: result: $ac_cv_func_fork_works" >&5
+echo "$as_me:33138: result: $ac_cv_func_fork_works" >&5
echo "${ECHO_T}$ac_cv_func_fork_works" >&6
fi
@@ -33115,12 +33149,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
ac_cv_func_fork_works=yes
;;
esac
- { echo "$as_me:33118: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
+ { echo "$as_me:33152: 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:33123: checking for working vfork" >&5
+ echo "$as_me:33157: 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
@@ -33129,7 +33163,7 @@ else
ac_cv_func_vfork_works=cross
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33132 "configure"
+#line 33166 "configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
@@ -33222,15 +33256,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:33225: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33259: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33228: \$? = $ac_status" >&5
+ echo "$as_me:33262: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:33230: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33264: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33233: \$? = $ac_status" >&5
+ echo "$as_me:33267: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_vfork_works=yes
else
@@ -33242,13 +33276,13 @@ fi
rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
fi
fi
-echo "$as_me:33245: result: $ac_cv_func_vfork_works" >&5
+echo "$as_me:33279: 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:33251: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
+ { echo "$as_me:33285: 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
@@ -33273,14 +33307,14 @@ EOF
fi
-echo "$as_me:33276: checking if we should use fcntl or ioctl" >&5
+echo "$as_me:33310: checking if we should use fcntl or ioctl" >&5
echo $ECHO_N "checking if we should use fcntl or ioctl... $ECHO_C" >&6
if test "${cf_cv_fionbio+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33283 "configure"
+#line 33317 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -33297,16 +33331,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33300: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33334: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33303: \$? = $ac_status" >&5
+ echo "$as_me:33337: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33306: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33340: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33309: \$? = $ac_status" >&5
+ echo "$as_me:33343: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fionbio=ioctl
else
@@ -33314,7 +33348,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33317 "configure"
+#line 33351 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -33336,16 +33370,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33339: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33373: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33342: \$? = $ac_status" >&5
+ echo "$as_me:33376: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33345: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33379: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33348: \$? = $ac_status" >&5
+ echo "$as_me:33382: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fionbio=fcntl
else
@@ -33358,21 +33392,21 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33361: result: $cf_cv_fionbio" >&5
+echo "$as_me:33395: result: $cf_cv_fionbio" >&5
echo "${ECHO_T}$cf_cv_fionbio" >&6
test "$cf_cv_fionbio" = "fcntl" &&
cat >>confdefs.h <<\EOF
#define USE_FCNTL 1
EOF
-echo "$as_me:33368: checking for broken/missing definition of remove" >&5
+echo "$as_me:33402: checking for broken/missing definition of remove" >&5
echo $ECHO_N "checking for broken/missing definition of remove... $ECHO_C" >&6
if test "${cf_cv_baddef_remove+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33375 "configure"
+#line 33409 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -33384,23 +33418,23 @@ remove("dummy")
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33387: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33421: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33390: \$? = $ac_status" >&5
+ echo "$as_me:33424: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33393: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33427: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33396: \$? = $ac_status" >&5
+ echo "$as_me:33430: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_baddef_remove=no
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33403 "configure"
+#line 33437 "configure"
#include "confdefs.h"
#include <stdio.h>
int __unlink(name) { return unlink(name); }
@@ -33413,16 +33447,16 @@ remove("dummy")
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33416: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33450: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33419: \$? = $ac_status" >&5
+ echo "$as_me:33453: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33422: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33456: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33425: \$? = $ac_status" >&5
+ echo "$as_me:33459: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_baddef_remove=yes
else
@@ -33437,21 +33471,21 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33440: result: $cf_cv_baddef_remove" >&5
+echo "$as_me:33474: result: $cf_cv_baddef_remove" >&5
echo "${ECHO_T}$cf_cv_baddef_remove" >&6
test "$cf_cv_baddef_remove" != no &&
cat >>confdefs.h <<\EOF
#define NEED_REMOVE 1
EOF
-echo "$as_me:33447: checking for lstat" >&5
+echo "$as_me:33481: checking for lstat" >&5
echo $ECHO_N "checking for lstat... $ECHO_C" >&6
if test "${ac_cv_func_lstat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33454 "configure"
+#line 33488 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33463,16 +33497,16 @@ struct stat sb; lstat(".", &sb); (void) sb
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33466: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33500: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33469: \$? = $ac_status" >&5
+ echo "$as_me:33503: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33472: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33506: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33475: \$? = $ac_status" >&5
+ echo "$as_me:33509: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_lstat=yes
else
@@ -33484,7 +33518,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33487: result: $ac_cv_func_lstat " >&5
+echo "$as_me:33521: result: $ac_cv_func_lstat " >&5
echo "${ECHO_T}$ac_cv_func_lstat " >&6
if test "$ac_cv_func_lstat" = yes; then
@@ -33494,14 +33528,14 @@ EOF
fi
-echo "$as_me:33497: checking for getpwuid" >&5
+echo "$as_me:33531: checking for getpwuid" >&5
echo $ECHO_N "checking for getpwuid... $ECHO_C" >&6
if test "${ac_cv_func_getpwuid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33504 "configure"
+#line 33538 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -33519,16 +33553,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33522: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33556: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33525: \$? = $ac_status" >&5
+ echo "$as_me:33559: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33528: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33562: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33531: \$? = $ac_status" >&5
+ echo "$as_me:33565: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_getpwuid=yes
else
@@ -33539,7 +33573,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33542: result: $ac_cv_func_getpwuid" >&5
+echo "$as_me:33576: result: $ac_cv_func_getpwuid" >&5
echo "${ECHO_T}$ac_cv_func_getpwuid" >&6
if test "$ac_cv_func_getpwuid" = yes; then
ac_cv_header_pwd_h=yes
@@ -33554,14 +33588,14 @@ EOF
fi
-echo "$as_me:33557: checking for passwd.pw_gecos" >&5
+echo "$as_me:33591: checking for passwd.pw_gecos" >&5
echo $ECHO_N "checking for passwd.pw_gecos... $ECHO_C" >&6
if test "${cf_cv_pw_gecos+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33564 "configure"
+#line 33598 "configure"
#include "confdefs.h"
#include <pwd.h>
@@ -33578,16 +33612,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33581: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:33615: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33584: \$? = $ac_status" >&5
+ echo "$as_me:33618: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33587: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33621: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33590: \$? = $ac_status" >&5
+ echo "$as_me:33624: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_pw_gecos=yes
else
@@ -33597,20 +33631,20 @@ cf_cv_pw_gecos=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:33600: result: $cf_cv_pw_gecos" >&5
+echo "$as_me:33634: result: $cf_cv_pw_gecos" >&5
echo "${ECHO_T}$cf_cv_pw_gecos" >&6
test $cf_cv_pw_gecos = no &&
cat >>confdefs.h <<\EOF
#define DONT_HAVE_PW_GECOS 1
EOF
-echo "$as_me:33607: checking for vasprintf" >&5
+echo "$as_me:33641: checking for vasprintf" >&5
echo $ECHO_N "checking for vasprintf... $ECHO_C" >&6
if test "${ac_cv_func_vasprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33613 "configure"
+#line 33647 "configure"
#include "confdefs.h"
#define vasprintf autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -33641,16 +33675,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33644: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33678: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33647: \$? = $ac_status" >&5
+ echo "$as_me:33681: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33650: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33684: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33653: \$? = $ac_status" >&5
+ echo "$as_me:33687: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_vasprintf=yes
else
@@ -33660,7 +33694,7 @@ ac_cv_func_vasprintf=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33663: result: $ac_cv_func_vasprintf" >&5
+echo "$as_me:33697: result: $ac_cv_func_vasprintf" >&5
echo "${ECHO_T}$ac_cv_func_vasprintf" >&6
if test "$ac_cv_func_vasprintf" = yes; then
@@ -33668,10 +33702,10 @@ cat >>confdefs.h <<\EOF
#define HAVE_VASPRINTF 1
EOF
- echo "$as_me:33671: checking if vasprintf requires workaround" >&5
+ echo "$as_me:33705: checking if vasprintf requires workaround" >&5
echo $ECHO_N "checking if vasprintf requires workaround... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33674 "configure"
+#line 33708 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -33687,19 +33721,19 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33690: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:33724: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33693: \$? = $ac_status" >&5
+ echo "$as_me:33727: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33696: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33730: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33699: \$? = $ac_status" >&5
+ echo "$as_me:33733: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:33702: result: no" >&5
+ echo "$as_me:33736: result: no" >&5
echo "${ECHO_T}no" >&6
else
@@ -33707,7 +33741,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33710 "configure"
+#line 33744 "configure"
#include "confdefs.h"
#ifndef _GNU_SOURCE
@@ -33726,19 +33760,19 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33729: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:33763: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33732: \$? = $ac_status" >&5
+ echo "$as_me:33766: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33735: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33769: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33738: \$? = $ac_status" >&5
+ echo "$as_me:33772: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:33741: result: yes" >&5
+ echo "$as_me:33775: result: yes" >&5
echo "${ECHO_T}yes" >&6
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
@@ -33748,7 +33782,7 @@ else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
- echo "$as_me:33751: result: unknown" >&5
+ echo "$as_me:33785: result: unknown" >&5
echo "${ECHO_T}unknown" >&6
fi
@@ -33781,13 +33815,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:33784: checking for $ac_func" >&5
+echo "$as_me:33818: 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 33790 "configure"
+#line 33824 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -33818,16 +33852,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33821: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33855: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33824: \$? = $ac_status" >&5
+ echo "$as_me:33858: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33861: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33830: \$? = $ac_status" >&5
+ echo "$as_me:33864: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -33837,7 +33871,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33840: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:33874: 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
@@ -33851,13 +33885,13 @@ for ac_func in \
mkdtemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:33854: checking for $ac_func" >&5
+echo "$as_me:33888: 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 33860 "configure"
+#line 33894 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -33888,16 +33922,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33891: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33925: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33894: \$? = $ac_status" >&5
+ echo "$as_me:33928: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33897: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33931: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33900: \$? = $ac_status" >&5
+ echo "$as_me:33934: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -33907,7 +33941,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33910: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:33944: 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
@@ -33919,13 +33953,13 @@ else
for ac_func in mktemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:33922: checking for $ac_func" >&5
+echo "$as_me:33956: 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 33928 "configure"
+#line 33962 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -33956,16 +33990,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33959: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33993: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33962: \$? = $ac_status" >&5
+ echo "$as_me:33996: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33965: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33999: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33968: \$? = $ac_status" >&5
+ echo "$as_me:34002: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -33975,7 +34009,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33978: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:34012: 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
@@ -33995,13 +34029,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:33998: checking for $ac_func" >&5
+echo "$as_me:34032: 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 34004 "configure"
+#line 34038 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -34032,16 +34066,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34035: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34069: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34038: \$? = $ac_status" >&5
+ echo "$as_me:34072: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34041: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34075: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34044: \$? = $ac_status" >&5
+ echo "$as_me:34078: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -34051,7 +34085,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34054: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:34088: 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
@@ -34066,23 +34100,23 @@ done
for ac_header in limits.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:34069: checking for $ac_header" >&5
+echo "$as_me:34103: 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 34075 "configure"
+#line 34109 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:34079: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:34113: \"$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:34085: \$? = $ac_status" >&5
+ echo "$as_me:34119: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -34101,7 +34135,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:34104: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:34138: 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
@@ -34111,13 +34145,13 @@ EOF
fi
done
-echo "$as_me:34114: checking for arc4random" >&5
+echo "$as_me:34148: checking for arc4random" >&5
echo $ECHO_N "checking for arc4random... $ECHO_C" >&6
if test "${ac_cv_func_arc4random+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34120 "configure"
+#line 34154 "configure"
#include "confdefs.h"
#define arc4random autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -34148,16 +34182,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34151: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34185: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34154: \$? = $ac_status" >&5
+ echo "$as_me:34188: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34157: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34191: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34160: \$? = $ac_status" >&5
+ echo "$as_me:34194: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_arc4random=yes
else
@@ -34167,12 +34201,12 @@ ac_cv_func_arc4random=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34170: result: $ac_cv_func_arc4random" >&5
+echo "$as_me:34204: result: $ac_cv_func_arc4random" >&5
echo "${ECHO_T}$ac_cv_func_arc4random" >&6
if test "$ac_cv_func_arc4random" = yes; then
:
else
- echo "$as_me:34175: checking for arc4random in -lbsd" >&5
+ echo "$as_me:34209: checking for arc4random in -lbsd" >&5
echo $ECHO_N "checking for arc4random in -lbsd... $ECHO_C" >&6
if test "${ac_cv_lib_bsd_arc4random+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -34180,7 +34214,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34183 "configure"
+#line 34217 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -34199,16 +34233,16 @@ arc4random ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34202: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34236: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34205: \$? = $ac_status" >&5
+ echo "$as_me:34239: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34208: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34242: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34211: \$? = $ac_status" >&5
+ echo "$as_me:34245: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_bsd_arc4random=yes
else
@@ -34219,7 +34253,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:34222: result: $ac_cv_lib_bsd_arc4random" >&5
+echo "$as_me:34256: result: $ac_cv_lib_bsd_arc4random" >&5
echo "${ECHO_T}$ac_cv_lib_bsd_arc4random" >&6
if test "$ac_cv_lib_bsd_arc4random" = yes; then
@@ -34243,7 +34277,7 @@ fi
fi
-echo "$as_me:34246: checking for random-integer functions" >&5
+echo "$as_me:34280: checking for random-integer functions" >&5
echo $ECHO_N "checking for random-integer functions... $ECHO_C" >&6
if test "${cf_cv_srand_func+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -34263,7 +34297,7 @@ do
esac
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34266 "configure"
+#line 34300 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34280,16 +34314,16 @@ long seed = 1; $cf_srand_func(seed); seed = $cf_rand_func(); (void)seed
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34283: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34317: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34286: \$? = $ac_status" >&5
+ echo "$as_me:34320: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34289: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34323: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34292: \$? = $ac_status" >&5
+ echo "$as_me:34326: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_srand_func=$cf_func
break
@@ -34301,10 +34335,10 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
done
fi
-echo "$as_me:34304: result: $cf_cv_srand_func" >&5
+echo "$as_me:34338: result: $cf_cv_srand_func" >&5
echo "${ECHO_T}$cf_cv_srand_func" >&6
if test "$cf_cv_srand_func" != unknown ; then
- echo "$as_me:34307: checking for range of random-integers" >&5
+ echo "$as_me:34341: checking for range of random-integers" >&5
echo $ECHO_N "checking for range of random-integers... $ECHO_C" >&6
if test "${cf_cv_rand_max+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -34325,7 +34359,7 @@ else
;;
esac
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34328 "configure"
+#line 34362 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34342,16 +34376,16 @@ long x = $cf_cv_rand_max; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34345: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34379: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34348: \$? = $ac_status" >&5
+ echo "$as_me:34382: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34351: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34385: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34354: \$? = $ac_status" >&5
+ echo "$as_me:34388: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -34362,15 +34396,15 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:34365: result: $cf_cv_rand_max" >&5
+echo "$as_me:34399: result: $cf_cv_rand_max" >&5
echo "${ECHO_T}$cf_cv_rand_max" >&6
case "$cf_cv_srand_func" in
(*/arc4random)
- echo "$as_me:34370: checking if <bsd/stdlib.h> should be included" >&5
+ echo "$as_me:34404: checking if <bsd/stdlib.h> should be included" >&5
echo $ECHO_N "checking if <bsd/stdlib.h> should be included... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34373 "configure"
+#line 34407 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34388,23 +34422,23 @@ void *arc4random(int);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34391: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34425: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34394: \$? = $ac_status" >&5
+ echo "$as_me:34428: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34397: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34431: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34400: \$? = $ac_status" >&5
+ echo "$as_me:34434: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_bsd_stdlib_h=no
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34407 "configure"
+#line 34441 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34421,16 +34455,16 @@ unsigned long x = arc4random(); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34424: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34458: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34427: \$? = $ac_status" >&5
+ echo "$as_me:34461: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34430: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34464: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34433: \$? = $ac_status" >&5
+ echo "$as_me:34467: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_bsd_stdlib_h=yes
else
@@ -34441,7 +34475,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:34444: result: $cf_bsd_stdlib_h" >&5
+ echo "$as_me:34478: result: $cf_bsd_stdlib_h" >&5
echo "${ECHO_T}$cf_bsd_stdlib_h" >&6
if test "$cf_bsd_stdlib_h" = yes
then
@@ -34451,10 +34485,10 @@ cat >>confdefs.h <<\EOF
EOF
else
- echo "$as_me:34454: checking if <bsd/random.h> should be included" >&5
+ echo "$as_me:34488: checking if <bsd/random.h> should be included" >&5
echo $ECHO_N "checking if <bsd/random.h> should be included... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34457 "configure"
+#line 34491 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34472,23 +34506,23 @@ void *arc4random(int);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34475: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34509: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34478: \$? = $ac_status" >&5
+ echo "$as_me:34512: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34481: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34515: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34484: \$? = $ac_status" >&5
+ echo "$as_me:34518: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_bsd_random_h=no
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34491 "configure"
+#line 34525 "configure"
#include "confdefs.h"
#include <bsd/random.h>
int
@@ -34500,16 +34534,16 @@ unsigned long x = arc4random(); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34503: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34537: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34506: \$? = $ac_status" >&5
+ echo "$as_me:34540: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34509: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34543: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34512: \$? = $ac_status" >&5
+ echo "$as_me:34546: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_bsd_random_h=yes
else
@@ -34520,7 +34554,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:34523: result: $cf_bsd_random_h" >&5
+ echo "$as_me:34557: result: $cf_bsd_random_h" >&5
echo "${ECHO_T}$cf_bsd_random_h" >&6
if test "$cf_bsd_random_h" = yes
then
@@ -34530,7 +34564,7 @@ cat >>confdefs.h <<\EOF
EOF
else
- { echo "$as_me:34533: WARNING: no header file found for arc4random" >&5
+ { echo "$as_me:34567: WARNING: no header file found for arc4random" >&5
echo "$as_me: WARNING: no header file found for arc4random" >&2;}
fi
fi
@@ -34565,13 +34599,13 @@ fi
for ac_func in sleep
do
-echo "$as_me:34568: checking for $ac_func declaration" >&5
+echo "$as_me:34602: checking for $ac_func declaration" >&5
echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34574 "configure"
+#line 34608 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34594,20 +34628,20 @@ extern int $ac_func(void);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34597: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34631: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34600: \$? = $ac_status" >&5
+ echo "$as_me:34634: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34603: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34637: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34606: \$? = $ac_status" >&5
+ echo "$as_me:34640: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34610 "configure"
+#line 34644 "configure"
#include "confdefs.h"
#ifdef HAVE_STDLIB_H
@@ -34628,16 +34662,16 @@ int (*p)(struct cf_check_funcdecl*) = $ac_func;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34631: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34665: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34634: \$? = $ac_status" >&5
+ echo "$as_me:34668: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34637: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34671: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34640: \$? = $ac_status" >&5
+ echo "$as_me:34674: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "ac_cv_func_decl_$ac_func=yes"
@@ -34658,11 +34692,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
- echo "$as_me:34661: result: yes" >&5
+ echo "$as_me:34695: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
- echo "$as_me:34665: result: no" >&5
+ echo "$as_me:34699: result: no" >&5
echo "${ECHO_T}no" >&6
ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -34677,13 +34711,13 @@ done
for ac_func in strstr
do
-echo "$as_me:34680: checking for $ac_func declaration" >&5
+echo "$as_me:34714: checking for $ac_func declaration" >&5
echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34686 "configure"
+#line 34720 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34699,20 +34733,20 @@ extern int $ac_func(void);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34702: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34736: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34705: \$? = $ac_status" >&5
+ echo "$as_me:34739: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34708: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34742: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34711: \$? = $ac_status" >&5
+ echo "$as_me:34745: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34715 "configure"
+#line 34749 "configure"
#include "confdefs.h"
#include <string.h>
int
@@ -34726,16 +34760,16 @@ int (*p)(struct cf_check_funcdecl*) = $ac_func;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34729: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34763: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34732: \$? = $ac_status" >&5
+ echo "$as_me:34766: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34735: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34769: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34738: \$? = $ac_status" >&5
+ echo "$as_me:34772: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "ac_cv_func_decl_$ac_func=yes"
@@ -34756,11 +34790,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
- echo "$as_me:34759: result: yes" >&5
+ echo "$as_me:34793: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
- echo "$as_me:34763: result: no" >&5
+ echo "$as_me:34797: result: no" >&5
echo "${ECHO_T}no" >&6
ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -34775,13 +34809,13 @@ done
for ac_func in getgrgid getgrnam
do
-echo "$as_me:34778: checking for $ac_func declaration" >&5
+echo "$as_me:34812: checking for $ac_func declaration" >&5
echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34784 "configure"
+#line 34818 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34799,20 +34833,20 @@ extern int $ac_func(void);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34802: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34836: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34805: \$? = $ac_status" >&5
+ echo "$as_me:34839: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34808: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34842: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34811: \$? = $ac_status" >&5
+ echo "$as_me:34845: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34815 "configure"
+#line 34849 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -34828,16 +34862,16 @@ int (*p)(struct cf_check_funcdecl*) = $ac_func;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34831: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34865: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34834: \$? = $ac_status" >&5
+ echo "$as_me:34868: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34837: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34871: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34840: \$? = $ac_status" >&5
+ echo "$as_me:34874: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "ac_cv_func_decl_$ac_func=yes"
@@ -34858,11 +34892,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
- echo "$as_me:34861: result: yes" >&5
+ echo "$as_me:34895: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
- echo "$as_me:34865: result: no" >&5
+ echo "$as_me:34899: result: no" >&5
echo "${ECHO_T}no" >&6
ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -34874,14 +34908,14 @@ EOF
fi
done
-echo "$as_me:34877: checking if TRUE/FALSE are defined" >&5
+echo "$as_me:34911: checking if TRUE/FALSE are defined" >&5
echo $ECHO_N "checking if TRUE/FALSE are defined... $ECHO_C" >&6
if test "${cf_cv_bool_defs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34884 "configure"
+#line 34918 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -34895,16 +34929,16 @@ int x = TRUE, y = FALSE; (void)x; (void)y
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34898: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34932: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34901: \$? = $ac_status" >&5
+ echo "$as_me:34935: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34904: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34938: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34907: \$? = $ac_status" >&5
+ echo "$as_me:34941: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_bool_defs=yes
else
@@ -34915,7 +34949,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:34918: result: $cf_cv_bool_defs" >&5
+echo "$as_me:34952: result: $cf_cv_bool_defs" >&5
echo "${ECHO_T}$cf_cv_bool_defs" >&6
if test "$cf_cv_bool_defs" = no ; then
@@ -34929,14 +34963,14 @@ EOF
fi
-echo "$as_me:34932: checking if external errno is declared" >&5
+echo "$as_me:34966: 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 34939 "configure"
+#line 34973 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34950,16 +34984,16 @@ int x = (int) errno; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34953: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34987: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34956: \$? = $ac_status" >&5
+ echo "$as_me:34990: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34959: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34993: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34962: \$? = $ac_status" >&5
+ echo "$as_me:34996: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_dcl_errno=yes
else
@@ -34970,7 +35004,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:34973: result: $cf_cv_dcl_errno" >&5
+echo "$as_me:35007: result: $cf_cv_dcl_errno" >&5
echo "${ECHO_T}$cf_cv_dcl_errno" >&6
if test "$cf_cv_dcl_errno" = no ; then
@@ -34985,14 +35019,14 @@ fi
# It's possible (for near-UNIX clones) that the data doesn't exist
-echo "$as_me:34988: checking if external errno exists" >&5
+echo "$as_me:35022: 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 34995 "configure"
+#line 35029 "configure"
#include "confdefs.h"
#undef errno
@@ -35007,16 +35041,16 @@ errno = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35010: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35044: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35013: \$? = $ac_status" >&5
+ echo "$as_me:35047: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35016: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35050: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35019: \$? = $ac_status" >&5
+ echo "$as_me:35053: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_errno=yes
else
@@ -35027,7 +35061,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35030: result: $cf_cv_have_errno" >&5
+echo "$as_me:35064: result: $cf_cv_have_errno" >&5
echo "${ECHO_T}$cf_cv_have_errno" >&6
if test "$cf_cv_have_errno" = yes ; then
@@ -35040,7 +35074,7 @@ EOF
fi
-echo "$as_me:35043: checking if we can set errno" >&5
+echo "$as_me:35077: checking if we can set errno" >&5
echo $ECHO_N "checking if we can set errno... $ECHO_C" >&6
if test "${cf_cv_set_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -35048,7 +35082,7 @@ else
if test "$cross_compiling" = yes; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35051 "configure"
+#line 35085 "configure"
#include "confdefs.h"
#include <errno.h>
int
@@ -35060,16 +35094,16 @@ errno = 255
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35063: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35097: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35066: \$? = $ac_status" >&5
+ echo "$as_me:35100: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35069: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35103: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35072: \$? = $ac_status" >&5
+ echo "$as_me:35106: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_set_errno=maybe
else
@@ -35080,7 +35114,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35083 "configure"
+#line 35117 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35094,15 +35128,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:35097: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35131: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35100: \$? = $ac_status" >&5
+ echo "$as_me:35134: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:35102: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35136: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35105: \$? = $ac_status" >&5
+ echo "$as_me:35139: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_set_errno=yes
else
@@ -35115,21 +35149,21 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
fi
-echo "$as_me:35118: result: $cf_cv_set_errno" >&5
+echo "$as_me:35152: result: $cf_cv_set_errno" >&5
echo "${ECHO_T}$cf_cv_set_errno" >&6
test "$cf_cv_set_errno" != no &&
cat >>confdefs.h <<\EOF
#define CAN_SET_ERRNO 1
EOF
-echo "$as_me:35125: checking for setlocale()" >&5
+echo "$as_me:35159: checking for setlocale()" >&5
echo $ECHO_N "checking for setlocale()... $ECHO_C" >&6
if test "${cf_cv_locale+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35132 "configure"
+#line 35166 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35143,16 +35177,16 @@ setlocale(LC_ALL, "")
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35146: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35180: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35149: \$? = $ac_status" >&5
+ echo "$as_me:35183: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35152: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35186: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35155: \$? = $ac_status" >&5
+ echo "$as_me:35189: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_locale=yes
else
@@ -35164,7 +35198,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35167: result: $cf_cv_locale" >&5
+echo "$as_me:35201: result: $cf_cv_locale" >&5
echo "${ECHO_T}$cf_cv_locale" >&6
test "$cf_cv_locale" = yes && {
cat >>confdefs.h <<\EOF
@@ -35175,23 +35209,23 @@ EOF
for ac_header in sys/param.h limits.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:35178: checking for $ac_header" >&5
+echo "$as_me:35212: 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 35184 "configure"
+#line 35218 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:35188: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:35222: \"$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:35194: \$? = $ac_status" >&5
+ echo "$as_me:35228: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -35210,7 +35244,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:35213: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:35247: 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
@@ -35220,14 +35254,14 @@ EOF
fi
done
-echo "$as_me:35223: checking if NGROUPS is defined" >&5
+echo "$as_me:35257: checking if NGROUPS is defined" >&5
echo $ECHO_N "checking if NGROUPS is defined... $ECHO_C" >&6
if test "${cf_cv_ngroups+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35230 "configure"
+#line 35264 "configure"
#include "confdefs.h"
#if HAVE_SYS_PARAM_H
@@ -35246,23 +35280,23 @@ int x = NGROUPS; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35249: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35283: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35252: \$? = $ac_status" >&5
+ echo "$as_me:35286: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35255: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35289: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35258: \$? = $ac_status" >&5
+ echo "$as_me:35292: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ngroups=yes
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35265 "configure"
+#line 35299 "configure"
#include "confdefs.h"
#if HAVE_SYS_PARAM_H
@@ -35281,16 +35315,16 @@ int x = NGROUPS_MAX
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35284: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35318: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35287: \$? = $ac_status" >&5
+ echo "$as_me:35321: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35290: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35324: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35293: \$? = $ac_status" >&5
+ echo "$as_me:35327: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ngroups=NGROUPS_MAX
else
@@ -35302,7 +35336,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-echo "$as_me:35305: result: $cf_cv_ngroups" >&5
+echo "$as_me:35339: result: $cf_cv_ngroups" >&5
echo "${ECHO_T}$cf_cv_ngroups" >&6
fi
@@ -35323,13 +35357,13 @@ fi
for ac_func in strerror
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:35326: checking for $ac_func" >&5
+echo "$as_me:35360: 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 35332 "configure"
+#line 35366 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -35360,16 +35394,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35363: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35397: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35366: \$? = $ac_status" >&5
+ echo "$as_me:35400: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35369: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35403: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35372: \$? = $ac_status" >&5
+ echo "$as_me:35406: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -35379,7 +35413,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35382: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:35416: 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
@@ -35388,14 +35422,14 @@ EOF
else
-echo "$as_me:35391: checking if external sys_nerr is declared" >&5
+echo "$as_me:35425: checking if external sys_nerr is declared" >&5
echo $ECHO_N "checking if external sys_nerr is declared... $ECHO_C" >&6
if test "${cf_cv_dcl_sys_nerr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35398 "configure"
+#line 35432 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35409,16 +35443,16 @@ int x = (int) sys_nerr; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35412: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35446: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35415: \$? = $ac_status" >&5
+ echo "$as_me:35449: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35418: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35452: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35421: \$? = $ac_status" >&5
+ echo "$as_me:35455: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_dcl_sys_nerr=yes
else
@@ -35429,7 +35463,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35432: result: $cf_cv_dcl_sys_nerr" >&5
+echo "$as_me:35466: result: $cf_cv_dcl_sys_nerr" >&5
echo "${ECHO_T}$cf_cv_dcl_sys_nerr" >&6
if test "$cf_cv_dcl_sys_nerr" = no ; then
@@ -35444,14 +35478,14 @@ fi
# It's possible (for near-UNIX clones) that the data doesn't exist
-echo "$as_me:35447: checking if external sys_nerr exists" >&5
+echo "$as_me:35481: checking if external sys_nerr exists" >&5
echo $ECHO_N "checking if external sys_nerr exists... $ECHO_C" >&6
if test "${cf_cv_have_sys_nerr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35454 "configure"
+#line 35488 "configure"
#include "confdefs.h"
#undef sys_nerr
@@ -35466,16 +35500,16 @@ sys_nerr = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35469: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35503: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35472: \$? = $ac_status" >&5
+ echo "$as_me:35506: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35475: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35509: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35478: \$? = $ac_status" >&5
+ echo "$as_me:35512: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_sys_nerr=yes
else
@@ -35486,7 +35520,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35489: result: $cf_cv_have_sys_nerr" >&5
+echo "$as_me:35523: result: $cf_cv_have_sys_nerr" >&5
echo "${ECHO_T}$cf_cv_have_sys_nerr" >&6
if test "$cf_cv_have_sys_nerr" = yes ; then
@@ -35499,14 +35533,14 @@ EOF
fi
-echo "$as_me:35502: checking if external sys_errlist is declared" >&5
+echo "$as_me:35536: checking if external sys_errlist is declared" >&5
echo $ECHO_N "checking if external sys_errlist is declared... $ECHO_C" >&6
if test "${cf_cv_dcl_sys_errlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35509 "configure"
+#line 35543 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35520,16 +35554,16 @@ int x = (int) sys_errlist; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35523: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35557: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35526: \$? = $ac_status" >&5
+ echo "$as_me:35560: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35529: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35563: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35532: \$? = $ac_status" >&5
+ echo "$as_me:35566: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_dcl_sys_errlist=yes
else
@@ -35540,7 +35574,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35543: result: $cf_cv_dcl_sys_errlist" >&5
+echo "$as_me:35577: result: $cf_cv_dcl_sys_errlist" >&5
echo "${ECHO_T}$cf_cv_dcl_sys_errlist" >&6
if test "$cf_cv_dcl_sys_errlist" = no ; then
@@ -35555,14 +35589,14 @@ fi
# It's possible (for near-UNIX clones) that the data doesn't exist
-echo "$as_me:35558: checking if external sys_errlist exists" >&5
+echo "$as_me:35592: checking if external sys_errlist exists" >&5
echo $ECHO_N "checking if external sys_errlist exists... $ECHO_C" >&6
if test "${cf_cv_have_sys_errlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35565 "configure"
+#line 35599 "configure"
#include "confdefs.h"
#undef sys_errlist
@@ -35577,16 +35611,16 @@ sys_errlist = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35580: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35614: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35583: \$? = $ac_status" >&5
+ echo "$as_me:35617: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35586: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35620: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35589: \$? = $ac_status" >&5
+ echo "$as_me:35623: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_sys_errlist=yes
else
@@ -35597,7 +35631,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35600: result: $cf_cv_have_sys_errlist" >&5
+echo "$as_me:35634: result: $cf_cv_have_sys_errlist" >&5
echo "${ECHO_T}$cf_cv_have_sys_errlist" >&6
if test "$cf_cv_have_sys_errlist" = yes ; then
@@ -35616,23 +35650,23 @@ done
for ac_header in lastlog.h paths.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:35619: checking for $ac_header" >&5
+echo "$as_me:35653: 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 35625 "configure"
+#line 35659 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:35629: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:35663: \"$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:35635: \$? = $ac_status" >&5
+ echo "$as_me:35669: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -35651,7 +35685,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:35654: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:35688: 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
@@ -35661,14 +35695,14 @@ EOF
fi
done
-echo "$as_me:35664: checking for lastlog path" >&5
+echo "$as_me:35698: checking for lastlog path" >&5
echo $ECHO_N "checking for lastlog path... $ECHO_C" >&6
if test "${cf_cv_path_lastlog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35671 "configure"
+#line 35705 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -35688,16 +35722,16 @@ static char path[] = _PATH_LASTLOG; (void)path
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35691: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35725: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35694: \$? = $ac_status" >&5
+ echo "$as_me:35728: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35697: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35731: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35700: \$? = $ac_status" >&5
+ echo "$as_me:35734: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_path_lastlog="_PATH_LASTLOG"
else
@@ -35712,14 +35746,14 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35715: result: $cf_cv_path_lastlog" >&5
+echo "$as_me:35749: result: $cf_cv_path_lastlog" >&5
echo "${ECHO_T}$cf_cv_path_lastlog" >&6
test "$cf_cv_path_lastlog" != no &&
cat >>confdefs.h <<\EOF
#define USE_LASTLOG 1
EOF
-echo "$as_me:35722: checking for utmp implementation" >&5
+echo "$as_me:35756: checking for utmp implementation" >&5
echo $ECHO_N "checking for utmp implementation... $ECHO_C" >&6
if test "${cf_cv_have_utmp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -35736,7 +35770,7 @@ cf_utmp_includes="
#endif
"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35739 "configure"
+#line 35773 "configure"
#include "confdefs.h"
$cf_utmp_includes
int
@@ -35752,16 +35786,16 @@ struct $cf_header x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35755: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35789: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35758: \$? = $ac_status" >&5
+ echo "$as_me:35792: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35761: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35795: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35764: \$? = $ac_status" >&5
+ echo "$as_me:35798: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp=$cf_header
break
@@ -35770,7 +35804,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35773 "configure"
+#line 35807 "configure"
#include "confdefs.h"
$cf_utmp_includes
int
@@ -35786,16 +35820,16 @@ struct $cf_header x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35789: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35823: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35792: \$? = $ac_status" >&5
+ echo "$as_me:35826: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35795: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35829: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35798: \$? = $ac_status" >&5
+ echo "$as_me:35832: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp=$cf_header
break
@@ -35810,7 +35844,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:35813: result: $cf_cv_have_utmp" >&5
+echo "$as_me:35847: result: $cf_cv_have_utmp" >&5
echo "${ECHO_T}$cf_cv_have_utmp" >&6
if test "$cf_cv_have_utmp" != no ; then
@@ -35825,14 +35859,14 @@ cat >>confdefs.h <<\EOF
EOF
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:35828: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5
+echo "$as_me:35862: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5
echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_host is declared... $ECHO_C" >&6
if test "${cf_cv_have_utmp_ut_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35835 "configure"
+#line 35869 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -35849,16 +35883,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35852: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35886: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35855: \$? = $ac_status" >&5
+ echo "$as_me:35889: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35858: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35892: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35861: \$? = $ac_status" >&5
+ echo "$as_me:35895: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_host=yes
else
@@ -35870,7 +35904,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35873: result: $cf_cv_have_utmp_ut_host" >&5
+echo "$as_me:35907: result: $cf_cv_have_utmp_ut_host" >&5
echo "${ECHO_T}$cf_cv_have_utmp_ut_host" >&6
test "$cf_cv_have_utmp_ut_host" != no &&
cat >>confdefs.h <<\EOF
@@ -35880,14 +35914,14 @@ EOF
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:35883: checking if ${cf_cv_have_utmp}.ut_syslen is declared" >&5
+echo "$as_me:35917: checking if ${cf_cv_have_utmp}.ut_syslen is declared" >&5
echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_syslen is declared... $ECHO_C" >&6
if test "${cf_cv_have_utmp_ut_syslen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35890 "configure"
+#line 35924 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -35904,16 +35938,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35907: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35941: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35910: \$? = $ac_status" >&5
+ echo "$as_me:35944: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35913: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35947: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35916: \$? = $ac_status" >&5
+ echo "$as_me:35950: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_syslen=yes
else
@@ -35925,7 +35959,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35928: result: $cf_cv_have_utmp_ut_syslen" >&5
+echo "$as_me:35962: result: $cf_cv_have_utmp_ut_syslen" >&5
echo "${ECHO_T}$cf_cv_have_utmp_ut_syslen" >&6
test "$cf_cv_have_utmp_ut_syslen" != no &&
cat >>confdefs.h <<\EOF
@@ -35935,7 +35969,7 @@ EOF
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:35938: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5
+echo "$as_me:35972: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5
echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_name is declared... $ECHO_C" >&6
if test "${cf_cv_have_utmp_ut_name+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -35952,7 +35986,7 @@ cf_utmp_includes="
"
for cf_header in ut_name ut_user ; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35955 "configure"
+#line 35989 "configure"
#include "confdefs.h"
$cf_utmp_includes
int
@@ -35968,16 +36002,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35971: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36005: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35974: \$? = $ac_status" >&5
+ echo "$as_me:36008: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35977: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36011: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35980: \$? = $ac_status" >&5
+ echo "$as_me:36014: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_name=$cf_header
break
@@ -35989,12 +36023,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:35992: result: $cf_cv_have_utmp_ut_name" >&5
+echo "$as_me:36026: result: $cf_cv_have_utmp_ut_name" >&5
echo "${ECHO_T}$cf_cv_have_utmp_ut_name" >&6
case "$cf_cv_have_utmp_ut_name" in
(no)
- { { echo "$as_me:35997: error: Cannot find declaration for ut.ut_name" >&5
+ { { echo "$as_me:36031: error: Cannot find declaration for ut.ut_name" >&5
echo "$as_me: error: Cannot find declaration for ut.ut_name" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -36009,7 +36043,7 @@ esac
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:36012: checking for exit-status in $cf_cv_have_utmp" >&5
+echo "$as_me:36046: checking for exit-status in $cf_cv_have_utmp" >&5
echo $ECHO_N "checking for exit-status in $cf_cv_have_utmp... $ECHO_C" >&6
if test "${cf_cv_have_utmp_ut_xstatus+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -36022,7 +36056,7 @@ for cf_result in \
ut_exit.ut_exit
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36025 "configure"
+#line 36059 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36039,16 +36073,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36042: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36076: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36045: \$? = $ac_status" >&5
+ echo "$as_me:36079: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36048: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36082: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36051: \$? = $ac_status" >&5
+ echo "$as_me:36085: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_xstatus=$cf_result
break
@@ -36061,7 +36095,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:36064: result: $cf_cv_have_utmp_ut_xstatus" >&5
+echo "$as_me:36098: result: $cf_cv_have_utmp_ut_xstatus" >&5
echo "${ECHO_T}$cf_cv_have_utmp_ut_xstatus" >&6
if test "$cf_cv_have_utmp_ut_xstatus" != no ; then
@@ -36077,14 +36111,14 @@ fi
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:36080: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5
+echo "$as_me:36114: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5
echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_xtime is declared... $ECHO_C" >&6
if test "${cf_cv_have_utmp_ut_xtime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36087 "configure"
+#line 36121 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36101,23 +36135,23 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36104: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36138: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36107: \$? = $ac_status" >&5
+ echo "$as_me:36141: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36110: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36144: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36113: \$? = $ac_status" >&5
+ echo "$as_me:36147: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_xtime=yes
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36120 "configure"
+#line 36154 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36134,16 +36168,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36137: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36171: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36140: \$? = $ac_status" >&5
+ echo "$as_me:36174: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36143: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36177: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36146: \$? = $ac_status" >&5
+ echo "$as_me:36180: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_xtime=define
else
@@ -36157,7 +36191,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36160: result: $cf_cv_have_utmp_ut_xtime" >&5
+echo "$as_me:36194: result: $cf_cv_have_utmp_ut_xtime" >&5
echo "${ECHO_T}$cf_cv_have_utmp_ut_xtime" >&6
if test "$cf_cv_have_utmp_ut_xtime" != no ; then
@@ -36176,14 +36210,14 @@ fi
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:36179: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5
+echo "$as_me:36213: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5
echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_session is declared... $ECHO_C" >&6
if test "${cf_cv_have_utmp_ut_session+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36186 "configure"
+#line 36220 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36200,16 +36234,16 @@ static struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36203: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36237: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36206: \$? = $ac_status" >&5
+ echo "$as_me:36240: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36209: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36243: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36212: \$? = $ac_status" >&5
+ echo "$as_me:36246: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_session=yes
else
@@ -36220,7 +36254,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36223: result: $cf_cv_have_utmp_ut_session" >&5
+echo "$as_me:36257: result: $cf_cv_have_utmp_ut_session" >&5
echo "${ECHO_T}$cf_cv_have_utmp_ut_session" >&6
if test "$cf_cv_have_utmp_ut_session" != no ; then
@@ -36231,7 +36265,7 @@ EOF
fi
fi
-echo "$as_me:36234: checking if $cf_cv_have_utmp is SYSV flavor" >&5
+echo "$as_me:36268: checking if $cf_cv_have_utmp is SYSV flavor" >&5
echo $ECHO_N "checking if $cf_cv_have_utmp is SYSV flavor... $ECHO_C" >&6
if test "${cf_cv_sysv_utmp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -36239,7 +36273,7 @@ else
test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36242 "configure"
+#line 36276 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36258,16 +36292,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36261: \"$ac_link\"") >&5
+if { (eval echo "$as_me:36295: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36264: \$? = $ac_status" >&5
+ echo "$as_me:36298: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36267: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36301: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36270: \$? = $ac_status" >&5
+ echo "$as_me:36304: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_sysv_utmp=yes
else
@@ -36278,7 +36312,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36281: result: $cf_cv_sysv_utmp" >&5
+echo "$as_me:36315: result: $cf_cv_sysv_utmp" >&5
echo "${ECHO_T}$cf_cv_sysv_utmp" >&6
test "$cf_cv_sysv_utmp" = yes &&
cat >>confdefs.h <<\EOF
@@ -36287,14 +36321,14 @@ EOF
fi
-echo "$as_me:36290: checking if external h_errno exists" >&5
+echo "$as_me:36324: checking if external h_errno exists" >&5
echo $ECHO_N "checking if external h_errno exists... $ECHO_C" >&6
if test "${cf_cv_have_h_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36297 "configure"
+#line 36331 "configure"
#include "confdefs.h"
#undef h_errno
@@ -36309,16 +36343,16 @@ h_errno = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36312: \"$ac_link\"") >&5
+if { (eval echo "$as_me:36346: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36315: \$? = $ac_status" >&5
+ echo "$as_me:36349: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36318: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36352: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36321: \$? = $ac_status" >&5
+ echo "$as_me:36355: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_h_errno=yes
else
@@ -36329,7 +36363,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36332: result: $cf_cv_have_h_errno" >&5
+echo "$as_me:36366: result: $cf_cv_have_h_errno" >&5
echo "${ECHO_T}$cf_cv_have_h_errno" >&6
if test "$cf_cv_have_h_errno" = yes ; then
@@ -36342,7 +36376,7 @@ EOF
fi
-echo "$as_me:36345: checking if bibp: URLs should be supported" >&5
+echo "$as_me:36379: checking if bibp: URLs should be supported" >&5
echo $ECHO_N "checking if bibp: URLs should be supported... $ECHO_C" >&6
# Check whether --enable-bibp-urls or --disable-bibp-urls was given.
@@ -36359,14 +36393,14 @@ else
use_bibp_urls=yes
fi;
-echo "$as_me:36362: result: $use_bibp_urls" >&5
+echo "$as_me:36396: result: $use_bibp_urls" >&5
echo "${ECHO_T}$use_bibp_urls" >&6
test "$use_bibp_urls" = no &&
cat >>confdefs.h <<\EOF
#define DISABLE_BIBP 1
EOF
-echo "$as_me:36369: checking if configuration info should be browsable" >&5
+echo "$as_me:36403: checking if configuration info should be browsable" >&5
echo $ECHO_N "checking if configuration info should be browsable... $ECHO_C" >&6
# Check whether --enable-config-info or --disable-config-info was given.
@@ -36383,14 +36417,14 @@ else
use_config_info=yes
fi;
-echo "$as_me:36386: result: $use_config_info" >&5
+echo "$as_me:36420: result: $use_config_info" >&5
echo "${ECHO_T}$use_config_info" >&6
test "$use_config_info" = no &&
cat >>confdefs.h <<\EOF
#define NO_CONFIG_INFO 1
EOF
-echo "$as_me:36393: checking if new-style forms-based options screen should be used" >&5
+echo "$as_me:36427: checking if new-style forms-based options screen should be used" >&5
echo $ECHO_N "checking if new-style forms-based options screen should be used... $ECHO_C" >&6
# Check whether --enable-forms-options or --disable-forms-options was given.
@@ -36407,14 +36441,14 @@ else
use_forms_options=yes
fi;
-echo "$as_me:36410: result: $use_forms_options" >&5
+echo "$as_me:36444: result: $use_forms_options" >&5
echo "${ECHO_T}$use_forms_options" >&6
test "$use_forms_options" = no &&
cat >>confdefs.h <<\EOF
#define NO_OPTION_FORMS 1
EOF
-echo "$as_me:36417: checking if old-style options menu should be used" >&5
+echo "$as_me:36451: checking if old-style options menu should be used" >&5
echo $ECHO_N "checking if old-style options menu should be used... $ECHO_C" >&6
# Check whether --enable-menu-options or --disable-menu-options was given.
@@ -36431,14 +36465,14 @@ else
use_menu_options=yes
fi;
-echo "$as_me:36434: result: $use_menu_options" >&5
+echo "$as_me:36468: result: $use_menu_options" >&5
echo "${ECHO_T}$use_menu_options" >&6
test "$use_menu_options" = no &&
cat >>confdefs.h <<\EOF
#define NO_OPTION_MENU 1
EOF
-echo "$as_me:36441: checking if sessions code should be used" >&5
+echo "$as_me:36475: checking if sessions code should be used" >&5
echo $ECHO_N "checking if sessions code should be used... $ECHO_C" >&6
# Check whether --enable-sessions or --disable-sessions was given.
@@ -36455,7 +36489,7 @@ else
use_sessions=yes
fi;
-echo "$as_me:36458: result: $use_sessions" >&5
+echo "$as_me:36492: result: $use_sessions" >&5
echo "${ECHO_T}$use_sessions" >&6
if test "$use_sessions" != no ; then
@@ -36466,7 +36500,7 @@ EOF
EXTRA_OBJS="$EXTRA_OBJS LYSession\$o"
fi
-echo "$as_me:36469: checking if session-caching code should be used" >&5
+echo "$as_me:36503: checking if session-caching code should be used" >&5
echo $ECHO_N "checking if session-caching code should be used... $ECHO_C" >&6
# Check whether --enable-session-cache or --disable-session-cache was given.
@@ -36483,7 +36517,7 @@ else
use_session_cache=yes
fi;
-echo "$as_me:36486: result: $use_session_cache" >&5
+echo "$as_me:36520: result: $use_session_cache" >&5
echo "${ECHO_T}$use_session_cache" >&6
if test "$use_session_cache" != no ; then
@@ -36493,7 +36527,7 @@ EOF
fi
-echo "$as_me:36496: checking if address-list page should be used" >&5
+echo "$as_me:36530: checking if address-list page should be used" >&5
echo $ECHO_N "checking if address-list page should be used... $ECHO_C" >&6
# Check whether --enable-addrlist-page or --disable-addrlist-page was given.
@@ -36510,14 +36544,14 @@ else
use_addrlist_page=yes
fi;
-echo "$as_me:36513: result: $use_addrlist_page" >&5
+echo "$as_me:36547: result: $use_addrlist_page" >&5
echo "${ECHO_T}$use_addrlist_page" >&6
test "$use_addrlist_page" != no &&
cat >>confdefs.h <<\EOF
#define USE_ADDRLIST_PAGE 1
EOF
-echo "$as_me:36520: checking if support for CJK should be used" >&5
+echo "$as_me:36554: checking if support for CJK should be used" >&5
echo $ECHO_N "checking if support for CJK should be used... $ECHO_C" >&6
# Check whether --enable-cjk or --disable-cjk was given.
@@ -36534,7 +36568,7 @@ else
use_cjk=yes
fi;
-echo "$as_me:36537: result: $use_cjk" >&5
+echo "$as_me:36571: result: $use_cjk" >&5
echo "${ECHO_T}$use_cjk" >&6
test "$use_cjk" != no &&
cat >>confdefs.h <<\EOF
@@ -36584,7 +36618,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36587 "configure"
+#line 36621 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -36596,16 +36630,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36599: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36633: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36602: \$? = $ac_status" >&5
+ echo "$as_me:36636: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36605: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36639: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36608: \$? = $ac_status" >&5
+ echo "$as_me:36642: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -36622,7 +36656,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:36625: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:36659: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -36668,7 +36702,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36671 "configure"
+#line 36705 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -36680,16 +36714,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36683: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36717: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36686: \$? = $ac_status" >&5
+ echo "$as_me:36720: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36689: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36723: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36692: \$? = $ac_status" >&5
+ echo "$as_me:36726: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -36706,7 +36740,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:36709: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:36743: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -36724,7 +36758,7 @@ echo "${as_me:-configure}:36709: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:36727: error: cannot find libiconv under $withval" >&5
+{ { echo "$as_me:36761: error: cannot find libiconv under $withval" >&5
echo "$as_me: error: cannot find libiconv under $withval" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -36749,7 +36783,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:36752: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:36786: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -36778,7 +36812,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:36781: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:36815: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -36787,7 +36821,7 @@ echo "${as_me:-configure}:36781: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:36790: error: cannot find libiconv under $withval" >&5
+{ { echo "$as_me:36824: error: cannot find libiconv under $withval" >&5
echo "$as_me: error: cannot find libiconv under $withval" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -36798,7 +36832,7 @@ esac
fi;
- echo "$as_me:36801: checking for iconv" >&5
+ echo "$as_me:36835: checking for iconv" >&5
echo $ECHO_N "checking for iconv... $ECHO_C" >&6
if test "${am_cv_func_iconv+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -36809,12 +36843,12 @@ else
cf_cv_header_path_iconv=
cf_cv_library_path_iconv=
-echo "${as_me:-configure}:36812: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:36846: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36817 "configure"
+#line 36851 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -36833,16 +36867,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36836: \"$ac_link\"") >&5
+if { (eval echo "$as_me:36870: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36839: \$? = $ac_status" >&5
+ echo "$as_me:36873: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36842: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36876: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36845: \$? = $ac_status" >&5
+ echo "$as_me:36879: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_iconv=yes
@@ -36856,7 +36890,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-liconv $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36859 "configure"
+#line 36893 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -36875,16 +36909,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36878: \"$ac_link\"") >&5
+if { (eval echo "$as_me:36912: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36881: \$? = $ac_status" >&5
+ echo "$as_me:36915: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36884: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36918: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36887: \$? = $ac_status" >&5
+ echo "$as_me:36921: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_iconv=yes
@@ -36901,9 +36935,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for iconv library" 1>&6
-echo "${as_me:-configure}:36904: testing find linkage for iconv library ..." 1>&5
+echo "${as_me:-configure}:36938: testing find linkage for iconv library ..." 1>&5
-echo "${as_me:-configure}:36906: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:36940: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -36994,7 +37028,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_iconv" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_iconv" 1>&6
-echo "${as_me:-configure}:36997: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37031: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -37002,7 +37036,7 @@ echo "${as_me:-configure}:36997: testing ... testing $cf_cv_header_path_iconv ..
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_iconv"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37005 "configure"
+#line 37039 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -37021,21 +37055,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37024: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37058: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37027: \$? = $ac_status" >&5
+ echo "$as_me:37061: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37030: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37064: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37033: \$? = $ac_status" >&5
+ echo "$as_me:37067: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found iconv headers in $cf_cv_header_path_iconv" 1>&6
-echo "${as_me:-configure}:37038: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37072: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
cf_cv_find_linkage_iconv=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -37053,7 +37087,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_iconv" = maybe ; then
-echo "${as_me:-configure}:37056: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:37090: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -37128,13 +37162,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_iconv" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_iconv" 1>&6
-echo "${as_me:-configure}:37131: testing ... testing $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37165: testing ... testing $cf_cv_library_path_iconv ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-liconv $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_iconv"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37137 "configure"
+#line 37171 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -37153,21 +37187,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:37156: \"$ac_link\"") >&5
+if { (eval echo "$as_me:37190: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:37159: \$? = $ac_status" >&5
+ echo "$as_me:37193: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:37162: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37196: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37165: \$? = $ac_status" >&5
+ echo "$as_me:37199: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found iconv library in $cf_cv_library_path_iconv" 1>&6
-echo "${as_me:-configure}:37170: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37204: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
cf_cv_find_linkage_iconv=yes
cf_cv_library_file_iconv="-liconv"
@@ -37207,7 +37241,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv"
fi
fi
-echo "$as_me:37210: result: $am_cv_func_iconv" >&5
+echo "$as_me:37244: result: $am_cv_func_iconv" >&5
echo "${ECHO_T}$am_cv_func_iconv" >&6
if test "$am_cv_func_iconv" = yes; then
@@ -37216,14 +37250,14 @@ cat >>confdefs.h <<\EOF
#define HAVE_ICONV 1
EOF
- echo "$as_me:37219: checking if the declaration of iconv() needs const." >&5
+ echo "$as_me:37253: checking if the declaration of iconv() needs const." >&5
echo $ECHO_N "checking if the declaration of iconv() needs const.... $ECHO_C" >&6
if test "${am_cv_proto_iconv_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37226 "configure"
+#line 37260 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -37248,16 +37282,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37251: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37285: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37254: \$? = $ac_status" >&5
+ echo "$as_me:37288: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37257: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37291: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37260: \$? = $ac_status" >&5
+ echo "$as_me:37294: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
am_cv_proto_iconv_const=no
else
@@ -37267,7 +37301,7 @@ am_cv_proto_iconv_const=yes
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:37270: result: $am_cv_proto_iconv_const" >&5
+echo "$as_me:37304: result: $am_cv_proto_iconv_const" >&5
echo "${ECHO_T}$am_cv_proto_iconv_const" >&6
if test "$am_cv_proto_iconv_const" = yes ; then
@@ -37312,7 +37346,7 @@ if test -n "$cf_cv_header_path_iconv" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37315 "configure"
+#line 37349 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -37324,16 +37358,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37327: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37361: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37330: \$? = $ac_status" >&5
+ echo "$as_me:37364: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37333: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37367: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37336: \$? = $ac_status" >&5
+ echo "$as_me:37370: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -37350,7 +37384,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:37353: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:37387: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -37389,7 +37423,7 @@ if test -n "$cf_cv_library_path_iconv" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:37392: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:37426: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -37403,7 +37437,7 @@ fi
if test "x$am_cv_func_iconv" = "xyes"
then
-echo "$as_me:37406: checking if experimental support for Chinese UTF-8 should be used" >&5
+echo "$as_me:37440: checking if experimental support for Chinese UTF-8 should be used" >&5
echo $ECHO_N "checking if experimental support for Chinese UTF-8 should be used... $ECHO_C" >&6
# Check whether --enable-chinese-utf8 or --disable-chinese-utf8 was given.
@@ -37420,7 +37454,7 @@ else
use_cn_utf8=yes
fi;
-echo "$as_me:37423: result: $use_cn_utf8" >&5
+echo "$as_me:37457: result: $use_cn_utf8" >&5
echo "${ECHO_T}$use_cn_utf8" >&6
if test "$use_cn_utf8" != no ; then
@@ -37431,7 +37465,7 @@ EOF
use_cjk_utf8=yes
fi
-echo "$as_me:37434: checking if support for Japanese UTF-8 should be used" >&5
+echo "$as_me:37468: checking if support for Japanese UTF-8 should be used" >&5
echo $ECHO_N "checking if support for Japanese UTF-8 should be used... $ECHO_C" >&6
# Check whether --enable-japanese-utf8 or --disable-japanese-utf8 was given.
@@ -37448,7 +37482,7 @@ else
use_ja_utf8=yes
fi;
-echo "$as_me:37451: result: $use_ja_utf8" >&5
+echo "$as_me:37485: result: $use_ja_utf8" >&5
echo "${ECHO_T}$use_ja_utf8" >&6
if test "$use_ja_utf8" != no ; then
@@ -37469,11 +37503,11 @@ fi
else
test -n "$verbose" && echo " skipping CJK features which depend on iconv" 1>&6
-echo "${as_me:-configure}:37472: testing skipping CJK features which depend on iconv ..." 1>&5
+echo "${as_me:-configure}:37506: testing skipping CJK features which depend on iconv ..." 1>&5
fi
-echo "$as_me:37476: checking if experimental wcwidth/UTF-8 logic should be used" >&5
+echo "$as_me:37510: checking if experimental wcwidth/UTF-8 logic should be used" >&5
echo $ECHO_N "checking if experimental wcwidth/UTF-8 logic should be used... $ECHO_C" >&6
# Check whether --enable-wcwidth-support or --disable-wcwidth-support was given.
@@ -37490,7 +37524,7 @@ else
use_wcwidth=no
fi;
-echo "$as_me:37493: result: $use_wcwidth" >&5
+echo "$as_me:37527: result: $use_wcwidth" >&5
echo "${ECHO_T}$use_wcwidth" >&6
test "$use_wcwidth" != no &&
cat >>confdefs.h <<\EOF
@@ -37505,7 +37539,7 @@ case "$cf_cv_screen" in
esac
if test "$use_dft_colors" != no ; then
-echo "$as_me:37508: checking if you want to use default-colors" >&5
+echo "$as_me:37542: checking if you want to use default-colors" >&5
echo $ECHO_N "checking if you want to use default-colors... $ECHO_C" >&6
# Check whether --enable-default-colors or --disable-default-colors was given.
@@ -37522,7 +37556,7 @@ else
use_dft_colors=no
fi;
-echo "$as_me:37525: result: $use_dft_colors" >&5
+echo "$as_me:37559: result: $use_dft_colors" >&5
echo "${ECHO_T}$use_dft_colors" >&6
test "$use_dft_colors" = "yes" &&
cat >>confdefs.h <<\EOF
@@ -37531,7 +37565,7 @@ EOF
fi
-echo "$as_me:37534: checking if experimental keyboard-layout logic should be used" >&5
+echo "$as_me:37568: checking if experimental keyboard-layout logic should be used" >&5
echo $ECHO_N "checking if experimental keyboard-layout logic should be used... $ECHO_C" >&6
# Check whether --enable-kbd-layout or --disable-kbd-layout was given.
@@ -37548,14 +37582,14 @@ else
use_kbd_layout=no
fi;
-echo "$as_me:37551: result: $use_kbd_layout" >&5
+echo "$as_me:37585: result: $use_kbd_layout" >&5
echo "${ECHO_T}$use_kbd_layout" >&6
test "$use_kbd_layout" != no &&
cat >>confdefs.h <<\EOF
#define EXP_KEYBOARD_LAYOUT 1
EOF
-echo "$as_me:37558: checking if experimental nested-table logic should be used" >&5
+echo "$as_me:37592: checking if experimental nested-table logic should be used" >&5
echo $ECHO_N "checking if experimental nested-table logic should be used... $ECHO_C" >&6
# Check whether --enable-nested-tables or --disable-nested-tables was given.
@@ -37572,14 +37606,14 @@ else
use_nested_tables=no
fi;
-echo "$as_me:37575: result: $use_nested_tables" >&5
+echo "$as_me:37609: result: $use_nested_tables" >&5
echo "${ECHO_T}$use_nested_tables" >&6
test "$use_nested_tables" != no &&
cat >>confdefs.h <<\EOF
#define EXP_NESTED_TABLES 1
EOF
-echo "$as_me:37582: checking if alternative line-edit bindings should be used" >&5
+echo "$as_me:37616: checking if alternative line-edit bindings should be used" >&5
echo $ECHO_N "checking if alternative line-edit bindings should be used... $ECHO_C" >&6
# Check whether --enable-alt-bindings or --disable-alt-bindings was given.
@@ -37596,14 +37630,14 @@ else
use_alt_bindings=yes
fi;
-echo "$as_me:37599: result: $use_alt_bindings" >&5
+echo "$as_me:37633: result: $use_alt_bindings" >&5
echo "${ECHO_T}$use_alt_bindings" >&6
test "$use_alt_bindings" != no &&
cat >>confdefs.h <<\EOF
#define USE_ALT_BINDINGS 1
EOF
-echo "$as_me:37606: checking if ascii case-conversion should be used" >&5
+echo "$as_me:37640: checking if ascii case-conversion should be used" >&5
echo $ECHO_N "checking if ascii case-conversion should be used... $ECHO_C" >&6
# Check whether --enable-ascii-ctypes or --disable-ascii-ctypes was given.
@@ -37620,14 +37654,14 @@ else
use_ascii_ctypes=yes
fi;
-echo "$as_me:37623: result: $use_ascii_ctypes" >&5
+echo "$as_me:37657: result: $use_ascii_ctypes" >&5
echo "${ECHO_T}$use_ascii_ctypes" >&6
test "$use_ascii_ctypes" != no &&
cat >>confdefs.h <<\EOF
#define USE_ASCII_CTYPES 1
EOF
-echo "$as_me:37630: checking if you want to use extended HTML DTD logic" >&5
+echo "$as_me:37664: checking if you want to use extended HTML DTD logic" >&5
echo $ECHO_N "checking if you want to use extended HTML DTD logic... $ECHO_C" >&6
# Check whether --enable-extended-dtd or --disable-extended-dtd was given.
@@ -37644,14 +37678,14 @@ else
use_ext_htmldtd=yes
fi;
-echo "$as_me:37647: result: $use_ext_htmldtd" >&5
+echo "$as_me:37681: result: $use_ext_htmldtd" >&5
echo "${ECHO_T}$use_ext_htmldtd" >&6
test "$use_ext_htmldtd" = "no" &&
cat >>confdefs.h <<\EOF
#define NO_EXTENDED_HTMLDTD 1
EOF
-echo "$as_me:37654: checking if file-upload logic should be used" >&5
+echo "$as_me:37688: checking if file-upload logic should be used" >&5
echo $ECHO_N "checking if file-upload logic should be used... $ECHO_C" >&6
# Check whether --enable-file-upload or --disable-file-upload was given.
@@ -37668,14 +37702,14 @@ else
use_file_upload=yes
fi;
-echo "$as_me:37671: result: $use_file_upload" >&5
+echo "$as_me:37705: result: $use_file_upload" >&5
echo "${ECHO_T}$use_file_upload" >&6
test "$use_file_upload" != no &&
cat >>confdefs.h <<\EOF
#define USE_FILE_UPLOAD 1
EOF
-echo "$as_me:37678: checking if IDNA support should be used" >&5
+echo "$as_me:37712: checking if IDNA support should be used" >&5
echo $ECHO_N "checking if IDNA support should be used... $ECHO_C" >&6
# Check whether --enable-idna or --disable-idna was given.
@@ -37692,7 +37726,7 @@ else
use_idna=yes
fi;
-echo "$as_me:37695: result: $use_idna" >&5
+echo "$as_me:37729: result: $use_idna" >&5
echo "${ECHO_T}$use_idna" >&6
if test "$use_idna" = yes ; then
@@ -37734,7 +37768,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37737 "configure"
+#line 37771 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -37746,16 +37780,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37749: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37783: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37752: \$? = $ac_status" >&5
+ echo "$as_me:37786: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37755: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37789: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37758: \$? = $ac_status" >&5
+ echo "$as_me:37792: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -37772,7 +37806,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:37775: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:37809: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -37818,7 +37852,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37821 "configure"
+#line 37855 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -37830,16 +37864,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37833: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37867: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37836: \$? = $ac_status" >&5
+ echo "$as_me:37870: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37839: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37873: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37842: \$? = $ac_status" >&5
+ echo "$as_me:37876: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -37856,7 +37890,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:37859: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:37893: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -37874,7 +37908,7 @@ echo "${as_me:-configure}:37859: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:37877: error: cannot find under $use_idna" >&5
+{ { echo "$as_me:37911: error: cannot find under $use_idna" >&5
echo "$as_me: error: cannot find under $use_idna" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -37899,7 +37933,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:37902: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:37936: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -37928,7 +37962,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:37931: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:37965: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -37937,7 +37971,7 @@ echo "${as_me:-configure}:37931: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:37940: error: cannot find under $use_idna" >&5
+{ { echo "$as_me:37974: error: cannot find under $use_idna" >&5
echo "$as_me: error: cannot find under $use_idna" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -37951,12 +37985,12 @@ esac
cf_cv_header_path_idn2=
cf_cv_library_path_idn2=
-echo "${as_me:-configure}:37954: testing Starting FIND_LINKAGE(idn2,) ..." 1>&5
+echo "${as_me:-configure}:37988: testing Starting FIND_LINKAGE(idn2,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37959 "configure"
+#line 37993 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -37975,16 +38009,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:37978: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38012: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:37981: \$? = $ac_status" >&5
+ echo "$as_me:38015: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:37984: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38018: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37987: \$? = $ac_status" >&5
+ echo "$as_me:38021: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn2=yes
@@ -37998,7 +38032,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lidn2 $LIBICONV $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38001 "configure"
+#line 38035 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38017,16 +38051,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38020: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38054: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38023: \$? = $ac_status" >&5
+ echo "$as_me:38057: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:38026: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38060: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38029: \$? = $ac_status" >&5
+ echo "$as_me:38063: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn2=yes
@@ -38043,9 +38077,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for idn2 library" 1>&6
-echo "${as_me:-configure}:38046: testing find linkage for idn2 library ..." 1>&5
+echo "${as_me:-configure}:38080: testing find linkage for idn2 library ..." 1>&5
-echo "${as_me:-configure}:38048: testing Searching for headers in FIND_LINKAGE(idn2,) ..." 1>&5
+echo "${as_me:-configure}:38082: testing Searching for headers in FIND_LINKAGE(idn2,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -38136,7 +38170,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_idn2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_idn2" 1>&6
-echo "${as_me:-configure}:38139: testing ... testing $cf_cv_header_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38173: testing ... testing $cf_cv_header_path_idn2 ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -38144,7 +38178,7 @@ echo "${as_me:-configure}:38139: testing ... testing $cf_cv_header_path_idn2 ...
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_idn2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38147 "configure"
+#line 38181 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38163,21 +38197,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38166: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38200: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38169: \$? = $ac_status" >&5
+ echo "$as_me:38203: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38172: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38206: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38175: \$? = $ac_status" >&5
+ echo "$as_me:38209: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found idn2 headers in $cf_cv_header_path_idn2" 1>&6
-echo "${as_me:-configure}:38180: testing ... found idn2 headers in $cf_cv_header_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38214: testing ... found idn2 headers in $cf_cv_header_path_idn2 ..." 1>&5
cf_cv_find_linkage_idn2=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -38195,7 +38229,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_idn2" = maybe ; then
-echo "${as_me:-configure}:38198: testing Searching for idn2 library in FIND_LINKAGE(idn2,) ..." 1>&5
+echo "${as_me:-configure}:38232: testing Searching for idn2 library in FIND_LINKAGE(idn2,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -38270,13 +38304,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_idn2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_idn2" 1>&6
-echo "${as_me:-configure}:38273: testing ... testing $cf_cv_library_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38307: testing ... testing $cf_cv_library_path_idn2 ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lidn2 $LIBICONV $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_idn2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38279 "configure"
+#line 38313 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38295,21 +38329,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38298: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38332: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38301: \$? = $ac_status" >&5
+ echo "$as_me:38335: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:38304: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38338: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38307: \$? = $ac_status" >&5
+ echo "$as_me:38341: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found idn2 library in $cf_cv_library_path_idn2" 1>&6
-echo "${as_me:-configure}:38312: testing ... found idn2 library in $cf_cv_library_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38346: testing ... found idn2 library in $cf_cv_library_path_idn2 ..." 1>&5
cf_cv_find_linkage_idn2=yes
cf_cv_library_file_idn2="-lidn2"
@@ -38371,7 +38405,7 @@ if test -n "$cf_cv_header_path_idn2" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38374 "configure"
+#line 38408 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -38383,16 +38417,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38386: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38420: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38389: \$? = $ac_status" >&5
+ echo "$as_me:38423: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38392: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38426: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38395: \$? = $ac_status" >&5
+ echo "$as_me:38429: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -38409,7 +38443,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:38412: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:38446: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -38445,7 +38479,7 @@ if test -n "$cf_cv_library_path_idn2" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:38448: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:38482: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -38472,14 +38506,14 @@ LIBS="$cf_add_libs"
else
test -n "$verbose" && echo " unsuccessful, will try idn (older)" 1>&6
-echo "${as_me:-configure}:38475: testing unsuccessful, will try idn (older) ..." 1>&5
+echo "${as_me:-configure}:38509: testing unsuccessful, will try idn (older) ..." 1>&5
fi
if test "x$cf_cv_find_linkage_idn2" = xyes ; then
test -n "$verbose" && echo " found idn2 library" 1>&6
-echo "${as_me:-configure}:38482: testing found idn2 library ..." 1>&5
+echo "${as_me:-configure}:38516: testing found idn2 library ..." 1>&5
cat >>confdefs.h <<\EOF
#define USE_IDN2 1
@@ -38492,12 +38526,12 @@ else
cf_cv_header_path_idn=
cf_cv_library_path_idn=
-echo "${as_me:-configure}:38495: testing Starting FIND_LINKAGE(idn,) ..." 1>&5
+echo "${as_me:-configure}:38529: testing Starting FIND_LINKAGE(idn,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38500 "configure"
+#line 38534 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38516,16 +38550,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38519: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38553: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38522: \$? = $ac_status" >&5
+ echo "$as_me:38556: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:38525: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38559: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38528: \$? = $ac_status" >&5
+ echo "$as_me:38562: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn=yes
@@ -38539,7 +38573,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lidn $LIBICONV $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38542 "configure"
+#line 38576 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38558,16 +38592,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38561: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38595: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38564: \$? = $ac_status" >&5
+ echo "$as_me:38598: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:38567: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38601: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38570: \$? = $ac_status" >&5
+ echo "$as_me:38604: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn=yes
@@ -38584,9 +38618,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for idn library" 1>&6
-echo "${as_me:-configure}:38587: testing find linkage for idn library ..." 1>&5
+echo "${as_me:-configure}:38621: testing find linkage for idn library ..." 1>&5
-echo "${as_me:-configure}:38589: testing Searching for headers in FIND_LINKAGE(idn,) ..." 1>&5
+echo "${as_me:-configure}:38623: testing Searching for headers in FIND_LINKAGE(idn,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -38677,7 +38711,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_idn" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_idn" 1>&6
-echo "${as_me:-configure}:38680: testing ... testing $cf_cv_header_path_idn ..." 1>&5
+echo "${as_me:-configure}:38714: testing ... testing $cf_cv_header_path_idn ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -38685,7 +38719,7 @@ echo "${as_me:-configure}:38680: testing ... testing $cf_cv_header_path_idn ..."
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_idn"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38688 "configure"
+#line 38722 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38704,21 +38738,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38707: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38741: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38710: \$? = $ac_status" >&5
+ echo "$as_me:38744: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38713: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38747: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38716: \$? = $ac_status" >&5
+ echo "$as_me:38750: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found idn headers in $cf_cv_header_path_idn" 1>&6
-echo "${as_me:-configure}:38721: testing ... found idn headers in $cf_cv_header_path_idn ..." 1>&5
+echo "${as_me:-configure}:38755: testing ... found idn headers in $cf_cv_header_path_idn ..." 1>&5
cf_cv_find_linkage_idn=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -38736,7 +38770,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_idn" = maybe ; then
-echo "${as_me:-configure}:38739: testing Searching for idn library in FIND_LINKAGE(idn,) ..." 1>&5
+echo "${as_me:-configure}:38773: testing Searching for idn library in FIND_LINKAGE(idn,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -38811,13 +38845,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_idn" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_idn" 1>&6
-echo "${as_me:-configure}:38814: testing ... testing $cf_cv_library_path_idn ..." 1>&5
+echo "${as_me:-configure}:38848: testing ... testing $cf_cv_library_path_idn ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lidn $LIBICONV $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_idn"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38820 "configure"
+#line 38854 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38836,21 +38870,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38839: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38873: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38842: \$? = $ac_status" >&5
+ echo "$as_me:38876: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:38845: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38879: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38848: \$? = $ac_status" >&5
+ echo "$as_me:38882: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found idn library in $cf_cv_library_path_idn" 1>&6
-echo "${as_me:-configure}:38853: testing ... found idn library in $cf_cv_library_path_idn ..." 1>&5
+echo "${as_me:-configure}:38887: testing ... found idn library in $cf_cv_library_path_idn ..." 1>&5
cf_cv_find_linkage_idn=yes
cf_cv_library_file_idn="-lidn"
@@ -38912,7 +38946,7 @@ if test -n "$cf_cv_header_path_idn" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38915 "configure"
+#line 38949 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -38924,16 +38958,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38927: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38961: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38930: \$? = $ac_status" >&5
+ echo "$as_me:38964: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38933: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38967: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38936: \$? = $ac_status" >&5
+ echo "$as_me:38970: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -38950,7 +38984,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:38953: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:38987: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -38986,7 +39020,7 @@ if test -n "$cf_cv_library_path_idn" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:38989: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:39023: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -39011,14 +39045,14 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:39014: WARNING: Cannot find idn library" >&5
+{ echo "$as_me:39048: WARNING: Cannot find idn library" >&5
echo "$as_me: WARNING: Cannot find idn library" >&2;}
fi
if test "x$cf_cv_find_linkage_idn" = xyes ; then
test -n "$verbose" && echo " found idn library" 1>&6
-echo "${as_me:-configure}:39021: testing found idn library ..." 1>&5
+echo "${as_me:-configure}:39055: testing found idn library ..." 1>&5
cat >>confdefs.h <<\EOF
#define USE_IDNA 1
@@ -39029,7 +39063,7 @@ fi
fi
-echo "$as_me:39032: checking if element-justification logic should be used" >&5
+echo "$as_me:39066: checking if element-justification logic should be used" >&5
echo $ECHO_N "checking if element-justification logic should be used... $ECHO_C" >&6
# Check whether --enable-justify-elts or --disable-justify-elts was given.
@@ -39046,14 +39080,14 @@ else
use_justify_elts=yes
fi;
-echo "$as_me:39049: result: $use_justify_elts" >&5
+echo "$as_me:39083: result: $use_justify_elts" >&5
echo "${ECHO_T}$use_justify_elts" >&6
test "$use_justify_elts" != no &&
cat >>confdefs.h <<\EOF
#define USE_JUSTIFY_ELTS 1
EOF
-echo "$as_me:39056: checking if partial-display should be used" >&5
+echo "$as_me:39090: checking if partial-display should be used" >&5
echo $ECHO_N "checking if partial-display should be used... $ECHO_C" >&6
# Check whether --enable-partial or --disable-partial was given.
@@ -39070,14 +39104,14 @@ else
use_partial_display=yes
fi;
-echo "$as_me:39073: result: $use_partial_display" >&5
+echo "$as_me:39107: result: $use_partial_display" >&5
echo "${ECHO_T}$use_partial_display" >&6
test "$use_partial_display" != no &&
cat >>confdefs.h <<\EOF
#define DISP_PARTIAL 1
EOF
-echo "$as_me:39080: checking if persistent-cookie logic should be used" >&5
+echo "$as_me:39114: checking if persistent-cookie logic should be used" >&5
echo $ECHO_N "checking if persistent-cookie logic should be used... $ECHO_C" >&6
# Check whether --enable-persistent-cookies or --disable-persistent-cookies was given.
@@ -39094,14 +39128,14 @@ else
use_filed_cookies=yes
fi;
-echo "$as_me:39097: result: $use_filed_cookies" >&5
+echo "$as_me:39131: result: $use_filed_cookies" >&5
echo "${ECHO_T}$use_filed_cookies" >&6
test "$use_filed_cookies" != no &&
cat >>confdefs.h <<\EOF
#define USE_PERSISTENT_COOKIES 1
EOF
-echo "$as_me:39104: checking if html source should be colorized" >&5
+echo "$as_me:39138: checking if html source should be colorized" >&5
echo $ECHO_N "checking if html source should be colorized... $ECHO_C" >&6
# Check whether --enable-prettysrc or --disable-prettysrc was given.
@@ -39118,14 +39152,14 @@ else
use_prettysrc=yes
fi;
-echo "$as_me:39121: result: $use_prettysrc" >&5
+echo "$as_me:39155: result: $use_prettysrc" >&5
echo "${ECHO_T}$use_prettysrc" >&6
test "$use_prettysrc" != no &&
cat >>confdefs.h <<\EOF
#define USE_PRETTYSRC 1
EOF
-echo "$as_me:39128: checking if progress-bar code should be used" >&5
+echo "$as_me:39162: checking if progress-bar code should be used" >&5
echo $ECHO_N "checking if progress-bar code should be used... $ECHO_C" >&6
# Check whether --enable-progressbar or --disable-progressbar was given.
@@ -39142,14 +39176,14 @@ else
use_progressbar=yes
fi;
-echo "$as_me:39145: result: $use_progressbar" >&5
+echo "$as_me:39179: result: $use_progressbar" >&5
echo "${ECHO_T}$use_progressbar" >&6
test "$use_progressbar" != no &&
cat >>confdefs.h <<\EOF
#define USE_PROGRESSBAR 1
EOF
-echo "$as_me:39152: checking if read-progress message should show ETA" >&5
+echo "$as_me:39186: checking if read-progress message should show ETA" >&5
echo $ECHO_N "checking if read-progress message should show ETA... $ECHO_C" >&6
# Check whether --enable-read-eta or --disable-read-eta was given.
@@ -39166,14 +39200,14 @@ else
use_read_eta=yes
fi;
-echo "$as_me:39169: result: $use_read_eta" >&5
+echo "$as_me:39203: result: $use_read_eta" >&5
echo "${ECHO_T}$use_read_eta" >&6
test "$use_read_eta" != no &&
cat >>confdefs.h <<\EOF
#define USE_READPROGRESS 1
EOF
-echo "$as_me:39176: checking if source caching should be used" >&5
+echo "$as_me:39210: checking if source caching should be used" >&5
echo $ECHO_N "checking if source caching should be used... $ECHO_C" >&6
# Check whether --enable-source-cache or --disable-source-cache was given.
@@ -39190,14 +39224,14 @@ else
use_source_cache=yes
fi;
-echo "$as_me:39193: result: $use_source_cache" >&5
+echo "$as_me:39227: result: $use_source_cache" >&5
echo "${ECHO_T}$use_source_cache" >&6
test "$use_source_cache" != no &&
cat >>confdefs.h <<\EOF
#define USE_SOURCE_CACHE 1
EOF
-echo "$as_me:39200: checking if scrollbar code should be used" >&5
+echo "$as_me:39234: checking if scrollbar code should be used" >&5
echo $ECHO_N "checking if scrollbar code should be used... $ECHO_C" >&6
# Check whether --enable-scrollbar or --disable-scrollbar was given.
@@ -39214,10 +39248,10 @@ else
use_scrollbar=yes
fi;
-echo "$as_me:39217: result: $use_scrollbar" >&5
+echo "$as_me:39251: result: $use_scrollbar" >&5
echo "${ECHO_T}$use_scrollbar" >&6
-echo "$as_me:39220: checking if charset-selection logic should be used" >&5
+echo "$as_me:39254: checking if charset-selection logic should be used" >&5
echo $ECHO_N "checking if charset-selection logic should be used... $ECHO_C" >&6
# Check whether --enable-charset-choice or --disable-charset-choice was given.
@@ -39234,14 +39268,14 @@ else
use_charset_choice=no
fi;
-echo "$as_me:39237: result: $use_charset_choice" >&5
+echo "$as_me:39271: result: $use_charset_choice" >&5
echo "${ECHO_T}$use_charset_choice" >&6
test "$use_charset_choice" != no &&
cat >>confdefs.h <<\EOF
#define USE_CHARSET_CHOICE 1
EOF
-echo "$as_me:39244: checking if you want to use external commands" >&5
+echo "$as_me:39278: checking if you want to use external commands" >&5
echo $ECHO_N "checking if you want to use external commands... $ECHO_C" >&6
# Check whether --enable-externs or --disable-externs was given.
@@ -39258,7 +39292,7 @@ else
use_externs=no
fi;
-echo "$as_me:39261: result: $use_externs" >&5
+echo "$as_me:39295: result: $use_externs" >&5
echo "${ECHO_T}$use_externs" >&6
if test "$use_externs" != "no" ; then
@@ -39269,7 +39303,7 @@ EOF
EXTRA_OBJS="$EXTRA_OBJS LYExtern\$o"
fi
-echo "$as_me:39272: checking if you want to use setfont support" >&5
+echo "$as_me:39306: checking if you want to use setfont support" >&5
echo $ECHO_N "checking if you want to use setfont support... $ECHO_C" >&6
# Check whether --enable-font-switch or --disable-font-switch was given.
@@ -39286,7 +39320,7 @@ else
use_setfont=no
fi;
-echo "$as_me:39289: result: $use_setfont" >&5
+echo "$as_me:39323: result: $use_setfont" >&5
echo "${ECHO_T}$use_setfont" >&6
if test "$use_setfont" = yes ; then
case "$host_os" in
@@ -39297,7 +39331,7 @@ for ac_prog in $SETFONT consolechars setfont
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:39300: checking for $ac_word" >&5
+echo "$as_me:39334: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_SETFONT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -39314,7 +39348,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_SETFONT="$ac_dir/$ac_word"
- echo "$as_me:39317: found $ac_dir/$ac_word" >&5
+ echo "$as_me:39351: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -39325,10 +39359,10 @@ fi
SETFONT=$ac_cv_path_SETFONT
if test -n "$SETFONT"; then
- echo "$as_me:39328: result: $SETFONT" >&5
+ echo "$as_me:39362: result: $SETFONT" >&5
echo "${ECHO_T}$SETFONT" >&6
else
- echo "$as_me:39331: result: no" >&5
+ echo "$as_me:39365: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -39387,7 +39421,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:39390: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:39424: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define SETFONT_PATH "$cf_path_prog"
@@ -39405,19 +39439,19 @@ fi
SETFONT=built-in
test -n "$verbose" && echo " Assume $host_os has font-switching" 1>&6
-echo "${as_me:-configure}:39408: testing Assume $host_os has font-switching ..." 1>&5
+echo "${as_me:-configure}:39442: testing Assume $host_os has font-switching ..." 1>&5
;;
(*)
SETFONT=unknown
test -n "$verbose" && echo " Assume $host_os has no font-switching" 1>&6
-echo "${as_me:-configure}:39415: testing Assume $host_os has no font-switching ..." 1>&5
+echo "${as_me:-configure}:39449: testing Assume $host_os has no font-switching ..." 1>&5
;;
esac
if test -z "$SETFONT" ; then
- { echo "$as_me:39420: WARNING: Cannot find a font-setting program" >&5
+ { echo "$as_me:39454: WARNING: Cannot find a font-setting program" >&5
echo "$as_me: WARNING: Cannot find a font-setting program" >&2;}
elif test "$SETFONT" != unknown ; then
@@ -39428,7 +39462,7 @@ EOF
fi
fi
-echo "$as_me:39431: checking if you want cgi-link support" >&5
+echo "$as_me:39465: checking if you want cgi-link support" >&5
echo $ECHO_N "checking if you want cgi-link support... $ECHO_C" >&6
# Check whether --enable-cgi-links or --disable-cgi-links was given.
@@ -39445,10 +39479,10 @@ EOF
else
enableval=no
fi;
-echo "$as_me:39448: result: $enableval" >&5
+echo "$as_me:39482: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
-echo "$as_me:39451: checking if you want change-exec support" >&5
+echo "$as_me:39485: checking if you want change-exec support" >&5
echo $ECHO_N "checking if you want change-exec support... $ECHO_C" >&6
# Check whether --enable-change-exec or --disable-change-exec was given.
@@ -39465,14 +39499,14 @@ else
use_change_exec=no
fi;
-echo "$as_me:39468: result: $use_change_exec" >&5
+echo "$as_me:39502: result: $use_change_exec" >&5
echo "${ECHO_T}$use_change_exec" >&6
test "$use_change_exec" = yes &&
cat >>confdefs.h <<\EOF
#define ENABLE_OPTS_CHANGE_EXEC 1
EOF
-echo "$as_me:39475: checking if you want exec-links support" >&5
+echo "$as_me:39509: checking if you want exec-links support" >&5
echo $ECHO_N "checking if you want exec-links support... $ECHO_C" >&6
# Check whether --enable-exec-links or --disable-exec-links was given.
@@ -39489,14 +39523,14 @@ else
use_exec_links=$enableval
fi;
-echo "$as_me:39492: result: $use_exec_links" >&5
+echo "$as_me:39526: result: $use_exec_links" >&5
echo "${ECHO_T}$use_exec_links" >&6
test "$use_exec_links" = yes &&
cat >>confdefs.h <<\EOF
#define EXEC_LINKS 1
EOF
-echo "$as_me:39499: checking if you want exec-scripts support" >&5
+echo "$as_me:39533: checking if you want exec-scripts support" >&5
echo $ECHO_N "checking if you want exec-scripts support... $ECHO_C" >&6
# Check whether --enable-exec-scripts or --disable-exec-scripts was given.
@@ -39513,14 +39547,14 @@ else
use_exec_scripts=$enableval
fi;
-echo "$as_me:39516: result: $use_exec_scripts" >&5
+echo "$as_me:39550: result: $use_exec_scripts" >&5
echo "${ECHO_T}$use_exec_scripts" >&6
test "$use_exec_scripts" = yes &&
cat >>confdefs.h <<\EOF
#define EXEC_SCRIPTS 1
EOF
-echo "$as_me:39523: checking if you want internal-links feature" >&5
+echo "$as_me:39557: checking if you want internal-links feature" >&5
echo $ECHO_N "checking if you want internal-links feature... $ECHO_C" >&6
# Check whether --enable-internal-links or --disable-internal-links was given.
@@ -39537,14 +39571,14 @@ else
use_internal_links=no
fi;
-echo "$as_me:39540: result: $use_internal_links" >&5
+echo "$as_me:39574: result: $use_internal_links" >&5
echo "${ECHO_T}$use_internal_links" >&6
test "$use_internal_links" = yes &&
cat >>confdefs.h <<\EOF
#define TRACK_INTERNAL_LINKS 1
EOF
-echo "$as_me:39547: checking if you want to fork NSL requests" >&5
+echo "$as_me:39581: checking if you want to fork NSL requests" >&5
echo $ECHO_N "checking if you want to fork NSL requests... $ECHO_C" >&6
# Check whether --enable-nsl-fork or --disable-nsl-fork was given.
@@ -39561,7 +39595,7 @@ else
use_nsl_fork=no
fi;
-echo "$as_me:39564: result: $use_nsl_fork" >&5
+echo "$as_me:39598: result: $use_nsl_fork" >&5
echo "${ECHO_T}$use_nsl_fork" >&6
if test "$use_nsl_fork" = yes ; then
case "$host_os" in
@@ -39582,7 +39616,7 @@ EOF
esac
fi
-echo "$as_me:39585: checking if you want to log URL requests via syslog" >&5
+echo "$as_me:39619: checking if you want to log URL requests via syslog" >&5
echo $ECHO_N "checking if you want to log URL requests via syslog... $ECHO_C" >&6
# Check whether --enable-syslog or --disable-syslog was given.
@@ -39599,14 +39633,14 @@ else
use_syslog=no
fi;
-echo "$as_me:39602: result: $use_syslog" >&5
+echo "$as_me:39636: result: $use_syslog" >&5
echo "${ECHO_T}$use_syslog" >&6
test "$use_syslog" = yes &&
cat >>confdefs.h <<\EOF
#define SYSLOG_REQUESTED_URLS 1
EOF
-echo "$as_me:39609: checking if you want to underline links" >&5
+echo "$as_me:39643: checking if you want to underline links" >&5
echo $ECHO_N "checking if you want to underline links... $ECHO_C" >&6
# Check whether --enable-underlines or --disable-underlines was given.
@@ -39623,7 +39657,7 @@ else
use_underline=no
fi;
-echo "$as_me:39626: result: $use_underline" >&5
+echo "$as_me:39660: result: $use_underline" >&5
echo "${ECHO_T}$use_underline" >&6
test "$use_underline" = yes &&
cat >>confdefs.h <<\EOF
@@ -39635,7 +39669,7 @@ cat >>confdefs.h <<\EOF
#define UNDERLINE_LINKS 0
EOF
-echo "$as_me:39638: checking if help files should be gzip'ed" >&5
+echo "$as_me:39672: checking if help files should be gzip'ed" >&5
echo $ECHO_N "checking if help files should be gzip'ed... $ECHO_C" >&6
# Check whether --enable-gzip-help or --disable-gzip-help was given.
@@ -39652,10 +39686,10 @@ else
use_gzip_help=no
fi;
-echo "$as_me:39655: result: $use_gzip_help" >&5
+echo "$as_me:39689: result: $use_gzip_help" >&5
echo "${ECHO_T}$use_gzip_help" >&6
-echo "$as_me:39658: checking if you want to use libbz2 for decompression of some bzip2 files" >&5
+echo "$as_me:39692: checking if you want to use libbz2 for decompression of some bzip2 files" >&5
echo $ECHO_N "checking if you want to use libbz2 for decompression of some bzip2 files... $ECHO_C" >&6
# Check whether --with-bzlib or --without-bzlib was given.
@@ -39665,7 +39699,7 @@ if test "${with_bzlib+set}" = set; then
else
use_bzlib=yes
fi;
-echo "$as_me:39668: result: $use_bzlib" >&5
+echo "$as_me:39702: result: $use_bzlib" >&5
echo "${ECHO_T}$use_bzlib" >&6
if test ".$use_bzlib" != ".no" ; then
@@ -39707,7 +39741,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39710 "configure"
+#line 39744 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -39719,16 +39753,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:39722: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:39756: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:39725: \$? = $ac_status" >&5
+ echo "$as_me:39759: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:39728: \"$ac_try\"") >&5
+ { (eval echo "$as_me:39762: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39731: \$? = $ac_status" >&5
+ echo "$as_me:39765: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -39745,7 +39779,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:39748: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:39782: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -39791,7 +39825,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39794 "configure"
+#line 39828 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -39803,16 +39837,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:39806: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:39840: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:39809: \$? = $ac_status" >&5
+ echo "$as_me:39843: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:39812: \"$ac_try\"") >&5
+ { (eval echo "$as_me:39846: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39815: \$? = $ac_status" >&5
+ echo "$as_me:39849: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -39829,7 +39863,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:39832: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:39866: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -39847,7 +39881,7 @@ echo "${as_me:-configure}:39832: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:39850: error: cannot find under $use_bzlib" >&5
+{ { echo "$as_me:39884: error: cannot find under $use_bzlib" >&5
echo "$as_me: error: cannot find under $use_bzlib" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -39872,7 +39906,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:39875: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:39909: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -39901,7 +39935,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:39904: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:39938: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -39910,7 +39944,7 @@ echo "${as_me:-configure}:39904: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:39913: error: cannot find under $use_bzlib" >&5
+{ { echo "$as_me:39947: error: cannot find under $use_bzlib" >&5
echo "$as_me: error: cannot find under $use_bzlib" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -39924,12 +39958,12 @@ esac
cf_cv_header_path_bz2=
cf_cv_library_path_bz2=
-echo "${as_me:-configure}:39927: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5
+echo "${as_me:-configure}:39961: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39932 "configure"
+#line 39966 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39946,16 +39980,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39949: \"$ac_link\"") >&5
+if { (eval echo "$as_me:39983: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39952: \$? = $ac_status" >&5
+ echo "$as_me:39986: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39955: \"$ac_try\"") >&5
+ { (eval echo "$as_me:39989: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39958: \$? = $ac_status" >&5
+ echo "$as_me:39992: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_bz2=yes
@@ -39969,7 +40003,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lbz2 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39972 "configure"
+#line 40006 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39986,16 +40020,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39989: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40023: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39992: \$? = $ac_status" >&5
+ echo "$as_me:40026: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39995: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40029: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39998: \$? = $ac_status" >&5
+ echo "$as_me:40032: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_bz2=yes
@@ -40012,9 +40046,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for bz2 library" 1>&6
-echo "${as_me:-configure}:40015: testing find linkage for bz2 library ..." 1>&5
+echo "${as_me:-configure}:40049: testing find linkage for bz2 library ..." 1>&5
-echo "${as_me:-configure}:40017: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
+echo "${as_me:-configure}:40051: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -40105,7 +40139,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_bz2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_bz2" 1>&6
-echo "${as_me:-configure}:40108: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40142: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -40113,7 +40147,7 @@ echo "${as_me:-configure}:40108: testing ... testing $cf_cv_header_path_bz2 ..."
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_bz2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40116 "configure"
+#line 40150 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -40130,21 +40164,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40133: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40167: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40136: \$? = $ac_status" >&5
+ echo "$as_me:40170: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40139: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40173: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40142: \$? = $ac_status" >&5
+ echo "$as_me:40176: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found bz2 headers in $cf_cv_header_path_bz2" 1>&6
-echo "${as_me:-configure}:40147: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40181: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5
cf_cv_find_linkage_bz2=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -40162,7 +40196,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_bz2" = maybe ; then
-echo "${as_me:-configure}:40165: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
+echo "${as_me:-configure}:40199: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -40170,7 +40204,7 @@ echo "${as_me:-configure}:40165: testing Searching for bz2 library in FIND_LINKA
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbz2 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40173 "configure"
+#line 40207 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -40187,21 +40221,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:40190: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40224: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:40193: \$? = $ac_status" >&5
+ echo "$as_me:40227: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:40196: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40230: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40199: \$? = $ac_status" >&5
+ echo "$as_me:40233: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found bz2 library in system" 1>&6
-echo "${as_me:-configure}:40204: testing ... found bz2 library in system ..." 1>&5
+echo "${as_me:-configure}:40238: testing ... found bz2 library in system ..." 1>&5
cf_cv_find_linkage_bz2=yes
else
@@ -40282,13 +40316,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_bz2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_bz2" 1>&6
-echo "${as_me:-configure}:40285: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40319: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbz2 $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_bz2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40291 "configure"
+#line 40325 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -40305,21 +40339,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:40308: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40342: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:40311: \$? = $ac_status" >&5
+ echo "$as_me:40345: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:40314: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40348: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40317: \$? = $ac_status" >&5
+ echo "$as_me:40351: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found bz2 library in $cf_cv_library_path_bz2" 1>&6
-echo "${as_me:-configure}:40322: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40356: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5
cf_cv_find_linkage_bz2=yes
cf_cv_library_file_bz2="-lbz2"
@@ -40381,7 +40415,7 @@ if test -n "$cf_cv_header_path_bz2" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40384 "configure"
+#line 40418 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -40393,16 +40427,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40396: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40430: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40399: \$? = $ac_status" >&5
+ echo "$as_me:40433: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40402: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40436: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40405: \$? = $ac_status" >&5
+ echo "$as_me:40439: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -40419,7 +40453,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:40422: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40456: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -40455,7 +40489,7 @@ if test -n "$cf_cv_library_path_bz2" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:40458: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:40492: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -40480,7 +40514,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:40483: WARNING: Cannot find bz2 library" >&5
+{ echo "$as_me:40517: WARNING: Cannot find bz2 library" >&5
echo "$as_me: WARNING: Cannot find bz2 library" >&2;}
fi
@@ -40491,7 +40525,7 @@ EOF
fi
-echo "$as_me:40494: checking if you want to use zlib for decompression of some gzip files" >&5
+echo "$as_me:40528: checking if you want to use zlib for decompression of some gzip files" >&5
echo $ECHO_N "checking if you want to use zlib for decompression of some gzip files... $ECHO_C" >&6
# Check whether --with-zlib or --without-zlib was given.
@@ -40501,7 +40535,7 @@ if test "${with_zlib+set}" = set; then
else
use_zlib=yes
fi;
-echo "$as_me:40504: result: $use_zlib" >&5
+echo "$as_me:40538: result: $use_zlib" >&5
echo "${ECHO_T}$use_zlib" >&6
if test ".$use_zlib" != ".no" ; then
@@ -40543,7 +40577,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40546 "configure"
+#line 40580 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -40555,16 +40589,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40558: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40592: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40561: \$? = $ac_status" >&5
+ echo "$as_me:40595: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40564: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40598: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40567: \$? = $ac_status" >&5
+ echo "$as_me:40601: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -40581,7 +40615,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:40584: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40618: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -40627,7 +40661,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40630 "configure"
+#line 40664 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -40639,16 +40673,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40642: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40676: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40645: \$? = $ac_status" >&5
+ echo "$as_me:40679: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40648: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40682: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40651: \$? = $ac_status" >&5
+ echo "$as_me:40685: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -40665,7 +40699,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:40668: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40702: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -40683,7 +40717,7 @@ echo "${as_me:-configure}:40668: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:40686: error: cannot find under $use_zlib" >&5
+{ { echo "$as_me:40720: error: cannot find under $use_zlib" >&5
echo "$as_me: error: cannot find under $use_zlib" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -40708,7 +40742,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:40711: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:40745: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -40737,7 +40771,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:40740: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:40774: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -40746,7 +40780,7 @@ echo "${as_me:-configure}:40740: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:40749: error: cannot find under $use_zlib" >&5
+{ { echo "$as_me:40783: error: cannot find under $use_zlib" >&5
echo "$as_me: error: cannot find under $use_zlib" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -40760,12 +40794,12 @@ esac
cf_cv_header_path_z=
cf_cv_library_path_z=
-echo "${as_me:-configure}:40763: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5
+echo "${as_me:-configure}:40797: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40768 "configure"
+#line 40802 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -40781,16 +40815,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:40784: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40818: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:40787: \$? = $ac_status" >&5
+ echo "$as_me:40821: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:40790: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40824: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40793: \$? = $ac_status" >&5
+ echo "$as_me:40827: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_z=yes
@@ -40804,7 +40838,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lz $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40807 "configure"
+#line 40841 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -40820,16 +40854,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:40823: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40857: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:40826: \$? = $ac_status" >&5
+ echo "$as_me:40860: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:40829: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40863: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40832: \$? = $ac_status" >&5
+ echo "$as_me:40866: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_z=yes
@@ -40846,9 +40880,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for z library" 1>&6
-echo "${as_me:-configure}:40849: testing find linkage for z library ..." 1>&5
+echo "${as_me:-configure}:40883: testing find linkage for z library ..." 1>&5
-echo "${as_me:-configure}:40851: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5
+echo "${as_me:-configure}:40885: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -40939,7 +40973,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_z" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_z" 1>&6
-echo "${as_me:-configure}:40942: testing ... testing $cf_cv_header_path_z ..." 1>&5
+echo "${as_me:-configure}:40976: testing ... testing $cf_cv_header_path_z ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -40947,7 +40981,7 @@ echo "${as_me:-configure}:40942: testing ... testing $cf_cv_header_path_z ..." 1
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_z"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40950 "configure"
+#line 40984 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -40963,21 +40997,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40966: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41000: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40969: \$? = $ac_status" >&5
+ echo "$as_me:41003: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40972: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41006: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40975: \$? = $ac_status" >&5
+ echo "$as_me:41009: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found z headers in $cf_cv_header_path_z" 1>&6
-echo "${as_me:-configure}:40980: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5
+echo "${as_me:-configure}:41014: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5
cf_cv_find_linkage_z=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -40995,7 +41029,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_z" = maybe ; then
-echo "${as_me:-configure}:40998: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5
+echo "${as_me:-configure}:41032: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -41003,7 +41037,7 @@ echo "${as_me:-configure}:40998: testing Searching for z library in FIND_LINKAGE
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lz $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41006 "configure"
+#line 41040 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -41019,21 +41053,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41022: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41056: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41025: \$? = $ac_status" >&5
+ echo "$as_me:41059: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41028: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41062: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41031: \$? = $ac_status" >&5
+ echo "$as_me:41065: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found z library in system" 1>&6
-echo "${as_me:-configure}:41036: testing ... found z library in system ..." 1>&5
+echo "${as_me:-configure}:41070: testing ... found z library in system ..." 1>&5
cf_cv_find_linkage_z=yes
else
@@ -41114,13 +41148,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_z" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_z" 1>&6
-echo "${as_me:-configure}:41117: testing ... testing $cf_cv_library_path_z ..." 1>&5
+echo "${as_me:-configure}:41151: testing ... testing $cf_cv_library_path_z ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lz $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_z"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41123 "configure"
+#line 41157 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -41136,21 +41170,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41139: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41173: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41142: \$? = $ac_status" >&5
+ echo "$as_me:41176: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41145: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41179: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41148: \$? = $ac_status" >&5
+ echo "$as_me:41182: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found z library in $cf_cv_library_path_z" 1>&6
-echo "${as_me:-configure}:41153: testing ... found z library in $cf_cv_library_path_z ..." 1>&5
+echo "${as_me:-configure}:41187: testing ... found z library in $cf_cv_library_path_z ..." 1>&5
cf_cv_find_linkage_z=yes
cf_cv_library_file_z="-lz"
@@ -41212,7 +41246,7 @@ if test -n "$cf_cv_header_path_z" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41215 "configure"
+#line 41249 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -41224,16 +41258,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41227: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41261: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41230: \$? = $ac_status" >&5
+ echo "$as_me:41264: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41233: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41267: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41236: \$? = $ac_status" >&5
+ echo "$as_me:41270: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -41250,7 +41284,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:41253: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:41287: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -41286,7 +41320,7 @@ if test -n "$cf_cv_library_path_z" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:41289: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41323: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -41311,7 +41345,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:41314: WARNING: Cannot find z library" >&5
+{ echo "$as_me:41348: WARNING: Cannot find z library" >&5
echo "$as_me: WARNING: Cannot find z library" >&2;}
fi
@@ -41320,13 +41354,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:41323: checking for $ac_func" >&5
+echo "$as_me:41357: 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 41329 "configure"
+#line 41363 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -41357,16 +41391,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41360: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41394: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41363: \$? = $ac_status" >&5
+ echo "$as_me:41397: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41366: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41400: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41369: \$? = $ac_status" >&5
+ echo "$as_me:41403: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -41376,7 +41410,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:41379: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:41413: 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
@@ -41393,7 +41427,7 @@ EOF
fi
-echo "$as_me:41396: checking if you want to use brotli decompression" >&5
+echo "$as_me:41430: checking if you want to use brotli decompression" >&5
echo $ECHO_N "checking if you want to use brotli decompression... $ECHO_C" >&6
# Check whether --with-brotli or --without-brotli was given.
@@ -41403,7 +41437,7 @@ if test "${with_brotli+set}" = set; then
else
use_brotli=yes
fi;
-echo "$as_me:41406: result: $use_brotli" >&5
+echo "$as_me:41440: result: $use_brotli" >&5
echo "${ECHO_T}$use_brotli" >&6
if test ".$use_brotli" != ".no" ; then
@@ -41445,7 +41479,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41448 "configure"
+#line 41482 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -41457,16 +41491,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41460: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41494: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41463: \$? = $ac_status" >&5
+ echo "$as_me:41497: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41466: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41500: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41469: \$? = $ac_status" >&5
+ echo "$as_me:41503: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -41483,7 +41517,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:41486: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:41520: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -41529,7 +41563,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41532 "configure"
+#line 41566 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -41541,16 +41575,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41544: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41578: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41547: \$? = $ac_status" >&5
+ echo "$as_me:41581: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41550: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41584: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41553: \$? = $ac_status" >&5
+ echo "$as_me:41587: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -41567,7 +41601,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:41570: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:41604: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -41585,7 +41619,7 @@ echo "${as_me:-configure}:41570: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:41588: error: cannot find under $use_brotli" >&5
+{ { echo "$as_me:41622: error: cannot find under $use_brotli" >&5
echo "$as_me: error: cannot find under $use_brotli" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -41610,7 +41644,7 @@ if test -n "$cf_searchpath/lib" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:41613: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41647: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -41639,7 +41673,7 @@ if test -n "$cf_searchpath" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:41642: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41676: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -41648,7 +41682,7 @@ echo "${as_me:-configure}:41642: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:41651: error: cannot find under $use_brotli" >&5
+{ { echo "$as_me:41685: error: cannot find under $use_brotli" >&5
echo "$as_me: error: cannot find under $use_brotli" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -41662,12 +41696,12 @@ esac
cf_cv_header_path_brotlidec=
cf_cv_library_path_brotlidec=
-echo "${as_me:-configure}:41665: testing Starting FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
+echo "${as_me:-configure}:41699: testing Starting FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41670 "configure"
+#line 41704 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -41690,16 +41724,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41693: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41727: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41696: \$? = $ac_status" >&5
+ echo "$as_me:41730: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41699: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41733: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41702: \$? = $ac_status" >&5
+ echo "$as_me:41736: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_brotlidec=yes
@@ -41713,7 +41747,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lbrotlidec $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41716 "configure"
+#line 41750 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -41736,16 +41770,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41739: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41773: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41742: \$? = $ac_status" >&5
+ echo "$as_me:41776: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41745: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41779: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41748: \$? = $ac_status" >&5
+ echo "$as_me:41782: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_brotlidec=yes
@@ -41762,9 +41796,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for brotlidec library" 1>&6
-echo "${as_me:-configure}:41765: testing find linkage for brotlidec library ..." 1>&5
+echo "${as_me:-configure}:41799: testing find linkage for brotlidec library ..." 1>&5
-echo "${as_me:-configure}:41767: testing Searching for headers in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
+echo "${as_me:-configure}:41801: testing Searching for headers in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -41855,7 +41889,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_brotlidec" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_brotlidec" 1>&6
-echo "${as_me:-configure}:41858: testing ... testing $cf_cv_header_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:41892: testing ... testing $cf_cv_header_path_brotlidec ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -41863,7 +41897,7 @@ echo "${as_me:-configure}:41858: testing ... testing $cf_cv_header_path_brotlide
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_brotlidec"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41866 "configure"
+#line 41900 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -41886,21 +41920,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41889: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41923: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41892: \$? = $ac_status" >&5
+ echo "$as_me:41926: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41895: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41929: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41898: \$? = $ac_status" >&5
+ echo "$as_me:41932: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found brotlidec headers in $cf_cv_header_path_brotlidec" 1>&6
-echo "${as_me:-configure}:41903: testing ... found brotlidec headers in $cf_cv_header_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:41937: testing ... found brotlidec headers in $cf_cv_header_path_brotlidec ..." 1>&5
cf_cv_find_linkage_brotlidec=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -41918,7 +41952,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_brotlidec" = maybe ; then
-echo "${as_me:-configure}:41921: testing Searching for brotlidec library in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
+echo "${as_me:-configure}:41955: testing Searching for brotlidec library in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -41926,7 +41960,7 @@ echo "${as_me:-configure}:41921: testing Searching for brotlidec library in FIND
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbrotlidec $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41929 "configure"
+#line 41963 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -41949,21 +41983,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41952: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41986: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41955: \$? = $ac_status" >&5
+ echo "$as_me:41989: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41958: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41992: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41961: \$? = $ac_status" >&5
+ echo "$as_me:41995: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found brotlidec library in system" 1>&6
-echo "${as_me:-configure}:41966: testing ... found brotlidec library in system ..." 1>&5
+echo "${as_me:-configure}:42000: testing ... found brotlidec library in system ..." 1>&5
cf_cv_find_linkage_brotlidec=yes
else
@@ -42044,13 +42078,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_brotlidec" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_brotlidec" 1>&6
-echo "${as_me:-configure}:42047: testing ... testing $cf_cv_library_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:42081: testing ... testing $cf_cv_library_path_brotlidec ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbrotlidec $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_brotlidec"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42053 "configure"
+#line 42087 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -42073,21 +42107,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42076: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42110: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42079: \$? = $ac_status" >&5
+ echo "$as_me:42113: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42082: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42116: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42085: \$? = $ac_status" >&5
+ echo "$as_me:42119: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found brotlidec library in $cf_cv_library_path_brotlidec" 1>&6
-echo "${as_me:-configure}:42090: testing ... found brotlidec library in $cf_cv_library_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:42124: testing ... found brotlidec library in $cf_cv_library_path_brotlidec ..." 1>&5
cf_cv_find_linkage_brotlidec=yes
cf_cv_library_file_brotlidec="-lbrotlidec"
@@ -42149,7 +42183,7 @@ if test -n "$cf_cv_header_path_brotlidec" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42152 "configure"
+#line 42186 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -42161,16 +42195,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:42164: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:42198: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:42167: \$? = $ac_status" >&5
+ echo "$as_me:42201: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:42170: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42204: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42173: \$? = $ac_status" >&5
+ echo "$as_me:42207: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -42187,7 +42221,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_have_incdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
-echo "${as_me:-configure}:42190: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:42224: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -42223,7 +42257,7 @@ if test -n "$cf_cv_library_path_brotlidec" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:42226: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:42260: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -42248,7 +42282,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:42251: WARNING: Cannot find brotlidec library" >&5
+{ echo "$as_me:42285: WARNING: Cannot find brotlidec library" >&5
echo "$as_me: WARNING: Cannot find brotlidec library" >&2;}
fi
@@ -42259,7 +42293,7 @@ EOF
fi
-echo "$as_me:42262: checking if you want to exclude FINGER code" >&5
+echo "$as_me:42296: checking if you want to exclude FINGER code" >&5
echo $ECHO_N "checking if you want to exclude FINGER code... $ECHO_C" >&6
# Check whether --enable-finger or --disable-finger was given.
@@ -42276,14 +42310,14 @@ else
use_finger=no
fi;
-echo "$as_me:42279: result: $use_finger" >&5
+echo "$as_me:42313: result: $use_finger" >&5
echo "${ECHO_T}$use_finger" >&6
test "$use_finger" != "no" &&
cat >>confdefs.h <<\EOF
#define DISABLE_FINGER 1
EOF
-echo "$as_me:42286: checking if you want to exclude GOPHER code" >&5
+echo "$as_me:42320: checking if you want to exclude GOPHER code" >&5
echo $ECHO_N "checking if you want to exclude GOPHER code... $ECHO_C" >&6
# Check whether --enable-gopher or --disable-gopher was given.
@@ -42300,14 +42334,14 @@ else
use_gopher=no
fi;
-echo "$as_me:42303: result: $use_gopher" >&5
+echo "$as_me:42337: result: $use_gopher" >&5
echo "${ECHO_T}$use_gopher" >&6
test "$use_gopher" != "no" &&
cat >>confdefs.h <<\EOF
#define DISABLE_GOPHER 1
EOF
-echo "$as_me:42310: checking if you want to exclude NEWS code" >&5
+echo "$as_me:42344: checking if you want to exclude NEWS code" >&5
echo $ECHO_N "checking if you want to exclude NEWS code... $ECHO_C" >&6
# Check whether --enable-news or --disable-news was given.
@@ -42324,14 +42358,14 @@ else
use_news=no
fi;
-echo "$as_me:42327: result: $use_news" >&5
+echo "$as_me:42361: result: $use_news" >&5
echo "${ECHO_T}$use_news" >&6
test "$use_news" != "no" &&
cat >>confdefs.h <<\EOF
#define DISABLE_NEWS 1
EOF
-echo "$as_me:42334: checking if you want to exclude FTP code" >&5
+echo "$as_me:42368: checking if you want to exclude FTP code" >&5
echo $ECHO_N "checking if you want to exclude FTP code... $ECHO_C" >&6
# Check whether --enable-ftp or --disable-ftp was given.
@@ -42348,14 +42382,14 @@ else
use_ftp=no
fi;
-echo "$as_me:42351: result: $use_ftp" >&5
+echo "$as_me:42385: result: $use_ftp" >&5
echo "${ECHO_T}$use_ftp" >&6
test "$use_ftp" != "no" &&
cat >>confdefs.h <<\EOF
#define DISABLE_FTP 1
EOF
-echo "$as_me:42358: checking if you want to include WAIS code" >&5
+echo "$as_me:42392: checking if you want to include WAIS code" >&5
echo $ECHO_N "checking if you want to include WAIS code... $ECHO_C" >&6
# Check whether --enable-wais or --disable-wais was given.
@@ -42372,13 +42406,13 @@ else
use_wais=no
fi;
-echo "$as_me:42375: result: $use_wais" >&5
+echo "$as_me:42409: result: $use_wais" >&5
echo "${ECHO_T}$use_wais" >&6
MAKE_WAIS="#"
if test "$use_wais" != "no"
then
- echo "$as_me:42381: checking for fs_free in -lwais" >&5
+ echo "$as_me:42415: checking for fs_free in -lwais" >&5
echo $ECHO_N "checking for fs_free in -lwais... $ECHO_C" >&6
if test "${ac_cv_lib_wais_fs_free+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -42386,7 +42420,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lwais $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42389 "configure"
+#line 42423 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -42405,16 +42439,16 @@ fs_free ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42408: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42442: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42411: \$? = $ac_status" >&5
+ echo "$as_me:42445: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42414: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42448: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42417: \$? = $ac_status" >&5
+ echo "$as_me:42451: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_wais_fs_free=yes
else
@@ -42425,18 +42459,18 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:42428: result: $ac_cv_lib_wais_fs_free" >&5
+echo "$as_me:42462: result: $ac_cv_lib_wais_fs_free" >&5
echo "${ECHO_T}$ac_cv_lib_wais_fs_free" >&6
if test "$ac_cv_lib_wais_fs_free" = yes; then
-echo "$as_me:42432: checking if -lm needed for math functions" >&5
+echo "$as_me:42466: 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 42439 "configure"
+#line 42473 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -42452,16 +42486,16 @@ double x = rand(); printf("result = %g\\n", sin(x))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42455: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42489: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42458: \$? = $ac_status" >&5
+ echo "$as_me:42492: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42461: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42495: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42464: \$? = $ac_status" >&5
+ echo "$as_me:42498: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_need_libm=no
else
@@ -42471,7 +42505,7 @@ cf_cv_need_libm=yes
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:42474: result: $cf_cv_need_libm" >&5
+echo "$as_me:42508: result: $cf_cv_need_libm" >&5
echo "${ECHO_T}$cf_cv_need_libm" >&6
if test "$cf_cv_need_libm" = yes
@@ -42479,14 +42513,14 @@ then
cf_save_LIBS="$LIBS"
LIBS="$LIBS -lm"
- echo "$as_me:42482: checking if -lm is available for math functions" >&5
+ echo "$as_me:42516: 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 42489 "configure"
+#line 42523 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -42502,16 +42536,16 @@ double x = rand(); printf("result = %g\\n", sin(x))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42505: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42539: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42508: \$? = $ac_status" >&5
+ echo "$as_me:42542: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42511: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42545: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42514: \$? = $ac_status" >&5
+ echo "$as_me:42548: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_libm=yes
else
@@ -42521,7 +42555,7 @@ cf_cv_have_libm=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:42524: result: $cf_cv_have_libm" >&5
+echo "$as_me:42558: result: $cf_cv_have_libm" >&5
echo "${ECHO_T}$cf_cv_have_libm" >&6
LIBS="$cf_save_LIBS"
@@ -42577,23 +42611,23 @@ LIBS="$cf_add_libs"
for ac_header in wais.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:42580: checking for $ac_header" >&5
+echo "$as_me:42614: 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 42586 "configure"
+#line 42620 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:42590: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:42624: \"$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:42596: \$? = $ac_status" >&5
+ echo "$as_me:42630: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -42612,7 +42646,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:42615: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:42649: 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
@@ -42625,7 +42659,7 @@ done
MAKE_WAIS=
else
- { echo "$as_me:42628: WARNING: could not find WAIS library" >&5
+ { echo "$as_me:42662: WARNING: could not find WAIS library" >&5
echo "$as_me: WARNING: could not find WAIS library" >&2;}
fi
@@ -42633,7 +42667,7 @@ fi
# All DirEd functions that were enabled on compilation can be disabled
# or modified at run time via DIRED_MENU symbols in lynx.cfg.
-echo "$as_me:42636: checking if directory-editor code should be used" >&5
+echo "$as_me:42670: checking if directory-editor code should be used" >&5
echo $ECHO_N "checking if directory-editor code should be used... $ECHO_C" >&6
# Check whether --enable-dired or --disable-dired was given.
@@ -42650,7 +42684,7 @@ else
use_dired=yes
fi;
-echo "$as_me:42653: result: $use_dired" >&5
+echo "$as_me:42687: result: $use_dired" >&5
echo "${ECHO_T}$use_dired" >&6
if test ".$use_dired" != ".no" ; then
@@ -42660,7 +42694,7 @@ cat >>confdefs.h <<\EOF
#define DIRED_SUPPORT 1
EOF
- echo "$as_me:42663: checking if you wish to allow extracting from archives via DirEd" >&5
+ echo "$as_me:42697: checking if you wish to allow extracting from archives via DirEd" >&5
echo $ECHO_N "checking if you wish to allow extracting from archives via DirEd... $ECHO_C" >&6
# Check whether --enable-dired-dearchive or --disable-dired-dearchive was given.
@@ -42677,10 +42711,10 @@ EOF
else
enableval=yes
fi;
- echo "$as_me:42680: result: $enableval" >&5
+ echo "$as_me:42714: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42683: checking if DirEd mode should override keys" >&5
+ echo "$as_me:42717: checking if DirEd mode should override keys" >&5
echo $ECHO_N "checking if DirEd mode should override keys... $ECHO_C" >&6
# Check whether --enable-dired-override or --disable-dired-override was given.
@@ -42704,10 +42738,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:42707: result: $enableval" >&5
+ echo "$as_me:42741: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42710: checking if you wish to allow permissions commands via DirEd" >&5
+ echo "$as_me:42744: checking if you wish to allow permissions commands via DirEd" >&5
echo $ECHO_N "checking if you wish to allow permissions commands via DirEd... $ECHO_C" >&6
# Check whether --enable-dired-permit or --disable-dired-permit was given.
@@ -42731,10 +42765,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:42734: result: $enableval" >&5
+ echo "$as_me:42768: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42737: checking if you wish to allow executable-permission commands via DirEd" >&5
+ echo "$as_me:42771: checking if you wish to allow executable-permission commands via DirEd" >&5
echo $ECHO_N "checking if you wish to allow executable-permission commands via DirEd... $ECHO_C" >&6
# Check whether --enable-dired-xpermit or --disable-dired-xpermit was given.
@@ -42751,10 +42785,10 @@ EOF
else
enableval=yes
fi;
- echo "$as_me:42754: result: $enableval" >&5
+ echo "$as_me:42788: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42757: checking if you wish to allow \"tar\" commands from DirEd" >&5
+ echo "$as_me:42791: checking if you wish to allow \"tar\" commands from DirEd" >&5
echo $ECHO_N "checking if you wish to allow \"tar\" commands from DirEd... $ECHO_C" >&6
# Check whether --enable-dired-tar or --disable-dired-tar was given.
@@ -42778,10 +42812,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:42781: result: $enableval" >&5
+ echo "$as_me:42815: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42784: checking if you wish to allow \"uudecode\" commands from DirEd" >&5
+ echo "$as_me:42818: checking if you wish to allow \"uudecode\" commands from DirEd" >&5
echo $ECHO_N "checking if you wish to allow \"uudecode\" commands from DirEd... $ECHO_C" >&6
# Check whether --enable-dired-uudecode or --disable-dired-uudecode was given.
@@ -42805,10 +42839,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:42808: result: $enableval" >&5
+ echo "$as_me:42842: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42811: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5
+ echo "$as_me:42845: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5
echo $ECHO_N "checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd... $ECHO_C" >&6
# Check whether --enable-dired-zip or --disable-dired-zip was given.
@@ -42832,10 +42866,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:42835: result: $enableval" >&5
+ echo "$as_me:42869: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:42838: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5
+ echo "$as_me:42872: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5
echo $ECHO_N "checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd... $ECHO_C" >&6
# Check whether --enable-dired-gzip or --disable-dired-gzip was given.
@@ -42859,11 +42893,11 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:42862: result: $enableval" >&5
+ echo "$as_me:42896: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
fi
-echo "$as_me:42866: checking if you want long-directory listings" >&5
+echo "$as_me:42900: checking if you want long-directory listings" >&5
echo $ECHO_N "checking if you want long-directory listings... $ECHO_C" >&6
# Check whether --enable-long-list or --disable-long-list was given.
@@ -42887,10 +42921,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
-echo "$as_me:42890: result: $enableval" >&5
+echo "$as_me:42924: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
-echo "$as_me:42893: checking if parent-directory references are permitted" >&5
+echo "$as_me:42927: checking if parent-directory references are permitted" >&5
echo $ECHO_N "checking if parent-directory references are permitted... $ECHO_C" >&6
# Check whether --enable-parent-dir-refs or --disable-parent-dir-refs was given.
@@ -42907,7 +42941,7 @@ EOF
else
enableval=yes
fi;
-echo "$as_me:42910: result: $enableval" >&5
+echo "$as_me:42944: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
test -z "$TELNET" && TELNET="telnet"
@@ -42915,7 +42949,7 @@ for ac_prog in $TELNET telnet
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:42918: checking for $ac_word" >&5
+echo "$as_me:42952: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_TELNET+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -42932,7 +42966,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_TELNET="$ac_dir/$ac_word"
- echo "$as_me:42935: found $ac_dir/$ac_word" >&5
+ echo "$as_me:42969: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -42943,10 +42977,10 @@ fi
TELNET=$ac_cv_path_TELNET
if test -n "$TELNET"; then
- echo "$as_me:42946: result: $TELNET" >&5
+ echo "$as_me:42980: result: $TELNET" >&5
echo "${ECHO_T}$TELNET" >&6
else
- echo "$as_me:42949: result: no" >&5
+ echo "$as_me:42983: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43005,7 +43039,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43008: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43042: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define TELNET_PATH "$cf_path_prog"
@@ -43023,7 +43057,7 @@ for ac_prog in $TN3270 tn3270
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:43026: checking for $ac_word" >&5
+echo "$as_me:43060: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_TN3270+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43040,7 +43074,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_TN3270="$ac_dir/$ac_word"
- echo "$as_me:43043: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43077: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43051,10 +43085,10 @@ fi
TN3270=$ac_cv_path_TN3270
if test -n "$TN3270"; then
- echo "$as_me:43054: result: $TN3270" >&5
+ echo "$as_me:43088: result: $TN3270" >&5
echo "${ECHO_T}$TN3270" >&6
else
- echo "$as_me:43057: result: no" >&5
+ echo "$as_me:43091: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43113,7 +43147,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43116: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43150: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define TN3270_PATH "$cf_path_prog"
@@ -43131,7 +43165,7 @@ for ac_prog in $RLOGIN rlogin
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:43134: checking for $ac_word" >&5
+echo "$as_me:43168: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_RLOGIN+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43148,7 +43182,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_RLOGIN="$ac_dir/$ac_word"
- echo "$as_me:43151: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43185: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43159,10 +43193,10 @@ fi
RLOGIN=$ac_cv_path_RLOGIN
if test -n "$RLOGIN"; then
- echo "$as_me:43162: result: $RLOGIN" >&5
+ echo "$as_me:43196: result: $RLOGIN" >&5
echo "${ECHO_T}$RLOGIN" >&6
else
- echo "$as_me:43165: result: no" >&5
+ echo "$as_me:43199: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43221,7 +43255,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43224: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43258: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define RLOGIN_PATH "$cf_path_prog"
@@ -43239,7 +43273,7 @@ for ac_prog in $MV mv
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:43242: checking for $ac_word" >&5
+echo "$as_me:43276: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MV+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43256,7 +43290,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_MV="$ac_dir/$ac_word"
- echo "$as_me:43259: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43293: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43267,10 +43301,10 @@ fi
MV=$ac_cv_path_MV
if test -n "$MV"; then
- echo "$as_me:43270: result: $MV" >&5
+ echo "$as_me:43304: result: $MV" >&5
echo "${ECHO_T}$MV" >&6
else
- echo "$as_me:43273: result: no" >&5
+ echo "$as_me:43307: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43329,7 +43363,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43332: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43366: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define MV_PATH "$cf_path_prog"
@@ -43347,7 +43381,7 @@ for ac_prog in $GZIP gzip
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:43350: checking for $ac_word" >&5
+echo "$as_me:43384: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GZIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43364,7 +43398,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_GZIP="$ac_dir/$ac_word"
- echo "$as_me:43367: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43401: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43375,10 +43409,10 @@ fi
GZIP=$ac_cv_path_GZIP
if test -n "$GZIP"; then
- echo "$as_me:43378: result: $GZIP" >&5
+ echo "$as_me:43412: result: $GZIP" >&5
echo "${ECHO_T}$GZIP" >&6
else
- echo "$as_me:43381: result: no" >&5
+ echo "$as_me:43415: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43437,7 +43471,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43440: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43474: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define GZIP_PATH "$cf_path_prog"
@@ -43455,7 +43489,7 @@ for ac_prog in $UNCOMPRESS gunzip
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:43458: checking for $ac_word" >&5
+echo "$as_me:43492: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_UNCOMPRESS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43472,7 +43506,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word"
- echo "$as_me:43475: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43509: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43483,10 +43517,10 @@ fi
UNCOMPRESS=$ac_cv_path_UNCOMPRESS
if test -n "$UNCOMPRESS"; then
- echo "$as_me:43486: result: $UNCOMPRESS" >&5
+ echo "$as_me:43520: result: $UNCOMPRESS" >&5
echo "${ECHO_T}$UNCOMPRESS" >&6
else
- echo "$as_me:43489: result: no" >&5
+ echo "$as_me:43523: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43545,7 +43579,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43548: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43582: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define UNCOMPRESS_PATH "$cf_path_prog"
@@ -43563,7 +43597,7 @@ for ac_prog in $UNZIP unzip
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:43566: checking for $ac_word" >&5
+echo "$as_me:43600: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_UNZIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43580,7 +43614,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_UNZIP="$ac_dir/$ac_word"
- echo "$as_me:43583: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43617: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43591,10 +43625,10 @@ fi
UNZIP=$ac_cv_path_UNZIP
if test -n "$UNZIP"; then
- echo "$as_me:43594: result: $UNZIP" >&5
+ echo "$as_me:43628: result: $UNZIP" >&5
echo "${ECHO_T}$UNZIP" >&6
else
- echo "$as_me:43597: result: no" >&5
+ echo "$as_me:43631: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43653,7 +43687,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43656: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43690: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define UNZIP_PATH "$cf_path_prog"
@@ -43671,7 +43705,7 @@ for ac_prog in $BZIP2 bzip2
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:43674: checking for $ac_word" >&5
+echo "$as_me:43708: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_BZIP2+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43688,7 +43722,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_BZIP2="$ac_dir/$ac_word"
- echo "$as_me:43691: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43725: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43699,10 +43733,10 @@ fi
BZIP2=$ac_cv_path_BZIP2
if test -n "$BZIP2"; then
- echo "$as_me:43702: result: $BZIP2" >&5
+ echo "$as_me:43736: result: $BZIP2" >&5
echo "${ECHO_T}$BZIP2" >&6
else
- echo "$as_me:43705: result: no" >&5
+ echo "$as_me:43739: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43761,7 +43795,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43764: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43798: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define BZIP2_PATH "$cf_path_prog"
@@ -43779,7 +43813,7 @@ for ac_prog in $BROTLI brotli
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:43782: checking for $ac_word" >&5
+echo "$as_me:43816: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_BROTLI+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43796,7 +43830,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_BROTLI="$ac_dir/$ac_word"
- echo "$as_me:43799: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43833: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43807,10 +43841,10 @@ fi
BROTLI=$ac_cv_path_BROTLI
if test -n "$BROTLI"; then
- echo "$as_me:43810: result: $BROTLI" >&5
+ echo "$as_me:43844: result: $BROTLI" >&5
echo "${ECHO_T}$BROTLI" >&6
else
- echo "$as_me:43813: result: no" >&5
+ echo "$as_me:43847: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43869,7 +43903,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43872: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43906: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define BROTLI_PATH "$cf_path_prog"
@@ -43887,7 +43921,7 @@ for ac_prog in $TAR tar pax gtar gnutar bsdtar star
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:43890: checking for $ac_word" >&5
+echo "$as_me:43924: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_TAR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -43904,7 +43938,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_TAR="$ac_dir/$ac_word"
- echo "$as_me:43907: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43941: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43915,10 +43949,10 @@ fi
TAR=$ac_cv_path_TAR
if test -n "$TAR"; then
- echo "$as_me:43918: result: $TAR" >&5
+ echo "$as_me:43952: result: $TAR" >&5
echo "${ECHO_T}$TAR" >&6
else
- echo "$as_me:43921: result: no" >&5
+ echo "$as_me:43955: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -43977,7 +44011,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:43980: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44014: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define TAR_PATH "$cf_path_prog"
@@ -44035,7 +44069,7 @@ for ac_prog in $COMPRESS compress
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:44038: checking for $ac_word" >&5
+echo "$as_me:44072: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_COMPRESS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44052,7 +44086,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_COMPRESS="$ac_dir/$ac_word"
- echo "$as_me:44055: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44089: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44063,10 +44097,10 @@ fi
COMPRESS=$ac_cv_path_COMPRESS
if test -n "$COMPRESS"; then
- echo "$as_me:44066: result: $COMPRESS" >&5
+ echo "$as_me:44100: result: $COMPRESS" >&5
echo "${ECHO_T}$COMPRESS" >&6
else
- echo "$as_me:44069: result: no" >&5
+ echo "$as_me:44103: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44125,7 +44159,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44128: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44162: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define COMPRESS_PATH "$cf_path_prog"
@@ -44143,7 +44177,7 @@ for ac_prog in $RM rm
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:44146: checking for $ac_word" >&5
+echo "$as_me:44180: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_RM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44160,7 +44194,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_RM="$ac_dir/$ac_word"
- echo "$as_me:44163: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44197: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44171,10 +44205,10 @@ fi
RM=$ac_cv_path_RM
if test -n "$RM"; then
- echo "$as_me:44174: result: $RM" >&5
+ echo "$as_me:44208: result: $RM" >&5
echo "${ECHO_T}$RM" >&6
else
- echo "$as_me:44177: result: no" >&5
+ echo "$as_me:44211: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44233,7 +44267,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44236: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44270: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define RM_PATH "$cf_path_prog"
@@ -44251,7 +44285,7 @@ for ac_prog in $UUDECODE uudecode
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:44254: checking for $ac_word" >&5
+echo "$as_me:44288: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_UUDECODE+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44268,7 +44302,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_UUDECODE="$ac_dir/$ac_word"
- echo "$as_me:44271: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44305: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44279,10 +44313,10 @@ fi
UUDECODE=$ac_cv_path_UUDECODE
if test -n "$UUDECODE"; then
- echo "$as_me:44282: result: $UUDECODE" >&5
+ echo "$as_me:44316: result: $UUDECODE" >&5
echo "${ECHO_T}$UUDECODE" >&6
else
- echo "$as_me:44285: result: no" >&5
+ echo "$as_me:44319: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44341,7 +44375,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44344: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44378: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define UUDECODE_PATH "$cf_path_prog"
@@ -44359,7 +44393,7 @@ for ac_prog in $ZCAT zcat
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:44362: checking for $ac_word" >&5
+echo "$as_me:44396: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_ZCAT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44376,7 +44410,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_ZCAT="$ac_dir/$ac_word"
- echo "$as_me:44379: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44413: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44387,10 +44421,10 @@ fi
ZCAT=$ac_cv_path_ZCAT
if test -n "$ZCAT"; then
- echo "$as_me:44390: result: $ZCAT" >&5
+ echo "$as_me:44424: result: $ZCAT" >&5
echo "${ECHO_T}$ZCAT" >&6
else
- echo "$as_me:44393: result: no" >&5
+ echo "$as_me:44427: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44449,7 +44483,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44452: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44486: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define ZCAT_PATH "$cf_path_prog"
@@ -44467,7 +44501,7 @@ for ac_prog in $ZIP zip
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:44470: checking for $ac_word" >&5
+echo "$as_me:44504: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_ZIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44484,7 +44518,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_ZIP="$ac_dir/$ac_word"
- echo "$as_me:44487: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44521: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44495,10 +44529,10 @@ fi
ZIP=$ac_cv_path_ZIP
if test -n "$ZIP"; then
- echo "$as_me:44498: result: $ZIP" >&5
+ echo "$as_me:44532: result: $ZIP" >&5
echo "${ECHO_T}$ZIP" >&6
else
- echo "$as_me:44501: result: no" >&5
+ echo "$as_me:44535: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44557,7 +44591,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44560: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44594: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define ZIP_PATH "$cf_path_prog"
@@ -44585,7 +44619,7 @@ for ac_prog in $INSTALL install
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:44588: checking for $ac_word" >&5
+echo "$as_me:44622: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_INSTALL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44602,7 +44636,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_INSTALL="$ac_dir/$ac_word"
- echo "$as_me:44605: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44639: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44613,10 +44647,10 @@ fi
INSTALL=$ac_cv_path_INSTALL
if test -n "$INSTALL"; then
- echo "$as_me:44616: result: $INSTALL" >&5
+ echo "$as_me:44650: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
else
- echo "$as_me:44619: result: no" >&5
+ echo "$as_me:44653: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44675,7 +44709,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44678: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44712: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define INSTALL_PATH "$cf_path_prog"
@@ -44705,7 +44739,7 @@ if test "$cf_cv_screen" = pdcurses ; then
case "$host_os" in
(mingw*)
-echo "$as_me:44708: checking for initscr in -lpdcurses" >&5
+echo "$as_me:44742: checking for initscr in -lpdcurses" >&5
echo $ECHO_N "checking for initscr in -lpdcurses... $ECHO_C" >&6
if test "${ac_cv_lib_pdcurses_initscr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44713,7 +44747,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lpdcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 44716 "configure"
+#line 44750 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -44732,16 +44766,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:44735: \"$ac_link\"") >&5
+if { (eval echo "$as_me:44769: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:44738: \$? = $ac_status" >&5
+ echo "$as_me:44772: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:44741: \"$ac_try\"") >&5
+ { (eval echo "$as_me:44775: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:44744: \$? = $ac_status" >&5
+ echo "$as_me:44778: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_pdcurses_initscr=yes
else
@@ -44752,7 +44786,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:44755: result: $ac_cv_lib_pdcurses_initscr" >&5
+echo "$as_me:44789: result: $ac_cv_lib_pdcurses_initscr" >&5
echo "${ECHO_T}$ac_cv_lib_pdcurses_initscr" >&6
if test "$ac_cv_lib_pdcurses_initscr" = yes; then
@@ -44774,13 +44808,13 @@ LIBS="$cf_add_libs"
cf_cv_term_header=no
cf_cv_unctrl_header=no
- echo "$as_me:44777: checking for winwstr" >&5
+ echo "$as_me:44811: checking for winwstr" >&5
echo $ECHO_N "checking for winwstr... $ECHO_C" >&6
if test "${ac_cv_func_winwstr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 44783 "configure"
+#line 44817 "configure"
#include "confdefs.h"
#define winwstr autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -44811,16 +44845,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:44814: \"$ac_link\"") >&5
+if { (eval echo "$as_me:44848: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:44817: \$? = $ac_status" >&5
+ echo "$as_me:44851: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:44820: \"$ac_try\"") >&5
+ { (eval echo "$as_me:44854: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:44823: \$? = $ac_status" >&5
+ echo "$as_me:44857: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_winwstr=yes
else
@@ -44830,7 +44864,7 @@ ac_cv_func_winwstr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:44833: result: $ac_cv_func_winwstr" >&5
+echo "$as_me:44867: result: $ac_cv_func_winwstr" >&5
echo "${ECHO_T}$ac_cv_func_winwstr" >&6
if test "$ac_cv_func_winwstr" = yes; then
@@ -44840,13 +44874,13 @@ EOF
fi
- echo "$as_me:44843: checking for pdcurses_dll_iname" >&5
+ echo "$as_me:44877: checking for pdcurses_dll_iname" >&5
echo $ECHO_N "checking for pdcurses_dll_iname... $ECHO_C" >&6
if test "${ac_cv_func_pdcurses_dll_iname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 44849 "configure"
+#line 44883 "configure"
#include "confdefs.h"
#define pdcurses_dll_iname autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -44877,16 +44911,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:44880: \"$ac_link\"") >&5
+if { (eval echo "$as_me:44914: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:44883: \$? = $ac_status" >&5
+ echo "$as_me:44917: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:44886: \"$ac_try\"") >&5
+ { (eval echo "$as_me:44920: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:44889: \$? = $ac_status" >&5
+ echo "$as_me:44923: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_pdcurses_dll_iname=yes
else
@@ -44896,7 +44930,7 @@ ac_cv_func_pdcurses_dll_iname=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:44899: result: $ac_cv_func_pdcurses_dll_iname" >&5
+echo "$as_me:44933: result: $ac_cv_func_pdcurses_dll_iname" >&5
echo "${ECHO_T}$ac_cv_func_pdcurses_dll_iname" >&6
if test "$ac_cv_func_pdcurses_dll_iname" = yes; then
@@ -44913,7 +44947,7 @@ fi
cf_x_athena=${cf_x_athena:-Xaw}
-echo "$as_me:44916: checking if you want to link with Xaw 3d library" >&5
+echo "$as_me:44950: 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=
@@ -44924,14 +44958,14 @@ if test "${with_Xaw3d+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=Xaw3d
- echo "$as_me:44927: result: yes" >&5
+ echo "$as_me:44961: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:44930: result: no" >&5
+ echo "$as_me:44964: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:44934: checking if you want to link with Xaw 3d xft library" >&5
+echo "$as_me:44968: 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=
@@ -44942,14 +44976,14 @@ if test "${with_Xaw3dxft+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=Xaw3dxft
- echo "$as_me:44945: result: yes" >&5
+ echo "$as_me:44979: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:44948: result: no" >&5
+ echo "$as_me:44982: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:44952: checking if you want to link with neXT Athena library" >&5
+echo "$as_me:44986: 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=
@@ -44960,14 +44994,14 @@ if test "${with_neXtaw+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=neXtaw
- echo "$as_me:44963: result: yes" >&5
+ echo "$as_me:44997: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:44966: result: no" >&5
+ echo "$as_me:45000: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:44970: checking if you want to link with Athena-Plus library" >&5
+echo "$as_me:45004: 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=
@@ -44978,10 +45012,10 @@ if test "${with_XawPlus+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=XawPlus
- echo "$as_me:44981: result: yes" >&5
+ echo "$as_me:45015: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:44984: result: no" >&5
+ echo "$as_me:45018: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45001,17 +45035,17 @@ if test "$PKG_CONFIG" != none ; then
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}:45004: testing found package $cf_athena_pkg ..." 1>&5
+echo "${as_me:-configure}:45038: 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}:45010: testing package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45044: 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}:45014: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45048: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -45142,20 +45176,20 @@ EOF
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}:45145: testing ..trimmed $LIBS ..." 1>&5
+echo "${as_me:-configure}:45179: testing ..trimmed $LIBS ..." 1>&5
;;
esac
done
-echo "$as_me:45151: checking for usable $cf_x_athena/Xmu package" >&5
+echo "$as_me:45185: 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 45158 "configure"
+#line 45192 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -45173,16 +45207,16 @@ int check = XmuCompareISOLatin1("big", "small");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:45176: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45210: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:45179: \$? = $ac_status" >&5
+ echo "$as_me:45213: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:45182: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45216: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:45185: \$? = $ac_status" >&5
+ echo "$as_me:45219: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_xaw_compat=yes
else
@@ -45192,7 +45226,7 @@ cf_cv_xaw_compat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:45195: result: $cf_cv_xaw_compat" >&5
+echo "$as_me:45229: result: $cf_cv_xaw_compat" >&5
echo "${ECHO_T}$cf_cv_xaw_compat" >&6
if test "$cf_cv_xaw_compat" = no
@@ -45204,7 +45238,7 @@ echo "${ECHO_T}$cf_cv_xaw_compat" >&6
(*)
test -n "$verbose" && echo " work around broken package" 1>&6
-echo "${as_me:-configure}:45207: testing work around broken package ..." 1>&5
+echo "${as_me:-configure}:45241: testing work around broken package ..." 1>&5
cf_save_xmu="$LIBS"
cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^ *//' -e 's/ .*//'`
@@ -45212,17 +45246,17 @@ echo "${as_me:-configure}:45207: testing work around broken package ..." 1>&5
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xmu"; then
test -n "$verbose" && echo " found package xmu" 1>&6
-echo "${as_me:-configure}:45215: testing found package xmu ..." 1>&5
+echo "${as_me:-configure}:45249: 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}:45221: testing package xmu CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45255: 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}:45225: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45259: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -45342,12 +45376,12 @@ LIBS="$cf_add_libs"
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:45345: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:45379: 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}:45350: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:45384: testing ...after $LIBS ..." 1>&5
else
cf_pkgconfig_incs=
@@ -45355,12 +45389,12 @@ else
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:45358: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:45392: 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}:45363: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:45397: testing ...after $LIBS ..." 1>&5
fi
@@ -45371,7 +45405,7 @@ fi
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}:45374: testing ..trimmed $LIBS ..." 1>&5
+echo "${as_me:-configure}:45408: testing ..trimmed $LIBS ..." 1>&5
;;
esac
@@ -45396,17 +45430,17 @@ if test -z "$cf_x_athena_lib" ; then
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "Xext"; then
test -n "$verbose" && echo " found package Xext" 1>&6
-echo "${as_me:-configure}:45399: testing found package Xext ..." 1>&5
+echo "${as_me:-configure}:45433: 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}:45405: testing package Xext CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45439: 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}:45409: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45443: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -45527,7 +45561,7 @@ else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- echo "$as_me:45530: checking for XextCreateExtension in -lXext" >&5
+ echo "$as_me:45564: 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
@@ -45535,7 +45569,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lXext $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 45538 "configure"
+#line 45572 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -45554,16 +45588,16 @@ XextCreateExtension ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:45557: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45591: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:45560: \$? = $ac_status" >&5
+ echo "$as_me:45594: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:45563: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45597: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:45566: \$? = $ac_status" >&5
+ echo "$as_me:45600: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_Xext_XextCreateExtension=yes
else
@@ -45574,7 +45608,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:45577: result: $ac_cv_lib_Xext_XextCreateExtension" >&5
+echo "$as_me:45611: 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
@@ -45610,17 +45644,17 @@ then
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "x11"; then
test -n "$verbose" && echo " found package x11" 1>&6
-echo "${as_me:-configure}:45613: testing found package x11 ..." 1>&5
+echo "${as_me:-configure}:45647: 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}:45619: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45653: 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}:45623: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45657: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -45740,24 +45774,24 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:45743: WARNING: unable to find X11 library" >&5
+ { echo "$as_me:45777: 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}:45750: testing found package ice ..." 1>&5
+echo "${as_me:-configure}:45784: 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}:45756: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45790: 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}:45760: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45794: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -45877,24 +45911,24 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:45880: WARNING: unable to find ICE library" >&5
+ { echo "$as_me:45914: 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}:45887: testing found package sm ..." 1>&5
+echo "${as_me:-configure}:45921: 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}:45893: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45927: 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}:45897: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45931: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46014,24 +46048,24 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:46017: WARNING: unable to find SM library" >&5
+ { echo "$as_me:46051: 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}:46024: testing found package xt ..." 1>&5
+echo "${as_me:-configure}:46058: 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}:46030: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46064: 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}:46034: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46068: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46151,7 +46185,7 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:46154: WARNING: unable to find Xt library" >&5
+ { echo "$as_me:46188: WARNING: unable to find Xt library" >&5
echo "$as_me: WARNING: unable to find Xt library" >&2;}
fi
@@ -46164,17 +46198,17 @@ cf_have_X_LIBS=no
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xt"; then
test -n "$verbose" && echo " found package xt" 1>&6
-echo "${as_me:-configure}:46167: testing found package xt ..." 1>&5
+echo "${as_me:-configure}:46201: 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}:46173: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46207: 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}:46177: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46211: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46295,14 +46329,14 @@ LIBS="$cf_add_libs"
;;
(*)
# we have an "xt" package, but it may omit Xt's dependency on X11
-echo "$as_me:46298: checking for usable X dependency" >&5
+echo "$as_me:46332: 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 46305 "configure"
+#line 46339 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -46322,16 +46356,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:46325: \"$ac_link\"") >&5
+if { (eval echo "$as_me:46359: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:46328: \$? = $ac_status" >&5
+ echo "$as_me:46362: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:46331: \"$ac_try\"") >&5
+ { (eval echo "$as_me:46365: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:46334: \$? = $ac_status" >&5
+ echo "$as_me:46368: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_xt_x11_compat=yes
else
@@ -46341,30 +46375,30 @@ cf_cv_xt_x11_compat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:46344: result: $cf_cv_xt_x11_compat" >&5
+echo "$as_me:46378: 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}:46350: testing work around broken X11 dependency ..." 1>&5
+echo "${as_me:-configure}:46384: 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}:46357: testing found package x11 ..." 1>&5
+echo "${as_me:-configure}:46391: 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}:46363: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46397: 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}:46367: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46401: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46487,12 +46521,12 @@ else
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:46490: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:46524: 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}:46495: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:46529: testing ...after $LIBS ..." 1>&5
fi
@@ -46500,14 +46534,14 @@ fi
;;
esac
-echo "$as_me:46503: checking for usable X Toolkit package" >&5
+echo "$as_me:46537: 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 46510 "configure"
+#line 46544 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -46523,16 +46557,16 @@ int num = IceConnectionNumber(0); (void) num
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:46526: \"$ac_link\"") >&5
+if { (eval echo "$as_me:46560: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:46529: \$? = $ac_status" >&5
+ echo "$as_me:46563: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:46532: \"$ac_try\"") >&5
+ { (eval echo "$as_me:46566: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:46535: \$? = $ac_status" >&5
+ echo "$as_me:46569: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_xt_ice_compat=yes
else
@@ -46542,7 +46576,7 @@ cf_cv_xt_ice_compat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:46545: result: $cf_cv_xt_ice_compat" >&5
+echo "$as_me:46579: result: $cf_cv_xt_ice_compat" >&5
echo "${ECHO_T}$cf_cv_xt_ice_compat" >&6
if test "$cf_cv_xt_ice_compat" = no
@@ -46556,22 +46590,22 @@ echo "${ECHO_T}$cf_cv_xt_ice_compat" >&6
(*)
test -n "$verbose" && echo " work around broken ICE dependency" 1>&6
-echo "${as_me:-configure}:46559: testing work around broken ICE dependency ..." 1>&5
+echo "${as_me:-configure}:46593: 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}:46564: testing found package ice ..." 1>&5
+echo "${as_me:-configure}:46598: 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}:46570: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46604: 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}:46574: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46608: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46690,17 +46724,17 @@ LIBS="$cf_add_libs"
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "sm"; then
test -n "$verbose" && echo " found package sm" 1>&6
-echo "${as_me:-configure}:46693: testing found package sm ..." 1>&5
+echo "${as_me:-configure}:46727: 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}:46699: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46733: 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}:46703: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46737: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46829,12 +46863,12 @@ else
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:46832: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:46866: 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}:46837: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:46871: testing ...after $LIBS ..." 1>&5
fi
@@ -46854,7 +46888,7 @@ else
test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6
-echo "${as_me:-configure}:46857: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:46891: testing checking additions to CFLAGS ..." 1>&5
cf_check_cflags="$CFLAGS"
cf_check_cppflags="$CPPFLAGS"
@@ -46939,7 +46973,7 @@ done
if test -n "$cf_new_cflags" ; then
test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
-echo "${as_me:-configure}:46942: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:46976: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_new_cflags"
@@ -46949,7 +46983,7 @@ fi
if test -n "$cf_new_cppflags" ; then
test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
-echo "${as_me:-configure}:46952: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:46986: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
@@ -46959,7 +46993,7 @@ fi
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}:46962: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:46996: 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"
@@ -46968,7 +47002,7 @@ fi
if test "x$cf_check_cflags" != "x$CFLAGS" ; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 46971 "configure"
+#line 47005 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -46980,16 +47014,16 @@ printf("Hello world");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:46983: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47017: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:46986: \$? = $ac_status" >&5
+ echo "$as_me:47020: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:46989: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47023: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:46992: \$? = $ac_status" >&5
+ echo "$as_me:47026: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -46997,12 +47031,12 @@ else
cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6
-echo "${as_me:-configure}:47000: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:47034: 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}:47005: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:47039: testing but keeping change to \$CPPFLAGS ..." 1>&5
fi
CFLAGS="$cf_check_cflags"
@@ -47010,13 +47044,13 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
- echo "$as_me:47013: checking for XOpenDisplay" >&5
+ echo "$as_me:47047: 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 47019 "configure"
+#line 47053 "configure"
#include "confdefs.h"
#define XOpenDisplay autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -47047,16 +47081,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47050: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47084: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47053: \$? = $ac_status" >&5
+ echo "$as_me:47087: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47056: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47090: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47059: \$? = $ac_status" >&5
+ echo "$as_me:47093: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_XOpenDisplay=yes
else
@@ -47066,13 +47100,13 @@ ac_cv_func_XOpenDisplay=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:47069: result: $ac_cv_func_XOpenDisplay" >&5
+echo "$as_me:47103: 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:47075: checking for XOpenDisplay in -lX11" >&5
+ echo "$as_me:47109: 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
@@ -47080,7 +47114,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lX11 $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47083 "configure"
+#line 47117 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -47099,16 +47133,16 @@ XOpenDisplay ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47102: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47136: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47105: \$? = $ac_status" >&5
+ echo "$as_me:47139: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47108: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47142: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47111: \$? = $ac_status" >&5
+ echo "$as_me:47145: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_X11_XOpenDisplay=yes
else
@@ -47119,7 +47153,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:47122: result: $ac_cv_lib_X11_XOpenDisplay" >&5
+echo "$as_me:47156: 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
@@ -47143,13 +47177,13 @@ fi
fi
- echo "$as_me:47146: checking for XtAppInitialize" >&5
+ echo "$as_me:47180: 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 47152 "configure"
+#line 47186 "configure"
#include "confdefs.h"
#define XtAppInitialize autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -47180,16 +47214,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47183: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47217: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47186: \$? = $ac_status" >&5
+ echo "$as_me:47220: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47189: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47223: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47192: \$? = $ac_status" >&5
+ echo "$as_me:47226: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_XtAppInitialize=yes
else
@@ -47199,13 +47233,13 @@ ac_cv_func_XtAppInitialize=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:47202: result: $ac_cv_func_XtAppInitialize" >&5
+echo "$as_me:47236: 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:47208: checking for XtAppInitialize in -lXt" >&5
+ echo "$as_me:47242: 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
@@ -47213,7 +47247,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lXt $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47216 "configure"
+#line 47250 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -47232,16 +47266,16 @@ XtAppInitialize ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47235: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47269: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47238: \$? = $ac_status" >&5
+ echo "$as_me:47272: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47241: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47275: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47244: \$? = $ac_status" >&5
+ echo "$as_me:47278: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_Xt_XtAppInitialize=yes
else
@@ -47252,7 +47286,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:47255: result: $ac_cv_lib_Xt_XtAppInitialize" >&5
+echo "$as_me:47289: 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
@@ -47269,7 +47303,7 @@ fi
fi
if test "$cf_have_X_LIBS" = no ; then
- { echo "$as_me:47272: WARNING: Unable to successfully link X Toolkit library (-lXt) with
+ { echo "$as_me:47306: 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
@@ -47310,14 +47344,14 @@ done
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}-I$cf_path/include"
- echo "$as_me:47313: checking for $cf_test in $cf_path" >&5
+ echo "$as_me:47347: 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:47316: checking for $cf_test" >&5
+ echo "$as_me:47350: checking for $cf_test" >&5
echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6
fi
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47320 "configure"
+#line 47354 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
@@ -47331,16 +47365,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:47334: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:47368: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:47337: \$? = $ac_status" >&5
+ echo "$as_me:47371: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:47340: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47374: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47343: \$? = $ac_status" >&5
+ echo "$as_me:47377: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -47349,7 +47383,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:47352: result: $cf_result" >&5
+ echo "$as_me:47386: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
LIBS="$cf_save_LIBS_CF_X_ATHENA_CPPFLAGS"
@@ -47365,7 +47399,7 @@ CPPFLAGS="$cf_save_CPPFLAGS_CF_X_ATHENA_CPPFLAGS"
done
if test -z "$cf_x_athena_inc" ; then
- { echo "$as_me:47368: WARNING: Unable to find Athena header files" >&5
+ { echo "$as_me:47402: 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
@@ -47430,10 +47464,10 @@ for cf_add_1lib in $cf_add_0lib; do
done
LIBS="$cf_add_libs"
- echo "$as_me:47433: checking for $cf_test in $cf_libs" >&5
+ echo "$as_me:47467: 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 47436 "configure"
+#line 47470 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -47450,16 +47484,16 @@ $cf_test((XtAppContext) 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47453: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47487: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47456: \$? = $ac_status" >&5
+ echo "$as_me:47490: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47459: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47493: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47462: \$? = $ac_status" >&5
+ echo "$as_me:47496: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -47468,7 +47502,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:47471: result: $cf_result" >&5
+ echo "$as_me:47505: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
LIBS="$cf_save_LIBS_CF_X_ATHENA_LIBS"
@@ -47485,7 +47519,7 @@ CPPFLAGS="$cf_save_CPPFLAGS_CF_X_ATHENA_LIBS"
done
if test -z "$cf_x_athena_lib" ; then
- { { echo "$as_me:47488: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5
+ { { echo "$as_me:47522: 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
@@ -47519,7 +47553,7 @@ if test -n "$ac_tool_prefix"; then
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:47522: checking for $ac_word" >&5
+echo "$as_me:47556: 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
@@ -47534,7 +47568,7 @@ for ac_dir in $ac_dummy; do
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:47537: found $ac_dir/$ac_word" >&5
+echo "$as_me:47571: found $ac_dir/$ac_word" >&5
break
done
@@ -47542,10 +47576,10 @@ fi
fi
XCURSES_CONFIG=$ac_cv_prog_XCURSES_CONFIG
if test -n "$XCURSES_CONFIG"; then
- echo "$as_me:47545: result: $XCURSES_CONFIG" >&5
+ echo "$as_me:47579: result: $XCURSES_CONFIG" >&5
echo "${ECHO_T}$XCURSES_CONFIG" >&6
else
- echo "$as_me:47548: result: no" >&5
+ echo "$as_me:47582: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -47558,7 +47592,7 @@ if test -z "$XCURSES_CONFIG"; then
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:47561: checking for $ac_word" >&5
+echo "$as_me:47595: 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
@@ -47573,7 +47607,7 @@ for ac_dir in $ac_dummy; do
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:47576: found $ac_dir/$ac_word" >&5
+echo "$as_me:47610: found $ac_dir/$ac_word" >&5
break
done
@@ -47581,10 +47615,10 @@ fi
fi
ac_ct_XCURSES_CONFIG=$ac_cv_prog_ac_ct_XCURSES_CONFIG
if test -n "$ac_ct_XCURSES_CONFIG"; then
- echo "$as_me:47584: result: $ac_ct_XCURSES_CONFIG" >&5
+ echo "$as_me:47618: result: $ac_ct_XCURSES_CONFIG" >&5
echo "${ECHO_T}$ac_ct_XCURSES_CONFIG" >&6
else
- echo "$as_me:47587: result: no" >&5
+ echo "$as_me:47621: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -47719,7 +47753,7 @@ LDFLAGS="$LDFLAGS $X_LIBS"
test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6
-echo "${as_me:-configure}:47722: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:47756: testing checking additions to CFLAGS ..." 1>&5
cf_check_cflags="$CFLAGS"
cf_check_cppflags="$CPPFLAGS"
@@ -47804,7 +47838,7 @@ done
if test -n "$cf_new_cflags" ; then
test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
-echo "${as_me:-configure}:47807: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:47841: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_new_cflags"
@@ -47814,7 +47848,7 @@ fi
if test -n "$cf_new_cppflags" ; then
test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
-echo "${as_me:-configure}:47817: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:47851: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
@@ -47824,7 +47858,7 @@ fi
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}:47827: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:47861: 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"
@@ -47833,7 +47867,7 @@ fi
if test "x$cf_check_cflags" != "x$CFLAGS" ; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47836 "configure"
+#line 47870 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -47845,16 +47879,16 @@ printf("Hello world");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47848: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47882: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47851: \$? = $ac_status" >&5
+ echo "$as_me:47885: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47854: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47888: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47857: \$? = $ac_status" >&5
+ echo "$as_me:47891: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -47862,12 +47896,12 @@ else
cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6
-echo "${as_me:-configure}:47865: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:47899: 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}:47870: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:47904: testing but keeping change to \$CPPFLAGS ..." 1>&5
fi
CFLAGS="$cf_check_cflags"
@@ -47875,7 +47909,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:47878: checking for XOpenDisplay in -lX11" >&5
+echo "$as_me:47912: 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
@@ -47883,7 +47917,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47886 "configure"
+#line 47920 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -47902,16 +47936,16 @@ XOpenDisplay ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47905: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47939: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47908: \$? = $ac_status" >&5
+ echo "$as_me:47942: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47911: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47945: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47914: \$? = $ac_status" >&5
+ echo "$as_me:47948: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_X11_XOpenDisplay=yes
else
@@ -47922,7 +47956,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:47925: result: $ac_cv_lib_X11_XOpenDisplay" >&5
+echo "$as_me:47959: 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
@@ -47944,7 +47978,7 @@ LIBS="$cf_add_libs"
fi
-echo "$as_me:47947: checking for XCurses library" >&5
+echo "$as_me:47981: 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
@@ -47967,7 +48001,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47970 "configure"
+#line 48004 "configure"
#include "confdefs.h"
#include <xcurses.h>
@@ -47982,16 +48016,16 @@ XCursesExit();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47985: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48019: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47988: \$? = $ac_status" >&5
+ echo "$as_me:48022: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47991: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48025: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47994: \$? = $ac_status" >&5
+ echo "$as_me:48028: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_lib_XCurses=yes
else
@@ -48002,7 +48036,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48005: result: $cf_cv_lib_XCurses" >&5
+echo "$as_me:48039: result: $cf_cv_lib_XCurses" >&5
echo "${ECHO_T}$cf_cv_lib_XCurses" >&6
fi
@@ -48017,23 +48051,23 @@ cat >>confdefs.h <<\EOF
#define XCURSES 1
EOF
- echo "$as_me:48020: checking for xcurses.h" >&5
+ echo "$as_me:48054: 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 48026 "configure"
+#line 48060 "configure"
#include "confdefs.h"
#include <xcurses.h>
_ACEOF
-if { (eval echo "$as_me:48030: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:48064: \"$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:48036: \$? = $ac_status" >&5
+ echo "$as_me:48070: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -48052,7 +48086,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:48055: result: $ac_cv_header_xcurses_h" >&5
+echo "$as_me:48089: 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
@@ -48063,7 +48097,7 @@ EOF
fi
else
- { { echo "$as_me:48066: error: Cannot link with XCurses" >&5
+ { { echo "$as_me:48100: error: Cannot link with XCurses" >&5
echo "$as_me: error: Cannot link with XCurses" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -48072,7 +48106,7 @@ fi
esac
else
-echo "$as_me:48075: checking if we can include termio.h with curses" >&5
+echo "$as_me:48109: checking if we can include termio.h with curses" >&5
echo $ECHO_N "checking if we can include termio.h with curses... $ECHO_C" >&6
if test "${cf_cv_termio_and_curses+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -48082,7 +48116,7 @@ else
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -I. -I${srcdir:-.} -I${srcdir:-.}/src -I${srcdir:-.}/WWW/Library/Implementation"
touch lynx_cfg.h
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48085 "configure"
+#line 48119 "configure"
#include "confdefs.h"
#include <LYCurses.h>
@@ -48096,16 +48130,16 @@ putchar(0x0a)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48099: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48133: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48102: \$? = $ac_status" >&5
+ echo "$as_me:48136: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48105: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48139: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48108: \$? = $ac_status" >&5
+ echo "$as_me:48142: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termio_and_curses=yes
else
@@ -48118,7 +48152,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
rm -f lynx_cfg.h
fi
-echo "$as_me:48121: result: $cf_cv_termio_and_curses" >&5
+echo "$as_me:48155: result: $cf_cv_termio_and_curses" >&5
echo "${ECHO_T}$cf_cv_termio_and_curses" >&6
test "$cf_cv_termio_and_curses" = yes &&
@@ -48135,23 +48169,23 @@ if test "$cf_cv_screen" != slang ; then
for ac_header in $cf_cv_screen/term.h term.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:48138: checking for $ac_header" >&5
+echo "$as_me:48172: 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 48144 "configure"
+#line 48178 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:48148: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:48182: \"$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:48154: \$? = $ac_status" >&5
+ echo "$as_me:48188: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -48170,7 +48204,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:48173: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:48207: 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
@@ -48182,7 +48216,7 @@ done
fi
-echo "$as_me:48185: checking if curses supports alternate-character set" >&5
+echo "$as_me:48219: checking if curses supports alternate-character set" >&5
echo $ECHO_N "checking if curses supports alternate-character set... $ECHO_C" >&6
if test "${cf_cv_alt_char_set+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -48191,7 +48225,7 @@ else
for mapname in acs_map _acs_map
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48194 "configure"
+#line 48228 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -48205,16 +48239,16 @@ chtype x = ${mapname}['l']; ${mapname}['m'] = 0; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48208: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48242: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48211: \$? = $ac_status" >&5
+ echo "$as_me:48245: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48214: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48248: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48217: \$? = $ac_status" >&5
+ echo "$as_me:48251: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_alt_char_set=$mapname
break
@@ -48228,21 +48262,21 @@ done
fi
-echo "$as_me:48231: result: $cf_cv_alt_char_set" >&5
+echo "$as_me:48265: result: $cf_cv_alt_char_set" >&5
echo "${ECHO_T}$cf_cv_alt_char_set" >&6
test "$cf_cv_alt_char_set" != no &&
cat >>confdefs.h <<EOF
#define ALT_CHAR_SET $cf_cv_alt_char_set
EOF
-echo "$as_me:48238: checking if curses supports fancy attributes" >&5
+echo "$as_me:48272: checking if curses supports fancy attributes" >&5
echo $ECHO_N "checking if curses supports fancy attributes... $ECHO_C" >&6
if test "${cf_cv_fancy_curses+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48245 "configure"
+#line 48279 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -48260,16 +48294,16 @@ attrset(A_UNDERLINE|A_BOLD|A_REVERSE);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48263: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48297: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48266: \$? = $ac_status" >&5
+ echo "$as_me:48300: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48269: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48303: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48272: \$? = $ac_status" >&5
+ echo "$as_me:48306: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fancy_curses=yes
else
@@ -48281,14 +48315,14 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48284: result: $cf_cv_fancy_curses" >&5
+echo "$as_me:48318: result: $cf_cv_fancy_curses" >&5
echo "${ECHO_T}$cf_cv_fancy_curses" >&6
test "$cf_cv_fancy_curses" = yes &&
cat >>confdefs.h <<\EOF
#define FANCY_CURSES 1
EOF
-echo "$as_me:48291: checking for function curses_version" >&5
+echo "$as_me:48325: 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
@@ -48298,7 +48332,7 @@ if test "$cross_compiling" = yes; then
cf_cv_func_curses_version=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48301 "configure"
+#line 48335 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -48314,15 +48348,15 @@ int main(void)
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:48317: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48351: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48320: \$? = $ac_status" >&5
+ echo "$as_me:48354: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:48322: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48356: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48325: \$? = $ac_status" >&5
+ echo "$as_me:48359: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_func_curses_version=yes
@@ -48337,7 +48371,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
rm -f core
fi
-echo "$as_me:48340: result: $cf_cv_func_curses_version" >&5
+echo "$as_me:48374: 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
@@ -48345,14 +48379,14 @@ cat >>confdefs.h <<\EOF
EOF
if test "$cf_cv_ncurses_version" != no ; then
-echo "$as_me:48348: checking for obsolete/broken version of ncurses" >&5
+echo "$as_me:48382: checking for obsolete/broken version of ncurses" >&5
echo $ECHO_N "checking for obsolete/broken version of ncurses... $ECHO_C" >&6
if test "${cf_cv_ncurses_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48355 "configure"
+#line 48389 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -48371,16 +48405,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48374: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48408: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48377: \$? = $ac_status" >&5
+ echo "$as_me:48411: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48380: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48414: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48383: \$? = $ac_status" >&5
+ echo "$as_me:48417: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_broken=no
else
@@ -48392,10 +48426,10 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:48395: result: $cf_cv_ncurses_broken" >&5
+echo "$as_me:48429: result: $cf_cv_ncurses_broken" >&5
echo "${ECHO_T}$cf_cv_ncurses_broken" >&6
if test "$cf_cv_ncurses_broken" = yes ; then
- { echo "$as_me:48398: WARNING: hmm... you should get an up-to-date version of ncurses" >&5
+ { echo "$as_me:48432: WARNING: hmm... you should get an up-to-date version of ncurses" >&5
echo "$as_me: WARNING: hmm... you should get an up-to-date version of ncurses" >&2;}
cat >>confdefs.h <<\EOF
@@ -48405,14 +48439,14 @@ EOF
fi
fi
-echo "$as_me:48408: checking if curses supports color attributes" >&5
+echo "$as_me:48442: checking if curses supports color attributes" >&5
echo $ECHO_N "checking if curses supports color attributes... $ECHO_C" >&6
if test "${cf_cv_color_curses+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48415 "configure"
+#line 48449 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -48433,16 +48467,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48436: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48470: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48439: \$? = $ac_status" >&5
+ echo "$as_me:48473: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48442: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48476: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48445: \$? = $ac_status" >&5
+ echo "$as_me:48479: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_color_curses=yes
else
@@ -48454,7 +48488,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48457: result: $cf_cv_color_curses" >&5
+echo "$as_me:48491: result: $cf_cv_color_curses" >&5
echo "${ECHO_T}$cf_cv_color_curses" >&6
if test "$cf_cv_color_curses" = yes ; then
@@ -48478,23 +48512,23 @@ sys/termio.h \
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:48481: checking for $ac_header" >&5
+echo "$as_me:48515: 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 48487 "configure"
+#line 48521 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:48491: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:48525: \"$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:48497: \$? = $ac_status" >&5
+ echo "$as_me:48531: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -48513,7 +48547,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:48516: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:48550: 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
@@ -48530,10 +48564,10 @@ if test "$ac_cv_header_termios_h" = yes ; then
(*) termios_bad=maybe ;;
esac
if test "$termios_bad" = maybe ; then
- echo "$as_me:48533: checking whether termios.h needs _POSIX_SOURCE" >&5
+ echo "$as_me:48567: 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 48536 "configure"
+#line 48570 "configure"
#include "confdefs.h"
#include <termios.h>
int
@@ -48545,16 +48579,16 @@ struct termios foo; int x = (int)(foo.c_iflag = 1); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48548: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48582: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48551: \$? = $ac_status" >&5
+ echo "$as_me:48585: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48554: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48588: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48557: \$? = $ac_status" >&5
+ echo "$as_me:48591: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
termios_bad=no
else
@@ -48562,7 +48596,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48565 "configure"
+#line 48599 "configure"
#include "confdefs.h"
#define _POSIX_SOURCE
@@ -48576,16 +48610,16 @@ struct termios foo; int x = (int)(foo.c_iflag = 2); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48579: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48613: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48582: \$? = $ac_status" >&5
+ echo "$as_me:48616: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48585: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48619: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48588: \$? = $ac_status" >&5
+ echo "$as_me:48622: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
termios_bad=unknown
else
@@ -48601,12 +48635,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:48604: result: $termios_bad" >&5
+ echo "$as_me:48638: result: $termios_bad" >&5
echo "${ECHO_T}$termios_bad" >&6
fi
fi
-echo "$as_me:48609: checking declaration of size-change" >&5
+echo "$as_me:48643: 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
@@ -48627,7 +48661,7 @@ do
fi
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48630 "configure"
+#line 48664 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_TERMIOS_H
@@ -48677,16 +48711,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48680: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48714: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48683: \$? = $ac_status" >&5
+ echo "$as_me:48717: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48686: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48720: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48689: \$? = $ac_status" >&5
+ echo "$as_me:48723: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_sizechange=yes
else
@@ -48705,7 +48739,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:48708: result: $cf_cv_sizechange" >&5
+echo "$as_me:48742: result: $cf_cv_sizechange" >&5
echo "${ECHO_T}$cf_cv_sizechange" >&6
if test "$cf_cv_sizechange" != no ; then
@@ -48723,14 +48757,14 @@ EOF
esac
fi
-echo "$as_me:48726: checking if ttytype is declared in curses library" >&5
+echo "$as_me:48760: checking if ttytype is declared in curses library" >&5
echo $ECHO_N "checking if ttytype is declared in curses library... $ECHO_C" >&6
if test "${cf_cv_have_ttytype+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48733 "configure"
+#line 48767 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -48742,16 +48776,16 @@ char *x = &ttytype[1]; *x = 1
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48745: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48779: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48748: \$? = $ac_status" >&5
+ echo "$as_me:48782: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48751: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48785: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48754: \$? = $ac_status" >&5
+ echo "$as_me:48788: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_ttytype=yes
else
@@ -48763,7 +48797,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48766: result: $cf_cv_have_ttytype" >&5
+echo "$as_me:48800: result: $cf_cv_have_ttytype" >&5
echo "${ECHO_T}$cf_cv_have_ttytype" >&6
test "$cf_cv_have_ttytype" = yes &&
cat >>confdefs.h <<\EOF
@@ -48772,14 +48806,14 @@ EOF
if test "$use_wide_curses" = yes ; then
-echo "$as_me:48775: checking if curses supports wide characters" >&5
+echo "$as_me:48809: checking if curses supports wide characters" >&5
echo $ECHO_N "checking if curses supports wide characters... $ECHO_C" >&6
if test "${cf_cv_widec_curses+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48782 "configure"
+#line 48816 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -48798,16 +48832,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48801: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48835: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48804: \$? = $ac_status" >&5
+ echo "$as_me:48838: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48807: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48841: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48810: \$? = $ac_status" >&5
+ echo "$as_me:48844: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_widec_curses=yes
else
@@ -48818,7 +48852,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48821: result: $cf_cv_widec_curses" >&5
+echo "$as_me:48855: result: $cf_cv_widec_curses" >&5
echo "${ECHO_T}$cf_cv_widec_curses" >&6
if test "$cf_cv_widec_curses" = yes ; then
@@ -48828,14 +48862,14 @@ cat >>confdefs.h <<\EOF
EOF
# This is needed on Tru64 5.0 to declare mbstate_t
- echo "$as_me:48831: checking if we must include wchar.h to declare mbstate_t" >&5
+ echo "$as_me:48865: 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_widec_mbstate+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48838 "configure"
+#line 48872 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -48849,23 +48883,23 @@ mbstate_t state; (void)state
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48852: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48886: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48855: \$? = $ac_status" >&5
+ echo "$as_me:48889: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48858: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48892: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48861: \$? = $ac_status" >&5
+ echo "$as_me:48895: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_widec_mbstate=no
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48868 "configure"
+#line 48902 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -48880,16 +48914,16 @@ mbstate_t state; (void)state
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48883: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48917: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48886: \$? = $ac_status" >&5
+ echo "$as_me:48920: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48889: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48923: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48892: \$? = $ac_status" >&5
+ echo "$as_me:48926: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_widec_mbstate=yes
else
@@ -48901,7 +48935,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:48904: result: $cf_cv_widec_mbstate" >&5
+echo "$as_me:48938: result: $cf_cv_widec_mbstate" >&5
echo "${ECHO_T}$cf_cv_widec_mbstate" >&6
if test "$cf_cv_widec_mbstate" = yes ; then
@@ -48924,7 +48958,7 @@ fi
fi
-echo "$as_me:48927: checking definition to turn on extended curses functions" >&5
+echo "$as_me:48961: 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
@@ -48932,7 +48966,7 @@ else
cf_cv_need_xopen_extension=unknown
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48935 "configure"
+#line 48969 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -48965,16 +48999,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48968: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49002: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48971: \$? = $ac_status" >&5
+ echo "$as_me:49005: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48974: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49008: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48977: \$? = $ac_status" >&5
+ echo "$as_me:49011: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_need_xopen_extension=none
else
@@ -48984,7 +49018,7 @@ cat "conftest.$ac_ext" >&5
for cf_try_xopen_extension in _XOPEN_SOURCE_EXTENDED NCURSES_WIDECHAR
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48987 "configure"
+#line 49021 "configure"
#include "confdefs.h"
#define $cf_try_xopen_extension 1
@@ -49010,16 +49044,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49013: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49047: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49016: \$? = $ac_status" >&5
+ echo "$as_me:49050: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49019: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49053: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49022: \$? = $ac_status" >&5
+ echo "$as_me:49056: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_need_xopen_extension=$cf_try_xopen_extension; break
else
@@ -49033,7 +49067,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49036: result: $cf_cv_need_xopen_extension" >&5
+echo "$as_me:49070: result: $cf_cv_need_xopen_extension" >&5
echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6
case "$cf_cv_need_xopen_extension" in
@@ -49045,7 +49079,7 @@ case "$cf_cv_need_xopen_extension" in
;;
esac
-echo "$as_me:49048: checking for term.h" >&5
+echo "$as_me:49082: 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
@@ -49066,7 +49100,7 @@ esac
for cf_header in $cf_header_list
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49069 "configure"
+#line 49103 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49080,16 +49114,16 @@ WINDOW *x; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49083: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49117: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49086: \$? = $ac_status" >&5
+ echo "$as_me:49120: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49089: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49123: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49092: \$? = $ac_status" >&5
+ echo "$as_me:49126: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header=$cf_header
break
@@ -49108,7 +49142,7 @@ case "$cf_cv_term_header" in
for cf_header in ncurses/term.h ncursesw/term.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49111 "configure"
+#line 49145 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49126,16 +49160,16 @@ WINDOW *x; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49129: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49163: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49132: \$? = $ac_status" >&5
+ echo "$as_me:49166: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49135: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49169: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49138: \$? = $ac_status" >&5
+ echo "$as_me:49172: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header=$cf_header
break
@@ -49150,7 +49184,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
esac
fi
-echo "$as_me:49153: result: $cf_cv_term_header" >&5
+echo "$as_me:49187: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
case "$cf_cv_term_header" in
@@ -49177,7 +49211,7 @@ EOF
;;
esac
-echo "$as_me:49180: checking for unctrl.h" >&5
+echo "$as_me:49214: 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
@@ -49198,7 +49232,7 @@ esac
for cf_header in $cf_header_list
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49201 "configure"
+#line 49235 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49212,16 +49246,16 @@ WINDOW *x; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49215: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49249: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49218: \$? = $ac_status" >&5
+ echo "$as_me:49252: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49221: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49255: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49224: \$? = $ac_status" >&5
+ echo "$as_me:49258: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_unctrl_header=$cf_header
break
@@ -49234,12 +49268,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:49237: result: $cf_cv_unctrl_header" >&5
+echo "$as_me:49271: result: $cf_cv_unctrl_header" >&5
echo "${ECHO_T}$cf_cv_unctrl_header" >&6
case "$cf_cv_unctrl_header" in
(no)
- { echo "$as_me:49242: WARNING: unctrl.h header not found" >&5
+ { echo "$as_me:49276: WARNING: unctrl.h header not found" >&5
echo "$as_me: WARNING: unctrl.h header not found" >&2;}
;;
esac
@@ -49295,10 +49329,10 @@ do
cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
- echo "$as_me:49298: checking for ${cf_func}" >&5
+ echo "$as_me:49332: checking for ${cf_func}" >&5
echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6
-echo "${as_me:-configure}:49301: testing ${cf_func} ..." 1>&5
+echo "${as_me:-configure}:49335: testing ${cf_func} ..." 1>&5
if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -49307,7 +49341,7 @@ else
eval cf_result='$ac_cv_func_'$cf_func
if test ".$cf_result" != ".no"; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49310 "configure"
+#line 49344 "configure"
#include "confdefs.h"
#ifdef HAVE_XCURSES
@@ -49340,16 +49374,16 @@ if (foo + 1234L > 5678L)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49343: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49377: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49346: \$? = $ac_status" >&5
+ echo "$as_me:49380: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49349: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49383: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49352: \$? = $ac_status" >&5
+ echo "$as_me:49386: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -49365,7 +49399,7 @@ fi
# use the computed/retrieved cache-value:
eval 'cf_result=$cf_cv_func_'$cf_func
- echo "$as_me:49368: result: $cf_result" >&5
+ echo "$as_me:49402: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" != no; then
cat >>confdefs.h <<EOF
@@ -49382,13 +49416,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:49385: checking for $ac_func" >&5
+echo "$as_me:49419: 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 49391 "configure"
+#line 49425 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -49419,16 +49453,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49422: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49456: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49425: \$? = $ac_status" >&5
+ echo "$as_me:49459: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49428: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49462: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49431: \$? = $ac_status" >&5
+ echo "$as_me:49465: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -49438,7 +49472,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49441: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:49475: 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
@@ -49452,12 +49486,12 @@ fi
if test "$use_color_style" != no ; then
if test .$cf_cv_color_curses != .yes ; then
- { { echo "$as_me:49455: error: Configuration does not support color-styles" >&5
+ { { echo "$as_me:49489: error: Configuration does not support color-styles" >&5
echo "$as_me: error: Configuration does not support color-styles" >&2;}
{ (exit 1); exit 1; }; }
fi
if test "$cf_cv_screen" = slang ; then
- { { echo "$as_me:49460: error: Configuration does not support color-styles" >&5
+ { { echo "$as_me:49494: error: Configuration does not support color-styles" >&5
echo "$as_me: error: Configuration does not support color-styles" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -49465,7 +49499,7 @@ fi
if test "$use_scrollbar" != no ; then
if test .$cf_cv_fancy_curses != .yes ; then
- { echo "$as_me:49468: WARNING: Configuration does not support ACS_xxx definitions" >&5
+ { echo "$as_me:49502: WARNING: Configuration does not support ACS_xxx definitions" >&5
echo "$as_me: WARNING: Configuration does not support ACS_xxx definitions" >&2;}
else
@@ -49478,7 +49512,7 @@ fi
# use rpath for libraries in unusual places
-echo "$as_me:49481: checking if rpath-hack should be disabled" >&5
+echo "$as_me:49515: 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.
@@ -49496,22 +49530,22 @@ else
fi;
if test "x$enable_rpath_hack" = xno; then cf_disable_rpath_hack=yes; else cf_disable_rpath_hack=no; fi
-echo "$as_me:49499: result: $cf_disable_rpath_hack" >&5
+echo "$as_me:49533: result: $cf_disable_rpath_hack" >&5
echo "${ECHO_T}$cf_disable_rpath_hack" >&6
if test "$enable_rpath_hack" = yes ; then
-echo "$as_me:49504: checking for updated LDFLAGS" >&5
+echo "$as_me:49538: 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:49507: result: maybe" >&5
+ echo "$as_me:49541: 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:49514: checking for $ac_word" >&5
+echo "$as_me:49548: 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
@@ -49526,7 +49560,7 @@ for ac_dir in $ac_dummy; do
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:49529: found $ac_dir/$ac_word" >&5
+echo "$as_me:49563: found $ac_dir/$ac_word" >&5
break
done
@@ -49534,10 +49568,10 @@ fi
fi
cf_ldd_prog=$ac_cv_prog_cf_ldd_prog
if test -n "$cf_ldd_prog"; then
- echo "$as_me:49537: result: $cf_ldd_prog" >&5
+ echo "$as_me:49571: result: $cf_ldd_prog" >&5
echo "${ECHO_T}$cf_ldd_prog" >&6
else
- echo "$as_me:49540: result: no" >&5
+ echo "$as_me:49574: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -49551,7 +49585,7 @@ test -n "$cf_ldd_prog" || cf_ldd_prog="no"
cf_rpath_oops=
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49554 "configure"
+#line 49588 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -49563,16 +49597,16 @@ printf("Hello");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49566: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49600: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49569: \$? = $ac_status" >&5
+ echo "$as_me:49603: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49572: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49606: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49575: \$? = $ac_status" >&5
+ echo "$as_me:49609: \$? = $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`
@@ -49600,7 +49634,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
then
test -n "$verbose" && echo " ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src" 1>&6
-echo "${as_me:-configure}:49603: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5
+echo "${as_me:-configure}:49637: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5
LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib"
break
@@ -49612,11 +49646,11 @@ echo "${as_me:-configure}:49603: testing ...adding -L$cf_rpath_dir/lib to LDFLAG
test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
-echo "${as_me:-configure}:49615: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49649: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6
-echo "${as_me:-configure}:49619: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49653: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
cf_rpath_dst=
for cf_rpath_src in $LDFLAGS
@@ -49653,7 +49687,7 @@ do
then
test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6
-echo "${as_me:-configure}:49656: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
+echo "${as_me:-configure}:49690: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
fi
@@ -49666,11 +49700,11 @@ LDFLAGS=$cf_rpath_dst
test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6
-echo "${as_me:-configure}:49669: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49703: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ...checking LIBS $LIBS" 1>&6
-echo "${as_me:-configure}:49673: testing ...checking LIBS $LIBS ..." 1>&5
+echo "${as_me:-configure}:49707: testing ...checking LIBS $LIBS ..." 1>&5
cf_rpath_dst=
for cf_rpath_src in $LIBS
@@ -49707,7 +49741,7 @@ do
then
test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6
-echo "${as_me:-configure}:49710: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
+echo "${as_me:-configure}:49744: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
fi
@@ -49720,14 +49754,14 @@ LIBS=$cf_rpath_dst
test -n "$verbose" && echo " ...checked LIBS $LIBS" 1>&6
-echo "${as_me:-configure}:49723: testing ...checked LIBS $LIBS ..." 1>&5
+echo "${as_me:-configure}:49757: testing ...checked LIBS $LIBS ..." 1>&5
test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
-echo "${as_me:-configure}:49727: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49761: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
else
- echo "$as_me:49730: result: no" >&5
+ echo "$as_me:49764: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -49842,7 +49876,7 @@ DEFS=-DHAVE_CONFIG_H
: "${CONFIG_STATUS=./config.status}"
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:49845: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:49879: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >"$CONFIG_STATUS" <<_ACEOF
#! $SHELL
@@ -49977,7 +50011,7 @@ EOF
cat >>"$CONFIG_STATUS" <<EOF
ac_cs_version="\\
-lynx config.status 2.9.0d
+lynx config.status 2.9.0f
configured by $0, generated by GNU Autoconf 2.52.20231210,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -50023,7 +50057,7 @@ cat >>"$CONFIG_STATUS" <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:50026: error: ambiguous option: $1
+ { { echo "$as_me:50060: 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;}
@@ -50042,7 +50076,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:50045: error: unrecognized option: $1
+ -*) { { echo "$as_me:50079: 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;}
@@ -50061,7 +50095,7 @@ cat >&5 << _ACEOF
## Running config.status. ##
## ----------------------- ##
-This file was extended by $as_me (lynx 2.9.0d) 2.52.20231210, executed with
+This file was extended by $as_me (lynx 2.9.0f) 2.52.20231210, executed with
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
@@ -50095,7 +50129,7 @@ do
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
"$CONFIG_H" ) CONFIG_HEADERS="$CONFIG_HEADERS $CONFIG_H:config.hin" ;;
- *) { { echo "$as_me:50098: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:50132: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -50449,7 +50483,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:50452: creating $ac_file" >&5
+ { echo "$as_me:50486: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -50467,7 +50501,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo "$tmp"/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:50470: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:50504: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo "$f";;
@@ -50480,7 +50514,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$srcdir/$f"
else
# /dev/null tree
- { { echo "$as_me:50483: error: cannot find input file: $f" >&5
+ { { echo "$as_me:50517: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -50496,7 +50530,7 @@ cat >>"$CONFIG_STATUS" <<\EOF
if test -n "$ac_seen"; then
ac_used=`grep '@datarootdir@' "$ac_item"`
if test -z "$ac_used"; then
- { echo "$as_me:50499: WARNING: datarootdir was used implicitly but not set:
+ { echo "$as_me:50533: 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;}
@@ -50505,7 +50539,7 @@ $ac_seen" >&2;}
fi
ac_seen=`grep '${datarootdir}' "$ac_item"`
if test -n "$ac_seen"; then
- { echo "$as_me:50508: WARNING: datarootdir was used explicitly but not set:
+ { echo "$as_me:50542: 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;}
@@ -50550,7 +50584,7 @@ cat >>"$CONFIG_STATUS" <<\EOF
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:50553: WARNING: Variable $ac_name is used but was not set:
+ { echo "$as_me:50587: 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;}
@@ -50561,7 +50595,7 @@ $ac_seen" >&2;}
$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:50564: WARNING: Some variables may not be substituted:
+ { echo "$as_me:50598: WARNING: Some variables may not be substituted:
$ac_seen" >&5
echo "$as_me: WARNING: Some variables may not be substituted:
$ac_seen" >&2;}
@@ -50610,7 +50644,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
* ) ac_file_in=$ac_file.in ;;
esac
- test x"$ac_file" != x- && { echo "$as_me:50613: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:50647: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -50621,7 +50655,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo "$tmp"/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:50624: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:50658: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -50634,7 +50668,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$srcdir/$f"
else
# /dev/null tree
- { { echo "$as_me:50637: error: cannot find input file: $f" >&5
+ { { echo "$as_me:50671: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -50753,7 +50787,7 @@ cat >>"$CONFIG_STATUS" <<\EOF
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:50756: $ac_file is unchanged" >&5
+ { echo "$as_me:50790: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
diff --git a/configure.in b/configure.in
index ce4b9c1b..b32efc03 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.364 2024/03/18 07:49:07 tom Exp $
+dnl $LynxId: configure.in,v 1.365 2024/04/02 22:43:45 tom Exp $
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
@@ -27,10 +27,10 @@ dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dnl ---------------------------------------------------------------------------
dnl
-AC_REVISION($Revision: 1.364 $)
+AC_REVISION($Revision: 1.365 $)
AC_PREREQ(2.52.20231210)
-AC_INIT(lynx,2.9.0e,lynx-dev@nongnu.org)
+AC_INIT(lynx,2.9.0f,lynx-dev@nongnu.org)
AC_CONFIG_SRCDIR(userdefs.h)
diff --git a/lynx.cfg b/lynx.cfg
index cc2f26a0..432de4ca 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,10 +1,10 @@
-# $LynxId: lynx.cfg,v 1.344 2024/03/21 07:53:42 tom Exp $
+# $LynxId: lynx.cfg,v 1.345 2024/04/02 22:43:45 tom Exp $
# lynx.cfg file.
# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
# or Lynx_Dir:lynx.cfg (VMS)
#
-# LYNX_VERSION "2.9.0e"
-# LYNX_DATE "21 Mar 2024"
+# LYNX_VERSION "2.9.0f"
+# LYNX_DATE "02 Apr 2024"
#
# Definition pairs (configuration settings) are of the form
# VARIABLE:DEFINITION
diff --git a/lynx.man b/lynx.man
index d28880d5..928aad2a 100644
--- a/lynx.man
+++ b/lynx.man
@@ -1,6 +1,6 @@
-.\" $LynxId: lynx.man,v 1.154 2024/03/18 07:49:07 tom Exp $
+.\" $LynxId: lynx.man,v 1.155 2024/04/02 22:43:45 tom Exp $
.\" **************************************************************************
-.TH LYNX 1 2024-03-18 "Lynx 2.9.0e" "Lynx \(en the \fItext\fP web browser"
+.TH LYNX 1 2024-04-02 "Lynx 2.9.0f" "Lynx \(en the \fItext\fP web browser"
.
.ie \n(.g \{\
.ds `` \(lq
diff --git a/src/LYIcon.rc b/src/LYIcon.rc
index 87ab0efd..9349d4bf 100644
--- a/src/LYIcon.rc
+++ b/src/LYIcon.rc
@@ -1,12 +1,12 @@
-// $LynxId: LYIcon.rc,v 1.62 2024/03/18 07:49:07 tom Exp $
+// $LynxId: LYIcon.rc,v 1.63 2024/04/02 22:43:45 tom Exp $
#include <windows.h>
100 ICON "../samples/lynx.ico"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 2,9,0,2005
-PRODUCTVERSION 2,9,0,2005
+FILEVERSION 2,9,0,2006
+PRODUCTVERSION 2,9,0,2006
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "https://invisible-island.net/lynx"
VALUE "FileDescription", "Lynx - web browser"
- VALUE "FileVersion", "2.9.0.2005"
+ VALUE "FileVersion", "2.9.0.2006"
VALUE "InternalName", "Lynx"
VALUE "LegalCopyright", "©1997-2024 Thomas E. Dickey"
VALUE "OriginalFilename", "lynx.exe"
VALUE "ProductName", "Lynx - web browser"
- VALUE "ProductVersion", "2.9.0.2005"
+ VALUE "ProductVersion", "2.9.0.2006"
END
END
BLOCK "VarFileInfo"
diff --git a/userdefs.h b/userdefs.h
index 6a44275f..fb610474 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1,5 +1,5 @@
/*
- * $LynxId: userdefs.h,v 1.382 2024/03/21 07:53:42 tom Exp $
+ * $LynxId: userdefs.h,v 1.383 2024/04/02 22:43:45 tom Exp $
*
* Lynx - Hypertext navigation system
*
@@ -1451,10 +1451,10 @@
*/
#define LYNX_NAME "Lynx"
-#define LYNX_VERSION "2.9.0e"
+#define LYNX_VERSION "2.9.0f"
#define LYNX_WWW_HOME "https://lynx.invisible-island.net/"
#define LYNX_WWW_DIST "https://lynx.invisible-island.net/current/"
-#define LYNX_DATE "21 Mar 2024"
+#define LYNX_DATE "02 Apr 2024"
#ifdef UNICODE
#define W32_STRING(s) L##s
|