diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-09-29 09:28:17 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-09-29 09:28:17 -0400 |
commit | f4217d460bebcb9eeec236889add946a043450ad (patch) | |
tree | db74d360e85c4ac52dbb5ec1b508885e0328c1bd | |
parent | e3a6762c014d92309f334df59ed3babbc2d71ec4 (diff) | |
download | lynx-snapshots-f4217d460bebcb9eeec236889add946a043450ad.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6e
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | INSTALLATION | 4 | ||||
-rw-r--r-- | PACKAGE/debian/control | 2 | ||||
-rw-r--r-- | PACKAGE/debian/copyright | 2 | ||||
-rw-r--r-- | PACKAGE/debian/watch | 2 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 4 | ||||
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | aclocal.m4 | 126 | ||||
-rwxr-xr-x | configure | 7430 | ||||
-rw-r--r-- | docs/OS-390.announce | 2 | ||||
-rw-r--r-- | lynx.cfg | 10 | ||||
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 8 | ||||
-rw-r--r-- | lynx_help/about_lynx.html | 4 | ||||
-rw-r--r-- | lynx_help/lynx-dev.html | 6 | ||||
-rw-r--r-- | lynx_help/lynx_help_main.html | 9 | ||||
-rw-r--r-- | makefile.in | 4 | ||||
-rw-r--r-- | po/et.po | 2 | ||||
-rw-r--r-- | po/lynx.pot | 109 | ||||
-rw-r--r-- | samples/lynx-demo.cfg | 2 | ||||
-rw-r--r-- | samples/lynx_bookmarks.htm | 4 | ||||
-rw-r--r-- | src/LYIcon.rc | 4 | ||||
-rw-r--r-- | src/LYMain.c | 4 | ||||
-rw-r--r-- | src/LYSession.c | 4 | ||||
-rw-r--r-- | userdefs.h | 12 |
26 files changed, 3943 insertions, 3840 deletions
diff --git a/CHANGES b/CHANGES index feca218a..cbc56437 100644 --- a/CHANGES +++ b/CHANGES @@ -1,18 +1,19 @@ --- $LynxId: CHANGES,v 1.803 2015/09/13 23:11:16 tom Exp $ +-- $LynxId: CHANGES,v 1.807 2015/09/29 09:23:14 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2015-09-13 (2.8.9dev.7) +2015-09-29 (2.8.9dev.7) * move homepage for Lynx from http://lynx.isc.org to - http://invisible-island.net/lynx + http://lynx.invisible-island.net because ISC is ending support -TD +* updates for configure macros from ncurses and xterm -TD * fix for gnutls logic to support rehandshake on negotiation for optional client certificate, e.g., for https://contributors.debian.org (patch by Simon Kainz, Debian #797059). -* update sv.po from +* update sv.po, et.po from http://translationproject.org/latest/lynx * use gnutls_set_default_priority() to simplify algorithm priorities in the gnutls configuration as well as track occassional changes in that library diff --git a/INSTALLATION b/INSTALLATION index 7e1518ac..ed877b15 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -935,7 +935,7 @@ Simplified: Sources: Download the current sources (choose a zip-file) from - http://invisible-island.net/lynx/ + http://lynx.invisible-island.net/ and unzip them into a directory where you will build Lynx. Compiler: @@ -1467,4 +1467,4 @@ VIII. Acknowledgment -- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp> -- vile:txtmode --- $LynxId: INSTALLATION,v 1.125 2015/09/13 22:13:53 tom Exp $ +-- $LynxId: INSTALLATION,v 1.126 2015/09/19 17:40:20 tom Exp $ diff --git a/PACKAGE/debian/control b/PACKAGE/debian/control index a8a99d16..653b9750 100644 --- a/PACKAGE/debian/control +++ b/PACKAGE/debian/control @@ -2,7 +2,7 @@ Source: lynx-dev Section: web Priority: extra Maintainer: Thomas E. Dickey <dickey@invisible-island.net> -Homepage: http://lynx.isc.org/ +Homepage: http://invisible-island.net/lynx/ Build-Depends: debhelper (>= 7), dpatch, po-debconf, libncursesw5-dev, zlib1g-dev, gettext, libgnutls-dev, sharutils, telnet, openssh-client, libbsd-dev, libidn11-dev Standards-Version: 3.8.2 diff --git a/PACKAGE/debian/copyright b/PACKAGE/debian/copyright index 96e80cb7..bd7e1309 100644 --- a/PACKAGE/debian/copyright +++ b/PACKAGE/debian/copyright @@ -1,4 +1,4 @@ -Upstream source http://lynx.isc.org/current/ +Upstream source http://lynx.invisible-island.net/current/ Current maintainer: Thomas Dickey <dickey@invisible-island.net> diff --git a/PACKAGE/debian/watch b/PACKAGE/debian/watch index 4c0c7a8d..e9879856 100644 --- a/PACKAGE/debian/watch +++ b/PACKAGE/debian/watch @@ -1,4 +1,4 @@ version=3 -opts=passive ftp://lynx.isc.org/current/lynx-cur\.tgz \ +opts=passive ftp://invisible-island.net/lynx/archives/lynx-cur\.tgz \ debian uupdate diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 81762477..8366ba24 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.25 2015/05/09 15:06:14 tom Exp $ +; $LynxId: lynx.nsi,v 1.26 2015/09/17 22:43:49 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. @@ -27,7 +27,7 @@ CRCCheck on SetCompressor /SOLID lzma VIAddVersionKey ProductName "${SUBKEY}" -VIAddVersionKey CompanyName "http://lynx.isc.org" +VIAddVersionKey CompanyName "http://invisible-island.net/lynx" VIAddVersionKey LegalCopyright "© 1997-2014,2015, Thomas E. Dickey" VIAddVersionKey FileDescription "Lynx Installer (MinGW)" VIAddVersionKey FileVersion "${VERSION}" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 98d8a7d2..f4f39676 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,4 +1,4 @@ -# $LynxId: lynx.spec,v 1.33 2015/05/09 15:06:15 tom Exp $ +# $LynxId: lynx.spec,v 1.34 2015/09/17 22:43:49 tom Exp $ Summary: A text-based Web browser Name: lynx Version: 2.8.9 @@ -6,7 +6,7 @@ Release: dev.7 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz -# URL: http://lynx.isc.org/ +# URL: http://invisible-island.net/lynx/ Provides: webclient Provides: text-www-browser # BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5, diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 3963016c..2b11d470 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,7 +1,7 @@ ; version used for Inno Setup files. ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.8.9dev.7" +#define LYNX_VERSION "2.8.9dev.7" ; most-recent full release and target #define LYNX_RELEASE "2.8.9" @@ -10,5 +10,5 @@ #define MyAppProg "Lynx" #define MyAppName "Lynx - web browser" #define MyAppPublisher "Thomas E Dickey" -#define MyAppURL "http://lynx.isc.org" +#define MyAppURL "http://invisible-island.net/lynx" #define MyAppVerName "Lynx " + LYNX_VERSION diff --git a/README b/README index c2b9d045..f9b4c044 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ To use this package, you need a compiler & a bit of experience at very simple programming. If you just want something which will work `out-of-the-box', you can get pre-compiled versions of Lynx by following the links from - <URL: http://invisible-island.net/lynx/resources.html/> ; + <URL: http://lynx.invisible-island.net/resources.html/> ; For DOS or Windows, go to <URL: http://www.fdisk.com/doslynx/lynxport.htm>. @@ -35,13 +35,13 @@ WHAT IS LYNX? HOW TO GET LYNX For the latest release of Lynx go to: - <URL: http://invisible-island.net/lynx/release>; - <URL: ftp://invisible-island.net/lynx/release>; + <URL: http://lynx.invisible-island.net/release>; + <URL: ftp://invisible-island.net/lynx/tarballs>; The latest development version is at: - <URL: http://invisible-island.net/lynx/current/>. + <URL: http://lynx.invisible-island.net/current/>. - The Lynx homepage is <URL: http://invisible-island.net/lynx/>. + The Lynx homepage is <URL: http://lynx.invisible-island.net/>. The on-line help page (enter `h') has links to many useful things. LICENSE @@ -150,5 +150,5 @@ LYNX-DEV MAILING LIST ------------------------------------------------------------------------------ -- vile:txtmode fc=72 noti --- $LynxId: README,v 1.31 2015/09/13 23:06:02 tom Exp $ +-- $LynxId: README,v 1.32 2015/09/19 17:36:28 tom Exp $ ------------------------------------------------------------------------------ diff --git a/aclocal.m4 b/aclocal.m4 index 49bbab8f..3f1eb664 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $LynxId: aclocal.m4,v 1.226 2015/05/09 15:05:27 tom Exp $ +dnl $LynxId: aclocal.m4,v 1.227 2015/09/29 09:24:05 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> @@ -196,7 +196,7 @@ AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, fi ])dnl dnl --------------------------------------------------------------------------- -dnl AM_LC_MESSAGES version: 4 updated: 2002/10/27 23:21:42 +dnl AM_LC_MESSAGES version: 5 updated: 2015/05/10 19:52:14 dnl -------------- dnl Inserted as requested by gettext 0.10.40 dnl File from /usr/share/aclocal @@ -217,15 +217,15 @@ dnl dnl serial 2 dnl AC_DEFUN([AM_LC_MESSAGES], - [if test $ac_cv_header_locale_h = yes; then - AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, - [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], - am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) - if test $am_cv_val_LC_MESSAGES = yes; then - AC_DEFINE(HAVE_LC_MESSAGES, 1, - [Define if your <locale.h> file defines LC_MESSAGES.]) - fi - fi])dnl +[if test $ac_cv_header_locale_h = yes; then + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, + [Define if your <locale.h> file defines LC_MESSAGES.]) + fi +fi])dnl dnl --------------------------------------------------------------------------- dnl AM_PATH_PROG_WITH_TEST version: 9 updated: 2015/04/15 19:08:48 dnl ---------------------- @@ -711,7 +711,7 @@ AC_SUBST(EXTRA_CPPFLAGS) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_ADD_INCDIR version: 13 updated: 2010/05/26 16:44:57 +dnl CF_ADD_INCDIR version: 14 updated: 2015/05/25 20:53:04 dnl ------------- dnl Add an include-directory to $CPPFLAGS. Don't add /usr/include, since it's dnl redundant. We don't normally need to add -I/usr/local/include for gcc, @@ -762,6 +762,8 @@ if test -n "$1" ; then else break fi + else + break fi done done @@ -851,7 +853,7 @@ LIBS=`echo "$LIBS" | sed -e "s/[[ ]][[ ]]*/ /g" -e "s%$1 %$1 $2 %" -e 's% % % CF_VERBOSE(...after $LIBS) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_ADD_OPTIONAL_PATH version: 2 updated: 2015/04/15 19:08:48 +dnl CF_ADD_OPTIONAL_PATH version: 3 updated: 2015/05/10 19:52:14 dnl -------------------- dnl Add an optional search-path to the compile/link variables. dnl See CF_WITH_PATH @@ -859,15 +861,15 @@ dnl dnl $1 = shell variable containing the result of --with-XXX=[DIR] dnl $2 = module to look for. AC_DEFUN([CF_ADD_OPTIONAL_PATH],[ - case "$1" in - (no) - ;; - (yes) - ;; - (*) - CF_ADD_SEARCHPATH([$1], [AC_MSG_ERROR(cannot find $2 under $1)]) - ;; - esac +case "$1" in +(no) + ;; +(yes) + ;; +(*) + CF_ADD_SEARCHPATH([$1], [AC_MSG_ERROR(cannot find $2 under $1)]) + ;; +esac ])dnl dnl --------------------------------------------------------------------------- dnl CF_ADD_SEARCHPATH version: 5 updated: 2009/01/11 20:40:21 @@ -1029,7 +1031,7 @@ dnl Allow user to enable a normally-off option. AC_DEFUN([CF_ARG_ENABLE], [CF_ARG_OPTION($1,[$2],[$3],[$4],no)])dnl dnl --------------------------------------------------------------------------- -dnl CF_ARG_OPTION version: 4 updated: 2010/05/26 05:38:42 +dnl CF_ARG_OPTION version: 5 updated: 2015/05/10 19:52:14 dnl ------------- dnl Restricted form of AC_ARG_ENABLE that ensures user doesn't give bogus dnl values. @@ -1042,15 +1044,15 @@ dnl $4 = action if perform if option is default dnl $5 = default option value (either 'yes' or 'no') AC_DEFUN([CF_ARG_OPTION], [AC_ARG_ENABLE([$1],[$2],[test "$enableval" != ifelse([$5],no,yes,no) && enableval=ifelse([$5],no,no,yes) - if test "$enableval" != "$5" ; then + if test "$enableval" != "$5" ; then ifelse([$3],,[ :]dnl ,[ $3]) ifelse([$4],,,[ - else - $4]) - fi],[enableval=$5 ifelse([$4],,,[ - $4 + else + $4]) + fi],[enableval=$5 ifelse([$4],,,[ + $4 ])dnl - ])])dnl +])])dnl dnl --------------------------------------------------------------------------- dnl CF_AR_FLAGS version: 5 updated: 2010/05/20 20:24:29 dnl ----------- @@ -1216,7 +1218,7 @@ AC_SUBST(BUILD_EXEEXT) AC_SUBST(BUILD_OBJEXT) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_BUNDLED_INTL version: 17 updated: 2012/10/06 08:57:51 +dnl CF_BUNDLED_INTL version: 18 updated: 2015/05/10 19:52:14 dnl --------------- dnl Top-level macro for configuring an application with a bundled copy of dnl the intl and po directories for gettext. @@ -1285,7 +1287,7 @@ dnl this updates SUB_MAKEFILE and MSG_DIR_MAKE: CF_OUR_MESSAGES($1) if test "$USE_INCLUDED_LIBINTL" = yes ; then - if test "$nls_cv_force_use_gnu_gettext" = yes ; then + if test "$nls_cv_force_use_gnu_gettext" = yes ; then : elif test "$nls_cv_use_gnu_gettext" = yes ; then : @@ -1836,7 +1838,7 @@ fi AC_CHECK_HEADERS($cf_cv_ncurses_header) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_CURSES_LIBS version: 38 updated: 2015/04/15 19:08:48 +dnl CF_CURSES_LIBS version: 39 updated: 2015/05/10 19:52:14 dnl -------------- dnl Look for the curses libraries. Older curses implementations may require dnl termcap/termlib to be linked as well. Call CF_CURSES_CPPFLAGS first. @@ -1845,16 +1847,16 @@ AC_DEFUN([CF_CURSES_LIBS],[ AC_REQUIRE([CF_CURSES_CPPFLAGS])dnl AC_MSG_CHECKING(if we have identified curses libraries) AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>], - [initscr(); tgoto("?", 0,0)], - cf_result=yes, - cf_result=no) + [initscr(); tgoto("?", 0,0)], + cf_result=yes, + cf_result=no) AC_MSG_RESULT($cf_result) if test "$cf_result" = no ; then case $host_os in (freebsd*) - AC_CHECK_LIB(mytinfo,tgoto,[CF_ADD_LIBS(-lmytinfo)]) - ;; + AC_CHECK_LIB(mytinfo,tgoto,[CF_ADD_LIBS(-lmytinfo)]) + ;; (hpux10.*) # Looking at HPUX 10.20, the Hcurses library is the oldest (1997), cur_colr # next (1998), and xcurses "newer" (2000). There is no header file for @@ -1896,9 +1898,9 @@ case $host_os in CF_ADD_LIBDIR(/usr/5lib) CF_ADD_LIBS(-lcurses -ltermcap) fi - fi - ac_cv_func_initscr=yes - ;; + fi + ac_cv_func_initscr=yes + ;; esac if test ".$ac_cv_func_initscr" != .yes ; then @@ -3517,7 +3519,7 @@ AC_MSG_RESULT($cf_cv_locale) test $cf_cv_locale = yes && { ifelse($1,,AC_DEFINE(LOCALE,1,[Define to 1 if we have locale support]),[$1]) } ])dnl dnl --------------------------------------------------------------------------- -dnl CF_MAKEFLAGS version: 16 updated: 2015/04/15 19:08:48 +dnl CF_MAKEFLAGS version: 17 updated: 2015/08/05 20:44:28 dnl ------------ dnl Some 'make' programs support ${MAKEFLAGS}, some ${MFLAGS}, to pass 'make' dnl options to lower-levels. It's very useful for "make -n" -- if we have it. @@ -3530,7 +3532,7 @@ AC_CACHE_CHECK(for makeflags variable, cf_cv_makeflags,[ for cf_option in '-${MAKEFLAGS}' '${MFLAGS}' do cat >cf_makeflags.tmp <<CF_EOF -SHELL = /bin/sh +SHELL = $SHELL all : @ echo '.$cf_option' CF_EOF @@ -3718,7 +3720,7 @@ printf("old\n"); ,[$1=no]) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_NCURSES_CONFIG version: 13 updated: 2015/04/26 18:06:58 +dnl CF_NCURSES_CONFIG version: 17 updated: 2015/07/07 04:22:07 dnl ----------------- dnl Tie together the configure-script macros for ncurses, preferring these in dnl order: @@ -3732,7 +3734,7 @@ AC_REQUIRE([CF_PKG_CONFIG]) cf_ncuconfig_root=ifelse($1,,ncurses,$1) cf_have_ncuconfig=no -if test "x$PKG_CONFIG" != xnone; then +if test "x${PKG_CONFIG:=none}" != xnone; then AC_MSG_CHECKING(pkg-config for $cf_ncuconfig_root) if "$PKG_CONFIG" --exists $cf_ncuconfig_root ; then AC_MSG_RESULT(yes) @@ -3752,10 +3754,11 @@ if test "x$PKG_CONFIG" != xnone; then int main(void) { char *xx = curses_version(); return (xx == 0); }], [cf_have_ncuconfig=yes], - [cf_have_ncuconfig=no])], + [cf_have_ncuconfig=no], + [cf_have_ncuconfig=maybe])], [cf_have_ncuconfig=no]) - AC_MSG_RESULT($cf_have_ncuconfig) + test "$cf_have_ncuconfig" = maybe && cf_have_ncuconfig=yes if test "$cf_have_ncuconfig" != "yes" then CPPFLAGS="$cf_save_CPPFLAGS" @@ -7039,15 +7042,15 @@ define([CF__INET_HEAD],[ #endif ])dnl dnl --------------------------------------------------------------------------- -dnl CF__INTL_BODY version: 1 updated: 2007/07/26 17:35:47 +dnl CF__INTL_BODY version: 2 updated: 2015/05/10 19:52:14 dnl ------------- dnl Test-code needed for libintl compile-checks dnl $1 = parameter 2 from AM_WITH_NLS define([CF__INTL_BODY],[ - bindtextdomain ("", ""); - return (int) gettext ("") - ifelse([$1], need-ngettext, [ + (int) ngettext ("", "", 0)], []) - [ + _nl_msg_cat_cntr] + bindtextdomain ("", ""); + return (int) gettext ("") + ifelse([$1], need-ngettext, [ + (int) ngettext ("", "", 0)], []) + [ + _nl_msg_cat_cntr] ]) dnl --------------------------------------------------------------------------- dnl CF__INTL_HEAD version: 1 updated: 2007/07/26 17:35:47 @@ -7085,7 +7088,7 @@ define([CF__SSL_HEAD],[ #endif ])dnl dnl --------------------------------------------------------------------------- -dnl jm_GLIBC21 version: 3 updated: 2002/10/27 23:21:42 +dnl jm_GLIBC21 version: 4 updated: 2015/05/10 19:52:14 dnl ---------- dnl Inserted as requested by gettext 0.10.40 dnl File from /usr/share/aclocal @@ -7096,10 +7099,10 @@ dnl dnl Test for the GNU C Library, version 2.1 or newer. dnl From Bruno Haible. AC_DEFUN([jm_GLIBC21], - [ - AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, - ac_cv_gnu_library_2_1, - [AC_EGREP_CPP([Lucky GNU user], +[ +AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, + ac_cv_gnu_library_2_1, + [AC_EGREP_CPP([Lucky GNU user], [ #include <features.h> #ifdef __GNU_LIBRARY__ @@ -7109,10 +7112,7 @@ AC_DEFUN([jm_GLIBC21], #endif ], ac_cv_gnu_library_2_1=yes, - ac_cv_gnu_library_2_1=no) - ] - ) - AC_SUBST(GLIBC21) - GLIBC21="$ac_cv_gnu_library_2_1" - ] -) + ac_cv_gnu_library_2_1=no)]) + AC_SUBST(GLIBC21) + GLIBC21="$ac_cv_gnu_library_2_1" +]) diff --git a/configure b/configure index 64966d1a..dfa6f7f1 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in 2.8.9dev.7. # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52.20141204. +# Generated by Autoconf 2.52.20150926. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. @@ -880,7 +880,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was -generated by GNU Autoconf 2.52.20141204. Invocation command line was +generated by GNU Autoconf 2.52.20150926. Invocation command line was $ $0 $@ @@ -2638,7 +2638,7 @@ else for cf_option in '-${MAKEFLAGS}' '${MFLAGS}' do cat >cf_makeflags.tmp <<CF_EOF -SHELL = /bin/sh +SHELL = $SHELL all : @ echo '.$cf_option' CF_EOF @@ -3294,7 +3294,7 @@ echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >& if test "${enable_echo+set}" = set; then enableval="$enable_echo" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then ECHO_LT='--silent' ECHO_LD='@echo linking $@;' @@ -3302,7 +3302,7 @@ if test "${enable_echo+set}" = set; then SHOW_CC='@echo compiling $@' ECHO_CC='@' - else + else ECHO_LT='' ECHO_LD='' @@ -3310,7 +3310,7 @@ if test "${enable_echo+set}" = set; then SHOW_CC='' ECHO_CC='' - fi + fi else enableval=yes @@ -3338,14 +3338,14 @@ echo $ECHO_N "checking if you want to check memory-leaks... $ECHO_C" >&6 if test "${enable_find_leaks+set}" = set; then enableval="$enable_find_leaks" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then with_leak_checks=yes - else - with_leak_checks=no - fi + else + with_leak_checks=no + fi else enableval=no - with_leak_checks=no + with_leak_checks=no fi; echo "$as_me:3351: result: $with_leak_checks" >&5 @@ -3365,14 +3365,14 @@ echo $ECHO_N "checking if you want to enable debug-code... $ECHO_C" >&6 if test "${enable_debug+set}" = set; then enableval="$enable_debug" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then with_debug=yes - else - with_debug=no - fi + else + with_debug=no + fi else enableval=no - with_debug=no + with_debug=no fi; echo "$as_me:3378: result: $with_debug" >&5 @@ -3407,14 +3407,14 @@ echo $ECHO_N "checking if you want to enable lynx trace code *recommended* ... $ if test "${enable_trace+set}" = set; then enableval="$enable_trace" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then with_trace=$enableval - else - with_trace=yes - fi + else + with_trace=yes + fi else enableval=yes - with_trace=yes + with_trace=yes fi; echo "$as_me:3420: result: $with_trace" >&5 @@ -3431,14 +3431,14 @@ echo $ECHO_N "checking if you want verbose trace code... $ECHO_C" >&6 if test "${enable_vertrace+set}" = set; then enableval="$enable_vertrace" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then with_vertrace=yes - else - with_vertrace=no - fi + else + with_vertrace=no + fi else enableval=no - with_vertrace=no + with_vertrace=no fi; echo "$as_me:3444: result: $with_vertrace" >&5 @@ -3457,14 +3457,14 @@ echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6 if test "${enable_warnings+set}" = set; then enableval="$enable_warnings" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then with_warnings=yes - else - with_warnings=no - fi + else + with_warnings=no + fi else enableval=no - with_warnings=no + with_warnings=no fi; echo "$as_me:3470: result: $with_warnings" >&5 @@ -6541,7 +6541,7 @@ EOF fi rm -f conftest.mmap - echo "$as_me:6544: checking whether we are using the GNU C Library 2.1 or newer" >&5 +echo "$as_me:6544: checking whether we are using the GNU C Library 2.1 or newer" >&5 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6 if test "${ac_cv_gnu_library_2_1+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6570,7 +6570,7 @@ fi echo "$as_me:6570: result: $ac_cv_gnu_library_2_1" >&5 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6 - GLIBC21="$ac_cv_gnu_library_2_1" + GLIBC21="$ac_cv_gnu_library_2_1" cf_makefile=makefile @@ -6717,12 +6717,12 @@ done if test "${with_libiconv_prefix+set}" = set; then withval="$with_libiconv_prefix" - case "$withval" in - (no) - ;; - (yes) - ;; - (*) +case "$withval" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -6799,6 +6799,8 @@ echo "${as_me:-configure}:6792: testing adding $cf_add_incdir to include-path .. else break fi + else + break fi done done @@ -6830,7 +6832,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 6833 "configure" +#line 6835 "configure" #include "confdefs.h" #include <stdio.h> int @@ -6842,16 +6844,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6845: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6847: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6848: \$? = $ac_status" >&5 + echo "$as_me:6850: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6851: \"$ac_try\"") >&5 + { (eval echo "$as_me:6853: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6854: \$? = $ac_status" >&5 + echo "$as_me:6856: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -6868,7 +6870,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}:6871: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:6873: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -6878,13 +6880,15 @@ echo "${as_me:-configure}:6871: testing adding $cf_add_incdir to include-path .. else break fi + else + break fi done done fi else -{ { echo "$as_me:6887: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:6891: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -6909,7 +6913,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}:6912: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:6916: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -6938,7 +6942,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}:6941: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:6945: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -6947,18 +6951,18 @@ echo "${as_me:-configure}:6941: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:6950: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:6954: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi done - ;; - esac + ;; +esac fi; - echo "$as_me:6961: checking for iconv" >&5 + echo "$as_me:6965: 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 @@ -6969,12 +6973,12 @@ else cf_cv_header_path_iconv= cf_cv_library_path_iconv= -echo "${as_me:-configure}:6972: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me:-configure}:6976: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6977 "configure" +#line 6981 "configure" #include "confdefs.h" #include <stdlib.h> @@ -6993,16 +6997,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6996: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7000: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6999: \$? = $ac_status" >&5 + echo "$as_me:7003: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7002: \"$ac_try\"") >&5 + { (eval echo "$as_me:7006: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7005: \$? = $ac_status" >&5 + echo "$as_me:7009: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes @@ -7016,7 +7020,7 @@ cat conftest.$ac_ext >&5 LIBS="-liconv $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7019 "configure" +#line 7023 "configure" #include "confdefs.h" #include <stdlib.h> @@ -7035,16 +7039,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7038: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7042: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7041: \$? = $ac_status" >&5 + echo "$as_me:7045: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7044: \"$ac_try\"") >&5 + { (eval echo "$as_me:7048: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7047: \$? = $ac_status" >&5 + echo "$as_me:7051: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes @@ -7061,9 +7065,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for iconv library" 1>&6 -echo "${as_me:-configure}:7064: testing find linkage for iconv library ..." 1>&5 +echo "${as_me:-configure}:7068: testing find linkage for iconv library ..." 1>&5 -echo "${as_me:-configure}:7066: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me:-configure}:7070: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -7154,11 +7158,11 @@ 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}:7157: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me:-configure}:7161: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_iconv" cat >conftest.$ac_ext <<_ACEOF -#line 7161 "configure" +#line 7165 "configure" #include "confdefs.h" #include <stdlib.h> @@ -7177,21 +7181,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7180: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7184: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7183: \$? = $ac_status" >&5 + echo "$as_me:7187: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7186: \"$ac_try\"") >&5 + { (eval echo "$as_me:7190: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7189: \$? = $ac_status" >&5 + echo "$as_me:7193: \$? = $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}:7194: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me:-configure}:7198: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -7209,7 +7213,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_iconv" = maybe ; then -echo "${as_me:-configure}:7212: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me:-configure}:7216: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -7284,13 +7288,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}:7287: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me:-configure}:7291: 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 7293 "configure" +#line 7297 "configure" #include "confdefs.h" #include <stdlib.h> @@ -7309,21 +7313,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7312: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7316: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7315: \$? = $ac_status" >&5 + echo "$as_me:7319: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7318: \"$ac_try\"") >&5 + { (eval echo "$as_me:7322: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7321: \$? = $ac_status" >&5 + echo "$as_me:7325: \$? = $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}:7326: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me:-configure}:7330: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=yes cf_cv_library_file_iconv="-liconv" @@ -7363,7 +7367,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv" fi fi -echo "$as_me:7366: result: $am_cv_func_iconv" >&5 +echo "$as_me:7370: result: $am_cv_func_iconv" >&5 echo "${ECHO_T}$am_cv_func_iconv" >&6 if test "$am_cv_func_iconv" = yes; then @@ -7372,14 +7376,14 @@ cat >>confdefs.h <<\EOF #define HAVE_ICONV 1 EOF - echo "$as_me:7375: checking if the declaration of iconv() needs const." >&5 + echo "$as_me:7379: 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 7382 "configure" +#line 7386 "configure" #include "confdefs.h" #include <stdlib.h> @@ -7404,16 +7408,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7407: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7411: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7410: \$? = $ac_status" >&5 + echo "$as_me:7414: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7413: \"$ac_try\"") >&5 + { (eval echo "$as_me:7417: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7416: \$? = $ac_status" >&5 + echo "$as_me:7420: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_proto_iconv_const=no else @@ -7423,7 +7427,7 @@ am_cv_proto_iconv_const=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7426: result: $am_cv_proto_iconv_const" >&5 +echo "$as_me:7430: 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 @@ -7465,7 +7469,7 @@ if test -n "$cf_cv_header_path_iconv" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 7468 "configure" +#line 7472 "configure" #include "confdefs.h" #include <stdio.h> int @@ -7477,16 +7481,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7480: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7484: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7483: \$? = $ac_status" >&5 + echo "$as_me:7487: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7486: \"$ac_try\"") >&5 + { (eval echo "$as_me:7490: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7489: \$? = $ac_status" >&5 + echo "$as_me:7493: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -7503,7 +7507,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}:7506: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:7510: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -7513,6 +7517,8 @@ echo "${as_me:-configure}:7506: testing adding $cf_add_incdir to include-path .. else break fi + else + break fi done done @@ -7540,7 +7546,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}:7543: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:7549: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -7551,13 +7557,13 @@ fi fi fi -echo "$as_me:7554: checking for nl_langinfo and CODESET" >&5 +echo "$as_me:7560: checking for nl_langinfo and CODESET" >&5 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 if test "${am_cv_langinfo_codeset+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7560 "configure" +#line 7566 "configure" #include "confdefs.h" #include <langinfo.h> int @@ -7569,16 +7575,16 @@ char* cs = nl_langinfo(CODESET); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7572: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7578: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7575: \$? = $ac_status" >&5 + echo "$as_me:7581: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7578: \"$ac_try\"") >&5 + { (eval echo "$as_me:7584: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7581: \$? = $ac_status" >&5 + echo "$as_me:7587: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_langinfo_codeset=yes else @@ -7589,7 +7595,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7592: result: $am_cv_langinfo_codeset" >&5 +echo "$as_me:7598: result: $am_cv_langinfo_codeset" >&5 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 if test $am_cv_langinfo_codeset = yes; then @@ -7600,13 +7606,13 @@ EOF fi if test $ac_cv_header_locale_h = yes; then - echo "$as_me:7603: checking for LC_MESSAGES" >&5 + echo "$as_me:7609: checking for LC_MESSAGES" >&5 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6 if test "${am_cv_val_LC_MESSAGES+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7609 "configure" +#line 7615 "configure" #include "confdefs.h" #include <locale.h> int @@ -7618,16 +7624,16 @@ return LC_MESSAGES } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7621: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7627: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7624: \$? = $ac_status" >&5 + echo "$as_me:7630: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7627: \"$ac_try\"") >&5 + { (eval echo "$as_me:7633: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7630: \$? = $ac_status" >&5 + echo "$as_me:7636: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_val_LC_MESSAGES=yes else @@ -7637,17 +7643,17 @@ am_cv_val_LC_MESSAGES=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7640: result: $am_cv_val_LC_MESSAGES" >&5 +echo "$as_me:7646: result: $am_cv_val_LC_MESSAGES" >&5 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 - if test $am_cv_val_LC_MESSAGES = yes; then + if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\EOF #define HAVE_LC_MESSAGES 1 EOF - fi - fi - echo "$as_me:7650: checking whether NLS is requested" >&5 + fi +fi + echo "$as_me:7656: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 # Check whether --enable-nls or --disable-nls was given. @@ -7657,7 +7663,7 @@ if test "${enable_nls+set}" = set; then else USE_NLS=no fi; - echo "$as_me:7660: result: $USE_NLS" >&5 + echo "$as_me:7666: result: $USE_NLS" >&5 echo "${ECHO_T}$USE_NLS" >&6 BUILD_INCLUDED_LIBINTL=no @@ -7670,7 +7676,7 @@ cat >>confdefs.h <<\EOF #define ENABLE_NLS 1 EOF - echo "$as_me:7673: checking whether included gettext is requested" >&5 + echo "$as_me:7679: checking whether included gettext is requested" >&5 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6 # Check whether --with-included-gettext or --without-included-gettext was given. @@ -7680,7 +7686,7 @@ if test "${with_included_gettext+set}" = set; then else nls_cv_force_use_gnu_gettext=no fi; - echo "$as_me:7683: result: $nls_cv_force_use_gnu_gettext" >&5 + echo "$as_me:7689: result: $nls_cv_force_use_gnu_gettext" >&5 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" @@ -7705,7 +7711,7 @@ do done LIBS="$cf_add_libs" - echo "$as_me:7708: checking for libintl.h and gettext()" >&5 + echo "$as_me:7714: checking for libintl.h and gettext()" >&5 echo $ECHO_N "checking for libintl.h and gettext()... $ECHO_C" >&6 if test "${cf_cv_func_gettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7716,12 +7722,12 @@ else cf_cv_header_path_intl= cf_cv_library_path_intl= -echo "${as_me:-configure}:7719: testing Starting FIND_LINKAGE(intl,) ..." 1>&5 +echo "${as_me:-configure}:7725: testing Starting FIND_LINKAGE(intl,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7724 "configure" +#line 7730 "configure" #include "confdefs.h" #include <libintl.h> @@ -7731,26 +7737,26 @@ int main () { - bindtextdomain ("", ""); - return (int) gettext ("") + bindtextdomain ("", ""); + return (int) gettext ("") - + _nl_msg_cat_cntr + + _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7744: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7750: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7747: \$? = $ac_status" >&5 + echo "$as_me:7753: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7750: \"$ac_try\"") >&5 + { (eval echo "$as_me:7756: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7753: \$? = $ac_status" >&5 + echo "$as_me:7759: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_intl=yes @@ -7764,7 +7770,7 @@ cat conftest.$ac_ext >&5 LIBS="-lintl $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7767 "configure" +#line 7773 "configure" #include "confdefs.h" #include <libintl.h> @@ -7774,26 +7780,26 @@ int main () { - bindtextdomain ("", ""); - return (int) gettext ("") + bindtextdomain ("", ""); + return (int) gettext ("") - + _nl_msg_cat_cntr + + _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7787: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7793: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7790: \$? = $ac_status" >&5 + echo "$as_me:7796: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7793: \"$ac_try\"") >&5 + { (eval echo "$as_me:7799: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7796: \$? = $ac_status" >&5 + echo "$as_me:7802: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_intl=yes @@ -7810,9 +7816,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for intl library" 1>&6 -echo "${as_me:-configure}:7813: testing find linkage for intl library ..." 1>&5 +echo "${as_me:-configure}:7819: testing find linkage for intl library ..." 1>&5 -echo "${as_me:-configure}:7815: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5 +echo "${as_me:-configure}:7821: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -7903,11 +7909,11 @@ cf_search="$cf_search $cf_header_path_list" if test -d $cf_cv_header_path_intl ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_intl" 1>&6 -echo "${as_me:-configure}:7906: testing ... testing $cf_cv_header_path_intl ..." 1>&5 +echo "${as_me:-configure}:7912: testing ... testing $cf_cv_header_path_intl ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_intl" cat >conftest.$ac_ext <<_ACEOF -#line 7910 "configure" +#line 7916 "configure" #include "confdefs.h" #include <libintl.h> @@ -7917,31 +7923,31 @@ int main () { - bindtextdomain ("", ""); - return (int) gettext ("") + bindtextdomain ("", ""); + return (int) gettext ("") - + _nl_msg_cat_cntr + + _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7930: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7936: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7933: \$? = $ac_status" >&5 + echo "$as_me:7939: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7936: \"$ac_try\"") >&5 + { (eval echo "$as_me:7942: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7939: \$? = $ac_status" >&5 + echo "$as_me:7945: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found intl headers in $cf_cv_header_path_intl" 1>&6 -echo "${as_me:-configure}:7944: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5 +echo "${as_me:-configure}:7950: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5 cf_cv_find_linkage_intl=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -7959,7 +7965,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_intl" = maybe ; then -echo "${as_me:-configure}:7962: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5 +echo "${as_me:-configure}:7968: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -8034,13 +8040,13 @@ cf_search="$cf_library_path_list $cf_search" if test -d $cf_cv_library_path_intl ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_intl" 1>&6 -echo "${as_me:-configure}:8037: testing ... testing $cf_cv_library_path_intl ..." 1>&5 +echo "${as_me:-configure}:8043: testing ... testing $cf_cv_library_path_intl ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lintl $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_intl" cat >conftest.$ac_ext <<_ACEOF -#line 8043 "configure" +#line 8049 "configure" #include "confdefs.h" #include <libintl.h> @@ -8050,31 +8056,31 @@ int main () { - bindtextdomain ("", ""); - return (int) gettext ("") + bindtextdomain ("", ""); + return (int) gettext ("") - + _nl_msg_cat_cntr + + _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8063: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8069: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8066: \$? = $ac_status" >&5 + echo "$as_me:8072: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8069: \"$ac_try\"") >&5 + { (eval echo "$as_me:8075: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8072: \$? = $ac_status" >&5 + echo "$as_me:8078: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found intl library in $cf_cv_library_path_intl" 1>&6 -echo "${as_me:-configure}:8077: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5 +echo "${as_me:-configure}:8083: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5 cf_cv_find_linkage_intl=yes cf_cv_library_file_intl="-lintl" @@ -8114,7 +8120,7 @@ cf_cv_func_gettext=no fi fi -echo "$as_me:8117: result: $cf_cv_func_gettext" >&5 +echo "$as_me:8123: result: $cf_cv_func_gettext" >&5 echo "${ECHO_T}$cf_cv_func_gettext" >&6 LIBS="$cf_save_LIBS_1" @@ -8154,7 +8160,7 @@ if test -n "$cf_cv_header_path_intl" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 8157 "configure" +#line 8163 "configure" #include "confdefs.h" #include <stdio.h> int @@ -8166,16 +8172,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8169: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8175: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8172: \$? = $ac_status" >&5 + echo "$as_me:8178: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8175: \"$ac_try\"") >&5 + { (eval echo "$as_me:8181: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8178: \$? = $ac_status" >&5 + echo "$as_me:8184: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -8192,7 +8198,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}:8195: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:8201: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -8202,6 +8208,8 @@ echo "${as_me:-configure}:8195: testing adding $cf_add_incdir to include-path .. else break fi + else + break fi done done @@ -8229,7 +8237,7 @@ if test -n "$cf_cv_library_path_intl" ; 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}:8232: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:8240: testing adding $cf_add_libdir to library-path ..." 1>&5 INTLLIBS="-L$cf_add_libdir $INTLLIBS" fi @@ -8245,13 +8253,13 @@ fi for ac_func in dcgettext do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:8248: checking for $ac_func" >&5 +echo "$as_me:8256: 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 8254 "configure" +#line 8262 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8282,16 +8290,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8285: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8293: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8288: \$? = $ac_status" >&5 + echo "$as_me:8296: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8291: \"$ac_try\"") >&5 + { (eval echo "$as_me:8299: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8294: \$? = $ac_status" >&5 + echo "$as_me:8302: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8301,7 +8309,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8304: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8312: 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 @@ -8316,7 +8324,7 @@ done # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:8319: checking for $ac_word" >&5 +echo "$as_me:8327: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8343,16 +8351,16 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - echo "$as_me:8346: result: $MSGFMT" >&5 + echo "$as_me:8354: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6 else - echo "$as_me:8349: result: no" >&5 + echo "$as_me:8357: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:8355: checking for $ac_word" >&5 +echo "$as_me:8363: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8369,7 +8377,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_GMSGFMT="$ac_dir/$ac_word" - echo "$as_me:8372: found $ac_dir/$ac_word" >&5 + echo "$as_me:8380: found $ac_dir/$ac_word" >&5 break fi done @@ -8381,17 +8389,17 @@ fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - echo "$as_me:8384: result: $GMSGFMT" >&5 + echo "$as_me:8392: result: $GMSGFMT" >&5 echo "${ECHO_T}$GMSGFMT" >&6 else - echo "$as_me:8387: result: no" >&5 + echo "$as_me:8395: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:8394: checking for $ac_word" >&5 +echo "$as_me:8402: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8418,10 +8426,10 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - echo "$as_me:8421: result: $XGETTEXT" >&5 + echo "$as_me:8429: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6 else - echo "$as_me:8424: result: no" >&5 + echo "$as_me:8432: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -8436,7 +8444,7 @@ fi if test "$nls_cv_use_gnu_gettext" = "yes"; then if test ! -d $srcdir/intl ; then - { { echo "$as_me:8439: error: no NLS library is packaged with this application" >&5 + { { echo "$as_me:8447: error: no NLS library is packaged with this application" >&5 echo "$as_me: error: no NLS library is packaged with this application" >&2;} { (exit 1); exit 1; }; } fi @@ -8444,7 +8452,7 @@ echo "$as_me: error: no NLS library is packaged with this application" >&2;} # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:8447: checking for $ac_word" >&5 +echo "$as_me:8455: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8471,16 +8479,16 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - echo "$as_me:8474: result: $MSGFMT" >&5 + echo "$as_me:8482: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6 else - echo "$as_me:8477: result: no" >&5 + echo "$as_me:8485: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:8483: checking for $ac_word" >&5 +echo "$as_me:8491: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8497,7 +8505,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_GMSGFMT="$ac_dir/$ac_word" - echo "$as_me:8500: found $ac_dir/$ac_word" >&5 + echo "$as_me:8508: found $ac_dir/$ac_word" >&5 break fi done @@ -8509,17 +8517,17 @@ fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - echo "$as_me:8512: result: $GMSGFMT" >&5 + echo "$as_me:8520: result: $GMSGFMT" >&5 echo "${ECHO_T}$GMSGFMT" >&6 else - echo "$as_me:8515: result: no" >&5 + echo "$as_me:8523: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:8522: checking for $ac_word" >&5 +echo "$as_me:8530: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8546,10 +8554,10 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - echo "$as_me:8549: result: $XGETTEXT" >&5 + echo "$as_me:8557: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6 else - echo "$as_me:8552: result: no" >&5 + echo "$as_me:8560: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -8564,7 +8572,7 @@ fi if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then : ; else - echo "$as_me:8567: result: found msgfmt program is not GNU msgfmt; ignore it" >&5 + echo "$as_me:8575: result: found msgfmt program is not GNU msgfmt; ignore it" >&5 echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6 GMSGFMT=":" fi @@ -8574,7 +8582,7 @@ echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6 if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then : ; else - echo "$as_me:8577: result: found xgettext program is not GNU xgettext; ignore it" >&5 + echo "$as_me:8585: result: found xgettext program is not GNU xgettext; ignore it" >&5 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 XGETTEXT=":" fi @@ -8594,7 +8602,7 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 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:8597: checking for $ac_word" >&5 +echo "$as_me:8605: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_INTLBISON+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8609,7 +8617,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_INTLBISON="$ac_prog" -echo "$as_me:8612: found $ac_dir/$ac_word" >&5 +echo "$as_me:8620: found $ac_dir/$ac_word" >&5 break done @@ -8617,10 +8625,10 @@ fi fi INTLBISON=$ac_cv_prog_INTLBISON if test -n "$INTLBISON"; then - echo "$as_me:8620: result: $INTLBISON" >&5 + echo "$as_me:8628: result: $INTLBISON" >&5 echo "${ECHO_T}$INTLBISON" >&6 else - echo "$as_me:8623: result: no" >&5 + echo "$as_me:8631: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -8630,7 +8638,7 @@ done if test -z "$INTLBISON"; then ac_verc_fail=yes else - echo "$as_me:8633: checking version of bison" >&5 + echo "$as_me:8641: checking version of bison" >&5 echo $ECHO_N "checking version of bison... $ECHO_C" >&6 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in @@ -8639,7 +8647,7 @@ echo $ECHO_N "checking version of bison... $ECHO_C" >&6 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; (*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; esac - echo "$as_me:8642: result: $ac_prog_version" >&5 + echo "$as_me:8650: result: $ac_prog_version" >&5 echo "${ECHO_T}$ac_prog_version" >&6 fi if test $ac_verc_fail = yes; then @@ -8665,7 +8673,7 @@ echo "${ECHO_T}$ac_prog_version" >&6 if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else - echo "$as_me:8668: checking for catalogs to be installed" >&5 + echo "$as_me:8676: 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 @@ -8685,7 +8693,7 @@ echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 fi done LINGUAS=$NEW_LINGUAS - echo "$as_me:8688: result: $LINGUAS" >&5 + echo "$as_me:8696: result: $LINGUAS" >&5 echo "${ECHO_T}$LINGUAS" >&6 fi @@ -8721,7 +8729,7 @@ cf_makefile=makefile use_our_messages=no if test "$USE_NLS" = yes ; then if test -d $srcdir/po ; then -echo "$as_me:8724: checking if we should use included message-library" >&5 +echo "$as_me:8732: 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. @@ -8732,7 +8740,7 @@ else use_our_messages=yes fi; fi -echo "$as_me:8735: result: $use_our_messages" >&5 +echo "$as_me:8743: result: $use_our_messages" >&5 echo "${ECHO_T}$use_our_messages" >&6 fi @@ -8744,7 +8752,7 @@ then fi if test "$USE_INCLUDED_LIBINTL" = yes ; then - if test "$nls_cv_force_use_gnu_gettext" = yes ; then + if test "$nls_cv_force_use_gnu_gettext" = yes ; then : elif test "$nls_cv_use_gnu_gettext" = yes ; then : @@ -8774,23 +8782,23 @@ else for ac_header in libintl.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:8777: checking for $ac_header" >&5 +echo "$as_me:8785: 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 8783 "configure" +#line 8791 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:8787: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:8795: \"$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:8793: \$? = $ac_status" >&5 + echo "$as_me:8801: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -8809,7 +8817,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:8812: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:8820: 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 @@ -8895,7 +8903,7 @@ case ".$withval" in withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:8898: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:8906: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -8904,31 +8912,31 @@ esac fi eval NLS_DATADIR="$withval" -echo "$as_me:8907: checking if you want full utility pathnames" >&5 +echo "$as_me:8915: 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. if test "${enable_full_paths+set}" = set; then enableval="$enable_full_paths" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then with_full_paths=no - else - with_full_paths=yes - fi + else + with_full_paths=yes + fi else enableval=yes - with_full_paths=yes + with_full_paths=yes fi; -echo "$as_me:8924: result: $with_full_paths" >&5 +echo "$as_me:8932: 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:8931: checking for system mailer" >&5 +echo "$as_me:8939: 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 @@ -8948,14 +8956,14 @@ else fi -echo "$as_me:8951: result: $cf_cv_SYSTEM_MAIL" >&5 +echo "$as_me:8959: 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:8958: checking system mail flags" >&5 +echo "$as_me:8966: 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 @@ -8971,7 +8979,7 @@ else fi -echo "$as_me:8974: result: $cf_cv_system_mail_flags" >&5 +echo "$as_me:8982: result: $cf_cv_system_mail_flags" >&5 echo "${ECHO_T}$cf_cv_system_mail_flags" >&6 cat >>confdefs.h <<EOF @@ -9022,14 +9030,14 @@ case $host_os in ;; (linux*|gnu*|mint*|k*bsd*-gnu) -echo "$as_me:9025: checking if we must define _GNU_SOURCE" >&5 +echo "$as_me:9033: checking if we must define _GNU_SOURCE" >&5 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 if test "${cf_cv_gnu_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9032 "configure" +#line 9040 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9044,16 +9052,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9047: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9055: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9050: \$? = $ac_status" >&5 + echo "$as_me:9058: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9053: \"$ac_try\"") >&5 + { (eval echo "$as_me:9061: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9056: \$? = $ac_status" >&5 + echo "$as_me:9064: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_gnu_source=no else @@ -9062,7 +9070,7 @@ cat conftest.$ac_ext >&5 cf_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" cat >conftest.$ac_ext <<_ACEOF -#line 9065 "configure" +#line 9073 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9077,16 +9085,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9080: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9088: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9083: \$? = $ac_status" >&5 + echo "$as_me:9091: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9086: \"$ac_try\"") >&5 + { (eval echo "$as_me:9094: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9089: \$? = $ac_status" >&5 + echo "$as_me:9097: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_gnu_source=no else @@ -9101,7 +9109,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9104: result: $cf_cv_gnu_source" >&5 +echo "$as_me:9112: result: $cf_cv_gnu_source" >&5 echo "${ECHO_T}$cf_cv_gnu_source" >&6 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" @@ -9126,16 +9134,16 @@ cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \ sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` -echo "$as_me:9129: checking if we should define _POSIX_C_SOURCE" >&5 +echo "$as_me:9137: checking if we should define _POSIX_C_SOURCE" >&5 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 if test "${cf_cv_posix_c_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -echo "${as_me:-configure}:9135: testing if the symbol is already defined go no further ..." 1>&5 +echo "${as_me:-configure}:9143: testing if the symbol is already defined go no further ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 9138 "configure" +#line 9146 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9150,16 +9158,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9153: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9161: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9156: \$? = $ac_status" >&5 + echo "$as_me:9164: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9159: \"$ac_try\"") >&5 + { (eval echo "$as_me:9167: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9162: \$? = $ac_status" >&5 + echo "$as_me:9170: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_posix_c_source=no else @@ -9180,7 +9188,7 @@ cf_want_posix_source=no esac if test "$cf_want_posix_source" = yes ; then cat >conftest.$ac_ext <<_ACEOF -#line 9183 "configure" +#line 9191 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9195,16 +9203,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9198: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9206: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9201: \$? = $ac_status" >&5 + echo "$as_me:9209: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9204: \"$ac_try\"") >&5 + { (eval echo "$as_me:9212: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9207: \$? = $ac_status" >&5 + echo "$as_me:9215: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9215,15 +9223,15 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "${as_me:-configure}:9218: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 +echo "${as_me:-configure}:9226: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 CFLAGS="$cf_trim_CFLAGS" CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source" -echo "${as_me:-configure}:9223: testing if the second compile does not leave our definition intact error ..." 1>&5 +echo "${as_me:-configure}:9231: testing if the second compile does not leave our definition intact error ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 9226 "configure" +#line 9234 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9238,16 +9246,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9241: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9249: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9244: \$? = $ac_status" >&5 + echo "$as_me:9252: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9247: \"$ac_try\"") >&5 + { (eval echo "$as_me:9255: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9250: \$? = $ac_status" >&5 + echo "$as_me:9258: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9263,7 +9271,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9266: result: $cf_cv_posix_c_source" >&5 +echo "$as_me:9274: result: $cf_cv_posix_c_source" >&5 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 if test "$cf_cv_posix_c_source" != no ; then @@ -9381,14 +9389,14 @@ fi ;; (*) -echo "$as_me:9384: checking if we should define _XOPEN_SOURCE" >&5 +echo "$as_me:9392: checking if we should define _XOPEN_SOURCE" >&5 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 if test "${cf_cv_xopen_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9391 "configure" +#line 9399 "configure" #include "confdefs.h" #include <stdlib.h> @@ -9407,16 +9415,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9410: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9418: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9413: \$? = $ac_status" >&5 + echo "$as_me:9421: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9416: \"$ac_try\"") >&5 + { (eval echo "$as_me:9424: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9419: \$? = $ac_status" >&5 + echo "$as_me:9427: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xopen_source=no else @@ -9425,7 +9433,7 @@ cat conftest.$ac_ext >&5 cf_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" cat >conftest.$ac_ext <<_ACEOF -#line 9428 "configure" +#line 9436 "configure" #include "confdefs.h" #include <stdlib.h> @@ -9444,16 +9452,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9447: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9455: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9450: \$? = $ac_status" >&5 + echo "$as_me:9458: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9453: \"$ac_try\"") >&5 + { (eval echo "$as_me:9461: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9456: \$? = $ac_status" >&5 + echo "$as_me:9464: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xopen_source=no else @@ -9468,7 +9476,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9471: result: $cf_cv_xopen_source" >&5 +echo "$as_me:9479: result: $cf_cv_xopen_source" >&5 echo "${ECHO_T}$cf_cv_xopen_source" >&6 if test "$cf_cv_xopen_source" != no ; then @@ -9576,16 +9584,16 @@ cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \ sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` -echo "$as_me:9579: checking if we should define _POSIX_C_SOURCE" >&5 +echo "$as_me:9587: checking if we should define _POSIX_C_SOURCE" >&5 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 if test "${cf_cv_posix_c_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -echo "${as_me:-configure}:9585: testing if the symbol is already defined go no further ..." 1>&5 +echo "${as_me:-configure}:9593: testing if the symbol is already defined go no further ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 9588 "configure" +#line 9596 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9600,16 +9608,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9603: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9611: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9606: \$? = $ac_status" >&5 + echo "$as_me:9614: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9609: \"$ac_try\"") >&5 + { (eval echo "$as_me:9617: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9612: \$? = $ac_status" >&5 + echo "$as_me:9620: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_posix_c_source=no else @@ -9630,7 +9638,7 @@ cf_want_posix_source=no esac if test "$cf_want_posix_source" = yes ; then cat >conftest.$ac_ext <<_ACEOF -#line 9633 "configure" +#line 9641 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9645,16 +9653,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9648: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9656: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9651: \$? = $ac_status" >&5 + echo "$as_me:9659: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9654: \"$ac_try\"") >&5 + { (eval echo "$as_me:9662: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9657: \$? = $ac_status" >&5 + echo "$as_me:9665: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9665,15 +9673,15 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "${as_me:-configure}:9668: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 +echo "${as_me:-configure}:9676: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 CFLAGS="$cf_trim_CFLAGS" CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source" -echo "${as_me:-configure}:9673: testing if the second compile does not leave our definition intact error ..." 1>&5 +echo "${as_me:-configure}:9681: testing if the second compile does not leave our definition intact error ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 9676 "configure" +#line 9684 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -9688,16 +9696,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9691: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9699: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9694: \$? = $ac_status" >&5 + echo "$as_me:9702: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9697: \"$ac_try\"") >&5 + { (eval echo "$as_me:9705: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9700: \$? = $ac_status" >&5 + echo "$as_me:9708: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9713,7 +9721,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9716: result: $cf_cv_posix_c_source" >&5 +echo "$as_me:9724: result: $cf_cv_posix_c_source" >&5 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 if test "$cf_cv_posix_c_source" != no ; then @@ -9871,7 +9879,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}:9874: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me:-configure}:9882: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -9879,7 +9887,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}:9882: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me:-configure}:9890: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$CPPFLAGS $cf_new_cppflags" fi @@ -9887,7 +9895,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}:9890: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me:-configure}:9898: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi @@ -9895,10 +9903,10 @@ fi fi if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then - echo "$as_me:9898: checking if _XOPEN_SOURCE really is set" >&5 + echo "$as_me:9906: checking if _XOPEN_SOURCE really is set" >&5 echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 9901 "configure" +#line 9909 "configure" #include "confdefs.h" #include <stdlib.h> int @@ -9913,16 +9921,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9916: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9924: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9919: \$? = $ac_status" >&5 + echo "$as_me:9927: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9922: \"$ac_try\"") >&5 + { (eval echo "$as_me:9930: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9925: \$? = $ac_status" >&5 + echo "$as_me:9933: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_XOPEN_SOURCE_set=yes else @@ -9931,12 +9939,12 @@ cat conftest.$ac_ext >&5 cf_XOPEN_SOURCE_set=no fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:9934: result: $cf_XOPEN_SOURCE_set" >&5 + echo "$as_me:9942: result: $cf_XOPEN_SOURCE_set" >&5 echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6 if test $cf_XOPEN_SOURCE_set = yes then cat >conftest.$ac_ext <<_ACEOF -#line 9939 "configure" +#line 9947 "configure" #include "confdefs.h" #include <stdlib.h> int @@ -9951,16 +9959,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9954: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9962: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9957: \$? = $ac_status" >&5 + echo "$as_me:9965: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9960: \"$ac_try\"") >&5 + { (eval echo "$as_me:9968: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9963: \$? = $ac_status" >&5 + echo "$as_me:9971: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_XOPEN_SOURCE_set_ok=yes else @@ -9971,19 +9979,19 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext if test $cf_XOPEN_SOURCE_set_ok = no then - { echo "$as_me:9974: WARNING: _XOPEN_SOURCE is lower than requested" >&5 + { echo "$as_me:9982: WARNING: _XOPEN_SOURCE is lower than requested" >&5 echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;} fi else -echo "$as_me:9979: checking if we should define _XOPEN_SOURCE" >&5 +echo "$as_me:9987: checking if we should define _XOPEN_SOURCE" >&5 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 if test "${cf_cv_xopen_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9986 "configure" +#line 9994 "configure" #include "confdefs.h" #include <stdlib.h> @@ -10002,16 +10010,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10005: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10013: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10008: \$? = $ac_status" >&5 + echo "$as_me:10016: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10011: \"$ac_try\"") >&5 + { (eval echo "$as_me:10019: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10014: \$? = $ac_status" >&5 + echo "$as_me:10022: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xopen_source=no else @@ -10020,7 +10028,7 @@ cat conftest.$ac_ext >&5 cf_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" cat >conftest.$ac_ext <<_ACEOF -#line 10023 "configure" +#line 10031 "configure" #include "confdefs.h" #include <stdlib.h> @@ -10039,16 +10047,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10042: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10050: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10045: \$? = $ac_status" >&5 + echo "$as_me:10053: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10048: \"$ac_try\"") >&5 + { (eval echo "$as_me:10056: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10051: \$? = $ac_status" >&5 + echo "$as_me:10059: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xopen_source=no else @@ -10063,7 +10071,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10066: result: $cf_cv_xopen_source" >&5 +echo "$as_me:10074: result: $cf_cv_xopen_source" >&5 echo "${ECHO_T}$cf_cv_xopen_source" >&6 if test "$cf_cv_xopen_source" != no ; then @@ -10161,14 +10169,14 @@ fi fi fi -echo "$as_me:10164: checking if SIGWINCH is defined" >&5 +echo "$as_me:10172: 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 10171 "configure" +#line 10179 "configure" #include "confdefs.h" #include <sys/types.h> @@ -10183,23 +10191,23 @@ int x = SIGWINCH } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10186: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10194: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10189: \$? = $ac_status" >&5 + echo "$as_me:10197: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10192: \"$ac_try\"") >&5 + { (eval echo "$as_me:10200: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10195: \$? = $ac_status" >&5 + echo "$as_me:10203: \$? = $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 10202 "configure" +#line 10210 "configure" #include "confdefs.h" #undef _XOPEN_SOURCE @@ -10217,16 +10225,16 @@ int x = SIGWINCH } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10220: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10228: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10223: \$? = $ac_status" >&5 + echo "$as_me:10231: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10226: \"$ac_try\"") >&5 + { (eval echo "$as_me:10234: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10229: \$? = $ac_status" >&5 + echo "$as_me:10237: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_define_sigwinch=maybe else @@ -10240,11 +10248,11 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10243: result: $cf_cv_define_sigwinch" >&5 +echo "$as_me:10251: 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:10247: checking for actual SIGWINCH definition" >&5 +echo "$as_me:10255: 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 @@ -10255,7 +10263,7 @@ cf_sigwinch=32 while test $cf_sigwinch != 1 do cat >conftest.$ac_ext <<_ACEOF -#line 10258 "configure" +#line 10266 "configure" #include "confdefs.h" #undef _XOPEN_SOURCE @@ -10277,16 +10285,16 @@ int x = SIGWINCH } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10280: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10288: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10283: \$? = $ac_status" >&5 + echo "$as_me:10291: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10286: \"$ac_try\"") >&5 + { (eval echo "$as_me:10294: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10289: \$? = $ac_status" >&5 + echo "$as_me:10297: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fixup_sigwinch=$cf_sigwinch break @@ -10300,7 +10308,7 @@ cf_sigwinch=`expr $cf_sigwinch - 1` done fi -echo "$as_me:10303: result: $cf_cv_fixup_sigwinch" >&5 +echo "$as_me:10311: result: $cf_cv_fixup_sigwinch" >&5 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 if test "$cf_cv_fixup_sigwinch" != unknown ; then @@ -10312,7 +10320,7 @@ if test -n "$TRY_CFLAGS" ; then test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me:-configure}:10315: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me:-configure}:10323: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -10383,7 +10391,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}:10386: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me:-configure}:10394: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -10391,7 +10399,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}:10394: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me:-configure}:10402: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$CPPFLAGS $cf_new_cppflags" fi @@ -10399,14 +10407,14 @@ 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}:10402: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me:-configure}:10410: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi if test "x$cf_check_cflags" != "x$CFLAGS" ; then cat >conftest.$ac_ext <<_ACEOF -#line 10409 "configure" +#line 10417 "configure" #include "confdefs.h" #include <stdio.h> int @@ -10418,16 +10426,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10421: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10429: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10424: \$? = $ac_status" >&5 + echo "$as_me:10432: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10427: \"$ac_try\"") >&5 + { (eval echo "$as_me:10435: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10430: \$? = $ac_status" >&5 + echo "$as_me:10438: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -10435,12 +10443,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me:-configure}:10438: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me:-configure}:10446: 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}:10443: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me:-configure}:10451: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -10452,7 +10460,7 @@ fi ### Look for network libraries first, since some functions (such as gethostname) ### are used in a lot of places. -echo "$as_me:10455: checking if you want NSS compatible SSL libraries" >&5 +echo "$as_me:10463: 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 @@ -10467,10 +10475,10 @@ else fi; fi -echo "$as_me:10470: result: $cf_cv_use_libnss_compat" >&5 +echo "$as_me:10478: result: $cf_cv_use_libnss_compat" >&5 echo "${ECHO_T}$cf_cv_use_libnss_compat" >&6 -echo "$as_me:10473: checking if you want ssl library" >&5 +echo "$as_me:10481: 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 @@ -10485,10 +10493,10 @@ else fi; fi -echo "$as_me:10488: result: $cf_cv_use_libssl" >&5 +echo "$as_me:10496: result: $cf_cv_use_libssl" >&5 echo "${ECHO_T}$cf_cv_use_libssl" >&6 -echo "$as_me:10491: checking if you want gnutls support" >&5 +echo "$as_me:10499: 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 @@ -10503,11 +10511,11 @@ else fi; fi -echo "$as_me:10506: result: $cf_cv_use_libgnutls" >&5 +echo "$as_me:10514: 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:10510: checking if you want gnutls-openssl compat" >&5 +echo "$as_me:10518: 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 @@ -10522,10 +10530,10 @@ else fi; fi -echo "$as_me:10525: result: $cf_cv_gnutls_compat" >&5 +echo "$as_me:10533: result: $cf_cv_gnutls_compat" >&5 echo "${ECHO_T}$cf_cv_gnutls_compat" >&6 -echo "$as_me:10528: checking if you want socks library" >&5 +echo "$as_me:10536: 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 @@ -10540,10 +10548,10 @@ else fi; fi -echo "$as_me:10543: result: $cf_cv_use_libsocks" >&5 +echo "$as_me:10551: result: $cf_cv_use_libsocks" >&5 echo "${ECHO_T}$cf_cv_use_libsocks" >&6 -echo "$as_me:10546: checking if you want socks5 library" >&5 +echo "$as_me:10554: 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 @@ -10558,17 +10566,17 @@ else fi; fi -echo "$as_me:10561: result: $cf_cv_use_libsocks5" >&5 +echo "$as_me:10569: result: $cf_cv_use_libsocks5" >&5 echo "${ECHO_T}$cf_cv_use_libsocks5" >&6 if test "x$cf_cv_use_libsocks" != xno ; then - case "$cf_cv_use_libsocks" in - (no) - ;; - (yes) - ;; - (*) +case "$cf_cv_use_libsocks" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$cf_cv_use_libsocks" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -10597,7 +10605,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 10600 "configure" +#line 10608 "configure" #include "confdefs.h" #include <stdio.h> int @@ -10609,16 +10617,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10612: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10620: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10615: \$? = $ac_status" >&5 + echo "$as_me:10623: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10618: \"$ac_try\"") >&5 + { (eval echo "$as_me:10626: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10621: \$? = $ac_status" >&5 + echo "$as_me:10629: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -10635,7 +10643,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}:10638: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:10646: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -10645,6 +10653,8 @@ echo "${as_me:-configure}:10638: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -10676,7 +10686,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 10679 "configure" +#line 10689 "configure" #include "confdefs.h" #include <stdio.h> int @@ -10688,16 +10698,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10691: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10701: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10694: \$? = $ac_status" >&5 + echo "$as_me:10704: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10697: \"$ac_try\"") >&5 + { (eval echo "$as_me:10707: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10700: \$? = $ac_status" >&5 + echo "$as_me:10710: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -10714,7 +10724,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}:10717: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:10727: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -10724,13 +10734,15 @@ echo "${as_me:-configure}:10717: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:10733: error: cannot find socks library under $cf_cv_use_libsocks" >&5 +{ { echo "$as_me:10745: 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 @@ -10755,7 +10767,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}:10758: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:10770: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -10784,7 +10796,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}:10787: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:10799: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -10793,26 +10805,26 @@ echo "${as_me:-configure}:10787: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:10796: error: cannot find socks library under $cf_cv_use_libsocks" >&5 +{ { echo "$as_me:10808: 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 done - ;; - esac + ;; +esac # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_socks= cf_cv_library_path_socks= -echo "${as_me:-configure}:10810: testing Starting FIND_LINKAGE(socks,) ..." 1>&5 +echo "${as_me:-configure}:10822: testing Starting FIND_LINKAGE(socks,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10815 "configure" +#line 10827 "configure" #include "confdefs.h" #include <stdio.h> @@ -10828,16 +10840,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10831: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10843: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10834: \$? = $ac_status" >&5 + echo "$as_me:10846: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10837: \"$ac_try\"") >&5 + { (eval echo "$as_me:10849: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10840: \$? = $ac_status" >&5 + echo "$as_me:10852: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_socks=yes @@ -10851,7 +10863,7 @@ cat conftest.$ac_ext >&5 LIBS="-lsocks $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10854 "configure" +#line 10866 "configure" #include "confdefs.h" #include <stdio.h> @@ -10867,16 +10879,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10870: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10882: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10873: \$? = $ac_status" >&5 + echo "$as_me:10885: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10876: \"$ac_try\"") >&5 + { (eval echo "$as_me:10888: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10879: \$? = $ac_status" >&5 + echo "$as_me:10891: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_socks=yes @@ -10893,9 +10905,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for socks library" 1>&6 -echo "${as_me:-configure}:10896: testing find linkage for socks library ..." 1>&5 +echo "${as_me:-configure}:10908: testing find linkage for socks library ..." 1>&5 -echo "${as_me:-configure}:10898: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5 +echo "${as_me:-configure}:10910: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -10986,11 +10998,11 @@ 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}:10989: testing ... testing $cf_cv_header_path_socks ..." 1>&5 +echo "${as_me:-configure}:11001: testing ... testing $cf_cv_header_path_socks ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_socks" cat >conftest.$ac_ext <<_ACEOF -#line 10993 "configure" +#line 11005 "configure" #include "confdefs.h" #include <stdio.h> @@ -11006,21 +11018,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11009: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11021: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11012: \$? = $ac_status" >&5 + echo "$as_me:11024: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11015: \"$ac_try\"") >&5 + { (eval echo "$as_me:11027: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11018: \$? = $ac_status" >&5 + echo "$as_me:11030: \$? = $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}:11023: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5 +echo "${as_me:-configure}:11035: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5 cf_cv_find_linkage_socks=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -11038,7 +11050,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_socks" = maybe ; then -echo "${as_me:-configure}:11041: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5 +echo "${as_me:-configure}:11053: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -11113,13 +11125,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}:11116: testing ... testing $cf_cv_library_path_socks ..." 1>&5 +echo "${as_me:-configure}:11128: 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 11122 "configure" +#line 11134 "configure" #include "confdefs.h" #include <stdio.h> @@ -11135,21 +11147,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11138: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11150: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11141: \$? = $ac_status" >&5 + echo "$as_me:11153: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11144: \"$ac_try\"") >&5 + { (eval echo "$as_me:11156: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11147: \$? = $ac_status" >&5 + echo "$as_me:11159: \$? = $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}:11152: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5 +echo "${as_me:-configure}:11164: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5 cf_cv_find_linkage_socks=yes cf_cv_library_file_socks="-lsocks" @@ -11208,7 +11220,7 @@ if test -n "$cf_cv_header_path_socks" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11211 "configure" +#line 11223 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11220,16 +11232,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11223: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11235: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11226: \$? = $ac_status" >&5 + echo "$as_me:11238: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11229: \"$ac_try\"") >&5 + { (eval echo "$as_me:11241: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11232: \$? = $ac_status" >&5 + echo "$as_me:11244: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11246,7 +11258,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}:11249: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:11261: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -11256,6 +11268,8 @@ echo "${as_me:-configure}:11249: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -11280,7 +11294,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}:11283: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:11297: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11305,7 +11319,7 @@ done LIBS="$cf_add_libs" else -{ echo "$as_me:11308: WARNING: Cannot find socks library" >&5 +{ echo "$as_me:11322: WARNING: Cannot find socks library" >&5 echo "$as_me: WARNING: Cannot find socks library" >&2;} fi @@ -11348,19 +11362,19 @@ cat >>confdefs.h <<\EOF EOF else - { { echo "$as_me:11351: error: cannot link with socks library" >&5 + { { echo "$as_me:11365: error: cannot link with socks library" >&5 echo "$as_me: error: cannot link with socks library" >&2;} { (exit 1); exit 1; }; } fi elif test "x$cf_cv_use_libsocks5" != xno ; then - case "$cf_cv_use_libsocks5" in - (no) - ;; - (yes) - ;; - (*) +case "$cf_cv_use_libsocks5" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$cf_cv_use_libsocks5" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -11389,7 +11403,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11392 "configure" +#line 11406 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11401,16 +11415,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11418: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11407: \$? = $ac_status" >&5 + echo "$as_me:11421: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11410: \"$ac_try\"") >&5 + { (eval echo "$as_me:11424: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11413: \$? = $ac_status" >&5 + echo "$as_me:11427: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11427,7 +11441,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}:11430: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:11444: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -11437,6 +11451,8 @@ echo "${as_me:-configure}:11430: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -11468,7 +11484,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11471 "configure" +#line 11487 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11480,16 +11496,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11483: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11499: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11486: \$? = $ac_status" >&5 + echo "$as_me:11502: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11489: \"$ac_try\"") >&5 + { (eval echo "$as_me:11505: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11492: \$? = $ac_status" >&5 + echo "$as_me:11508: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11506,7 +11522,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}:11509: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:11525: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -11516,13 +11532,15 @@ echo "${as_me:-configure}:11509: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:11525: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5 +{ { echo "$as_me:11543: 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 @@ -11547,7 +11565,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}:11550: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:11568: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11576,7 +11594,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}:11579: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:11597: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11585,14 +11603,14 @@ echo "${as_me:-configure}:11579: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:11588: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5 +{ { echo "$as_me:11606: 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 done - ;; - esac + ;; +esac cf_add_libs="-lsocks5" # Filter out duplicates - this happens with badly-designed ".pc" files... @@ -11618,11 +11636,11 @@ cat >>confdefs.h <<\EOF #define SOCKS 1 EOF -echo "$as_me:11621: checking if the socks library uses socks4 prefix" >&5 +echo "$as_me:11639: 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 11625 "configure" +#line 11643 "configure" #include "confdefs.h" #include <socks.h> @@ -11636,16 +11654,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11639: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11657: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11642: \$? = $ac_status" >&5 + echo "$as_me:11660: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11645: \"$ac_try\"") >&5 + { (eval echo "$as_me:11663: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11648: \$? = $ac_status" >&5 + echo "$as_me:11666: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >>confdefs.h <<\EOF @@ -11657,7 +11675,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 11660 "configure" +#line 11678 "configure" #include "confdefs.h" #include <socks.h> int @@ -11669,29 +11687,29 @@ SOCKSinit((char *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11672: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11690: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11675: \$? = $ac_status" >&5 + echo "$as_me:11693: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11678: \"$ac_try\"") >&5 + { (eval echo "$as_me:11696: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11681: \$? = $ac_status" >&5 + echo "$as_me:11699: \$? = $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:11687: error: Cannot link with socks5 library" >&5 +{ { echo "$as_me:11705: 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:11694: result: $cf_use_socks4" >&5 +echo "$as_me:11712: result: $cf_use_socks4" >&5 echo "${ECHO_T}$cf_use_socks4" >&6 if test "$cf_use_socks4" = "yes" ; then @@ -11746,10 +11764,10 @@ EOF fi -echo "$as_me:11749: checking if socks5p.h is available" >&5 +echo "$as_me:11767: 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 11752 "configure" +#line 11770 "configure" #include "confdefs.h" #define INCLUDE_PROTOTYPES @@ -11764,16 +11782,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11767: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11785: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11770: \$? = $ac_status" >&5 + echo "$as_me:11788: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11773: \"$ac_try\"") >&5 + { (eval echo "$as_me:11791: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11776: \$? = $ac_status" >&5 + echo "$as_me:11794: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_use_socks5p_h=yes else @@ -11782,7 +11800,7 @@ cat conftest.$ac_ext >&5 cf_use_socks5p_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:11785: result: $cf_use_socks5p_h" >&5 +echo "$as_me:11803: result: $cf_use_socks5p_h" >&5 echo "${ECHO_T}$cf_use_socks5p_h" >&6 test "$cf_use_socks5p_h" = yes && @@ -11794,14 +11812,14 @@ else cf_test_netlibs=no -echo "$as_me:11797: checking for network libraries" >&5 +echo "$as_me:11815: 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:11804: result: working..." >&5 +echo "$as_me:11822: result: working..." >&5 echo "${ECHO_T}working..." >&6 cf_cv_netlibs="" @@ -11813,23 +11831,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:11816: checking for $ac_header" >&5 +echo "$as_me:11834: 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 11822 "configure" +#line 11840 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:11826: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11844: \"$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:11832: \$? = $ac_status" >&5 + echo "$as_me:11850: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11848,7 +11866,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11851: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11869: 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 @@ -11883,7 +11901,7 @@ done LIBS="$cf_add_libs" cat >conftest.$ac_ext <<_ACEOF -#line 11886 "configure" +#line 11904 "configure" #include "confdefs.h" #ifdef HAVE_WINDOWS_H @@ -11910,22 +11928,22 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11913: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11931: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11916: \$? = $ac_status" >&5 + echo "$as_me:11934: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11919: \"$ac_try\"") >&5 + { (eval echo "$as_me:11937: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11922: \$? = $ac_status" >&5 + echo "$as_me:11940: \$? = $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:11928: error: Cannot link against winsock library" >&5 +{ { echo "$as_me:11946: error: Cannot link against winsock library" >&5 echo "$as_me: error: Cannot link against winsock library" >&2;} { (exit 1); exit 1; }; } fi @@ -11938,13 +11956,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:11941: checking for $ac_func" >&5 +echo "$as_me:11959: 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 11947 "configure" +#line 11965 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -11975,16 +11993,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11978: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11996: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11981: \$? = $ac_status" >&5 + echo "$as_me:11999: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11984: \"$ac_try\"") >&5 + { (eval echo "$as_me:12002: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11987: \$? = $ac_status" >&5 + echo "$as_me:12005: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -11994,7 +12012,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:11997: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:12015: 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 @@ -12003,7 +12021,7 @@ EOF else -echo "$as_me:12006: checking for gethostname in -lnsl" >&5 +echo "$as_me:12024: 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 @@ -12011,7 +12029,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12014 "configure" +#line 12032 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12030,16 +12048,16 @@ gethostname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12033: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12051: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12036: \$? = $ac_status" >&5 + echo "$as_me:12054: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12039: \"$ac_try\"") >&5 + { (eval echo "$as_me:12057: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12042: \$? = $ac_status" >&5 + echo "$as_me:12060: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostname=yes else @@ -12050,7 +12068,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12053: result: $ac_cv_lib_nsl_gethostname" >&5 +echo "$as_me:12071: 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 @@ -12067,7 +12085,7 @@ else ac_cv_func_gethostname=unknown unset ac_cv_func_gethostname 2>/dev/null -echo "$as_me:12070: checking for gethostname in -lsocket" >&5 +echo "$as_me:12088: 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 @@ -12075,7 +12093,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12078 "configure" +#line 12096 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12094,16 +12112,16 @@ gethostname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12097: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12115: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12100: \$? = $ac_status" >&5 + echo "$as_me:12118: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12103: \"$ac_try\"") >&5 + { (eval echo "$as_me:12121: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12106: \$? = $ac_status" >&5 + echo "$as_me:12124: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_gethostname=yes else @@ -12114,7 +12132,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12117: result: $ac_cv_lib_socket_gethostname" >&5 +echo "$as_me:12135: 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 @@ -12138,7 +12156,7 @@ fi fi done - echo "$as_me:12141: checking for main in -linet" >&5 + echo "$as_me:12159: 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 @@ -12146,7 +12164,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-linet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12149 "configure" +#line 12167 "configure" #include "confdefs.h" int @@ -12158,16 +12176,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12161: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12179: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12164: \$? = $ac_status" >&5 + echo "$as_me:12182: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12167: \"$ac_try\"") >&5 + { (eval echo "$as_me:12185: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12170: \$? = $ac_status" >&5 + echo "$as_me:12188: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_inet_main=yes else @@ -12178,7 +12196,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12181: result: $ac_cv_lib_inet_main" >&5 +echo "$as_me:12199: 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" @@ -12189,13 +12207,13 @@ fi for ac_func in socket do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:12192: checking for $ac_func" >&5 +echo "$as_me:12210: 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 12198 "configure" +#line 12216 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -12226,16 +12244,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12229: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12247: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12232: \$? = $ac_status" >&5 + echo "$as_me:12250: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12235: \"$ac_try\"") >&5 + { (eval echo "$as_me:12253: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12238: \$? = $ac_status" >&5 + echo "$as_me:12256: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -12245,7 +12263,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12248: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:12266: 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 @@ -12254,7 +12272,7 @@ EOF else -echo "$as_me:12257: checking for socket in -lsocket" >&5 +echo "$as_me:12275: 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 @@ -12262,7 +12280,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12265 "configure" +#line 12283 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12281,16 +12299,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12284: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12302: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12287: \$? = $ac_status" >&5 + echo "$as_me:12305: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12290: \"$ac_try\"") >&5 + { (eval echo "$as_me:12308: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12293: \$? = $ac_status" >&5 + echo "$as_me:12311: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_socket=yes else @@ -12301,7 +12319,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12304: result: $ac_cv_lib_socket_socket" >&5 +echo "$as_me:12322: 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 @@ -12318,7 +12336,7 @@ else ac_cv_func_socket=unknown unset ac_cv_func_socket 2>/dev/null -echo "$as_me:12321: checking for socket in -lbsd" >&5 +echo "$as_me:12339: 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 @@ -12326,7 +12344,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12329 "configure" +#line 12347 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12345,16 +12363,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12348: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12366: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12351: \$? = $ac_status" >&5 + echo "$as_me:12369: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12354: \"$ac_try\"") >&5 + { (eval echo "$as_me:12372: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12357: \$? = $ac_status" >&5 + echo "$as_me:12375: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_socket=yes else @@ -12365,7 +12383,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12368: result: $ac_cv_lib_bsd_socket" >&5 +echo "$as_me:12386: 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 @@ -12394,13 +12412,13 @@ done for ac_func in gethostbyname do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:12397: checking for $ac_func" >&5 +echo "$as_me:12415: 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 12403 "configure" +#line 12421 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -12431,16 +12449,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12434: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12452: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12437: \$? = $ac_status" >&5 + echo "$as_me:12455: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12440: \"$ac_try\"") >&5 + { (eval echo "$as_me:12458: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12443: \$? = $ac_status" >&5 + echo "$as_me:12461: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -12450,7 +12468,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12453: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:12471: 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 @@ -12459,7 +12477,7 @@ EOF else -echo "$as_me:12462: checking for gethostbyname in -lnsl" >&5 +echo "$as_me:12480: 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 @@ -12467,7 +12485,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12470 "configure" +#line 12488 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12486,16 +12504,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12489: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12507: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12492: \$? = $ac_status" >&5 + echo "$as_me:12510: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12495: \"$ac_try\"") >&5 + { (eval echo "$as_me:12513: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12498: \$? = $ac_status" >&5 + echo "$as_me:12516: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -12506,7 +12524,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12509: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:12527: 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 @@ -12531,13 +12549,13 @@ done for ac_func in inet_ntoa do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:12534: checking for $ac_func" >&5 +echo "$as_me:12552: 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 12540 "configure" +#line 12558 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -12568,16 +12586,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12571: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12589: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12574: \$? = $ac_status" >&5 + echo "$as_me:12592: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12577: \"$ac_try\"") >&5 + { (eval echo "$as_me:12595: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12580: \$? = $ac_status" >&5 + echo "$as_me:12598: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -12587,7 +12605,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12590: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:12608: 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 @@ -12596,7 +12614,7 @@ EOF else -echo "$as_me:12599: checking for inet_ntoa in -lnsl" >&5 +echo "$as_me:12617: 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 @@ -12604,7 +12622,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12607 "configure" +#line 12625 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12623,16 +12641,16 @@ inet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12626: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12644: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12629: \$? = $ac_status" >&5 + echo "$as_me:12647: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12632: \"$ac_try\"") >&5 + { (eval echo "$as_me:12650: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12635: \$? = $ac_status" >&5 + echo "$as_me:12653: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_inet_ntoa=yes else @@ -12643,7 +12661,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12646: result: $ac_cv_lib_nsl_inet_ntoa" >&5 +echo "$as_me:12664: 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 @@ -12668,13 +12686,13 @@ done for ac_func in gethostbyname do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:12671: checking for $ac_func" >&5 +echo "$as_me:12689: 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 12677 "configure" +#line 12695 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -12705,16 +12723,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12708: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12726: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12711: \$? = $ac_status" >&5 + echo "$as_me:12729: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12714: \"$ac_try\"") >&5 + { (eval echo "$as_me:12732: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12717: \$? = $ac_status" >&5 + echo "$as_me:12735: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -12724,7 +12742,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12727: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:12745: 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 @@ -12733,7 +12751,7 @@ EOF else -echo "$as_me:12736: checking for gethostbyname in -lnetwork" >&5 +echo "$as_me:12754: 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 @@ -12741,7 +12759,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnetwork $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12744 "configure" +#line 12762 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12760,16 +12778,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12763: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12781: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12766: \$? = $ac_status" >&5 + echo "$as_me:12784: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12769: \"$ac_try\"") >&5 + { (eval echo "$as_me:12787: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12772: \$? = $ac_status" >&5 + echo "$as_me:12790: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_network_gethostbyname=yes else @@ -12780,7 +12798,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12783: result: $ac_cv_lib_network_gethostbyname" >&5 +echo "$as_me:12801: 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 @@ -12805,13 +12823,13 @@ done for ac_func in strcasecmp do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:12808: checking for $ac_func" >&5 +echo "$as_me:12826: 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 12814 "configure" +#line 12832 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -12842,16 +12860,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12845: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12863: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12848: \$? = $ac_status" >&5 + echo "$as_me:12866: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12851: \"$ac_try\"") >&5 + { (eval echo "$as_me:12869: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12854: \$? = $ac_status" >&5 + echo "$as_me:12872: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -12861,7 +12879,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12864: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:12882: 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 @@ -12870,7 +12888,7 @@ EOF else -echo "$as_me:12873: checking for strcasecmp in -lresolv" >&5 +echo "$as_me:12891: 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 @@ -12878,7 +12896,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lresolv $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12881 "configure" +#line 12899 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12897,16 +12915,16 @@ strcasecmp (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12900: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12918: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12903: \$? = $ac_status" >&5 + echo "$as_me:12921: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12906: \"$ac_try\"") >&5 + { (eval echo "$as_me:12924: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12909: \$? = $ac_status" >&5 + echo "$as_me:12927: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_resolv_strcasecmp=yes else @@ -12917,7 +12935,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12920: result: $ac_cv_lib_resolv_strcasecmp" >&5 +echo "$as_me:12938: 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 @@ -12974,14 +12992,14 @@ test $cf_test_netlibs = no && echo "$cf_cv_netlibs" >&6 fi -echo "$as_me:12977: checking for inet_aton function" >&5 +echo "$as_me:12995: 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 12984 "configure" +#line 13002 "configure" #include "confdefs.h" #if defined(__MINGW32__) @@ -13016,16 +13034,16 @@ inet_aton(0, (struct in_addr *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13019: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13037: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13022: \$? = $ac_status" >&5 + echo "$as_me:13040: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13025: \"$ac_try\"") >&5 + { (eval echo "$as_me:13043: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13028: \$? = $ac_status" >&5 + echo "$as_me:13046: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_inet_aton=yes else @@ -13035,7 +13053,7 @@ cf_cv_have_inet_aton=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:13038: result: $cf_cv_have_inet_aton" >&5 +echo "$as_me:13056: 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 @@ -13044,14 +13062,14 @@ cat >>confdefs.h <<\EOF EOF else - echo "$as_me:13047: checking for inet_addr function" >&5 + echo "$as_me:13065: 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 13054 "configure" +#line 13072 "configure" #include "confdefs.h" #if defined(__MINGW32__) @@ -13086,16 +13104,16 @@ inet_addr(0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13089: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13107: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13092: \$? = $ac_status" >&5 + echo "$as_me:13110: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13095: \"$ac_try\"") >&5 + { (eval echo "$as_me:13113: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13098: \$? = $ac_status" >&5 + echo "$as_me:13116: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_inet_addr=yes else @@ -13105,10 +13123,10 @@ cf_cv_have_inet_addr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:13108: result: $cf_cv_have_inet_addr" >&5 +echo "$as_me:13126: 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:13111: checking for library with inet_addr" >&5 + echo "$as_me:13129: 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 @@ -13119,7 +13137,7 @@ else do LIBS="$cf_save_LIBS $cf_inetlib" cat >conftest.$ac_ext <<_ACEOF -#line 13122 "configure" +#line 13140 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/socket.h> @@ -13135,16 +13153,16 @@ inet_addr(0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13138: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13156: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13141: \$? = $ac_status" >&5 + echo "$as_me:13159: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13144: \"$ac_try\"") >&5 + { (eval echo "$as_me:13162: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13147: \$? = $ac_status" >&5 + echo "$as_me:13165: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_lib_inet_addr=$cf_inetlib else @@ -13158,7 +13176,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done fi -echo "$as_me:13161: result: $cf_cv_lib_inet_addr" >&5 +echo "$as_me:13179: 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 @@ -13179,13 +13197,13 @@ done LIBS="$cf_add_libs" else - { echo "$as_me:13182: WARNING: Unable to find library for inet_addr function" >&5 + { echo "$as_me:13200: 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:13188: checking if you want to use pkg-config" >&5 +echo "$as_me:13206: 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. @@ -13195,7 +13213,7 @@ if test "${with_pkg_config+set}" = set; then else cf_pkg_config=yes fi; -echo "$as_me:13198: result: $cf_pkg_config" >&5 +echo "$as_me:13216: result: $cf_pkg_config" >&5 echo "${ECHO_T}$cf_pkg_config" >&6 case $cf_pkg_config in @@ -13207,7 +13225,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:13210: checking for $ac_word" >&5 +echo "$as_me:13228: 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 @@ -13224,7 +13242,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:13227: found $ac_dir/$ac_word" >&5 + echo "$as_me:13245: found $ac_dir/$ac_word" >&5 break fi done @@ -13235,10 +13253,10 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - echo "$as_me:13238: result: $PKG_CONFIG" >&5 + echo "$as_me:13256: result: $PKG_CONFIG" >&5 echo "${ECHO_T}$PKG_CONFIG" >&6 else - echo "$as_me:13241: result: no" >&5 + echo "$as_me:13259: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -13247,7 +13265,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:13250: checking for $ac_word" >&5 +echo "$as_me:13268: 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 @@ -13264,7 +13282,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:13267: found $ac_dir/$ac_word" >&5 + echo "$as_me:13285: found $ac_dir/$ac_word" >&5 break fi done @@ -13276,10 +13294,10 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - echo "$as_me:13279: result: $ac_pt_PKG_CONFIG" >&5 + echo "$as_me:13297: result: $ac_pt_PKG_CONFIG" >&5 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 else - echo "$as_me:13282: result: no" >&5 + echo "$as_me:13300: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -13322,14 +13340,14 @@ case ".$PKG_CONFIG" in PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:13325: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 + { { echo "$as_me:13343: 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:13332: WARNING: pkg-config is not installed" >&5 + { echo "$as_me:13350: WARNING: pkg-config is not installed" >&5 echo "$as_me: WARNING: pkg-config is not installed" >&2;} fi @@ -13340,12 +13358,12 @@ if test "x$cf_cv_use_libssl" != xno ; then # command-line option, etc., override default behavior - case "$cf_cv_use_libssl" in - (no) - ;; - (yes) - ;; - (*) +case "$cf_cv_use_libssl" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$cf_cv_use_libssl" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -13374,7 +13392,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 13377 "configure" +#line 13395 "configure" #include "confdefs.h" #include <stdio.h> int @@ -13386,16 +13404,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13389: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13407: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13392: \$? = $ac_status" >&5 + echo "$as_me:13410: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13395: \"$ac_try\"") >&5 + { (eval echo "$as_me:13413: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13398: \$? = $ac_status" >&5 + echo "$as_me:13416: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -13412,7 +13430,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}:13415: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:13433: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -13422,6 +13440,8 @@ echo "${as_me:-configure}:13415: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -13453,7 +13473,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 13456 "configure" +#line 13476 "configure" #include "confdefs.h" #include <stdio.h> int @@ -13465,16 +13485,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13468: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13488: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13471: \$? = $ac_status" >&5 + echo "$as_me:13491: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13474: \"$ac_try\"") >&5 + { (eval echo "$as_me:13494: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13477: \$? = $ac_status" >&5 + echo "$as_me:13497: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -13491,7 +13511,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}:13494: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:13514: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -13501,13 +13521,15 @@ echo "${as_me:-configure}:13494: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:13510: error: cannot find ssl library under $cf_cv_use_libssl" >&5 +{ { echo "$as_me:13532: 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 @@ -13532,7 +13554,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}:13535: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:13557: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13561,7 +13583,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}:13564: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:13586: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13570,14 +13592,14 @@ echo "${as_me:-configure}:13564: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:13573: error: cannot find ssl library under $cf_cv_use_libssl" >&5 +{ { echo "$as_me:13595: 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 done - ;; - esac + ;; +esac if test "x$PKG_CONFIG" != xnone; then case $cf_cv_use_libssl in @@ -13587,15 +13609,15 @@ done cf_cv_pkg_ssl= for cf_try_package in openssl libssl do - echo "$as_me:13590: checking pkg-config for $cf_try_package" >&5 + echo "$as_me:13612: 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:13594: result: yes" >&5 + echo "$as_me:13616: result: yes" >&5 echo "${ECHO_T}yes" >&6 break else - echo "$as_me:13598: result: no" >&5 + echo "$as_me:13620: result: no" >&5 echo "${ECHO_T}no" >&6 fi done @@ -13719,7 +13741,7 @@ fi esac test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6 -echo "${as_me:-configure}:13722: testing adding $cf_libs_ssl to LIBS ..." 1>&5 +echo "${as_me:-configure}:13744: testing adding $cf_libs_ssl to LIBS ..." 1>&5 cf_add_libs="$cf_libs_ssl" # Filter out duplicates - this happens with badly-designed ".pc" files... @@ -13755,7 +13777,7 @@ LIBS="$cf_add_libs" (*-ldl) ;; (*) - echo "$as_me:13758: checking for dlsym in -ldl" >&5 + echo "$as_me:13780: 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 @@ -13763,7 +13785,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13766 "configure" +#line 13788 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13782,16 +13804,16 @@ dlsym (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13785: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13807: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13788: \$? = $ac_status" >&5 + echo "$as_me:13810: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13791: \"$ac_try\"") >&5 + { (eval echo "$as_me:13813: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13794: \$? = $ac_status" >&5 + echo "$as_me:13816: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_dlsym=yes else @@ -13802,7 +13824,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13805: result: $ac_cv_lib_dl_dlsym" >&5 +echo "$as_me:13827: 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" @@ -13818,12 +13840,12 @@ fi cf_cv_header_path_ssl= cf_cv_library_path_ssl= -echo "${as_me:-configure}:13821: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me:-configure}:13843: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13826 "configure" +#line 13848 "configure" #include "confdefs.h" #include <stdio.h> @@ -13852,16 +13874,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13855: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13877: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13858: \$? = $ac_status" >&5 + echo "$as_me:13880: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13861: \"$ac_try\"") >&5 + { (eval echo "$as_me:13883: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13864: \$? = $ac_status" >&5 + echo "$as_me:13886: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_ssl=yes @@ -13875,7 +13897,7 @@ cat conftest.$ac_ext >&5 LIBS="-lssl $cf_extra_ssl_libs $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13878 "configure" +#line 13900 "configure" #include "confdefs.h" #include <stdio.h> @@ -13904,16 +13926,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13907: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13929: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13910: \$? = $ac_status" >&5 + echo "$as_me:13932: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13913: \"$ac_try\"") >&5 + { (eval echo "$as_me:13935: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13916: \$? = $ac_status" >&5 + echo "$as_me:13938: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_ssl=yes @@ -13930,9 +13952,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for ssl library" 1>&6 -echo "${as_me:-configure}:13933: testing find linkage for ssl library ..." 1>&5 +echo "${as_me:-configure}:13955: testing find linkage for ssl library ..." 1>&5 -echo "${as_me:-configure}:13935: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me:-configure}:13957: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -14023,11 +14045,11 @@ 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}:14026: testing ... testing $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me:-configure}:14048: testing ... testing $cf_cv_header_path_ssl ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_ssl" cat >conftest.$ac_ext <<_ACEOF -#line 14030 "configure" +#line 14052 "configure" #include "confdefs.h" #include <stdio.h> @@ -14056,21 +14078,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14059: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14081: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14062: \$? = $ac_status" >&5 + echo "$as_me:14084: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14065: \"$ac_try\"") >&5 + { (eval echo "$as_me:14087: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14068: \$? = $ac_status" >&5 + echo "$as_me:14090: \$? = $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}:14073: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me:-configure}:14095: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5 cf_cv_find_linkage_ssl=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -14088,7 +14110,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_ssl" = maybe ; then -echo "${as_me:-configure}:14091: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me:-configure}:14113: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -14096,7 +14118,7 @@ echo "${as_me:-configure}:14091: 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 14099 "configure" +#line 14121 "configure" #include "confdefs.h" #include <stdio.h> @@ -14125,21 +14147,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14128: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14150: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14131: \$? = $ac_status" >&5 + echo "$as_me:14153: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14134: \"$ac_try\"") >&5 + { (eval echo "$as_me:14156: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14137: \$? = $ac_status" >&5 + echo "$as_me:14159: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found ssl library in system" 1>&6 -echo "${as_me:-configure}:14142: testing ... found ssl library in system ..." 1>&5 +echo "${as_me:-configure}:14164: testing ... found ssl library in system ..." 1>&5 cf_cv_find_linkage_ssl=yes else @@ -14220,13 +14242,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}:14223: testing ... testing $cf_cv_library_path_ssl ..." 1>&5 +echo "${as_me:-configure}:14245: 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 14229 "configure" +#line 14251 "configure" #include "confdefs.h" #include <stdio.h> @@ -14255,21 +14277,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14258: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14280: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14261: \$? = $ac_status" >&5 + echo "$as_me:14283: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14264: \"$ac_try\"") >&5 + { (eval echo "$as_me:14286: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14267: \$? = $ac_status" >&5 + echo "$as_me:14289: \$? = $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}:14272: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5 +echo "${as_me:-configure}:14294: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5 cf_cv_find_linkage_ssl=yes cf_cv_library_file_ssl="-lssl" @@ -14331,7 +14353,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}:14334: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:14356: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -14387,7 +14409,7 @@ if test -n "$cf_cv_header_path_ssl" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14390 "configure" +#line 14412 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14399,16 +14421,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14402: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14424: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14405: \$? = $ac_status" >&5 + echo "$as_me:14427: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14408: \"$ac_try\"") >&5 + { (eval echo "$as_me:14430: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14411: \$? = $ac_status" >&5 + echo "$as_me:14433: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14425,7 +14447,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}:14428: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:14450: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -14435,6 +14457,8 @@ echo "${as_me:-configure}:14428: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -14456,7 +14480,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}:14459: testing checking ssl header-path $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me:-configure}:14483: testing checking ssl header-path $cf_cv_header_path_ssl ..." 1>&5 case $cf_cv_header_path_ssl in (*/openssl) @@ -14469,10 +14493,10 @@ EOF esac fi -echo "$as_me:14472: checking for X509 support" >&5 +echo "$as_me:14496: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 14475 "configure" +#line 14499 "configure" #include "confdefs.h" #include <stdio.h> @@ -14501,16 +14525,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:14504: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14528: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14507: \$? = $ac_status" >&5 + echo "$as_me:14531: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14510: \"$ac_try\"") >&5 + { (eval echo "$as_me:14534: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14513: \$? = $ac_status" >&5 + echo "$as_me:14537: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -14519,7 +14543,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:14522: result: $cf_x509_support" >&5 +echo "$as_me:14546: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -14537,12 +14561,12 @@ elif test "x$cf_cv_use_libgnutls" != xno ; then cf_cv_have_gnutls=no cf_cv_pkg_config_ssl=no - case "$cf_cv_use_libgnutls" in - (no) - ;; - (yes) - ;; - (*) +case "$cf_cv_use_libgnutls" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$cf_cv_use_libgnutls" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -14571,7 +14595,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14574 "configure" +#line 14598 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14583,16 +14607,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14586: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14610: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14589: \$? = $ac_status" >&5 + echo "$as_me:14613: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14592: \"$ac_try\"") >&5 + { (eval echo "$as_me:14616: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14595: \$? = $ac_status" >&5 + echo "$as_me:14619: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14609,7 +14633,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}:14612: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:14636: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -14619,6 +14643,8 @@ echo "${as_me:-configure}:14612: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -14650,7 +14676,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14653 "configure" +#line 14679 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14662,16 +14688,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14665: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14691: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14668: \$? = $ac_status" >&5 + echo "$as_me:14694: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14671: \"$ac_try\"") >&5 + { (eval echo "$as_me:14697: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14674: \$? = $ac_status" >&5 + echo "$as_me:14700: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14688,7 +14714,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}:14691: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:14717: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -14698,13 +14724,15 @@ echo "${as_me:-configure}:14691: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:14707: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:14735: 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 @@ -14729,7 +14757,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}:14732: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:14760: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -14758,7 +14786,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}:14761: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:14789: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -14767,14 +14795,14 @@ echo "${as_me:-configure}:14761: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:14770: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:14798: 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 done - ;; - esac + ;; +esac cf_pkg_gnutls=none if test "x$PKG_CONFIG" != xnone; then @@ -14785,12 +14813,12 @@ done (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}:14788: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5 +echo "${as_me:-configure}:14816: 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}:14793: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5 +echo "${as_me:-configure}:14821: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5 cf_cv_have_gnutls=yes cf_cv_pkg_config_ssl=yes @@ -14902,7 +14930,7 @@ fi esac test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6 -echo "${as_me:-configure}:14905: testing adding $cf_libs_ssl to LIBS ..." 1>&5 +echo "${as_me:-configure}:14933: testing adding $cf_libs_ssl to LIBS ..." 1>&5 cf_add_libs="$cf_libs_ssl" # Filter out duplicates - this happens with badly-designed ".pc" files... @@ -14924,7 +14952,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}:14927: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5 +echo "${as_me:-configure}:14955: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5 cf_pkg_gnutls=none fi @@ -14944,12 +14972,12 @@ EOF cf_cv_header_path_gnutls= cf_cv_library_path_gnutls= -echo "${as_me:-configure}:14947: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me:-configure}:14975: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 14952 "configure" +#line 14980 "configure" #include "confdefs.h" #include <stdio.h> @@ -14978,16 +15006,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14981: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15009: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14984: \$? = $ac_status" >&5 + echo "$as_me:15012: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14987: \"$ac_try\"") >&5 + { (eval echo "$as_me:15015: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14990: \$? = $ac_status" >&5 + echo "$as_me:15018: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes @@ -15001,7 +15029,7 @@ cat conftest.$ac_ext >&5 LIBS="-lgnutls $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15004 "configure" +#line 15032 "configure" #include "confdefs.h" #include <stdio.h> @@ -15030,16 +15058,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15033: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15061: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15036: \$? = $ac_status" >&5 + echo "$as_me:15064: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15039: \"$ac_try\"") >&5 + { (eval echo "$as_me:15067: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15042: \$? = $ac_status" >&5 + echo "$as_me:15070: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes @@ -15056,9 +15084,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for gnutls library" 1>&6 -echo "${as_me:-configure}:15059: testing find linkage for gnutls library ..." 1>&5 +echo "${as_me:-configure}:15087: testing find linkage for gnutls library ..." 1>&5 -echo "${as_me:-configure}:15061: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me:-configure}:15089: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -15149,11 +15177,11 @@ 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}:15152: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:15180: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_gnutls" cat >conftest.$ac_ext <<_ACEOF -#line 15156 "configure" +#line 15184 "configure" #include "confdefs.h" #include <stdio.h> @@ -15182,21 +15210,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15185: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15213: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15188: \$? = $ac_status" >&5 + echo "$as_me:15216: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15191: \"$ac_try\"") >&5 + { (eval echo "$as_me:15219: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15194: \$? = $ac_status" >&5 + echo "$as_me:15222: \$? = $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}:15199: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:15227: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -15214,7 +15242,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_gnutls" = maybe ; then -echo "${as_me:-configure}:15217: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me:-configure}:15245: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -15289,13 +15317,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}:15292: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:15320: 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 15298 "configure" +#line 15326 "configure" #include "confdefs.h" #include <stdio.h> @@ -15324,21 +15352,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15327: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15355: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15330: \$? = $ac_status" >&5 + echo "$as_me:15358: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15333: \"$ac_try\"") >&5 + { (eval echo "$as_me:15361: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15336: \$? = $ac_status" >&5 + echo "$as_me:15364: \$? = $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}:15341: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:15369: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=yes cf_cv_library_file_gnutls="-lgnutls" @@ -15415,7 +15443,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 15418 "configure" +#line 15446 "configure" #include "confdefs.h" #include <stdio.h> int @@ -15427,16 +15455,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15430: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15458: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15433: \$? = $ac_status" >&5 + echo "$as_me:15461: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15436: \"$ac_try\"") >&5 + { (eval echo "$as_me:15464: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15439: \$? = $ac_status" >&5 + echo "$as_me:15467: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -15453,7 +15481,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}:15456: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:15484: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -15463,6 +15491,8 @@ echo "${as_me:-configure}:15456: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -15492,7 +15522,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}:15495: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:15525: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -15518,13 +15548,13 @@ do done LIBS="$cf_add_libs" - echo "$as_me:15521: checking for gnutls_rnd" >&5 + echo "$as_me:15551: 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 15527 "configure" +#line 15557 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gnutls_rnd (); below. */ @@ -15555,16 +15585,16 @@ f = gnutls_rnd; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15558: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15588: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15561: \$? = $ac_status" >&5 + echo "$as_me:15591: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15564: \"$ac_try\"") >&5 + { (eval echo "$as_me:15594: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15567: \$? = $ac_status" >&5 + echo "$as_me:15597: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gnutls_rnd=yes else @@ -15574,7 +15604,7 @@ ac_cv_func_gnutls_rnd=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:15577: result: $ac_cv_func_gnutls_rnd" >&5 +echo "$as_me:15607: 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 cat >>confdefs.h <<\EOF @@ -15603,10 +15633,10 @@ fi EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o" -echo "$as_me:15606: checking for X509 support" >&5 +echo "$as_me:15636: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 15609 "configure" +#line 15639 "configure" #include "confdefs.h" #include <stdio.h> @@ -15635,16 +15665,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:15638: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15668: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15641: \$? = $ac_status" >&5 + echo "$as_me:15671: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15644: \"$ac_try\"") >&5 + { (eval echo "$as_me:15674: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15647: \$? = $ac_status" >&5 + echo "$as_me:15677: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -15653,7 +15683,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:15656: result: $cf_x509_support" >&5 +echo "$as_me:15686: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -15670,12 +15700,12 @@ fi cf_cv_have_gnutls=no cf_cv_pkg_config_ssl=no - case "$cf_cv_use_libgnutls" in - (no) - ;; - (yes) - ;; - (*) +case "$cf_cv_use_libgnutls" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$cf_cv_use_libgnutls" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -15704,7 +15734,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 15707 "configure" +#line 15737 "configure" #include "confdefs.h" #include <stdio.h> int @@ -15716,16 +15746,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15719: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15749: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15722: \$? = $ac_status" >&5 + echo "$as_me:15752: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15725: \"$ac_try\"") >&5 + { (eval echo "$as_me:15755: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15728: \$? = $ac_status" >&5 + echo "$as_me:15758: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -15742,7 +15772,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}:15745: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:15775: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -15752,6 +15782,8 @@ echo "${as_me:-configure}:15745: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -15783,7 +15815,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 15786 "configure" +#line 15818 "configure" #include "confdefs.h" #include <stdio.h> int @@ -15795,16 +15827,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15798: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15830: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15801: \$? = $ac_status" >&5 + echo "$as_me:15833: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15804: \"$ac_try\"") >&5 + { (eval echo "$as_me:15836: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15807: \$? = $ac_status" >&5 + echo "$as_me:15839: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -15821,7 +15853,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}:15824: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:15856: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -15831,13 +15863,15 @@ echo "${as_me:-configure}:15824: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:15840: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:15874: 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 @@ -15862,7 +15896,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}:15865: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:15899: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -15891,7 +15925,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}:15894: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:15928: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -15900,14 +15934,14 @@ echo "${as_me:-configure}:15894: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:15903: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:15937: 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 done - ;; - esac + ;; +esac cf_pkg_gnutls=none if test "x$PKG_CONFIG" != xnone; then @@ -15918,12 +15952,12 @@ done (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}:15921: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5 +echo "${as_me:-configure}:15955: 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}:15926: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5 +echo "${as_me:-configure}:15960: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5 cf_cv_have_gnutls=yes cf_cv_pkg_config_ssl=yes @@ -16035,7 +16069,7 @@ fi esac test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6 -echo "${as_me:-configure}:16038: testing adding $cf_libs_ssl to LIBS ..." 1>&5 +echo "${as_me:-configure}:16072: testing adding $cf_libs_ssl to LIBS ..." 1>&5 cf_add_libs="$cf_libs_ssl" # Filter out duplicates - this happens with badly-designed ".pc" files... @@ -16057,7 +16091,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}:16060: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5 +echo "${as_me:-configure}:16094: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5 cf_pkg_gnutls=none fi @@ -16077,12 +16111,12 @@ EOF cf_cv_header_path_gnutls= cf_cv_library_path_gnutls= -echo "${as_me:-configure}:16080: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me:-configure}:16114: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16085 "configure" +#line 16119 "configure" #include "confdefs.h" #include <stdio.h> @@ -16111,16 +16145,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16114: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16148: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16117: \$? = $ac_status" >&5 + echo "$as_me:16151: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16120: \"$ac_try\"") >&5 + { (eval echo "$as_me:16154: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16123: \$? = $ac_status" >&5 + echo "$as_me:16157: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes @@ -16134,7 +16168,7 @@ cat conftest.$ac_ext >&5 LIBS="-lgnutls -lgnutls-openssl $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16137 "configure" +#line 16171 "configure" #include "confdefs.h" #include <stdio.h> @@ -16163,16 +16197,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16166: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16200: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16169: \$? = $ac_status" >&5 + echo "$as_me:16203: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16172: \"$ac_try\"") >&5 + { (eval echo "$as_me:16206: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16175: \$? = $ac_status" >&5 + echo "$as_me:16209: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes @@ -16189,9 +16223,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for gnutls library" 1>&6 -echo "${as_me:-configure}:16192: testing find linkage for gnutls library ..." 1>&5 +echo "${as_me:-configure}:16226: testing find linkage for gnutls library ..." 1>&5 -echo "${as_me:-configure}:16194: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me:-configure}:16228: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -16282,11 +16316,11 @@ 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}:16285: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:16319: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_gnutls" cat >conftest.$ac_ext <<_ACEOF -#line 16289 "configure" +#line 16323 "configure" #include "confdefs.h" #include <stdio.h> @@ -16315,21 +16349,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16318: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16352: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16321: \$? = $ac_status" >&5 + echo "$as_me:16355: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16324: \"$ac_try\"") >&5 + { (eval echo "$as_me:16358: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16327: \$? = $ac_status" >&5 + echo "$as_me:16361: \$? = $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}:16332: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:16366: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -16347,7 +16381,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_gnutls" = maybe ; then -echo "${as_me:-configure}:16350: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me:-configure}:16384: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -16422,13 +16456,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}:16425: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:16459: 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 16431 "configure" +#line 16465 "configure" #include "confdefs.h" #include <stdio.h> @@ -16457,21 +16491,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16460: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16494: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16463: \$? = $ac_status" >&5 + echo "$as_me:16497: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16466: \"$ac_try\"") >&5 + { (eval echo "$as_me:16500: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16469: \$? = $ac_status" >&5 + echo "$as_me:16503: \$? = $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}:16474: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me:-configure}:16508: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=yes cf_cv_library_file_gnutls="-lgnutls" @@ -16548,7 +16582,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 16551 "configure" +#line 16585 "configure" #include "confdefs.h" #include <stdio.h> int @@ -16560,16 +16594,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16563: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16597: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16566: \$? = $ac_status" >&5 + echo "$as_me:16600: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16569: \"$ac_try\"") >&5 + { (eval echo "$as_me:16603: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16572: \$? = $ac_status" >&5 + echo "$as_me:16606: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16586,7 +16620,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}:16589: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:16623: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -16596,6 +16630,8 @@ echo "${as_me:-configure}:16589: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -16625,7 +16661,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}:16628: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:16664: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -16651,13 +16687,13 @@ do done LIBS="$cf_add_libs" - echo "$as_me:16654: checking for gnutls_rnd" >&5 + echo "$as_me:16690: 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 16660 "configure" +#line 16696 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gnutls_rnd (); below. */ @@ -16688,16 +16724,16 @@ f = gnutls_rnd; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16691: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16727: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16694: \$? = $ac_status" >&5 + echo "$as_me:16730: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16697: \"$ac_try\"") >&5 + { (eval echo "$as_me:16733: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16700: \$? = $ac_status" >&5 + echo "$as_me:16736: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gnutls_rnd=yes else @@ -16707,7 +16743,7 @@ ac_cv_func_gnutls_rnd=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:16710: result: $ac_cv_func_gnutls_rnd" >&5 +echo "$as_me:16746: 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 cat >>confdefs.h <<\EOF @@ -16735,7 +16771,7 @@ LIBS="$cf_add_libs" fi if test "$cf_pkg_gnutls" = none ; then - echo "$as_me:16738: checking for SSL_connect in -lgnutls-openssl" >&5 + echo "$as_me:16774: 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 @@ -16743,7 +16779,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls-openssl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16746 "configure" +#line 16782 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16762,16 +16798,16 @@ SSL_connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16765: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16801: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16768: \$? = $ac_status" >&5 + echo "$as_me:16804: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16771: \"$ac_try\"") >&5 + { (eval echo "$as_me:16807: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16774: \$? = $ac_status" >&5 + echo "$as_me:16810: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gnutls_openssl_SSL_connect=yes else @@ -16782,7 +16818,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16785: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5 +echo "$as_me:16821: 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 @@ -16803,7 +16839,7 @@ done LIBS="$cf_add_libs" else - echo "$as_me:16806: checking for SSL_connect in -lgnutls-extra" >&5 + echo "$as_me:16842: 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 @@ -16811,7 +16847,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls-extra $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16814 "configure" +#line 16850 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16830,16 +16866,16 @@ SSL_connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16833: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16869: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16836: \$? = $ac_status" >&5 + echo "$as_me:16872: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16839: \"$ac_try\"") >&5 + { (eval echo "$as_me:16875: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16842: \$? = $ac_status" >&5 + echo "$as_me:16878: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gnutls_extra_SSL_connect=yes else @@ -16850,7 +16886,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16853: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5 +echo "$as_me:16889: 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 @@ -16871,7 +16907,7 @@ done LIBS="$cf_add_libs" else - { { echo "$as_me:16874: error: cannot find gnutls openssl functions" >&5 + { { echo "$as_me:16910: error: cannot find gnutls openssl functions" >&5 echo "$as_me: error: cannot find gnutls openssl functions" >&2;} { (exit 1); exit 1; }; } fi @@ -16880,10 +16916,10 @@ fi fi -echo "$as_me:16883: checking for X509 support" >&5 +echo "$as_me:16919: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 16886 "configure" +#line 16922 "configure" #include "confdefs.h" #include <stdio.h> @@ -16912,16 +16948,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:16915: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16951: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16918: \$? = $ac_status" >&5 + echo "$as_me:16954: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16921: \"$ac_try\"") >&5 + { (eval echo "$as_me:16957: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16924: \$? = $ac_status" >&5 + echo "$as_me:16960: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -16930,7 +16966,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:16933: result: $cf_x509_support" >&5 +echo "$as_me:16969: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -16962,7 +16998,7 @@ case "$cf_cv_use_libnss_compat" in ;; (yes) -echo "$as_me:16965: checking for SSL_get_version in -lnss_compat_ossl" >&5 +echo "$as_me:17001: 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 @@ -16970,7 +17006,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnss_compat_ossl -lnss_compat_ossl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16973 "configure" +#line 17009 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16989,16 +17025,16 @@ SSL_get_version (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16992: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17028: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16995: \$? = $ac_status" >&5 + echo "$as_me:17031: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16998: \"$ac_try\"") >&5 + { (eval echo "$as_me:17034: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17001: \$? = $ac_status" >&5 + echo "$as_me:17037: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nss_compat_ossl_SSL_get_version=yes else @@ -17009,7 +17045,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17012: result: $ac_cv_lib_nss_compat_ossl_SSL_get_version" >&5 +echo "$as_me:17048: 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 @@ -17024,11 +17060,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}:17027: testing assume it is in $cf_ssl_root ..." 1>&5 +echo "${as_me:-configure}:17063: 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:17031: error: cannot find NSS compilant libraries" >&5 + { { echo "$as_me:17067: error: cannot find NSS compilant libraries" >&5 echo "$as_me: error: cannot find NSS compilant libraries" >&2;} { (exit 1); exit 1; }; } fi @@ -17043,13 +17079,13 @@ fi elif test -d $cf_cv_use_libnss_compat/../include ; then cf_ssl_root=$cf_cv_use_libnss_compat/.. else - { { echo "$as_me:17046: error: cannot find NSS compilant library under $cf_cv_use_libnss_compat" >&5 + { { echo "$as_me:17082: error: cannot find NSS compilant library under $cf_cv_use_libnss_compat" >&5 echo "$as_me: error: cannot find NSS compilant 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:17052: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5 + { echo "$as_me:17088: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5 echo "$as_me: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&2;} fi ;; @@ -17158,10 +17194,10 @@ if test -n "$cf_new_extra_cppflags" ; then fi if test "$cf_ssl_subincs" = yes ; then -echo "$as_me:17161: checking for NSS compilant include directory" >&5 +echo "$as_me:17197: checking for NSS compilant include directory" >&5 echo $ECHO_N "checking for NSS compilant include directory... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 17164 "configure" +#line 17200 "configure" #include "confdefs.h" #include <stdio.h> @@ -17175,16 +17211,16 @@ SSL_shutdown((SSL *)0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17178: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17214: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17181: \$? = $ac_status" >&5 + echo "$as_me:17217: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17184: \"$ac_try\"") >&5 + { (eval echo "$as_me:17220: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17187: \$? = $ac_status" >&5 + echo "$as_me:17223: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_ssl_incl=yes else @@ -17193,7 +17229,7 @@ cat conftest.$ac_ext >&5 cf_ssl_incl=no fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:17196: result: $cf_ssl_incl" >&5 +echo "$as_me:17232: result: $cf_ssl_incl" >&5 echo "${ECHO_T}$cf_ssl_incl" >&6 test "$cf_ssl_incl" = yes && cat >>confdefs.h <<\EOF @@ -17202,10 +17238,10 @@ EOF fi -echo "$as_me:17205: checking if we can link to NSS compilant library" >&5 +echo "$as_me:17241: checking if we can link to NSS compilant library" >&5 echo $ECHO_N "checking if we can link to NSS compilant library... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 17208 "configure" +#line 17244 "configure" #include "confdefs.h" #include <stdio.h> @@ -17224,16 +17260,16 @@ SSL_shutdown((SSL *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17227: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17263: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17230: \$? = $ac_status" >&5 + echo "$as_me:17266: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17233: \"$ac_try\"") >&5 + { (eval echo "$as_me:17269: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17236: \$? = $ac_status" >&5 + echo "$as_me:17272: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_ssl_library=yes else @@ -17242,7 +17278,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:17245: result: $cf_ssl_library" >&5 +echo "$as_me:17281: result: $cf_ssl_library" >&5 echo "${ECHO_T}$cf_ssl_library" >&6 if test "$cf_ssl_library" = yes ; then @@ -17255,7 +17291,7 @@ cat >>confdefs.h <<\EOF EOF else - { { echo "$as_me:17258: error: Cannot link with NSS compilant libraries" >&5 + { { echo "$as_me:17294: error: Cannot link with NSS compilant libraries" >&5 echo "$as_me: error: Cannot link with NSS compilant libraries" >&2;} { (exit 1); exit 1; }; } fi @@ -17263,28 +17299,28 @@ fi fi ### check for ipv6 support -echo "$as_me:17266: checking whether to enable ipv6" >&5 +echo "$as_me:17302: 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. if test "${enable_ipv6+set}" = set; then enableval="$enable_ipv6" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then cat >>confdefs.h <<\EOF #define ENABLE_IPV6 1 EOF - fi + fi else enableval=no fi; -echo "$as_me:17283: result: $enableval" >&5 +echo "$as_me:17319: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 if test "$enableval" = "yes"; then -echo "$as_me:17287: checking ipv6 stack type" >&5 +echo "$as_me:17323: 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 @@ -17305,7 +17341,7 @@ do ;; (inria) cat >conftest.$ac_ext <<_ACEOF -#line 17308 "configure" +#line 17344 "configure" #include "confdefs.h" #include <netinet/in.h> @@ -17322,7 +17358,7 @@ rm -rf conftest* ;; (kame) cat >conftest.$ac_ext <<_ACEOF -#line 17325 "configure" +#line 17361 "configure" #include "confdefs.h" #include <netinet/in.h> @@ -17339,7 +17375,7 @@ rm -rf conftest* ;; (linux-glibc) cat >conftest.$ac_ext <<_ACEOF -#line 17342 "configure" +#line 17378 "configure" #include "confdefs.h" #include <features.h> @@ -17365,7 +17401,7 @@ rm -rf conftest* ;; (toshiba) cat >conftest.$ac_ext <<_ACEOF -#line 17368 "configure" +#line 17404 "configure" #include "confdefs.h" #include <sys/param.h> @@ -17382,7 +17418,7 @@ rm -rf conftest* ;; (v6d) cat >conftest.$ac_ext <<_ACEOF -#line 17385 "configure" +#line 17421 "configure" #include "confdefs.h" #include </usr/local/v6/include/sys/v6config.h> @@ -17399,7 +17435,7 @@ rm -rf conftest* ;; (zeta) cat >conftest.$ac_ext <<_ACEOF -#line 17402 "configure" +#line 17438 "configure" #include "confdefs.h" #include <sys/param.h> @@ -17421,13 +17457,13 @@ rm -rf conftest* done fi -echo "$as_me:17424: result: $cf_cv_ipv6type" >&5 +echo "$as_me:17460: result: $cf_cv_ipv6type" >&5 echo "${ECHO_T}$cf_cv_ipv6type" >&6 cf_ipv6lib=none cf_ipv6dir=none -echo "$as_me:17430: checking for IPv6 library if required" >&5 +echo "$as_me:17466: 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) @@ -17457,13 +17493,13 @@ case $cf_cv_ipv6type in cf_ipv6dir=v6 ;; esac -echo "$as_me:17460: result: $cf_ipv6lib" >&5 +echo "$as_me:17496: result: $cf_ipv6lib" >&5 echo "${ECHO_T}$cf_ipv6lib" >&6 if test "$cf_ipv6lib" != "none"; then cat >conftest.$ac_ext <<_ACEOF -#line 17466 "configure" +#line 17502 "configure" #include "confdefs.h" #include <sys/types.h> @@ -17479,16 +17515,16 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17482: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17518: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17485: \$? = $ac_status" >&5 + echo "$as_me:17521: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17488: \"$ac_try\"") >&5 + { (eval echo "$as_me:17524: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17491: \$? = $ac_status" >&5 + echo "$as_me:17527: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -17606,7 +17642,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 17609 "configure" +#line 17645 "configure" #include "confdefs.h" #include <stdio.h> int @@ -17618,16 +17654,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17621: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17657: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17624: \$? = $ac_status" >&5 + echo "$as_me:17660: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17627: \"$ac_try\"") >&5 + { (eval echo "$as_me:17663: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17630: \$? = $ac_status" >&5 + echo "$as_me:17666: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -17644,7 +17680,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}:17647: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:17683: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -17654,6 +17690,8 @@ echo "${as_me:-configure}:17647: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -17670,13 +17708,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:17673: checking for getaddrinfo" >&5 + echo "$as_me:17711: 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 17679 "configure" +#line 17717 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getaddrinfo (); below. */ @@ -17707,16 +17745,16 @@ f = getaddrinfo; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17710: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17748: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17713: \$? = $ac_status" >&5 + echo "$as_me:17751: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17716: \"$ac_try\"") >&5 + { (eval echo "$as_me:17754: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17719: \$? = $ac_status" >&5 + echo "$as_me:17757: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_getaddrinfo=yes else @@ -17726,18 +17764,18 @@ ac_cv_func_getaddrinfo=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17729: result: $ac_cv_func_getaddrinfo" >&5 +echo "$as_me:17767: 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:17736: checking for getaddrinfo in -l$cf_ipv6lib" >&5 + echo "$as_me:17774: 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 17740 "configure" +#line 17778 "configure" #include "confdefs.h" #include <sys/types.h> @@ -17753,25 +17791,25 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17756: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17794: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17759: \$? = $ac_status" >&5 + echo "$as_me:17797: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17762: \"$ac_try\"") >&5 + { (eval echo "$as_me:17800: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17765: \$? = $ac_status" >&5 + echo "$as_me:17803: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17767: result: yes" >&5 + echo "$as_me:17805: 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:17774: result: no" >&5 +echo "$as_me:17812: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -17839,11 +17877,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:17842: checking for -l$cf_ipv6lib in $cf_libdir" >&5 + echo "$as_me:17880: 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 17846 "configure" +#line 17884 "configure" #include "confdefs.h" #include <sys/types.h> @@ -17859,25 +17897,25 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17862: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17900: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17865: \$? = $ac_status" >&5 + echo "$as_me:17903: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17868: \"$ac_try\"") >&5 + { (eval echo "$as_me:17906: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17871: \$? = $ac_status" >&5 + echo "$as_me:17909: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17873: result: yes" >&5 + echo "$as_me:17911: 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:17880: result: no" >&5 +echo "$as_me:17918: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -17892,7 +17930,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_ipv6lib if test $cf_found_library = no ; then - { { echo "$as_me:17895: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a + { { echo "$as_me:17933: 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;} @@ -17900,7 +17938,7 @@ from an appropriate IPv6 kit and compile beforehand." >&2;} fi fi -echo "$as_me:17903: checking working getaddrinfo" >&5 +echo "$as_me:17941: 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 @@ -17910,7 +17948,7 @@ if test "$cross_compiling" = yes; then cf_cv_getaddrinfo=unknown else cat >conftest.$ac_ext <<_ACEOF -#line 17913 "configure" +#line 17951 "configure" #include "confdefs.h" #include <sys/types.h> @@ -17990,15 +18028,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:17993: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18031: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17996: \$? = $ac_status" >&5 + echo "$as_me:18034: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:17998: \"$ac_try\"") >&5 + { (eval echo "$as_me:18036: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18001: \$? = $ac_status" >&5 + echo "$as_me:18039: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_getaddrinfo=yes else @@ -18011,7 +18049,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:18014: result: $cf_cv_getaddrinfo" >&5 +echo "$as_me:18052: result: $cf_cv_getaddrinfo" >&5 echo "${ECHO_T}$cf_cv_getaddrinfo" >&6 if test "$cf_cv_getaddrinfo" = yes ; then @@ -18027,12 +18065,12 @@ fi if test "$cf_cv_getaddrinfo" != "yes"; then if test "$cf_cv_ipv6type" != "linux"; then - { echo "$as_me:18030: WARNING: You must get working getaddrinfo() function, + { echo "$as_me:18068: 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:18035: WARNING: The getaddrinfo() implementation on your system seems be buggy. + { echo "$as_me:18073: 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. @@ -18043,7 +18081,7 @@ fi fi -echo "$as_me:18046: checking for screen type" >&5 +echo "$as_me:18084: 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 @@ -18057,7 +18095,7 @@ case $withval in (curses|ncurses*|pdcurses|slang) cf_cv_screen=$withval ;; -(*) { { echo "$as_me:18060: error: Unexpected value $withval" >&5 +(*) { { echo "$as_me:18098: error: Unexpected value $withval" >&5 echo "$as_me: error: Unexpected value $withval" >&2;} { (exit 1); exit 1; }; } ;; @@ -18066,13 +18104,13 @@ else cf_cv_screen=curses fi; fi -echo "$as_me:18069: result: $cf_cv_screen" >&5 +echo "$as_me:18107: result: $cf_cv_screen" >&5 echo "${ECHO_T}$cf_cv_screen" >&6 case $cf_cv_screen in (curses|ncurses*) -echo "$as_me:18075: checking for specific curses-directory" >&5 +echo "$as_me:18113: 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. @@ -18082,7 +18120,7 @@ if test "${with_curses_dir+set}" = set; then else cf_cv_curses_dir=no fi; -echo "$as_me:18085: result: $cf_cv_curses_dir" >&5 +echo "$as_me:18123: 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" ) @@ -18113,7 +18151,7 @@ case ".$withval" in withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:18116: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:18154: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -18146,7 +18184,7 @@ if test -n "$cf_cv_curses_dir/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 18149 "configure" +#line 18187 "configure" #include "confdefs.h" #include <stdio.h> int @@ -18158,16 +18196,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18161: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18199: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18164: \$? = $ac_status" >&5 + echo "$as_me:18202: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18167: \"$ac_try\"") >&5 + { (eval echo "$as_me:18205: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18170: \$? = $ac_status" >&5 + echo "$as_me:18208: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -18184,7 +18222,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}:18187: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:18225: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -18194,6 +18232,8 @@ echo "${as_me:-configure}:18187: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -18218,7 +18258,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}:18221: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:18261: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -18237,7 +18277,7 @@ dft_color_style=yes case $cf_cv_screen in (curses) -echo "$as_me:18240: checking for extra include directories" >&5 +echo "$as_me:18280: 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 @@ -18263,11 +18303,11 @@ case $host_os in esac fi -echo "$as_me:18266: result: $cf_cv_curses_incdir" >&5 +echo "$as_me:18306: result: $cf_cv_curses_incdir" >&5 echo "${ECHO_T}$cf_cv_curses_incdir" >&6 test "$cf_cv_curses_incdir" != no && CPPFLAGS="$CPPFLAGS $cf_cv_curses_incdir" -echo "$as_me:18270: checking if we have identified curses headers" >&5 +echo "$as_me:18310: 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 @@ -18279,7 +18319,7 @@ for cf_header in \ curses.h ncurses/ncurses.h ncurses/curses.h do cat >conftest.$ac_ext <<_ACEOF -#line 18282 "configure" +#line 18322 "configure" #include "confdefs.h" #include <${cf_header}> int @@ -18291,16 +18331,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18294: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18334: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18297: \$? = $ac_status" >&5 + echo "$as_me:18337: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18300: \"$ac_try\"") >&5 + { (eval echo "$as_me:18340: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18303: \$? = $ac_status" >&5 + echo "$as_me:18343: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_header=$cf_header; break else @@ -18311,11 +18351,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:18314: result: $cf_cv_ncurses_header" >&5 +echo "$as_me:18354: 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:18318: error: No curses header-files found" >&5 + { { echo "$as_me:18358: error: No curses header-files found" >&5 echo "$as_me: error: No curses header-files found" >&2;} { (exit 1); exit 1; }; } fi @@ -18325,23 +18365,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:18328: checking for $ac_header" >&5 +echo "$as_me:18368: 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 18334 "configure" +#line 18374 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:18338: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:18378: \"$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:18344: \$? = $ac_status" >&5 + echo "$as_me:18384: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -18360,7 +18400,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:18363: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:18403: 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 @@ -18370,7 +18410,7 @@ EOF fi done -echo "$as_me:18373: checking for terminfo header" >&5 +echo "$as_me:18413: 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 @@ -18388,7 +18428,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 18391 "configure" +#line 18431 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header:-curses.h}> @@ -18403,16 +18443,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18406: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18446: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18409: \$? = $ac_status" >&5 + echo "$as_me:18449: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18412: \"$ac_try\"") >&5 + { (eval echo "$as_me:18452: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18415: \$? = $ac_status" >&5 + echo "$as_me:18455: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -18428,7 +18468,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:18431: result: $cf_cv_term_header" >&5 +echo "$as_me:18471: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -18460,7 +18500,7 @@ EOF ;; esac -echo "$as_me:18463: checking for ncurses version" >&5 +echo "$as_me:18503: 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 @@ -18486,10 +18526,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:18489: \"$cf_try\"") >&5 + { (eval echo "$as_me:18529: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:18492: \$? = $ac_status" >&5 + echo "$as_me:18532: \$? = $ac_status" >&5 (exit $ac_status); } if test -f conftest.out ; then cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'` @@ -18499,7 +18539,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 18502 "configure" +#line 18542 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -18524,15 +18564,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:18527: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18567: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18530: \$? = $ac_status" >&5 + echo "$as_me:18570: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:18532: \"$ac_try\"") >&5 + { (eval echo "$as_me:18572: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18535: \$? = $ac_status" >&5 + echo "$as_me:18575: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -18546,17 +18586,17 @@ fi rm -f $cf_tempfile fi -echo "$as_me:18549: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:18589: 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:18556: checking if we have identified curses libraries" >&5 +echo "$as_me:18596: 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 18559 "configure" +#line 18599 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -18568,16 +18608,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18571: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18611: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18574: \$? = $ac_status" >&5 + echo "$as_me:18614: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18577: \"$ac_try\"") >&5 + { (eval echo "$as_me:18617: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18580: \$? = $ac_status" >&5 + echo "$as_me:18620: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -18586,13 +18626,13 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:18589: result: $cf_result" >&5 +echo "$as_me:18629: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = no ; then case $host_os in (freebsd*) - echo "$as_me:18595: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:18635: 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 @@ -18600,7 +18640,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18603 "configure" +#line 18643 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18619,16 +18659,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18622: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18662: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18625: \$? = $ac_status" >&5 + echo "$as_me:18665: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18628: \"$ac_try\"") >&5 + { (eval echo "$as_me:18668: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18631: \$? = $ac_status" >&5 + echo "$as_me:18671: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -18639,7 +18679,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18642: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:18682: 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 @@ -18661,7 +18701,7 @@ LIBS="$cf_add_libs" fi - ;; + ;; (hpux10.*) # Looking at HPUX 10.20, the Hcurses library is the oldest (1997), cur_colr # next (1998), and xcurses "newer" (2000). There is no header file for @@ -18669,7 +18709,7 @@ fi # term.h) for cur_colr if test "x$cf_cv_screen" = "xcurses_colr" then - echo "$as_me:18672: checking for initscr in -lcur_colr" >&5 + echo "$as_me:18712: 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 @@ -18677,7 +18717,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcur_colr $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18680 "configure" +#line 18720 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18696,16 +18736,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18699: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18739: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18702: \$? = $ac_status" >&5 + echo "$as_me:18742: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18705: \"$ac_try\"") >&5 + { (eval echo "$as_me:18745: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18708: \$? = $ac_status" >&5 + echo "$as_me:18748: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_cur_colr_initscr=yes else @@ -18716,7 +18756,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18719: result: $ac_cv_lib_cur_colr_initscr" >&5 +echo "$as_me:18759: 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 @@ -18740,7 +18780,7 @@ LIBS="$cf_add_libs" else - echo "$as_me:18743: checking for initscr in -lHcurses" >&5 + echo "$as_me:18783: 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 @@ -18748,7 +18788,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lHcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18751 "configure" +#line 18791 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18767,16 +18807,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18770: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18810: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18773: \$? = $ac_status" >&5 + echo "$as_me:18813: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18776: \"$ac_try\"") >&5 + { (eval echo "$as_me:18816: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18779: \$? = $ac_status" >&5 + echo "$as_me:18819: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Hcurses_initscr=yes else @@ -18787,7 +18827,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18790: result: $ac_cv_lib_Hcurses_initscr" >&5 +echo "$as_me:18830: 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 @@ -18843,7 +18883,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}:18846: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:18886: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -18872,7 +18912,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}:18875: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:18915: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -18903,7 +18943,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}:18906: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:18946: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -18938,7 +18978,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}:18941: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:18981: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -18963,9 +19003,9 @@ done LIBS="$cf_add_libs" fi - fi - ac_cv_func_initscr=yes - ;; + fi + ac_cv_func_initscr=yes + ;; esac if test ".$ac_cv_func_initscr" != .yes ; then @@ -18982,13 +19022,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:18985: checking for tgoto" >&5 + echo "$as_me:19025: 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 18991 "configure" +#line 19031 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char tgoto (); below. */ @@ -19019,16 +19059,16 @@ f = tgoto; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19022: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19062: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19025: \$? = $ac_status" >&5 + echo "$as_me:19065: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19028: \"$ac_try\"") >&5 + { (eval echo "$as_me:19068: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19031: \$? = $ac_status" >&5 + echo "$as_me:19071: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_tgoto=yes else @@ -19038,7 +19078,7 @@ ac_cv_func_tgoto=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19041: result: $ac_cv_func_tgoto" >&5 +echo "$as_me:19081: 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 @@ -19047,7 +19087,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:19050: checking for tgoto in -l$cf_term_lib" >&5 +echo "$as_me:19090: 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 @@ -19055,7 +19095,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_term_lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19058 "configure" +#line 19098 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -19074,16 +19114,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19077: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19117: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19080: \$? = $ac_status" >&5 + echo "$as_me:19120: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19083: \"$ac_try\"") >&5 + { (eval echo "$as_me:19123: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19086: \$? = $ac_status" >&5 + echo "$as_me:19126: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Lib=yes" else @@ -19094,7 +19134,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:19097: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "$as_me:19137: 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 break @@ -19113,7 +19153,7 @@ fi for cf_curs_lib in $cf_check_list xcurses jcurses pdcurses unknown do as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh` -echo "$as_me:19116: checking for initscr in -l$cf_curs_lib" >&5 +echo "$as_me:19156: checking for initscr in -l$cf_curs_lib" >&5 echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6 if eval "test \"\${$as_ac_Lib+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19121,7 +19161,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_curs_lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19124 "configure" +#line 19164 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -19140,16 +19180,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19143: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19183: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19146: \$? = $ac_status" >&5 + echo "$as_me:19186: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19149: \"$ac_try\"") >&5 + { (eval echo "$as_me:19189: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19152: \$? = $ac_status" >&5 + echo "$as_me:19192: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Lib=yes" else @@ -19160,7 +19200,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:19163: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "$as_me:19203: 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 break @@ -19168,16 +19208,16 @@ fi done fi - test $cf_curs_lib = unknown && { { echo "$as_me:19171: error: no curses library found" >&5 + test $cf_curs_lib = unknown && { { echo "$as_me:19211: error: no curses library found" >&5 echo "$as_me: error: no curses library found" >&2;} { (exit 1); exit 1; }; } LIBS="-l$cf_curs_lib $cf_save_LIBS" if test "$cf_term_lib" = unknown ; then - echo "$as_me:19177: checking if we can link with $cf_curs_lib library" >&5 + echo "$as_me:19217: 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 19180 "configure" +#line 19220 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -19189,16 +19229,16 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19192: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19232: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19195: \$? = $ac_status" >&5 + echo "$as_me:19235: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19198: \"$ac_try\"") >&5 + { (eval echo "$as_me:19238: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19201: \$? = $ac_status" >&5 + echo "$as_me:19241: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -19207,18 +19247,18 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:19210: result: $cf_result" >&5 + echo "$as_me:19250: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 - test $cf_result = no && { { echo "$as_me:19212: error: Cannot link curses library" >&5 + test $cf_result = no && { { echo "$as_me:19252: error: Cannot link curses library" >&5 echo "$as_me: error: Cannot link curses library" >&2;} { (exit 1); exit 1; }; } elif test "$cf_curs_lib" = "$cf_term_lib" ; then : elif test "$cf_term_lib" != predefined ; then - echo "$as_me:19218: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 + echo "$as_me:19258: 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 19221 "configure" +#line 19261 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -19230,16 +19270,16 @@ initscr(); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19233: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19273: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19236: \$? = $ac_status" >&5 + echo "$as_me:19276: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19239: \"$ac_try\"") >&5 + { (eval echo "$as_me:19279: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19242: \$? = $ac_status" >&5 + echo "$as_me:19282: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=no else @@ -19248,7 +19288,7 @@ cat conftest.$ac_ext >&5 LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19251 "configure" +#line 19291 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -19260,16 +19300,16 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19263: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19303: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19266: \$? = $ac_status" >&5 + echo "$as_me:19306: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19269: \"$ac_try\"") >&5 + { (eval echo "$as_me:19309: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19272: \$? = $ac_status" >&5 + echo "$as_me:19312: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -19281,13 +19321,13 @@ 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:19284: result: $cf_result" >&5 + echo "$as_me:19324: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 fi fi fi -echo "$as_me:19290: checking for curses performance tradeoff" >&5 +echo "$as_me:19330: 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 @@ -19295,7 +19335,7 @@ else cf_cv_curs_performance=no cat >conftest.$ac_ext <<_ACEOF -#line 19298 "configure" +#line 19338 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -19314,20 +19354,20 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19317: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19357: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19320: \$? = $ac_status" >&5 + echo "$as_me:19360: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19323: \"$ac_try\"") >&5 + { (eval echo "$as_me:19363: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19326: \$? = $ac_status" >&5 + echo "$as_me:19366: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 19330 "configure" +#line 19370 "configure" #include "confdefs.h" #define CURS_PERFORMANCE @@ -19347,16 +19387,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19350: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19390: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19353: \$? = $ac_status" >&5 + echo "$as_me:19393: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19356: \"$ac_try\"") >&5 + { (eval echo "$as_me:19396: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19359: \$? = $ac_status" >&5 + echo "$as_me:19399: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_performance=yes else @@ -19371,21 +19411,21 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:19374: result: $cf_cv_curs_performance" >&5 +echo "$as_me:19414: 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:19381: checking for curses touchline function" >&5 +echo "$as_me:19421: 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 19388 "configure" +#line 19428 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -19398,23 +19438,23 @@ touchline(stdscr, 1,2,3); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19401: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19441: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19404: \$? = $ac_status" >&5 + echo "$as_me:19444: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19407: \"$ac_try\"") >&5 + { (eval echo "$as_me:19447: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19410: \$? = $ac_status" >&5 + echo "$as_me:19450: \$? = $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 19417 "configure" +#line 19457 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -19427,16 +19467,16 @@ touchline(stdscr, 1,2); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19430: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19470: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19433: \$? = $ac_status" >&5 + echo "$as_me:19473: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19436: \"$ac_try\"") >&5 + { (eval echo "$as_me:19476: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19439: \$? = $ac_status" >&5 + echo "$as_me:19479: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_touchline=sysv else @@ -19448,7 +19488,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:19451: result: $cf_cv_curs_touchline" >&5 +echo "$as_me:19491: result: $cf_cv_curs_touchline" >&5 echo "${ECHO_T}$cf_cv_curs_touchline" >&6 case "$cf_cv_curs_touchline" in (bsd) @@ -19470,7 +19510,7 @@ esac ;; (ncursesw*) -echo "$as_me:19473: checking for multibyte character support" >&5 +echo "$as_me:19513: 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 @@ -19478,7 +19518,7 @@ else cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19481 "configure" +#line 19521 "configure" #include "confdefs.h" #include <stdlib.h> @@ -19491,16 +19531,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19494: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19534: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19497: \$? = $ac_status" >&5 + echo "$as_me:19537: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19500: \"$ac_try\"") >&5 + { (eval echo "$as_me:19540: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19503: \$? = $ac_status" >&5 + echo "$as_me:19543: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_utf8_lib=yes else @@ -19512,12 +19552,12 @@ cat conftest.$ac_ext >&5 cf_cv_header_path_utf8= cf_cv_library_path_utf8= -echo "${as_me:-configure}:19515: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 +echo "${as_me:-configure}:19555: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19520 "configure" +#line 19560 "configure" #include "confdefs.h" #include <libutf8.h> @@ -19530,16 +19570,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19533: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19573: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19536: \$? = $ac_status" >&5 + echo "$as_me:19576: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19539: \"$ac_try\"") >&5 + { (eval echo "$as_me:19579: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19542: \$? = $ac_status" >&5 + echo "$as_me:19582: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_utf8=yes @@ -19553,7 +19593,7 @@ cat conftest.$ac_ext >&5 LIBS="-lutf8 $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19556 "configure" +#line 19596 "configure" #include "confdefs.h" #include <libutf8.h> @@ -19566,16 +19606,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19569: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19609: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19572: \$? = $ac_status" >&5 + echo "$as_me:19612: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19575: \"$ac_try\"") >&5 + { (eval echo "$as_me:19615: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19578: \$? = $ac_status" >&5 + echo "$as_me:19618: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_utf8=yes @@ -19592,9 +19632,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 -echo "${as_me:-configure}:19595: testing find linkage for utf8 library ..." 1>&5 +echo "${as_me:-configure}:19635: testing find linkage for utf8 library ..." 1>&5 -echo "${as_me:-configure}:19597: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 +echo "${as_me:-configure}:19637: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -19685,11 +19725,11 @@ 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}:19688: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 +echo "${as_me:-configure}:19728: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" cat >conftest.$ac_ext <<_ACEOF -#line 19692 "configure" +#line 19732 "configure" #include "confdefs.h" #include <libutf8.h> @@ -19702,21 +19742,21 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19705: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19745: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19708: \$? = $ac_status" >&5 + echo "$as_me:19748: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19711: \"$ac_try\"") >&5 + { (eval echo "$as_me:19751: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19714: \$? = $ac_status" >&5 + echo "$as_me:19754: \$? = $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}:19719: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 +echo "${as_me:-configure}:19759: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 cf_cv_find_linkage_utf8=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -19734,7 +19774,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_utf8" = maybe ; then -echo "${as_me:-configure}:19737: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 +echo "${as_me:-configure}:19777: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -19809,13 +19849,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}:19812: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 +echo "${as_me:-configure}:19852: 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 19818 "configure" +#line 19858 "configure" #include "confdefs.h" #include <libutf8.h> @@ -19828,21 +19868,21 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19831: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19871: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19834: \$? = $ac_status" >&5 + echo "$as_me:19874: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19837: \"$ac_try\"") >&5 + { (eval echo "$as_me:19877: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19840: \$? = $ac_status" >&5 + echo "$as_me:19880: \$? = $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}:19845: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 +echo "${as_me:-configure}:19885: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 cf_cv_find_linkage_utf8=yes cf_cv_library_file_utf8="-lutf8" @@ -19884,7 +19924,7 @@ fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19887: result: $cf_cv_utf8_lib" >&5 +echo "$as_me:19927: 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 @@ -19919,7 +19959,7 @@ if test -n "$cf_cv_header_path_utf8" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 19922 "configure" +#line 19962 "configure" #include "confdefs.h" #include <stdio.h> int @@ -19931,16 +19971,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19934: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19974: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19937: \$? = $ac_status" >&5 + echo "$as_me:19977: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19940: \"$ac_try\"") >&5 + { (eval echo "$as_me:19980: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19943: \$? = $ac_status" >&5 + echo "$as_me:19983: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -19957,7 +19997,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}:19960: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:20000: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -19967,6 +20007,8 @@ echo "${as_me:-configure}:19960: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -19991,7 +20033,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}:19994: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:20036: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -20020,14 +20062,14 @@ fi cf_ncuconfig_root=$cf_cv_screen cf_have_ncuconfig=no -if test "x$PKG_CONFIG" != xnone; then - echo "$as_me:20024: checking pkg-config for $cf_ncuconfig_root" >&5 +if test "x${PKG_CONFIG:=none}" != xnone; then + echo "$as_me:20066: 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:20027: result: yes" >&5 + echo "$as_me:20069: result: yes" >&5 echo "${ECHO_T}yes" >&6 - echo "$as_me:20030: checking if the $cf_ncuconfig_root package files work" >&5 + echo "$as_me:20072: 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 @@ -20053,7 +20095,7 @@ done LIBS="$cf_add_libs" cat >conftest.$ac_ext <<_ACEOF -#line 20056 "configure" +#line 20098 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -20065,39 +20107,37 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20068: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20110: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20071: \$? = $ac_status" >&5 + echo "$as_me:20113: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20074: \"$ac_try\"") >&5 + { (eval echo "$as_me:20116: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20077: \$? = $ac_status" >&5 + echo "$as_me:20119: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test "$cross_compiling" = yes; then - { { echo "$as_me:20080: 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; }; } + cf_have_ncuconfig=maybe else cat >conftest.$ac_ext <<_ACEOF -#line 20085 "configure" +#line 20125 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int main(void) { char *xx = curses_version(); return (xx == 0); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20092: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20132: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20095: \$? = $ac_status" >&5 + echo "$as_me:20135: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20097: \"$ac_try\"") >&5 + { (eval echo "$as_me:20137: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20100: \$? = $ac_status" >&5 + echo "$as_me:20140: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_have_ncuconfig=yes else @@ -20114,9 +20154,9 @@ cat conftest.$ac_ext >&5 cf_have_ncuconfig=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - - echo "$as_me:20118: result: $cf_have_ncuconfig" >&5 + echo "$as_me:20157: 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" then CPPFLAGS="$cf_save_CPPFLAGS" @@ -20132,7 +20172,7 @@ EOF fi else - echo "$as_me:20135: result: no" >&5 + echo "$as_me:20175: result: no" >&5 echo "${ECHO_T}no" >&6 NCURSES_CONFIG_PKG=none fi @@ -20148,7 +20188,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:20151: checking for $ac_word" >&5 +echo "$as_me:20191: 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 @@ -20163,7 +20203,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:20166: found $ac_dir/$ac_word" >&5 +echo "$as_me:20206: found $ac_dir/$ac_word" >&5 break done @@ -20171,10 +20211,10 @@ fi fi NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG if test -n "$NCURSES_CONFIG"; then - echo "$as_me:20174: result: $NCURSES_CONFIG" >&5 + echo "$as_me:20214: result: $NCURSES_CONFIG" >&5 echo "${ECHO_T}$NCURSES_CONFIG" >&6 else - echo "$as_me:20177: result: no" >&5 + echo "$as_me:20217: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -20187,7 +20227,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:20190: checking for $ac_word" >&5 +echo "$as_me:20230: 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 @@ -20202,7 +20242,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:20205: found $ac_dir/$ac_word" >&5 +echo "$as_me:20245: found $ac_dir/$ac_word" >&5 break done @@ -20210,10 +20250,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:20213: result: $ac_ct_NCURSES_CONFIG" >&5 + echo "$as_me:20253: result: $ac_ct_NCURSES_CONFIG" >&5 echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6 else - echo "$as_me:20216: result: no" >&5 + echo "$as_me:20256: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -20246,7 +20286,7 @@ LIBS="$cf_add_libs" # even with config script, some packages use no-override for curses.h -echo "$as_me:20249: checking if we have identified curses headers" >&5 +echo "$as_me:20289: 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 @@ -20258,7 +20298,7 @@ for cf_header in \ curses.h $cf_cv_screen/curses.h do cat >conftest.$ac_ext <<_ACEOF -#line 20261 "configure" +#line 20301 "configure" #include "confdefs.h" #include <${cf_header}> int @@ -20270,16 +20310,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20273: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20313: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20276: \$? = $ac_status" >&5 + echo "$as_me:20316: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20279: \"$ac_try\"") >&5 + { (eval echo "$as_me:20319: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20282: \$? = $ac_status" >&5 + echo "$as_me:20322: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_header=$cf_header; break else @@ -20290,11 +20330,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:20293: result: $cf_cv_ncurses_header" >&5 +echo "$as_me:20333: 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:20297: error: No curses header-files found" >&5 + { { echo "$as_me:20337: error: No curses header-files found" >&5 echo "$as_me: error: No curses header-files found" >&2;} { (exit 1); exit 1; }; } fi @@ -20304,23 +20344,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:20307: checking for $ac_header" >&5 +echo "$as_me:20347: 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 20313 "configure" +#line 20353 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20317: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:20357: \"$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:20323: \$? = $ac_status" >&5 + echo "$as_me:20363: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20339,7 +20379,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:20342: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:20382: 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 @@ -20392,7 +20432,7 @@ if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 20395 "configure" +#line 20435 "configure" #include "confdefs.h" #include <stdio.h> int @@ -20404,16 +20444,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20407: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20447: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20410: \$? = $ac_status" >&5 + echo "$as_me:20450: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20413: \"$ac_try\"") >&5 + { (eval echo "$as_me:20453: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20416: \$? = $ac_status" >&5 + echo "$as_me:20456: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -20430,7 +20470,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}:20433: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:20473: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -20440,6 +20480,8 @@ echo "${as_me:-configure}:20433: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -20447,7 +20489,7 @@ fi } -echo "$as_me:20450: checking for $cf_ncuhdr_root header in include-path" >&5 +echo "$as_me:20492: 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 @@ -20459,7 +20501,7 @@ else do cat >conftest.$ac_ext <<_ACEOF -#line 20462 "configure" +#line 20504 "configure" #include "confdefs.h" #include <$cf_header> @@ -20483,16 +20525,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20486: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20528: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20489: \$? = $ac_status" >&5 + echo "$as_me:20531: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20492: \"$ac_try\"") >&5 + { (eval echo "$as_me:20534: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20495: \$? = $ac_status" >&5 + echo "$as_me:20537: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h=$cf_header @@ -20507,14 +20549,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:20510: result: $cf_cv_ncurses_h" >&5 +echo "$as_me:20552: 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:20517: checking for $cf_ncuhdr_root include-path" >&5 +echo "$as_me:20559: 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 @@ -20632,7 +20674,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 20635 "configure" +#line 20677 "configure" #include "confdefs.h" #include <stdio.h> int @@ -20644,16 +20686,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20647: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20689: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20650: \$? = $ac_status" >&5 + echo "$as_me:20692: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20653: \"$ac_try\"") >&5 + { (eval echo "$as_me:20695: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20656: \$? = $ac_status" >&5 + echo "$as_me:20698: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -20670,7 +20712,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}:20673: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:20715: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -20680,6 +20722,8 @@ echo "${as_me:-configure}:20673: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -20691,7 +20735,7 @@ fi do cat >conftest.$ac_ext <<_ACEOF -#line 20694 "configure" +#line 20738 "configure" #include "confdefs.h" #include <$cf_header> @@ -20715,16 +20759,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20718: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20762: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20721: \$? = $ac_status" >&5 + echo "$as_me:20765: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20724: \"$ac_try\"") >&5 + { (eval echo "$as_me:20768: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20727: \$? = $ac_status" >&5 + echo "$as_me:20771: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h2=$cf_header @@ -20745,12 +20789,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:20748: error: not found" >&5 + test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:20792: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:20753: result: $cf_cv_ncurses_h2" >&5 +echo "$as_me:20797: 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%/[^/]*$%%'` @@ -20783,7 +20827,7 @@ if test -n "$cf_1st_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 20786 "configure" +#line 20830 "configure" #include "confdefs.h" #include <stdio.h> int @@ -20795,16 +20839,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20798: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20842: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20801: \$? = $ac_status" >&5 + echo "$as_me:20845: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20804: \"$ac_try\"") >&5 + { (eval echo "$as_me:20848: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20807: \$? = $ac_status" >&5 + echo "$as_me:20851: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -20821,7 +20865,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}:20824: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:20868: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -20831,6 +20875,8 @@ echo "${as_me:-configure}:20824: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -20867,7 +20913,7 @@ EOF ;; esac -echo "$as_me:20870: checking for terminfo header" >&5 +echo "$as_me:20916: 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 @@ -20885,7 +20931,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 20888 "configure" +#line 20934 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header:-curses.h}> @@ -20900,16 +20946,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20903: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20949: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20906: \$? = $ac_status" >&5 + echo "$as_me:20952: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20909: \"$ac_try\"") >&5 + { (eval echo "$as_me:20955: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20912: \$? = $ac_status" >&5 + echo "$as_me:20958: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -20925,7 +20971,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:20928: result: $cf_cv_term_header" >&5 +echo "$as_me:20974: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -20963,7 +21009,7 @@ cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:20966: checking for ncurses version" >&5 +echo "$as_me:21012: 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 @@ -20989,10 +21035,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:20992: \"$cf_try\"") >&5 + { (eval echo "$as_me:21038: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:20995: \$? = $ac_status" >&5 + echo "$as_me:21041: \$? = $ac_status" >&5 (exit $ac_status); } if test -f conftest.out ; then cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'` @@ -21002,7 +21048,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 21005 "configure" +#line 21051 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -21027,15 +21073,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:21030: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21076: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21033: \$? = $ac_status" >&5 + echo "$as_me:21079: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:21035: \"$ac_try\"") >&5 + { (eval echo "$as_me:21081: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21038: \$? = $ac_status" >&5 + echo "$as_me:21084: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -21049,7 +21095,7 @@ fi rm -f $cf_tempfile fi -echo "$as_me:21052: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:21098: result: $cf_cv_ncurses_version" >&5 echo "${ECHO_T}$cf_cv_ncurses_version" >&6 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF @@ -21062,7 +21108,7 @@ cf_nculib_root=$cf_cv_screen # to link gpm. cf_ncurses_LIBS="" cf_ncurses_SAVE="$LIBS" -echo "$as_me:21065: checking for Gpm_Open in -lgpm" >&5 +echo "$as_me:21111: 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 @@ -21070,7 +21116,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21073 "configure" +#line 21119 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21089,16 +21135,16 @@ Gpm_Open (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21092: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21138: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21095: \$? = $ac_status" >&5 + echo "$as_me:21141: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21098: \"$ac_try\"") >&5 + { (eval echo "$as_me:21144: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21101: \$? = $ac_status" >&5 + echo "$as_me:21147: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_Gpm_Open=yes else @@ -21109,10 +21155,10 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21112: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "$as_me:21158: 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:21115: checking for initscr in -lgpm" >&5 + echo "$as_me:21161: 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 @@ -21120,7 +21166,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21123 "configure" +#line 21169 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21139,16 +21185,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21142: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21188: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21145: \$? = $ac_status" >&5 + echo "$as_me:21191: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21148: \"$ac_try\"") >&5 + { (eval echo "$as_me:21194: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21151: \$? = $ac_status" >&5 + echo "$as_me:21197: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_initscr=yes else @@ -21159,7 +21205,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21162: result: $ac_cv_lib_gpm_initscr" >&5 +echo "$as_me:21208: 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" @@ -21174,7 +21220,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's static). if test "$cf_nculib_root" = ncurses ; then - echo "$as_me:21177: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:21223: 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 @@ -21182,7 +21228,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21185 "configure" +#line 21231 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21201,16 +21247,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21204: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21250: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21207: \$? = $ac_status" >&5 + echo "$as_me:21253: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21210: \"$ac_try\"") >&5 + { (eval echo "$as_me:21256: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21213: \$? = $ac_status" >&5 + echo "$as_me:21259: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -21221,7 +21267,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21224: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:21270: 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" @@ -21270,13 +21316,13 @@ else eval 'cf_cv_have_lib_'$cf_nculib_root'=no' cf_libdir="" - echo "$as_me:21273: checking for initscr" >&5 + echo "$as_me:21319: 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 21279 "configure" +#line 21325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char initscr (); below. */ @@ -21307,16 +21353,16 @@ f = initscr; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21310: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21356: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21313: \$? = $ac_status" >&5 + echo "$as_me:21359: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21316: \"$ac_try\"") >&5 + { (eval echo "$as_me:21362: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21319: \$? = $ac_status" >&5 + echo "$as_me:21365: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_initscr=yes else @@ -21326,18 +21372,18 @@ ac_cv_func_initscr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21329: result: $ac_cv_func_initscr" >&5 +echo "$as_me:21375: 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:21336: checking for initscr in -l$cf_nculib_root" >&5 + echo "$as_me:21382: 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 21340 "configure" +#line 21386 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -21349,25 +21395,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21352: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21398: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21355: \$? = $ac_status" >&5 + echo "$as_me:21401: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21358: \"$ac_try\"") >&5 + { (eval echo "$as_me:21404: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21361: \$? = $ac_status" >&5 + echo "$as_me:21407: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:21363: result: yes" >&5 + echo "$as_me:21409: 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:21370: result: no" >&5 +echo "$as_me:21416: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -21435,11 +21481,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:21438: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo "$as_me:21484: 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 21442 "configure" +#line 21488 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -21451,25 +21497,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21454: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21500: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21457: \$? = $ac_status" >&5 + echo "$as_me:21503: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21460: \"$ac_try\"") >&5 + { (eval echo "$as_me:21506: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21463: \$? = $ac_status" >&5 + echo "$as_me:21509: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:21465: result: yes" >&5 + echo "$as_me:21511: 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:21472: result: no" >&5 +echo "$as_me:21518: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -21484,7 +21530,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root if test $cf_found_library = no ; then - { { echo "$as_me:21487: error: Cannot link $cf_nculib_root library" >&5 + { { echo "$as_me:21533: error: Cannot link $cf_nculib_root library" >&5 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} { (exit 1); exit 1; }; } fi @@ -21492,7 +21538,7 @@ fi fi if test -n "$cf_ncurses_LIBS" ; then - echo "$as_me:21495: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo "$as_me:21541: 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 @@ -21502,7 +21548,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS.. fi done cat >conftest.$ac_ext <<_ACEOF -#line 21505 "configure" +#line 21551 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -21514,23 +21560,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21517: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21563: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21520: \$? = $ac_status" >&5 + echo "$as_me:21566: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21523: \"$ac_try\"") >&5 + { (eval echo "$as_me:21569: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21526: \$? = $ac_status" >&5 + echo "$as_me:21572: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:21528: result: yes" >&5 + echo "$as_me:21574: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:21533: result: no" >&5 +echo "$as_me:21579: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_ncurses_SAVE" fi @@ -21555,14 +21601,14 @@ fi cf_ncuconfig_root=$cf_cv_screen cf_have_ncuconfig=no -if test "x$PKG_CONFIG" != xnone; then - echo "$as_me:21559: checking pkg-config for $cf_ncuconfig_root" >&5 +if test "x${PKG_CONFIG:=none}" != xnone; then + echo "$as_me:21605: 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:21562: result: yes" >&5 + echo "$as_me:21608: result: yes" >&5 echo "${ECHO_T}yes" >&6 - echo "$as_me:21565: checking if the $cf_ncuconfig_root package files work" >&5 + echo "$as_me:21611: 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 @@ -21588,7 +21634,7 @@ done LIBS="$cf_add_libs" cat >conftest.$ac_ext <<_ACEOF -#line 21591 "configure" +#line 21637 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -21600,39 +21646,37 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21603: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21649: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21606: \$? = $ac_status" >&5 + echo "$as_me:21652: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21609: \"$ac_try\"") >&5 + { (eval echo "$as_me:21655: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21612: \$? = $ac_status" >&5 + echo "$as_me:21658: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test "$cross_compiling" = yes; then - { { echo "$as_me:21615: 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; }; } + cf_have_ncuconfig=maybe else cat >conftest.$ac_ext <<_ACEOF -#line 21620 "configure" +#line 21664 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int main(void) { char *xx = curses_version(); return (xx == 0); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:21627: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21671: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21630: \$? = $ac_status" >&5 + echo "$as_me:21674: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:21632: \"$ac_try\"") >&5 + { (eval echo "$as_me:21676: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21635: \$? = $ac_status" >&5 + echo "$as_me:21679: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_have_ncuconfig=yes else @@ -21649,9 +21693,9 @@ cat conftest.$ac_ext >&5 cf_have_ncuconfig=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - - echo "$as_me:21653: result: $cf_have_ncuconfig" >&5 + echo "$as_me:21696: 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" then CPPFLAGS="$cf_save_CPPFLAGS" @@ -21667,7 +21711,7 @@ EOF fi else - echo "$as_me:21670: result: no" >&5 + echo "$as_me:21714: result: no" >&5 echo "${ECHO_T}no" >&6 NCURSES_CONFIG_PKG=none fi @@ -21683,7 +21727,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:21686: checking for $ac_word" >&5 +echo "$as_me:21730: 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 @@ -21698,7 +21742,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:21701: found $ac_dir/$ac_word" >&5 +echo "$as_me:21745: found $ac_dir/$ac_word" >&5 break done @@ -21706,10 +21750,10 @@ fi fi NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG if test -n "$NCURSES_CONFIG"; then - echo "$as_me:21709: result: $NCURSES_CONFIG" >&5 + echo "$as_me:21753: result: $NCURSES_CONFIG" >&5 echo "${ECHO_T}$NCURSES_CONFIG" >&6 else - echo "$as_me:21712: result: no" >&5 + echo "$as_me:21756: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -21722,7 +21766,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:21725: checking for $ac_word" >&5 +echo "$as_me:21769: 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 @@ -21737,7 +21781,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:21740: found $ac_dir/$ac_word" >&5 +echo "$as_me:21784: found $ac_dir/$ac_word" >&5 break done @@ -21745,10 +21789,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:21748: result: $ac_ct_NCURSES_CONFIG" >&5 + echo "$as_me:21792: result: $ac_ct_NCURSES_CONFIG" >&5 echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6 else - echo "$as_me:21751: result: no" >&5 + echo "$as_me:21795: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -21781,7 +21825,7 @@ LIBS="$cf_add_libs" # even with config script, some packages use no-override for curses.h -echo "$as_me:21784: checking if we have identified curses headers" >&5 +echo "$as_me:21828: 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 @@ -21793,7 +21837,7 @@ for cf_header in \ curses.h $cf_cv_screen/curses.h do cat >conftest.$ac_ext <<_ACEOF -#line 21796 "configure" +#line 21840 "configure" #include "confdefs.h" #include <${cf_header}> int @@ -21805,16 +21849,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21808: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21852: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21811: \$? = $ac_status" >&5 + echo "$as_me:21855: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21814: \"$ac_try\"") >&5 + { (eval echo "$as_me:21858: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21817: \$? = $ac_status" >&5 + echo "$as_me:21861: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_header=$cf_header; break else @@ -21825,11 +21869,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:21828: result: $cf_cv_ncurses_header" >&5 +echo "$as_me:21872: 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:21832: error: No curses header-files found" >&5 + { { echo "$as_me:21876: error: No curses header-files found" >&5 echo "$as_me: error: No curses header-files found" >&2;} { (exit 1); exit 1; }; } fi @@ -21839,23 +21883,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:21842: checking for $ac_header" >&5 +echo "$as_me:21886: 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 21848 "configure" +#line 21892 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21852: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21896: \"$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:21858: \$? = $ac_status" >&5 + echo "$as_me:21902: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21874,7 +21918,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21877: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21921: 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 @@ -21927,7 +21971,7 @@ if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 21930 "configure" +#line 21974 "configure" #include "confdefs.h" #include <stdio.h> int @@ -21939,16 +21983,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21942: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21986: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21945: \$? = $ac_status" >&5 + echo "$as_me:21989: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21948: \"$ac_try\"") >&5 + { (eval echo "$as_me:21992: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21951: \$? = $ac_status" >&5 + echo "$as_me:21995: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -21965,7 +22009,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}:21968: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:22012: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -21975,6 +22019,8 @@ echo "${as_me:-configure}:21968: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -21982,7 +22028,7 @@ fi } -echo "$as_me:21985: checking for $cf_ncuhdr_root header in include-path" >&5 +echo "$as_me:22031: 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 @@ -21994,7 +22040,7 @@ else do cat >conftest.$ac_ext <<_ACEOF -#line 21997 "configure" +#line 22043 "configure" #include "confdefs.h" #include <$cf_header> @@ -22018,16 +22064,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22021: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22067: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22024: \$? = $ac_status" >&5 + echo "$as_me:22070: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22027: \"$ac_try\"") >&5 + { (eval echo "$as_me:22073: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22030: \$? = $ac_status" >&5 + echo "$as_me:22076: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h=$cf_header @@ -22042,14 +22088,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:22045: result: $cf_cv_ncurses_h" >&5 +echo "$as_me:22091: 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:22052: checking for $cf_ncuhdr_root include-path" >&5 +echo "$as_me:22098: 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 @@ -22167,7 +22213,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 22170 "configure" +#line 22216 "configure" #include "confdefs.h" #include <stdio.h> int @@ -22179,16 +22225,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22182: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22228: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22185: \$? = $ac_status" >&5 + echo "$as_me:22231: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22188: \"$ac_try\"") >&5 + { (eval echo "$as_me:22234: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22191: \$? = $ac_status" >&5 + echo "$as_me:22237: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -22205,7 +22251,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}:22208: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:22254: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -22215,6 +22261,8 @@ echo "${as_me:-configure}:22208: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -22226,7 +22274,7 @@ fi do cat >conftest.$ac_ext <<_ACEOF -#line 22229 "configure" +#line 22277 "configure" #include "confdefs.h" #include <$cf_header> @@ -22250,16 +22298,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22253: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22301: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22256: \$? = $ac_status" >&5 + echo "$as_me:22304: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22259: \"$ac_try\"") >&5 + { (eval echo "$as_me:22307: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22262: \$? = $ac_status" >&5 + echo "$as_me:22310: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h2=$cf_header @@ -22280,12 +22328,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:22283: error: not found" >&5 + test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:22331: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:22288: result: $cf_cv_ncurses_h2" >&5 +echo "$as_me:22336: 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%/[^/]*$%%'` @@ -22318,7 +22366,7 @@ if test -n "$cf_1st_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 22321 "configure" +#line 22369 "configure" #include "confdefs.h" #include <stdio.h> int @@ -22330,16 +22378,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22333: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22381: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22336: \$? = $ac_status" >&5 + echo "$as_me:22384: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22339: \"$ac_try\"") >&5 + { (eval echo "$as_me:22387: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22342: \$? = $ac_status" >&5 + echo "$as_me:22390: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -22356,7 +22404,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}:22359: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:22407: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -22366,6 +22414,8 @@ echo "${as_me:-configure}:22359: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -22402,7 +22452,7 @@ EOF ;; esac -echo "$as_me:22405: checking for terminfo header" >&5 +echo "$as_me:22455: 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 @@ -22420,7 +22470,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 22423 "configure" +#line 22473 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header:-curses.h}> @@ -22435,16 +22485,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22438: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22488: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22441: \$? = $ac_status" >&5 + echo "$as_me:22491: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22444: \"$ac_try\"") >&5 + { (eval echo "$as_me:22494: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22447: \$? = $ac_status" >&5 + echo "$as_me:22497: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -22460,7 +22510,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:22463: result: $cf_cv_term_header" >&5 +echo "$as_me:22513: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -22498,7 +22548,7 @@ cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:22501: checking for ncurses version" >&5 +echo "$as_me:22551: 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 @@ -22524,10 +22574,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:22527: \"$cf_try\"") >&5 + { (eval echo "$as_me:22577: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:22530: \$? = $ac_status" >&5 + echo "$as_me:22580: \$? = $ac_status" >&5 (exit $ac_status); } if test -f conftest.out ; then cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'` @@ -22537,7 +22587,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 22540 "configure" +#line 22590 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -22562,15 +22612,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:22565: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22615: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22568: \$? = $ac_status" >&5 + echo "$as_me:22618: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:22570: \"$ac_try\"") >&5 + { (eval echo "$as_me:22620: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22573: \$? = $ac_status" >&5 + echo "$as_me:22623: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -22584,7 +22634,7 @@ fi rm -f $cf_tempfile fi -echo "$as_me:22587: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:22637: result: $cf_cv_ncurses_version" >&5 echo "${ECHO_T}$cf_cv_ncurses_version" >&6 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF @@ -22597,7 +22647,7 @@ cf_nculib_root=$cf_cv_screen # to link gpm. cf_ncurses_LIBS="" cf_ncurses_SAVE="$LIBS" -echo "$as_me:22600: checking for Gpm_Open in -lgpm" >&5 +echo "$as_me:22650: 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 @@ -22605,7 +22655,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 22608 "configure" +#line 22658 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22624,16 +22674,16 @@ Gpm_Open (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22627: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22677: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22630: \$? = $ac_status" >&5 + echo "$as_me:22680: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22633: \"$ac_try\"") >&5 + { (eval echo "$as_me:22683: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22636: \$? = $ac_status" >&5 + echo "$as_me:22686: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_Gpm_Open=yes else @@ -22644,10 +22694,10 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22647: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "$as_me:22697: 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:22650: checking for initscr in -lgpm" >&5 + echo "$as_me:22700: 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 @@ -22655,7 +22705,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 22658 "configure" +#line 22708 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22674,16 +22724,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22677: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22727: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22680: \$? = $ac_status" >&5 + echo "$as_me:22730: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22683: \"$ac_try\"") >&5 + { (eval echo "$as_me:22733: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22686: \$? = $ac_status" >&5 + echo "$as_me:22736: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_initscr=yes else @@ -22694,7 +22744,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22697: result: $ac_cv_lib_gpm_initscr" >&5 +echo "$as_me:22747: 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" @@ -22709,7 +22759,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's static). if test "$cf_nculib_root" = ncurses ; then - echo "$as_me:22712: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:22762: 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 @@ -22717,7 +22767,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 22720 "configure" +#line 22770 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22736,16 +22786,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22739: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22789: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22742: \$? = $ac_status" >&5 + echo "$as_me:22792: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22745: \"$ac_try\"") >&5 + { (eval echo "$as_me:22795: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22748: \$? = $ac_status" >&5 + echo "$as_me:22798: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -22756,7 +22806,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22759: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:22809: 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" @@ -22805,13 +22855,13 @@ else eval 'cf_cv_have_lib_'$cf_nculib_root'=no' cf_libdir="" - echo "$as_me:22808: checking for initscr" >&5 + echo "$as_me:22858: 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 22814 "configure" +#line 22864 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char initscr (); below. */ @@ -22842,16 +22892,16 @@ f = initscr; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22845: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22895: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22848: \$? = $ac_status" >&5 + echo "$as_me:22898: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22851: \"$ac_try\"") >&5 + { (eval echo "$as_me:22901: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22854: \$? = $ac_status" >&5 + echo "$as_me:22904: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_initscr=yes else @@ -22861,18 +22911,18 @@ ac_cv_func_initscr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:22864: result: $ac_cv_func_initscr" >&5 +echo "$as_me:22914: 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:22871: checking for initscr in -l$cf_nculib_root" >&5 + echo "$as_me:22921: 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 22875 "configure" +#line 22925 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -22884,25 +22934,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22887: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22937: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22890: \$? = $ac_status" >&5 + echo "$as_me:22940: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22893: \"$ac_try\"") >&5 + { (eval echo "$as_me:22943: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22896: \$? = $ac_status" >&5 + echo "$as_me:22946: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:22898: result: yes" >&5 + echo "$as_me:22948: 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:22905: result: no" >&5 +echo "$as_me:22955: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -22970,11 +23020,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:22973: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo "$as_me:23023: 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 22977 "configure" +#line 23027 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -22986,25 +23036,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22989: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23039: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22992: \$? = $ac_status" >&5 + echo "$as_me:23042: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22995: \"$ac_try\"") >&5 + { (eval echo "$as_me:23045: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22998: \$? = $ac_status" >&5 + echo "$as_me:23048: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:23000: result: yes" >&5 + echo "$as_me:23050: 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:23007: result: no" >&5 +echo "$as_me:23057: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -23019,7 +23069,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root if test $cf_found_library = no ; then - { { echo "$as_me:23022: error: Cannot link $cf_nculib_root library" >&5 + { { echo "$as_me:23072: error: Cannot link $cf_nculib_root library" >&5 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} { (exit 1); exit 1; }; } fi @@ -23027,7 +23077,7 @@ fi fi if test -n "$cf_ncurses_LIBS" ; then - echo "$as_me:23030: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo "$as_me:23080: 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 @@ -23037,7 +23087,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS.. fi done cat >conftest.$ac_ext <<_ACEOF -#line 23040 "configure" +#line 23090 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -23049,23 +23099,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23052: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23102: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23055: \$? = $ac_status" >&5 + echo "$as_me:23105: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23058: \"$ac_try\"") >&5 + { (eval echo "$as_me:23108: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23061: \$? = $ac_status" >&5 + echo "$as_me:23111: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:23063: result: yes" >&5 + echo "$as_me:23113: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:23068: result: no" >&5 +echo "$as_me:23118: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_ncurses_SAVE" fi @@ -23097,7 +23147,7 @@ fi ;; (slang) -echo "$as_me:23100: checking for slang header file" >&5 +echo "$as_me:23150: 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 @@ -23105,7 +23155,7 @@ else cf_cv_slang_header=no cat >conftest.$ac_ext <<_ACEOF -#line 23108 "configure" +#line 23158 "configure" #include "confdefs.h" #include <slang.h> int @@ -23117,16 +23167,16 @@ printf("%s\n", SLANG_VERSION) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:23120: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23170: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23123: \$? = $ac_status" >&5 + echo "$as_me:23173: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:23126: \"$ac_try\"") >&5 + { (eval echo "$as_me:23176: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23129: \$? = $ac_status" >&5 + echo "$as_me:23179: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_header=predefined else @@ -23231,7 +23281,7 @@ cf_search="$cf_search $cf_header_path_list" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:23234: result: $cf_cv_slang_header" >&5 +echo "$as_me:23284: result: $cf_cv_slang_header" >&5 echo "${ECHO_T}$cf_cv_slang_header" >&6 if test "x$cf_cv_slang_header" != xno @@ -23272,7 +23322,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 23275 "configure" +#line 23325 "configure" #include "confdefs.h" #include <stdio.h> int @@ -23284,16 +23334,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:23287: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23337: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23290: \$? = $ac_status" >&5 + echo "$as_me:23340: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:23293: \"$ac_try\"") >&5 + { (eval echo "$as_me:23343: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23296: \$? = $ac_status" >&5 + echo "$as_me:23346: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -23310,7 +23360,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}:23313: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:23363: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -23320,6 +23370,8 @@ echo "${as_me:-configure}:23313: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -23340,7 +23392,7 @@ else cf_cv_termlib=none cat >conftest.$ac_ext <<_ACEOF -#line 23343 "configure" +#line 23395 "configure" #include "confdefs.h" int @@ -23352,19 +23404,19 @@ char *x=(char*)tgoto("",0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23355: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23407: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23358: \$? = $ac_status" >&5 + echo "$as_me:23410: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23361: \"$ac_try\"") >&5 + { (eval echo "$as_me:23413: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23364: \$? = $ac_status" >&5 + echo "$as_me:23416: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 23367 "configure" +#line 23419 "configure" #include "confdefs.h" int @@ -23376,16 +23428,16 @@ int x=tigetstr("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23379: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23431: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23382: \$? = $ac_status" >&5 + echo "$as_me:23434: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23385: \"$ac_try\"") >&5 + { (eval echo "$as_me:23437: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23388: \$? = $ac_status" >&5 + echo "$as_me:23440: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termlib=terminfo else @@ -23396,7 +23448,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}:23399: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 +echo "${as_me:-configure}:23451: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 else echo "$as_me: failed program was:" >&5 @@ -23411,10 +23463,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:23414: checking for $cf_func in -l$cf_lib" >&5 + echo "$as_me:23466: 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 23417 "configure" +#line 23469 "configure" #include "confdefs.h" int @@ -23426,16 +23478,16 @@ int x=$cf_func("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23429: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23481: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23432: \$? = $ac_status" >&5 + echo "$as_me:23484: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23435: \"$ac_try\"") >&5 + { (eval echo "$as_me:23487: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23438: \$? = $ac_status" >&5 + echo "$as_me:23490: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -23444,7 +23496,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:23447: result: $cf_result" >&5 + echo "$as_me:23499: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then if test "$cf_func" = tigetstr ; then @@ -23461,7 +23513,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:23464: checking for initscr in -lcurses" >&5 + echo "$as_me:23516: 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 @@ -23469,7 +23521,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 23472 "configure" +#line 23524 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -23488,16 +23540,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23491: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23543: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23494: \$? = $ac_status" >&5 + echo "$as_me:23546: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23497: \"$ac_try\"") >&5 + { (eval echo "$as_me:23549: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23500: \$? = $ac_status" >&5 + echo "$as_me:23552: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_initscr=yes else @@ -23508,7 +23560,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:23511: result: $ac_cv_lib_curses_initscr" >&5 +echo "$as_me:23563: 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 @@ -23530,7 +23582,7 @@ LIBS="$cf_add_libs" fi - echo "$as_me:23533: checking for tgoto in -ltermcap" >&5 + echo "$as_me:23585: 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 @@ -23538,7 +23590,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 23541 "configure" +#line 23593 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -23557,16 +23609,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23560: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23612: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23563: \$? = $ac_status" >&5 + echo "$as_me:23615: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23566: \"$ac_try\"") >&5 + { (eval echo "$as_me:23618: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23569: \$? = $ac_status" >&5 + echo "$as_me:23621: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termcap_tgoto=yes else @@ -23577,7 +23629,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:23580: result: $ac_cv_lib_termcap_tgoto" >&5 +echo "$as_me:23632: 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 @@ -23604,20 +23656,20 @@ fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$cf_cv_termlib" = none; then - { echo "$as_me:23607: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5 + { echo "$as_me:23659: 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:23614: checking for acos" >&5 +echo "$as_me:23666: 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 23620 "configure" +#line 23672 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char acos (); below. */ @@ -23648,16 +23700,16 @@ f = acos; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23651: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23703: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23654: \$? = $ac_status" >&5 + echo "$as_me:23706: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23657: \"$ac_try\"") >&5 + { (eval echo "$as_me:23709: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23660: \$? = $ac_status" >&5 + echo "$as_me:23712: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_acos=yes else @@ -23667,13 +23719,13 @@ ac_cv_func_acos=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23670: result: $ac_cv_func_acos" >&5 +echo "$as_me:23722: 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:23676: checking for acos in -lm" >&5 +echo "$as_me:23728: 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 @@ -23681,7 +23733,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 23684 "configure" +#line 23736 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -23700,16 +23752,16 @@ acos (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23703: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23755: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23706: \$? = $ac_status" >&5 + echo "$as_me:23758: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23709: \"$ac_try\"") >&5 + { (eval echo "$as_me:23761: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23712: \$? = $ac_status" >&5 + echo "$as_me:23764: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_acos=yes else @@ -23720,7 +23772,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:23723: result: $ac_cv_lib_m_acos" >&5 +echo "$as_me:23775: 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 @@ -23746,13 +23798,13 @@ case $host_os in eval 'cf_cv_have_lib_'video'=no' cf_libdir="" - echo "$as_me:23749: checking for v_init" >&5 + echo "$as_me:23801: 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 23755 "configure" +#line 23807 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char v_init (); below. */ @@ -23783,16 +23835,16 @@ f = v_init; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23786: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23838: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23789: \$? = $ac_status" >&5 + echo "$as_me:23841: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23792: \"$ac_try\"") >&5 + { (eval echo "$as_me:23844: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23795: \$? = $ac_status" >&5 + echo "$as_me:23847: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_v_init=yes else @@ -23802,18 +23854,18 @@ ac_cv_func_v_init=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23805: result: $ac_cv_func_v_init" >&5 +echo "$as_me:23857: 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:23812: checking for v_init in -lvideo" >&5 + echo "$as_me:23864: 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 23816 "configure" +#line 23868 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -23825,25 +23877,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23828: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23880: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23831: \$? = $ac_status" >&5 + echo "$as_me:23883: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23834: \"$ac_try\"") >&5 + { (eval echo "$as_me:23886: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23837: \$? = $ac_status" >&5 + echo "$as_me:23889: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:23839: result: yes" >&5 + echo "$as_me:23891: 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:23846: result: no" >&5 +echo "$as_me:23898: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -23911,11 +23963,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:23914: checking for -lvideo in $cf_libdir" >&5 + echo "$as_me:23966: 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 23918 "configure" +#line 23970 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -23927,25 +23979,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23930: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23982: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23933: \$? = $ac_status" >&5 + echo "$as_me:23985: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23936: \"$ac_try\"") >&5 + { (eval echo "$as_me:23988: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23939: \$? = $ac_status" >&5 + echo "$as_me:23991: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:23941: result: yes" >&5 + echo "$as_me:23993: 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:23948: result: no" >&5 +echo "$as_me:24000: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -23960,7 +24012,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'video if test $cf_found_library = no ; then - { { echo "$as_me:23963: error: Cannot link video library" >&5 + { { echo "$as_me:24015: error: Cannot link video library" >&5 echo "$as_me: error: Cannot link video library" >&2;} { (exit 1); exit 1; }; } fi @@ -23970,13 +24022,13 @@ esac eval 'cf_cv_have_lib_'slang'=no' cf_libdir="" - echo "$as_me:23973: checking for SLtt_get_screen_size" >&5 + echo "$as_me:24025: 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 23979 "configure" +#line 24031 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char SLtt_get_screen_size (); below. */ @@ -24007,16 +24059,16 @@ f = SLtt_get_screen_size; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24010: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24062: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24013: \$? = $ac_status" >&5 + echo "$as_me:24065: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24016: \"$ac_try\"") >&5 + { (eval echo "$as_me:24068: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24019: \$? = $ac_status" >&5 + echo "$as_me:24071: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_SLtt_get_screen_size=yes else @@ -24026,18 +24078,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:24029: result: $ac_cv_func_SLtt_get_screen_size" >&5 +echo "$as_me:24081: 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:24036: checking for SLtt_get_screen_size in -lslang" >&5 + echo "$as_me:24088: 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 24040 "configure" +#line 24092 "configure" #include "confdefs.h" #include <slang.h> int @@ -24049,25 +24101,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24052: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24104: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24055: \$? = $ac_status" >&5 + echo "$as_me:24107: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24058: \"$ac_try\"") >&5 + { (eval echo "$as_me:24110: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24061: \$? = $ac_status" >&5 + echo "$as_me:24113: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:24063: result: yes" >&5 + echo "$as_me:24115: 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:24070: result: no" >&5 +echo "$as_me:24122: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -24135,11 +24187,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:24138: checking for -lslang in $cf_libdir" >&5 + echo "$as_me:24190: 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 24142 "configure" +#line 24194 "configure" #include "confdefs.h" #include <slang.h> int @@ -24151,25 +24203,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24154: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24206: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24157: \$? = $ac_status" >&5 + echo "$as_me:24209: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24160: \"$ac_try\"") >&5 + { (eval echo "$as_me:24212: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24163: \$? = $ac_status" >&5 + echo "$as_me:24215: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:24165: result: yes" >&5 + echo "$as_me:24217: 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:24172: result: no" >&5 +echo "$as_me:24224: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -24184,13 +24236,13 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'slang if test $cf_found_library = no ; then - { { echo "$as_me:24187: error: Cannot link slang library" >&5 + { { echo "$as_me:24239: 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:24193: checking if we can link slang without termcap" >&5 +echo "$as_me:24245: 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%^.%%'` @@ -24199,7 +24251,7 @@ else fi LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'` cat >conftest.$ac_ext <<_ACEOF -#line 24202 "configure" +#line 24254 "configure" #include "confdefs.h" #include <slang.h> int @@ -24211,16 +24263,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24214: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24266: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24217: \$? = $ac_status" >&5 + echo "$as_me:24269: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24220: \"$ac_try\"") >&5 + { (eval echo "$as_me:24272: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24223: \$? = $ac_status" >&5 + echo "$as_me:24275: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -24229,13 +24281,13 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:24232: result: $cf_result" >&5 +echo "$as_me:24284: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 test $cf_result = no && LIBS="$cf_slang_LIBS3" else -echo "$as_me:24238: checking for slang2 header file" >&5 +echo "$as_me:24290: 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 @@ -24243,7 +24295,7 @@ else cf_cv_slang2_header=no cat >conftest.$ac_ext <<_ACEOF -#line 24246 "configure" +#line 24298 "configure" #include "confdefs.h" #include <slang.h> int @@ -24255,16 +24307,16 @@ printf("%s\n", SLANG_VERSION) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24258: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24310: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24261: \$? = $ac_status" >&5 + echo "$as_me:24313: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24264: \"$ac_try\"") >&5 + { (eval echo "$as_me:24316: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24267: \$? = $ac_status" >&5 + echo "$as_me:24319: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang2_header=predefined else @@ -24369,7 +24421,7 @@ cf_search="$cf_search $cf_header_path_list" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24372: result: $cf_cv_slang2_header" >&5 +echo "$as_me:24424: result: $cf_cv_slang2_header" >&5 echo "${ECHO_T}$cf_cv_slang2_header" >&6 if test "x$cf_cv_slang2_header" != xno @@ -24410,7 +24462,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 24413 "configure" +#line 24465 "configure" #include "confdefs.h" #include <stdio.h> int @@ -24422,16 +24474,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24425: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24477: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24428: \$? = $ac_status" >&5 + echo "$as_me:24480: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24431: \"$ac_try\"") >&5 + { (eval echo "$as_me:24483: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24434: \$? = $ac_status" >&5 + echo "$as_me:24486: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -24448,7 +24500,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}:24451: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:24503: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -24458,6 +24510,8 @@ echo "${as_me:-configure}:24451: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -24478,7 +24532,7 @@ else cf_cv_termlib=none cat >conftest.$ac_ext <<_ACEOF -#line 24481 "configure" +#line 24535 "configure" #include "confdefs.h" int @@ -24490,19 +24544,19 @@ char *x=(char*)tgoto("",0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24493: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24547: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24496: \$? = $ac_status" >&5 + echo "$as_me:24550: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24499: \"$ac_try\"") >&5 + { (eval echo "$as_me:24553: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24502: \$? = $ac_status" >&5 + echo "$as_me:24556: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 24505 "configure" +#line 24559 "configure" #include "confdefs.h" int @@ -24514,16 +24568,16 @@ int x=tigetstr("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24517: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24571: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24520: \$? = $ac_status" >&5 + echo "$as_me:24574: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24523: \"$ac_try\"") >&5 + { (eval echo "$as_me:24577: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24526: \$? = $ac_status" >&5 + echo "$as_me:24580: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termlib=terminfo else @@ -24534,7 +24588,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}:24537: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 +echo "${as_me:-configure}:24591: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 else echo "$as_me: failed program was:" >&5 @@ -24549,10 +24603,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:24552: checking for $cf_func in -l$cf_lib" >&5 + echo "$as_me:24606: 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 24555 "configure" +#line 24609 "configure" #include "confdefs.h" int @@ -24564,16 +24618,16 @@ int x=$cf_func("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24567: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24621: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24570: \$? = $ac_status" >&5 + echo "$as_me:24624: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24573: \"$ac_try\"") >&5 + { (eval echo "$as_me:24627: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24576: \$? = $ac_status" >&5 + echo "$as_me:24630: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -24582,7 +24636,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:24585: result: $cf_result" >&5 + echo "$as_me:24639: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then if test "$cf_func" = tigetstr ; then @@ -24599,7 +24653,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:24602: checking for initscr in -lcurses" >&5 + echo "$as_me:24656: 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 @@ -24607,7 +24661,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 24610 "configure" +#line 24664 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -24626,16 +24680,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24629: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24683: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24632: \$? = $ac_status" >&5 + echo "$as_me:24686: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24635: \"$ac_try\"") >&5 + { (eval echo "$as_me:24689: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24638: \$? = $ac_status" >&5 + echo "$as_me:24692: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_initscr=yes else @@ -24646,7 +24700,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:24649: result: $ac_cv_lib_curses_initscr" >&5 +echo "$as_me:24703: 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 @@ -24668,7 +24722,7 @@ LIBS="$cf_add_libs" fi - echo "$as_me:24671: checking for tgoto in -ltermcap" >&5 + echo "$as_me:24725: 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 @@ -24676,7 +24730,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 24679 "configure" +#line 24733 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -24695,16 +24749,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24698: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24752: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24701: \$? = $ac_status" >&5 + echo "$as_me:24755: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24704: \"$ac_try\"") >&5 + { (eval echo "$as_me:24758: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24707: \$? = $ac_status" >&5 + echo "$as_me:24761: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termcap_tgoto=yes else @@ -24715,7 +24769,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:24718: result: $ac_cv_lib_termcap_tgoto" >&5 +echo "$as_me:24772: 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 @@ -24742,20 +24796,20 @@ fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$cf_cv_termlib" = none; then - { echo "$as_me:24745: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5 + { echo "$as_me:24799: 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:24752: checking for acos" >&5 +echo "$as_me:24806: 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 24758 "configure" +#line 24812 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char acos (); below. */ @@ -24786,16 +24840,16 @@ f = acos; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24789: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24843: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24792: \$? = $ac_status" >&5 + echo "$as_me:24846: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24795: \"$ac_try\"") >&5 + { (eval echo "$as_me:24849: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24798: \$? = $ac_status" >&5 + echo "$as_me:24852: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_acos=yes else @@ -24805,13 +24859,13 @@ ac_cv_func_acos=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:24808: result: $ac_cv_func_acos" >&5 +echo "$as_me:24862: 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:24814: checking for acos in -lm" >&5 +echo "$as_me:24868: 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 @@ -24819,7 +24873,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 24822 "configure" +#line 24876 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -24838,16 +24892,16 @@ acos (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24841: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24895: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24844: \$? = $ac_status" >&5 + echo "$as_me:24898: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24847: \"$ac_try\"") >&5 + { (eval echo "$as_me:24901: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24850: \$? = $ac_status" >&5 + echo "$as_me:24904: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_acos=yes else @@ -24858,7 +24912,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:24861: result: $ac_cv_lib_m_acos" >&5 +echo "$as_me:24915: 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 @@ -24884,13 +24938,13 @@ case $host_os in eval 'cf_cv_have_lib_'video'=no' cf_libdir="" - echo "$as_me:24887: checking for v_init" >&5 + echo "$as_me:24941: 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 24893 "configure" +#line 24947 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char v_init (); below. */ @@ -24921,16 +24975,16 @@ f = v_init; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24924: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24978: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24927: \$? = $ac_status" >&5 + echo "$as_me:24981: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24930: \"$ac_try\"") >&5 + { (eval echo "$as_me:24984: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24933: \$? = $ac_status" >&5 + echo "$as_me:24987: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_v_init=yes else @@ -24940,18 +24994,18 @@ ac_cv_func_v_init=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:24943: result: $ac_cv_func_v_init" >&5 +echo "$as_me:24997: 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:24950: checking for v_init in -lvideo" >&5 + echo "$as_me:25004: 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 24954 "configure" +#line 25008 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -24963,25 +25017,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24966: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25020: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24969: \$? = $ac_status" >&5 + echo "$as_me:25023: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24972: \"$ac_try\"") >&5 + { (eval echo "$as_me:25026: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24975: \$? = $ac_status" >&5 + echo "$as_me:25029: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:24977: result: yes" >&5 + echo "$as_me:25031: 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:24984: result: no" >&5 +echo "$as_me:25038: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -25049,11 +25103,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:25052: checking for -lvideo in $cf_libdir" >&5 + echo "$as_me:25106: 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 25056 "configure" +#line 25110 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -25065,25 +25119,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25068: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25122: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25071: \$? = $ac_status" >&5 + echo "$as_me:25125: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25074: \"$ac_try\"") >&5 + { (eval echo "$as_me:25128: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25077: \$? = $ac_status" >&5 + echo "$as_me:25131: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:25079: result: yes" >&5 + echo "$as_me:25133: 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:25086: result: no" >&5 +echo "$as_me:25140: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -25098,7 +25152,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'video if test $cf_found_library = no ; then - { { echo "$as_me:25101: error: Cannot link video library" >&5 + { { echo "$as_me:25155: error: Cannot link video library" >&5 echo "$as_me: error: Cannot link video library" >&2;} { (exit 1); exit 1; }; } fi @@ -25108,13 +25162,13 @@ esac eval 'cf_cv_have_lib_'slang2'=no' cf_libdir="" - echo "$as_me:25111: checking for SLtt_get_screen_size" >&5 + echo "$as_me:25165: 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 25117 "configure" +#line 25171 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char SLtt_get_screen_size (); below. */ @@ -25145,16 +25199,16 @@ f = SLtt_get_screen_size; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25148: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25202: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25151: \$? = $ac_status" >&5 + echo "$as_me:25205: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25154: \"$ac_try\"") >&5 + { (eval echo "$as_me:25208: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25157: \$? = $ac_status" >&5 + echo "$as_me:25211: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_SLtt_get_screen_size=yes else @@ -25164,18 +25218,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:25167: result: $ac_cv_func_SLtt_get_screen_size" >&5 +echo "$as_me:25221: 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:25174: checking for SLtt_get_screen_size in -lslang2" >&5 + echo "$as_me:25228: 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 25178 "configure" +#line 25232 "configure" #include "confdefs.h" #include <slang.h> int @@ -25187,25 +25241,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25190: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25244: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25193: \$? = $ac_status" >&5 + echo "$as_me:25247: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25196: \"$ac_try\"") >&5 + { (eval echo "$as_me:25250: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25199: \$? = $ac_status" >&5 + echo "$as_me:25253: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:25201: result: yes" >&5 + echo "$as_me:25255: 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:25208: result: no" >&5 +echo "$as_me:25262: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search= @@ -25273,11 +25327,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:25276: checking for -lslang2 in $cf_libdir" >&5 + echo "$as_me:25330: 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 25280 "configure" +#line 25334 "configure" #include "confdefs.h" #include <slang.h> int @@ -25289,25 +25343,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25292: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25346: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25295: \$? = $ac_status" >&5 + echo "$as_me:25349: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25298: \"$ac_try\"") >&5 + { (eval echo "$as_me:25352: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25301: \$? = $ac_status" >&5 + echo "$as_me:25355: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:25303: result: yes" >&5 + echo "$as_me:25357: 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:25310: result: no" >&5 +echo "$as_me:25364: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -25322,13 +25376,13 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'slang2 if test $cf_found_library = no ; then - { { echo "$as_me:25325: error: Cannot link slang2 library" >&5 + { { echo "$as_me:25379: 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:25331: checking if we can link slang2 without termcap" >&5 +echo "$as_me:25385: 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%^.%%'` @@ -25337,7 +25391,7 @@ else fi LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'` cat >conftest.$ac_ext <<_ACEOF -#line 25340 "configure" +#line 25394 "configure" #include "confdefs.h" #include <slang.h> int @@ -25349,16 +25403,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25352: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25406: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25355: \$? = $ac_status" >&5 + echo "$as_me:25409: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25358: \"$ac_try\"") >&5 + { (eval echo "$as_me:25412: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25361: \$? = $ac_status" >&5 + echo "$as_me:25415: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -25367,12 +25421,12 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:25370: result: $cf_result" >&5 +echo "$as_me:25424: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 test $cf_result = no && LIBS="$cf_slang_LIBS3" else - { { echo "$as_me:25375: error: cannot find slang headers" >&5 + { { echo "$as_me:25429: error: cannot find slang headers" >&5 echo "$as_me: error: cannot find slang headers" >&2;} { (exit 1); exit 1; }; } fi @@ -25380,14 +25434,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:25383: checking if we must define UTF8" >&5 +echo "$as_me:25437: 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 25390 "configure" +#line 25444 "configure" #include "confdefs.h" #include <slang.h> int @@ -25399,16 +25453,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25402: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25456: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25405: \$? = $ac_status" >&5 + echo "$as_me:25459: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25408: \"$ac_try\"") >&5 + { (eval echo "$as_me:25462: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25411: \$? = $ac_status" >&5 + echo "$as_me:25465: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_utf8=no else @@ -25416,7 +25470,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 25419 "configure" +#line 25473 "configure" #include "confdefs.h" #define UTF8 @@ -25430,16 +25484,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25433: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25487: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25436: \$? = $ac_status" >&5 + echo "$as_me:25490: \$? = $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:25493: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25442: \$? = $ac_status" >&5 + echo "$as_me:25496: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_utf8=yes else @@ -25452,7 +25506,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25455: result: $cf_cv_slang_utf8" >&5 +echo "$as_me:25509: result: $cf_cv_slang_utf8" >&5 echo "${ECHO_T}$cf_cv_slang_utf8" >&6 if test "$cf_cv_slang_utf8" = yes ; then @@ -25463,14 +25517,14 @@ EOF fi -echo "$as_me:25466: checking if we must tell slang this is UNIX" >&5 +echo "$as_me:25520: 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 25473 "configure" +#line 25527 "configure" #include "confdefs.h" #include <slang.h> int @@ -25489,16 +25543,16 @@ SLang_TT_Baud_Rate = 1 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25492: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25546: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25495: \$? = $ac_status" >&5 + echo "$as_me:25549: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25498: \"$ac_try\"") >&5 + { (eval echo "$as_me:25552: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25501: \$? = $ac_status" >&5 + echo "$as_me:25555: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_unix=yes else @@ -25509,20 +25563,20 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:25512: result: $cf_cv_slang_unix" >&5 +echo "$as_me:25566: 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:25519: checking for SLsmg_Color_Type" >&5 + echo "$as_me:25573: 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 25525 "configure" +#line 25579 "configure" #include "confdefs.h" #include <slang.h> @@ -25538,16 +25592,16 @@ if (sizeof (SLsmg_Color_Type)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25541: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25595: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25544: \$? = $ac_status" >&5 + echo "$as_me:25598: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25547: \"$ac_try\"") >&5 + { (eval echo "$as_me:25601: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25550: \$? = $ac_status" >&5 + echo "$as_me:25604: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_SLsmg_Color_Type=yes else @@ -25557,7 +25611,7 @@ ac_cv_type_SLsmg_Color_Type=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25560: result: $ac_cv_type_SLsmg_Color_Type" >&5 +echo "$as_me:25614: 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 @@ -25573,13 +25627,13 @@ EOF fi - echo "$as_me:25576: checking for SLtt_Char_Type" >&5 + echo "$as_me:25630: 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 25582 "configure" +#line 25636 "configure" #include "confdefs.h" #include <slang.h> @@ -25595,16 +25649,16 @@ if (sizeof (SLtt_Char_Type)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25598: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25652: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25601: \$? = $ac_status" >&5 + echo "$as_me:25655: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25604: \"$ac_try\"") >&5 + { (eval echo "$as_me:25658: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25607: \$? = $ac_status" >&5 + echo "$as_me:25661: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_SLtt_Char_Type=yes else @@ -25614,7 +25668,7 @@ ac_cv_type_SLtt_Char_Type=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25617: result: $ac_cv_type_SLtt_Char_Type" >&5 +echo "$as_me:25671: 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 @@ -25634,14 +25688,14 @@ fi ;; esac -echo "$as_me:25637: checking for chtype typedef" >&5 +echo "$as_me:25691: 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 25644 "configure" +#line 25698 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -25653,16 +25707,16 @@ chtype foo } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25656: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25710: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25659: \$? = $ac_status" >&5 + echo "$as_me:25713: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25662: \"$ac_try\"") >&5 + { (eval echo "$as_me:25716: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25665: \$? = $ac_status" >&5 + echo "$as_me:25719: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_chtype_decl=yes else @@ -25672,7 +25726,7 @@ cf_cv_chtype_decl=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25675: result: $cf_cv_chtype_decl" >&5 +echo "$as_me:25729: result: $cf_cv_chtype_decl" >&5 echo "${ECHO_T}$cf_cv_chtype_decl" >&6 if test $cf_cv_chtype_decl = yes ; then @@ -25680,14 +25734,14 @@ cat >>confdefs.h <<\EOF #define HAVE_TYPE_CHTYPE 1 EOF - echo "$as_me:25683: checking if chtype is scalar or struct" >&5 + echo "$as_me:25737: 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 25690 "configure" +#line 25744 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -25699,16 +25753,16 @@ chtype foo; long x = foo } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25702: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25756: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25705: \$? = $ac_status" >&5 + echo "$as_me:25759: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25708: \"$ac_try\"") >&5 + { (eval echo "$as_me:25762: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25711: \$? = $ac_status" >&5 + echo "$as_me:25765: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_chtype_type=scalar else @@ -25718,7 +25772,7 @@ cf_cv_chtype_type=struct fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25721: result: $cf_cv_chtype_type" >&5 +echo "$as_me:25775: result: $cf_cv_chtype_type" >&5 echo "${ECHO_T}$cf_cv_chtype_type" >&6 if test $cf_cv_chtype_type = scalar ; then @@ -25729,47 +25783,47 @@ EOF fi fi -echo "$as_me:25732: checking if you want the wide-curses features" >&5 +echo "$as_me:25786: 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. if test "${enable_widec+set}" = set; then enableval="$enable_widec" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_wide_curses=$enableval - else - use_wide_curses=$cf_wide_curses - fi + else + use_wide_curses=$cf_wide_curses + fi else enableval=no - use_wide_curses=$cf_wide_curses + use_wide_curses=$cf_wide_curses fi; -echo "$as_me:25749: result: $use_wide_curses" >&5 +echo "$as_me:25803: result: $use_wide_curses" >&5 echo "${ECHO_T}$use_wide_curses" >&6 -echo "$as_me:25752: checking if color-style code should be used" >&5 +echo "$as_me:25806: 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. if test "${enable_color_style+set}" = set; then enableval="$enable_color_style" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_color_style=$enableval - else - use_color_style=$dft_color_style - fi + else + use_color_style=$dft_color_style + fi else enableval=yes - use_color_style=$dft_color_style + use_color_style=$dft_color_style fi; case $use_color_style in (no) - echo "$as_me:25772: result: no" >&5 + echo "$as_me:25826: result: no" >&5 echo "${ECHO_T}no" >&6 INSTALL_LSS= ;; @@ -25779,10 +25833,10 @@ cat >>confdefs.h <<\EOF #define USE_COLOR_STYLE 1 EOF - echo "$as_me:25782: result: yes" >&5 + echo "$as_me:25836: result: yes" >&5 echo "${ECHO_T}yes" >&6 - echo "$as_me:25785: checking for location of style-sheet file" >&5 + echo "$as_me:25839: 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. @@ -25818,7 +25872,7 @@ case ".$withval" in withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:25821: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:25875: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -25827,7 +25881,7 @@ esac fi eval LYNX_LSS_FILE="$withval" - echo "$as_me:25830: result: $LYNX_LSS_FILE" >&5 + echo "$as_me:25884: result: $LYNX_LSS_FILE" >&5 echo "${ECHO_T}$LYNX_LSS_FILE" >&6 test "$LYNX_LSS_FILE" = no && LYNX_LSS_FILE= @@ -25840,7 +25894,7 @@ EOF ;; esac -echo "$as_me:25843: checking for the default configuration-file" >&5 +echo "$as_me:25897: 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. @@ -25876,7 +25930,7 @@ case ".$withval" in withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:25879: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:25933: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -25885,7 +25939,7 @@ esac fi eval LYNX_CFG_FILE="$withval" -echo "$as_me:25888: result: $LYNX_CFG_FILE" >&5 +echo "$as_me:25942: result: $LYNX_CFG_FILE" >&5 echo "${ECHO_T}$LYNX_CFG_FILE" >&6 test "$LYNX_CFG_FILE" = no && LYNX_CFG_FILE= @@ -25894,7 +25948,7 @@ cat >>confdefs.h <<EOF #define LYNX_CFG_FILE "$LYNX_CFG_FILE" EOF -echo "$as_me:25897: checking for the default configuration-path" >&5 +echo "$as_me:25951: 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. @@ -25930,7 +25984,7 @@ case ".$withval" in withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:25933: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:25987: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -25939,7 +25993,7 @@ esac fi eval LYNX_CFG_PATH="$withval" -echo "$as_me:25942: result: $LYNX_CFG_PATH" >&5 +echo "$as_me:25996: result: $LYNX_CFG_PATH" >&5 echo "${ECHO_T}$LYNX_CFG_PATH" >&6 test -z "$LYNX_CFG_PATH" && `echo "$LYNX_CFG_FILE" | sed -e 's%/[^/]*$%%'` @@ -25949,24 +26003,24 @@ cat >>confdefs.h <<EOF #define LYNX_CFG_PATH "$LYNX_CFG_PATH" EOF -echo "$as_me:25952: checking if htmlized lynx.cfg should be built" >&5 +echo "$as_me:26006: 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. if test "${enable_htmlized_cfg+set}" = set; then enableval="$enable_htmlized_cfg" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_htmlized_cfg=$enableval - else - use_htmlized_cfg=no - fi + else + use_htmlized_cfg=no + fi else enableval=no - use_htmlized_cfg=no + use_htmlized_cfg=no fi; -echo "$as_me:25969: result: $use_htmlized_cfg" >&5 +echo "$as_me:26023: result: $use_htmlized_cfg" >&5 echo "${ECHO_T}$use_htmlized_cfg" >&6 LYNXCFG_MAKE='' @@ -25974,24 +26028,24 @@ if test $use_htmlized_cfg = no ; then LYNXCFG_MAKE='#' fi -echo "$as_me:25977: checking if local doc directory should be linked to help page" >&5 +echo "$as_me:26031: 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. if test "${enable_local_docs+set}" = set; then enableval="$enable_local_docs" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_local_docs=$enableval - else - use_local_docs=no - fi + else + use_local_docs=no + fi else enableval=no - use_local_docs=no + use_local_docs=no fi; -echo "$as_me:25994: result: $use_local_docs" >&5 +echo "$as_me:26048: result: $use_local_docs" >&5 echo "${ECHO_T}$use_local_docs" >&6 LYNXDOC_MAKE='' @@ -25999,7 +26053,7 @@ if test $use_local_docs = no ; then LYNXDOC_MAKE='#' fi -echo "$as_me:26002: checking for MIME library directory" >&5 +echo "$as_me:26056: 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. @@ -26035,7 +26089,7 @@ case ".$withval" in withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:26038: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:26092: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -26044,7 +26098,7 @@ esac fi eval MIME_LIBDIR="$withval" -echo "$as_me:26047: result: $MIME_LIBDIR" >&5 +echo "$as_me:26101: result: $MIME_LIBDIR" >&5 echo "${ECHO_T}$MIME_LIBDIR" >&6 MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'` @@ -26052,24 +26106,24 @@ cat >>confdefs.h <<EOF #define MIME_LIBDIR "$MIME_LIBDIR" EOF -echo "$as_me:26055: checking if locale-charset selection logic should be used" >&5 +echo "$as_me:26109: 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. if test "${enable_locale_charset+set}" = set; then enableval="$enable_locale_charset" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_locale_charset=$enableval - else - use_locale_charset=yes - fi + else + use_locale_charset=yes + fi else enableval=yes - use_locale_charset=yes + use_locale_charset=yes fi; -echo "$as_me:26072: result: $use_locale_charset" >&5 +echo "$as_me:26126: result: $use_locale_charset" >&5 echo "${ECHO_T}$use_locale_charset" >&6 test $use_locale_charset != no && cat >>confdefs.h <<\EOF @@ -26078,7 +26132,7 @@ EOF CHARSET_DEFS= -echo "$as_me:26081: checking if you want only a few charsets" >&5 +echo "$as_me:26135: 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. @@ -26090,7 +26144,7 @@ else fi; if test -n "$cf_charsets" ; then - echo "$as_me:26093: result: yes" >&5 + echo "$as_me:26147: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF @@ -26104,7 +26158,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}:26107: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5 +echo "${as_me:-configure}:26161: 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'` @@ -26131,28 +26185,28 @@ echo "${as_me:-configure}:26107: testing using minimal list of charsets: $cf_min then test -n "$verbose" && echo " found $cf_charset" 1>&6 -echo "${as_me:-configure}:26134: testing found $cf_charset ..." 1>&5 +echo "${as_me:-configure}:26188: 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}:26140: testing not found $cf_charset ..." 1>&5 +echo "${as_me:-configure}:26194: testing not found $cf_charset ..." 1>&5 fi done else - echo "$as_me:26145: result: no" >&5 + echo "$as_me:26199: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:26149: checking for ANSI C header files" >&5 +echo "$as_me:26203: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 26155 "configure" +#line 26209 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -26160,13 +26214,13 @@ else #include <float.h> _ACEOF -if { (eval echo "$as_me:26163: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:26217: \"$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:26169: \$? = $ac_status" >&5 + echo "$as_me:26223: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -26188,7 +26242,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 26191 "configure" +#line 26245 "configure" #include "confdefs.h" #include <string.h> @@ -26206,7 +26260,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 26209 "configure" +#line 26263 "configure" #include "confdefs.h" #include <stdlib.h> @@ -26227,7 +26281,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 26230 "configure" +#line 26284 "configure" #include "confdefs.h" #include <ctype.h> #if ((' ' & 0x0FF) == 0x020) @@ -26253,15 +26307,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:26256: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26310: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26259: \$? = $ac_status" >&5 + echo "$as_me:26313: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:26261: \"$ac_try\"") >&5 + { (eval echo "$as_me:26315: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26264: \$? = $ac_status" >&5 + echo "$as_me:26318: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -26274,7 +26328,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:26277: result: $ac_cv_header_stdc" >&5 +echo "$as_me:26331: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -26284,13 +26338,13 @@ EOF fi -echo "$as_me:26287: checking whether time.h and sys/time.h may both be included" >&5 +echo "$as_me:26341: 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 26293 "configure" +#line 26347 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/time.h> @@ -26306,16 +26360,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26309: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26363: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26312: \$? = $ac_status" >&5 + echo "$as_me:26366: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26315: \"$ac_try\"") >&5 + { (eval echo "$as_me:26369: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26318: \$? = $ac_status" >&5 + echo "$as_me:26372: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes else @@ -26325,7 +26379,7 @@ ac_cv_header_time=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:26328: result: $ac_cv_header_time" >&5 +echo "$as_me:26382: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -26338,13 +26392,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:26341: checking for $ac_hdr that defines DIR" >&5 +echo "$as_me:26395: 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 26347 "configure" +#line 26401 "configure" #include "confdefs.h" #include <sys/types.h> #include <$ac_hdr> @@ -26359,16 +26413,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26362: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26416: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26365: \$? = $ac_status" >&5 + echo "$as_me:26419: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26368: \"$ac_try\"") >&5 + { (eval echo "$as_me:26422: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26371: \$? = $ac_status" >&5 + echo "$as_me:26425: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -26378,7 +26432,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:26381: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:26435: 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 @@ -26391,7 +26445,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:26394: checking for opendir in -ldir" >&5 + echo "$as_me:26448: 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 @@ -26399,7 +26453,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldir $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 26402 "configure" +#line 26456 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -26418,16 +26472,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26421: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26475: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26424: \$? = $ac_status" >&5 + echo "$as_me:26478: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26427: \"$ac_try\"") >&5 + { (eval echo "$as_me:26481: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26430: \$? = $ac_status" >&5 + echo "$as_me:26484: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dir_opendir=yes else @@ -26438,14 +26492,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:26441: result: $ac_cv_lib_dir_opendir" >&5 +echo "$as_me:26495: 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:26448: checking for opendir in -lx" >&5 + echo "$as_me:26502: 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 @@ -26453,7 +26507,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lx $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 26456 "configure" +#line 26510 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -26472,16 +26526,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26475: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26529: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26478: \$? = $ac_status" >&5 + echo "$as_me:26532: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26481: \"$ac_try\"") >&5 + { (eval echo "$as_me:26535: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26484: \$? = $ac_status" >&5 + echo "$as_me:26538: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_x_opendir=yes else @@ -26492,7 +26546,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:26495: result: $ac_cv_lib_x_opendir" >&5 +echo "$as_me:26549: 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" @@ -26520,23 +26574,23 @@ for ac_header in \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:26523: checking for $ac_header" >&5 +echo "$as_me:26577: 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 26529 "configure" +#line 26583 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26533: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:26587: \"$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:26539: \$? = $ac_status" >&5 + echo "$as_me:26593: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -26555,7 +26609,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:26558: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:26612: 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 @@ -26565,14 +26619,14 @@ EOF fi done -echo "$as_me:26568: checking termio.h and termios.h" >&5 +echo "$as_me:26622: 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 26575 "configure" +#line 26629 "configure" #include "confdefs.h" #if HAVE_TERMIO_H @@ -26590,16 +26644,16 @@ putchar (0x0a) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26593: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26647: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26596: \$? = $ac_status" >&5 + echo "$as_me:26650: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26599: \"$ac_try\"") >&5 + { (eval echo "$as_me:26653: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26602: \$? = $ac_status" >&5 + echo "$as_me:26656: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termio_and_termios=yes else @@ -26610,21 +26664,21 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:26613: result: $cf_cv_termio_and_termios" >&5 +echo "$as_me:26667: 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:26620: checking for sigaction and structs" >&5 +echo "$as_me:26674: 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 26627 "configure" +#line 26681 "configure" #include "confdefs.h" #include <sys/types.h> @@ -26644,16 +26698,16 @@ struct sigaction act; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26647: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26701: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26650: \$? = $ac_status" >&5 + echo "$as_me:26704: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26653: \"$ac_try\"") >&5 + { (eval echo "$as_me:26707: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26656: \$? = $ac_status" >&5 + echo "$as_me:26710: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_func_sigaction=yes else @@ -26664,7 +26718,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:26667: result: $cf_cv_func_sigaction" >&5 +echo "$as_me:26721: result: $cf_cv_func_sigaction" >&5 echo "${ECHO_T}$cf_cv_func_sigaction" >&6 test "$cf_cv_func_sigaction" = yes && cat >>confdefs.h <<\EOF @@ -26674,23 +26728,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:26677: checking for $ac_header" >&5 +echo "$as_me:26731: 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 26683 "configure" +#line 26737 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26687: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:26741: \"$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:26693: \$? = $ac_status" >&5 + echo "$as_me:26747: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -26709,7 +26763,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:26712: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:26766: 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 @@ -26730,23 +26784,23 @@ else for ac_header in wait.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:26733: checking for $ac_header" >&5 +echo "$as_me:26787: 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 26739 "configure" +#line 26793 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26743: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:26797: \"$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:26749: \$? = $ac_status" >&5 + echo "$as_me:26803: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -26765,7 +26819,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:26768: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:26822: 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 @@ -26778,23 +26832,23 @@ done for ac_header in waitstatus.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:26781: checking for $ac_header" >&5 +echo "$as_me:26835: 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 26787 "configure" +#line 26841 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26791: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:26845: \"$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:26797: \$? = $ac_status" >&5 + echo "$as_me:26851: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -26813,7 +26867,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:26816: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:26870: 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 @@ -26835,14 +26889,14 @@ cf_wait_headers="$cf_wait_headers fi fi -echo "$as_me:26838: checking for union wait" >&5 +echo "$as_me:26892: 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 26845 "configure" +#line 26899 "configure" #include "confdefs.h" $cf_wait_headers int @@ -26858,16 +26912,16 @@ int x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26861: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26915: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26864: \$? = $ac_status" >&5 + echo "$as_me:26918: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26867: \"$ac_try\"") >&5 + { (eval echo "$as_me:26921: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26870: \$? = $ac_status" >&5 + echo "$as_me:26924: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_type_unionwait=no echo compiles ok w/o union wait 1>&5 @@ -26877,7 +26931,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 26880 "configure" +#line 26934 "configure" #include "confdefs.h" $cf_wait_headers int @@ -26897,16 +26951,16 @@ union wait x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26900: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26954: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26903: \$? = $ac_status" >&5 + echo "$as_me:26957: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26906: \"$ac_try\"") >&5 + { (eval echo "$as_me:26960: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26909: \$? = $ac_status" >&5 + echo "$as_me:26963: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_type_unionwait=yes echo compiles ok with union wait and possibly macros too 1>&5 @@ -26921,7 +26975,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:26924: result: $cf_cv_type_unionwait" >&5 +echo "$as_me:26978: result: $cf_cv_type_unionwait" >&5 echo "${ECHO_T}$cf_cv_type_unionwait" >&6 test $cf_cv_type_unionwait = yes && cat >>confdefs.h <<\EOF @@ -26930,14 +26984,14 @@ EOF if test $cf_cv_type_unionwait = yes; then - echo "$as_me:26933: checking if union wait can be used as wait-arg" >&5 + echo "$as_me:26987: 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 26940 "configure" +#line 26994 "configure" #include "confdefs.h" $cf_wait_headers int @@ -26949,16 +27003,16 @@ union wait x; wait(&x) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26952: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27006: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26955: \$? = $ac_status" >&5 + echo "$as_me:27009: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26958: \"$ac_try\"") >&5 + { (eval echo "$as_me:27012: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26961: \$? = $ac_status" >&5 + echo "$as_me:27015: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_arg_union_wait=yes else @@ -26970,21 +27024,21 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi - echo "$as_me:26973: result: $cf_cv_arg_union_wait" >&5 + echo "$as_me:27027: 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:26980: checking if union wait can be used as waitpid-arg" >&5 + echo "$as_me:27034: 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 26987 "configure" +#line 27041 "configure" #include "confdefs.h" $cf_wait_headers int @@ -26996,16 +27050,16 @@ union wait x; waitpid(0, &x, 0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26999: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27053: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27002: \$? = $ac_status" >&5 + echo "$as_me:27056: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27005: \"$ac_try\"") >&5 + { (eval echo "$as_me:27059: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27008: \$? = $ac_status" >&5 + echo "$as_me:27062: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_arg_union_waitpid=yes else @@ -27017,7 +27071,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi - echo "$as_me:27020: result: $cf_cv_arg_union_waitpid" >&5 + echo "$as_me:27074: 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 @@ -27026,13 +27080,13 @@ EOF fi -echo "$as_me:27029: checking for uid_t in sys/types.h" >&5 +echo "$as_me:27083: 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 27035 "configure" +#line 27089 "configure" #include "confdefs.h" #include <sys/types.h> @@ -27046,7 +27100,7 @@ fi rm -rf conftest* fi -echo "$as_me:27049: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:27103: 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 @@ -27060,7 +27114,7 @@ EOF fi -echo "$as_me:27063: checking type of array argument to getgroups" >&5 +echo "$as_me:27117: 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 @@ -27069,7 +27123,7 @@ else ac_cv_type_getgroups=cross else cat >conftest.$ac_ext <<_ACEOF -#line 27072 "configure" +#line 27126 "configure" #include "confdefs.h" /* Thanks to Mike Rendell for this test. */ #include <sys/types.h> @@ -27095,15 +27149,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:27098: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27152: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27101: \$? = $ac_status" >&5 + echo "$as_me:27155: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:27103: \"$ac_try\"") >&5 + { (eval echo "$as_me:27157: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27106: \$? = $ac_status" >&5 + echo "$as_me:27160: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_getgroups=gid_t else @@ -27116,7 +27170,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_type_getgroups = cross; then cat >conftest.$ac_ext <<_ACEOF -#line 27119 "configure" +#line 27173 "configure" #include "confdefs.h" #include <unistd.h> @@ -27131,20 +27185,20 @@ rm -rf conftest* fi fi -echo "$as_me:27134: result: $ac_cv_type_getgroups" >&5 +echo "$as_me:27188: 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:27141: checking for off_t" >&5 +echo "$as_me:27195: 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 27147 "configure" +#line 27201 "configure" #include "confdefs.h" $ac_includes_default int @@ -27159,16 +27213,16 @@ if (sizeof (off_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27162: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27216: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27165: \$? = $ac_status" >&5 + echo "$as_me:27219: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27168: \"$ac_try\"") >&5 + { (eval echo "$as_me:27222: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27171: \$? = $ac_status" >&5 + echo "$as_me:27225: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes else @@ -27178,7 +27232,7 @@ ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27181: result: $ac_cv_type_off_t" >&5 +echo "$as_me:27235: 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 : @@ -27190,13 +27244,13 @@ EOF fi -echo "$as_me:27193: checking for pid_t" >&5 +echo "$as_me:27247: 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 27199 "configure" +#line 27253 "configure" #include "confdefs.h" $ac_includes_default int @@ -27211,16 +27265,16 @@ if (sizeof (pid_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27214: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27268: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27217: \$? = $ac_status" >&5 + echo "$as_me:27271: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27220: \"$ac_try\"") >&5 + { (eval echo "$as_me:27274: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27223: \$? = $ac_status" >&5 + echo "$as_me:27277: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_pid_t=yes else @@ -27230,7 +27284,7 @@ ac_cv_type_pid_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27233: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:27287: 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 : @@ -27242,13 +27296,13 @@ EOF fi -echo "$as_me:27245: checking for uid_t in sys/types.h" >&5 +echo "$as_me:27299: 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 27251 "configure" +#line 27305 "configure" #include "confdefs.h" #include <sys/types.h> @@ -27262,7 +27316,7 @@ fi rm -rf conftest* fi -echo "$as_me:27265: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:27319: 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 @@ -27276,13 +27330,13 @@ EOF fi -echo "$as_me:27279: checking for mode_t" >&5 +echo "$as_me:27333: 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 27285 "configure" +#line 27339 "configure" #include "confdefs.h" $ac_includes_default int @@ -27297,16 +27351,16 @@ if (sizeof (mode_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27300: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27354: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27303: \$? = $ac_status" >&5 + echo "$as_me:27357: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27306: \"$ac_try\"") >&5 + { (eval echo "$as_me:27360: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27309: \$? = $ac_status" >&5 + echo "$as_me:27363: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_mode_t=yes else @@ -27316,7 +27370,7 @@ ac_cv_type_mode_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27319: result: $ac_cv_type_mode_t" >&5 +echo "$as_me:27373: 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 : @@ -27328,13 +27382,13 @@ EOF fi - echo "$as_me:27331: checking for ssize_t" >&5 + echo "$as_me:27385: 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 27337 "configure" +#line 27391 "configure" #include "confdefs.h" $ac_includes_default int @@ -27349,16 +27403,16 @@ if (sizeof (ssize_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27352: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27406: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27355: \$? = $ac_status" >&5 + echo "$as_me:27409: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27358: \"$ac_try\"") >&5 + { (eval echo "$as_me:27412: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27361: \$? = $ac_status" >&5 + echo "$as_me:27415: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ssize_t=yes else @@ -27368,7 +27422,7 @@ ac_cv_type_ssize_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27371: result: $ac_cv_type_ssize_t" >&5 +echo "$as_me:27425: 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 @@ -27384,13 +27438,13 @@ EOF fi - echo "$as_me:27387: checking for socklen_t" >&5 + echo "$as_me:27441: 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 27393 "configure" +#line 27447 "configure" #include "confdefs.h" #include <sys/types.h> @@ -27408,16 +27462,16 @@ if (sizeof (socklen_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27411: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27465: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27414: \$? = $ac_status" >&5 + echo "$as_me:27468: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27417: \"$ac_try\"") >&5 + { (eval echo "$as_me:27471: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27420: \$? = $ac_status" >&5 + echo "$as_me:27474: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_socklen_t=yes else @@ -27427,7 +27481,7 @@ ac_cv_type_socklen_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27430: result: $ac_cv_type_socklen_t" >&5 +echo "$as_me:27484: 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 @@ -27443,7 +27497,7 @@ EOF fi -echo "$as_me:27446: checking for long long type" >&5 +echo "$as_me:27500: 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 @@ -27474,7 +27528,7 @@ _CFEOF rm -f conftest* fi -echo "$as_me:27477: result: $cf_cv_type_long_long" >&5 +echo "$as_me:27531: 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 @@ -27485,14 +27539,14 @@ EOF fi -echo "$as_me:27488: checking for tm.tm_gmtoff" >&5 +echo "$as_me:27542: 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 27495 "configure" +#line 27549 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME @@ -27517,16 +27571,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27520: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27574: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27523: \$? = $ac_status" >&5 + echo "$as_me:27577: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27526: \"$ac_try\"") >&5 + { (eval echo "$as_me:27580: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27529: \$? = $ac_status" >&5 + echo "$as_me:27583: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_tm_gmtoff=yes else @@ -27537,20 +27591,20 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27540: result: $cf_cv_tm_gmtoff" >&5 +echo "$as_me:27594: 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:27547: checking for int" >&5 +echo "$as_me:27601: 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 27553 "configure" +#line 27607 "configure" #include "confdefs.h" $ac_includes_default int @@ -27565,16 +27619,16 @@ if (sizeof (int)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27568: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27622: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27571: \$? = $ac_status" >&5 + echo "$as_me:27625: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27574: \"$ac_try\"") >&5 + { (eval echo "$as_me:27628: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27577: \$? = $ac_status" >&5 + echo "$as_me:27631: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_int=yes else @@ -27584,10 +27638,10 @@ ac_cv_type_int=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27587: result: $ac_cv_type_int" >&5 +echo "$as_me:27641: result: $ac_cv_type_int" >&5 echo "${ECHO_T}$ac_cv_type_int" >&6 -echo "$as_me:27590: checking size of int" >&5 +echo "$as_me:27644: 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 @@ -27596,7 +27650,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 27599 "configure" +#line 27653 "configure" #include "confdefs.h" $ac_includes_default int @@ -27608,21 +27662,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27611: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27665: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27614: \$? = $ac_status" >&5 + echo "$as_me:27668: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27617: \"$ac_try\"") >&5 + { (eval echo "$as_me:27671: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27620: \$? = $ac_status" >&5 + echo "$as_me:27674: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 27625 "configure" +#line 27679 "configure" #include "confdefs.h" $ac_includes_default int @@ -27634,16 +27688,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27637: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27691: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27640: \$? = $ac_status" >&5 + echo "$as_me:27694: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27643: \"$ac_try\"") >&5 + { (eval echo "$as_me:27697: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27646: \$? = $ac_status" >&5 + echo "$as_me:27700: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -27659,7 +27713,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 27662 "configure" +#line 27716 "configure" #include "confdefs.h" $ac_includes_default int @@ -27671,16 +27725,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27674: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27728: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27677: \$? = $ac_status" >&5 + echo "$as_me:27731: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27680: \"$ac_try\"") >&5 + { (eval echo "$as_me:27734: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27683: \$? = $ac_status" >&5 + echo "$as_me:27737: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -27696,7 +27750,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 27699 "configure" +#line 27753 "configure" #include "confdefs.h" $ac_includes_default int @@ -27708,16 +27762,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27711: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27765: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27714: \$? = $ac_status" >&5 + echo "$as_me:27768: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27717: \"$ac_try\"") >&5 + { (eval echo "$as_me:27771: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27720: \$? = $ac_status" >&5 + echo "$as_me:27774: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -27730,12 +27784,12 @@ done ac_cv_sizeof_int=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:27733: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:27787: 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 27738 "configure" +#line 27792 "configure" #include "confdefs.h" $ac_includes_default int @@ -27751,15 +27805,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:27754: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27808: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27757: \$? = $ac_status" >&5 + echo "$as_me:27811: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:27759: \"$ac_try\"") >&5 + { (eval echo "$as_me:27813: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27762: \$? = $ac_status" >&5 + echo "$as_me:27816: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` else @@ -27775,7 +27829,7 @@ else ac_cv_sizeof_int=0 fi fi -echo "$as_me:27778: result: $ac_cv_sizeof_int" >&5 +echo "$as_me:27832: 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 @@ -27783,23 +27837,23 @@ EOF if test "${ac_cv_type_int+set}" = set; then if test "${ac_cv_sizeof_int+set}" != set; then - { echo "$as_me:27786: WARNING: using 4 for sizeof int" >&5 + { echo "$as_me:27840: 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:27790: WARNING: sizeof int not found, using 4" >&5 + { echo "$as_me:27844: 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 fi -echo "$as_me:27796: checking for long" >&5 +echo "$as_me:27850: 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 27802 "configure" +#line 27856 "configure" #include "confdefs.h" $ac_includes_default int @@ -27814,16 +27868,16 @@ if (sizeof (long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27817: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27871: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27820: \$? = $ac_status" >&5 + echo "$as_me:27874: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27823: \"$ac_try\"") >&5 + { (eval echo "$as_me:27877: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27826: \$? = $ac_status" >&5 + echo "$as_me:27880: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long=yes else @@ -27833,10 +27887,10 @@ ac_cv_type_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:27836: result: $ac_cv_type_long" >&5 +echo "$as_me:27890: result: $ac_cv_type_long" >&5 echo "${ECHO_T}$ac_cv_type_long" >&6 -echo "$as_me:27839: checking size of long" >&5 +echo "$as_me:27893: 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 @@ -27845,7 +27899,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 27848 "configure" +#line 27902 "configure" #include "confdefs.h" $ac_includes_default int @@ -27857,21 +27911,21 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27860: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27914: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27863: \$? = $ac_status" >&5 + echo "$as_me:27917: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27866: \"$ac_try\"") >&5 + { (eval echo "$as_me:27920: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27869: \$? = $ac_status" >&5 + echo "$as_me:27923: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 27874 "configure" +#line 27928 "configure" #include "confdefs.h" $ac_includes_default int @@ -27883,16 +27937,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27886: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27940: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27889: \$? = $ac_status" >&5 + echo "$as_me:27943: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27892: \"$ac_try\"") >&5 + { (eval echo "$as_me:27946: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27895: \$? = $ac_status" >&5 + echo "$as_me:27949: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -27908,7 +27962,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 27911 "configure" +#line 27965 "configure" #include "confdefs.h" $ac_includes_default int @@ -27920,16 +27974,16 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27923: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27977: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27926: \$? = $ac_status" >&5 + echo "$as_me:27980: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27929: \"$ac_try\"") >&5 + { (eval echo "$as_me:27983: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27932: \$? = $ac_status" >&5 + echo "$as_me:27986: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -27945,7 +27999,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 27948 "configure" +#line 28002 "configure" #include "confdefs.h" $ac_includes_default int @@ -27957,16 +28011,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27960: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28014: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27963: \$? = $ac_status" >&5 + echo "$as_me:28017: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27966: \"$ac_try\"") >&5 + { (eval echo "$as_me:28020: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27969: \$? = $ac_status" >&5 + echo "$as_me:28023: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -27979,12 +28033,12 @@ done ac_cv_sizeof_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:27982: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:28036: 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 27987 "configure" +#line 28041 "configure" #include "confdefs.h" $ac_includes_default int @@ -28000,15 +28054,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:28003: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28057: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28006: \$? = $ac_status" >&5 + echo "$as_me:28060: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:28008: \"$ac_try\"") >&5 + { (eval echo "$as_me:28062: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28011: \$? = $ac_status" >&5 + echo "$as_me:28065: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else @@ -28024,7 +28078,7 @@ else ac_cv_sizeof_long=0 fi fi -echo "$as_me:28027: result: $ac_cv_sizeof_long" >&5 +echo "$as_me:28081: 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 @@ -28032,23 +28086,23 @@ EOF if test "${ac_cv_type_long+set}" = set; then if test "${ac_cv_sizeof_long+set}" != set; then - { echo "$as_me:28035: WARNING: using 4 for sizeof long" >&5 + { echo "$as_me:28089: 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:28039: WARNING: sizeof long not found, using 4" >&5 + { echo "$as_me:28093: 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 fi -echo "$as_me:28045: checking for off_t" >&5 +echo "$as_me:28099: 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 28051 "configure" +#line 28105 "configure" #include "confdefs.h" $ac_includes_default int @@ -28063,16 +28117,16 @@ if (sizeof (off_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28066: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28120: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28069: \$? = $ac_status" >&5 + echo "$as_me:28123: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28072: \"$ac_try\"") >&5 + { (eval echo "$as_me:28126: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28075: \$? = $ac_status" >&5 + echo "$as_me:28129: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes else @@ -28082,10 +28136,10 @@ ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:28085: result: $ac_cv_type_off_t" >&5 +echo "$as_me:28139: result: $ac_cv_type_off_t" >&5 echo "${ECHO_T}$ac_cv_type_off_t" >&6 -echo "$as_me:28088: checking size of off_t" >&5 +echo "$as_me:28142: 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 @@ -28094,7 +28148,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 28097 "configure" +#line 28151 "configure" #include "confdefs.h" $ac_includes_default int @@ -28106,21 +28160,21 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28109: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28163: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28112: \$? = $ac_status" >&5 + echo "$as_me:28166: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28115: \"$ac_try\"") >&5 + { (eval echo "$as_me:28169: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28118: \$? = $ac_status" >&5 + echo "$as_me:28172: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 28123 "configure" +#line 28177 "configure" #include "confdefs.h" $ac_includes_default int @@ -28132,16 +28186,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28135: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28189: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28138: \$? = $ac_status" >&5 + echo "$as_me:28192: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28141: \"$ac_try\"") >&5 + { (eval echo "$as_me:28195: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28144: \$? = $ac_status" >&5 + echo "$as_me:28198: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -28157,7 +28211,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 28160 "configure" +#line 28214 "configure" #include "confdefs.h" $ac_includes_default int @@ -28169,16 +28223,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28172: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28226: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28175: \$? = $ac_status" >&5 + echo "$as_me:28229: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28178: \"$ac_try\"") >&5 + { (eval echo "$as_me:28232: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28181: \$? = $ac_status" >&5 + echo "$as_me:28235: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -28194,7 +28248,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 28197 "configure" +#line 28251 "configure" #include "confdefs.h" $ac_includes_default int @@ -28206,16 +28260,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28209: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28263: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28212: \$? = $ac_status" >&5 + echo "$as_me:28266: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28215: \"$ac_try\"") >&5 + { (eval echo "$as_me:28269: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28218: \$? = $ac_status" >&5 + echo "$as_me:28272: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -28228,12 +28282,12 @@ done ac_cv_sizeof_off_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:28231: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:28285: 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 28236 "configure" +#line 28290 "configure" #include "confdefs.h" $ac_includes_default int @@ -28249,15 +28303,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:28252: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28306: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28255: \$? = $ac_status" >&5 + echo "$as_me:28309: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:28257: \"$ac_try\"") >&5 + { (eval echo "$as_me:28311: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28260: \$? = $ac_status" >&5 + echo "$as_me:28314: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_off_t=`cat conftest.val` else @@ -28273,7 +28327,7 @@ else ac_cv_sizeof_off_t=0 fi fi -echo "$as_me:28276: result: $ac_cv_sizeof_off_t" >&5 +echo "$as_me:28330: 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 @@ -28281,23 +28335,23 @@ EOF if test "${ac_cv_type_off_t+set}" = set; then if test "${ac_cv_sizeof_off_t+set}" != set; then - { echo "$as_me:28284: WARNING: using 4 for sizeof off_t" >&5 + { echo "$as_me:28338: 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:28288: WARNING: sizeof off_t not found, using 4" >&5 + { echo "$as_me:28342: 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 fi -echo "$as_me:28294: checking for time_t" >&5 +echo "$as_me:28348: 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 28300 "configure" +#line 28354 "configure" #include "confdefs.h" $ac_includes_default int @@ -28312,16 +28366,16 @@ if (sizeof (time_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28315: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28369: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28318: \$? = $ac_status" >&5 + echo "$as_me:28372: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28321: \"$ac_try\"") >&5 + { (eval echo "$as_me:28375: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28324: \$? = $ac_status" >&5 + echo "$as_me:28378: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_time_t=yes else @@ -28331,10 +28385,10 @@ ac_cv_type_time_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:28334: result: $ac_cv_type_time_t" >&5 +echo "$as_me:28388: result: $ac_cv_type_time_t" >&5 echo "${ECHO_T}$ac_cv_type_time_t" >&6 -echo "$as_me:28337: checking size of time_t" >&5 +echo "$as_me:28391: 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 @@ -28343,7 +28397,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 28346 "configure" +#line 28400 "configure" #include "confdefs.h" $ac_includes_default int @@ -28355,21 +28409,21 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28358: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28412: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28361: \$? = $ac_status" >&5 + echo "$as_me:28415: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28364: \"$ac_try\"") >&5 + { (eval echo "$as_me:28418: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28367: \$? = $ac_status" >&5 + echo "$as_me:28421: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 28372 "configure" +#line 28426 "configure" #include "confdefs.h" $ac_includes_default int @@ -28381,16 +28435,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28384: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28438: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28387: \$? = $ac_status" >&5 + echo "$as_me:28441: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28390: \"$ac_try\"") >&5 + { (eval echo "$as_me:28444: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28393: \$? = $ac_status" >&5 + echo "$as_me:28447: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -28406,7 +28460,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 28409 "configure" +#line 28463 "configure" #include "confdefs.h" $ac_includes_default int @@ -28418,16 +28472,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28421: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28475: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28424: \$? = $ac_status" >&5 + echo "$as_me:28478: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28427: \"$ac_try\"") >&5 + { (eval echo "$as_me:28481: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28430: \$? = $ac_status" >&5 + echo "$as_me:28484: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -28443,7 +28497,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 28446 "configure" +#line 28500 "configure" #include "confdefs.h" $ac_includes_default int @@ -28455,16 +28509,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28458: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28512: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28461: \$? = $ac_status" >&5 + echo "$as_me:28515: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28464: \"$ac_try\"") >&5 + { (eval echo "$as_me:28518: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28467: \$? = $ac_status" >&5 + echo "$as_me:28521: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -28477,12 +28531,12 @@ done ac_cv_sizeof_time_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:28480: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:28534: 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 28485 "configure" +#line 28539 "configure" #include "confdefs.h" $ac_includes_default int @@ -28498,15 +28552,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:28501: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28555: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28504: \$? = $ac_status" >&5 + echo "$as_me:28558: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:28506: \"$ac_try\"") >&5 + { (eval echo "$as_me:28560: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28509: \$? = $ac_status" >&5 + echo "$as_me:28563: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_time_t=`cat conftest.val` else @@ -28522,7 +28576,7 @@ else ac_cv_sizeof_time_t=0 fi fi -echo "$as_me:28525: result: $ac_cv_sizeof_time_t" >&5 +echo "$as_me:28579: 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 @@ -28530,23 +28584,23 @@ EOF if test "${ac_cv_type_time_t+set}" = set; then if test "${ac_cv_sizeof_time_t+set}" != set; then - { echo "$as_me:28533: WARNING: using 4 for sizeof time_t" >&5 + { echo "$as_me:28587: 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:28537: WARNING: sizeof time_t not found, using 4" >&5 + { echo "$as_me:28591: 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 fi -echo "$as_me:28543: checking for intptr_t" >&5 +echo "$as_me:28597: 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 28549 "configure" +#line 28603 "configure" #include "confdefs.h" $ac_includes_default int @@ -28561,16 +28615,16 @@ if (sizeof (intptr_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28564: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28618: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28567: \$? = $ac_status" >&5 + echo "$as_me:28621: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28570: \"$ac_try\"") >&5 + { (eval echo "$as_me:28624: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28573: \$? = $ac_status" >&5 + echo "$as_me:28627: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_intptr_t=yes else @@ -28580,7 +28634,7 @@ ac_cv_type_intptr_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:28583: result: $ac_cv_type_intptr_t" >&5 +echo "$as_me:28637: 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 : @@ -28594,13 +28648,13 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:28597: checking for working alloca.h" >&5 +echo "$as_me:28651: 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 28603 "configure" +#line 28657 "configure" #include "confdefs.h" #include <alloca.h> int @@ -28612,16 +28666,16 @@ char *p = (char *) alloca (2 * sizeof (int)); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28615: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28669: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28618: \$? = $ac_status" >&5 + echo "$as_me:28672: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28621: \"$ac_try\"") >&5 + { (eval echo "$as_me:28675: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28624: \$? = $ac_status" >&5 + echo "$as_me:28678: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes else @@ -28631,7 +28685,7 @@ ac_cv_working_alloca_h=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28634: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:28688: 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 @@ -28641,13 +28695,13 @@ EOF fi -echo "$as_me:28644: checking for alloca" >&5 +echo "$as_me:28698: 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 28650 "configure" +#line 28704 "configure" #include "confdefs.h" #ifdef __GNUC__ # define alloca __builtin_alloca @@ -28679,16 +28733,16 @@ char *p = (char *) alloca (1); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28682: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28736: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28685: \$? = $ac_status" >&5 + echo "$as_me:28739: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28688: \"$ac_try\"") >&5 + { (eval echo "$as_me:28742: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28691: \$? = $ac_status" >&5 + echo "$as_me:28745: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else @@ -28698,7 +28752,7 @@ ac_cv_func_alloca_works=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28701: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:28755: 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 @@ -28719,13 +28773,13 @@ cat >>confdefs.h <<\EOF #define C_ALLOCA 1 EOF -echo "$as_me:28722: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:28776: 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 28728 "configure" +#line 28782 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -28743,18 +28797,18 @@ fi rm -rf conftest* fi -echo "$as_me:28746: result: $ac_cv_os_cray" >&5 +echo "$as_me:28800: 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:28751: checking for $ac_func" >&5 +echo "$as_me:28805: 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 28757 "configure" +#line 28811 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -28785,16 +28839,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28788: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28842: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28791: \$? = $ac_status" >&5 + echo "$as_me:28845: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28794: \"$ac_try\"") >&5 + { (eval echo "$as_me:28848: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28797: \$? = $ac_status" >&5 + echo "$as_me:28851: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -28804,7 +28858,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28807: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:28861: 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 @@ -28818,7 +28872,7 @@ fi done fi -echo "$as_me:28821: checking stack direction for C alloca" >&5 +echo "$as_me:28875: 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 @@ -28827,7 +28881,7 @@ else ac_cv_c_stack_direction=0 else cat >conftest.$ac_ext <<_ACEOF -#line 28830 "configure" +#line 28884 "configure" #include "confdefs.h" int find_stack_direction () @@ -28850,15 +28904,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:28853: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28907: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28856: \$? = $ac_status" >&5 + echo "$as_me:28910: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:28858: \"$ac_try\"") >&5 + { (eval echo "$as_me:28912: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28861: \$? = $ac_status" >&5 + echo "$as_me:28915: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else @@ -28870,7 +28924,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:28873: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:28927: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 cat >>confdefs.h <<EOF @@ -28882,23 +28936,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:28885: checking for $ac_header" >&5 +echo "$as_me:28939: 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 28891 "configure" +#line 28945 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:28895: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:28949: \"$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:28901: \$? = $ac_status" >&5 + echo "$as_me:28955: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -28917,7 +28971,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:28920: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:28974: 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 @@ -28930,13 +28984,13 @@ done for ac_func in fork vfork do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:28933: checking for $ac_func" >&5 +echo "$as_me:28987: 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 28939 "configure" +#line 28993 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -28967,16 +29021,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28970: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29024: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28973: \$? = $ac_status" >&5 + echo "$as_me:29027: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28976: \"$ac_try\"") >&5 + { (eval echo "$as_me:29030: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28979: \$? = $ac_status" >&5 + echo "$as_me:29033: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -28986,7 +29040,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28989: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:29043: 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 @@ -28998,7 +29052,7 @@ done ac_cv_func_fork_works=$ac_cv_func_fork if test "x$ac_cv_func_fork" = xyes; then - echo "$as_me:29001: checking for working fork" >&5 + echo "$as_me:29055: 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 @@ -29021,15 +29075,15 @@ else } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:29024: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29078: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29027: \$? = $ac_status" >&5 + echo "$as_me:29081: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:29029: \"$ac_try\"") >&5 + { (eval echo "$as_me:29083: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29032: \$? = $ac_status" >&5 + echo "$as_me:29086: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_fork_works=yes else @@ -29041,7 +29095,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:29044: result: $ac_cv_func_fork_works" >&5 +echo "$as_me:29098: result: $ac_cv_func_fork_works" >&5 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 fi @@ -29055,12 +29109,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_fork_works=yes ;; esac - { echo "$as_me:29058: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + { echo "$as_me:29112: 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:29063: checking for working vfork" >&5 + echo "$as_me:29117: 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 @@ -29069,7 +29123,7 @@ else ac_cv_func_vfork_works=cross else cat >conftest.$ac_ext <<_ACEOF -#line 29072 "configure" +#line 29126 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include <stdio.h> @@ -29166,15 +29220,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:29169: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29223: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29172: \$? = $ac_status" >&5 + echo "$as_me:29226: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:29174: \"$ac_try\"") >&5 + { (eval echo "$as_me:29228: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29177: \$? = $ac_status" >&5 + echo "$as_me:29231: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_vfork_works=yes else @@ -29186,13 +29240,13 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:29189: result: $ac_cv_func_vfork_works" >&5 +echo "$as_me:29243: 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:29195: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + { echo "$as_me:29249: 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 @@ -29217,14 +29271,14 @@ EOF fi -echo "$as_me:29220: checking if we should use fcntl or ioctl" >&5 +echo "$as_me:29274: 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 29227 "configure" +#line 29281 "configure" #include "confdefs.h" #include <sys/types.h> @@ -29241,16 +29295,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29244: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29298: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29247: \$? = $ac_status" >&5 + echo "$as_me:29301: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29250: \"$ac_try\"") >&5 + { (eval echo "$as_me:29304: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29253: \$? = $ac_status" >&5 + echo "$as_me:29307: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fionbio=ioctl else @@ -29258,7 +29312,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 29261 "configure" +#line 29315 "configure" #include "confdefs.h" #include <sys/types.h> @@ -29280,16 +29334,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29283: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29337: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29286: \$? = $ac_status" >&5 + echo "$as_me:29340: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29289: \"$ac_try\"") >&5 + { (eval echo "$as_me:29343: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29292: \$? = $ac_status" >&5 + echo "$as_me:29346: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fionbio=fcntl else @@ -29302,21 +29356,21 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29305: result: $cf_cv_fionbio" >&5 +echo "$as_me:29359: 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:29312: checking for broken/missing definition of remove" >&5 +echo "$as_me:29366: 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 29319 "configure" +#line 29373 "configure" #include "confdefs.h" #include <stdio.h> int @@ -29328,23 +29382,23 @@ remove("dummy") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29331: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29385: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29334: \$? = $ac_status" >&5 + echo "$as_me:29388: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29337: \"$ac_try\"") >&5 + { (eval echo "$as_me:29391: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29340: \$? = $ac_status" >&5 + echo "$as_me:29394: \$? = $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 29347 "configure" +#line 29401 "configure" #include "confdefs.h" #include <stdio.h> int __unlink(name) { return unlink(name); } @@ -29357,16 +29411,16 @@ remove("dummy") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29360: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29414: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29363: \$? = $ac_status" >&5 + echo "$as_me:29417: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29366: \"$ac_try\"") >&5 + { (eval echo "$as_me:29420: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29369: \$? = $ac_status" >&5 + echo "$as_me:29423: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_baddef_remove=yes else @@ -29381,21 +29435,21 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29384: result: $cf_cv_baddef_remove" >&5 +echo "$as_me:29438: 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:29391: checking for lstat" >&5 +echo "$as_me:29445: 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 29398 "configure" +#line 29452 "configure" #include "confdefs.h" #include <sys/types.h> @@ -29409,16 +29463,16 @@ lstat(".", (struct stat *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29412: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29466: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29415: \$? = $ac_status" >&5 + echo "$as_me:29469: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29418: \"$ac_try\"") >&5 + { (eval echo "$as_me:29472: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29421: \$? = $ac_status" >&5 + echo "$as_me:29475: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_lstat=yes else @@ -29430,7 +29484,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29433: result: $ac_cv_func_lstat " >&5 +echo "$as_me:29487: result: $ac_cv_func_lstat " >&5 echo "${ECHO_T}$ac_cv_func_lstat " >&6 if test $ac_cv_func_lstat = yes; then @@ -29465,13 +29519,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:29468: checking for $ac_func" >&5 +echo "$as_me:29522: 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 29474 "configure" +#line 29528 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -29502,16 +29556,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29505: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29559: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29508: \$? = $ac_status" >&5 + echo "$as_me:29562: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29511: \"$ac_try\"") >&5 + { (eval echo "$as_me:29565: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29514: \$? = $ac_status" >&5 + echo "$as_me:29568: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -29521,7 +29575,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29524: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:29578: 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 @@ -29537,13 +29591,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:29540: checking for $ac_func" >&5 +echo "$as_me:29594: 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 29546 "configure" +#line 29600 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -29574,16 +29628,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29577: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29631: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29580: \$? = $ac_status" >&5 + echo "$as_me:29634: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29583: \"$ac_try\"") >&5 + { (eval echo "$as_me:29637: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29586: \$? = $ac_status" >&5 + echo "$as_me:29640: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -29593,7 +29647,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29596: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:29650: 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 @@ -29605,7 +29659,7 @@ else fi done -echo "$as_me:29608: checking for random-integer functions" >&5 +echo "$as_me:29662: 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 @@ -29625,7 +29679,7 @@ do esac cat >conftest.$ac_ext <<_ACEOF -#line 29628 "configure" +#line 29682 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -29644,16 +29698,16 @@ long seed = 1; $cf_srand_func(seed); seed = $cf_rand_func() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29647: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29701: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29650: \$? = $ac_status" >&5 + echo "$as_me:29704: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29653: \"$ac_try\"") >&5 + { (eval echo "$as_me:29707: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29656: \$? = $ac_status" >&5 + echo "$as_me:29710: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_srand_func=$cf_func break @@ -29665,10 +29719,10 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done fi -echo "$as_me:29668: result: $cf_cv_srand_func" >&5 +echo "$as_me:29722: 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:29671: checking for range of random-integers" >&5 + echo "$as_me:29725: 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 @@ -29689,7 +29743,7 @@ else ;; esac cat >conftest.$ac_ext <<_ACEOF -#line 29692 "configure" +#line 29746 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -29708,16 +29762,16 @@ long x = $cf_cv_rand_max } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29711: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29765: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29714: \$? = $ac_status" >&5 + echo "$as_me:29768: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29717: \"$ac_try\"") >&5 + { (eval echo "$as_me:29771: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29720: \$? = $ac_status" >&5 + echo "$as_me:29774: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -29728,15 +29782,15 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:29731: result: $cf_cv_rand_max" >&5 +echo "$as_me:29785: result: $cf_cv_rand_max" >&5 echo "${ECHO_T}$cf_cv_rand_max" >&6 case $cf_cv_srand_func in (*/arc4random) - echo "$as_me:29736: checking if <bsd/stdlib.h> should be included" >&5 + echo "$as_me:29790: 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 29739 "configure" +#line 29793 "configure" #include "confdefs.h" #include <bsd/stdlib.h> int @@ -29749,23 +29803,23 @@ void *arc4random(int); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29752: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29806: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29755: \$? = $ac_status" >&5 + echo "$as_me:29809: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29758: \"$ac_try\"") >&5 + { (eval echo "$as_me:29812: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29761: \$? = $ac_status" >&5 + echo "$as_me:29815: \$? = $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 29768 "configure" +#line 29822 "configure" #include "confdefs.h" #include <bsd/stdlib.h> int @@ -29777,16 +29831,16 @@ unsigned x = arc4random() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29780: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29834: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29783: \$? = $ac_status" >&5 + echo "$as_me:29837: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29786: \"$ac_try\"") >&5 + { (eval echo "$as_me:29840: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29789: \$? = $ac_status" >&5 + echo "$as_me:29843: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_bsd_stdlib_h=yes else @@ -29797,7 +29851,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:29800: result: $cf_bsd_stdlib_h" >&5 + echo "$as_me:29854: result: $cf_bsd_stdlib_h" >&5 echo "${ECHO_T}$cf_bsd_stdlib_h" >&6 if test "$cf_bsd_stdlib_h" = yes then @@ -29807,10 +29861,10 @@ cat >>confdefs.h <<\EOF EOF else - echo "$as_me:29810: checking if <bsd/random.h> should be included" >&5 + echo "$as_me:29864: 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 29813 "configure" +#line 29867 "configure" #include "confdefs.h" #include <bsd/random.h> int @@ -29823,23 +29877,23 @@ void *arc4random(int); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29826: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29880: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29829: \$? = $ac_status" >&5 + echo "$as_me:29883: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29832: \"$ac_try\"") >&5 + { (eval echo "$as_me:29886: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29835: \$? = $ac_status" >&5 + echo "$as_me:29889: \$? = $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 29842 "configure" +#line 29896 "configure" #include "confdefs.h" #include <bsd/random.h> int @@ -29851,16 +29905,16 @@ unsigned x = arc4random() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29854: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29908: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29857: \$? = $ac_status" >&5 + echo "$as_me:29911: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29860: \"$ac_try\"") >&5 + { (eval echo "$as_me:29914: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29863: \$? = $ac_status" >&5 + echo "$as_me:29917: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_bsd_random_h=yes else @@ -29871,7 +29925,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:29874: result: $cf_bsd_random_h" >&5 + echo "$as_me:29928: result: $cf_bsd_random_h" >&5 echo "${ECHO_T}$cf_bsd_random_h" >&6 if test "$cf_bsd_random_h" = yes then @@ -29881,7 +29935,7 @@ cat >>confdefs.h <<\EOF EOF else - { echo "$as_me:29884: WARNING: no header file found for arc4random" >&5 + { echo "$as_me:29938: WARNING: no header file found for arc4random" >&5 echo "$as_me: WARNING: no header file found for arc4random" >&2;} fi fi @@ -29916,13 +29970,13 @@ fi for ac_func in sleep do -echo "$as_me:29919: checking for $ac_func declaration" >&5 +echo "$as_me:29973: 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 29925 "configure" +#line 29979 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -29943,20 +29997,20 @@ extern int $ac_func(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29946: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30000: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29949: \$? = $ac_status" >&5 + echo "$as_me:30003: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29952: \"$ac_try\"") >&5 + { (eval echo "$as_me:30006: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29955: \$? = $ac_status" >&5 + echo "$as_me:30009: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 29959 "configure" +#line 30013 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -29977,16 +30031,16 @@ int (*p)() = $ac_func; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29980: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30034: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29983: \$? = $ac_status" >&5 + echo "$as_me:30037: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29986: \"$ac_try\"") >&5 + { (eval echo "$as_me:30040: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29989: \$? = $ac_status" >&5 + echo "$as_me:30043: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -30007,11 +30061,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:30010: result: yes" >&5 + echo "$as_me:30064: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:30014: result: no" >&5 + echo "$as_me:30068: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -30026,13 +30080,13 @@ done for ac_func in strstr do -echo "$as_me:30029: checking for $ac_func declaration" >&5 +echo "$as_me:30083: 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 30035 "configure" +#line 30089 "configure" #include "confdefs.h" #include <string.h> int @@ -30046,20 +30100,20 @@ extern int $ac_func(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30049: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30103: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30052: \$? = $ac_status" >&5 + echo "$as_me:30106: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30055: \"$ac_try\"") >&5 + { (eval echo "$as_me:30109: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30058: \$? = $ac_status" >&5 + echo "$as_me:30112: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 30062 "configure" +#line 30116 "configure" #include "confdefs.h" #include <string.h> int @@ -30073,16 +30127,16 @@ int (*p)() = $ac_func; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30076: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30130: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30079: \$? = $ac_status" >&5 + echo "$as_me:30133: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30082: \"$ac_try\"") >&5 + { (eval echo "$as_me:30136: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30085: \$? = $ac_status" >&5 + echo "$as_me:30139: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -30103,11 +30157,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:30106: result: yes" >&5 + echo "$as_me:30160: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:30110: result: no" >&5 + echo "$as_me:30164: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -30122,13 +30176,13 @@ done for ac_func in getgrgid getgrnam do -echo "$as_me:30125: checking for $ac_func declaration" >&5 +echo "$as_me:30179: 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 30131 "configure" +#line 30185 "configure" #include "confdefs.h" #include <stdio.h> @@ -30144,20 +30198,20 @@ extern int $ac_func(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30147: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30201: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30150: \$? = $ac_status" >&5 + echo "$as_me:30204: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30153: \"$ac_try\"") >&5 + { (eval echo "$as_me:30207: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30156: \$? = $ac_status" >&5 + echo "$as_me:30210: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 30160 "configure" +#line 30214 "configure" #include "confdefs.h" #include <stdio.h> @@ -30173,16 +30227,16 @@ int (*p)() = $ac_func; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30176: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30230: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30179: \$? = $ac_status" >&5 + echo "$as_me:30233: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30182: \"$ac_try\"") >&5 + { (eval echo "$as_me:30236: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30185: \$? = $ac_status" >&5 + echo "$as_me:30239: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -30203,11 +30257,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:30206: result: yes" >&5 + echo "$as_me:30260: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:30210: result: no" >&5 + echo "$as_me:30264: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -30219,14 +30273,14 @@ EOF fi done -echo "$as_me:30222: checking if TRUE/FALSE are defined" >&5 +echo "$as_me:30276: 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 30229 "configure" +#line 30283 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -30240,16 +30294,16 @@ int x = TRUE, y = FALSE } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30243: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30297: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30246: \$? = $ac_status" >&5 + echo "$as_me:30300: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30249: \"$ac_try\"") >&5 + { (eval echo "$as_me:30303: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30252: \$? = $ac_status" >&5 + echo "$as_me:30306: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_bool_defs=yes else @@ -30260,7 +30314,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:30263: result: $cf_cv_bool_defs" >&5 +echo "$as_me:30317: result: $cf_cv_bool_defs" >&5 echo "${ECHO_T}$cf_cv_bool_defs" >&6 if test "$cf_cv_bool_defs" = no ; then @@ -30274,14 +30328,14 @@ EOF fi -echo "$as_me:30277: checking if external errno is declared" >&5 +echo "$as_me:30331: 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 30284 "configure" +#line 30338 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -30299,16 +30353,16 @@ int x = (int) errno } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30302: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30356: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30305: \$? = $ac_status" >&5 + echo "$as_me:30359: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30308: \"$ac_try\"") >&5 + { (eval echo "$as_me:30362: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30311: \$? = $ac_status" >&5 + echo "$as_me:30365: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_errno=yes else @@ -30319,7 +30373,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:30322: result: $cf_cv_dcl_errno" >&5 +echo "$as_me:30376: result: $cf_cv_dcl_errno" >&5 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 if test "$cf_cv_dcl_errno" = no ; then @@ -30334,14 +30388,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:30337: checking if external errno exists" >&5 +echo "$as_me:30391: 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 30344 "configure" +#line 30398 "configure" #include "confdefs.h" #undef errno @@ -30356,16 +30410,16 @@ errno = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30359: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30413: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30362: \$? = $ac_status" >&5 + echo "$as_me:30416: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30365: \"$ac_try\"") >&5 + { (eval echo "$as_me:30419: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30368: \$? = $ac_status" >&5 + echo "$as_me:30422: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_errno=yes else @@ -30376,7 +30430,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30379: result: $cf_cv_have_errno" >&5 +echo "$as_me:30433: result: $cf_cv_have_errno" >&5 echo "${ECHO_T}$cf_cv_have_errno" >&6 if test "$cf_cv_have_errno" = yes ; then @@ -30389,7 +30443,7 @@ EOF fi -echo "$as_me:30392: checking if we can set errno" >&5 +echo "$as_me:30446: 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 @@ -30397,7 +30451,7 @@ else if test "$cross_compiling" = yes; then cat >conftest.$ac_ext <<_ACEOF -#line 30400 "configure" +#line 30454 "configure" #include "confdefs.h" #include <errno.h> int @@ -30409,16 +30463,16 @@ errno = 255 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30412: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30466: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30415: \$? = $ac_status" >&5 + echo "$as_me:30469: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30418: \"$ac_try\"") >&5 + { (eval echo "$as_me:30472: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30421: \$? = $ac_status" >&5 + echo "$as_me:30475: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_set_errno=maybe else @@ -30429,7 +30483,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext else cat >conftest.$ac_ext <<_ACEOF -#line 30432 "configure" +#line 30486 "configure" #include "confdefs.h" #include <errno.h> @@ -30440,15 +30494,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:30443: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30497: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30446: \$? = $ac_status" >&5 + echo "$as_me:30500: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:30448: \"$ac_try\"") >&5 + { (eval echo "$as_me:30502: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30451: \$? = $ac_status" >&5 + echo "$as_me:30505: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_set_errno=yes else @@ -30461,21 +30515,21 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:30464: result: $cf_cv_set_errno" >&5 +echo "$as_me:30518: 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:30471: checking for setlocale()" >&5 +echo "$as_me:30525: 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 30478 "configure" +#line 30532 "configure" #include "confdefs.h" #include <locale.h> int @@ -30487,16 +30541,16 @@ setlocale(LC_ALL, "") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30490: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30544: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30493: \$? = $ac_status" >&5 + echo "$as_me:30547: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30496: \"$ac_try\"") >&5 + { (eval echo "$as_me:30550: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30499: \$? = $ac_status" >&5 + echo "$as_me:30553: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_locale=yes else @@ -30508,7 +30562,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30511: result: $cf_cv_locale" >&5 +echo "$as_me:30565: result: $cf_cv_locale" >&5 echo "${ECHO_T}$cf_cv_locale" >&6 test $cf_cv_locale = yes && { cat >>confdefs.h <<\EOF @@ -30516,14 +30570,14 @@ cat >>confdefs.h <<\EOF EOF } -echo "$as_me:30519: checking if NGROUPS is defined" >&5 +echo "$as_me:30573: 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 30526 "configure" +#line 30580 "configure" #include "confdefs.h" #if HAVE_SYS_PARAM_H @@ -30542,23 +30596,23 @@ int x = NGROUPS } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30545: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30599: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30548: \$? = $ac_status" >&5 + echo "$as_me:30602: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30551: \"$ac_try\"") >&5 + { (eval echo "$as_me:30605: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30554: \$? = $ac_status" >&5 + echo "$as_me:30608: \$? = $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 30561 "configure" +#line 30615 "configure" #include "confdefs.h" #if HAVE_SYS_PARAM_H @@ -30577,16 +30631,16 @@ int x = NGROUPS_MAX } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30580: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30634: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30583: \$? = $ac_status" >&5 + echo "$as_me:30637: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30586: \"$ac_try\"") >&5 + { (eval echo "$as_me:30640: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30589: \$? = $ac_status" >&5 + echo "$as_me:30643: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ngroups=NGROUPS_MAX else @@ -30598,7 +30652,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:30601: result: $cf_cv_ngroups" >&5 +echo "$as_me:30655: result: $cf_cv_ngroups" >&5 echo "${ECHO_T}$cf_cv_ngroups" >&6 fi @@ -30616,14 +30670,14 @@ EOF fi -echo "$as_me:30619: checking if external sys_nerr is declared" >&5 +echo "$as_me:30673: 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 30626 "configure" +#line 30680 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -30641,16 +30695,16 @@ int x = (int) sys_nerr } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30644: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30698: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30647: \$? = $ac_status" >&5 + echo "$as_me:30701: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30650: \"$ac_try\"") >&5 + { (eval echo "$as_me:30704: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30653: \$? = $ac_status" >&5 + echo "$as_me:30707: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_sys_nerr=yes else @@ -30661,7 +30715,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:30664: result: $cf_cv_dcl_sys_nerr" >&5 +echo "$as_me:30718: 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 @@ -30676,14 +30730,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:30679: checking if external sys_nerr exists" >&5 +echo "$as_me:30733: 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 30686 "configure" +#line 30740 "configure" #include "confdefs.h" #undef sys_nerr @@ -30698,16 +30752,16 @@ sys_nerr = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30701: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30755: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30704: \$? = $ac_status" >&5 + echo "$as_me:30758: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30707: \"$ac_try\"") >&5 + { (eval echo "$as_me:30761: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30710: \$? = $ac_status" >&5 + echo "$as_me:30764: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_sys_nerr=yes else @@ -30718,7 +30772,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30721: result: $cf_cv_have_sys_nerr" >&5 +echo "$as_me:30775: 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 @@ -30731,14 +30785,14 @@ EOF fi -echo "$as_me:30734: checking if external sys_errlist is declared" >&5 +echo "$as_me:30788: 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 30741 "configure" +#line 30795 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -30756,16 +30810,16 @@ int x = (int) sys_errlist } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30759: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30813: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30762: \$? = $ac_status" >&5 + echo "$as_me:30816: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30765: \"$ac_try\"") >&5 + { (eval echo "$as_me:30819: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30768: \$? = $ac_status" >&5 + echo "$as_me:30822: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_sys_errlist=yes else @@ -30776,7 +30830,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:30779: result: $cf_cv_dcl_sys_errlist" >&5 +echo "$as_me:30833: 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 @@ -30791,14 +30845,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:30794: checking if external sys_errlist exists" >&5 +echo "$as_me:30848: 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 30801 "configure" +#line 30855 "configure" #include "confdefs.h" #undef sys_errlist @@ -30813,16 +30867,16 @@ sys_errlist = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30816: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30870: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30819: \$? = $ac_status" >&5 + echo "$as_me:30873: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30822: \"$ac_try\"") >&5 + { (eval echo "$as_me:30876: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30825: \$? = $ac_status" >&5 + echo "$as_me:30879: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_sys_errlist=yes else @@ -30833,7 +30887,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30836: result: $cf_cv_have_sys_errlist" >&5 +echo "$as_me:30890: 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 @@ -30849,23 +30903,23 @@ fi for ac_header in lastlog.h paths.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:30852: checking for $ac_header" >&5 +echo "$as_me:30906: 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 30858 "configure" +#line 30912 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:30862: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:30916: \"$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:30868: \$? = $ac_status" >&5 + echo "$as_me:30922: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -30884,7 +30938,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:30887: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:30941: 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 @@ -30894,14 +30948,14 @@ EOF fi done -echo "$as_me:30897: checking for lastlog path" >&5 +echo "$as_me:30951: 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 30904 "configure" +#line 30958 "configure" #include "confdefs.h" #include <sys/types.h> @@ -30921,16 +30975,16 @@ char *path = _PATH_LASTLOG } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30924: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30978: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30927: \$? = $ac_status" >&5 + echo "$as_me:30981: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30930: \"$ac_try\"") >&5 + { (eval echo "$as_me:30984: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30933: \$? = $ac_status" >&5 + echo "$as_me:30987: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_path_lastlog="_PATH_LASTLOG" else @@ -30945,14 +30999,14 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:30948: result: $cf_cv_path_lastlog" >&5 +echo "$as_me:31002: 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:30955: checking for utmp implementation" >&5 +echo "$as_me:31009: 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 @@ -30969,7 +31023,7 @@ cf_utmp_includes=" #endif " cat >conftest.$ac_ext <<_ACEOF -#line 30972 "configure" +#line 31026 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -30983,16 +31037,16 @@ struct $cf_header x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30986: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31040: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30989: \$? = $ac_status" >&5 + echo "$as_me:31043: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30992: \"$ac_try\"") >&5 + { (eval echo "$as_me:31046: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30995: \$? = $ac_status" >&5 + echo "$as_me:31049: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp=$cf_header break @@ -31001,7 +31055,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 31004 "configure" +#line 31058 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -31015,16 +31069,16 @@ struct $cf_header x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31018: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31072: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31021: \$? = $ac_status" >&5 + echo "$as_me:31075: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31024: \"$ac_try\"") >&5 + { (eval echo "$as_me:31078: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31027: \$? = $ac_status" >&5 + echo "$as_me:31081: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp=$cf_header break @@ -31039,7 +31093,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:31042: result: $cf_cv_have_utmp" >&5 +echo "$as_me:31096: result: $cf_cv_have_utmp" >&5 echo "${ECHO_T}$cf_cv_have_utmp" >&6 if test $cf_cv_have_utmp != no ; then @@ -31054,14 +31108,14 @@ cat >>confdefs.h <<\EOF EOF if test $cf_cv_have_utmp != no ; then -echo "$as_me:31057: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5 +echo "$as_me:31111: 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 31064 "configure" +#line 31118 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31075,16 +31129,16 @@ struct $cf_cv_have_utmp x; char *y = &x.ut_host[0] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31078: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31132: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31081: \$? = $ac_status" >&5 + echo "$as_me:31135: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31084: \"$ac_try\"") >&5 + { (eval echo "$as_me:31138: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31087: \$? = $ac_status" >&5 + echo "$as_me:31141: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_host=yes else @@ -31096,7 +31150,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:31099: result: $cf_cv_have_utmp_ut_host" >&5 +echo "$as_me:31153: 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 @@ -31106,14 +31160,14 @@ EOF fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:31109: checking if ${cf_cv_have_utmp}.ut_syslen is declared" >&5 +echo "$as_me:31163: 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 31116 "configure" +#line 31170 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31127,16 +31181,16 @@ struct $cf_cv_have_utmp x; int y = x.ut_syslen } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31130: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31184: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31133: \$? = $ac_status" >&5 + echo "$as_me:31187: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31136: \"$ac_try\"") >&5 + { (eval echo "$as_me:31190: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31139: \$? = $ac_status" >&5 + echo "$as_me:31193: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_syslen=yes else @@ -31148,7 +31202,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:31151: result: $cf_cv_have_utmp_ut_syslen" >&5 +echo "$as_me:31205: 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 @@ -31158,7 +31212,7 @@ EOF fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:31161: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5 +echo "$as_me:31215: 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 @@ -31175,7 +31229,7 @@ cf_utmp_includes=" " for cf_header in ut_name ut_user ; do cat >conftest.$ac_ext <<_ACEOF -#line 31178 "configure" +#line 31232 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -31189,16 +31243,16 @@ struct $cf_cv_have_utmp x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31192: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31246: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31195: \$? = $ac_status" >&5 + echo "$as_me:31249: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31198: \"$ac_try\"") >&5 + { (eval echo "$as_me:31252: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31201: \$? = $ac_status" >&5 + echo "$as_me:31255: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_name=$cf_header break @@ -31210,12 +31264,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:31213: result: $cf_cv_have_utmp_ut_name" >&5 +echo "$as_me:31267: 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:31218: error: Cannot find declaration for ut.ut_name" >&5 + { { echo "$as_me:31272: 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; }; } ;; @@ -31230,7 +31284,7 @@ esac fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:31233: checking for exit-status in $cf_cv_have_utmp" >&5 +echo "$as_me:31287: 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 @@ -31243,7 +31297,7 @@ for cf_result in \ ut_exit.ut_exit do cat >conftest.$ac_ext <<_ACEOF -#line 31246 "configure" +#line 31300 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31257,16 +31311,16 @@ struct $cf_cv_have_utmp x; long y = x.$cf_result = 0 } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31260: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31314: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31263: \$? = $ac_status" >&5 + echo "$as_me:31317: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31266: \"$ac_try\"") >&5 + { (eval echo "$as_me:31320: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31269: \$? = $ac_status" >&5 + echo "$as_me:31323: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xstatus=$cf_result break @@ -31279,7 +31333,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:31282: result: $cf_cv_have_utmp_ut_xstatus" >&5 +echo "$as_me:31336: 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 @@ -31295,14 +31349,14 @@ fi fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:31298: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5 +echo "$as_me:31352: 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 31305 "configure" +#line 31359 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31316,23 +31370,23 @@ struct $cf_cv_have_utmp x; long y = x.ut_xtime = 0 } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31319: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31373: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31322: \$? = $ac_status" >&5 + echo "$as_me:31376: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31325: \"$ac_try\"") >&5 + { (eval echo "$as_me:31379: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31328: \$? = $ac_status" >&5 + echo "$as_me:31382: \$? = $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 31335 "configure" +#line 31389 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31346,16 +31400,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_tv.tv_sec } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31349: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31403: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31352: \$? = $ac_status" >&5 + echo "$as_me:31406: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31355: \"$ac_try\"") >&5 + { (eval echo "$as_me:31409: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31358: \$? = $ac_status" >&5 + echo "$as_me:31412: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xtime=define else @@ -31369,7 +31423,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:31372: result: $cf_cv_have_utmp_ut_xtime" >&5 +echo "$as_me:31426: 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 @@ -31388,14 +31442,14 @@ fi fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:31391: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5 +echo "$as_me:31445: 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 31398 "configure" +#line 31452 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31409,16 +31463,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_session } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31412: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31466: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31415: \$? = $ac_status" >&5 + echo "$as_me:31469: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31418: \"$ac_try\"") >&5 + { (eval echo "$as_me:31472: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31421: \$? = $ac_status" >&5 + echo "$as_me:31475: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_session=yes else @@ -31429,7 +31483,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:31432: result: $cf_cv_have_utmp_ut_session" >&5 +echo "$as_me:31486: 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 @@ -31440,7 +31494,7 @@ EOF fi fi -echo "$as_me:31443: checking if $cf_cv_have_utmp is SYSV flavor" >&5 +echo "$as_me:31497: 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 @@ -31448,7 +31502,7 @@ else test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx" cat >conftest.$ac_ext <<_ACEOF -#line 31451 "configure" +#line 31505 "configure" #include "confdefs.h" #include <sys/types.h> @@ -31467,16 +31521,16 @@ struct $cf_cv_have_utmp x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31470: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31524: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31473: \$? = $ac_status" >&5 + echo "$as_me:31527: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31476: \"$ac_try\"") >&5 + { (eval echo "$as_me:31530: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31479: \$? = $ac_status" >&5 + echo "$as_me:31533: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_sysv_utmp=yes else @@ -31487,7 +31541,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:31490: result: $cf_cv_sysv_utmp" >&5 +echo "$as_me:31544: result: $cf_cv_sysv_utmp" >&5 echo "${ECHO_T}$cf_cv_sysv_utmp" >&6 test $cf_cv_sysv_utmp = yes && cat >>confdefs.h <<\EOF @@ -31496,14 +31550,14 @@ EOF fi -echo "$as_me:31499: checking if external h_errno exists" >&5 +echo "$as_me:31553: 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 31506 "configure" +#line 31560 "configure" #include "confdefs.h" #undef h_errno @@ -31518,16 +31572,16 @@ h_errno = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31521: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31575: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31524: \$? = $ac_status" >&5 + echo "$as_me:31578: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31527: \"$ac_try\"") >&5 + { (eval echo "$as_me:31581: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31530: \$? = $ac_status" >&5 + echo "$as_me:31584: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_h_errno=yes else @@ -31538,7 +31592,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:31541: result: $cf_cv_have_h_errno" >&5 +echo "$as_me:31595: 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 @@ -31551,120 +31605,120 @@ EOF fi -echo "$as_me:31554: checking if bibp: URLs should be supported" >&5 +echo "$as_me:31608: 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. if test "${enable_bibp_urls+set}" = set; then enableval="$enable_bibp_urls" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_bibp_urls=$enableval - else - use_bibp_urls=yes - fi + else + use_bibp_urls=yes + fi else enableval=yes - use_bibp_urls=yes + use_bibp_urls=yes fi; -echo "$as_me:31571: result: $use_bibp_urls" >&5 +echo "$as_me:31625: 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:31578: checking if configuration info should be browsable" >&5 +echo "$as_me:31632: 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. if test "${enable_config_info+set}" = set; then enableval="$enable_config_info" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_config_info=$enableval - else - use_config_info=yes - fi + else + use_config_info=yes + fi else enableval=yes - use_config_info=yes + use_config_info=yes fi; -echo "$as_me:31595: result: $use_config_info" >&5 +echo "$as_me:31649: 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:31602: checking if new-style forms-based options screen should be used" >&5 +echo "$as_me:31656: 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. if test "${enable_forms_options+set}" = set; then enableval="$enable_forms_options" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_forms_options=$enableval - else - use_forms_options=yes - fi + else + use_forms_options=yes + fi else enableval=yes - use_forms_options=yes + use_forms_options=yes fi; -echo "$as_me:31619: result: $use_forms_options" >&5 +echo "$as_me:31673: 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:31626: checking if old-style options menu should be used" >&5 +echo "$as_me:31680: 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. if test "${enable_menu_options+set}" = set; then enableval="$enable_menu_options" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_menu_options=$enableval - else - use_menu_options=yes - fi + else + use_menu_options=yes + fi else enableval=yes - use_menu_options=yes + use_menu_options=yes fi; -echo "$as_me:31643: result: $use_menu_options" >&5 +echo "$as_me:31697: 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:31650: checking if sessions code should be used" >&5 +echo "$as_me:31704: 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. if test "${enable_sessions+set}" = set; then enableval="$enable_sessions" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_sessions=$enableval - else - use_sessions=yes - fi + else + use_sessions=yes + fi else enableval=yes - use_sessions=yes + use_sessions=yes fi; -echo "$as_me:31667: result: $use_sessions" >&5 +echo "$as_me:31721: result: $use_sessions" >&5 echo "${ECHO_T}$use_sessions" >&6 if test $use_sessions != no ; then @@ -31675,24 +31729,24 @@ EOF EXTRA_OBJS="$EXTRA_OBJS LYSession\$o" fi -echo "$as_me:31678: checking if session-caching code should be used" >&5 +echo "$as_me:31732: 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. if test "${enable_session_cache+set}" = set; then enableval="$enable_session_cache" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_session_cache=$enableval - else - use_session_cache=yes - fi + else + use_session_cache=yes + fi else enableval=yes - use_session_cache=yes + use_session_cache=yes fi; -echo "$as_me:31695: result: $use_session_cache" >&5 +echo "$as_me:31749: result: $use_session_cache" >&5 echo "${ECHO_T}$use_session_cache" >&6 if test $use_session_cache != no ; then @@ -31702,72 +31756,72 @@ EOF fi -echo "$as_me:31705: checking if address-list page should be used" >&5 +echo "$as_me:31759: 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. if test "${enable_addrlist_page+set}" = set; then enableval="$enable_addrlist_page" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_addrlist_page=$enableval - else - use_addrlist_page=yes - fi + else + use_addrlist_page=yes + fi else enableval=yes - use_addrlist_page=yes + use_addrlist_page=yes fi; -echo "$as_me:31722: result: $use_addrlist_page" >&5 +echo "$as_me:31776: 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:31729: checking if experimental CJK logic should be used" >&5 +echo "$as_me:31783: checking if experimental CJK logic should be used" >&5 echo $ECHO_N "checking if experimental CJK logic should be used... $ECHO_C" >&6 # Check whether --enable-cjk or --disable-cjk was given. if test "${enable_cjk+set}" = set; then enableval="$enable_cjk" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_cjk=$enableval - else - use_cjk=no - fi + else + use_cjk=no + fi else enableval=no - use_cjk=no + use_cjk=no fi; -echo "$as_me:31746: result: $use_cjk" >&5 +echo "$as_me:31800: result: $use_cjk" >&5 echo "${ECHO_T}$use_cjk" >&6 test $use_cjk != no && cat >>confdefs.h <<\EOF #define CJK_EX 1 EOF -echo "$as_me:31753: checking if experimental Japanese UTF-8 logic should be used" >&5 +echo "$as_me:31807: checking if experimental Japanese UTF-8 logic should be used" >&5 echo $ECHO_N "checking if experimental Japanese UTF-8 logic should be used... $ECHO_C" >&6 # Check whether --enable-japanese-utf8 or --disable-japanese-utf8 was given. if test "${enable_japanese_utf8+set}" = set; then enableval="$enable_japanese_utf8" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_ja_utf8=$enableval - else - use_ja_utf8=no - fi + else + use_ja_utf8=no + fi else enableval=no - use_ja_utf8=no + use_ja_utf8=no fi; -echo "$as_me:31770: result: $use_ja_utf8" >&5 +echo "$as_me:31824: result: $use_ja_utf8" >&5 echo "${ECHO_T}$use_ja_utf8" >&6 if test $use_ja_utf8 != no ; then @@ -31779,12 +31833,12 @@ EOF if test "${with_libiconv_prefix+set}" = set; then withval="$with_libiconv_prefix" - case "$withval" in - (no) - ;; - (yes) - ;; - (*) +case "$withval" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -31813,7 +31867,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 31816 "configure" +#line 31870 "configure" #include "confdefs.h" #include <stdio.h> int @@ -31825,16 +31879,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31828: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31882: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31831: \$? = $ac_status" >&5 + echo "$as_me:31885: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31834: \"$ac_try\"") >&5 + { (eval echo "$as_me:31888: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31837: \$? = $ac_status" >&5 + echo "$as_me:31891: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -31851,7 +31905,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}:31854: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:31908: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -31861,6 +31915,8 @@ echo "${as_me:-configure}:31854: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -31892,7 +31948,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 31895 "configure" +#line 31951 "configure" #include "confdefs.h" #include <stdio.h> int @@ -31904,16 +31960,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:31907: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:31963: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:31910: \$? = $ac_status" >&5 + echo "$as_me:31966: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:31913: \"$ac_try\"") >&5 + { (eval echo "$as_me:31969: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31916: \$? = $ac_status" >&5 + echo "$as_me:31972: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -31930,7 +31986,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}:31933: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:31989: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -31940,13 +31996,15 @@ echo "${as_me:-configure}:31933: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:31949: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:32007: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -31971,7 +32029,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}:31974: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:32032: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -32000,7 +32058,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}:32003: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:32061: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -32009,18 +32067,18 @@ echo "${as_me:-configure}:32003: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:32012: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:32070: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi done - ;; - esac + ;; +esac fi; - echo "$as_me:32023: checking for iconv" >&5 + echo "$as_me:32081: 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 @@ -32031,12 +32089,12 @@ else cf_cv_header_path_iconv= cf_cv_library_path_iconv= -echo "${as_me:-configure}:32034: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me:-configure}:32092: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32039 "configure" +#line 32097 "configure" #include "confdefs.h" #include <stdlib.h> @@ -32055,16 +32113,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32058: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32116: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32061: \$? = $ac_status" >&5 + echo "$as_me:32119: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32064: \"$ac_try\"") >&5 + { (eval echo "$as_me:32122: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32067: \$? = $ac_status" >&5 + echo "$as_me:32125: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes @@ -32078,7 +32136,7 @@ cat conftest.$ac_ext >&5 LIBS="-liconv $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32081 "configure" +#line 32139 "configure" #include "confdefs.h" #include <stdlib.h> @@ -32097,16 +32155,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32100: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32158: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32103: \$? = $ac_status" >&5 + echo "$as_me:32161: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32106: \"$ac_try\"") >&5 + { (eval echo "$as_me:32164: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32109: \$? = $ac_status" >&5 + echo "$as_me:32167: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes @@ -32123,9 +32181,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for iconv library" 1>&6 -echo "${as_me:-configure}:32126: testing find linkage for iconv library ..." 1>&5 +echo "${as_me:-configure}:32184: testing find linkage for iconv library ..." 1>&5 -echo "${as_me:-configure}:32128: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me:-configure}:32186: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -32216,11 +32274,11 @@ 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}:32219: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me:-configure}:32277: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_iconv" cat >conftest.$ac_ext <<_ACEOF -#line 32223 "configure" +#line 32281 "configure" #include "confdefs.h" #include <stdlib.h> @@ -32239,21 +32297,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:32242: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:32300: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:32245: \$? = $ac_status" >&5 + echo "$as_me:32303: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:32248: \"$ac_try\"") >&5 + { (eval echo "$as_me:32306: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32251: \$? = $ac_status" >&5 + echo "$as_me:32309: \$? = $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}:32256: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me:-configure}:32314: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -32271,7 +32329,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_iconv" = maybe ; then -echo "${as_me:-configure}:32274: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me:-configure}:32332: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -32346,13 +32404,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}:32349: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me:-configure}:32407: 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 32355 "configure" +#line 32413 "configure" #include "confdefs.h" #include <stdlib.h> @@ -32371,21 +32429,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32374: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32432: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32377: \$? = $ac_status" >&5 + echo "$as_me:32435: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32380: \"$ac_try\"") >&5 + { (eval echo "$as_me:32438: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32383: \$? = $ac_status" >&5 + echo "$as_me:32441: \$? = $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}:32388: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me:-configure}:32446: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=yes cf_cv_library_file_iconv="-liconv" @@ -32425,7 +32483,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv" fi fi -echo "$as_me:32428: result: $am_cv_func_iconv" >&5 +echo "$as_me:32486: result: $am_cv_func_iconv" >&5 echo "${ECHO_T}$am_cv_func_iconv" >&6 if test "$am_cv_func_iconv" = yes; then @@ -32434,14 +32492,14 @@ cat >>confdefs.h <<\EOF #define HAVE_ICONV 1 EOF - echo "$as_me:32437: checking if the declaration of iconv() needs const." >&5 + echo "$as_me:32495: 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 32444 "configure" +#line 32502 "configure" #include "confdefs.h" #include <stdlib.h> @@ -32466,16 +32524,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:32469: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:32527: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:32472: \$? = $ac_status" >&5 + echo "$as_me:32530: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:32475: \"$ac_try\"") >&5 + { (eval echo "$as_me:32533: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32478: \$? = $ac_status" >&5 + echo "$as_me:32536: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_proto_iconv_const=no else @@ -32485,7 +32543,7 @@ am_cv_proto_iconv_const=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:32488: result: $am_cv_proto_iconv_const" >&5 +echo "$as_me:32546: 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 @@ -32527,7 +32585,7 @@ if test -n "$cf_cv_header_path_iconv" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 32530 "configure" +#line 32588 "configure" #include "confdefs.h" #include <stdio.h> int @@ -32539,16 +32597,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:32542: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:32600: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:32545: \$? = $ac_status" >&5 + echo "$as_me:32603: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:32548: \"$ac_try\"") >&5 + { (eval echo "$as_me:32606: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32551: \$? = $ac_status" >&5 + echo "$as_me:32609: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -32565,7 +32623,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}:32568: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:32626: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -32575,6 +32633,8 @@ echo "${as_me:-configure}:32568: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -32602,7 +32662,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}:32605: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:32665: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -32626,24 +32686,24 @@ case $cf_cv_screen in esac if test "$use_dft_colors" != no ; then -echo "$as_me:32629: checking if you want to use default-colors" >&5 +echo "$as_me:32689: 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. if test "${enable_default_colors+set}" = set; then enableval="$enable_default_colors" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_dft_colors=yes - else - use_dft_colors=no - fi + else + use_dft_colors=no + fi else enableval=no - use_dft_colors=no + use_dft_colors=no fi; -echo "$as_me:32646: result: $use_dft_colors" >&5 +echo "$as_me:32706: result: $use_dft_colors" >&5 echo "${ECHO_T}$use_dft_colors" >&6 test $use_dft_colors = "yes" && cat >>confdefs.h <<\EOF @@ -32652,178 +32712,178 @@ EOF fi -echo "$as_me:32655: checking if experimental keyboard-layout logic should be used" >&5 +echo "$as_me:32715: 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. if test "${enable_kbd_layout+set}" = set; then enableval="$enable_kbd_layout" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_kbd_layout=$enableval - else - use_kbd_layout=no - fi + else + use_kbd_layout=no + fi else enableval=no - use_kbd_layout=no + use_kbd_layout=no fi; -echo "$as_me:32672: result: $use_kbd_layout" >&5 +echo "$as_me:32732: 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:32679: checking if experimental nested-table logic should be used" >&5 +echo "$as_me:32739: 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. if test "${enable_nested_tables+set}" = set; then enableval="$enable_nested_tables" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_nested_tables=$enableval - else - use_nested_tables=no - fi + else + use_nested_tables=no + fi else enableval=no - use_nested_tables=no + use_nested_tables=no fi; -echo "$as_me:32696: result: $use_nested_tables" >&5 +echo "$as_me:32756: 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:32703: checking if alternative line-edit bindings should be used" >&5 +echo "$as_me:32763: 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. if test "${enable_alt_bindings+set}" = set; then enableval="$enable_alt_bindings" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_alt_bindings=$enableval - else - use_alt_bindings=yes - fi + else + use_alt_bindings=yes + fi else enableval=yes - use_alt_bindings=yes + use_alt_bindings=yes fi; -echo "$as_me:32720: result: $use_alt_bindings" >&5 +echo "$as_me:32780: 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:32727: checking if ascii case-conversion should be used" >&5 +echo "$as_me:32787: 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. if test "${enable_ascii_ctypes+set}" = set; then enableval="$enable_ascii_ctypes" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_ascii_ctypes=$enableval - else - use_ascii_ctypes=yes - fi + else + use_ascii_ctypes=yes + fi else enableval=yes - use_ascii_ctypes=yes + use_ascii_ctypes=yes fi; -echo "$as_me:32744: result: $use_ascii_ctypes" >&5 +echo "$as_me:32804: 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:32751: checking if you want to use extended HTML DTD logic" >&5 +echo "$as_me:32811: 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. if test "${enable_extended_dtd+set}" = set; then enableval="$enable_extended_dtd" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_ext_htmldtd=no - else - use_ext_htmldtd=yes - fi + else + use_ext_htmldtd=yes + fi else enableval=yes - use_ext_htmldtd=yes + use_ext_htmldtd=yes fi; -echo "$as_me:32768: result: $use_ext_htmldtd" >&5 +echo "$as_me:32828: 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:32775: checking if file-upload logic should be used" >&5 +echo "$as_me:32835: 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. if test "${enable_file_upload+set}" = set; then enableval="$enable_file_upload" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_file_upload=$enableval - else - use_file_upload=yes - fi + else + use_file_upload=yes + fi else enableval=yes - use_file_upload=yes + use_file_upload=yes fi; -echo "$as_me:32792: result: $use_file_upload" >&5 +echo "$as_me:32852: 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:32799: checking if IDNA support should be used" >&5 +echo "$as_me:32859: 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. if test "${enable_idna+set}" = set; then enableval="$enable_idna" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_idna=$enableval - else - use_idna=yes - fi + else + use_idna=yes + fi else enableval=yes - use_idna=yes + use_idna=yes fi; -echo "$as_me:32816: result: $use_idna" >&5 +echo "$as_me:32876: result: $use_idna" >&5 echo "${ECHO_T}$use_idna" >&6 if test "$use_idna" = yes ; then - case "$use_idna" in - (no) - ;; - (yes) - ;; - (*) +case "$use_idna" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$use_idna" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -32852,7 +32912,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 32855 "configure" +#line 32915 "configure" #include "confdefs.h" #include <stdio.h> int @@ -32864,16 +32924,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:32867: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:32927: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:32870: \$? = $ac_status" >&5 + echo "$as_me:32930: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:32873: \"$ac_try\"") >&5 + { (eval echo "$as_me:32933: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32876: \$? = $ac_status" >&5 + echo "$as_me:32936: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -32890,7 +32950,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}:32893: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:32953: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -32900,6 +32960,8 @@ echo "${as_me:-configure}:32893: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -32931,7 +32993,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 32934 "configure" +#line 32996 "configure" #include "confdefs.h" #include <stdio.h> int @@ -32943,16 +33005,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:32946: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:33008: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:32949: \$? = $ac_status" >&5 + echo "$as_me:33011: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:32952: \"$ac_try\"") >&5 + { (eval echo "$as_me:33014: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32955: \$? = $ac_status" >&5 + echo "$as_me:33017: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -32969,7 +33031,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}:32972: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:33034: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -32979,13 +33041,15 @@ echo "${as_me:-configure}:32972: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:32988: error: cannot find under $use_idna" >&5 +{ { echo "$as_me:33052: error: cannot find under $use_idna" >&5 echo "$as_me: error: cannot find under $use_idna" >&2;} { (exit 1); exit 1; }; } fi @@ -33010,7 +33074,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}:33013: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:33077: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -33039,7 +33103,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}:33042: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:33106: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -33048,26 +33112,26 @@ echo "${as_me:-configure}:33042: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:33051: error: cannot find under $use_idna" >&5 +{ { echo "$as_me:33115: error: cannot find under $use_idna" >&5 echo "$as_me: error: cannot find under $use_idna" >&2;} { (exit 1); exit 1; }; } fi done - ;; - esac + ;; +esac # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_idn= cf_cv_library_path_idn= -echo "${as_me:-configure}:33065: testing Starting FIND_LINKAGE(idn,) ..." 1>&5 +echo "${as_me:-configure}:33129: testing Starting FIND_LINKAGE(idn,) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 33070 "configure" +#line 33134 "configure" #include "confdefs.h" #include <stdio.h> @@ -33085,16 +33149,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33088: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33152: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33091: \$? = $ac_status" >&5 + echo "$as_me:33155: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33094: \"$ac_try\"") >&5 + { (eval echo "$as_me:33158: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33097: \$? = $ac_status" >&5 + echo "$as_me:33161: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_idn=yes @@ -33108,7 +33172,7 @@ cat conftest.$ac_ext >&5 LIBS="-lidn $LIBICONV $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 33111 "configure" +#line 33175 "configure" #include "confdefs.h" #include <stdio.h> @@ -33126,16 +33190,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33129: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33193: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33132: \$? = $ac_status" >&5 + echo "$as_me:33196: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33135: \"$ac_try\"") >&5 + { (eval echo "$as_me:33199: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33138: \$? = $ac_status" >&5 + echo "$as_me:33202: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_idn=yes @@ -33152,9 +33216,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for idn library" 1>&6 -echo "${as_me:-configure}:33155: testing find linkage for idn library ..." 1>&5 +echo "${as_me:-configure}:33219: testing find linkage for idn library ..." 1>&5 -echo "${as_me:-configure}:33157: testing Searching for headers in FIND_LINKAGE(idn,) ..." 1>&5 +echo "${as_me:-configure}:33221: testing Searching for headers in FIND_LINKAGE(idn,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -33245,11 +33309,11 @@ 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}:33248: testing ... testing $cf_cv_header_path_idn ..." 1>&5 +echo "${as_me:-configure}:33312: testing ... testing $cf_cv_header_path_idn ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_idn" cat >conftest.$ac_ext <<_ACEOF -#line 33252 "configure" +#line 33316 "configure" #include "confdefs.h" #include <stdio.h> @@ -33267,21 +33331,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33270: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:33334: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33273: \$? = $ac_status" >&5 + echo "$as_me:33337: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33276: \"$ac_try\"") >&5 + { (eval echo "$as_me:33340: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33279: \$? = $ac_status" >&5 + echo "$as_me:33343: \$? = $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}:33284: testing ... found idn headers in $cf_cv_header_path_idn ..." 1>&5 +echo "${as_me:-configure}:33348: testing ... found idn headers in $cf_cv_header_path_idn ..." 1>&5 cf_cv_find_linkage_idn=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -33299,7 +33363,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_idn" = maybe ; then -echo "${as_me:-configure}:33302: testing Searching for idn library in FIND_LINKAGE(idn,) ..." 1>&5 +echo "${as_me:-configure}:33366: testing Searching for idn library in FIND_LINKAGE(idn,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -33374,13 +33438,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}:33377: testing ... testing $cf_cv_library_path_idn ..." 1>&5 +echo "${as_me:-configure}:33441: 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 33383 "configure" +#line 33447 "configure" #include "confdefs.h" #include <stdio.h> @@ -33398,21 +33462,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33401: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33465: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33404: \$? = $ac_status" >&5 + echo "$as_me:33468: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33407: \"$ac_try\"") >&5 + { (eval echo "$as_me:33471: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33410: \$? = $ac_status" >&5 + echo "$as_me:33474: \$? = $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}:33415: testing ... found idn library in $cf_cv_library_path_idn ..." 1>&5 +echo "${as_me:-configure}:33479: testing ... found idn library in $cf_cv_library_path_idn ..." 1>&5 cf_cv_find_linkage_idn=yes cf_cv_library_file_idn="-lidn" @@ -33471,7 +33535,7 @@ if test -n "$cf_cv_header_path_idn" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 33474 "configure" +#line 33538 "configure" #include "confdefs.h" #include <stdio.h> int @@ -33483,16 +33547,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33486: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:33550: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33489: \$? = $ac_status" >&5 + echo "$as_me:33553: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33492: \"$ac_try\"") >&5 + { (eval echo "$as_me:33556: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33495: \$? = $ac_status" >&5 + echo "$as_me:33559: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -33509,7 +33573,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}:33512: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:33576: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -33519,6 +33583,8 @@ echo "${as_me:-configure}:33512: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -33543,7 +33609,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}:33546: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:33612: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -33568,7 +33634,7 @@ done LIBS="$cf_add_libs" else -{ echo "$as_me:33571: WARNING: Cannot find idn library" >&5 +{ echo "$as_me:33637: WARNING: Cannot find idn library" >&5 echo "$as_me: WARNING: Cannot find idn library" >&2;} fi @@ -33582,236 +33648,236 @@ fi fi -echo "$as_me:33585: checking if element-justification logic should be used" >&5 +echo "$as_me:33651: 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. if test "${enable_justify_elts+set}" = set; then enableval="$enable_justify_elts" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_justify_elts=$enableval - else - use_justify_elts=yes - fi + else + use_justify_elts=yes + fi else enableval=yes - use_justify_elts=yes + use_justify_elts=yes fi; -echo "$as_me:33602: result: $use_justify_elts" >&5 +echo "$as_me:33668: 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:33609: checking if partial-display should be used" >&5 +echo "$as_me:33675: 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. if test "${enable_partial+set}" = set; then enableval="$enable_partial" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_partial_display=$enableval - else - use_partial_display=yes - fi + else + use_partial_display=yes + fi else enableval=yes - use_partial_display=yes + use_partial_display=yes fi; -echo "$as_me:33626: result: $use_partial_display" >&5 +echo "$as_me:33692: 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:33633: checking if persistent-cookie logic should be used" >&5 +echo "$as_me:33699: 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. if test "${enable_persistent_cookies+set}" = set; then enableval="$enable_persistent_cookies" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_filed_cookies=$enableval - else - use_filed_cookies=yes - fi + else + use_filed_cookies=yes + fi else enableval=yes - use_filed_cookies=yes + use_filed_cookies=yes fi; -echo "$as_me:33650: result: $use_filed_cookies" >&5 +echo "$as_me:33716: 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:33657: checking if html source should be colorized" >&5 +echo "$as_me:33723: 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. if test "${enable_prettysrc+set}" = set; then enableval="$enable_prettysrc" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_prettysrc=$enableval - else - use_prettysrc=yes - fi + else + use_prettysrc=yes + fi else enableval=yes - use_prettysrc=yes + use_prettysrc=yes fi; -echo "$as_me:33674: result: $use_prettysrc" >&5 +echo "$as_me:33740: 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:33681: checking if progress-bar code should be used" >&5 +echo "$as_me:33747: 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. if test "${enable_progressbar+set}" = set; then enableval="$enable_progressbar" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_progressbar=$enableval - else - use_progressbar=yes - fi + else + use_progressbar=yes + fi else enableval=yes - use_progressbar=yes + use_progressbar=yes fi; -echo "$as_me:33698: result: $use_progressbar" >&5 +echo "$as_me:33764: 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:33705: checking if read-progress message should show ETA" >&5 +echo "$as_me:33771: 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. if test "${enable_read_eta+set}" = set; then enableval="$enable_read_eta" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_read_eta=$enableval - else - use_read_eta=yes - fi + else + use_read_eta=yes + fi else enableval=yes - use_read_eta=yes + use_read_eta=yes fi; -echo "$as_me:33722: result: $use_read_eta" >&5 +echo "$as_me:33788: 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:33729: checking if source caching should be used" >&5 +echo "$as_me:33795: 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. if test "${enable_source_cache+set}" = set; then enableval="$enable_source_cache" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_source_cache=$enableval - else - use_source_cache=yes - fi + else + use_source_cache=yes + fi else enableval=yes - use_source_cache=yes + use_source_cache=yes fi; -echo "$as_me:33746: result: $use_source_cache" >&5 +echo "$as_me:33812: 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:33753: checking if scrollbar code should be used" >&5 +echo "$as_me:33819: 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. if test "${enable_scrollbar+set}" = set; then enableval="$enable_scrollbar" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_scrollbar=$enableval - else - use_scrollbar=yes - fi + else + use_scrollbar=yes + fi else enableval=yes - use_scrollbar=yes + use_scrollbar=yes fi; -echo "$as_me:33770: result: $use_scrollbar" >&5 +echo "$as_me:33836: result: $use_scrollbar" >&5 echo "${ECHO_T}$use_scrollbar" >&6 -echo "$as_me:33773: checking if charset-selection logic should be used" >&5 +echo "$as_me:33839: 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. if test "${enable_charset_choice+set}" = set; then enableval="$enable_charset_choice" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_charset_choice=$enableval - else - use_charset_choice=no - fi + else + use_charset_choice=no + fi else enableval=no - use_charset_choice=no + use_charset_choice=no fi; -echo "$as_me:33790: result: $use_charset_choice" >&5 +echo "$as_me:33856: 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:33797: checking if you want to use external commands" >&5 +echo "$as_me:33863: 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. if test "${enable_externs+set}" = set; then enableval="$enable_externs" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_externs=yes - else - use_externs=no - fi + else + use_externs=no + fi else enableval=no - use_externs=no + use_externs=no fi; -echo "$as_me:33814: result: $use_externs" >&5 +echo "$as_me:33880: result: $use_externs" >&5 echo "${ECHO_T}$use_externs" >&6 if test $use_externs != "no" ; then @@ -33822,24 +33888,24 @@ EOF EXTRA_OBJS="$EXTRA_OBJS LYExtern\$o" fi -echo "$as_me:33825: checking if you want to use setfont support" >&5 +echo "$as_me:33891: 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. if test "${enable_font_switch+set}" = set; then enableval="$enable_font_switch" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_setfont=yes - else - use_setfont=no - fi + else + use_setfont=no + fi else enableval=no - use_setfont=no + use_setfont=no fi; -echo "$as_me:33842: result: $use_setfont" >&5 +echo "$as_me:33908: result: $use_setfont" >&5 echo "${ECHO_T}$use_setfont" >&6 if test $use_setfont = yes ; then case $host_os in @@ -33850,7 +33916,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:33853: checking for $ac_word" >&5 +echo "$as_me:33919: 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 @@ -33867,7 +33933,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:33870: found $ac_dir/$ac_word" >&5 + echo "$as_me:33936: found $ac_dir/$ac_word" >&5 break fi done @@ -33878,10 +33944,10 @@ fi SETFONT=$ac_cv_path_SETFONT if test -n "$SETFONT"; then - echo "$as_me:33881: result: $SETFONT" >&5 + echo "$as_me:33947: result: $SETFONT" >&5 echo "${ECHO_T}$SETFONT" >&6 else - echo "$as_me:33884: result: no" >&5 + echo "$as_me:33950: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -33940,7 +34006,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:33943: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:34009: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define SETFONT_PATH "$cf_path_prog" @@ -33958,19 +34024,19 @@ fi SETFONT=built-in test -n "$verbose" && echo " Assume $host_os has font-switching" 1>&6 -echo "${as_me:-configure}:33961: testing Assume $host_os has font-switching ..." 1>&5 +echo "${as_me:-configure}:34027: 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}:33968: testing Assume $host_os has no font-switching ..." 1>&5 +echo "${as_me:-configure}:34034: testing Assume $host_os has no font-switching ..." 1>&5 ;; esac if test -z "$SETFONT" ; then - { echo "$as_me:33973: WARNING: Cannot find a font-setting program" >&5 + { echo "$as_me:34039: WARNING: Cannot find a font-setting program" >&5 echo "$as_me: WARNING: Cannot find a font-setting program" >&2;} elif test "$SETFONT" != unknown ; then @@ -33981,140 +34047,140 @@ EOF fi fi -echo "$as_me:33984: checking if you want cgi-link support" >&5 +echo "$as_me:34050: 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. if test "${enable_cgi_links+set}" = set; then enableval="$enable_cgi_links" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then cat >>confdefs.h <<\EOF #define LYNXCGI_LINKS 1 EOF - fi + fi else enableval=no fi; -echo "$as_me:34001: result: $enableval" >&5 +echo "$as_me:34067: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 -echo "$as_me:34004: checking if you want change-exec support" >&5 +echo "$as_me:34070: 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. if test "${enable_change_exec+set}" = set; then enableval="$enable_change_exec" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_change_exec=yes - else - use_change_exec=no - fi + else + use_change_exec=no + fi else enableval=no - use_change_exec=no + use_change_exec=no fi; -echo "$as_me:34021: result: $use_change_exec" >&5 +echo "$as_me:34087: 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:34028: checking if you want exec-links support" >&5 +echo "$as_me:34094: 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. if test "${enable_exec_links+set}" = set; then enableval="$enable_exec_links" test "$enableval" != no && enableval=yes - if test "$enableval" != "$use_change_exec" ; then + if test "$enableval" != "$use_change_exec" ; then use_exec_links=$enableval - else - use_exec_links=$enableval - fi + else + use_exec_links=$enableval + fi else enableval=$use_change_exec - use_exec_links=$enableval + use_exec_links=$enableval fi; -echo "$as_me:34045: result: $use_exec_links" >&5 +echo "$as_me:34111: 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:34052: checking if you want exec-scripts support" >&5 +echo "$as_me:34118: 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. if test "${enable_exec_scripts+set}" = set; then enableval="$enable_exec_scripts" test "$enableval" != no && enableval=yes - if test "$enableval" != "$use_change_exec" ; then + if test "$enableval" != "$use_change_exec" ; then use_exec_scripts=$enableval - else - use_exec_scripts=$enableval - fi + else + use_exec_scripts=$enableval + fi else enableval=$use_change_exec - use_exec_scripts=$enableval + use_exec_scripts=$enableval fi; -echo "$as_me:34069: result: $use_exec_scripts" >&5 +echo "$as_me:34135: 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:34076: checking if you want internal-links feature" >&5 +echo "$as_me:34142: 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. if test "${enable_internal_links+set}" = set; then enableval="$enable_internal_links" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_internal_links=yes - else - use_internal_links=no - fi + else + use_internal_links=no + fi else enableval=no - use_internal_links=no + use_internal_links=no fi; -echo "$as_me:34093: result: $use_internal_links" >&5 +echo "$as_me:34159: 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:34100: checking if you want to fork NSL requests" >&5 +echo "$as_me:34166: 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. if test "${enable_nsl_fork+set}" = set; then enableval="$enable_nsl_fork" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_nsl_fork=yes - else - use_nsl_fork=no - fi + else + use_nsl_fork=no + fi else enableval=no - use_nsl_fork=no + use_nsl_fork=no fi; -echo "$as_me:34117: result: $use_nsl_fork" >&5 +echo "$as_me:34183: result: $use_nsl_fork" >&5 echo "${ECHO_T}$use_nsl_fork" >&6 if test $use_nsl_fork = yes ; then case $host_os in @@ -34135,48 +34201,48 @@ EOF esac fi -echo "$as_me:34138: checking if you want to log URL requests via syslog" >&5 +echo "$as_me:34204: 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. if test "${enable_syslog+set}" = set; then enableval="$enable_syslog" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_syslog=yes - else - use_syslog=no - fi + else + use_syslog=no + fi else enableval=no - use_syslog=no + use_syslog=no fi; -echo "$as_me:34155: result: $use_syslog" >&5 +echo "$as_me:34221: 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:34162: checking if you want to underline links" >&5 +echo "$as_me:34228: 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. if test "${enable_underlines+set}" = set; then enableval="$enable_underlines" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_underline=yes - else - use_underline=no - fi + else + use_underline=no + fi else enableval=no - use_underline=no + use_underline=no fi; -echo "$as_me:34179: result: $use_underline" >&5 +echo "$as_me:34245: result: $use_underline" >&5 echo "${ECHO_T}$use_underline" >&6 test $use_underline = yes && cat >>confdefs.h <<\EOF @@ -34188,27 +34254,27 @@ cat >>confdefs.h <<\EOF #define UNDERLINE_LINKS 0 EOF -echo "$as_me:34191: checking if help files should be gzip'ed" >&5 +echo "$as_me:34257: 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. if test "${enable_gzip_help+set}" = set; then enableval="$enable_gzip_help" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_gzip_help=$enableval - else - use_gzip_help=no - fi + else + use_gzip_help=no + fi else enableval=no - use_gzip_help=no + use_gzip_help=no fi; -echo "$as_me:34208: result: $use_gzip_help" >&5 +echo "$as_me:34274: result: $use_gzip_help" >&5 echo "${ECHO_T}$use_gzip_help" >&6 -echo "$as_me:34211: checking if you want to use libbz2 for decompression of some bzip2 files" >&5 +echo "$as_me:34277: 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. @@ -34218,17 +34284,17 @@ if test "${with_bzlib+set}" = set; then else use_bzlib=no fi; -echo "$as_me:34221: result: $use_bzlib" >&5 +echo "$as_me:34287: result: $use_bzlib" >&5 echo "${ECHO_T}$use_bzlib" >&6 if test ".$use_bzlib" != ".no" ; then - case "$use_bzlib" in - (no) - ;; - (yes) - ;; - (*) +case "$use_bzlib" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$use_bzlib" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -34257,7 +34323,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 34260 "configure" +#line 34326 "configure" #include "confdefs.h" #include <stdio.h> int @@ -34269,16 +34335,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:34272: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34338: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:34275: \$? = $ac_status" >&5 + echo "$as_me:34341: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:34278: \"$ac_try\"") >&5 + { (eval echo "$as_me:34344: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34281: \$? = $ac_status" >&5 + echo "$as_me:34347: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -34295,7 +34361,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}:34298: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:34364: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -34305,6 +34371,8 @@ echo "${as_me:-configure}:34298: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -34336,7 +34404,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 34339 "configure" +#line 34407 "configure" #include "confdefs.h" #include <stdio.h> int @@ -34348,16 +34416,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:34351: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34419: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:34354: \$? = $ac_status" >&5 + echo "$as_me:34422: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:34357: \"$ac_try\"") >&5 + { (eval echo "$as_me:34425: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34360: \$? = $ac_status" >&5 + echo "$as_me:34428: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -34374,7 +34442,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}:34377: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:34445: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -34384,13 +34452,15 @@ echo "${as_me:-configure}:34377: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:34393: error: cannot find under $use_bzlib" >&5 +{ { echo "$as_me:34463: error: cannot find under $use_bzlib" >&5 echo "$as_me: error: cannot find under $use_bzlib" >&2;} { (exit 1); exit 1; }; } fi @@ -34415,7 +34485,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}:34418: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:34488: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -34444,7 +34514,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}:34447: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:34517: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -34453,26 +34523,26 @@ echo "${as_me:-configure}:34447: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:34456: error: cannot find under $use_bzlib" >&5 +{ { echo "$as_me:34526: error: cannot find under $use_bzlib" >&5 echo "$as_me: error: cannot find under $use_bzlib" >&2;} { (exit 1); exit 1; }; } fi done - ;; - esac + ;; +esac # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_bz2= cf_cv_library_path_bz2= -echo "${as_me:-configure}:34470: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me:-configure}:34540: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 34475 "configure" +#line 34545 "configure" #include "confdefs.h" #include <stdio.h> @@ -34489,16 +34559,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:34492: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34562: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34495: \$? = $ac_status" >&5 + echo "$as_me:34565: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34498: \"$ac_try\"") >&5 + { (eval echo "$as_me:34568: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34501: \$? = $ac_status" >&5 + echo "$as_me:34571: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_bz2=yes @@ -34512,7 +34582,7 @@ cat conftest.$ac_ext >&5 LIBS="-lbz2 $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 34515 "configure" +#line 34585 "configure" #include "confdefs.h" #include <stdio.h> @@ -34529,16 +34599,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:34532: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34602: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34535: \$? = $ac_status" >&5 + echo "$as_me:34605: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34538: \"$ac_try\"") >&5 + { (eval echo "$as_me:34608: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34541: \$? = $ac_status" >&5 + echo "$as_me:34611: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_bz2=yes @@ -34555,9 +34625,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for bz2 library" 1>&6 -echo "${as_me:-configure}:34558: testing find linkage for bz2 library ..." 1>&5 +echo "${as_me:-configure}:34628: testing find linkage for bz2 library ..." 1>&5 -echo "${as_me:-configure}:34560: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me:-configure}:34630: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -34648,11 +34718,11 @@ 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}:34651: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5 +echo "${as_me:-configure}:34721: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_bz2" cat >conftest.$ac_ext <<_ACEOF -#line 34655 "configure" +#line 34725 "configure" #include "confdefs.h" #include <stdio.h> @@ -34669,21 +34739,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:34672: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34742: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:34675: \$? = $ac_status" >&5 + echo "$as_me:34745: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:34678: \"$ac_try\"") >&5 + { (eval echo "$as_me:34748: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34681: \$? = $ac_status" >&5 + echo "$as_me:34751: \$? = $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}:34686: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5 +echo "${as_me:-configure}:34756: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5 cf_cv_find_linkage_bz2=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -34701,7 +34771,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_bz2" = maybe ; then -echo "${as_me:-configure}:34704: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me:-configure}:34774: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -34709,7 +34779,7 @@ echo "${as_me:-configure}:34704: testing Searching for bz2 library in FIND_LINKA CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lbz2 $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 34712 "configure" +#line 34782 "configure" #include "confdefs.h" #include <stdio.h> @@ -34726,21 +34796,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:34729: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34799: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34732: \$? = $ac_status" >&5 + echo "$as_me:34802: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34735: \"$ac_try\"") >&5 + { (eval echo "$as_me:34805: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34738: \$? = $ac_status" >&5 + echo "$as_me:34808: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found bz2 library in system" 1>&6 -echo "${as_me:-configure}:34743: testing ... found bz2 library in system ..." 1>&5 +echo "${as_me:-configure}:34813: testing ... found bz2 library in system ..." 1>&5 cf_cv_find_linkage_bz2=yes else @@ -34821,13 +34891,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}:34824: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5 +echo "${as_me:-configure}:34894: 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 34830 "configure" +#line 34900 "configure" #include "confdefs.h" #include <stdio.h> @@ -34844,21 +34914,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:34847: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34917: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34850: \$? = $ac_status" >&5 + echo "$as_me:34920: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34853: \"$ac_try\"") >&5 + { (eval echo "$as_me:34923: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34856: \$? = $ac_status" >&5 + echo "$as_me:34926: \$? = $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}:34861: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5 +echo "${as_me:-configure}:34931: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5 cf_cv_find_linkage_bz2=yes cf_cv_library_file_bz2="-lbz2" @@ -34917,7 +34987,7 @@ if test -n "$cf_cv_header_path_bz2" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 34920 "configure" +#line 34990 "configure" #include "confdefs.h" #include <stdio.h> int @@ -34929,16 +34999,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:34932: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:35002: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:34935: \$? = $ac_status" >&5 + echo "$as_me:35005: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:34938: \"$ac_try\"") >&5 + { (eval echo "$as_me:35008: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34941: \$? = $ac_status" >&5 + echo "$as_me:35011: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -34955,7 +35025,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}:34958: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:35028: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -34965,6 +35035,8 @@ echo "${as_me:-configure}:34958: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -34989,7 +35061,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}:34992: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:35064: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -35014,7 +35086,7 @@ done LIBS="$cf_add_libs" else -{ echo "$as_me:35017: WARNING: Cannot find bz2 library" >&5 +{ echo "$as_me:35089: WARNING: Cannot find bz2 library" >&5 echo "$as_me: WARNING: Cannot find bz2 library" >&2;} fi @@ -35025,7 +35097,7 @@ EOF fi -echo "$as_me:35028: checking if you want to use zlib for decompression of some gzip files" >&5 +echo "$as_me:35100: 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. @@ -35035,17 +35107,17 @@ if test "${with_zlib+set}" = set; then else use_zlib=no fi; -echo "$as_me:35038: result: $use_zlib" >&5 +echo "$as_me:35110: result: $use_zlib" >&5 echo "${ECHO_T}$use_zlib" >&6 if test ".$use_zlib" != ".no" ; then - case "$use_zlib" in - (no) - ;; - (yes) - ;; - (*) +case "$use_zlib" in +(no) + ;; +(yes) + ;; +(*) for cf_searchpath in `echo "$use_zlib" | tr $PATH_SEPARATOR ' '`; do if test -d $cf_searchpath/include; then @@ -35074,7 +35146,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 35077 "configure" +#line 35149 "configure" #include "confdefs.h" #include <stdio.h> int @@ -35086,16 +35158,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:35089: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:35161: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:35092: \$? = $ac_status" >&5 + echo "$as_me:35164: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:35095: \"$ac_try\"") >&5 + { (eval echo "$as_me:35167: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35098: \$? = $ac_status" >&5 + echo "$as_me:35170: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -35112,7 +35184,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}:35115: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:35187: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -35122,6 +35194,8 @@ echo "${as_me:-configure}:35115: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -35153,7 +35227,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 35156 "configure" +#line 35230 "configure" #include "confdefs.h" #include <stdio.h> int @@ -35165,16 +35239,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:35168: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:35242: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:35171: \$? = $ac_status" >&5 + echo "$as_me:35245: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:35174: \"$ac_try\"") >&5 + { (eval echo "$as_me:35248: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35177: \$? = $ac_status" >&5 + echo "$as_me:35251: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -35191,7 +35265,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}:35194: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:35268: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -35201,13 +35275,15 @@ echo "${as_me:-configure}:35194: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done fi else -{ { echo "$as_me:35210: error: cannot find under $use_zlib" >&5 +{ { echo "$as_me:35286: error: cannot find under $use_zlib" >&5 echo "$as_me: error: cannot find under $use_zlib" >&2;} { (exit 1); exit 1; }; } fi @@ -35232,7 +35308,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}:35235: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:35311: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -35261,7 +35337,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}:35264: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:35340: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -35270,26 +35346,26 @@ echo "${as_me:-configure}:35264: testing adding $cf_add_libdir to library-path . fi else -{ { echo "$as_me:35273: error: cannot find under $use_zlib" >&5 +{ { echo "$as_me:35349: error: cannot find under $use_zlib" >&5 echo "$as_me: error: cannot find under $use_zlib" >&2;} { (exit 1); exit 1; }; } fi done - ;; - esac + ;; +esac # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_z= cf_cv_library_path_z= -echo "${as_me:-configure}:35287: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me:-configure}:35363: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 35292 "configure" +#line 35368 "configure" #include "confdefs.h" #include <zlib.h> @@ -35305,16 +35381,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:35308: \"$ac_link\"") >&5 +if { (eval echo "$as_me:35384: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:35311: \$? = $ac_status" >&5 + echo "$as_me:35387: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:35314: \"$ac_try\"") >&5 + { (eval echo "$as_me:35390: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35317: \$? = $ac_status" >&5 + echo "$as_me:35393: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_z=yes @@ -35328,7 +35404,7 @@ cat conftest.$ac_ext >&5 LIBS="-lz $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 35331 "configure" +#line 35407 "configure" #include "confdefs.h" #include <zlib.h> @@ -35344,16 +35420,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:35347: \"$ac_link\"") >&5 +if { (eval echo "$as_me:35423: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:35350: \$? = $ac_status" >&5 + echo "$as_me:35426: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:35353: \"$ac_try\"") >&5 + { (eval echo "$as_me:35429: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35356: \$? = $ac_status" >&5 + echo "$as_me:35432: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_z=yes @@ -35370,9 +35446,9 @@ cat conftest.$ac_ext >&5 test -n "$verbose" && echo " find linkage for z library" 1>&6 -echo "${as_me:-configure}:35373: testing find linkage for z library ..." 1>&5 +echo "${as_me:-configure}:35449: testing find linkage for z library ..." 1>&5 -echo "${as_me:-configure}:35375: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me:-configure}:35451: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -35463,11 +35539,11 @@ 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}:35466: testing ... testing $cf_cv_header_path_z ..." 1>&5 +echo "${as_me:-configure}:35542: testing ... testing $cf_cv_header_path_z ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_z" cat >conftest.$ac_ext <<_ACEOF -#line 35470 "configure" +#line 35546 "configure" #include "confdefs.h" #include <zlib.h> @@ -35483,21 +35559,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:35486: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:35562: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:35489: \$? = $ac_status" >&5 + echo "$as_me:35565: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:35492: \"$ac_try\"") >&5 + { (eval echo "$as_me:35568: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35495: \$? = $ac_status" >&5 + echo "$as_me:35571: \$? = $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}:35500: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5 +echo "${as_me:-configure}:35576: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5 cf_cv_find_linkage_z=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -35515,7 +35591,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_z" = maybe ; then -echo "${as_me:-configure}:35518: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me:-configure}:35594: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -35523,7 +35599,7 @@ echo "${as_me:-configure}:35518: testing Searching for z library in FIND_LINKAGE CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lz $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 35526 "configure" +#line 35602 "configure" #include "confdefs.h" #include <zlib.h> @@ -35539,21 +35615,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:35542: \"$ac_link\"") >&5 +if { (eval echo "$as_me:35618: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:35545: \$? = $ac_status" >&5 + echo "$as_me:35621: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:35548: \"$ac_try\"") >&5 + { (eval echo "$as_me:35624: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35551: \$? = $ac_status" >&5 + echo "$as_me:35627: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found z library in system" 1>&6 -echo "${as_me:-configure}:35556: testing ... found z library in system ..." 1>&5 +echo "${as_me:-configure}:35632: testing ... found z library in system ..." 1>&5 cf_cv_find_linkage_z=yes else @@ -35634,13 +35710,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}:35637: testing ... testing $cf_cv_library_path_z ..." 1>&5 +echo "${as_me:-configure}:35713: 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 35643 "configure" +#line 35719 "configure" #include "confdefs.h" #include <zlib.h> @@ -35656,21 +35732,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:35659: \"$ac_link\"") >&5 +if { (eval echo "$as_me:35735: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:35662: \$? = $ac_status" >&5 + echo "$as_me:35738: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:35665: \"$ac_try\"") >&5 + { (eval echo "$as_me:35741: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35668: \$? = $ac_status" >&5 + echo "$as_me:35744: \$? = $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}:35673: testing ... found z library in $cf_cv_library_path_z ..." 1>&5 +echo "${as_me:-configure}:35749: testing ... found z library in $cf_cv_library_path_z ..." 1>&5 cf_cv_find_linkage_z=yes cf_cv_library_file_z="-lz" @@ -35729,7 +35805,7 @@ if test -n "$cf_cv_header_path_z" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 35732 "configure" +#line 35808 "configure" #include "confdefs.h" #include <stdio.h> int @@ -35741,16 +35817,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:35744: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:35820: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:35747: \$? = $ac_status" >&5 + echo "$as_me:35823: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:35750: \"$ac_try\"") >&5 + { (eval echo "$as_me:35826: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35753: \$? = $ac_status" >&5 + echo "$as_me:35829: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -35767,7 +35843,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}:35770: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:35846: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -35777,6 +35853,8 @@ echo "${as_me:-configure}:35770: testing adding $cf_add_incdir to include-path . else break fi + else + break fi done done @@ -35801,7 +35879,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}:35804: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:35882: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -35826,7 +35904,7 @@ done LIBS="$cf_add_libs" else -{ echo "$as_me:35829: WARNING: Cannot find z library" >&5 +{ echo "$as_me:35907: WARNING: Cannot find z library" >&5 echo "$as_me: WARNING: Cannot find z library" >&2;} fi @@ -35835,13 +35913,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:35838: checking for $ac_func" >&5 +echo "$as_me:35916: 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 35844 "configure" +#line 35922 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -35872,16 +35950,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:35875: \"$ac_link\"") >&5 +if { (eval echo "$as_me:35953: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:35878: \$? = $ac_status" >&5 + echo "$as_me:35956: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:35881: \"$ac_try\"") >&5 + { (eval echo "$as_me:35959: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:35884: \$? = $ac_status" >&5 + echo "$as_me:35962: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -35891,7 +35969,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:35894: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:35972: 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 @@ -35908,126 +35986,126 @@ EOF fi -echo "$as_me:35911: checking if you want to exclude FINGER code" >&5 +echo "$as_me:35989: 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. if test "${enable_finger+set}" = set; then enableval="$enable_finger" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_finger=yes - else - use_finger=no - fi + else + use_finger=no + fi else enableval=yes - use_finger=no + use_finger=no fi; -echo "$as_me:35928: result: $use_finger" >&5 +echo "$as_me:36006: 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:35935: checking if you want to exclude GOPHER code" >&5 +echo "$as_me:36013: 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. if test "${enable_gopher+set}" = set; then enableval="$enable_gopher" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_gopher=yes - else - use_gopher=no - fi + else + use_gopher=no + fi else enableval=yes - use_gopher=no + use_gopher=no fi; -echo "$as_me:35952: result: $use_gopher" >&5 +echo "$as_me:36030: 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:35959: checking if you want to exclude NEWS code" >&5 +echo "$as_me:36037: 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. if test "${enable_news+set}" = set; then enableval="$enable_news" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_news=yes - else - use_news=no - fi + else + use_news=no + fi else enableval=yes - use_news=no + use_news=no fi; -echo "$as_me:35976: result: $use_news" >&5 +echo "$as_me:36054: 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:35983: checking if you want to exclude FTP code" >&5 +echo "$as_me:36061: 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. if test "${enable_ftp+set}" = set; then enableval="$enable_ftp" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_ftp=yes - else - use_ftp=no - fi + else + use_ftp=no + fi else enableval=yes - use_ftp=no + use_ftp=no fi; -echo "$as_me:36000: result: $use_ftp" >&5 +echo "$as_me:36078: 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:36007: checking if you want to include WAIS code" >&5 +echo "$as_me:36085: 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. if test "${enable_wais+set}" = set; then enableval="$enable_wais" test "$enableval" != yes && enableval=no - if test "$enableval" != "no" ; then + if test "$enableval" != "no" ; then use_wais=yes - else - use_wais=no - fi + else + use_wais=no + fi else enableval=no - use_wais=no + use_wais=no fi; -echo "$as_me:36024: result: $use_wais" >&5 +echo "$as_me:36102: result: $use_wais" >&5 echo "${ECHO_T}$use_wais" >&6 MAKE_WAIS="#" if test $use_wais != "no" then - echo "$as_me:36030: checking for fs_free in -lwais" >&5 + echo "$as_me:36108: 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 @@ -36035,7 +36113,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lwais $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 36038 "configure" +#line 36116 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -36054,16 +36132,16 @@ fs_free (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:36057: \"$ac_link\"") >&5 +if { (eval echo "$as_me:36135: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:36060: \$? = $ac_status" >&5 + echo "$as_me:36138: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:36063: \"$ac_try\"") >&5 + { (eval echo "$as_me:36141: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:36066: \$? = $ac_status" >&5 + echo "$as_me:36144: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_wais_fs_free=yes else @@ -36074,18 +36152,18 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:36077: result: $ac_cv_lib_wais_fs_free" >&5 +echo "$as_me:36155: 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:36081: checking if -lm needed for math functions" >&5 +echo "$as_me:36159: 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 36088 "configure" +#line 36166 "configure" #include "confdefs.h" #include <stdio.h> @@ -36100,16 +36178,16 @@ double x = rand(); printf("result = %g\n", sin(x)) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:36103: \"$ac_link\"") >&5 +if { (eval echo "$as_me:36181: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:36106: \$? = $ac_status" >&5 + echo "$as_me:36184: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:36109: \"$ac_try\"") >&5 + { (eval echo "$as_me:36187: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:36112: \$? = $ac_status" >&5 + echo "$as_me:36190: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_need_libm=no else @@ -36119,7 +36197,7 @@ cf_cv_need_libm=yes fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:36122: result: $cf_cv_need_libm" >&5 +echo "$as_me:36200: result: $cf_cv_need_libm" >&5 echo "${ECHO_T}$cf_cv_need_libm" >&6 if test "$cf_cv_need_libm" = yes then @@ -36161,23 +36239,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:36164: checking for $ac_header" >&5 +echo "$as_me:36242: 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 36170 "configure" +#line 36248 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:36174: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:36252: \"$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:36180: \$? = $ac_status" >&5 + echo "$as_me:36258: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -36196,7 +36274,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:36199: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:36277: 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 @@ -36209,7 +36287,7 @@ done MAKE_WAIS= else - { echo "$as_me:36212: WARNING: could not find WAIS library" >&5 + { echo "$as_me:36290: WARNING: could not find WAIS library" >&5 echo "$as_me: WARNING: could not find WAIS library" >&2;} fi @@ -36217,24 +36295,24 @@ 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:36220: checking if directory-editor code should be used" >&5 +echo "$as_me:36298: 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. if test "${enable_dired+set}" = set; then enableval="$enable_dired" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then use_dired=$enableval - else - use_dired=yes - fi + else + use_dired=yes + fi else enableval=yes - use_dired=yes + use_dired=yes fi; -echo "$as_me:36237: result: $use_dired" >&5 +echo "$as_me:36315: result: $use_dired" >&5 echo "${ECHO_T}$use_dired" >&6 if test ".$use_dired" != ".no" ; then @@ -36244,42 +36322,42 @@ cat >>confdefs.h <<\EOF #define DIRED_SUPPORT 1 EOF - echo "$as_me:36247: checking if you wish to allow extracting from archives via DirEd" >&5 + echo "$as_me:36325: 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. if test "${enable_dired_dearchive+set}" = set; then enableval="$enable_dired_dearchive" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then cat >>confdefs.h <<\EOF #define ARCHIVE_ONLY 1 EOF - fi + fi else enableval=yes fi; - echo "$as_me:36264: result: $enableval" >&5 + echo "$as_me:36342: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36267: checking if DirEd mode should override keys" >&5 + echo "$as_me:36345: 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. if test "${enable_dired_override+set}" = set; then enableval="$enable_dired_override" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define OK_OVERRIDE 1 EOF - fi + fi else enableval=yes @@ -36288,25 +36366,25 @@ cat >>confdefs.h <<\EOF EOF fi; - echo "$as_me:36291: result: $enableval" >&5 + echo "$as_me:36369: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36294: checking if you wish to allow permissions commands via DirEd" >&5 + echo "$as_me:36372: 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. if test "${enable_dired_permit+set}" = set; then enableval="$enable_dired_permit" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define OK_PERMIT 1 EOF - fi + fi else enableval=yes @@ -36315,45 +36393,45 @@ cat >>confdefs.h <<\EOF EOF fi; - echo "$as_me:36318: result: $enableval" >&5 + echo "$as_me:36396: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36321: checking if you wish to allow executable-permission commands via DirEd" >&5 + echo "$as_me:36399: 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. if test "${enable_dired_xpermit+set}" = set; then enableval="$enable_dired_xpermit" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then cat >>confdefs.h <<\EOF #define NO_CHANGE_EXECUTE_PERMS 1 EOF - fi + fi else enableval=yes fi; - echo "$as_me:36338: result: $enableval" >&5 + echo "$as_me:36416: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36341: checking if you wish to allow \"tar\" commands from DirEd" >&5 + echo "$as_me:36419: 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. if test "${enable_dired_tar+set}" = set; then enableval="$enable_dired_tar" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define OK_TAR 1 EOF - fi + fi else enableval=yes @@ -36362,25 +36440,25 @@ cat >>confdefs.h <<\EOF EOF fi; - echo "$as_me:36365: result: $enableval" >&5 + echo "$as_me:36443: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36368: checking if you wish to allow \"uudecode\" commands from DirEd" >&5 + echo "$as_me:36446: 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. if test "${enable_dired_uudecode+set}" = set; then enableval="$enable_dired_uudecode" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define OK_UUDECODE 1 EOF - fi + fi else enableval=yes @@ -36389,25 +36467,25 @@ cat >>confdefs.h <<\EOF EOF fi; - echo "$as_me:36392: result: $enableval" >&5 + echo "$as_me:36470: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36395: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5 + echo "$as_me:36473: 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. if test "${enable_dired_zip+set}" = set; then enableval="$enable_dired_zip" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define OK_ZIP 1 EOF - fi + fi else enableval=yes @@ -36416,25 +36494,25 @@ cat >>confdefs.h <<\EOF EOF fi; - echo "$as_me:36419: result: $enableval" >&5 + echo "$as_me:36497: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:36422: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5 + echo "$as_me:36500: 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. if test "${enable_dired_gzip+set}" = set; then enableval="$enable_dired_gzip" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define OK_GZIP 1 EOF - fi + fi else enableval=yes @@ -36443,26 +36521,26 @@ cat >>confdefs.h <<\EOF EOF fi; - echo "$as_me:36446: result: $enableval" >&5 + echo "$as_me:36524: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 fi -echo "$as_me:36450: checking if you want long-directory listings" >&5 +echo "$as_me:36528: 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. if test "${enable_long_list+set}" = set; then enableval="$enable_long_list" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then : - else + else cat >>confdefs.h <<\EOF #define LONG_LIST 1 EOF - fi + fi else enableval=yes @@ -36471,27 +36549,27 @@ cat >>confdefs.h <<\EOF EOF fi; -echo "$as_me:36474: result: $enableval" >&5 +echo "$as_me:36552: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 -echo "$as_me:36477: checking if parent-directory references are permitted" >&5 +echo "$as_me:36555: 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. if test "${enable_parent_dir_refs+set}" = set; then enableval="$enable_parent_dir_refs" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then cat >>confdefs.h <<\EOF #define NO_PARENT_DIR_REFERENCE 1 EOF - fi + fi else enableval=yes fi; -echo "$as_me:36494: result: $enableval" >&5 +echo "$as_me:36572: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 test -z "$TELNET" && TELNET=telnet @@ -36499,7 +36577,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:36502: checking for $ac_word" >&5 +echo "$as_me:36580: 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 @@ -36516,7 +36594,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:36519: found $ac_dir/$ac_word" >&5 + echo "$as_me:36597: found $ac_dir/$ac_word" >&5 break fi done @@ -36527,10 +36605,10 @@ fi TELNET=$ac_cv_path_TELNET if test -n "$TELNET"; then - echo "$as_me:36530: result: $TELNET" >&5 + echo "$as_me:36608: result: $TELNET" >&5 echo "${ECHO_T}$TELNET" >&6 else - echo "$as_me:36533: result: no" >&5 + echo "$as_me:36611: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -36589,7 +36667,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:36592: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:36670: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TELNET_PATH "$cf_path_prog" @@ -36607,7 +36685,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:36610: checking for $ac_word" >&5 +echo "$as_me:36688: 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 @@ -36624,7 +36702,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:36627: found $ac_dir/$ac_word" >&5 + echo "$as_me:36705: found $ac_dir/$ac_word" >&5 break fi done @@ -36635,10 +36713,10 @@ fi TN3270=$ac_cv_path_TN3270 if test -n "$TN3270"; then - echo "$as_me:36638: result: $TN3270" >&5 + echo "$as_me:36716: result: $TN3270" >&5 echo "${ECHO_T}$TN3270" >&6 else - echo "$as_me:36641: result: no" >&5 + echo "$as_me:36719: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -36697,7 +36775,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:36700: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:36778: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TN3270_PATH "$cf_path_prog" @@ -36715,7 +36793,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:36718: checking for $ac_word" >&5 +echo "$as_me:36796: 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 @@ -36732,7 +36810,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:36735: found $ac_dir/$ac_word" >&5 + echo "$as_me:36813: found $ac_dir/$ac_word" >&5 break fi done @@ -36743,10 +36821,10 @@ fi RLOGIN=$ac_cv_path_RLOGIN if test -n "$RLOGIN"; then - echo "$as_me:36746: result: $RLOGIN" >&5 + echo "$as_me:36824: result: $RLOGIN" >&5 echo "${ECHO_T}$RLOGIN" >&6 else - echo "$as_me:36749: result: no" >&5 + echo "$as_me:36827: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -36805,7 +36883,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:36808: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:36886: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define RLOGIN_PATH "$cf_path_prog" @@ -36823,7 +36901,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:36826: checking for $ac_word" >&5 +echo "$as_me:36904: 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 @@ -36840,7 +36918,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:36843: found $ac_dir/$ac_word" >&5 + echo "$as_me:36921: found $ac_dir/$ac_word" >&5 break fi done @@ -36851,10 +36929,10 @@ fi MV=$ac_cv_path_MV if test -n "$MV"; then - echo "$as_me:36854: result: $MV" >&5 + echo "$as_me:36932: result: $MV" >&5 echo "${ECHO_T}$MV" >&6 else - echo "$as_me:36857: result: no" >&5 + echo "$as_me:36935: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -36913,7 +36991,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:36916: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:36994: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define MV_PATH "$cf_path_prog" @@ -36931,7 +37009,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:36934: checking for $ac_word" >&5 +echo "$as_me:37012: 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 @@ -36948,7 +37026,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:36951: found $ac_dir/$ac_word" >&5 + echo "$as_me:37029: found $ac_dir/$ac_word" >&5 break fi done @@ -36959,10 +37037,10 @@ fi GZIP=$ac_cv_path_GZIP if test -n "$GZIP"; then - echo "$as_me:36962: result: $GZIP" >&5 + echo "$as_me:37040: result: $GZIP" >&5 echo "${ECHO_T}$GZIP" >&6 else - echo "$as_me:36965: result: no" >&5 + echo "$as_me:37043: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37021,7 +37099,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37024: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37102: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define GZIP_PATH "$cf_path_prog" @@ -37039,7 +37117,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:37042: checking for $ac_word" >&5 +echo "$as_me:37120: 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 @@ -37056,7 +37134,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:37059: found $ac_dir/$ac_word" >&5 + echo "$as_me:37137: found $ac_dir/$ac_word" >&5 break fi done @@ -37067,10 +37145,10 @@ fi UNCOMPRESS=$ac_cv_path_UNCOMPRESS if test -n "$UNCOMPRESS"; then - echo "$as_me:37070: result: $UNCOMPRESS" >&5 + echo "$as_me:37148: result: $UNCOMPRESS" >&5 echo "${ECHO_T}$UNCOMPRESS" >&6 else - echo "$as_me:37073: result: no" >&5 + echo "$as_me:37151: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37129,7 +37207,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37132: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37210: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UNCOMPRESS_PATH "$cf_path_prog" @@ -37147,7 +37225,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:37150: checking for $ac_word" >&5 +echo "$as_me:37228: 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 @@ -37164,7 +37242,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:37167: found $ac_dir/$ac_word" >&5 + echo "$as_me:37245: found $ac_dir/$ac_word" >&5 break fi done @@ -37175,10 +37253,10 @@ fi UNZIP=$ac_cv_path_UNZIP if test -n "$UNZIP"; then - echo "$as_me:37178: result: $UNZIP" >&5 + echo "$as_me:37256: result: $UNZIP" >&5 echo "${ECHO_T}$UNZIP" >&6 else - echo "$as_me:37181: result: no" >&5 + echo "$as_me:37259: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37237,7 +37315,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37240: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37318: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UNZIP_PATH "$cf_path_prog" @@ -37255,7 +37333,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:37258: checking for $ac_word" >&5 +echo "$as_me:37336: 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 @@ -37272,7 +37350,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:37275: found $ac_dir/$ac_word" >&5 + echo "$as_me:37353: found $ac_dir/$ac_word" >&5 break fi done @@ -37283,10 +37361,10 @@ fi BZIP2=$ac_cv_path_BZIP2 if test -n "$BZIP2"; then - echo "$as_me:37286: result: $BZIP2" >&5 + echo "$as_me:37364: result: $BZIP2" >&5 echo "${ECHO_T}$BZIP2" >&6 else - echo "$as_me:37289: result: no" >&5 + echo "$as_me:37367: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37345,7 +37423,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37348: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37426: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define BZIP2_PATH "$cf_path_prog" @@ -37363,7 +37441,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:37366: checking for $ac_word" >&5 +echo "$as_me:37444: 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 @@ -37380,7 +37458,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:37383: found $ac_dir/$ac_word" >&5 + echo "$as_me:37461: found $ac_dir/$ac_word" >&5 break fi done @@ -37391,10 +37469,10 @@ fi TAR=$ac_cv_path_TAR if test -n "$TAR"; then - echo "$as_me:37394: result: $TAR" >&5 + echo "$as_me:37472: result: $TAR" >&5 echo "${ECHO_T}$TAR" >&6 else - echo "$as_me:37397: result: no" >&5 + echo "$as_me:37475: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37453,7 +37531,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37456: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37534: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TAR_PATH "$cf_path_prog" @@ -37511,7 +37589,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:37514: checking for $ac_word" >&5 +echo "$as_me:37592: 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 @@ -37528,7 +37606,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:37531: found $ac_dir/$ac_word" >&5 + echo "$as_me:37609: found $ac_dir/$ac_word" >&5 break fi done @@ -37539,10 +37617,10 @@ fi COMPRESS=$ac_cv_path_COMPRESS if test -n "$COMPRESS"; then - echo "$as_me:37542: result: $COMPRESS" >&5 + echo "$as_me:37620: result: $COMPRESS" >&5 echo "${ECHO_T}$COMPRESS" >&6 else - echo "$as_me:37545: result: no" >&5 + echo "$as_me:37623: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37601,7 +37679,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37604: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37682: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define COMPRESS_PATH "$cf_path_prog" @@ -37619,7 +37697,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:37622: checking for $ac_word" >&5 +echo "$as_me:37700: 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 @@ -37636,7 +37714,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:37639: found $ac_dir/$ac_word" >&5 + echo "$as_me:37717: found $ac_dir/$ac_word" >&5 break fi done @@ -37647,10 +37725,10 @@ fi RM=$ac_cv_path_RM if test -n "$RM"; then - echo "$as_me:37650: result: $RM" >&5 + echo "$as_me:37728: result: $RM" >&5 echo "${ECHO_T}$RM" >&6 else - echo "$as_me:37653: result: no" >&5 + echo "$as_me:37731: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37709,7 +37787,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37712: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37790: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define RM_PATH "$cf_path_prog" @@ -37727,7 +37805,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:37730: checking for $ac_word" >&5 +echo "$as_me:37808: 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 @@ -37744,7 +37822,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:37747: found $ac_dir/$ac_word" >&5 + echo "$as_me:37825: found $ac_dir/$ac_word" >&5 break fi done @@ -37755,10 +37833,10 @@ fi UUDECODE=$ac_cv_path_UUDECODE if test -n "$UUDECODE"; then - echo "$as_me:37758: result: $UUDECODE" >&5 + echo "$as_me:37836: result: $UUDECODE" >&5 echo "${ECHO_T}$UUDECODE" >&6 else - echo "$as_me:37761: result: no" >&5 + echo "$as_me:37839: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37817,7 +37895,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37820: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:37898: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UUDECODE_PATH "$cf_path_prog" @@ -37835,7 +37913,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:37838: checking for $ac_word" >&5 +echo "$as_me:37916: 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 @@ -37852,7 +37930,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:37855: found $ac_dir/$ac_word" >&5 + echo "$as_me:37933: found $ac_dir/$ac_word" >&5 break fi done @@ -37863,10 +37941,10 @@ fi ZCAT=$ac_cv_path_ZCAT if test -n "$ZCAT"; then - echo "$as_me:37866: result: $ZCAT" >&5 + echo "$as_me:37944: result: $ZCAT" >&5 echo "${ECHO_T}$ZCAT" >&6 else - echo "$as_me:37869: result: no" >&5 + echo "$as_me:37947: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -37925,7 +38003,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:37928: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:38006: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define ZCAT_PATH "$cf_path_prog" @@ -37943,7 +38021,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:37946: checking for $ac_word" >&5 +echo "$as_me:38024: 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 @@ -37960,7 +38038,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:37963: found $ac_dir/$ac_word" >&5 + echo "$as_me:38041: found $ac_dir/$ac_word" >&5 break fi done @@ -37971,10 +38049,10 @@ fi ZIP=$ac_cv_path_ZIP if test -n "$ZIP"; then - echo "$as_me:37974: result: $ZIP" >&5 + echo "$as_me:38052: result: $ZIP" >&5 echo "${ECHO_T}$ZIP" >&6 else - echo "$as_me:37977: result: no" >&5 + echo "$as_me:38055: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -38033,7 +38111,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:38036: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:38114: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define ZIP_PATH "$cf_path_prog" @@ -38061,7 +38139,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:38064: checking for $ac_word" >&5 +echo "$as_me:38142: 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 @@ -38078,7 +38156,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:38081: found $ac_dir/$ac_word" >&5 + echo "$as_me:38159: found $ac_dir/$ac_word" >&5 break fi done @@ -38089,10 +38167,10 @@ fi INSTALL=$ac_cv_path_INSTALL if test -n "$INSTALL"; then - echo "$as_me:38092: result: $INSTALL" >&5 + echo "$as_me:38170: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 else - echo "$as_me:38095: result: no" >&5 + echo "$as_me:38173: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -38151,7 +38229,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me:-configure}:38154: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me:-configure}:38232: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define INSTALL_PATH "$cf_path_prog" @@ -38181,7 +38259,7 @@ if test $cf_cv_screen = pdcurses ; then case $host_os in (mingw*) -echo "$as_me:38184: checking for initscr in -lpdcurses" >&5 +echo "$as_me:38262: 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 @@ -38189,7 +38267,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lpdcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 38192 "configure" +#line 38270 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -38208,16 +38286,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38211: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38289: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38214: \$? = $ac_status" >&5 + echo "$as_me:38292: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38217: \"$ac_try\"") >&5 + { (eval echo "$as_me:38295: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38220: \$? = $ac_status" >&5 + echo "$as_me:38298: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_pdcurses_initscr=yes else @@ -38228,7 +38306,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:38231: result: $ac_cv_lib_pdcurses_initscr" >&5 +echo "$as_me:38309: 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 @@ -38250,13 +38328,13 @@ LIBS="$cf_add_libs" cf_cv_term_header=no cf_cv_unctrl_header=no - echo "$as_me:38253: checking for winwstr" >&5 + echo "$as_me:38331: 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 38259 "configure" +#line 38337 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char winwstr (); below. */ @@ -38287,16 +38365,16 @@ f = winwstr; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38290: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38368: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38293: \$? = $ac_status" >&5 + echo "$as_me:38371: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38296: \"$ac_try\"") >&5 + { (eval echo "$as_me:38374: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38299: \$? = $ac_status" >&5 + echo "$as_me:38377: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_winwstr=yes else @@ -38306,7 +38384,7 @@ ac_cv_func_winwstr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:38309: result: $ac_cv_func_winwstr" >&5 +echo "$as_me:38387: result: $ac_cv_func_winwstr" >&5 echo "${ECHO_T}$ac_cv_func_winwstr" >&6 if test $ac_cv_func_winwstr = yes; then cat >>confdefs.h <<\EOF @@ -38315,13 +38393,13 @@ EOF fi - echo "$as_me:38318: checking for pdcurses_dll_iname" >&5 + echo "$as_me:38396: 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 38324 "configure" +#line 38402 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pdcurses_dll_iname (); below. */ @@ -38352,16 +38430,16 @@ f = pdcurses_dll_iname; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38355: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38433: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38358: \$? = $ac_status" >&5 + echo "$as_me:38436: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38361: \"$ac_try\"") >&5 + { (eval echo "$as_me:38439: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38364: \$? = $ac_status" >&5 + echo "$as_me:38442: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_pdcurses_dll_iname=yes else @@ -38371,7 +38449,7 @@ ac_cv_func_pdcurses_dll_iname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:38374: result: $ac_cv_func_pdcurses_dll_iname" >&5 +echo "$as_me:38452: 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 cat >>confdefs.h <<\EOF @@ -38384,7 +38462,7 @@ fi ;; (*) - echo "$as_me:38387: checking for X" >&5 + echo "$as_me:38465: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. @@ -38481,17 +38559,17 @@ if test "$ac_x_includes" = no; then # Guess where to find include files, by looking for Intrinsic.h. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF -#line 38484 "configure" +#line 38562 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> _ACEOF -if { (eval echo "$as_me:38488: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:38566: \"$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:38494: \$? = $ac_status" >&5 + echo "$as_me:38572: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -38524,7 +38602,7 @@ if test "$ac_x_libraries" = no; then ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 38527 "configure" +#line 38605 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> int @@ -38536,16 +38614,16 @@ XtMalloc (0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38539: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38617: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38542: \$? = $ac_status" >&5 + echo "$as_me:38620: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38545: \"$ac_try\"") >&5 + { (eval echo "$as_me:38623: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38548: \$? = $ac_status" >&5 + echo "$as_me:38626: \$? = $ac_status" >&5 (exit $ac_status); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -38583,7 +38661,7 @@ fi fi # $with_x != no if test "$have_x" != yes; then - echo "$as_me:38586: result: $have_x" >&5 + echo "$as_me:38664: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else @@ -38593,7 +38671,7 @@ else # Update the cache value to reflect the command line values. ac_cv_have_x="have_x=yes \ ac_x_includes=$x_includes ac_x_libraries=$x_libraries" - echo "$as_me:38596: result: libraries $x_libraries, headers $x_includes" >&5 + echo "$as_me:38674: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi @@ -38617,11 +38695,11 @@ else # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in "SunOS 5"*) - echo "$as_me:38620: checking whether -R must be followed by a space" >&5 + echo "$as_me:38698: checking whether -R must be followed by a space" >&5 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" cat >conftest.$ac_ext <<_ACEOF -#line 38624 "configure" +#line 38702 "configure" #include "confdefs.h" int @@ -38633,16 +38711,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38636: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38714: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38639: \$? = $ac_status" >&5 + echo "$as_me:38717: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38642: \"$ac_try\"") >&5 + { (eval echo "$as_me:38720: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38645: \$? = $ac_status" >&5 + echo "$as_me:38723: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_nospace=yes else @@ -38652,13 +38730,13 @@ ac_R_nospace=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test $ac_R_nospace = yes; then - echo "$as_me:38655: result: no" >&5 + echo "$as_me:38733: result: no" >&5 echo "${ECHO_T}no" >&6 X_LIBS="$X_LIBS -R$x_libraries" else LIBS="$ac_xsave_LIBS -R $x_libraries" cat >conftest.$ac_ext <<_ACEOF -#line 38661 "configure" +#line 38739 "configure" #include "confdefs.h" int @@ -38670,16 +38748,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38673: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38751: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38676: \$? = $ac_status" >&5 + echo "$as_me:38754: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38679: \"$ac_try\"") >&5 + { (eval echo "$as_me:38757: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38682: \$? = $ac_status" >&5 + echo "$as_me:38760: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_space=yes else @@ -38689,11 +38767,11 @@ ac_R_space=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test $ac_R_space = yes; then - echo "$as_me:38692: result: yes" >&5 + echo "$as_me:38770: result: yes" >&5 echo "${ECHO_T}yes" >&6 X_LIBS="$X_LIBS -R $x_libraries" else - echo "$as_me:38696: result: neither works" >&5 + echo "$as_me:38774: result: neither works" >&5 echo "${ECHO_T}neither works" >&6 fi fi @@ -38713,7 +38791,7 @@ echo "${ECHO_T}neither works" >&6 # the Alpha needs dnet_stub (dnet does not exist). ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" cat >conftest.$ac_ext <<_ACEOF -#line 38716 "configure" +#line 38794 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -38732,22 +38810,22 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38735: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38813: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38738: \$? = $ac_status" >&5 + echo "$as_me:38816: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38741: \"$ac_try\"") >&5 + { (eval echo "$as_me:38819: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38744: \$? = $ac_status" >&5 + echo "$as_me:38822: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:38750: checking for dnet_ntoa in -ldnet" >&5 +echo "$as_me:38828: checking for dnet_ntoa in -ldnet" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -38755,7 +38833,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 38758 "configure" +#line 38836 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -38774,16 +38852,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38777: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38855: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38780: \$? = $ac_status" >&5 + echo "$as_me:38858: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38783: \"$ac_try\"") >&5 + { (eval echo "$as_me:38861: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38786: \$? = $ac_status" >&5 + echo "$as_me:38864: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else @@ -38794,14 +38872,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:38797: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +echo "$as_me:38875: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then - echo "$as_me:38804: checking for dnet_ntoa in -ldnet_stub" >&5 + echo "$as_me:38882: checking for dnet_ntoa in -ldnet_stub" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -38809,7 +38887,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 38812 "configure" +#line 38890 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -38828,16 +38906,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38831: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38909: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38834: \$? = $ac_status" >&5 + echo "$as_me:38912: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38837: \"$ac_try\"") >&5 + { (eval echo "$as_me:38915: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38840: \$? = $ac_status" >&5 + echo "$as_me:38918: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -38848,7 +38926,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:38851: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +echo "$as_me:38929: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" @@ -38867,13 +38945,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext # on Irix 5.2, according to T.E. Dickey. # The functions gethostbyname, getservbyname, and inet_addr are # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. - echo "$as_me:38870: checking for gethostbyname" >&5 + echo "$as_me:38948: checking for gethostbyname" >&5 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 if test "${ac_cv_func_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 38876 "configure" +#line 38954 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname (); below. */ @@ -38904,16 +38982,16 @@ f = gethostbyname; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38907: \"$ac_link\"") >&5 +if { (eval echo "$as_me:38985: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38910: \$? = $ac_status" >&5 + echo "$as_me:38988: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38913: \"$ac_try\"") >&5 + { (eval echo "$as_me:38991: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38916: \$? = $ac_status" >&5 + echo "$as_me:38994: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gethostbyname=yes else @@ -38923,11 +39001,11 @@ ac_cv_func_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:38926: result: $ac_cv_func_gethostbyname" >&5 +echo "$as_me:39004: result: $ac_cv_func_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 if test $ac_cv_func_gethostbyname = no; then - echo "$as_me:38930: checking for gethostbyname in -lnsl" >&5 + echo "$as_me:39008: 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 @@ -38935,7 +39013,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 38938 "configure" +#line 39016 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -38954,16 +39032,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:38957: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39035: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:38960: \$? = $ac_status" >&5 + echo "$as_me:39038: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:38963: \"$ac_try\"") >&5 + { (eval echo "$as_me:39041: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:38966: \$? = $ac_status" >&5 + echo "$as_me:39044: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -38974,14 +39052,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:38977: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:39055: result: $ac_cv_lib_nsl_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 if test $ac_cv_lib_nsl_gethostbyname = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi if test $ac_cv_lib_nsl_gethostbyname = no; then - echo "$as_me:38984: checking for gethostbyname in -lbsd" >&5 + echo "$as_me:39062: checking for gethostbyname in -lbsd" >&5 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -38989,7 +39067,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 38992 "configure" +#line 39070 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -39008,16 +39086,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39011: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39089: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39014: \$? = $ac_status" >&5 + echo "$as_me:39092: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39017: \"$ac_try\"") >&5 + { (eval echo "$as_me:39095: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39020: \$? = $ac_status" >&5 + echo "$as_me:39098: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_gethostbyname=yes else @@ -39028,7 +39106,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:39031: result: $ac_cv_lib_bsd_gethostbyname" >&5 +echo "$as_me:39109: result: $ac_cv_lib_bsd_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 if test $ac_cv_lib_bsd_gethostbyname = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" @@ -39044,13 +39122,13 @@ fi # variants that don't use the nameserver (or something). -lsocket # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. - echo "$as_me:39047: checking for connect" >&5 + echo "$as_me:39125: checking for connect" >&5 echo $ECHO_N "checking for connect... $ECHO_C" >&6 if test "${ac_cv_func_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 39053 "configure" +#line 39131 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect (); below. */ @@ -39081,16 +39159,16 @@ f = connect; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39084: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39162: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39087: \$? = $ac_status" >&5 + echo "$as_me:39165: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39090: \"$ac_try\"") >&5 + { (eval echo "$as_me:39168: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39093: \$? = $ac_status" >&5 + echo "$as_me:39171: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_connect=yes else @@ -39100,11 +39178,11 @@ ac_cv_func_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:39103: result: $ac_cv_func_connect" >&5 +echo "$as_me:39181: result: $ac_cv_func_connect" >&5 echo "${ECHO_T}$ac_cv_func_connect" >&6 if test $ac_cv_func_connect = no; then - echo "$as_me:39107: checking for connect in -lsocket" >&5 + echo "$as_me:39185: checking for connect in -lsocket" >&5 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -39112,7 +39190,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 39115 "configure" +#line 39193 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -39131,16 +39209,16 @@ connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39134: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39212: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39137: \$? = $ac_status" >&5 + echo "$as_me:39215: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39140: \"$ac_try\"") >&5 + { (eval echo "$as_me:39218: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39143: \$? = $ac_status" >&5 + echo "$as_me:39221: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_connect=yes else @@ -39151,7 +39229,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:39154: result: $ac_cv_lib_socket_connect" >&5 +echo "$as_me:39232: result: $ac_cv_lib_socket_connect" >&5 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 if test $ac_cv_lib_socket_connect = yes; then X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" @@ -39160,13 +39238,13 @@ fi fi # Guillermo Gomez says -lposix is necessary on A/UX. - echo "$as_me:39163: checking for remove" >&5 + echo "$as_me:39241: checking for remove" >&5 echo $ECHO_N "checking for remove... $ECHO_C" >&6 if test "${ac_cv_func_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 39169 "configure" +#line 39247 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove (); below. */ @@ -39197,16 +39275,16 @@ f = remove; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39200: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39278: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39203: \$? = $ac_status" >&5 + echo "$as_me:39281: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39206: \"$ac_try\"") >&5 + { (eval echo "$as_me:39284: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39209: \$? = $ac_status" >&5 + echo "$as_me:39287: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_remove=yes else @@ -39216,11 +39294,11 @@ ac_cv_func_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:39219: result: $ac_cv_func_remove" >&5 +echo "$as_me:39297: result: $ac_cv_func_remove" >&5 echo "${ECHO_T}$ac_cv_func_remove" >&6 if test $ac_cv_func_remove = no; then - echo "$as_me:39223: checking for remove in -lposix" >&5 + echo "$as_me:39301: checking for remove in -lposix" >&5 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 if test "${ac_cv_lib_posix_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -39228,7 +39306,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 39231 "configure" +#line 39309 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -39247,16 +39325,16 @@ remove (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39250: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39328: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39253: \$? = $ac_status" >&5 + echo "$as_me:39331: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39256: \"$ac_try\"") >&5 + { (eval echo "$as_me:39334: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39259: \$? = $ac_status" >&5 + echo "$as_me:39337: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_posix_remove=yes else @@ -39267,7 +39345,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:39270: result: $ac_cv_lib_posix_remove" >&5 +echo "$as_me:39348: result: $ac_cv_lib_posix_remove" >&5 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 if test $ac_cv_lib_posix_remove = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" @@ -39276,13 +39354,13 @@ fi fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. - echo "$as_me:39279: checking for shmat" >&5 + echo "$as_me:39357: checking for shmat" >&5 echo $ECHO_N "checking for shmat... $ECHO_C" >&6 if test "${ac_cv_func_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 39285 "configure" +#line 39363 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat (); below. */ @@ -39313,16 +39391,16 @@ f = shmat; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39316: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39394: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39319: \$? = $ac_status" >&5 + echo "$as_me:39397: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39322: \"$ac_try\"") >&5 + { (eval echo "$as_me:39400: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39325: \$? = $ac_status" >&5 + echo "$as_me:39403: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shmat=yes else @@ -39332,11 +39410,11 @@ ac_cv_func_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:39335: result: $ac_cv_func_shmat" >&5 +echo "$as_me:39413: result: $ac_cv_func_shmat" >&5 echo "${ECHO_T}$ac_cv_func_shmat" >&6 if test $ac_cv_func_shmat = no; then - echo "$as_me:39339: checking for shmat in -lipc" >&5 + echo "$as_me:39417: checking for shmat in -lipc" >&5 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 if test "${ac_cv_lib_ipc_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -39344,7 +39422,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 39347 "configure" +#line 39425 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -39363,16 +39441,16 @@ shmat (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39366: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39444: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39369: \$? = $ac_status" >&5 + echo "$as_me:39447: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39372: \"$ac_try\"") >&5 + { (eval echo "$as_me:39450: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39375: \$? = $ac_status" >&5 + echo "$as_me:39453: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ipc_shmat=yes else @@ -39383,7 +39461,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:39386: result: $ac_cv_lib_ipc_shmat" >&5 +echo "$as_me:39464: result: $ac_cv_lib_ipc_shmat" >&5 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 if test $ac_cv_lib_ipc_shmat = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" @@ -39401,7 +39479,7 @@ fi # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. # John Interrante, Karl Berry - echo "$as_me:39404: checking for IceConnectionNumber in -lICE" >&5 + echo "$as_me:39482: checking for IceConnectionNumber in -lICE" >&5 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -39409,7 +39487,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 39412 "configure" +#line 39490 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -39428,16 +39506,16 @@ IceConnectionNumber (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39431: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39509: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39434: \$? = $ac_status" >&5 + echo "$as_me:39512: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39437: \"$ac_try\"") >&5 + { (eval echo "$as_me:39515: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39440: \$? = $ac_status" >&5 + echo "$as_me:39518: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -39448,7 +39526,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:39451: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +echo "$as_me:39529: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" @@ -39460,7 +39538,7 @@ fi cf_x_athena=${cf_x_athena:-Xaw} -echo "$as_me:39463: checking if you want to link with Xaw 3d library" >&5 +echo "$as_me:39541: 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= @@ -39471,14 +39549,14 @@ if test "${with_Xaw3d+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=Xaw3d - echo "$as_me:39474: result: yes" >&5 + echo "$as_me:39552: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:39477: result: no" >&5 + echo "$as_me:39555: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:39481: checking if you want to link with Xaw 3d xft library" >&5 +echo "$as_me:39559: 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= @@ -39489,14 +39567,14 @@ if test "${with_Xaw3dxft+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=Xaw3dxft - echo "$as_me:39492: result: yes" >&5 + echo "$as_me:39570: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:39495: result: no" >&5 + echo "$as_me:39573: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:39499: checking if you want to link with neXT Athena library" >&5 +echo "$as_me:39577: 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= @@ -39507,14 +39585,14 @@ if test "${with_neXtaw+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=neXtaw - echo "$as_me:39510: result: yes" >&5 + echo "$as_me:39588: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:39513: result: no" >&5 + echo "$as_me:39591: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:39517: checking if you want to link with Athena-Plus library" >&5 +echo "$as_me:39595: 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= @@ -39525,10 +39603,10 @@ if test "${with_XawPlus+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=XawPlus - echo "$as_me:39528: result: yes" >&5 + echo "$as_me:39606: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:39531: result: no" >&5 + echo "$as_me:39609: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -39548,17 +39626,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}:39551: testing found package $cf_athena_pkg ..." 1>&5 +echo "${as_me:-configure}:39629: 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}:39557: testing package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:39635: 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}:39561: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:39639: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -39669,20 +39747,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}:39672: testing ..trimmed $LIBS ..." 1>&5 +echo "${as_me:-configure}:39750: testing ..trimmed $LIBS ..." 1>&5 ;; esac done -echo "$as_me:39678: checking for usable $cf_x_athena/Xmu package" >&5 +echo "$as_me:39756: 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 39685 "configure" +#line 39763 "configure" #include "confdefs.h" #include <X11/Xmu/CharSet.h> @@ -39698,16 +39776,16 @@ int check = XmuCompareISOLatin1("big", "small") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:39701: \"$ac_link\"") >&5 +if { (eval echo "$as_me:39779: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:39704: \$? = $ac_status" >&5 + echo "$as_me:39782: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:39707: \"$ac_try\"") >&5 + { (eval echo "$as_me:39785: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:39710: \$? = $ac_status" >&5 + echo "$as_me:39788: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xaw_compat=yes else @@ -39717,7 +39795,7 @@ cf_cv_xaw_compat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:39720: result: $cf_cv_xaw_compat" >&5 +echo "$as_me:39798: result: $cf_cv_xaw_compat" >&5 echo "${ECHO_T}$cf_cv_xaw_compat" >&6 if test "$cf_cv_xaw_compat" = no @@ -39729,7 +39807,7 @@ echo "${ECHO_T}$cf_cv_xaw_compat" >&6 (*) test -n "$verbose" && echo " work around broken package" 1>&6 -echo "${as_me:-configure}:39732: testing work around broken package ..." 1>&5 +echo "${as_me:-configure}:39810: testing work around broken package ..." 1>&5 cf_save_xmu="$LIBS" cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^ *//' -e 's/ .*//'` @@ -39737,17 +39815,17 @@ echo "${as_me:-configure}:39732: 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}:39740: testing found package xmu ..." 1>&5 +echo "${as_me:-configure}:39818: 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}:39746: testing package xmu CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:39824: 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}:39750: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:39828: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -39847,12 +39925,12 @@ LIBS="$cf_add_libs" test -n "$verbose" && echo " ...before $LIBS" 1>&6 -echo "${as_me:-configure}:39850: testing ...before $LIBS ..." 1>&5 +echo "${as_me:-configure}:39928: 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}:39855: testing ...after $LIBS ..." 1>&5 +echo "${as_me:-configure}:39933: testing ...after $LIBS ..." 1>&5 else cf_pkgconfig_incs= @@ -39860,12 +39938,12 @@ else test -n "$verbose" && echo " ...before $LIBS" 1>&6 -echo "${as_me:-configure}:39863: testing ...before $LIBS ..." 1>&5 +echo "${as_me:-configure}:39941: 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}:39868: testing ...after $LIBS ..." 1>&5 +echo "${as_me:-configure}:39946: testing ...after $LIBS ..." 1>&5 fi @@ -39876,7 +39954,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}:39879: testing ..trimmed $LIBS ..." 1>&5 +echo "${as_me:-configure}:39957: testing ..trimmed $LIBS ..." 1>&5 ;; esac @@ -39901,17 +39979,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}:39904: testing found package Xext ..." 1>&5 +echo "${as_me:-configure}:39982: 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}:39910: testing package Xext CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:39988: 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}:39914: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:39992: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40012,7 +40090,7 @@ else cf_pkgconfig_incs= cf_pkgconfig_libs= - echo "$as_me:40015: checking for XextCreateExtension in -lXext" >&5 + echo "$as_me:40093: 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 @@ -40020,7 +40098,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lXext $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 40023 "configure" +#line 40101 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -40039,16 +40117,16 @@ XextCreateExtension (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:40042: \"$ac_link\"") >&5 +if { (eval echo "$as_me:40120: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:40045: \$? = $ac_status" >&5 + echo "$as_me:40123: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:40048: \"$ac_try\"") >&5 + { (eval echo "$as_me:40126: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:40051: \$? = $ac_status" >&5 + echo "$as_me:40129: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xext_XextCreateExtension=yes else @@ -40059,7 +40137,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:40062: result: $ac_cv_lib_Xext_XextCreateExtension" >&5 +echo "$as_me:40140: 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 @@ -40095,17 +40173,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}:40098: testing found package x11 ..." 1>&5 +echo "${as_me:-configure}:40176: 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}:40104: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:40182: 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}:40108: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:40186: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40205,24 +40283,24 @@ LIBS="$cf_add_libs" else cf_pkgconfig_incs= cf_pkgconfig_libs= - { echo "$as_me:40208: WARNING: unable to find X11 library" >&5 + { echo "$as_me:40286: 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}:40215: testing found package ice ..." 1>&5 +echo "${as_me:-configure}:40293: 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}:40221: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:40299: 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}:40225: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:40303: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40322,24 +40400,24 @@ LIBS="$cf_add_libs" else cf_pkgconfig_incs= cf_pkgconfig_libs= - { echo "$as_me:40325: WARNING: unable to find ICE library" >&5 + { echo "$as_me:40403: 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}:40332: testing found package sm ..." 1>&5 +echo "${as_me:-configure}:40410: 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}:40338: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:40416: 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}:40342: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:40420: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40439,24 +40517,24 @@ LIBS="$cf_add_libs" else cf_pkgconfig_incs= cf_pkgconfig_libs= - { echo "$as_me:40442: WARNING: unable to find SM library" >&5 + { echo "$as_me:40520: 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}:40449: testing found package xt ..." 1>&5 +echo "${as_me:-configure}:40527: 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}:40455: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:40533: 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}:40459: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:40537: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40556,7 +40634,7 @@ LIBS="$cf_add_libs" else cf_pkgconfig_incs= cf_pkgconfig_libs= - { echo "$as_me:40559: WARNING: unable to find Xt library" >&5 + { echo "$as_me:40637: WARNING: unable to find Xt library" >&5 echo "$as_me: WARNING: unable to find Xt library" >&2;} fi @@ -40567,17 +40645,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}:40570: testing found package xt ..." 1>&5 +echo "${as_me:-configure}:40648: 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}:40576: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:40654: 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}:40580: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:40658: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40678,14 +40756,14 @@ LIBS="$cf_add_libs" ;; (*) # we have an "xt" package, but it may omit Xt's dependency on X11 -echo "$as_me:40681: checking for usable X dependency" >&5 +echo "$as_me:40759: 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 40688 "configure" +#line 40766 "configure" #include "confdefs.h" #include <X11/Xlib.h> @@ -40704,16 +40782,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:40707: \"$ac_link\"") >&5 +if { (eval echo "$as_me:40785: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:40710: \$? = $ac_status" >&5 + echo "$as_me:40788: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:40713: \"$ac_try\"") >&5 + { (eval echo "$as_me:40791: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:40716: \$? = $ac_status" >&5 + echo "$as_me:40794: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xt_x11_compat=yes else @@ -40723,30 +40801,30 @@ cf_cv_xt_x11_compat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:40726: result: $cf_cv_xt_x11_compat" >&5 +echo "$as_me:40804: 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}:40732: testing work around broken X11 dependency ..." 1>&5 +echo "${as_me:-configure}:40810: 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}:40739: testing found package x11 ..." 1>&5 +echo "${as_me:-configure}:40817: 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}:40745: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:40823: 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}:40749: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:40827: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -40849,12 +40927,12 @@ else test -n "$verbose" && echo " ...before $LIBS" 1>&6 -echo "${as_me:-configure}:40852: testing ...before $LIBS ..." 1>&5 +echo "${as_me:-configure}:40930: 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}:40857: testing ...after $LIBS ..." 1>&5 +echo "${as_me:-configure}:40935: testing ...after $LIBS ..." 1>&5 fi @@ -40862,14 +40940,14 @@ fi ;; esac -echo "$as_me:40865: checking for usable X Toolkit package" >&5 +echo "$as_me:40943: 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 40872 "configure" +#line 40950 "configure" #include "confdefs.h" #include <X11/Shell.h> @@ -40884,16 +40962,16 @@ int num = IceConnectionNumber(0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:40887: \"$ac_link\"") >&5 +if { (eval echo "$as_me:40965: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:40890: \$? = $ac_status" >&5 + echo "$as_me:40968: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:40893: \"$ac_try\"") >&5 + { (eval echo "$as_me:40971: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:40896: \$? = $ac_status" >&5 + echo "$as_me:40974: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xt_ice_compat=yes else @@ -40903,7 +40981,7 @@ cf_cv_xt_ice_compat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:40906: result: $cf_cv_xt_ice_compat" >&5 +echo "$as_me:40984: result: $cf_cv_xt_ice_compat" >&5 echo "${ECHO_T}$cf_cv_xt_ice_compat" >&6 if test "$cf_cv_xt_ice_compat" = no @@ -40917,22 +40995,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}:40920: testing work around broken ICE dependency ..." 1>&5 +echo "${as_me:-configure}:40998: 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}:40925: testing found package ice ..." 1>&5 +echo "${as_me:-configure}:41003: 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}:40931: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:41009: 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}:40935: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:41013: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -41031,17 +41109,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}:41034: testing found package sm ..." 1>&5 +echo "${as_me:-configure}:41112: 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}:41040: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5 +echo "${as_me:-configure}:41118: 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}:41044: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 +echo "${as_me:-configure}:41122: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5 cf_fix_cppflags=no cf_new_cflags= @@ -41150,12 +41228,12 @@ else test -n "$verbose" && echo " ...before $LIBS" 1>&6 -echo "${as_me:-configure}:41153: testing ...before $LIBS ..." 1>&5 +echo "${as_me:-configure}:41231: 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}:41158: testing ...after $LIBS ..." 1>&5 +echo "${as_me:-configure}:41236: testing ...after $LIBS ..." 1>&5 fi @@ -41175,7 +41253,7 @@ else test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me:-configure}:41178: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me:-configure}:41256: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -41246,7 +41324,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}:41249: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me:-configure}:41327: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -41254,7 +41332,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}:41257: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me:-configure}:41335: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$CPPFLAGS $cf_new_cppflags" fi @@ -41262,14 +41340,14 @@ 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}:41265: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me:-configure}:41343: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi if test "x$cf_check_cflags" != "x$CFLAGS" ; then cat >conftest.$ac_ext <<_ACEOF -#line 41272 "configure" +#line 41350 "configure" #include "confdefs.h" #include <stdio.h> int @@ -41281,16 +41359,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41284: \"$ac_link\"") >&5 +if { (eval echo "$as_me:41362: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41287: \$? = $ac_status" >&5 + echo "$as_me:41365: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41290: \"$ac_try\"") >&5 + { (eval echo "$as_me:41368: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41293: \$? = $ac_status" >&5 + echo "$as_me:41371: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -41298,12 +41376,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me:-configure}:41301: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me:-configure}:41379: 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}:41306: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me:-configure}:41384: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -41311,13 +41389,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi - echo "$as_me:41314: checking for XOpenDisplay" >&5 + echo "$as_me:41392: 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 41320 "configure" +#line 41398 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XOpenDisplay (); below. */ @@ -41348,16 +41426,16 @@ f = XOpenDisplay; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41351: \"$ac_link\"") >&5 +if { (eval echo "$as_me:41429: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41354: \$? = $ac_status" >&5 + echo "$as_me:41432: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41357: \"$ac_try\"") >&5 + { (eval echo "$as_me:41435: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41360: \$? = $ac_status" >&5 + echo "$as_me:41438: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_XOpenDisplay=yes else @@ -41367,13 +41445,13 @@ ac_cv_func_XOpenDisplay=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:41370: result: $ac_cv_func_XOpenDisplay" >&5 +echo "$as_me:41448: 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:41376: checking for XOpenDisplay in -lX11" >&5 + echo "$as_me:41454: 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 @@ -41381,7 +41459,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 41384 "configure" +#line 41462 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -41400,16 +41478,16 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41403: \"$ac_link\"") >&5 +if { (eval echo "$as_me:41481: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41406: \$? = $ac_status" >&5 + echo "$as_me:41484: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41409: \"$ac_try\"") >&5 + { (eval echo "$as_me:41487: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41412: \$? = $ac_status" >&5 + echo "$as_me:41490: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_X11_XOpenDisplay=yes else @@ -41420,7 +41498,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:41423: result: $ac_cv_lib_X11_XOpenDisplay" >&5 +echo "$as_me:41501: 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 @@ -41444,13 +41522,13 @@ fi fi - echo "$as_me:41447: checking for XtAppInitialize" >&5 + echo "$as_me:41525: 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 41453 "configure" +#line 41531 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XtAppInitialize (); below. */ @@ -41481,16 +41559,16 @@ f = XtAppInitialize; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41484: \"$ac_link\"") >&5 +if { (eval echo "$as_me:41562: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41487: \$? = $ac_status" >&5 + echo "$as_me:41565: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41490: \"$ac_try\"") >&5 + { (eval echo "$as_me:41568: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41493: \$? = $ac_status" >&5 + echo "$as_me:41571: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_XtAppInitialize=yes else @@ -41500,13 +41578,13 @@ ac_cv_func_XtAppInitialize=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:41503: result: $ac_cv_func_XtAppInitialize" >&5 +echo "$as_me:41581: 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:41509: checking for XtAppInitialize in -lXt" >&5 + echo "$as_me:41587: 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 @@ -41514,7 +41592,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 41517 "configure" +#line 41595 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -41533,16 +41611,16 @@ XtAppInitialize (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41536: \"$ac_link\"") >&5 +if { (eval echo "$as_me:41614: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41539: \$? = $ac_status" >&5 + echo "$as_me:41617: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41542: \"$ac_try\"") >&5 + { (eval echo "$as_me:41620: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41545: \$? = $ac_status" >&5 + echo "$as_me:41623: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xt_XtAppInitialize=yes else @@ -41553,7 +41631,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:41556: result: $ac_cv_lib_Xt_XtAppInitialize" >&5 +echo "$as_me:41634: 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 @@ -41570,7 +41648,7 @@ fi fi if test $cf_have_X_LIBS = no ; then - { echo "$as_me:41573: WARNING: Unable to successfully link X Toolkit library (-lXt) with + { echo "$as_me:41651: 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 @@ -41592,14 +41670,14 @@ do cf_test=X11/$cf_x_athena_root/SimpleMenu.h if test $cf_path != default ; then CPPFLAGS="$cf_save -I$cf_path/include" - echo "$as_me:41595: checking for $cf_test in $cf_path" >&5 + echo "$as_me:41673: 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:41598: checking for $cf_test" >&5 + echo "$as_me:41676: checking for $cf_test" >&5 echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6 fi cat >conftest.$ac_ext <<_ACEOF -#line 41602 "configure" +#line 41680 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> @@ -41613,16 +41691,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:41616: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:41694: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:41619: \$? = $ac_status" >&5 + echo "$as_me:41697: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:41622: \"$ac_try\"") >&5 + { (eval echo "$as_me:41700: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41625: \$? = $ac_status" >&5 + echo "$as_me:41703: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -41631,7 +41709,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:41634: result: $cf_result" >&5 + echo "$as_me:41712: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then cf_x_athena_inc=$cf_path @@ -41643,7 +41721,7 @@ echo "${ECHO_T}$cf_result" >&6 done if test -z "$cf_x_athena_inc" ; then - { echo "$as_me:41646: WARNING: Unable to successfully find Athena header files with test program" >&5 + { echo "$as_me:41724: WARNING: Unable to successfully find Athena header files with test program" >&5 echo "$as_me: WARNING: Unable to successfully find Athena header files with test program" >&2;} elif test "$cf_x_athena_inc" != default ; then CPPFLAGS="$CPPFLAGS -I$cf_x_athena_inc" @@ -41689,7 +41767,7 @@ do done LIBS="$cf_add_libs" - echo "$as_me:41692: checking for $cf_libs in $cf_path" >&5 + echo "$as_me:41770: checking for $cf_libs in $cf_path" >&5 echo $ECHO_N "checking for $cf_libs in $cf_path... $ECHO_C" >&6 else @@ -41709,11 +41787,11 @@ do done LIBS="$cf_add_libs" - echo "$as_me:41712: checking for $cf_test in $cf_libs" >&5 + echo "$as_me:41790: checking for $cf_test in $cf_libs" >&5 echo $ECHO_N "checking for $cf_test in $cf_libs... $ECHO_C" >&6 fi cat >conftest.$ac_ext <<_ACEOF -#line 41716 "configure" +#line 41794 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> @@ -41729,16 +41807,16 @@ $cf_test((XtAppContext) 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41732: \"$ac_link\"") >&5 +if { (eval echo "$as_me:41810: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41735: \$? = $ac_status" >&5 + echo "$as_me:41813: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41738: \"$ac_try\"") >&5 + { (eval echo "$as_me:41816: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:41741: \$? = $ac_status" >&5 + echo "$as_me:41819: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -41747,7 +41825,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:41750: result: $cf_result" >&5 + echo "$as_me:41828: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then cf_x_athena_lib="$cf_libs" @@ -41761,7 +41839,7 @@ echo "${ECHO_T}$cf_result" >&6 done if test -z "$cf_x_athena_lib" ; then - { { echo "$as_me:41764: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5 + { { echo "$as_me:41842: 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 @@ -41779,7 +41857,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:41782: checking for $ac_word" >&5 +echo "$as_me:41860: 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 @@ -41794,7 +41872,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:41797: found $ac_dir/$ac_word" >&5 +echo "$as_me:41875: found $ac_dir/$ac_word" >&5 break done @@ -41802,10 +41880,10 @@ fi fi XCURSES_CONFIG=$ac_cv_prog_XCURSES_CONFIG if test -n "$XCURSES_CONFIG"; then - echo "$as_me:41805: result: $XCURSES_CONFIG" >&5 + echo "$as_me:41883: result: $XCURSES_CONFIG" >&5 echo "${ECHO_T}$XCURSES_CONFIG" >&6 else - echo "$as_me:41808: result: no" >&5 + echo "$as_me:41886: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -41818,7 +41896,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:41821: checking for $ac_word" >&5 +echo "$as_me:41899: 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 @@ -41833,7 +41911,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:41836: found $ac_dir/$ac_word" >&5 +echo "$as_me:41914: found $ac_dir/$ac_word" >&5 break done @@ -41841,10 +41919,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:41844: result: $ac_ct_XCURSES_CONFIG" >&5 + echo "$as_me:41922: result: $ac_ct_XCURSES_CONFIG" >&5 echo "${ECHO_T}$ac_ct_XCURSES_CONFIG" >&6 else - echo "$as_me:41847: result: no" >&5 + echo "$as_me:41925: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -41883,7 +41961,7 @@ LDFLAGS="$LDFLAGS $X_LIBS" test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me:-configure}:41886: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me:-configure}:41964: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -41954,7 +42032,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}:41957: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me:-configure}:42035: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -41962,7 +42040,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}:41965: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me:-configure}:42043: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$CPPFLAGS $cf_new_cppflags" fi @@ -41970,14 +42048,14 @@ 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}:41973: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me:-configure}:42051: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi if test "x$cf_check_cflags" != "x$CFLAGS" ; then cat >conftest.$ac_ext <<_ACEOF -#line 41980 "configure" +#line 42058 "configure" #include "confdefs.h" #include <stdio.h> int @@ -41989,16 +42067,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:41992: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42070: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:41995: \$? = $ac_status" >&5 + echo "$as_me:42073: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:41998: \"$ac_try\"") >&5 + { (eval echo "$as_me:42076: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42001: \$? = $ac_status" >&5 + echo "$as_me:42079: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -42006,12 +42084,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me:-configure}:42009: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me:-configure}:42087: 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}:42014: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me:-configure}:42092: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -42019,7 +42097,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:42022: checking for XOpenDisplay in -lX11" >&5 +echo "$as_me:42100: 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 @@ -42027,7 +42105,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 42030 "configure" +#line 42108 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -42046,16 +42124,16 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42049: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42127: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42052: \$? = $ac_status" >&5 + echo "$as_me:42130: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42055: \"$ac_try\"") >&5 + { (eval echo "$as_me:42133: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42058: \$? = $ac_status" >&5 + echo "$as_me:42136: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_X11_XOpenDisplay=yes else @@ -42066,7 +42144,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:42069: result: $ac_cv_lib_X11_XOpenDisplay" >&5 +echo "$as_me:42147: 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 @@ -42088,7 +42166,7 @@ LIBS="$cf_add_libs" fi -echo "$as_me:42091: checking for XCurses library" >&5 +echo "$as_me:42169: 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 @@ -42111,7 +42189,7 @@ done LIBS="$cf_add_libs" cat >conftest.$ac_ext <<_ACEOF -#line 42114 "configure" +#line 42192 "configure" #include "confdefs.h" #include <xcurses.h> @@ -42126,16 +42204,16 @@ XCursesExit(); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42129: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42207: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42132: \$? = $ac_status" >&5 + echo "$as_me:42210: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42135: \"$ac_try\"") >&5 + { (eval echo "$as_me:42213: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42138: \$? = $ac_status" >&5 + echo "$as_me:42216: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_lib_XCurses=yes else @@ -42146,7 +42224,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:42149: result: $cf_cv_lib_XCurses" >&5 +echo "$as_me:42227: result: $cf_cv_lib_XCurses" >&5 echo "${ECHO_T}$cf_cv_lib_XCurses" >&6 fi @@ -42161,23 +42239,23 @@ cat >>confdefs.h <<\EOF #define XCURSES 1 EOF - echo "$as_me:42164: checking for xcurses.h" >&5 + echo "$as_me:42242: 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 42170 "configure" +#line 42248 "configure" #include "confdefs.h" #include <xcurses.h> _ACEOF -if { (eval echo "$as_me:42174: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:42252: \"$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:42180: \$? = $ac_status" >&5 + echo "$as_me:42258: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -42196,7 +42274,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:42199: result: $ac_cv_header_xcurses_h" >&5 +echo "$as_me:42277: 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 @@ -42207,7 +42285,7 @@ EOF fi else - { { echo "$as_me:42210: error: Cannot link with XCurses" >&5 + { { echo "$as_me:42288: error: Cannot link with XCurses" >&5 echo "$as_me: error: Cannot link with XCurses" >&2;} { (exit 1); exit 1; }; } fi @@ -42216,7 +42294,7 @@ fi esac else -echo "$as_me:42219: checking if we can include termio.h with curses" >&5 +echo "$as_me:42297: 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 @@ -42226,7 +42304,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 42229 "configure" +#line 42307 "configure" #include "confdefs.h" #include <LYCurses.h> @@ -42240,16 +42318,16 @@ putchar(0x0a) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:42243: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:42321: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:42246: \$? = $ac_status" >&5 + echo "$as_me:42324: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:42249: \"$ac_try\"") >&5 + { (eval echo "$as_me:42327: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42252: \$? = $ac_status" >&5 + echo "$as_me:42330: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termio_and_curses=yes else @@ -42262,7 +42340,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext rm -f lynx_cfg.h fi -echo "$as_me:42265: result: $cf_cv_termio_and_curses" >&5 +echo "$as_me:42343: result: $cf_cv_termio_and_curses" >&5 echo "${ECHO_T}$cf_cv_termio_and_curses" >&6 test $cf_cv_termio_and_curses = yes && @@ -42279,23 +42357,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:42282: checking for $ac_header" >&5 +echo "$as_me:42360: 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 42288 "configure" +#line 42366 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:42292: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:42370: \"$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:42298: \$? = $ac_status" >&5 + echo "$as_me:42376: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -42314,7 +42392,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:42317: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:42395: 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 @@ -42326,7 +42404,7 @@ done fi -echo "$as_me:42329: checking if curses supports alternate-character set" >&5 +echo "$as_me:42407: 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 @@ -42335,7 +42413,7 @@ else for mapname in acs_map _acs_map do cat >conftest.$ac_ext <<_ACEOF -#line 42338 "configure" +#line 42416 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -42349,16 +42427,16 @@ chtype x = $mapname['l']; $mapname['m'] = 0 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42352: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42430: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42355: \$? = $ac_status" >&5 + echo "$as_me:42433: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42358: \"$ac_try\"") >&5 + { (eval echo "$as_me:42436: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42361: \$? = $ac_status" >&5 + echo "$as_me:42439: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_alt_char_set=$mapname break @@ -42372,21 +42450,21 @@ done fi -echo "$as_me:42375: result: $cf_cv_alt_char_set" >&5 +echo "$as_me:42453: 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:42382: checking if curses supports fancy attributes" >&5 +echo "$as_me:42460: 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 42389 "configure" +#line 42467 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -42404,16 +42482,16 @@ attrset(A_UNDERLINE|A_BOLD|A_REVERSE); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42407: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42485: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42410: \$? = $ac_status" >&5 + echo "$as_me:42488: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42413: \"$ac_try\"") >&5 + { (eval echo "$as_me:42491: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42416: \$? = $ac_status" >&5 + echo "$as_me:42494: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fancy_curses=yes else @@ -42425,14 +42503,14 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:42428: result: $cf_cv_fancy_curses" >&5 +echo "$as_me:42506: 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:42435: checking for function curses_version" >&5 +echo "$as_me:42513: 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 @@ -42442,7 +42520,7 @@ if test "$cross_compiling" = yes; then cf_cv_func_curses_version=unknown else cat >conftest.$ac_ext <<_ACEOF -#line 42445 "configure" +#line 42523 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -42455,15 +42533,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:42458: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42536: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42461: \$? = $ac_status" >&5 + echo "$as_me:42539: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:42463: \"$ac_try\"") >&5 + { (eval echo "$as_me:42541: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42466: \$? = $ac_status" >&5 + echo "$as_me:42544: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_func_curses_version=yes @@ -42478,7 +42556,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f core fi -echo "$as_me:42481: result: $cf_cv_func_curses_version" >&5 +echo "$as_me:42559: 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 @@ -42486,14 +42564,14 @@ cat >>confdefs.h <<\EOF EOF if test "$cf_cv_ncurses_version" != no ; then -echo "$as_me:42489: checking for obsolete/broken version of ncurses" >&5 +echo "$as_me:42567: 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 42496 "configure" +#line 42574 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -42512,16 +42590,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:42515: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:42593: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:42518: \$? = $ac_status" >&5 + echo "$as_me:42596: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:42521: \"$ac_try\"") >&5 + { (eval echo "$as_me:42599: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42524: \$? = $ac_status" >&5 + echo "$as_me:42602: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_broken=no else @@ -42533,10 +42611,10 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:42536: result: $cf_cv_ncurses_broken" >&5 +echo "$as_me:42614: 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:42539: WARNING: hmm... you should get an up-to-date version of ncurses" >&5 + { echo "$as_me:42617: 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 @@ -42546,14 +42624,14 @@ EOF fi fi -echo "$as_me:42549: checking if curses supports color attributes" >&5 +echo "$as_me:42627: 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 42556 "configure" +#line 42634 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -42573,16 +42651,16 @@ chtype x = COLOR_BLUE; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42576: \"$ac_link\"") >&5 +if { (eval echo "$as_me:42654: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42579: \$? = $ac_status" >&5 + echo "$as_me:42657: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42582: \"$ac_try\"") >&5 + { (eval echo "$as_me:42660: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42585: \$? = $ac_status" >&5 + echo "$as_me:42663: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_color_curses=yes else @@ -42594,7 +42672,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:42597: result: $cf_cv_color_curses" >&5 +echo "$as_me:42675: result: $cf_cv_color_curses" >&5 echo "${ECHO_T}$cf_cv_color_curses" >&6 if test $cf_cv_color_curses = yes ; then @@ -42616,23 +42694,23 @@ unistd.h \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:42619: checking for $ac_header" >&5 +echo "$as_me:42697: 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 42625 "configure" +#line 42703 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:42629: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:42707: \"$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:42635: \$? = $ac_status" >&5 + echo "$as_me:42713: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -42651,7 +42729,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:42654: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:42732: 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 @@ -42666,23 +42744,23 @@ if test "$ISC" = yes ; then for ac_header in sys/termio.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:42669: checking for $ac_header" >&5 +echo "$as_me:42747: 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 42675 "configure" +#line 42753 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:42679: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:42757: \"$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:42685: \$? = $ac_status" >&5 + echo "$as_me:42763: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -42701,7 +42779,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:42704: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:42782: 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 @@ -42719,10 +42797,10 @@ if test "$ac_cv_header_termios_h" = yes ; then (*) termios_bad=maybe ;; esac if test "$termios_bad" = maybe ; then - echo "$as_me:42722: checking whether termios.h needs _POSIX_SOURCE" >&5 + echo "$as_me:42800: 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 42725 "configure" +#line 42803 "configure" #include "confdefs.h" #include <termios.h> int @@ -42734,16 +42812,16 @@ struct termios foo; int x = foo.c_iflag } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:42737: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:42815: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:42740: \$? = $ac_status" >&5 + echo "$as_me:42818: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:42743: \"$ac_try\"") >&5 + { (eval echo "$as_me:42821: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42746: \$? = $ac_status" >&5 + echo "$as_me:42824: \$? = $ac_status" >&5 (exit $ac_status); }; }; then termios_bad=no else @@ -42751,7 +42829,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 42754 "configure" +#line 42832 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -42765,16 +42843,16 @@ struct termios foo; int x = foo.c_iflag } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:42768: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:42846: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:42771: \$? = $ac_status" >&5 + echo "$as_me:42849: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:42774: \"$ac_try\"") >&5 + { (eval echo "$as_me:42852: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42777: \$? = $ac_status" >&5 + echo "$as_me:42855: \$? = $ac_status" >&5 (exit $ac_status); }; }; then termios_bad=unknown else @@ -42790,12 +42868,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:42793: result: $termios_bad" >&5 + echo "$as_me:42871: result: $termios_bad" >&5 echo "${ECHO_T}$termios_bad" >&6 fi fi -echo "$as_me:42798: checking declaration of size-change" >&5 +echo "$as_me:42876: 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 @@ -42810,7 +42888,7 @@ do CPPFLAGS="$cf_save_CPPFLAGS" test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" cat >conftest.$ac_ext <<_ACEOF -#line 42813 "configure" +#line 42891 "configure" #include "confdefs.h" #include <sys/types.h> #ifdef HAVE_TERMIOS_H @@ -42854,16 +42932,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:42857: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:42935: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:42860: \$? = $ac_status" >&5 + echo "$as_me:42938: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:42863: \"$ac_try\"") >&5 + { (eval echo "$as_me:42941: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42866: \$? = $ac_status" >&5 + echo "$as_me:42944: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_sizechange=yes else @@ -42882,7 +42960,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:42885: result: $cf_cv_sizechange" >&5 +echo "$as_me:42963: result: $cf_cv_sizechange" >&5 echo "${ECHO_T}$cf_cv_sizechange" >&6 if test "$cf_cv_sizechange" != no ; then @@ -42900,14 +42978,14 @@ EOF esac fi -echo "$as_me:42903: checking if ttytype is declared in curses library" >&5 +echo "$as_me:42981: 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 42910 "configure" +#line 42988 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> int @@ -42919,16 +42997,16 @@ char *x = &ttytype[1]; *x = 1 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42922: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43000: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42925: \$? = $ac_status" >&5 + echo "$as_me:43003: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42928: \"$ac_try\"") >&5 + { (eval echo "$as_me:43006: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42931: \$? = $ac_status" >&5 + echo "$as_me:43009: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_ttytype=yes else @@ -42940,7 +43018,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:42943: result: $cf_cv_have_ttytype" >&5 +echo "$as_me:43021: result: $cf_cv_have_ttytype" >&5 echo "${ECHO_T}$cf_cv_have_ttytype" >&6 test $cf_cv_have_ttytype = yes && cat >>confdefs.h <<\EOF @@ -42949,14 +43027,14 @@ EOF if test "$use_wide_curses" = yes ; then -echo "$as_me:42952: checking if curses supports wide characters" >&5 +echo "$as_me:43030: 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 42959 "configure" +#line 43037 "configure" #include "confdefs.h" #include <stdlib.h> @@ -42975,16 +43053,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:42978: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43056: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:42981: \$? = $ac_status" >&5 + echo "$as_me:43059: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:42984: \"$ac_try\"") >&5 + { (eval echo "$as_me:43062: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:42987: \$? = $ac_status" >&5 + echo "$as_me:43065: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_curses=yes else @@ -42995,7 +43073,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:42998: result: $cf_cv_widec_curses" >&5 +echo "$as_me:43076: result: $cf_cv_widec_curses" >&5 echo "${ECHO_T}$cf_cv_widec_curses" >&6 if test "$cf_cv_widec_curses" = yes ; then @@ -43005,14 +43083,14 @@ cat >>confdefs.h <<\EOF EOF # This is needed on Tru64 5.0 to declare mbstate_t - echo "$as_me:43008: checking if we must include wchar.h to declare mbstate_t" >&5 + echo "$as_me:43086: 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 43015 "configure" +#line 43093 "configure" #include "confdefs.h" #include <stdlib.h> @@ -43026,23 +43104,23 @@ mbstate_t state } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:43029: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:43107: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:43032: \$? = $ac_status" >&5 + echo "$as_me:43110: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:43035: \"$ac_try\"") >&5 + { (eval echo "$as_me:43113: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43038: \$? = $ac_status" >&5 + echo "$as_me:43116: \$? = $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 43045 "configure" +#line 43123 "configure" #include "confdefs.h" #include <stdlib.h> @@ -43057,16 +43135,16 @@ mbstate_t state } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:43060: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:43138: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:43063: \$? = $ac_status" >&5 + echo "$as_me:43141: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:43066: \"$ac_try\"") >&5 + { (eval echo "$as_me:43144: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43069: \$? = $ac_status" >&5 + echo "$as_me:43147: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_mbstate=yes else @@ -43078,7 +43156,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:43081: result: $cf_cv_widec_mbstate" >&5 +echo "$as_me:43159: result: $cf_cv_widec_mbstate" >&5 echo "${ECHO_T}$cf_cv_widec_mbstate" >&6 if test "$cf_cv_widec_mbstate" = yes ; then @@ -43101,14 +43179,14 @@ fi fi -echo "$as_me:43104: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 +echo "$as_me:43182: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 if test "${cf_cv_need_xopen_extension+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 43111 "configure" +#line 43189 "configure" #include "confdefs.h" #include <stdlib.h> @@ -43130,23 +43208,23 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:43133: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43211: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:43136: \$? = $ac_status" >&5 + echo "$as_me:43214: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:43139: \"$ac_try\"") >&5 + { (eval echo "$as_me:43217: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43142: \$? = $ac_status" >&5 + echo "$as_me:43220: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_need_xopen_extension=no else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 43149 "configure" +#line 43227 "configure" #include "confdefs.h" #define _XOPEN_SOURCE_EXTENDED @@ -43168,16 +43246,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:43171: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43249: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:43174: \$? = $ac_status" >&5 + echo "$as_me:43252: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:43177: \"$ac_try\"") >&5 + { (eval echo "$as_me:43255: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43180: \$? = $ac_status" >&5 + echo "$as_me:43258: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_need_xopen_extension=yes else @@ -43189,11 +43267,11 @@ 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:43192: result: $cf_cv_need_xopen_extension" >&5 +echo "$as_me:43270: result: $cf_cv_need_xopen_extension" >&5 echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6 test $cf_cv_need_xopen_extension = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" -echo "$as_me:43196: checking for term.h" >&5 +echo "$as_me:43274: 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 @@ -43214,7 +43292,7 @@ esac for cf_header in $cf_header_list do cat >conftest.$ac_ext <<_ACEOF -#line 43217 "configure" +#line 43295 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -43228,16 +43306,16 @@ WINDOW *x } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:43231: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:43309: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:43234: \$? = $ac_status" >&5 + echo "$as_me:43312: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:43237: \"$ac_try\"") >&5 + { (eval echo "$as_me:43315: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43240: \$? = $ac_status" >&5 + echo "$as_me:43318: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header=$cf_header break @@ -43256,7 +43334,7 @@ case $cf_cv_term_header in for cf_header in ncurses/term.h ncursesw/term.h do cat >conftest.$ac_ext <<_ACEOF -#line 43259 "configure" +#line 43337 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -43274,16 +43352,16 @@ WINDOW *x } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:43277: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:43355: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:43280: \$? = $ac_status" >&5 + echo "$as_me:43358: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:43283: \"$ac_try\"") >&5 + { (eval echo "$as_me:43361: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43286: \$? = $ac_status" >&5 + echo "$as_me:43364: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header=$cf_header break @@ -43298,7 +43376,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext esac fi -echo "$as_me:43301: result: $cf_cv_term_header" >&5 +echo "$as_me:43379: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 case $cf_cv_term_header in @@ -43325,7 +43403,7 @@ EOF ;; esac -echo "$as_me:43328: checking for unctrl.h" >&5 +echo "$as_me:43406: 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 @@ -43346,7 +43424,7 @@ esac for cf_header in $cf_header_list do cat >conftest.$ac_ext <<_ACEOF -#line 43349 "configure" +#line 43427 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -43360,16 +43438,16 @@ WINDOW *x } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:43363: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:43441: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:43366: \$? = $ac_status" >&5 + echo "$as_me:43444: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:43369: \"$ac_try\"") >&5 + { (eval echo "$as_me:43447: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43372: \$? = $ac_status" >&5 + echo "$as_me:43450: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_unctrl_header=$cf_header break @@ -43382,12 +43460,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:43385: result: $cf_cv_unctrl_header" >&5 +echo "$as_me:43463: result: $cf_cv_unctrl_header" >&5 echo "${ECHO_T}$cf_cv_unctrl_header" >&6 case $cf_cv_unctrl_header in (no) - { echo "$as_me:43390: WARNING: unctrl.h header not found" >&5 + { echo "$as_me:43468: WARNING: unctrl.h header not found" >&5 echo "$as_me: WARNING: unctrl.h header not found" >&2;} ;; esac @@ -43443,10 +43521,10 @@ do cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` - echo "$as_me:43446: checking for ${cf_func}" >&5 + echo "$as_me:43524: checking for ${cf_func}" >&5 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 -echo "${as_me:-configure}:43449: testing ${cf_func} ..." 1>&5 +echo "${as_me:-configure}:43527: testing ${cf_func} ..." 1>&5 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -43455,7 +43533,7 @@ else eval cf_result='$ac_cv_func_'$cf_func if test ".$cf_result" != ".no"; then cat >conftest.$ac_ext <<_ACEOF -#line 43458 "configure" +#line 43536 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -43488,16 +43566,16 @@ if (foo + 1234 > 5678) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:43491: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43569: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:43494: \$? = $ac_status" >&5 + echo "$as_me:43572: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:43497: \"$ac_try\"") >&5 + { (eval echo "$as_me:43575: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43500: \$? = $ac_status" >&5 + echo "$as_me:43578: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -43513,7 +43591,7 @@ fi # use the computed/retrieved cache-value: eval 'cf_result=$cf_cv_func_'$cf_func - echo "$as_me:43516: result: $cf_result" >&5 + echo "$as_me:43594: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test $cf_result != no; then cat >>confdefs.h <<EOF @@ -43529,13 +43607,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:43532: checking for $ac_func" >&5 +echo "$as_me:43610: 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 43538 "configure" +#line 43616 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -43566,16 +43644,16 @@ f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:43569: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43647: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:43572: \$? = $ac_status" >&5 + echo "$as_me:43650: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:43575: \"$ac_try\"") >&5 + { (eval echo "$as_me:43653: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43578: \$? = $ac_status" >&5 + echo "$as_me:43656: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -43585,7 +43663,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:43588: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:43666: 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 @@ -43599,12 +43677,12 @@ fi if test $use_color_style != no ; then if test .$cf_cv_color_curses != .yes ; then - { { echo "$as_me:43602: error: Configuration does not support color-styles" >&5 + { { echo "$as_me:43680: 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:43607: error: Configuration does not support color-styles" >&5 + { { echo "$as_me:43685: error: Configuration does not support color-styles" >&5 echo "$as_me: error: Configuration does not support color-styles" >&2;} { (exit 1); exit 1; }; } fi @@ -43612,7 +43690,7 @@ fi if test $use_scrollbar != no ; then if test .$cf_cv_fancy_curses != .yes ; then - { echo "$as_me:43615: WARNING: Configuration does not support ACS_xxx definitions" >&5 + { echo "$as_me:43693: WARNING: Configuration does not support ACS_xxx definitions" >&5 echo "$as_me: WARNING: Configuration does not support ACS_xxx definitions" >&2;} else @@ -43626,7 +43704,7 @@ fi # use rpath for libraries in unusual places LD_RPATH_OPT= -echo "$as_me:43629: checking for an rpath option" >&5 +echo "$as_me:43707: checking for an rpath option" >&5 echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6 case $cf_cv_system_name in (irix*) @@ -43657,12 +43735,12 @@ case $cf_cv_system_name in (*) ;; esac -echo "$as_me:43660: result: $LD_RPATH_OPT" >&5 +echo "$as_me:43738: result: $LD_RPATH_OPT" >&5 echo "${ECHO_T}$LD_RPATH_OPT" >&6 case "x$LD_RPATH_OPT" in (x-R*) - echo "$as_me:43665: checking if we need a space after rpath option" >&5 + echo "$as_me:43743: 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" @@ -43683,7 +43761,7 @@ done LIBS="$cf_add_libs" cat >conftest.$ac_ext <<_ACEOF -#line 43686 "configure" +#line 43764 "configure" #include "confdefs.h" int @@ -43695,16 +43773,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:43698: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43776: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:43701: \$? = $ac_status" >&5 + echo "$as_me:43779: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:43704: \"$ac_try\"") >&5 + { (eval echo "$as_me:43782: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43707: \$? = $ac_status" >&5 + echo "$as_me:43785: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_rpath_space=no else @@ -43714,44 +43792,44 @@ cf_rpath_space=yes fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS="$cf_save_LIBS" - echo "$as_me:43717: result: $cf_rpath_space" >&5 + echo "$as_me:43795: result: $cf_rpath_space" >&5 echo "${ECHO_T}$cf_rpath_space" >&6 test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT " ;; esac -echo "$as_me:43723: checking if rpath-hack should be disabled" >&5 +echo "$as_me:43801: 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. if test "${enable_rpath_hack+set}" = set; then enableval="$enable_rpath_hack" test "$enableval" != no && enableval=yes - if test "$enableval" != "yes" ; then + if test "$enableval" != "yes" ; then cf_disable_rpath_hack=yes - else - cf_disable_rpath_hack=no - fi + else + cf_disable_rpath_hack=no + fi else enableval=yes - cf_disable_rpath_hack=no + cf_disable_rpath_hack=no fi; -echo "$as_me:43740: result: $cf_disable_rpath_hack" >&5 +echo "$as_me:43818: result: $cf_disable_rpath_hack" >&5 echo "${ECHO_T}$cf_disable_rpath_hack" >&6 if test "$cf_disable_rpath_hack" = no ; then -echo "$as_me:43744: checking for updated LDFLAGS" >&5 +echo "$as_me:43822: 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:43747: result: maybe" >&5 + echo "$as_me:43825: 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:43754: checking for $ac_word" >&5 +echo "$as_me:43832: 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 @@ -43766,7 +43844,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:43769: found $ac_dir/$ac_word" >&5 +echo "$as_me:43847: found $ac_dir/$ac_word" >&5 break done @@ -43774,10 +43852,10 @@ fi fi cf_ldd_prog=$ac_cv_prog_cf_ldd_prog if test -n "$cf_ldd_prog"; then - echo "$as_me:43777: result: $cf_ldd_prog" >&5 + echo "$as_me:43855: result: $cf_ldd_prog" >&5 echo "${ECHO_T}$cf_ldd_prog" >&6 else - echo "$as_me:43780: result: no" >&5 + echo "$as_me:43858: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -43791,7 +43869,7 @@ test -n "$cf_ldd_prog" || cf_ldd_prog="no" cf_rpath_oops= cat >conftest.$ac_ext <<_ACEOF -#line 43794 "configure" +#line 43872 "configure" #include "confdefs.h" #include <stdio.h> int @@ -43803,16 +43881,16 @@ printf("Hello"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:43806: \"$ac_link\"") >&5 +if { (eval echo "$as_me:43884: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:43809: \$? = $ac_status" >&5 + echo "$as_me:43887: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:43812: \"$ac_try\"") >&5 + { (eval echo "$as_me:43890: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:43815: \$? = $ac_status" >&5 + echo "$as_me:43893: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq` cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[ ]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq` @@ -43840,7 +43918,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}:43843: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5 +echo "${as_me:-configure}:43921: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5 LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib" break @@ -43852,11 +43930,11 @@ echo "${as_me:-configure}:43843: testing ...adding -L$cf_rpath_dir/lib to LDFLAG test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 -echo "${as_me:-configure}:43855: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:43933: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 -echo "${as_me:-configure}:43859: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:43937: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 cf_rpath_dst= for cf_rpath_src in $LDFLAGS @@ -43893,7 +43971,7 @@ do then test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6 -echo "${as_me:-configure}:43896: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 +echo "${as_me:-configure}:43974: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" fi @@ -43906,11 +43984,11 @@ LDFLAGS=$cf_rpath_dst test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 -echo "${as_me:-configure}:43909: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:43987: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 test -n "$verbose" && echo " ...checking LIBS $LIBS" 1>&6 -echo "${as_me:-configure}:43913: testing ...checking LIBS $LIBS ..." 1>&5 +echo "${as_me:-configure}:43991: testing ...checking LIBS $LIBS ..." 1>&5 cf_rpath_dst= for cf_rpath_src in $LIBS @@ -43947,7 +44025,7 @@ do then test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6 -echo "${as_me:-configure}:43950: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 +echo "${as_me:-configure}:44028: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" fi @@ -43960,14 +44038,14 @@ LIBS=$cf_rpath_dst test -n "$verbose" && echo " ...checked LIBS $LIBS" 1>&6 -echo "${as_me:-configure}:43963: testing ...checked LIBS $LIBS ..." 1>&5 +echo "${as_me:-configure}:44041: testing ...checked LIBS $LIBS ..." 1>&5 test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 -echo "${as_me:-configure}:43967: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:44045: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 else - echo "$as_me:43970: result: no" >&5 + echo "$as_me:44048: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -44068,7 +44146,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:44071: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:44149: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -44200,7 +44278,7 @@ EOF cat >>$CONFIG_STATUS <<EOF ac_cs_version="\\ config.status -configured by $0, generated by GNU Autoconf 2.52.20141204, +configured by $0, generated by GNU Autoconf 2.52.20150926, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 @@ -44244,7 +44322,7 @@ cat >>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:44247: error: ambiguous option: $1 + { { echo "$as_me:44325: 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;} @@ -44263,7 +44341,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:44266: error: unrecognized option: $1 + -*) { { echo "$as_me:44344: 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;} @@ -44282,7 +44360,7 @@ cat >&5 << _ACEOF ## Running config.status. ## ## ----------------------- ## -This file was extended by $as_me 2.52.20141204, executed with +This file was extended by $as_me 2.52.20150926, executed with CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -44316,7 +44394,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:44319: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:44397: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -44564,10 +44642,28 @@ EOF # These are the two extra sed commands mentioned above. (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed + # It is possible to make a multiline substitution using escaped newlines. + # Ensure that we do not split the substitution between script fragments. + ac_BEG=$ac_end + ac_END=`expr $ac_end + $ac_max_sed_lines` + sed "1,${ac_BEG}d; ${ac_END}p; q" $tmp/subs.sed >$tmp/subs.next + if test -s $tmp/subs.next; then + grep '^s,@[^@,][^@,]*@,.*\\$' $tmp/subs.next >$tmp/subs.edit + if test ! -s $tmp/subs.edit; then + grep "^s,@[^@,][^@,]*@,.*,;t t$" $tmp/subs.next >$tmp/subs.edit + if test ! -s $tmp/subs.edit; then + if test $ac_beg -gt 1; then + ac_end=`expr $ac_end - 1` + continue + fi + fi + fi + fi + if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" + ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" + ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end @@ -44650,7 +44746,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:44653: creating $ac_file" >&5 + { echo "$as_me:44749: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -44668,7 +44764,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:44671: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:44767: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -44681,7 +44777,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:44684: error: cannot find input file: $f" >&5 + { { echo "$as_me:44780: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -44697,7 +44793,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:44700: WARNING: datarootdir was used implicitly but not set: + { echo "$as_me:44796: 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;} @@ -44706,7 +44802,7 @@ $ac_seen" >&2;} fi ac_seen=`grep '${datarootdir}' $ac_item` if test -n "$ac_seen"; then - { echo "$as_me:44709: WARNING: datarootdir was used explicitly but not set: + { echo "$as_me:44805: 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;} @@ -44743,7 +44839,7 @@ s,@INSTALL@,$ac_INSTALL,;t t 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:44746: WARNING: Variable $ac_name is used but was not set: + { echo "$as_me:44842: 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;} @@ -44754,7 +44850,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:44757: WARNING: Some variables may not be substituted: + { echo "$as_me:44853: WARNING: Some variables may not be substituted: $ac_seen" >&5 echo "$as_me: WARNING: Some variables may not be substituted: $ac_seen" >&2;} @@ -44803,7 +44899,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:44806: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:44902: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -44814,7 +44910,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:44817: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:44913: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -44827,7 +44923,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:44830: error: cannot find input file: $f" >&5 + { { echo "$as_me:44926: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -44945,7 +45041,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:44948: $ac_file is unchanged" >&5 + { echo "$as_me:45044: $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/docs/OS-390.announce b/docs/OS-390.announce index b89ac2d0..55e3fb38 100644 --- a/docs/OS-390.announce +++ b/docs/OS-390.announce @@ -3,7 +3,7 @@ This document suggests steps to install Lynx on OS/390 systems. ======================================================================== o Download the archive file lynx2-8-6.tar.Z in BINARY from the site where you found this announcement or from a site listed at - http://invisible-island.net/lynx/ + http://lynx.invisible-island.net/ o Unpack with: diff --git a/lynx.cfg b/lynx.cfg index 256e5967..2654b371 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,4 +1,4 @@ -# $LynxId: lynx.cfg,v 1.259 2015/09/13 23:07:44 tom Exp $ +# $LynxId: lynx.cfg,v 1.260 2015/09/19 17:36:28 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) @@ -23,7 +23,7 @@ # An HTML'ized description of all settings (based on comments in this file, # with alphabetical table of settings and with table of settings by category) -# is available at http://invisible-island.net/lynx/release/breakout/lynx_help/cattoc.html +# is available at http://lynx.invisible-island.net/release/breakout/lynx_help/cattoc.html # ### The conversion is done via the scripts/cfg2html.pl script. ### Several directives beginning with '.' are used for this purpose. @@ -90,7 +90,7 @@ # # Normally we expect you will connect to a remote site, e.g., the Lynx starting # site: -STARTFILE:http://invisible-island.net/lynx/ +STARTFILE:http://lynx.invisible-island.net/ # # As an alternative, you may want to use a local URL. A good choice for this is # the user's home directory: @@ -109,12 +109,12 @@ STARTFILE:http://invisible-island.net/lynx/ # for this distribution (use SHELL syntax including the device # on VMS systems). # The default HELPFILE is: -.url http://invisible-island.net/lynx/release/breakout/lynx_help/lynx_help_main.html +.url http://lynx.invisible-island.net/lynx_help/lynx_help_main.html # This should be changed to the local path. # This definition will be overridden if the "LYNX_HELPFILE" environment # variable has been set. # -HELPFILE:http://invisible-island.net/lynx/release/breakout/lynx_help/lynx_help_main.html +HELPFILE:http://lynx.invisible-island.net/lynx_help/lynx_help_main.html .ex #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index 8b294e56..d77103bf 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -1,4 +1,4 @@ -<!-- $LynxId: Lynx_users_guide.html,v 1.125 2015/09/13 23:13:25 tom Exp $ --> +<!-- $LynxId: Lynx_users_guide.html,v 1.126 2015/09/19 17:40:20 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -4331,9 +4331,9 @@ the other two cannot be saved between sessions. comments for hundreds of options, most of them commented out because they are built-in defaults. You may visit an index of options: <a href= - "http://invisible-island.net/lynx/release/breakout/lynx_help/cattoc.html"> + "http://lynx.invisible-island.net/release/breakout/lynx_help/cattoc.html"> by category</a> or <a href= - "http://invisible-island.net/lynx/release/breakout/lynx_help/alphatoc.html"> + "lynx.http://invisible-island.net/release/breakout/lynx_help/alphatoc.html"> by alphabet</a>.</p> <p>To view your current configuration derived from lynx.cfg and @@ -4445,7 +4445,7 @@ the other two cannot be saved between sessions. <p>Information on obtaining the most current version of Lynx is available at <a href= - "http://invisible-island.net/lynx/current/index.html">the current + "http://lynx.invisible-island.net/current/index.html">the current distribution page</a>.</p> <p>[<a href="#Contents">ToC</a>]</p> diff --git a/lynx_help/about_lynx.html b/lynx_help/about_lynx.html index 1dfd5cf7..5313066a 100644 --- a/lynx_help/about_lynx.html +++ b/lynx_help/about_lynx.html @@ -1,4 +1,4 @@ -<!-- $LynxId: about_lynx.html,v 1.21 2015/09/13 23:09:47 tom Exp $ --> +<!-- $LynxId: about_lynx.html,v 1.22 2015/09/19 17:36:28 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -103,7 +103,7 @@ <p>Information on obtaining the most current version of <strong>Lynx</strong> is available via the <a href= - "http://invisible-island.net/lynx">Lynx homepage</a>.</p> + "http://lynx.invisible-island.net">Lynx homepage</a>.</p> <h2><a name="lynx-dev_list" id="lynx-dev_list">Mailing List</a></h2> diff --git a/lynx_help/lynx-dev.html b/lynx_help/lynx-dev.html index 7cdda801..d178e499 100644 --- a/lynx_help/lynx-dev.html +++ b/lynx_help/lynx-dev.html @@ -1,4 +1,4 @@ -<!-- $LynxId: lynx-dev.html,v 1.16 2015/09/13 23:13:25 tom Exp $ --> +<!-- $LynxId: lynx-dev.html,v 1.17 2015/09/19 17:36:28 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -49,14 +49,14 @@ <p>Besides <em>releases</em>, which are stable versions of <strong>Lynx</strong> which come out once or twice a year and can be obtained from <a href= - "http://invisible-island.net/lynx/release/">the release site</a>, + "http://lynx.invisible-island.net/release/">the release site</a>, there are <em>development</em> versions, which are experimental — though usually stable enough to use — and appear every few weeks, depending on current activity.</p> <p>You can find the latest <em>development</em> version of <strong>Lynx</strong> by visiting <a href= - "http://invisible-island.net/lynx/current/">the development + "http://lynx.invisible-island.net/current/">the development site</a>.</p> <h2>Subscribing to Lynx-Dev</h2> diff --git a/lynx_help/lynx_help_main.html b/lynx_help/lynx_help_main.html index c6d11d73..ff8e7aed 100644 --- a/lynx_help/lynx_help_main.html +++ b/lynx_help/lynx_help_main.html @@ -1,4 +1,4 @@ -<!-- $LynxId: lynx_help_main.html,v 1.51 2015/09/13 23:13:25 tom Exp $ --> +<!-- $LynxId: lynx_help_main.html,v 1.53 2015/09/19 17:36:28 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -48,18 +48,17 @@ <ul> <li><a href= - "http://invisible-island.net/lynx/release/breakout/lynx_help/cattoc.html"> + "http://lynx.invisible-island.net/release/breakout/lynx_help/cattoc.html"> lynx.cfg options</a> — a reference for advanced configurations</li> <li><a href= - "http://invisible-island.net/lynx/release/breakout/docs/">lynx + "http://lynx.invisible-island.net/release/breakout/docs/">lynx documentation</a> — supplementary documentation</li> <li><a href= "http://www.chass.utoronto.ca/%7Epurslow/lhfb.html">Lynx Help - for Beginners</a> — quick help on many common problems - <!-- {li}{a href="http://invisible-island.net/lynx/cgi-bin/fom"}The Lynx FAQ-O-Matic{/a} .. many common queries, some more advanced; users may add answers. --></li> + for Beginners</a> — quick help on many common problems</li> <li><a href="http://leb.net/blinux/blynx/">Blynx</a> — Speech-Friendly Help for the visually impaired</li> diff --git a/makefile.in b/makefile.in index 35f8903d..cb71284e 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.153 2015/09/13 23:08:02 tom Exp $ +# $LynxId: makefile.in,v 1.154 2015/09/19 17:40:20 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -347,7 +347,7 @@ install-doc : $(DOCDIR) $(HELPDIR) # So we limit sed delimiters to '!' and '%', depending on the expected text. FIX_SED = tr '=' '"' -LYNX_URL='http://invisible-island.net/lynx/release/breakout' +LYNX_URL='http://lynx.invisible-island.net/release/breakout' LYNXDOCS_URL='$(LYNX_URL)/docs/' LYNXHELP_URL='$(LYNX_URL)/lynx_help/' diff --git a/po/et.po b/po/et.po index 68af7438..c3526688 100644 --- a/po/et.po +++ b/po/et.po @@ -2201,7 +2201,7 @@ msgstr "%s präänik: %.*s=%.*s Luban? (J/E/Alati/Mitte kunagi)" #: LYMessages.c:702 #, c-format msgid "Accept invalid cookie domain=%s for '%s'?" -msgstr "Aktsepteerin vogast prääniku doomenit=%s, server '%s'?" +msgstr "Aktsepteerin vigast prääniku doomenit=%s, server '%s'?" #. #define INVALID_COOKIE_PATH_CONFIRMATION #: LYMessages.c:704 diff --git a/po/lynx.pot b/po/lynx.pot index b0215921..8f02a23c 100644 --- a/po/lynx.pot +++ b/po/lynx.pot @@ -1,9 +1,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: lynx 2.8.9dev.5\n" +"Project-Id-Version: lynx 2.8.9dev.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-14 20:53-0400\n" +"POT-Creation-Date: 2015-09-17 18:56-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -455,8 +455,8 @@ msgstr "" #. #define NOVICE_LINE_TWO_A #: LYMessages.c:172 msgid "" -" O)ther cmds H)elp K)eymap G)oto P)rint M)ain screen o)ptions " -"Q)uit \n" +" O)ther cmds H)elp K)eymap G)oto P)rint M)ain screen o)ptions Q)" +"uit \n" msgstr "" #. #define NOVICE_LINE_TWO_B @@ -469,8 +469,8 @@ msgstr "" #. #define NOVICE_LINE_TWO_C #: LYMessages.c:176 msgid "" -"O)ther cmds C)omment History: <backspace> Bookmarks: V)iew, A)dd, " -"R)emove \n" +"O)ther cmds C)omment History: <backspace> Bookmarks: V)iew, A)dd, R)" +"emove \n" msgstr "" #. #define FORM_NOVICELINE_ONE @@ -2725,8 +2725,8 @@ msgstr "" #. #define DIRED_NOVICELINE #: LYMessages.c:858 msgid "" -" C)reate D)ownload E)dit F)ull menu M)odify R)emove T)ag " -"U)pload \n" +" C)reate D)ownload E)dit F)ull menu M)odify R)emove T)ag U)" +"pload \n" msgstr "" #: LYMessages.c:859 @@ -3084,100 +3084,105 @@ msgstr "" msgid "Socket read failed (too many tries)." msgstr "" -#: WWW/Library/Implementation/HTTP.c:81 +#: WWW/Library/Implementation/HTTP.c:136 #, c-format msgid "SSL callback:%s, preverify_ok=%d, ssl_okay=%d" msgstr "" -#: WWW/Library/Implementation/HTTP.c:438 +#: WWW/Library/Implementation/HTTP.c:493 #, c-format msgid "Address contains a username: %s" msgstr "" -#: WWW/Library/Implementation/HTTP.c:492 +#: WWW/Library/Implementation/HTTP.c:547 #, c-format msgid "Certificate issued by: %s" msgstr "" -#: WWW/Library/Implementation/HTTP.c:679 +#: WWW/Library/Implementation/HTTP.c:734 msgid "This client does not contain support for HTTPS URLs." msgstr "" -#: WWW/Library/Implementation/HTTP.c:704 +#: WWW/Library/Implementation/HTTP.c:759 msgid "Unable to connect to remote host." msgstr "" -#: WWW/Library/Implementation/HTTP.c:744 +#: WWW/Library/Implementation/HTTP.c:799 msgid "Retrying connection without TLS." msgstr "" -#: WWW/Library/Implementation/HTTP.c:794 +#: WWW/Library/Implementation/HTTP.c:849 msgid "GnuTLS error when trying to verify certificate." msgstr "" -#: WWW/Library/Implementation/HTTP.c:806 +#: WWW/Library/Implementation/HTTP.c:861 msgid "the certificate has no known issuer" msgstr "" -#: WWW/Library/Implementation/HTTP.c:808 +#: WWW/Library/Implementation/HTTP.c:863 msgid "no issuer was found" msgstr "" -#: WWW/Library/Implementation/HTTP.c:810 +#: WWW/Library/Implementation/HTTP.c:865 msgid "issuer is not a CA" msgstr "" -#: WWW/Library/Implementation/HTTP.c:812 +#: WWW/Library/Implementation/HTTP.c:867 msgid "the certificate has been revoked" msgstr "" -#: WWW/Library/Implementation/HTTP.c:814 +#: WWW/Library/Implementation/HTTP.c:869 msgid "the certificate is not trusted" msgstr "" -#: WWW/Library/Implementation/HTTP.c:889 +#: WWW/Library/Implementation/HTTP.c:944 #, c-format msgid "Verified connection to %s (cert=%s)" msgstr "" -#: WWW/Library/Implementation/HTTP.c:937 WWW/Library/Implementation/HTTP.c:979 +#: WWW/Library/Implementation/HTTP.c:992 +#: WWW/Library/Implementation/HTTP.c:1034 #, c-format msgid "Verified connection to %s (subj=%s)" msgstr "" -#: WWW/Library/Implementation/HTTP.c:1009 +#: WWW/Library/Implementation/HTTP.c:1064 msgid "Can't find common name in certificate" msgstr "" -#: WWW/Library/Implementation/HTTP.c:1012 +#: WWW/Library/Implementation/HTTP.c:1067 #, c-format msgid "SSL error:host(%s)!=cert(%s)-Continue?" msgstr "" -#: WWW/Library/Implementation/HTTP.c:1025 +#: WWW/Library/Implementation/HTTP.c:1074 +msgid "SSL error" +msgstr "" + +#: WWW/Library/Implementation/HTTP.c:1082 #, c-format msgid "UNVERIFIED connection to %s (cert=%s)" msgstr "" -#: WWW/Library/Implementation/HTTP.c:1034 +#: WWW/Library/Implementation/HTTP.c:1091 #, c-format msgid "Secure %d-bit %s (%s) HTTP connection" msgstr "" -#: WWW/Library/Implementation/HTTP.c:1497 +#: WWW/Library/Implementation/HTTP.c:1554 msgid "Sending HTTP request." msgstr "" -#: WWW/Library/Implementation/HTTP.c:1539 +#: WWW/Library/Implementation/HTTP.c:1596 msgid "Unexpected network write error; connection aborted." msgstr "" -#: WWW/Library/Implementation/HTTP.c:1545 +#: WWW/Library/Implementation/HTTP.c:1602 msgid "HTTP request sent; waiting for response." msgstr "" -#: WWW/Library/Implementation/HTTP.c:1618 -#: WWW/Library/Implementation/HTTP.c:1628 +#: WWW/Library/Implementation/HTTP.c:1675 +#: WWW/Library/Implementation/HTTP.c:1685 msgid "Unexpected network read error; connection aborted." msgstr "" @@ -3190,7 +3195,7 @@ msgstr "" #. * line and possibly other headers, so we'll deal with them by #. * showing the full header to the user as text/plain. - FM #. -#: WWW/Library/Implementation/HTTP.c:1830 +#: WWW/Library/Implementation/HTTP.c:1887 msgid "Got unexpected Informational Status." msgstr "" @@ -3200,7 +3205,7 @@ msgstr "" #. * content. We'll instruct the user to do that, and #. * restore the current document. - FM #. -#: WWW/Library/Implementation/HTTP.c:1864 +#: WWW/Library/Implementation/HTTP.c:1921 msgid "Request fulfilled. Reset Content." msgstr "" @@ -3210,27 +3215,27 @@ msgstr "" #. * status is inappropriate. We'll deal with it by showing #. * the full header to the user as text/plain. - FM #. -#: WWW/Library/Implementation/HTTP.c:1979 +#: WWW/Library/Implementation/HTTP.c:2036 msgid "Got unexpected 304 Not Modified status." msgstr "" -#: WWW/Library/Implementation/HTTP.c:2042 +#: WWW/Library/Implementation/HTTP.c:2099 msgid "Redirection of POST content requires user approval." msgstr "" -#: WWW/Library/Implementation/HTTP.c:2057 +#: WWW/Library/Implementation/HTTP.c:2114 msgid "Have POST content. Treating Permanent Redirection as Temporary.\n" msgstr "" -#: WWW/Library/Implementation/HTTP.c:2101 +#: WWW/Library/Implementation/HTTP.c:2158 msgid "Retrying with access authorization information." msgstr "" -#: WWW/Library/Implementation/HTTP.c:2113 +#: WWW/Library/Implementation/HTTP.c:2170 msgid "Show the 401 message body?" msgstr "" -#: WWW/Library/Implementation/HTTP.c:2157 +#: WWW/Library/Implementation/HTTP.c:2214 msgid "Show the 407 message body?" msgstr "" @@ -3238,7 +3243,7 @@ msgstr "" #. * Bad or unknown server_status number. Take a chance and hope #. * there is something to display. - FM #. -#: WWW/Library/Implementation/HTTP.c:2257 +#: WWW/Library/Implementation/HTTP.c:2314 msgid "Unknown status reply from server!" msgstr "" @@ -4300,7 +4305,9 @@ msgid "Distributed under the GNU General Public License (Version 2)." msgstr "" #: src/LYMain.c:3248 -msgid "See http://lynx.isc.org/ and the online help for more information." +msgid "" +"See http://lynx.invisible-island.net/ and the online help for more " +"information." msgstr "" #: src/LYMain.c:4091 @@ -5809,7 +5816,7 @@ msgid "" "in the Visited Links Page.\n" msgstr "" -#: src/LYrcFile.c:861 +#: src/LYrcFile.c:863 msgid "" "If keypad_mode is set to \"NUMBERS_AS_ARROWS\", then the numbers on\n" "your keypad when the numlock is on will act as arrow keys:\n" @@ -5820,13 +5827,13 @@ msgid "" "regardless of whether numlock is on.\n" msgstr "" -#: src/LYrcFile.c:870 +#: src/LYrcFile.c:872 msgid "" "If keypad_mode is set to \"LINKS_ARE_NUMBERED\", then numbers will\n" "appear next to each link and numbers are used to select links.\n" msgstr "" -#: src/LYrcFile.c:874 +#: src/LYrcFile.c:876 msgid "" "If keypad_mode is set to \"LINKS_AND_FORM_FIELDS_ARE_NUMBERED\", then\n" "numbers will appear next to each link and visible form input field.\n" @@ -5837,33 +5844,33 @@ msgid "" "lists and output from the list command also enumerate form inputs.\n" msgstr "" -#: src/LYrcFile.c:883 +#: src/LYrcFile.c:885 msgid "" "NOTE: Some fixed format documents may look disfigured when\n" "\"LINKS_ARE_NUMBERED\" or \"LINKS_AND_FORM_FIELDS_ARE_NUMBERED\" are\n" "enabled.\n" msgstr "" -#: src/LYrcFile.c:915 +#: src/LYrcFile.c:917 msgid "" "Lynx User Defaults File\n" "\n" msgstr "" -#: src/LYrcFile.c:924 +#: src/LYrcFile.c:926 msgid "" "This file contains options saved from the Lynx Options Screen (normally\n" "with the 'o' key). To save options with that screen, you must select the\n" "checkbox:\n" msgstr "" -#: src/LYrcFile.c:931 +#: src/LYrcFile.c:933 msgid "" "You must then save the settings using the link on the line above the\n" "checkbox:\n" msgstr "" -#: src/LYrcFile.c:938 +#: src/LYrcFile.c:940 msgid "" "You may also use the command-line option \"-forms_options\", which displays\n" "the simpler Options Menu instead. Save options with that using the '>' " @@ -5871,14 +5878,14 @@ msgid "" "\n" msgstr "" -#: src/LYrcFile.c:945 +#: src/LYrcFile.c:947 msgid "" "This file contains options saved from the Lynx Options Screen (normally\n" "with the '>' key).\n" "\n" msgstr "" -#: src/LYrcFile.c:952 +#: src/LYrcFile.c:954 msgid "" "There is normally no need to edit this file manually, since the defaults\n" "here can be controlled from the Options Screen, and the next time options\n" diff --git a/samples/lynx-demo.cfg b/samples/lynx-demo.cfg index d07db763..5bd20dcd 100644 --- a/samples/lynx-demo.cfg +++ b/samples/lynx-demo.cfg @@ -2,7 +2,7 @@ STARTFILE:file://localhost/~/home.htm HELPFILE:file://localhost/~/help/lynx_help_main.html.gz -DEFAULT_INDEX_FILE:http://lynx.isc.org/ +DEFAULT_INDEX_FILE:http://lynx.invisible-island.net/ CHARACTER_SET:cp850 ASSUME_CHARSET:utf-8 FORCE_SSL_COOKIES_SECURE:TRUE diff --git a/samples/lynx_bookmarks.htm b/samples/lynx_bookmarks.htm index acfa3c7a..567f7d8f 100644 --- a/samples/lynx_bookmarks.htm +++ b/samples/lynx_bookmarks.htm @@ -4,10 +4,10 @@ </head> You can delete links by the 'R' key<br> <ol> -<li><a href="http://lynx.isc.org/release/">Lynx homepage</a> +<li><a href="http://lynx.invisible-island.net/">Lynx homepage</a> <li><a href="http://home.pacific.net.sg/~kennethkwok/lynx/">Lynx Browser for Windows 9x/NT/2000/XP</a> <li><a href="http://www.fdisk.com/doslynx/lynxport.htm">Lynx for DOS 386 and Win32</a> <li><a href="http://www.chass.utoronto.ca/~purslow/lhfb.html">Lynx Help for Beginners</a> <li><a href="http://www.hicom.net/~oedipus/weave.html">HTML Authoring and Accessibility Resources for Lynx</a> <li><a href="http://perso.club-internet.fr/dominique.guebey/tekno/lynx.htm">La page navigateur LYNX</a> -<li><a href="http://lynx.isc.org/release/">Current Lynx Release</a> +<li><a href="http://lynx.invisible-island.net/release/">Current Lynx Release</a> diff --git a/src/LYIcon.rc b/src/LYIcon.rc index 018e38e0..d73a3ab3 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,4 +1,4 @@ -// $LynxId: LYIcon.rc,v 1.19 2015/05/09 15:06:15 tom Exp $ +// $LynxId: LYIcon.rc,v 1.20 2015/09/17 22:43:49 tom Exp $ #include <windows.h> @@ -17,7 +17,7 @@ BEGIN BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "http://lynx.isc.org" + VALUE "CompanyName", "http://invisible-island.net/lynx" VALUE "FileDescription", "Lynx - web browser" VALUE "FileVersion", "2.8.9.1007" VALUE "InternalName", "Lynx" diff --git a/src/LYMain.c b/src/LYMain.c index 33277aa7..db35ed33 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.253 2014/02/12 23:48:36 tom Exp $ + * $LynxId: LYMain.c,v 1.255 2015/09/19 17:40:20 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -3245,7 +3245,7 @@ static int version_fun(char *next_arg GCC_UNUSED) puts(gettext("Copyrights held by the Lynx Developers Group,")); puts(gettext("the University of Kansas, CERN, and other contributors.")); puts(gettext("Distributed under the GNU General Public License (Version 2).")); - puts(gettext("See http://lynx.isc.org/ and the online help for more information.")); + puts(gettext("See http://lynx.invisible-island.net/ and the online help for more information.")); puts(""); #ifdef USE_SSL #if defined(OPENSSL_VERSION_TEXT) && !defined(LIBGNUTLS_VERSION) diff --git a/src/LYSession.c b/src/LYSession.c index 99884d1b..8f55b76a 100644 --- a/src/LYSession.c +++ b/src/LYSession.c @@ -1,4 +1,4 @@ -/* $LynxId: LYSession.c,v 1.9 2013/11/28 11:21:22 tom Exp $ */ +/* $LynxId: LYSession.c,v 1.11 2015/09/19 17:40:20 tom Exp $ */ #include <LYSession.h> @@ -20,7 +20,7 @@ * / hereby * / reduce * g file://localhost/COPYRIGHT - * g http://lynx.isc.org + * g http://lynx.invisible-island.net * h 1 -1 file://localhost/COPYRIGHT Entry into main screen * h 1 0 LYNXCACHE:/ Cache Jar * h 1 16 file://localhost/usr/local/share/lynx_help/Lynx_users_guide.html#Cache Lynx Users Guide v2.8.6 diff --git a/userdefs.h b/userdefs.h index 7505c501..0d6f2a6f 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.309 2015/09/13 23:08:27 tom Exp $ + * $LynxId: userdefs.h,v 1.310 2015/09/19 17:40:20 tom Exp $ * * Lynx - Hypertext navigation system * @@ -483,7 +483,7 @@ * Normally we expect you will connect to a remote site, e.g., the Lynx starting * site: */ -#define STARTFILE "http://invisible-island.net/lynx/" +#define STARTFILE "http://lynx.invisible-island.net/" /* * As an alternative, you may want to use a local URL. A good choice for this * is the user's home directory: @@ -502,12 +502,12 @@ * for this distribution (use SHELL syntax including the device * on VMS systems). * The default HELPFILE is: - * http://invisible-island.net/lynx/release/breakout/lynx_help/lynx_help_main.html + * http://lynx.invisible-island.net/lynx_help/lynx_help_main.html * This should be changed here or in lynx.cfg to the local path. * The definition here can be overridden at run time by defining a * "LYNX_HELPFILE" environment variable. */ -#define HELPFILE "http://invisible-island.net/lynx/release/breakout/lynx_help/lynx_help_main.html" +#define HELPFILE "http://lynx.invisible-island.net/lynx_help/lynx_help_main.html" /* #define HELPFILE "file://localhost/PATH_TO/lynx_help/lynx_help_main.html" */ /***************************** @@ -1443,8 +1443,8 @@ * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ #define LYNX_VERSION "2.8.9dev.7" -#define LYNX_WWW_HOME "http://invisible-island.net/lynx/" -#define LYNX_WWW_DIST "http://invisible-island.net/lynx/current/" +#define LYNX_WWW_HOME "http://lynx.invisible-island.net/" +#define LYNX_WWW_DIST "http://lynx.invisible-island.net/current/" /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ #define LYNX_DATE "Wed, 06 May 2015 17:56:19 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ |